@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-type: 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 50px 0px;
}

.dialog-off-canvas-main-canvas {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.launch-home-modal-mailchimp {
    display: none;
}

.title-section {
    padding: 0px 0px 50px 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-bottom: 20px;
    text-transform: capitalize;
}

.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 {
    width: 100%;
    float: left;
    background: #21252b;
    padding: 10px 0px 0px;
}

/*accordion theming*/
.paragraph--type--accordion .field--name-field-title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    padding: 30px 0 0;
    text-align: center;
    font-family: 'Poppins';
}

.paragraph--type--accordion .accondion-container {
    padding-top: 30px;
}

.paragraph--type--accordion .accondion-container .panel-default .panel-heading {
    padding: 0;
}

.ctm-tab .paragraph--type--accordion .panel-default .panel-title a.collapsed:after {
    display: none;
}

.ctm-tab .paragraph--type--accordion .panel-default .panel-title a[aria-expanded="true"]:after {
    display: none;
}

/*@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: column;
    }
}*/

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

section#topbar ul.contact-info.left-info li a {
    padding: 8px 15px;
    border-radius: 30px;
    background: var(--main-theme-color);
}

#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;
}

div#quicktabs-latest_updates ul.quicktabs-tabs {
    display: flex;
    margin: 0 0 40px 0;
    align-items: center;
    justify-content: center;
}

div#quicktabs-latest_updates ul.quicktabs-tabs li {
    margin: 0 7px;
    padding: 7px 20px;
    border-radius: 30px;
    border: 1px solid #000;
}

div#quicktabs-latest_updates ul.quicktabs-tabs li a {
    color: #000;
}

div#quicktabs-latest_updates ul.quicktabs-tabs li:hover {
    background: var(--main-theme-color);
    border: 1px solid var(--main-theme-color);
}

div#quicktabs-latest_updates ul.quicktabs-tabs li:hover a {
    color: #fff;
}

#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 a:hover,
nav.sticky li a:focus,
nav.sticky li.active a,
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;
    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:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a li.active a,
.dropdown-menu li a:target {
    color: #1879da !important;
}

.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active,
.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.show {
    top: calc(100% + 42px);
}

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

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

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

.navbar {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0px;
    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 a:focus,
.navbar-nav li a:hover,
.navbar-nav li.active a,
.navbar-nav li a:target {
    color: var(--main-theme-color);
}

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

/* Header CSS */
.header {
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
    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: 300px;
}

.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;
}

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

/*Slider*/
#slider {
    padding: 0px;
}

#slider .item {
    width: 100%;
    height: 50vh;
    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.5);
}

.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;
}

.banner::after {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    content: "";
    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;
}

div#highlightes-count .blog-box .blog-btn a {
    margin: 0;
    width: auto;
    word-break: break-word;
}

footer .pd .contextual-region > div {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 5px 0px;
    overflow: hidden;
    line-height: 25px;
}

.quicktabs-tabpage .views-element-container > div .container {
    display: flex;
    justify-content: center;
}

.quicktabs-tabpage .views-element-container > div .container > div {
    margin: 0 10px;
    flex: 0 0 31.9%;
    max-width: 31.9%;
}

.popular-posts ul {
    padding: 0;
}

.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: 30px 0px;
}

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

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

#about img {
    width: 100%;
    height: 100%;
}

#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 Bullet css */


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

#about ul li {
	position: relative;
	display: block !important;
    font-size: 14px;
    padding-top: 6px;
}

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

.about ol {
    margin-left: 10px;
    list-style: decimal;
}

.about ol li {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 6px;

}

.about ol li span {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 6px;

}

#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;
}

.legend-full-callender {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 30px;
    justify-content: flex-start;
}

.legend-full-callender span {
    color: #000;
    font-size: 14px;
    flex: 0 0 33.33%;
    padding: 10px 8px;
    max-width: 33.33%;
}

#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.7);
}

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

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

#about .pd img {
    height: 100%;
}

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

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

/*clients-count*/
#clients-count {
    position: relative;
    padding: 80px 0px 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#clients-count::after {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
}

#clients-countat:hover {
    color: #1879da;
}

#clients-count .fa {
    float: left;
    font-size: 40px;
    padding: 5px 5px;
    text-align: center;
    margin-right: 15px;
    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 {
    color: var(--main-theme-color);
    margin-right: 4px;
}

/*Our-Team*/
#our-team {
    padding: 70px 0px 50px;
}

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

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

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

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

.single-team h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 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: 26px;
}

.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;
    content: "";
    width: 100%;
    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;
    margin-right: 20px;
    border-radius: 50%;
    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 {
    left: -15px;
    bottom: 60%;
    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: 100px 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;
    vertical-align: top;
    padding: 0 0 10px 0;
    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;
    color: #fff;
    position: relative;
    padding: 50px 0px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% -26px;
}

#call-to-action.dark {
    color: #777 !important;
}

#call-to-action.light {
    color: #fff !important;
}

#call-to-action:after {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 100%;
    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.8);
    -webkit-transition: all 0.3s ease;
}

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

#call-to-action p {
    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: 200px 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: 80px;
}

#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;
    padding: 10px 20px;
    position: absolute;
    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;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

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

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

.blog-box .blog-caption ul li {
    padding-left: 5px;
    display: inline-block;
}

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

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

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

.blog-box .blog-caption li a {

}

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

.pagination {
    display: block;
    margin: 50px 0px;
    overflow: hidden;
    border-radius: 0;
    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;
    font-weight: 700;
    background: #FFF;
    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-bullet points details*/

.blog-details .blog-box .blog-caption ul li {
    position: relative;
    display: block !important;
	font-size: 14px;
}

.blog-details .blog-box .blog-caption ul li:before {
    float: left;
    display: block;
    font-size: 14px;
    content: "\f111";
    margin-right: 10px;
    font-family: FontAwesome;
    color: var(--main-theme-color);
}

.blog-details .blog-box .blog-caption ol {
    margin-left: 10px;
    list-style: decimal;
}

.blog-details .blog-box .blog-caption ol li {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 6px;

}

.blog-details .blog-box .blog-caption ol li span {
    font-size: 14px;

}


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

.blog-details .blog-box img {
    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 {
    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;
    display: inline-block;
    word-break: break-word;
    border: none !important;
}

.blog-details form input,
.blog-details form textarea {
    color: #000;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    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: 40px;
}

.blog-details .blog-caption h3 {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 15px;
    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";
    position: relative;
    margin-right: 10px;
    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;
    margin-bottom: 25px;
    padding-left: 100px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e7e4e4;
}

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

.blog-details .comment-item img {
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    -o-border-radius: 50%;
    width: 80px !important;
    -ms-border-radius: 50%;
    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: 100px 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;
}

.views-element-container header h2 {
    text-align: center;
    margin-bottom: 40px;
}

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

#contact form input,
#contact form textarea {
    color: #000;
    width: 100%;
    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 {
    margin-top: 4px;
    font-size: 20px;
    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;
    padding: 8px 15px;
    margin-right: 5px;
    text-align: center;
}

footer .contact span {
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 5px 0px;
    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 {
    color: #fff;
    right: 30px;
    bottom: 105%;
    cursor: pointer;
    position: fixed;
    font-size: 19px;
    padding: 8px 18px;
    border-radius: 50%;
    text-align: center;
    transition: 1s ease;
    border: transparent;
    animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    background: var(--main-theme-color);
    -webkit-animation: pulse 2s infinite;
}

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

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

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

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

.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;
    list-style: none;
}

.view-our-partners {
    padding: 50px 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: 30px;
    font-weight: 600;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

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 {
    padding: 0 2px;
    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;
    border: 1px solid;
    padding: 5px 10px;
    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;
    text-transform: capitalize;
    font-size: 12px !important;
}

.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;
}

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: "\f111";
    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;
}


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;
    background: #fff;
    margin: 15px 0 0;
    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;
    padding-top: 0;
    max-width: 100%;
}

.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;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.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;
    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);
}

.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;
}


.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);
}

#call-to-action .container {
    box-shadow: none !important;
    background: none !important;
    padding: inherit !important;
}

.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: #fff !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;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 13.5px;
    margin-bottom: 5px;
    padding: .375rem .75rem;
    border: 1px solid #dfdfdf;
    display: inline-block border: none;
}

.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 !important;
    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 {
    font-size: 15px;
    content: "\f067";
    line-height: 18px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: fontawesome;
}

.accondion-container .panel-default .panel-heading a[aria-expanded="true"]:before {
    font-size: 15px;
    content: "\f068";
    line-height: 18px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
    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.6);
}

#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;
    flex-wrap: wrap;
    font-size: 16px;
    margin-right: 14px;
    text-align: center;
    border-radius: 0px;
    padding-right: 20p;
    border-radius: 15px;
    align-items: center;
    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 {
    color: var(--main-theme-color);
    font-size: 24px;
    font-weight: 800;
    border-radius: 3px;
    display: inline-block;
    background: transparent;
}

.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;
    font-size: 0;
    border: none;
    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 {
    clip: unset;
    width: auto;
    height: auto;
    position: relative !important;
}

.region-content .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input {
    color: #000;
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    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: 80px 0px 110px;
    background-position: center;
    background-repeat: no-repeat;
}

#highlightes-count .blog-box .blog-btn {
    left: 50%;
    bottom: -40px;
    position: absolute;
    transform: translate(-50%);
    -o-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

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;
}

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;
}

/* share this css end here */
header.headernot .title {
    display: none;
}

#service .row {
    margin: 0;
    width: 100%;
}

/* 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;
}

#highlightes-count h3 {
    margin-bottom: 20px;
}

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

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

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

.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 {
    height: 37px;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid;
    margin-bottom: 10px;
    display: inline-block;
    background-color: transparent;
    border-color: var(--main-theme-color);
}

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

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

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

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

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

.bef-exposed-form .form--inline > .form-item.fullwidth-item {
    flex: 0 0 100%;
    max-width: 100%;
    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 {
    border: none;
    height: 42px;
    color: #000000;
    display: block;
    cursor: pointer;
    padding-left: 0;
    border: 1px solid;
    padding: 5px 10px;
    font-weight: 400px;
    margin-bottom: 10px;
    font-weight: normal;
    display: inline-block;
    border-color: var(--main-theme-color);
}

.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 {
    height: 42px;
    margin-bottom: 0;
    border: 1px solid;
    line-height: 33px;
    border-color: var(--main-theme-color);
}

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

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

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

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

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

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

.tab-pane .service-desc .row.service-desc-content {
    padding: 0;
    box-shadow: none;
}

#sliderouter .owl-dots {
    bottom: 0;
    width: 100%;
    position: absolute;
    text-align: center;
}

#sliderouter .owl-nav .owl-prev {
    left: 0;
    font-size: 30px;
    position: absolute;
}

#sliderouter .owl-nav .owl-next {
    right: 0;
    position: absolute;
}

#sliderouter .owl-nav [class*=owl-] {
    top: 50%;
    color: #fff !important;
}

#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;
}

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

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

#sliderouter.owl-theme .owl-dots .owl-dot.active span,
#sliderouter.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-theme-color);
}

.carouselno .col-xs-12.col-sm-4.col-lg-4.col-md-4.blog-box-carousel {
    margin-top: 60px;
    position: relative;
    padding-bottom: 60px;
}

#highlightes-count .carouselno .blog-box .blog-btn {
    bottom: 0;
    height: 50px;
}

.carouseltop .blog-box-carousel {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: unset;
    -ms-flex: 0 0 100%;
    margin-bottom: 55px;
}

#highlightes-count .carouseltop.owl-carousel .owl-stage {
    flex-wrap: wrap;
    display: flex !important;
    justify-content: space-between;
}

#highlightes-count .carouseltop.owl-carousel .owl-item {
    width: 100%;
}

#highlightes-count .carouseltop .blog-box .blog-btn {
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    transform: translate(-50%);
    -o-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

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;
    background: #397e85;
    border-color: var(--main-theme-color);
}

.outer-calender-box #calendar .fc-left .fc-state-default:hover {
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color);
}

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

.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: var(--main-theme-color);
}

.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%;
    max-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;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: var(--main-theme-color);
}

.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;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}

.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;
    top: 10px;
    padding: 0;
    color: #000;
    opacity: .2;
    right: 10px;
    line-height: 1;
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    filter: alpha(opacity=20);
    text-shadow: 0 1px 0 #fff;
}

.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;
}

button.fc-prev-button.fc-button.fc-state-default.fc-corner-left {
    border-right: 2px solid #ffffff !important;
}

.outer-calender-box #calendar .fc-button-group .fc-state-default.fc-state-active {
    background-color: #3c858c;
}

/* menu 3rd lavel css end here */
.view-id-event_calendar .bef-exposed-form .form--inline > .form-item {
    flex: 0 0 80%;
    max-width: 80%;
    margin-bottom: 0;
}

.view-id-event_calendar div#calendar {
    margin: 60px 0;
}

.view-id-event_calendar #calendar tr:first-child > td > .fc-day-grid-event {
    color: #fff;
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    padding: 3px 10px;
}

.view-id-event_calendar #calendar #calendar .fc-left .fc-state-default {
    color: #fff;
    opacity: 0.8;
    transition: 0.3s;
    border-color: #ff9e04;
    background-color: #ff9e04;
}

.view-id-event_calendar #calendar .fc-left .fc-state-default:hover {
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color);
}

.view-id-event_calendar #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);
}

.view-id-event_calendar .fc-button-group.fc-state-active,
.view-id-event_calendar #calendar .fc-button-group .fc-state-default:hover {
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color);
}

.view-id-event_calendar #calendar .fc-button-group .fc-state-default:after {
    top: 0;
    right: 0;
    width: 2px;
    content: '';
    height: 100%;
    position: absolute;
    display: inline-flex;
    background-color: var(--main-theme-color);
}

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

.view-id-event_calendar #calendar .fc-left .fc-state-default:hover {
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color);
}

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

.view-id-event_calendar #calendar .fc-button-group.fc-state-active,
.view-id-event_calendar #calendar .fc-button-group .fc-state-default:hover {
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color);
}

.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 .form--inline .form-actions {
    clear: left;
    display: flex;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 0;
    align-items: baseline;
}

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

.no-result-found {
    padding: 40px 0;
}

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;
}

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

.outer-calender-box #calendar .fc-left .fc-state-default:hover {
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color);
}

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

#calendar .fc-button-group.fc-state-active,
#calendar .fc-button-group .fc-state-default:hover {
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color);
}

#calendar .fc-button-group .fc-state-default:after {
    top: 0;
    right: 0;
    width: 2px;
    content: '';
    height: 100%;
    position: absolute;
    display: inline-flex;
    background-color: var(--main-theme-color);
}

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

#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;
}

#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;
}

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

#calendar1 .fc-button-group.fc-state-active,
#calendar 1.fc-button-group .fc-state-default:hover {
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color);
}

#calendar1 .fc-button-group .fc-state-default:after {
    top: 0;
    right: 0;
    width: 2px;
    content: '';
    height: 100%;
    position: absolute;
    display: inline-flex;
    background-color: var(--main-theme-color);
}

#calendar1 .fc-button-group .fc-corner-right:after {
    display: none;
}

#calendar1 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;
}

#calendar1 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;
}

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

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

.outer-calender-box #calendarempty .fc-left .fc-state-default:hover {
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color);
}

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

.outer-calender-box #calendarempty .fc-button-group.fc-state-active,
.outer-calender-box #calendarempty .fc-button-group .fc-state-default:hover {
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color);
}

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

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

.outer-calender-box #calendarempty 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 #calendarempty 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;
}

div#calendar,
div#calendar1,
div#calendarempty {
    margin-bottom: 60px;
}

.figworking-group .card {
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}

.figworking-group .card .content {
    bottom: 0;
    width: 100%;
    height: 100%;
    color: white;
    height: auto;
    padding: 15px;
    font-size: 11px;
    position: absolute;
    box-sizing: border-box;
    transition: transform 1s;
    background: rgba(0, 0, 0, .5);
}

.figworking-group .card .content p {
    color: #fff;
}

.figworking-group .card a.overall-clickable {
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.figworking-group {
    margin-bottom: 20px;
}

.figworking-group .card .content a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.figworking-group .card .content ul {
    margin: 0;
    margin-top: 10px;
    padding-left: 17px;
}

.figworking-group .card .content ul li {
    font-size: 14px;
    list-style: disc;
}

.project-figure-group .img {
    width: 100%;
    height: 300px;
    display: flex;
    text-align: center;
    align-items: center;
}

.project-figure-group .img img {
    margin: 0 auto;
    max-width: 100%;
}

.figworking-group.project-figure-group .card {
    display: flex;
    margin: 0 auto;
    vertical-align: c;
    align-items: center;
}

.figworking-group.project-figure-group1 img {
    padding: 0;
    width: 100%;
}

.figworking-group .card .content p a {
    font-size: 16px;
}

.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 {
    margin: 0;
    max-width: 100%;
}

.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;
}

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

.not-found-body .login-button .form-actions input.js-form-submit {
    margin: 0;
    width: 15em;
    color: black;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    margin-top: 1.8em;
    margin-top: 1.8em;
    padding: 6px 12px;
    user-select: none;
    padding: 10px 5px;
    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;
}

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

.exposed-container.xposed-container-no-float {
    padding: 0;
    float: none;
    clear: both;
}

.owl-carousel .owl-stage {
    margin: 0 auto;
}

.views-element-container {
    width: 100%;
}

.container-fluid.multiview {
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.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: var(--main-theme-color);
}

.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(--main-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);
}

/* mb style */
/*header .navbar-nav > li.dropdown > .dropdown-menu > ul > li > a > i {
    top: 37%;
    right: 8px;
    left: auto;
    bottom: auto;
    position: absolute;
}

header .navbar-nav > li.dropdown > .dropdown-menu > ul > li > a {
    position: relative;
}*/

.page-node-1 section.banner_home_wrapper {
    padding-top: 0;
}

#clients-count .clients-count-view > div:nth-child(1),
#clients-count .clients-count-view > div:nth-child(2),
#clients-count .clients-count-view > div:nth-child(3) {
    padding-bottom: 30px;
}

.path-taxonomy .paragraph--type--paragraph-formatted-tabs .carouselautomatic.owl-carousel .owl-stage {
    display: block !important;
    min-width: 400px !important;
}

.path-taxonomy .ctm-tab .tab-pane section.banner .container {
    box-shadow: none;
    background-color: transparent;
}

.footer-events-items {
    flex-wrap: wrap;
    display: inline-block;
}

.footer-events-item.footer-events-date {
    width: 50px;
    height: 50px;
    color: #ffffff;
    display: block;
    overflow: hidden;
    text-align: center;
    background: #00a0b0;
    border-radius: 50px;
    padding: 8px 0 0 14px;
}

span.d-3word {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 3.2ch !important;
}

span.d-2word {
    width: 100%;
    display: block;
    overflow: hidden;
    font-weight: 600;
    white-space: nowrap;
    width: 2ch !important;
}

.footer-events-item.footer-events-date br {
    display: none;
}

.footer-events-items span {
    line-height: 18px;
}

.footer-events-item.footer-events-date br {
    display: none;
}

.footer-events-items span {
    line-height: 18px;
}

.footer-events-item {
    width: 80%;
    float: left;
    line-height: 19px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.footer-events-item a {
    color: #ffffff;
    font-size: 14px;
}

.page-node-116 .tab-content .container {
    display: flex;
    flex-wrap: wrap;
}

.page-node-116 .tab-content .container .views-row {
    margin: 0 10px;
    flex: 0 0 31.3%;
    max-width: 31.3%;
    margin-bottom: 10px;
}

/* Media Style */
@media (max-width: 1199px) {
    .footer-events-item {
        width: 75%;
    }
}

@media (max-width: 992px) and (min-width: 320px) {
    #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;
    }
    
    .dropdown-menu {
        border: none;
        padding: 5px 35px 5px 35px;
    }
    
    .dropdown-menu.show a {
        padding: 17px 30px !important;
    }
    */

    #testimonial .testimonial-overlay {
        height: 450px !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 only screen and (max-width: 1024px) {

    .pagination > li > a,
    .pagination > li > span {
        font-size: 15px;
        padding: 7px 15px;
    }

    .pagination {
        margin: 0px;
        padding: 0px 0px 50px;
    }

    /*.navbar-expand-lg .navbar-nav li a {
        font-size: 14px;
        line-height: 20px;
    }*/

    .outer-calender-box form .form--inline .form-item .fieldset-wrapper .form-checkboxes .fieldgroup label {
        margin: 0;
    }
}

@media (max-width: 770px) and (min-width: 320px) {
    /*#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);
    }*/

    .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) {
    #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;
    }

    .outer-calender-box #calendar .fc-button-group .fc-state-default {
        font-size: 9px;
    }

    .outer-calender-box #calendar .fc-left .fc-state-default {
        font-size: 9px;
    }

    .outer-calender-box #calendar .fc-toolbar h2 {
        font-size: 12px;
    }

    .outer-calender-box #calendar table .fc-content-skeleton table thead tr th.fc-month-name {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .quicktabs-tabpage .views-element-container > div .container {
        display: block;
    }

    .quicktabs-tabpage .views-element-container > div .container > div {
        max-width: 100%;
        padding-bottom: 30px;
        flex: 0 0 0 !important;
    }

    #topbar ul li a {
        font-size: 10px;
    }

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

    #topbar ul li {
        padding: 0px 2px;
    }
}

@media (max-width:480px) {
    ul.contact-info {
        text-align: center;
    }

    .aligncenter.contact-info-box {
        text-align: center;
    }
}

@media only screen and (max-width: 1199px) {
    .outer-calender-box form .form--inline .form-item .fieldset-wrapper .form-checkboxes .fieldgroup label {
        font-size: 12px;
    }

    /*header nav .navbar-nav li a {
    padding: 0 4px;
    font-size: 13px;
}*/
}

@media only screen and (max-width: 1199px) {
    .view-id-event_calendar .bef-exposed-form .form--inline > .form-item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
    }

    .view-id-event_calendar .bef-exposed-form .bef-links > div > a {
        padding: 5px;
        font-size: 15px;
    }

    .view-id-event_calendar div#calendar {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .fc-toolbar.fc-header-toolbar h2 {
        width: 100%;
        font-size: 16px;
    }

    .view-id-event_calendar #calendar .fc-button-group .fc-state-default {
        font-size: 14px;
    }

    .view-id-event_calendar #calendar .fc-left .fc-state-default {
        font-size: 14px;
    }

    .outer-calender-box #calendar .fc-button-group .fc-state-default {
        font-size: 14px;
    }

    .outer-calender-box #calendar .fc-left .fc-state-default {
        font-size: 14px;
    }

    .outer-calender-box #calendar .fc-toolbar h2 {
        width: 100%;
        font-size: 20px;
    }
}

@media only screen and (max-width: 600px) {

    .bef-exposed-form .form--inline > .form-item,
    .bef-exposed-form .form--inline > .form-item.fullwidth-item-eighty,
    .bef-exposed-form .form-actions.js-form-wrapper.form-wrapper.fullwidth-item-twenty,
    .bef-exposed-form .form-actions.js-form-wrapper.form-wrapper {
        display: flex;
        flex: 0 0 100%;
        padding: 0 5px;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        font-size: 12px;
    }

    .view-id-event_calendar .fc th span {
        font-size: 12px;
    }

    .bef-exposed-form .bef-links > div {
        width: 50%;
        float: left;
        padding: 0 2px;
    }

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

    .bef-exposed-form .bef-links > div {
        width: 100%;
        float: left;
        padding: 0 2px;
    }

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

    .fc-toolbar .fc-center {
        width: 100%;
        margin-top: 10px;
    }

    .view-id-event_calendar #calendar .fc-button-group .fc-state-default {
        font-size: 10px;
    }

    .view-id-event_calendar #calendar .fc-left .fc-state-default {
        font-size: 10px;
    }

    .outer-calender-box #calendar .fc-button-group .fc-state-default {
        font-size: 10px;
    }

    .outer-calender-box #calendar .fc-left .fc-state-default {
        font-size: 10px;
    }

    .blog-btn.text-center a.custom-btn {
        display: inline-block;
        word-break: break-word;
    }
}

@media only screen and (max-width: 400px) {
    .bef-exposed-form .bef-links > div {
        width: 100%;
        float: left;
        padding: 0 2px;
    }
}

/* Text Formatted Bullet css */

.text_formatted_bullet ul li {
    position: relative;
    display: block !important;
}

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

.text_formatted_bullet ol {
    margin-left: 10px;
    list-style: decimal;
}

.text_formatted_bullet ol li {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 6px;

}

.text_formatted_bullet ol li span {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 6px;

}

/* Plain Text css */
.front.plain_text,
.front.plain_text h2,
.front.plain_text p {
    text-align: justify;
}

.front.plain_text ul li {
    position: relative;
    display: block !important;
}

.front.plain_text ul li:before {
    float: left;
    display: block;
    font-size: 14px;
    content: "\f111";
    margin-right: 10px;
    font-family: FontAwesome;
    color: var(--main-theme-color);
}

.front.plain_text ol {
    margin-left: 10px;
    list-style: decimal;
}

.front.plain_text ol li {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 6px;

}

.front.plain_text ol li span {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 6px;

}