@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:400,600,700');

img {
    object-fit: cover;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
}

body {
    color: #838383;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: 'Poppins';
}

p {
    color: #777;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    color: var(--main-theme-color);
    font-family: 'Open Sans', sans-serif;
}

a:hover {
    text-decoration: none;
    color: var(--secondary-theme-color);
}

section {
    padding: 50px 0px 0px 0px;
}

.title-section {
    padding: 0px 0px 20px 0px;
}

.custom-btn {
    color: #ffffff;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 700;
    margin: 30px 15px;
    padding: 10px 35px;
    transition: 0.6s ease-in-out;
    background: var(--main-theme-color);
}

.custom-btn:hover {
    color: #fff;
    transition: 0.6s ease-in-out;
    background: var(--secondary-theme-color);
}

.title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: capitalize;
}


/*.title:after {
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    width: 60px;
    content: "";
    height: 3px;
    margin: 0 auto;
    position: absolute;
    background-color: #1879da;
} */

.hovereffect {
    width: 100%;
    height: 100%;
    cursor: default;
    overflow: hidden;
    position: relative;
}

.hovereffect img {
    width: 100%;
    display: block;
    position: relative;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
}

.hovereffect:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}


/*Topbar*/

#topbar {
    background: #21252b;
    padding: 10px 0px 0px;
}

#topbar ul li {
    color: #fff;
    padding: 0px 8px;
    display: inline-block;
}

#topbar ul.contact-info {
    padding: 0px 0px;
    background: transparent;
}

#topbar ul li a {
    color: #fff;
    font-size: 14px;
}

#topbar ul li a:hover {
    color: #var(--secondary-theme-color) !important;
}

#topbar ul li .fa {
    color: #99a0a2;
    font-size: 15px;
    padding-right: 10px;
}

#topbar ul li .fa {
    color: #99a0a2;
    font-size: 15px;
    padding-right: 10px;
}

#topbar ul.contact-info li a i:hover {
    color: #99a0a2;
}

#topbar ul li a i:hover {
    color: var(--main-theme-color);
}


/*Navbar*/

/*
.navbar-brand,
.navbar-brand:hover {
    color: #000;
}

nav {
    transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}

nav.custom-nav {
    background: rgba(255, 255, 255, 0.10);
}

nav.sticky {
    top: 0px;
    left: 0px;
    z-index: 1000;
    position: fixed;
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -ms-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
}

nav.sticky .navbar-toggler {
    color: #000;
    padding: 10px 15px 10px 0;
}

nav.sticky .navbar-nav li a,
nav.sticky .navbar-brand {
    color: #000;
}

nav.sticky li.active a,
nav.sticky li a:hover,
nav.sticky li a:focus,
nav.sticky li a:target {
    color: var(--main-theme-color);
}

.navbar-nav .dropdown-menu li a {
    color: #000;
    border: none;
    font-size: 16px;
    transition: 0.8s;
    line-height: 50px;
    border-radius: 0px;
    background-color: #1879das;
    text-transform: capitalize;
    font-weight: 400 !important;
    background-clip: padding-box;
}

.dropdown-item {
    font-size: 16px;
    padding: 8px 20px;
    font-weight: bolder;
    color: #000 !important;
    line-height: 10px !important;
}

.dropdown-menu li a li.active a,
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:target {
    color: #1879da !important;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
    text-decoration: none;
    color: #007bff !important;
    background-color: transparent !important;
}

.dropdown-menu {
    padding: 0px;
    margin-top: 0.5px;
    border-radius: 0px;
    border-top: transparent;
}

.dropdown-menu.show {
    background: #1c2127;
}

.dropdown .fa {
    left: 2px;
    bottom: 1px;
    font-size: 11px;
    position: relative;
}

.dropdown-menu.show ul li a {
    font-size: 14px;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 18px;
    letter-spacing: .5px;
    color: #fdfdfd !important;
    transition: all linear .3s;
    text-transform: capitalize;
    font-weight: 400 !important;
}

.dropdown-menu.show ul li {
    border-color: #262c33;
}

.dropdown-menu.show ul li:hover {
    background: #262c33eb;
}

.dropdown-menu.show li {
    border-bottom: 1px solid #fff;
}

.dropdown-menu.show ul {
    padding: 0px;
}

.user-logged-in header .navbar .collapse .dropdown-menu {
    top: calc(100% + 42px);
}

.path-user header .navbar .collapse .dropdown-menu {
    top: calc(100% + 42px);
}

.user-logged-in header .navbar.sticky .collapse .dropdown-menu {
    top: 100%;
}

.path-user header .navbar.sticky .collapse .dropdown-menu {
    top: 100%;
}

.navbar {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px;
    height: auto;
    z-index: 99999;
    position: relative;
}

.navbar-brand {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins';
}

.navbar-toggler {
    padding: 10px 15px 10px 0;
    color: var(--main-theme-color);
}

.navbar-toggler:not(:disabled):not(.disabled) {
    outline: 0;
}

.navbar-nav li.active a,
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:target {
    color: var(--main-theme-color);
}

nav .navbar-nav li a {
    display: block;
    color: #21252b;
    font-size: 14px;
    font-weight: 400;
    padding-right: 25px;
    line-height: 96px;
    padding: 0 15px;
    letter-spacing: .5px;
    transition: all linear .3s;
    text-transform: capitalize;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}
*/

/* Header CSS */
.header {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.header .navbar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch;
    justify-content: space-between;
}

.header .navbar .logo {
    margin: 0;
    width: 100%;
    display: block;
    padding: 15px 0;
    max-width: 200px;
}

.header .navbar .logo .navbar-brand {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.header .navbar .logo .navbar-brand img {
    width: 100%;
}

.header .navbar .region.region-primary-menu {
    height: auto;
}

.header .navbar .region.region-primary-menu nav {
    height: 100%;
}

.header .navbar .region.region-primary-menu .navbar-collapse {
    margin: 0;
    height: 100%;
}

.header .navbar .region.region-primary-menu .navbar-collapse > ul {
    padding: 0;
    height: 100%;
    display: flex;
    margin: 0 -15px;
    align-items: center;
}

.header .navbar .region.region-primary-menu .navbar-collapse > ul > li {
    height: 100%;
    display: flex;
    padding: 0 15px;
    align-items: center;
}

.header .navbar .region.region-primary-menu .navbar-collapse > ul > li > a {
    color: #21252b;
    font-size: 14px;
    font-weight: 400;
    padding: 0 !important;
    letter-spacing: .5px;
    transition: all linear .3s;
    text-transform: capitalize;
}

.header .navbar .region.region-primary-menu .navbar-collapse > ul > li > a:hover,
.header .navbar .region.region-primary-menu .navbar-collapse > ul > li > a:focus,
.header .navbar .region.region-primary-menu .navbar-collapse > ul > li.active > a,
.header .navbar .region.region-primary-menu .navbar-collapse > ul > li > a:target {
    color: var(--main-theme-color);
}

.header .navbar .region.region-primary-menu .navbar-collapse > ul > li .dropdown-menu {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #1c2127;
}

.header .navbar .region.region-primary-menu .navbar-collapse > ul > li .dropdown-menu > ul {
    margin: 0;
    padding: 0;
}

.header .navbar .region.region-primary-menu .navbar-collapse > ul > li .dropdown-menu > ul > li:not(:last-child) {
    border-bottom: 1px solid #262c33;
}

.header .navbar .region.region-primary-menu .navbar-collapse > ul > li .dropdown-menu > ul > li:hover {
    background: #262c33eb;
}

.header .navbar .region.region-primary-menu .navbar-collapse > ul > li .dropdown-menu > ul > li > a {
    height: auto;
    display: block;
    font-size: 14px;
    position: relative;
    padding: 13px 18px;
    white-space: unset;
    letter-spacing: .5px;
    color: #fdfdfd !important;
    transition: all linear .3s;
    text-transform: capitalize;
    font-weight: 400 !important;
    line-height: 20px !important;
    background-clip: padding-box;
}

.header .navbar .region.region-primary-menu .navbar-collapse > ul > li .dropdown-menu > ul > li > a i.fa-chevron-down {
    top: 37%;
    left: auto;
    right: 8px;
    bottom: auto;
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    transform: rotate(-90deg);
}

.header .navbar .region.region-primary-menu .navbar-collapse > ul > li .dropdown-menu > ul > li > a.dropdown-item:focus,
.header .navbar .region.region-primary-menu .navbar-collapse > ul > li .dropdown-menu > ul > li > a.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

.header .navbar .region.region-primary-menu .navbar-collapse > ul > li .dropdown-menu > ul > li:hover .dropdown-menu {
    display: block;
}

.header .navbar .region.region-primary-menu .navbar-collapse > ul > li .dropdown-menu > ul > li .dropdown-menu {
    top: 0;
    border: 0;
    left: 100%;
}

.user-logged-in .header .navbar .region.region-primary-menu .navbar-collapse > ul > li .dropdown-menu {
    top: calc(100% + 42px);
}

/* Header Navbar Sticky CSS */
.header.sticky {
    top: 0px;
    left: 0px;
    z-index: 1000;
    position: fixed;
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
}

.header.sticky .navbar-toggler {
    color: #000;
    padding: 10px 15px 10px 0;
}

.custom_country {
    display: none;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0px !important;
    color: #000 !important;
    font-size: 20px !important;
    background: none !important;
}

/*Slider*/

#slider {
    padding: 0px;
}

#slider .item {
    width: 100%;
    height: 100vh;
    display: table;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}

.slide-caption {
    position: relative;
    padding-top: 100px;
    display: table-cell;
    vertical-align: middle;
}

div#particles-js {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.slide-caption .slider-inner {
    right: 80px;
    margin: 0 auto;
    max-width: 950px;
    position: relative;
}

.slide-caption .slider-inner h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.slider-inner span {
    color: var(--main-theme-color);
}

.slide-caption p {
    margin-top: 0;
    margin: 0 auto;
    color: #fdfdfd;
    font-size: 17px;
    text-transform: none;
}

#slider .slide-caption a {
    margin: 30px 0 0;
    display: inline-block;
}

/*Banner*/

.banner {
    padding: 50px 0px 30px 0px;
}

.banner {
    z-index: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% -26px;
	margin: 0 0 50px 0;
}

.banner::after {
    top: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    display: block;
    position: absolute;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background: rgba(9, 23, 37, 0.7);
    -webkit-transition: all 0.3s ease;
}

.banner-content {
    position: relative;
    padding: 70px 0 70px;
}

.banner-content h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.banner-content p {
    color: #fdfdfd;
    font-size: 14px;
}

.banner ul {
    font-size: 14px;
    padding: 0px;
}

.banner ul li {
    color: #fdfdfd;
    display: inline-block;
}

/*About-us*/
#about {
    padding: 0px 0px 0px;
}

#about img {
    width: 100%;
	padding-bottom: 20px;
}

img.align-left {
    width: auto !important;
    padding-right: 10px;
    padding-bottom: 10px;
}

img.align-right {
    width: auto !important;
    padding-left: 10px;
    padding-bottom: 10px;
}

#about .hovereffect {
    height: auto;
}

#about h3 {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#about p {
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 10px;
}

#about ul {
    padding: 20px 30px;
}

#about ul li {
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding-top: 6px;
}

#about ul li span {
    color: #333;
    display: block;
    font-size: 14px;
    overflow: hidden;
}

#about ul li .fa {
    float: left;
    font-size: 15px;
    padding-right: 12px;
    color: var(--main-theme-color);
}

#about.our-mission-and-vision .fa {
    float: left;
    font-size: 30px;
    padding-right: 15px;
    color: var(--main-theme-color);
}

#about.our-mission-and-vision .fa {
    float: left;
    font-size: 30px;
    padding-right: 15px;
    color: var(--main-theme-color);
}

#about.our-mission-and-vision .mission-vision-caption {
    display: block;
    overflow: hidden;
}

#about.our-mission-and-vision .mission-vision-caption h4 {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#about.our-mission-and-vision .mission-vision-caption p {
    font-size: 14px;
    padding: 10px 0px 10px 0px;
}

.mission-vision {
    padding: 15px 0px;
}

.mission-vision .fa-snowflake-o {
    font-size: 37px !important;
}

#about .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}

#about .overlay .fa {
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #fff;
    content: '';
    font-size: 20px;
    padding: 13px 17px;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: var(--main-theme-color);
}

#about .pd {
    padding-left: 0px;
    padding-right: 0px;
}

#about .pd img {
    height: 411px;
}

.about-btn {
    padding: 30px 0px;
}

.about-btn a {
    margin: 0px;
}


/*clients-count*/

#clients-count {
    /*z-index: 0;*/
    position: relative;
    padding: 70px 0px 70px;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

#clients-count::after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    /* z-index: -1;*/
    position: absolute;
    /* background-color: var(--secondary-theme-color);*/
}

#clients-countat:hover {
    color: var(--secondary-theme-color);
}

#clients-count .fa {
    float: left;
    font-size: 100px;
    padding: 5px 5px;
    margin-right: 15px;
    text-align: right;
    color: var(--main-theme-color);
}

#clients-count h4 {
    color: #333;
    display: block;
    font-size: 13px;
    overflow: hidden;
    font-weight: 600;
    padding-top: 10px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#clients-count h3 {
    font-size: 35px;
    letter-spacing: 1px;
}

#clients-count h2 {
    display: block;
    font-size: 27px;
    padding-top: 10px;
}

#clients-count h2 span {
    margin-right: 4px;
    color: var(--main-theme-color);
}


/*Our-Team*/

#our-team {
    padding: 70px 0px 50px;
}

.single-team {
    overflow: hidden;
    position: relative;
}

.page-node-197 .single-team img {
    width: 50%;
    height: 200px;
}

.single-team img {
    width: 100%;
    height: 400px;
}

.page-node-197 .single-team::before {
    top: 0;
    z-index: 9;
    width: 50%;
    opacity: 0;
    left: unset;
    content: "";
    height: 200px;
    transition: .3s;
    position: absolute;
    background: #2a2a2a;
    /*background: var(--secondary-theme-color);*/
}

.single-team::before {
    top: 0;
    z-index: 9;
    opacity: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 400px;
    transition: .3s;
    position: absolute;
    background: #2a2a2a;
    /*background: var(--secondary-theme-color);*/
}

.single-team .hover-content {
    left: 0;
    top: 40%;
    z-index: 9;
    opacity: 0;
    padding: 0;
    width: 100%;
    padding: 0 20px;
    transition: .3s;
    visibility: hidden;
    position: absolute;
    transform: translateY(-50%);
}

.single-team h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 2px 0px 2px;
    text-transform: capitalize;
}

.single-team span {
    font-size: 14px;
    margin-bottom: 26px;
}

.single-team .hover-content p {
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
}

.team-social a {
    color: #fff;
    margin: 0 5px;
    font-size: 16px;
    padding: 8px 13px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    -webkit-transition: background 0.2s, color 0.2s;
}

.team-social a .fa {
    padding: 8px 0px;
}

.team-social a .fa-facebook {
    padding: 8px 1px;
}

.team-social a:hover,
.team-social a:focus {
    font-weight: 700;
    background: rgba(255, 255, 255, 0.52);
}

.single-team:hover::before {
    opacity: .85;
}

.single-team:hover .hover-content {
    top: 43%;
    opacity: 1;
    visibility: visible;
}

.partners .item {
    padding: 0px 20px;
}

/* Our Client */
#our-client,
#our-partners,
#overview-partners {
    background: #f4f6f8;
}

/* Service */
#service {
    background: #f4f6f8;
    padding: 70px 0px 70px;
}

#service .service-item {
    position: relative;
    text-decoration: none;
    padding: 30px 0px 40px;
    margin: 10px 0px 10px 0px;
}

#service .service-item .fa {
    font-size: 30px;
    color: var(--main-theme-color);
}

#service h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#service h4:hover {
    color: var(--main-theme-color);
}

.service-item p {
    font-size: 14px;
    padding: 0px 10px;
}

#testimonial.service-testimonial {
    margin-top: 0px;
    background: #f4f6f8;
    padding: 0px 0px 70px 0px;
}

.service-testimonial .testimonial-carousel img {
    float: unset;
    margin: auto;
}

.service-testimonial .testimonial-caption {
    float: unset;
    padding: 0px 10px;
    text-align: center;
}

.service-desc .row.service-desc-content {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.service-desc {
    padding: 50px 0px;
}

.row.service-desc-content h3 {
    font-size: 17px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.row.service-desc-content p {
    font-size: 15px;
}

.service-desc-content img {
    min-height: 265px;
}

.service-desc-content ul {
    padding: 20px 30px;
}

.service-details ul {
    padding: 30px 15px !important;
}

ul.list li:first-child {
    padding: 0px 5px !important;
}

.service-desc-content ul li,
.service-details ul li {
    overflow: hidden;
    display: block !important;
    padding-top: 10px !important;
}

.service-desc-content ul li .fa,
.service-details ul li .fa {
    float: left;
    font-size: 15px;
    padding-right: 12px;
    color: var(--main-theme-color);
}

.service-desc-content ul li span,
.service-details ul li span {
    color: #333;
    display: block;
    font-size: 14px;
    overflow: hidden;
}

/* Service Two */
.service-two {
    background: #fff !important;
    padding: 70px 0px 0px !important;
}

.service-two .service-item .fa {
    float: left;
    padding-right: 15px;
    font-size: 40px !important;
}

.service-two .service-item .service-caption {
    display: block;
    overflow: hidden;
}

.service-two .service-item .service-caption h4 {
    padding-top: 0px !important;
    margin-bottom: 10px !important;
}

.service-two .service-item .service-caption p {
    padding: 0px !important;
}

.service-two .service-item {
    padding: 30px 10px 40px !important;
}

#testimonial.service-two-testimonial {
    background: #fff !important;
    margin-top: 20px !important;
}

/* Testimonials */
#testimonial {
    padding: 70px 0px 0px !important
}

#testimonial .title:after {
    top: 100px;
    left: 100px;
    right: unset;
}

.image-background {
    background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#testimonial .testimonial-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

#testimonial .rs-bg {
    padding: 0px;
}

#testimonial .testimonial-overlay::after {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background-color: rgba(35, 145, 255, 0.6);
}

#testimonial .testimonial-overlay-bottom {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

#testimonial .testimonial-carousel {
    z-index: 0;
    position: relative;
    padding: 10px 40px 30px;
}

.testimonial-carousel p:before {
    right: 5px;
    bottom: 5px;
    font-size: 16px;
    content: "\f10d";
    position: relative;
    font-family: FontAwesome;
}

.testimonial-carousel img {
    float: left;
    height: 95px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
    width: 95px !important;
}

.testimonial-caption {
    float: left !important;
    padding: 0px 10px 20px !important;
}

.testimonial-caption h4 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 6px;
}

.testimonial-caption span {
    font-size: 14px;
}

#testimonial .owl-prev:hover,
#testimonial .owl-prev:focus,
#testimonial .owl-next:hover,
#testimonial .owl-next:focus {
    font-weight: 700;
    color: #fff !important;
    background: var(--secondary-theme-color) !important;
}

#testimonial .owl-prev {
    bottom: 60%;
    left: -15px;
    background: #fff;
    position: absolute;
    border-radius: 50% !important;
    padding: 10px 15px 10px !important;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

#testimonial .owl-next {
    bottom: 60%;
    right: -15px;
    background: #fff;
    position: absolute;
    border-radius: 50% !important;
    padding: 10px 15px 10px !important;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.testimonial-caption h4 {
    font-size: 15px;
    padding-top: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.testimonial-caption span {
    font-size: 13px;
    text-transform: capitalize;
}

.testimonial-front .title-section {
    padding: 0px !important;
}

/* Our Works */
#our-works .service-desc-content a h3:hover {
    color: var(--main-theme-color) !important;
}

#our-works .project-details {
    padding: 20px 20px 30px !important;
}

/* Work Details */
#blog.work-details,
#blog.blog-details {
    padding: 70px 0px 0px !important;
}

.project-details {
    font-size: 13px;
    padding: 10px 20px;
}

.work-details h3 {
    margin-top: 20px;
    margin-bottom: 20px !important;
}

#our-works .service-desc-content img {
    height: 320px !important;
}

.project-details table tr {
    padding: 0 0 10px 0;
}

.project-details table th {
    color: #333;
    text-align: left;
    padding: 0 0 10px 0;
    vertical-align: top;
    text-transform: uppercase;
}

.project-details table td {
    vertical-align: top;
    padding: 0 0 10px 20px;
}

.other-project {
    background: #fff !important;
    padding: 30px 0px !important;
}

.other-project .other-project-items img {
    height: 270px !important;
}

/* Call To Action */
#call-to-action {
    z-index: 0;
    position: relative;
    padding: 50px 0px 50px;
    color: #fff !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% -26px;
}

#call-to-action:after {
    top: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    display: block;
    position: absolute;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background: rgba(9, 23, 37, 0.4);
    -webkit-transition: all 0.3s ease;
}

#call-to-action h3 {
    color: #fdfdfd;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#call-to-action p {
    color: #fdfdfd;
    font-size: 13px;
    padding-top: 10px;
    font-style: italic;
}

.call-to-action-btn .custom-btn {
    padding: 12px 40px;
}

#call-to-action.front-cta {
    text-align: center;
    padding: 80px 0px !important;
}

#call-to-action.front-cta h3 {
    padding-bottom: 10px;
    font-size: 35px !important;
}

#call-to-action.front-cta p {
    font-size: 16px !important;
}

#call-to-action.front-cta .call-to-action-btn {
    padding: 50px 0px;
}

/* Blog Page */
.front {
    background: #fff !important;
}

#blog {
    padding: 100px 0px;
    background: #f4f6f8;
}

#blog a:hover {
    color: var(--secondary-theme-color);
}

#blog .blog-btn a:hover {
    color: #fdfdfd;
}

#blog .title {
    color: #000;
    padding-bottom: 30px;
}

#blog .blog-box {
    display: block;
    margin-bottom: 30px;
}

#blog .blog-box .blogimage {
    position: relative;
}

.blog-box a.link {
    color: #777;
    float: right;
    font-size: 14px;
    font-weight: 700;
}

.blog-box a.link i {
    font-size: 12px;
    padding-right: 15px;
}

#blog .blog-box .blogimage .tags {
    left: 20px;
    color: #fff;
    bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    padding: 10px 20px;
    text-transform: capitalize;
    background: var(--main-theme-color);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.10);
}

#blog .blog-box .blogimage .tags:hover {
    background: var(--secondary-theme-color);
}

#blog .blog-box .blogimage .tags i,
#blog .blog-box .blogimage .tags span {
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
}

#blog .blog-box .blogimage .tags i.fa.fa-tags {
    padding-right: 4px;
}

#blog .blog-box .blog-caption {
    padding: 10px 0px 0px;
}

.two-grid .blog-box .blog-caption {
    background: #fff;
    padding: 10px 20px 50px !important;
}

.blog-box .blog-caption h3 {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.blog-box .blog-caption h3 a {
    color: #333;
}

.blog-box .blog-caption p {
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-box .blog-caption ul {
    margin: 0px;
    padding: 5px 0px 15px;
}

.blog-box .blog-caption ul li {
    display: inline-block;
}

#blog .owl-prev,
#blog .owl-next {
    display: inline-block !important;
}

#blog .blog-btn {
    display: block;
    margin: 0px auto;
    padding-top: 0;
}

.blog-box .blog-caption ul li span {
    color: #777;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-box .blog-caption ul li span i {
    margin-right: 5px;
}

.blog-box .blog-caption > ul > li:first-child {
    margin: 0px;
    padding: 0px !important;
}

.blog-box .blog-caption li a :hover {
    color: #044d96;
}

.pagination {
    display: block;
    margin: 50px 0px 0;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
    padding-bottom: 3px;
}

.pagination > ul {
    margin: 0;
    padding: 0;
    box-shadow: none;
    list-style: none;
}

.pagination > li {
    display: inline-block;
}

.pagination > li:first-child > a {
    border-radius: 0px;
}

.pagination > li > a,
.pagination > li > span {
    color: #3b3b3b;
    font-size: 14px;
    background: #FFF;
    font-weight: 700;
    padding: 9px 18px;
    display: inline-block;
    border: 1px solid #ddd;
}

.pagination > .active > a,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    text-decoration: none;
    color: #fff !important;
    border-color: var(--main-theme-color);
    background: var(--main-theme-color) none repeat scroll 0 0;
}

/*blog-details*/
.blog-details {
    background: none !important;
}

.blog-details .blog-box .blog-caption ul {
    border: none;
    margin-top: 0px;
    padding: 0px 0px 25px;
}

.blog-details .blog-box img:not(.align-right),
.blog-details .blog-box img:not(.align-left) {
    width: 100%;
    height: 400px;
}

.blog-details blockquote:before {
    content: open-quote;
}

.blog-details blockquote:after {
    content: close-quote;
}

.blog-details blockquote {
    font-size: 15px;
    font-style: italic;
    padding: 10px 20px;
    background: #f5f6f8;
    margin: 20px 30px 20px;
    border-left: 5px solid #ddd;
}

.blog-details .blog-box .blog-caption ul li {
    font-size: 15px;
    padding:;
    padding-right: 12px;
    color: #838383;
}

.blog-details .blog-box .blog-caption ul li span {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

.blog-details .blog-box .blog-caption ol li span {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

.blog-details .blog-box {
    margin-bottom: 30px;
    box-shadow: 0px 0px 0px #000;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.0) !important;
}

.blog-details .get-in-touch::after {
    background-color: rgba(193, 188, 188, 0.2) !important;
}

.blog-details .custom-btn {
    cursor: pointer;
    border: none !important;
}

.blog-details form input,
.blog-details form textarea {
    width: 100%;
    color: #000;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 13.5px;
    margin-bottom: 5px;
    border: 1px solid #dfdfdf;
}

.blog-details form#contact_form {
    padding: 30px 0px;
}

.sidebar .popular-posts {
    padding: 30px;
    background: #f4f6f8;
    margin-bottom: 0;
}

.blog-details .blog-caption h3 {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blog-details h3 {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sidebar ul {
    margin: 0px;
    padding: 0px;
}

.sidebar ul li {
    margin-bottom: 8px;
}

.sidebar ul li:before {
    top: 5px;
    color: #999;
    float: left;
    font-size: 9px;
    content: "\f054";
    margin-right: 10px;
    position: relative;
    font-family: FontAwesome;
}

.sidebar ul li a {
    color: #777;
    display: block;
    overflow: hidden;
    font-weight: 500;
    font-size: 13.5px;
}

/*comment-form*/

.comment-row {
    margin-bottom: 60px;
}

.comment-row h3 {
    margin-top: 20px;
    margin-bottom: 50px;
}

.comment-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 25px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e7e4e4;
}

.comment-item:last-child {
    border: none;
}

.blog-details .comment-item img {
    top: 0;
    left: 0;
    border-radius: 50%;
    position: absolute;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 80px !important;
    height: 80px !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.comment-item h5 {
    font-size: 14px;
    margin-bottom: 10px;
}

.comment-item span {
    color: #c9c9c9;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}

.comment-item p {
    color: #777;
    font-size: 13px;
}

.middel-item {
    margin-left: 50px;
}

.form-control {
    height: 45px;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 30px;
    -moz-box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0px;
}

textarea.form-control {
    height: auto;
}

.form-area {
    width: 100%;
}

/*blog-sidebar*/

.blog-details.blog-sidebar .blog-caption h3 {
    margin-top: 0px;
}

.blog-details.blog-sidebar .blog-box .blog-caption ul {
    padding: 0px 0px 15px;
}

.blog-details.blog-sidebar .blog-box img {
    height: 250px;
}

/*contact-page*/

#contact {
    padding: 70px 0px;
    background: #f4f6f8;
}

.get-in-touch,
.contact-info {
    background: #fff;
    padding: 50px 30px 30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.follow-us {
    margin-top: 10px;
    background: #fff;
    padding: 38px 30px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.follow-us ul {
    padding: 0px 10px;
}

.follow-us ul li {
    margin-right: 5px;
    border-radius: 50%;
    background: #6fb4c1;
    display: inline-block;
    transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    -webkit-transition: background 0.2s, color 0.2s;
}

.follow-us ul li .fa-facebook {
    padding: 12px 16px !important;
}

.follow-us ul li .fa {
    padding: 12px 13px;
}

.follow-us li a {
    color: #fff;
    z-index: -10;
    font-weight: 900;
}

#contact form {
    padding: 20px 0px;
}

#contact form input,
#contact form textarea {
    width: 100%;
    color: #000;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 13.5px;
    margin-bottom: 5px;
    border: 1px solid #dfdfdf;
}

#contact h3 {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#contact button.custom-btn,
.contact-form button.custom-btn {
    border: none;
    cursor: pointer;
}

#contact p {
    font-size: 14px;
    margin-bottom: 15px;
}

.contact-info .address i {
    float: left;
    margin-top: 6px;
    font-size: 16px;
    margin-right: 15px;
}

.contact-info .address span {
    width: 250px;
    display: block;
    overflow: hidden;
}

.contact-info p a {
    display: block;
    overflow: hidden;
}

.contact-info .address .fa-map-marker {
    font-size: 20px;
    margin-top: 4px;
    margin-right: 20px;
}

.contact-info p.address {
    padding: 7px 0px;
}

.contact-info p.address a {
    line-height: 25px;
}

#map iframe {
    top: 5px;
    bottom: 0px;
    position: relative;
}


/*Footer*/

footer {
    background: #21252b;
}

footer p {
    color: #fff;
    font-size: 14px;
}

footer ul {
    padding: 0px !important;
}

.footer-top {
    padding: 50px 0px 50px;
    border-bottom: 1px solid #777;
}

.copyright {
    padding: 10px 0px 10px;
}

footer .footer-top h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

footer .footer-top li a {
    color: #fdfdfd;
    font-size: 14px;
    line-height: 30px;
}

footer .contact.wow.fadeInRight a {
    display: block;
    font-size: 14px;
}

footer ul.social li {
    display: inline-block;
}

footer ul.social li {
    background: rgba(255, 255, 255, 0.1);
    transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    -webkit-transition: background 0.2s, color 0.2s;
}

footer ul.social li:hover .fa {
    transition: all 0.5s ease;
    color: var(--main-theme-color);
    background: rgba(255, 255, 255, 0.1);
    -moz-transition: background 0.2s, color 0.2s;
    -webkit-transition: background 0.2s, color 0.2s;
}

footer ul.social .fa-youtube,
footer ul.social .fa-facebook {
    padding: 8px 12px !important;
}

footer ul.social .fa {
    font-size: 15px;
    padding: 8px 10px;
    margin-right: 0px;
}

footer .fa {
    color: #99a0a2;
    font-size: 15px;
    margin-right: 5px;
    padding: 8px 15px;
    text-align: center;
}

footer .contact span {
    display: block;
    font-size: 14px;
    padding: 5px 0px;
    overflow: hidden;
    line-height: 25px;
}

footer a:hover {
    color: #var(--secondary-theme-color) !important;
}

footer .contact .fa.fa-map-marker {
    float: left;
}

footer .contact p a {
    color: #fdfdfd;
}

footer .copyright p {
    font-size: 12px;
    line-height: 24px;
}

footer .copyright p a:hover {
    text-decoration: underline;
}

.scroll-top {
    right: 30px;
    color: #fff;
    bottom: 105%;
    cursor: pointer;
    position: fixed;
    font-size: 19px;
    padding: 8px 18px;
    text-align: center;
    border-radius: 50%;
    border: transparent;
    transition: 1s ease;
    animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    background: var(--main-theme-color);
}

.scroll-top.open {
    bottom: 30px;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}

.view-our-team .view-content {
    display: flex;
    flex-wrap: wrap;
}

.our-partners-box img {
    max-width: 100%;
    height: auto;
}

.our-partners-box p {
    margin-bottom: 0 !important;
}

.our-partners-box {
    padding: 0 20px;
}

.partners-page #our-partners {
    padding: 0;
}

.team-info p {
    word-break: break-word;
}

.partners-overview .owl-item img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.image-auto-height img {
    height: auto;
}

.single-overview::before {
    height: 242px;
}

.single-overview h5 a {
    color: #333;
}

.single-team.text-center.single-overview {
    margin-bottom: 20px;
}

.single-team.text-center.single-overview:before {
    display: none;
}

.all-single-overview {
    position: relative;
}

.all-single-overview:before {
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    width: 100%;
    content: "";
    height: 100%;
    transition: .3s;
    position: absolute;
    background: #2a2a2a;
    background: var(--secondary-theme-color);
}

.single-team.text-center.single-overview:hover .all-single-overview::before {
    opacity: .85;
}

.container-ul ul {
    margin: 0;
    padding: 0;
}

.view-our-partners {
    padding: 70px 0;
    background-color: rgb(244, 246, 248);
}

.popular-posts.popular-posts_location {
    padding: 0;
    padding-left: 0;
}

.popular-posts.popular-posts_location h3 {
    padding: 30px 30px 0 30px;
}

.zoom-gallery.gallery-carousel img {
    height: auto;
}

span.tagclouds-term {
    padding: 0 2px;
    font-size: 12px;
    display: inline-block;
}

.block.block-tagclouds.block-tagclouds-blocktags {
    text-align: center;
}

.tagclouds.level1 {
    color: #adadad;
}

.tagclouds.level2 {
    color: #fafafa;
}

.tagclouds.level3 {
    color: #2eafdf;
}

.tagclouds.level4 {
    color: #424242;
}

.tagclouds.level5 {
    color: #333;
}

.tagclouds.level6 {
    color: var(--main-theme-color);
}

.tagclouds.level7 {
    color: #fff;
}

.tagclouds.level8 {
    color: #fff;
}

.tagclouds.level9 {
    color: #23abdd;
}

.tagclouds.level10 {
    color: var(--main-theme-color);
}

.popular-posts h2 {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

section#slider.slider-area.slider-area-user .item {
    height: 50px;
}

section#slider.slider-area.slider-area-user .slide-caption {
    padding-top: 20px;
}

.bef-exposed-form .js-form-item {
    margin: 0;
    width: 100%;
}

.bef-exposed-form .bef-links > div {
    display: inline;
}

.bef-exposed-form .bef-links {
    padding-bottom: 30px;
}

.bef-exposed-form .bef-links > div > a {
    color: #777;
    padding: 8px;
    border: 1px solid;
    margin-bottom: 14px;
    display: inline-block;
    border-color: var(--main-theme-color);
}

.col-lg-6 {
    float: left;
}

.bef-exposed-form .js-form-item label {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid;
    margin-bottom: 10px;
    display: inline-block;
    border-color: var(--main-theme-color);
}

.bef-exposed-form .js-form-item {
    float: left;
    display: inline !important;
}

.bef-exposed-form {
    padding-left: 15px;
    padding-bottom: 30px;
}

.bef-exposed-form .form-radios .js-form-item :first-child {
    display: none;
}

.partner-list {
    display: inline;
    padding: 0 !important;
}

.partner-list ol {
    margin: 0;
    padding: 0;
    display: inline;
}

.partner-list ol li {
    margin: 0;
    display: inline;
    font-weight: 600;
    padding: 0 !important;
    color: #777 !important;
    font-size: 12px !important;
    text-transform: capitalize;
}

.partner-list ol li:before {
    content: ",";
    padding: 0 4px;
}

.partner-list ol li:first-child:before {
    display: none;
}

.partner-list-detail a {
    bottom: 0;
    color: #777;
    font-weight: 600;
    padding-left: 4px;
    right: 0 !important;
    bottom: 0 !important;
    text-transform: capitalize;
    position: relative !important;
}

.partner-list-detail .field .field__item:before {
    content: ",";
}

.partner-list-detail .field .field__item:first-child:before {
    display: none;
}

.partner-list-detail .field .field__item:first-child a {
    padding-left: 0;
}

.view-conference-facilities .box-shadow {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.view-conference-facilities #about {
    padding: 0;
}

.view-conference-facilities {
    padding: 40px;
}

.view-conference-facilities .hovereffect:hover img {
    transform: scale(1);
}

ul.grid.gridboxtax {
    margin: 0;
    padding: 0 0 20px;
}

ul.grid.gridboxtax li {
    padding-right: 10px;
    display: inline-block;
}

ul.grid.gridboxtax li * {
    display: inline-block;
}

section#service.no_grey {
    background: #fff;
}

.bef-exposed-form .form-radios .js-form-item input:checked ~ label {
    color: #fff;
    background: var(--main-theme-color);
}

ul.grid.gridboxtax li a {
    color: #777;
}

ul.grid.gridboxtax li:before {
    content: "\f0ac" !important;
}

.facilities-header p {
    padding: 20px 15px;
}

.facilities-body {
    padding: 20px 15px;
}

.facilities-body h3 {
    font-size: 17px;
    padding-top: 20px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.facilities-body ul {
    padding: 0px 30px;
}

.facilities-body ul li {
    display: block !important;
    padding-top: 10px !important;
}

.facilities-body ul li:before {
    float: left;
    display: block;
    font-size: 15px;
    content: "\f0a4";
    margin-right: 10px;
    font-family: FontAwesome;
    color: var(--main-theme-color);
}

.facilities-body .custom-btn {
    margin: 5px 30px;
    display: inline-block;
}

.page_node_conference_room_booking .js-form-item label {
    display: inline-block;
}

.page_node_conference_room_booking .form-type-email input {
    display: block;
}

.positiontwo- {
    display: none;
}

.positionone {
    display: block;
}

.positionone-Left {
    display: block;
}

.positiontwo-Left {
    display: none;
}

.positionone-Right {
    display: none;
}

.positiontwo-Right {
    display: block;
}

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

.page_node_conference_room_booking .form-actions .button {
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 35px;
    transition: 0.6s ease-in-out;
    background: var(--main-theme-color);
}

.page_node_conference_room_booking .form-actions .button:hover {
    color: #fff;
    transition: 0.6s ease-in-out;
    background: var(--secondary-theme-color);
}

.page-node-112 .button {
    border: none;
    color: #ffffff;
    margin: 30px 0;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 35px;
    transition: 0.6s ease-in-out;
    background: var(--main-theme-color);
}

.page-node-112 .button:hover {
    color: #fff;
    transition: 0.6s ease-in-out;
    background: var(--secondary-theme-color);
}

.page-node-112 .views-exposed-form .form-actions {
    display: inline-block;
}

.page-node-112 .views-exposed-form .form-select {
    padding: 8px;
}

.page_node_conference_room_booking .form-item-field-container-type,
.page_node_conference_room_booking .form-type-vertical-tabs {
    display: none;
}

li.facebook-icon:before {
    width: 14px;
    content: "\f09a" !important;
}

li.twitter-icon:before {
    width: 14px;
    content: "\f099" !important;
}

li.instagram-icon:before {
    width: 14px;
    content: "\f16d" !important;
}

li.job-icon:before {
    width: 14px;
    content: "\f2c0" !important;
}

li.organisation-icon:before {
    content: "\f0f7" !important;
}

li.partner-icon:before {
    width: 14px;
    content: "\f2b5" !important;
}

.horizontal-tab .nav-tabs li.active a {
    border-bottom: 2px solid var(--main-theme-color);
}

.horizontal-tab .nav-tabs li {
    padding-right: 40px;
    display: inline-block;
}

.horizontal-tab .nav-tabs {
    width: 100%;
    border: none;
    display: block;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.horizontal-tab .tab-content {
    display: block;
    margin: 15px 0 0;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.horizontal-tab .nav-tabs li a {
    color: #444;
    padding: 12px 0;
    display: inline-block;
    text-transform: unset;
    border-bottom: 2px solid;
    border-color: transparent;
}

.horizontal-tab .nav-tabs li a.active {
    border-bottom: 2px solid var(--main-theme-color);
}

.tab-content img {
    float: left;
    width: 300px;
    max-width: 100%;
    padding-top: 0;
    padding: 10px 0;
    padding-right: 20px;
    padding: 0;
}

.vertical-tab .nav-tabs li a {
    display: inline-block;
}

.vertical-tab .tab-content {
    margin: 0;
}

.blog-details .blog-box .blog-caption ul li.file-upload .fa {
    display: none;
}

.responsive-enabled {
    border: 1px solid #ccc;
}

.responsive-enabled tr td {
    padding: 8px;
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.responsive-enabled tr th {
    padding: 10px 8px;
    border: 1px solid #ccc;
}

.right0 {
    right: 0 !important;
}

.file-upload a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}

.facilities-body .availability-btn {
    margin: 0;
}

.path-search .form-search {
    height: 36px;
}

.path-search .js-form-item label {
    display: inline-block;
}

.path-search .form-submit {
    border: none;
    margin: 0 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin: 30px 15px;
    padding: 10px 35px;
    transition: 0.6s ease-in-out;
    background: var(--main-theme-color);
}

.path-search .form-submit:hover {
    color: #fff;
    transition: 0.6s ease-in-out;
    background: var(--secondary-theme-color);
}

.path-search #edit-advanced {
    padding: 8px 10px;
}

.path-search summary {
    border: none;
    outline: none;
}

section.slider-area.slider-area-user {
    text-align: center;
}

.page_node_conference_room_booking .form-actions .button#edit-preview {
    display: none;
}


/*book now page theming css start here*/

.page_node_conference_room_booking .field--name-field-time .js-form-item {
    display: inline-block;
}

.page_node_conference_room_booking .field--name-field-number-of-participants,
.page_node_conference_room_booking .field--name-field-room-style {
    width: 20%;
    display: inline-block;
}

.page_node_conference_room_booking .field--name-field-room-style select {
    padding: 2.5px;
}

.page_node_conference_room_booking .field--name-field-room-style label {
    display: block !important;
}

.page_node_conference_room_booking .field--name-field-number-of-participants input {
    width: 100%;
}

.page_node_conference_room_booking .field--name-field-vat-number,
.page_node_conference_room_booking .field--name-field-email-address {
    width: 25%;
    padding-right: 15px;
    display: inline-block;
}

.page_node_conference_room_booking .field--name-field-contact-name,
.page_node_conference_room_booking .field--name-field-phone-number {
    width: 74%;
    display: inline-block;
}

.page_node_conference_room_booking .field--name-field-vat-number input,
.page_node_conference_room_booking .form-type-email input {
    width: 100%;
}

.page_node_conference_room_booking .field--name-field-contact-name input,
.page_node_conference_room_booking .field--name-field-phone-number input {
    width: 30%
}

.page_node_conference_room_booking .field--name-field-name-of-organisation input {
    width: 25%;
}

/*book now end here*/

.blog-details .blog-box .blog-caption ul li.file-upload {
    display: block;
    padding: 10px 0 0;
}

.blog-details .blog-box .blog-caption ul li.file-upload a {
    font-size: 16px;
}

.path-search h2 {
    font-size: 24px;
    padding-bottom: 20px;
}

.search-results {
    margin: 0;
    padding: 0;
}

.search-results li {
    margin-bottom: 30px;
}

.search-box .blog-caption h3 {
    margin-bottom: 10px;
}

.search-box .blog-caption ul {
    padding: 0 0 10px;
}

.page_node_conference_room_booking .filter-wrapper {
    display: none;
}


/*tabs theming css start here*/

.ctm-tab .nav-pills {
    width: 100%;
    border: none;
    background: #fff;
    padding: 4px 10px 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.ctm-tab .nav-pills .nav-link.active {
    padding: 8px 0;
    border-radius: 0px;
    background: transparent;
    color: var(--main-theme-color);
    border-bottom: 2px solid var(--main-theme-color);
}

.ctm-tab .nav-pills .nav-link {
    padding: 8px 0;
}

.ctm-tab .nav-pills li {
    padding: 0 15px;
}

.ctm-tab .tab-pane > .container {
    width: 100%;
    border: none;
    padding: 30px;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.ctm-tab .tab-pane > section {
    padding: 20px !important;
}

.ctm-tab .vertical .nav-pills {
    display: inline-block;
}

.ctm-tab .vertical .tab-pane > section {
    padding: 0 !important;
}


/*tabs theming css end*/

.ctm-tab .nav-pills .nav-link {
    color: #838383;
}


/*accordation css start here*/

.ctm-tab .panel-default {
    width: 100%;
    border: none;
    display: block;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.ctm-tab .panel-default .panel-title a {
    color: #838383;
    display: block;
    font-size: 18px;
}

.ctm-tab .panel-default .panel-heading {
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.ctm-tab .panel-default .panel-title a[aria-expanded="true"] {
    color: var(--main-theme-color) !important;
}

.ctm-tab .panel-default .panel-title a.collapsed:after {
    float: right;
    font-size: 14px;
    content: "\f067";
    font-family: fontAwesome;
    font-weight: 100 !important;
}

.ctm-tab .panel-default .panel-title a[aria-expanded="true"]:after {
    float: right;
    font-size: 14px;
    content: "\f068";
    font-family: fontAwesome;
    font-weight: 100 !important;
}

/*webform page css*/

.page-node-type-webform input,
.page-node-type-webform textarea {
    color: #000;
    height: 45px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 13.5px;
    margin-bottom: 5px;
    display: inline-block padding: .375rem .75rem;
    border: 1px solid #dfdfdf;
}

.page-node-type-webform textarea {
    height: auto;
}

.page-node-type-webform .webform-button--submit {
    color: #ffffff;
    margin: 0 10px;
    margin: 30px 0;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 35px;
    transition: 0.6s ease-in-out;
    background: var(--main-theme-color);
}

.mailchimp-newsletter-mergefields {
    width: 80%;
    float: left;
}

.mailchimp-newsletter-mergefields input {
    width: 100%;
    display: block;
}

.mailchimp-newsletter-mergefields label {
    display: block !important;
}

.mailchimp-signup-subscribe-form div#edit-actions {
    width: 20%;
    float: left;
}

.mailchimp-signup-subscribe-form input[value="Submit"] {
    color: #fff;
    padding: 2px 10px;
    background: var(--main-theme-color);
    border: var(--main-theme-color) 1px solid;
}

.mailchimp-signup-subscribe-form h2 {
    margin-top: 30px;
    margin-bottom: 5px;
    padding: 0 !important;
}

.page_node_conference_room_booking .js-form-type-textarea .field-edit-link {
    display: none;
}

.partners-main .partners-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    position: absolute;
}

.partners-main:hover .hover-content {
    top: 15%;
}

.partners-main:hover .hover-content a {
    color: #fff;
    font-size: 18px;
}

.partners-main:hover .hover-content {
    top: 15%;
}

.container-type {
    padding: 0;
}

.taxonomy-header-padding {
    padding-top: 50px;
}

.taxonomy-padding-bottom {
    padding-bottom: 50px;
}

.dropdown-menu.show ul li a.dropdown-item {
    height: auto;
    white-space: unset;
    display: inline-block;
    line-height: 20px !important;
}

.single-team {
    margin-bottom: 30px;
}

.accondion-container .panel-default .panel-heading {
    color: #0f0f0f;
    border-color: #f2f2f2;
    background-color: #f2f2f2;
}

.accondion-container .panel-group .panel {
    border-radius: 0;
    margin-bottom: 20px;
}

.accondion-container .panel-heading h4 {
    color: #3f3f3f;
    font-size: 17px;
    margin-bottom: 0;
    font-family: open sans;
}

.accondion-container .panel-default.bgcolor .panel-title {
    color: #fff !important;
}

.accondion-container .panel-default .panel-heading a {
    padding: 18px;
    display: block;
    color: #424242;
    background: #f2f2f2;
}

.accondion-container .panel-default .panel-heading a[aria-expanded="true"] {
    padding: 18px;
    display: block;
    color: #ffffff;
    background: var(--main-theme-color);
}

.accondion-container .panel.panel-default {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.accondion-container .panel-body {
    line-height: 2;
    color: #787878;
    font-size: 17px;
    padding: 20px 30px 30px;
}

.accondion-container {
    padding: 60px 0;
    background: #fff;
}

.accondion-container .panel-default .panel-heading a:before {
    float: left;
    font-size: 15px;
    content: "\f067";
    line-height: 18px;
    padding-right: 20px;
    font-family: fontawesome;
}

.accondion-container .panel-default .panel-heading a[aria-expanded="true"]:before {
    float: left;
    font-size: 15px;
    content: "\f068";
    line-height: 18px;
    padding-right: 20px;
    font-family: fontawesome;
}

.accondion-container ul.nav.nav-tabs.nav-stacked li {
    width: 100%;
    display: block;
    color: #0f0f0f;
    margin-top: 2px;
}

.accondion-container ul li a {
    padding: 18px;
    display: block;
    color: #424242;
    border-color: #f2f2f2;
    background-color: #f2f2f2;
}

.accondion-container ul li a.active {
    padding: 18px;
    display: block;
    color: #424242;
    color: #ffffff;
    background: var(--main-theme-color);
    ;
}

.accondion-container .tab-content {
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.accondion-container ul.nav.nav-tabs.nav-stacked {
    border: none;
}

.accondion-container .tab-pane {
    line-height: 2;
    color: #787878;
    font-size: 17px;
    padding: 20px 30px 30px;
    border-top: 1px solid #fafafa;
}

.accondion-container .panel-group.accordion {
    width: 100%;
}

ul.links.inline li:first-child {
    padding-left: 0;
}

h3.header_comment {
    display: none;
}

.comment-row article:nth-child(3) h3.header_comment {
    display: block;
    margin-bottom: 30px;
}

.comment-row h3:first-child {
    display: none;
}

#clients-count .overlay {
    background: rgba(0, 0, 0, 0.4);
}

#clients-count .clients-count-view {
    z-index: 1;
    color: #fff;
    position: relative;
}

#clients-count .clients-count-view h2,
#clients-count .clients-count-view h3,
#clients-count .clients-count-view h4 {
    color: #fff;
}

#clockdiv {
    display: flex;
    color: #2d2b27;
    align-items: center;
    justify-content: center;
}

#clockdiv > div {
    color: #fff;
    width: 135px;
    font-size: 16px;
    flex-wrap: wrap;
    margin-right: 14px;
    text-align: center;
    padding-right: 20p;
    border-radius: 0px;
    align-items: center;
    border-radius: 15px;
    align-items: center;
    vertical-align: middle;
    border-right: 1px solid #828282;
}

#clockdiv > div:last-child {
    border-right: none;
}

#clients-count .container {
    box-shadow: none;
    background: transparent;
}

#clockdiv div > span {
    font-size: 24px font-weight: 800;
    border-radius: 3px;
    display: inline-block;
    background: transparent;
    color: var(--main-theme-color);
}

.counter-video .modal-dialog {
    max-width: 600px;
    text-align: center;
}

.counter-video .modal-header {
    margin: 0;
    padding: 0;
    border: none;
}

.counter-video .close {
    opacity: 1;
    color: #fff;
    border: none;
    right: -26px;
    font-size: 30px;
    position: absolute;
    font-weight: 100 !important;
}

.counter-video button.close:hover,
.counter-video button.close:focus {
    border: none !important;
    color: var(--main-theme-color) !important;
}

.flex-center {
    display: flex;
    align-items: center;
}

.video-count img {
    padding: 0;
    width: 122%;
    max-width: 100%;
    object-fit: contain;
}

.video-count p {
    color: #fff;
    padding: 4px 0;
}

.counter-video-btn {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0;
    background: none;
}

.counter-video-btn:after {
    width: 40px;
    height: 40px;
    outline: none;
    font-size: 13px;
    content: "\f04b";
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    background: var(--main-theme-color);
}

.counter-video-btn:hover:after {
    outline: none;
    background: #164195;
}

.video-count .btn-primary:hover {
    border: none;
    outline: none;
    background: transparent;
}

/*accordation first element css start here*/
.accondion-container .panel .panel-collapse ul {
    margin: 0;
    padding: 0;
}

.accondion-container .panel .panel-collapse ul li a {
    padding: 0;
    color: #787878;
    background: none;
    display: inline-block;
}

/*Mailchimp Subscription Form*/
.region-content .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
    float: none;
    width: auto;
}

.region-content .mailchimp-signup-subscribe-form div#edit-actions {
    margin: 0;
    float: none;
    width: auto;
}

.region-content .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields .js-form-item {
    display: inline-block;
}

.region-content .mailchimp-signup-subscribe-form .js-form-type-email .visually-hidden {
    width: auto;
    clip: unset;
    height: auto;
    position: relative !important;
}

.region-content .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input {
    color: #000;
    width: 100%;
    border: none;
    height: 45px;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 13.5px;
    margin-bottom: 5px;
    padding: .375rem .75rem;
    border: 1px solid #dfdfdf;
}

.region-content .mailchimp-signup-subscribe-form input[value="Submit"] {
    font-weight: 700;
    padding: 10px 35px;
    transition: 0.6s ease-in-out;
}

.region-content .mailchimp-signup-subscribe-form input[value="Submit"]:hover {
    transition: 0.6s ease-in-out;
    background: var(--secondary-theme-color);
    border-color: var(--secondary-theme-color);
}

div#highlightes-count {
    color: #fff;
    position: relative;
    background-size: cover;
    padding: 70px 0px;
    background-position: center;
    background-repeat: no-repeat;
}

div#highlightes-count .container {
    z-index: 1;
    position: relative;
}

#clients-count .video-count img {
    height: auto;
}

div#highlightes-count .blog-box .blog-caption h3 {
    padding-top: 10px;
	text-align: center;
}

div#highlightes-count .hovereffect img {
    height: 250px;
}

#clients-count .clients-count-view p {
    color: #fff;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 20px;
}

#clients-count .clients-count-view .blog-caption {
    height: 180px;
}

/*share this css start here*/

.a2a_svg svg {
    background-color: var(--main-theme-color);
}

.a2a_svg svg:hover {
    background-color: var(--secondary-theme-color);
}

.a2a_kit a:hover svg {
    background-color: var(--secondary-theme-color);
}

.a2a_kit .a2a_svg {
    margin-right: 4px;
    font-size: 10px !important;
    border-radius: 50px !important;
}

.a2a_kit a {
    color: #333;
    font-size: 14px;
    padding-right: 12px;
}

.a2a_kit a:last-child {
    padding-right: 0px;
}

.block-addtoany h2 {
    vertical-align: middle;
    display: inline !important;
    font-size: 16px !important;
}

span.a2a_svg {
    background-color: var(--main-theme-color) !important;
}

.sharethis .a2a_kit a {
    color: #fff;
}

.share-this {
    padding: 15px 0;
}

.share-this h2.share-this-title {
    display: inline;
    font-size: 16px;
    vertical-align: middle;
}

.view-event-calendar {
    padding: 60px 0;
}

.fc button,
.fc table,
body .fc {
    font-size: 14px !important;
}

.fc-state-default {
    color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    background: var(--main-theme-color);
}

.fc-state-active {
    background: var(--secondary-theme-color);
}


/*noticeboard css start here*/

.noticeboard-item .hovereffect img {
    width: auto;
    height: auto !important;
}

.blog-details .noticeboard-item {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08) !important;
}

.noticeboard-padding {
    padding: 30px 0 30px 15px;
}

.noticeboard-item .custom-btn {
    padding: 8px;
    margin: 3px 0 0;
    pointer-events: none;
    display: inline-block;
}

.noticeboard-item .blog-caption ul li span {
    color: #fff;
}

.border-right {
    border-right: 1px solid #ddd;
}

.noticeboard-right ul {
    margin: 0;
    padding: 0;
}

.noticeboard-right ul .fa {
    padding-right: 10px;
}

#blog .noticeboard-item {
    margin-bottom: 30px;
}

.noticeboard-right ul li {
    line-height: 30px;
}

.comment-view-body {
    display: none;
}

.noticeboard-comment {
    cursor: pointer;
}

.comment-view-body textarea {
    resize: none;
}

.blog-box .blog-caption .comment-view-body li a {
    right: auto;
    bottom: auto;
    font-size: 13px;
    position: relative;
}

.comment-view-body h5 {
    padding: 4px 0;
    font-size: 16px;
}

.comment-view-body form {
    margin-top: 15px;
}

.comment-view-body #edit-actions input.custom-btn {
    width: auto;
    position: relative;
    display: inline-block;
}

.comment-view-body .form-submit {
    padding: 8px;
    margin: 2px 0;
    color: #ffffff;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    width: auto !important;
    transition: 0.6s ease-in-out;
    background: var(--main-theme-color);
}

.comment-view-body .form-submit:hover {
    color: #fff;
    transition: 0.6s ease-in-out;
    background: var(--secondary-theme-color);
}

.comment-view-body {
    padding: 15px;
    background: #f5f5f5;
}

.comment-view-body ul li a {
    font-size: 14px;
}

.blog-box .comment-view-body span div {
    display: block;
}

.noticeboard-item .no-padding {
    padding: 0 0 0 15px;
}

.view-event-calendar .views-exposed-form .js-form-item label {
    display: inline-block;
}

.view-event-calendar .views-exposed-form .form-select {
    height: 45px;
}

.view-event-calendar .views-exposed-form .form-actions {
    display: inline-block;
    vertical-align: middle;
}

.view-event-calendar .views-exposed-form .form-submit {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 35px;
    transition: 0.6s ease-in-out;
    background: var(--main-theme-color);
    border: 1px solid var(--main-theme-color);
}

.view-event-calendar .views-exposed-form .form-submit:hover {
    color: #fff;
    transition: 0.6s ease-in-out;
    background: var(--secondary-theme-color);
    border-color: var(--secondary-theme-color);
}

.view-event-calendar .locale-selector {
    display: none !important;
}

.noticeboard-item .blog-caption li a {
    right: auto;
    bottom: auto;
    position: relative;
    color: #fff !important;
}

.noticeboard-item .partner-btn {
    cursor: pointer;
    pointer-events: auto;
}

.noticeboard-item .partner-btn:hover a {
    color: #fff !important;
}

#user-register-form label.option {
    display: inline;
}

#user-register-form .field--type-mailchimp-lists-subscription span.fieldset-legend {
    font-size: 16px;
}

#user-register-form .field--type-mailchimp-lists-subscription .js-form-item {
    margin: 0 !important;
}

/*menu 3rd lavel css start here*/
/*
#menu ul.navbar-nav li ul li .dropdown-menu {
    top: -1px;
    left: 100%;
    background: #1c2127;
}

#menu ul.navbar-nav li ul li:hover > .dropdown-menu {
    display: block;
}

#menu ul.navbar-nav li ul li a .fa-chevron-down {
    font-weight: normal;
    transform: rotate(-90deg);
}

#menu ul.navbar-nav li ul li .dropdown-menu ul li {
    border-color: #262c33;
}

#menu ul.navbar-nav li ul li a {
    font-size: 14px;
    padding: 13px 18px;
}

#menu ul.navbar-nav li ul li .dropdown-menu ul li a {
    font-size: 14px;
    padding: 11px 18px;
    line-height: 21px !important;
}
*/

.aligncenter.contact-info-box {
    float: right;
}

.aligncenter.contact-info-box ul {
    display: inline-block;
}

.member-box img.image-style-rectangular-image-style {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: unset;
}

.member-box .single-member-box {
    margin: 10px 0;
    border: 1px solid #ccc;
}

.member-box {
    padding: 10px;
}

.member-box-info h3 {
    color: #333;
    padding: 10px;
    margin: 10px 0;
    font-size: 17px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.flag-wrapper {
    width: 100%;
    height: 114px;
    overflow: hidden;
    margin: 20px auto;
    position: relative;
    display: inline-block;
}

.flag-wrapper .flag {
    border: none;
    height: 100px;
    border-radius: 0;
    background-size: cover;
}

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

.team-social h3 {
    padding: 0;
    margin: 20px auto 10px;
}

.item-list .member-box ul.taxonomy-ul li a {
    margin: 0;
    padding: 0;
    color: #212529;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
}

.item-list .member-box ul.taxonomy-ul li {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

ul.taxonomy-ul {
    margin: 0;
    padding: 0;
}

.item-list .member-box ul.taxonomy-ul li a:hover {
    color: var(--main-theme-color);
    font-weight: normal;
}

.member-box .single-member-box > .row {
    margin: 0;
}

.item-list .member-box ul.taxonomy-ul li:before {
    color: #333;
    font-size: 13px;
    content: "\f054";
    text-rendering: auto;
    display: inline-block;
    font-family: FontAwesome;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}


/*menu 3rd lavel css end here*/

.row.flex-wrap > div {
    flex-grow: 1;
    color: white;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.row.flex-wrap > div > ul {
    color: white;
    display: flex;
    flex-grow: 1;
    align-items: stretch;
    flex-direction: column;
}

.row.flex-wrap > div > ul .member-box {
    color: white;
    display: flex;
    flex-grow: 1;
    align-items: stretch;
    flex-direction: column;
}

.row.flex-wrap > div > ul .member-box .single-member-box {
    flex-grow: 1;
    color: white;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.information {
    width: 100%;
    font-size: 14px;
    padding: 70px 0;
    font-weight: 400;
    margin: 0 0 15px;
    font-family: 'Open Sans', sans-serif;
}

.information p {
    margin: 0;
    padding: 0;
}

.information ul {
    padding: 0;
    display: flex;
    margin: 0 -4px;
    flex-wrap: wrap;
}

.information ul li {
    color: #777;
    padding: 0 4px;
    margin: 0 0 7px;
}

.information ul li a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: var(--main-theme-color);
}

.information ul li a:hover {
    color: var(--secondary-theme-color);
}

div#calendar .fc-state-default {
    color: #333333;
    background-color: #e6e6e6;
}

.outer-calender-box {
    padding: 50px 0;
}

.outer-calender-box .bef-exposed-form .form--inline {
    width: 100%;
    display: block;
}

.outer-calender-box #calendar .fc-left .fc-state-default {
    color: #fff;
    opacity: 0.8;
    transition: 0.3s;
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color);
}

.outer-calender-box #calendar .fc-left .fc-state-default:hover {
    border-color: #ef9507;
    background-color: #ef9507;
}

.outer-calender-box #fullCalModal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 10px;
    top: 5px;
}

.outer-calender-box #calendar .fc-button-group .fc-state-default {
    opacity: 1;
    color: #fff;
    transition: 0.3s;
    position: relative;
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color);
}

.outer-calender-box #calendar .fc-button-group.fc-state-active,
.outer-calender-box #calendar .fc-button-group .fc-state-default:hover {
    border-color: #ef9507;
    background-color: #ef9507;
}

.outer-calender-box #calendar .fc-button-group .fc-state-default:after {
    top: 0;
    right: 0;
    width: 2px;
    content: '';
    height: 100%;
    position: absolute;
    display: inline-flex;
    background-color: #ef9507;
}

.outer-calender-box #calendar .fc-button-group .fc-corner-right:after {
    display: none;
}

.outer-calender-box #calendar table .fc-content-skeleton table thead tr th.fc-month-name {
    color: #2a2a2a;
    padding: 10px 0;
    font-size: 23px;
    font-weight: 400;
    background: #ddd;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.outer-calender-box #calendar table .fc-content-skeleton table tbody tr td.fc-event-container .fc-day-grid-event {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    padding: 3px 10px;
}

.outer-calender-box form {
    padding: 0;
    width: 100%;
    margin: 30px 0 0;
}

.outer-calender-box form .form--inline .form-item {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.outer-calender-box form .form--inline .form-item legend {
    display: block;
    color: var(--main-theme-color);
    font-size: 17px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.outer-calender-box form .form--inline .form-item legend:after {
    right: 0;
    font-size: 18px;
    content: '\f078';
    position: absolute;
    font-weight: normal;
    font-family: fontawesome;
}

.outer-calender-box form .form--inline .form-item .fieldset-wrapper .form-checkboxes .fieldgroup {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.outer-calender-box form .form--inline .form-item .fieldset-wrapper .form-checkboxes .fieldgroup input[type="checkbox"].form-checkbox {
    border: 0;
    width: auto;
    height: auto;
    box-shadow: none;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    background: transparent;
}

.outer-calender-box form .form--inline .form-item .fieldset-wrapper .form-checkboxes .fieldgroup input[type="checkbox"]:after {
    left: 0;
    top: 0;
    width: 18px;
    content: '';
    height: 18px;
    background: #fff;
    position: absolute;
    line-height: 1.3em;
    display: inline-block;
    border: 1px solid #ccc;
}

.outer-calender-box form .form--inline .form-item .fieldset-wrapper .form-checkboxes .fieldgroup input[type='checkbox']:checked:after {
    content: '✔';
    font-size: 13px;
    text-align: center;
}

.outer-calender-box form .form--inline .form-item .fieldset-wrapper .form-checkboxes .fieldgroup label {
    margin: 0;
    border: 0;
    padding: 0;
    color: #555;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 0 15px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
}

.outer-calender-box form .form--inline .form-actions .js-form-submit {
    color: #fff;
    width: 100%;
}

.outer-calender-box #fullCalModal .modal-dialog .modal-content .modal-header {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 16.42857143px;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.outer-calender-box #fullCalModal .modal-dialog {
    top: 50%;
    margin: 0 auto;
    position: relative;
    transform: translateY(-50%);
}

.outer-calender-box #fullCalModal .modal-dialog .modal-content .modal-header .modal-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}

.outer-calender-box #fullCalModal .modal-dialog .modal-content .modal-header .close {
    margin: 0;
    padding: 0;
    color: #000;
    opacity: .2;
    line-height: 1;
    font-size: 21px;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}

.outer-calender-box #fullCalModal .modal-dialog .modal-content .modal-body {
    color: #777;
    padding: 15px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.outer-calender-box #fullCalModal .modal-dialog .modal-content .modal-body .startInfo {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 11px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.outer-calender-box #fullCalModal .modal-dialog .modal-content .modal-body .startInfo label {
    margin: 0 5px 0 0;
}

.outer-calender-box #fullCalModal .modal-dialog .modal-content .modal-body .startInfo span#startTime {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.outer-calender-box #fullCalModal .modal-dialog .modal-content .modal-body #eventInfo p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.outer-calender-box #fullCalModal .modal-dialog .modal-content .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.outer-calender-box #fullCalModal .modal-dialog .modal-content .modal-footer .btn-primary {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px;
    border-radius: 4px;
    align-items: center;
    display: inline-flex;
    line-height: 1.42857143;
    justify-content: center;
    border: 1px solid transparent;
    background: var(--main-theme-color) !important;
    border-color: var(--main-theme-color) !important;
}

.outer-calender-box #fullCalModal .modal-dialog .modal-content .modal-footer .btn-primary a {
    color: #fff;
}

.not-found-body.not-found-body-403 {
    width: 100%;
}

.not-found-body.not-found-body-403 .not-title {
    margin: 0;
    width: 100%;
}

.not-found-body.not-found-body-403 #user-login {
    max-width: 100%;
    margin: 0;
}

.not-found-body.not-found-body-403 .col-xs-12.yg-creative-login {
    width: 100%;
}

.not-found-body.not-found-body-403 .item-list {
    display: none;
}

#slider .item.item-found-body-403 {
    height: 50vh;
}

.not-found-body-403 .login-text .form-group input {
    height: 50px;
    border: 1px solid #ccc;
}

.amazing-forms-contribute-form label.option {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    height: 34px;
    width: 78px;
    border-radius: -5%;
    border-radius: 34px;
}

label.option:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 10px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

.amazing-forms-contribute-form .form-checkboxes input:checked + label.option:before {
    left: 20px;
}

.amazing-forms-contribute-form .form-checkboxes input:checked + label.option {
    background-color: #007ac3;
}

.amazing-forms-contribute-form .form-checkboxes input:focus + label.option {
    box-shadow: 0 0 1px #2196F3;
}

.amazing-forms-contribute-form .form-checkboxes input:checked + label.option:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.amazing-forms-contribute-form .form-checkboxes label label.option {
    border-radius: 34px;
}

.amazing-forms-contribute-form .form-checkboxes label label.option:before {
    border-radius: 50%;
}

.amazing-forms-contribute-form .form-checkboxes .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-check-mail-1.form-item-check-mail-1 {
    position: relative;
    width: 100px
}

.amazing-forms-contribute-form .form-checkboxes input {
    position: relative;
    z-index: 999;
    opacity: 0;
}

.amazing-forms-contribute-form input#edit-submit {
    background: var(--main-theme-color) !important;
    border: 1px solid var(--main-theme-color) !important;
    padding: 10px 20px;
    color: #ffffff;
    margin-left: 0;
}

.amazing-forms-contribute-form input#edit-test {
    background: var(--main-theme-color) !important;
    border: 1px solid var(--main-theme-color) !important;
    padding: 10px 20px;
    color: #ffffff;
}

.amazing-forms-contribute-form {
    margin-bottom: 30px;
}

.workinggrouppara-desc p {
    color: #424242;
}

#clients-count.landscape-count {
    padding: 100px 0;
    height: 300px;
}

#clients-count.landscape-count h2 {
    text-align: center;
    font-size: 40px;
}

.js-form-item-broadcast-pdf input {
    background: var(--main-theme-color);
    border: 1px solid var(--main-theme-color);
    width: 100%;
    color: #ffff;
}

.bef-exposed-form .form-submit {
    background: #00a0b0;
    border: 1px solid #00a0b0;
    color: #fff;
    padding: 2px 20px;
}

.bef-exposed-form {
    padding: 0;
}

.views-exposed-form.bef-exposed-form .js-form-item select,
.views-exposed-form.bef-exposed-form .js-form-item input {
    display: inline-block;
    cursor: pointer;
    border: 1px solid;
    border-color: var(--main-theme-color);
    padding: 5px 10px;
    margin-bottom: 10px;
    height: 37px;
    background-color: transparent;
}

.view-id-event_calendar .bef-exposed-form {
    padding: 0;
}

.view-id-event_calendar .bef-exposed-form .js-form-item label {
    padding-left: 0;
}

.view-id-event_calendar .views-exposed-form .form--inline .form-item {
    clear: left;
    display: flex;
    align-items: baseline;
    flex: 0 0 80%;
    max-width: 80%;
    margin-bottom: 0;
    display: inline-flex;
}

.view-id-event_calendar .form--inline .form-actions {
    clear: left;
    display: flex;
    align-items: baseline;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 0;
}

.form--inline.clearfix {
    display: flex;
    margin-bottom: 20px;
}

.view-event-calendar .views-exposed-form .js-form-item label {
    display: block;
    width: 100%;
}

.view-event-calendar .views-exposed-form .form-select.bef-links {
    height: auto;
}

.share-this.share-this-box {
    display: flex;
    justify-content: space-around;
}

.share-this1 .share-this-title {
    padding-right: 10px;
}

.not-found-body a[alt="Request new password via email"] {
    background: transparent;
    padding: 0;
    color: var(--main-theme-color);
}

.not-found-body .login-button .form-actions input.js-form-submit {
    margin: 0;
    padding: 10px 5px;
    color: #ffffff;
}

.form-type-textfield .form-text {
    color: #555;
    width: 100%;
    height: 48px;
    display: block;
    font-size: 14px;
    padding: 2px 5px;
    border-radius: 4px;
    font-family: inherit;
    background-color: #fff;
    background-image: none;
    line-height: 1.42857143;
}

.form-item-field-partner-target-id {
    width: 20%;
    float: left;
    color: #333;
    display: block;
    font-size: 14px;
    padding-top: 3px;
    line-height: 1.42857143;
    font-family: 'Lato', sans-serif !important;
}

.form-item-field-partner-target-id .form-select {
    float: none;
    width: 15em;
    height: 2em;
    color: #444;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
    line-height: 35px;
    user-select: none;
    margin-top: .45em;
    border-radius: 5px;
    margin-right: 26px;
    white-space: nowrap;
    display: inline-block;
    width: 100% !important;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.form-actions .js-form-submit {
    width: 15em;
    color: black;
    font-size: 14px;
    cursor: pointer;
    margin-top: 1.8em;
    padding: 6px 12px;
    margin-top: 1.8em;
    user-select: none;
    text-align: center;
    border-radius: 4px;
    font-weight: normal;
    white-space: nowrap;
    -ms-user-select: none;
    vertical-align: middle;
    -moz-user-select: none;
    background-image: none;
    line-height: 1.42857143;
    -webkit-user-select: none;
    border: 1px solid transparent;
    background: var(--main-theme-color) !important;
    border-color: var(--main-theme-color) !important;
}

.node__content section.container-type .clearfix .form-actions {
    margin-top: 27px;
    display: inline-block;
}

.node__content section.container-type .form--inline.clearfix {
    margin: 30px 0;
}

.team-member-title {
    text-align: center;
    padding: 40px 0 0px 0;
    font-family: 'Open Sans', sans-serif;
}

.team-info .hover-content.text-center p a:hover {
    color: var(--main-theme-color);
}

.page-node-197 .single-team.text-center .team-info p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}

.single-team.text-center .team-info .hover-content.text-center p a {
    font-weight: 300;
}

.node__content section.container-type form#views-exposed-form-member-directory-block-1 .js-form-item.form-item.js-form-type-select select#edit-field-partner-target-id {
    color: #555;
    width: 100%;
    height: 34px;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    padding: 2px 5px;
    border-radius: 4px;
    font-family: inherit;
    background-image: none;
    border: 1px solid #ccc;
    background-color: #fff;
    line-height: 1.42857143;
}

.node__content section.container-type form#views-exposed-form-member-directory-block-1 .js-form-item.form-item.js-form-type-select label {
    color: #838383;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.views-exposed-form .form--inline .form-item {
    width: 19%;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
}

.bef-exposed-form .form-submit {
    background: var(--main-theme-color);
    border: 1px solid var(--main-theme-color);
    color: #fff;
    padding: 2px 20px;
}

.bef-exposed-form {
    padding: 0;
}

.views-exposed-form.bef-exposed-form .js-form-item select,
.views-exposed-form.bef-exposed-form .js-form-item input {
    display: inline-block;
    cursor: pointer;
    border: 1px solid;
    border-color: var(--main-theme-color);
    padding: 5px 10px;
    margin-bottom: 10px;
    height: 37px;
    background-color: transparent;
}

.views-exposed-form .form-type-textfield .form-text,
.node__content section.container-type form#views-exposed-form-member-directory-block-1 .js-form-item.form-item.js-form-type-select select#edit-field-partner-target-id {
    display: inline-block;
    cursor: pointer;
    border: 1px solid;
    border-color: var(--main-theme-color);
    padding: 5px 10px;
    margin-bottom: 10px;
    height: 37px;
    background-color: transparent;
    border-radius: 0;
    margin-top: 4px;
}

.bef-exposed-form .form--inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bef-exposed-form .form--inline > .form-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 20px;
    display: flex;
    margin: 0 0 20px;
    padding: 0 5px;
}

.bef-exposed-form .form--inline .form-actions input {
    height: 44px;
}

.bef-exposed-form .js-form-item label {
    border: none;
    font-weight: 400px;
    color: #000000;
    display: block;
}

.views-exposed-form.bef-exposed-form .js-form-item select,
.views-exposed-form.bef-exposed-form .js-form-item input {
    width: 100%;
    margin-top: 0;
    height: 42px;
    margin-bottom: 0;
}

.bef-exposed-form .bef-links a {
    margin-bottom: 2px;
}

.bef-exposed-form .bef-links {
    padding-bottom: 10px;
}

.exposed-container {
    float: left;
    width: 100%;
}

.bef-exposed-form {
    padding: 10px;
}

.bef-exposed-form .form-composite > legend {
    display: inline-block;
    cursor: pointer;
    border: 1px solid;
    border-color: var(--main-theme-color);
    padding: 5px 10px;
    margin-bottom: 10px;
    border: none;
    font-weight: 400px;
    color: #000000;
    display: block;
    font-weight: normal;
    height: 42px;
    padding-left: 0;
}

.bef-exposed-form .form-radios .js-form-item input:checked ~ label {
    height: 42px;
    line-height: 34px;
}

.bef-exposed-form .form-radios .js-form-item label {
    border: 1px solid;
    border-color: var(--main-theme-color);
    height: 42px;
    line-height: 33px;
    margin-bottom: 0;
}

.bef-exposed-form .form--inline .form-radios > .form-item {
    display: inline-block !important;
    width: auto;
}

.bef-exposed-form .form-actions.js-form-wrapper.form-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 20px;
    display: flex;
    padding: 0 5px;
}

.bef-exposed-form .form-actions.js-form-wrapper.form-wrapper input {
    width: 100%;
    margin-top: 31px;
}

.bef-exposed-form .form--inline > .form-item.fullwidth-item-eighty {
    max-width: max-content;
    flex: 1;
}

.bef-exposed-form .form-actions.js-form-wrapper.form-wrapper.fullwidth-item-twenty {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 20px;
    display: flex;
    padding: 0 5px;
    margin-bottom: 0;
}

.outer-calender-box .bef-exposed-form .form-actions.js-form-wrapper.form-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: flex;
    padding: 0;
}

.views-exposed-form .form--inline > .form-radios > .form-radios > .form-item {
    margin-bottom: 10px;
}


/*event details start here*/

.event-presentations .paragraph--type--events-presentations .field__label {
    padding-bottom: 4px;
}

.event-presentations .paragraph--type--events-presentations .field__items {
    display: flex;
    flex-wrap: wrap;
}

.event-presentations .paragraph--type--events-presentations .field__items .field__item {
    padding-right: 4px;
}

.event-presentations .paragraph--type--events-presentations .field__items .field__item:before {
    content: <br>;
    padding-right: 4px;
}

.page-node-type-events .event-presentations .paragraph--type--events-presentations .field__items .field__item:before {
    content: none !important;
    padding-right: 4px;
}

.event-presentations .paragraph--type--events-presentations .field__items .field__item:first-child:before {
    display: none;
}

.event-presentations {
    padding: 20px 0;
}

.popular-posts .field-date-time label {
    font-weight: bold;
    display: block;
    margin: 0;
}

.popular-posts .field--name-field-document span a {
    font-size: 14px;
    line-height: unset !important;
}


/*event details end here*/

.workinggrouppara-pdf {
    font-size: 20px;
    padding: 46px 20px;
    margin-top: 30px;
    height: 170px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    display: flex;
}

.workinggrouppara-pdf i.fa.fa-file-pdf-o {
    font-size: 52px;
    padding-right: 30px;
}

.workinggrouppara-pdf a {
    color: #424242;
    display: flex;
    align-items: center;
}

.row.workinggrouppara-picture {
    align-items: center;
    color: #424242;
}

.workinggrouppara h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.workinggrouppara {
    margin: 40px auto;
}

.workinggrouppara-outer_box {
    font-size: 20px;
    padding: 10px 20px;
    margin-top: 30px;
    height: 170px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.wg-center-grid {
    padding: 0 15px;
}

.wg-center-grid .hovereffect.blogimage img {
    width: 100%;
}

.region_block_email {
    background: #fafafa;
    padding: 40px 0;
}

.page-node-working_groups .views-element-container {
    margin-bottom: 0;
}

.row.workinggrouppara-picture {
    position: relative;
}

.row.workinggrouppara-picture a {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 1;
}

.workinggrouppara-view h2 {
    text-align: center;
    margin-bottom: 10px;
}

.row.workinggrouppara-picture i.fa.fa-user-circle-o {
    font-size: 80px;
}


/*tab view css*/

.tab-content .view-blog-box img {
    height: 280px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.views-element-container {
    margin: 0px auto;
}

.view-blog-box .file--application-pdf {
    display: inline;
    background: none;
    padding: 0;
}

.view-blog-box .file--application-pdf a {
    text-decoration: none;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.the-metings {
    padding: 40px 0;
}

.the-metings h2 {
    text-align: center;
    margin-bottom: 20px;
}

.tab-content .the-metings img {
    padding: 0;
    margin: 0;
}

.popular-posts-address .popular-posts {
    padding: 0;
    background: transparent;
    margin: 0;
}

.popular-posts-address .popular-posts iframe {
    display: none;
}

.popular-posts-address .event-view-address {
    display: block;
}

.event-sign-up a {
    display: inline-block;
    margin: 0;
    color: #fff;
}

.event-sign-up a:hover {
    color: #fff !important;
}

.event-sign-up {
    padding: 15px 0 0;
}

.nodesignuptable-form .form-item-nid {
    display: none;
}

.nodesignuptable-form table {
    width: 100%;
}

.event-view-address {
    padding-top: 10px;
}

.event-view-address label.control-label {
    font-weight: bold;
    margin: 0;
}


/*sign up form design*/

.blog-details form.nodesignuptable-form input,
.blog-details form.nodesignuptable-form textarea {
    width: auto;
}

.page-node-events .nodesignuptable-form .js-form-item-attended .form-select {
    height: 40px;
    outline: none;
}

.page-node-events .nodesignuptable-form .js-form-item-attended {
    display: inline-block;
}

.page-node-events .nodesignuptable-form .form-actions {
    display: inline-block;
    padding: 0;
    float: right;
}

.page-node-events .nodesignuptable-form .form-actions input {
    margin: 0;
    color: #ffffff;
}


/*sign up edit page*/

.nodesignup-form .form-type-email ::-webkit-input-placeholder {
    color: transparent;
}

.nodesignup-form .form-type-email :-moz-placeholder {
    color: transparent;
}

.nodesignup-form .form-type-email ::-moz-placeholder {
    color: transparent;
}

.nodesignup-form .form-type-email :-ms-input-placeholder {
    color: transparent;
}

.nodesignup-form .form-type-email input::placeholder {
    color: transparent;
}

.nodesignup-form .form-item-nid {
    display: none !important;
}

.nodesignup-form .form-type-email .visually-hidden,
.path-signup-edit .nodesignupedit-form .form-type-email .visually-hidden {
    position: relative !important;
    clip: rect(0, 0, 0, 0);
    height: auto;
    width: 100%;
    overflow: auto;
    margin: 0;
}

.path-node-signup .nodesignup-form .js-form-item,
.path-signup-edit .nodesignupedit-form .js-form-item {
    display: inline-block;
    width: 49%;
}

.path-node-signup .nodesignup-form,
.path-signup-edit .nodesignupedit-form {
    background: #fff;
    padding: 50px 30px 30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    margin: 40px auto;
}

.path-node-signup .nodesignup-form .js-form-item input,
.path-signup-edit .nodesignupedit-form .js-form-item input {
    border-radius: 0px !important;
    height: 40px !important;
    margin: 0 !important;
    outline: none;
    border: 1px solid #CCC !important;
    width: 100%;
}

.path-node-signup .nodesignup-form .form-item:nth-child(odd) {
    padding-left: 15px;
}

.path-node-signup .nodesignup-form .form-item:nth-child(even) {
    padding-right: 15px;
}

.path-node-signup .nodesignup-form .form-type-email input,
.path-signup-edit .nodesignupedit-form .form-type-email input {
    padding: 2px 5px;
}

.path-node-signup .nodesignup-form .form-actions .js-form-submit,
.path-signup-edit .nodesignupedit-form .form-actions .js-form-submit {
    margin: 0;
    width: auto;
    padding: 10px 35px;
    border-radius: 0px;
}

.path-signup-edit .nodesignupedit-form .form-item-table-id,
.path-signup-edit .nodesignupedit-form .form-item-nid {
    display: none;
}

.path-signup-edit .nodesignupedit-form .js-form-item-attend {
    float: right;
}

.nodesignupedit-form .form-item:nth-child(odd) {
    padding-right: 15px;
}

.nodesignupedit-form .form-item:nth-child(even) {
    padding-left: 15px;
}

.nodesignupedit-form .js-form-item-organisation {
    padding-left: 0 !important;
    padding-right: 15px;
}

.path-signup-edit .nodesignupedit-form .js-form-item-attend .form-select {
    height: 40px;
    border-radius: 0px;
    border: 1px solid #ccc !important;
    width: 100%;
    outline: none;
}

.page-node-working_groups .view.view-taxonomy-title.view-id-taxonomy_title {
    display: none;
}

.page-node-working_groups .container.taxonomy-padding-bottom {
    display: none;
}

.region_block_email h2 {
    text-align: center;
    margin-bottom: 30px;
}

#emailworking-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-wgs-id.form-item-wgs-id.form-no-label {
    display: none;
}

#emailworking-form label.option {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    height: 34px;
    width: 78px;
    border-radius: -5%;
    border-radius: 34px;
}

#emailworking-form label.option:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 10px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

#emailworking-form .form-checkboxes input:checked + label.option:before {
    left: 20px;
}

#emailworking-form .form-checkboxes input:checked + label.option {
    background-color: #007ac3;
}

#emailworking-form .form-checkboxes input:focus + label.option {
    box-shadow: 0 0 1px #2196F3;
}

#emailworking-form .form-checkboxes input:checked + label.option:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

#emailworking-form .form-checkboxes label label.option {
    border-radius: 34px;
}

#emailworking-form .form-checkboxes label label.option:before {
    border-radius: 50%;
}

#emailworking-form .form-checkboxes .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-check-mail-1.form-item-check-mail-1 {
    position: relative;
    width: 100px
}

#emailworking-form .form-checkboxes input {
    position: relative;
    z-index: 999;
    opacity: 0;
}

#emailworking-form input#edit-submit {
    background: var(--main-theme-color) !important;
    border: 1px solid var(--main-theme-color) !important;
    padding: 10px 20px;
    color: #ffffff;
    margin-left: 0;
}

#emailworking-form input#edit-test {
    background: var(--main-theme-color) !important;
    border: 1px solid var(--main-theme-color) !important;
    padding: 10px 20px;
    color: #ffffff;
}

#emailworking-form {
    margin-bottom: 30px;
}

.page-node-working_groups a.feed-icon {
    display: none;
}

#emailworking-form .form-composite > legend,
.label {
    font-weight: normal;
    margin-bottom: 10px;
}

.amazing-forms-contribute-form .form-composite > legend,
.label {
    font-weight: normal;
    margin-bottom: 10px;
}


/*working group css start here*/

.figworking-group .card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 0px;
}

.figworking-group .card .content {
    box-sizing: border-box;
    color: white;
    padding: 15px;
    width: 100%;
    height: 100%;
    transform: translateY(82%);
    background: rgba(0, 0, 0, .5);
    transition: transform 1s;
    position: absolute;
    font-size: 11px;
}

.figworking-group .card:hover .content {
    transform: translateY(0);
    transition: 1s;
    transition-delay: 0.1s;
    display: flex;
    flex-direction: column;
}

.figworking-group .card .content p {
    color: #fff;
}

.figworking-group .card a.overall-clickable {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.figworking-group {
    margin-bottom: 20px;
}

.figworking-group .card .content a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.figworking-group .card .content ul {
    margin: 0;
    padding-left: 17px;
    margin-top: 10px;
}

.figworking-group .card .content ul li {
    font-size: 14px;
}

.project-figure-group .img {
    height: 300px;
    text-align: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.project-figure-group .img img {
    max-width: 100%;
    margin: 0 auto;
}

.figworking-group.project-figure-group .card {
    display: flex;
    margin: 0 auto;
    align-items: center;
    vertical-align: c;
}

.event-sign-up.event-sign-up-closed .btn.btn-primary {
    color: #ffffff;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 700;
    margin: 30px 15px;
    padding: 10px 35px;
    transition: 0.6s ease-in-out;
    background: var(--main-theme-color);
    border: 1ps solid var(--main-theme-color);
    border-radius: 0;
}

.carouselno .col-xs-12.col-sm-4.col-lg-4.col-md-4.blog-box-carousel {
    margin-top: 60px;
    position: relative;
    padding-bottom: 0;
}

#highlightes-count .carouselno .blog-box .blog-btn {
    bottom: 0;
    height: 50px;
}

.carouseltop .blog-box-carousel {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 55px;
    position: unset;
}

#highlightes-count .carouseltop.owl-carousel .owl-stage {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

#highlightes-count .carouseltop.owl-carousel .owl-item {
    width: 100%;
}

#highlightes-count .carouseltop .blog-box .blog-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -o-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    bottom: 0;
    height: 40px;
}

#highlightes-count h3 {
    margin-bottom: 20px;
}

#sliderouter .owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

#sliderouter .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    font-size: 30px;
}

#sliderouter .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

#sliderouter .owl-nav [class*=owl-] {
    color: #fff !important;
    top: 50%;
}

#sliderouter i.fa.fa-long-arrow-left:before {
    content: '\f0d9 ';
}

#sliderouter i.fa.fa-long-arrow-right:before {
    content: '\f0da';
}

#sliderouter .fa {
    font-size: 40px;
}

.noticeboard-padding div a.views-more-link {
    float: right;
    border: 2px solid var(--main-theme-color);
    padding: 3px 10px;
    transition: ease-out .5s;
    margin-top: 10px;
    color: var(--main-theme-color);
}

.noticeboard-padding div a.views-more-link:hover {
    background: var(--main-theme-color);
    color: #fff;
    transition: ease-out .5s;
}

.dcsns-toolbar {
    display: flex;
    justify-content: center;
}

.dcsns-toolbar .option-set li a {
    float: none;
    background: #ffe138;
    align-items: center;
    margin: 0 !important;
    text-decoration: none;
    vertical-align: middle;
    justify-content: center;
    height: 33px !important;
    padding: 5px 60px !important;
    display: inline-flex !important;
}

.dcsns-toolbar .option-set li:first-child a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dcsns-toolbar .option-set li:last-child a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.stream li {
    margin: 0;
    width: 25%;
    color: #777;
    font-size: 14px;
    line-height: 23px;
}

.dcsns-content ul.stream li {
    padding: 0;
    color: #000;
    width: 24.1%;
    margin: 0 5px;
    margin-top: 10px;
    display: inline-flex;
    vertical-align: middle;
    box-shadow: 0 0 2px #e2dcdc;
}

.stream li .section-intro {
    display: none;
}

.dcsns-toolbar .option-set li a.iso-active {
    color: #fff;
    background: #ffe138;
}

.text-twitter-right-inner .field-item.even img.img-responsive {
    width: 100%;
    display: block;
}

.text-twitter-sec {
    padding: 100px 0;
}

.text-twitter-sec .text-twitter-left-inner h1 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--secondary-theme-color);
}

.stream li .section-thumb img {
    width: 100%;
    margin: 0 auto !important;
    border: transparent !important;
}

.dcsns-content .inner {
    margin: 20px 0 0 0;
}

.dcsns-content ul.stream .dcsns-twitter .inner span a img {
    margin: 0 !important;
}

.dcsns-content ul.stream li.dcsns-li.dcsns-facebook div .section-thumb {
    width: 100%;
}

span.socicon.socicon-twitter {
    color: var(--main-theme-color);
}

.stream li.dcsns-twitter .section-intro a,
.stream li.dcsns-twitter .section-intro a:hover {
    color: var(--main-theme-color);
}

.stream li.dcsns-twitter a {
    color: var(--main-theme-color);
}


/*updated about us paragraph css*/

.hovereffect-about {
    width: 300px;
    float: left;
    overflow: hidden;
    margin: 0 15px 0 0;
}

.hovereffect-about img {
    padding: 0 !important;
}

.about-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    display: none;
    z-index: 2;
}

.hovereffect-about:hover .about-video-btn {
    display: block;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
}

.about-video-btn:hover {
    background: transparent;
}

.about-link-overlay a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
}

.pading-0 {
    padding: 0;
}


/*Media Style*/

@media (max-width: 992px) and (min-width: 320px) {
    #blog.events-details .blog-box {
        margin-bottom: 0;
    }

    #highlightes-count .blog-box .blog-btn {
        width: 100%;
    }

    /*#menu .container {
        padding: 0px;
        max-width: 100%;
    }

    nav .navbar-nav li a {
        line-height: 20px;
    }

    .navbar {
        padding: 10px 0px 10px !important;
    }

    nav .navbar-nav li a {
        text-align: left;
        padding: 12px 45px !important;
    }

    a.navbar-brand {
        margin-left: 40px;
    }

    button.navbar-toggler {
        margin-right: 25px;
    }

    div#navbarYGCorp {
        margin-top: 15px;
        border-top: 1px solid #eaeaea;
    }*/

    #testimonial .testimonial-overlay {
        height: 450px !important;
    }

    /*.dropdown-menu {
        border: none;
        padding: 5px 35px 5px 35px;
    }

    .dropdown-menu.show a {
        padding: 17px 30px !important;
    }*/

    #clients-count .pd {
        padding-bottom: 30px;
    }

    #about h3 {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    #our-works .pd a h3,
    .service-desc .pd h3 {
        padding-top: 30px;
    }

    #call-to-action .call-to-action-btn {
        padding-top: 30px;
    }

    #call-to-action .call-to-action-btn a.custom-btn {
        margin: 0px;
    }

    #contact .contact-info {
        margin-top: 30px;
    }

    .blog-details.blog-sidebar .blog-box img {
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 770px) and (min-width: 575px) {
    .blog-details.blog-sidebar .blog-box img {
        width: 100%;
        height: 205px;
    }
}

@media (max-width: 992px) and (min-width: 770px) {

    .pagination > li > a,
    .pagination > li > span {
        font-size: 15px;
        padding: 7px 15px;
    }

    .pagination {
        margin: 0px;
        padding: 0px 0px 50px;
    }
}

@media (max-width: 770px) and (min-width: 320px) {

    /*menu css 3rd lavel*/
    /*#menu ul.navbar-nav li ul li:hover > .dropdown-menu {
        display: none;
    }

    #menu ul.navbar-nav li {
        margin: 0;
        padding: 0;
    }

    #menu ul.navbar-nav li ul li .dropdown-menu ul li a {
        border-bottom: none;
        padding-top: 0 !important;
    }

    #menu ul.navbar-nav li ul li .dropdown-menu ul li {
        border-bottom: none;
    }

    #menu ul.navbar-nav li ul li a .fa-chevron-down {
        transform: rotate(0);
    }*/

    /*menu css 3rd lavel end*/
    .region-content .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields .js-form-item {
        display: block;
    }

    .page_node_conference_room_booking .field--name-field-number-of-participants,
    .page_node_conference_room_booking .field--name-field-room-style {
        width: auto;
    }

    .page_node_conference_room_booking .field--name-field-name-of-organisation input {
        width: auto;
    }

    .page_node_conference_room_booking .field--name-field-vat-number,
    .page_node_conference_room_booking .field--name-field-email-address {
        width: auto;
        padding-right: 0;
    }

    .page_node_conference_room_booking .field--name-field-contact-name input,
    .page_node_conference_room_booking .field--name-field-phone-number input {
        width: auto;
    }

    .page_node_conference_room_booking .field--name-field-contact-name,
    .page_node_conference_room_booking .field--name-field-phone-number {
        width: 100%;
    }

    .pd h5 {
        padding: 30px 0px;
    }

    #clients-count .pd-b {
        padding: 20px 10px 20px;
    }

    .single-team {
        margin-bottom: 30px;
    }

    .work-btn {
        margin-bottom: 40px;
    }

    .testimonial-caption {
        float: unset !important;
    }

    .banner {
        background-position: 50% 0px;
    }
}

@media (max-width: 1100px) and (min-width: 320px) {
    #topbar ul {
        padding: 0px;
    }

    .slide-caption .slider-inner {
        right: 0px;
    }

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

@media (max-width: 575px) and (min-width: 320px) {
    .noticeboard-padding {
        padding: 20px;
    }

    .noticeboard-item .blog-caption ul li {
        padding-left: 0;
    }

    .noticeboard-right {
        padding: 0 15px 15px;
    }

    .no-padding {
        padding: 0 15px;
    }

    #highlightes-count .blog-box .blog-btn {
        left: auto;
        bottom: auto;
        margin: 15px 0 0;
        position: relative;
        transform: translate(0);
        -o-transform: translate(0);
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
    }

    div#highlightes-count {
        padding: 80px 0;
    }

    .share-this h2.share-this-title {
        display: block;
    }

    .sharethis {
        padding: 0 15px;
    }

    .sharethis .block-addtoany {
        padding: 0 15px;
    }

    .sharethis .block-addtoany h2 {
        display: block !important;
    }

    .block-mailchimp-signup {
        padding: 0 15px;
    }

    .region-content .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields .js-form-item {
        width: 100%;
    }

    #clockdiv {
        display: block;
    }

    #clockdiv > div {
        width: 100%;
        padding: 10px 0;
        border-right: none;
    }

    .ctm-tab .vertical .tab-pane > section {
        padding: 20px 0 !important;
    }

    .ctm-tab .nav-pills {
        margin: 0 15px;
    }

    .page_node_conference_room_booking input[type=text] {
        max-width: 100%;
    }

    .page_node_conference_room_booking .form-type-email input {
        max-width: 100%;
    }

    .page_node_conference_room_booking .form-actions .button {
        margin: 0;
        padding: 10px 30px;
    }

    #about .title {
        padding: 0 10px;
    }

    .view-conference-facilities {
        padding: 40px 0;
    }

    .positiontwo-Right {
        display: none;
    }

    .positionone-Right {
        display: block;
    }

    /*header .navbar-brand img {
    width: 150px;
    max-width: 100%;
}*/

    .pagination > li > a,
    .pagination > li > span {
        font-size: 13px;
        padding: 6px 11px;
    }

    .pagination {
        margin: 0px;
    }

    .blog-sidebar .pagination {
        margin: 0px;
        padding-bottom: 50px;
    }

    .banner-content {
        padding: 70px 20px 70px;
    }

    .title-section p {
        padding: 10px 10px;
    }
}

@media (max-width: 400px) and (min-width: 320px) {

    .pagination > li > a,
    .pagination > li > span {
        font-size: 12px !important;
        padding: 6px 9px !important;
    }

    .pagination {
        margin: 0px;
    }

    .amazing-forms-contribute-form input#edit-submit,
    .amazing-forms-contribute-form input#edit-test {
        font-size: 12px;
        width: 48%;
        display: inline-block;
        margin: 0;
        padding: 10px 2px;
    }
}

@media (max-width: 767px) {
    .pading-0 {
        padding: 0 15px;
    }

    #emailworking-form input#edit-submit {
        padding: 10px 10px;
        margin-left: 0;
    }

    .workinggrouppara-pdf {
        height: auto;
    }

    .workinggrouppara-outer_box {
        height: auto;
    }

    #emailworking-form input#edit-test {
        padding: 10px 10px;
        font-size: 14px;
        margin: 0;
        float: right;
    }

    .row.workinggrouppara-picture .col-xs-4.col-sm-3.col-lg-3.col-md-3 {
        width: 30%;
    }

    .row.workinggrouppara-picture .col-xs-8.col-sm-9.col-lg-9.col-md-9 {
        width: 70%;
    }

    #topbar ul li a {
        font-size: 10px;
    }

    .flag-wrapper {
        height: auto;
    }

    .flag-wrapper .flag {
        height: 123px;
    }

    .aligncenter.contact-info-box {
        float: none;
    }

    .not-found-body.not-found-body-403 {
        width: 100%;
        padding: 15px;
    }
}

@media (max-width:480px) {
    ul.contact-info {
        text-align: center;
    }

    .aligncenter.contact-info-box {
        text-align: center;
    }

    .flag-wrapper {
        height: auto;
    }

    .flag-wrapper .flag {
        width: 80%;
        height: 185px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 991px) {
    .outer-calender-box {
        padding: 35px 0;
    }

    .outer-calender-box #calendar table .fc-content-skeleton table thead tr th.fc-month-name {
        padding: 7px 0;
        font-size: 18px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .information {
        padding: 35px 0;
    }

    .outer-calender-box form {
        margin: 0 0 30px;
    }

    .outer-calender-box #calendar .fc-toolbar .fc-left {}

    .outer-calender-box #calendar .fc-toolbar .fc-right {}

    .outer-calender-box #calendar .fc-toolbar .fc-center h2 {
        font-size: 25px;
    }

    .outer-calender-box #calendar table .fc-content-skeleton table thead tr th.fc-month-name {
        padding: 5px 0;
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 600px) {

    .bef-exposed-form .form-actions.js-form-wrapper.form-wrapper.fullwidth-item-twenty,
    .bef-exposed-form .form--inline > .form-item.fullwidth-item-eighty,
    .bef-exposed-form .form--inline > .form-item,
    .bef-exposed-form .form-actions.js-form-wrapper.form-wrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
        display: flex;
        padding: 0 5px;
    }
}

@media only screen and (max-width: 575px) {
    .outer-calender-box form {
        margin: 0 0 20px;
    }

    .outer-calender-box #calendar .fc-toolbar .fc-state-default {
        font-size: 10px !important;
    }

    .outer-calender-box #calendar .fc-toolbar .fc-center h2 {
        font-size: 13px;
    }

    .outer-calender-box #calendar table .fc-content-skeleton table thead tr th.fc-month-name {
        font-size: 14px;
    }

    /*event form*/
    .path-node-signup .nodesignup-form .js-form-item,
    .path-signup-edit .nodesignupedit-form .js-form-item {
        width: 100%;
    }

    .path-node-signup .nodesignup-form .form-item:nth-child(odd) {
        padding: 0;
    }

    .path-node-signup .nodesignup-form .form-item:nth-child(even) {
        padding: 0;
    }

    .path-node-signup .nodesignup-form,
    .path-signup-edit .nodesignupedit-form {
        padding: 20px;
    }

    .nodesignupedit-form .form-item:nth-child(even) {
        padding: 0;
    }

    .nodesignupedit-form .form-item:nth-child(odd) {
        padding: 0;
    }
}

.ec-credits .ec-credit-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ec-credits .ec-credit-inner .ec-credit-logo {
    width: 30%;
    margin-right: 20px;
    position: relative;
}

.ec-credits .ec-credit-inner .ec-credit-logo img {
    width: 100%;
    object-fit: contain;
    height: auto;
}

.ec-credits .ec-credit-inner .ec-credit-logo:after {
    content: '';
    border-right: 2px solid var(--main-theme-color);
    position: absolute;
    width: 2px;
    height: 80%;
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
}

.ec-credits {
    background: #fff;
    padding: 10px 0;
}

.ec-credits .ec-credit-inner .ec-credit-desc {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.container.batch_height .progress {
    position: relative;
    display: block;
    height: auto;
}

.container.batch_height .progress__track {
    background-color: #fff;
    border: 1px solid;
    margin-top: 5px;
    max-width: 100%;
    min-width: 100px;
    height: 16px;
}

.container.batch_height .progress__bar {
    background-color: #000;
    height: 1.5em;
    width: 3%;
    min-width: 3%;
    max-width: 100%;
}

.container.batch_height .progress__description,
.container.batch_height .progress__percentage {
    color: #555;
    overflow: hidden;
    font-size: 0.875em;
    margin-top: 0.2em;
}

.container.batch_height .progress__description {
    float: left;
    /* LTR */
}

[dir="rtl"] .container.batch_height .progress__description {
    float: right;
}

.container.batch_height .progress__percentage {
    float: right;
    /* LTR */
}

[dir="rtl"] .container.batch_height .progress__percentage {
    float: left;
}

.container.batch_height .progress--small .progress__track {
    height: 7px;
}

.container.batch_height .progress--small .progress__bar {
    height: 7px;
    background-size: 20px 20px;
}

.container.batch_height div#updateprogress * {
    display: block;
    width: 100%;
}

.container.batch_height .progress__percentage {
    text-align: right;
}

.container.batch_height .progress {
    background: transparent;
    padding: 50px 0;
}

.container.batch_height .progress__label {
    font-size: 20px;
}

.container.batch_height .progress__description {
    font-size: 14px;
}

.page-node-210 .bef-exposed-form .form--inline > fieldset {
    max-width: 100% !important;
    width: 80%;
    flex: none;
}

.page-node-210 .bef-exposed-form .form--inline > .form-item.form-item-langcode {
    width: 20% !important;
    max-width: 20%;
    margin-top: -56px;
}

.page-node-210 .bef-exposed-form .form--inline > .form-item.form-item-langcode label {
    padding-left: 0 !important;
}

.bef-exposed-form .form-radios .js-form-item label {
    margin-bottom: 10px;
}

.bef-exposed-form .form-radios .js-form-item input:checked ~ label {
    color: #fff;
}

.content-overview-batch-pdf-button {
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 35px;
    transition: 0.6s ease-in-out;
    background: var(--main-theme-color);
    width: 163px;
    margin-left: 15px;
}

.path-batch-complete-content-overview span.btn {
    border: none;
    color: #fff;
    margin: 30px 0;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 35px;
    transition: 0.6s ease-in-out;
    background: var(--main-theme-color);
    border-radius: 0 !important;
}

.path-batch-complete-content-overview span.btn:hover {
    color: #fff;
    transition: 0.6s ease-in-out;
    background: var(--secondary-theme-color);
}

.path-batch-complete-content-overview span.btn {
    margin: 50px 20px 50px 0;
}

.clients-count-view h2.our-client-title {
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
}

.blog-btn.text-center a.custom-btn {
    display: inline;
    word-break: break-word;
}

.user-logged-in header .region.region-primary-menu ul li a {
    padding: 0 10px;
}

section#blog .blog-btn.text-center a.custom-btn {
    margin: 10px 0 0 0;
}

.view-our-partners .view-header br {
    display: none;
}

.node__content section.container-type .container-fluid {
    padding: 0;
}

.page-node-309 div#highlightes-count .row.carouselno .blog-box-carousel {
    margin-top: 20px;
}

.page-node-282 div#highlightes-count {
    padding: 0;
}

.page-node-294 .node__content div#highlightes-count:last-child {
    padding-top: 0;
}

.webform-submission-contact-form div#edit-actions input[type="submit"] {
    text-transform: capitalize;
}

.about-twitter .row .col-md-8.col-lg-8 .row:first-child {
    display: none;
}

.path-taxonomy section#our-team {
    padding: 30px 0 70px 0;
}

.path-taxonomy .view-id-taxonomy_title {
    display: none;
}

.path-taxonomy section#our-team .single-team {
    margin-bottom: 0;
}

.mailchimp-signup-subscribe-form .form-actions .js-form-submit {
    background: var(--main-theme-color) !important;
    color: #fff
}

.blog-gallery .containernot h3 {
    text-align: center;
    margin: 20px 0 60px 0;
}

div#highlightes-count .clients-count-view h3 {
    margin-top: 40px;
}

/* Text Formatted Bullet */
.text_formatted_bullet ul li {
    position: relative;
    padding-left: 25px;
}

.text_formatted_bullet ul li:before {
    left: 3px;
    top: 10px;
    width: auto;
    float: left;
    height: auto;
    display: block;
    color: #838383;
    line-height: 1;
    font-size: 11px;
    content: "\f111";
    position: absolute;
    font-family: FontAwesome;
}

.text_formatted_bullet ol {
    list-style: decimal;
}

.text_formatted_bullet ol li {
    padding-left: 10px;
}
