/*!
Theme Name: acrostar_custom_theme
Theme URI: https://candcdigital.co
Author: candcdigital.co
Author URI: https://candcdigital.co
Description: Custom template for Weissman | Paul
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: weissman
Tags
*/





html,
body {
    font-weight: normal;
    font-size:17px;
    color: #595959;  
    background-color: #fff;
    font-family:var(--primary-font);
}

a {
    color: #0a0f2b;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #ff3300;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

:root {
    --primary-color: #ff3300;
   --primary-font: 'Roboto', sans-serif;
}

.btn {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius:6px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 30px;
    background-color: #ff3300;
    border: 2px solid #ff3300;
}

.btn:hover {
    color: #fff;
    background-color: #0a0f2b;
    border-color: #0a0f2b;
}

.title, 
.page-title {
    margin-bottom: 50px;
    color: #13161A;
}

.title-center {
    text-align: center;
}

.title-center .page-title {
    max-width: 900px;
    display: inline-block;
}

.title-center .title {
    max-width: 700px;
    display: inline-block;
}

.title h2 {
    font-weight: 700;
    color: #0a0f2b;
    font-size: 36px;
    margin-bottom: 30px;
}

.subtitle {
    color: #595959;
    font-weight: 500;
    text-transform: uppercase;
}

.page-title h1 {
    font-size: 65px;
    color: #04091D;
    text-transform: uppercase;
    margin-bottom: 20px;
} 

section {
    padding: 100px 0;
}

.bg-color{
    background-color: #f7f7f7;
}

input, 
select, 
textarea {
    color: #666 !important;
    height: 50px;
    width: 100%;
    padding: 6px 20px;
    font-weight: 400;
    border-radius: 4px;
    margin-bottom:10px;
	margin-top:10px;
    border: 1px solid #ccc;
}

textarea {
    resize: none;
    height: 110px;
    color: #000;
    padding-top: 15px;
}

input[type="radio"],
input[type="checkbox"] {
    width: inherit;
    height: initial;
    color: #000;
}

input:focus, 
textarea:focus, 
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color:  var(--primary-color) !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #666;    
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #666;    
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #666;    
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #666;    
}

/*header*/

.header {
    position: relative;
    z-index:999;
}

.top-bar {
    padding: 15px 0;
    color: #c1c1c1;
    background-color: #0a0f2b;
}

.top-bar a {
    color: #c1c1c1;
}

.top-bar a:hover {
    color: #ff3300;
}

.top-bar ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.top-bar ul li {
    margin-right: 15px;
}

.top-bar ul li:last-child {
    margin-right: 0;
}

.top-bar .info-list li {
    margin-right: 25px;
}
.top-bar .info-list li i {
    margin-right: 5px;
}

.social-list li a {
    color: #fff;
}

.header-right {
    display: flex;
    align-items: center;
}

.search {
    margin-right: 20px;
}

.header .button {
    min-width: 152px;
    text-align: center;
}

.header .button a.btn {
    padding-left: 30px;
    padding-right: 30px;
}

.header .button a strong {
    display: block;
}

.main-menu {
    background-color: #fff;
}

.menu-content {
    padding: 20px 0;
}

.main-menu {
    box-shadow: 0px 0 3px #ccc;
    -webkit-box-shadow: 0px 0 3px #ccc;
    -moz-box-shadow: 0px 0 3px #ccc;
}

.nav {
    padding-left: 0;
    padding-right: 20px;
}

.header .nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: initial;
}

.nav ul li {
    color: #0a0f2b;
    font-size: 14px;
    position: relative;
    margin-right: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li a {
    padding:0;
    color: #0a0f2b;
    display: block;
    text-transform: uppercase;
}

.nav ul li a:hover, 
.nav ul li.active>a {
    color: #ff3300;
}

.navbar-toggler {
    padding: 0;
    height: initial;
    line-height: initial;
}

.navbar-toggler-icon {
    width: initial;
    height: initial;
    color: #0A0A0A;
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #0A0A0A;
}

.navbar-toggler-icon:hover {
    color: var(--primary-color);
    border-color:var(--primary-color);
}

.navbar-toggle {
    background: 0 0!important;
    border: none!important;
    float: left!important;
    cursor: pointer;
    padding-left: 0!important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background:#000 !important;
    margin-bottom: 4px!important;
}

.m-phone a {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  display: block;
  float: right;
  z-index: 1;
  text-align: center;
  border-radius: 100%;
  background-color: var(--primary-color);
}

/*hero-section*/

.hero-section {
    padding: 0;
    overflow: hidden;
}

.hero-section .slider-item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 200px 0;
}
.hero-section .slider-item:before {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background:rgba(33,33,33,.25);
	content:"";
}
.hero-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 1;
    margin-top: -20px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    background-color: rgb(0 0 0 / 50%);

}

.hero-slider:hover .slick-arrow {
    opacity: 1;
}

.hero-slider .slick-arrow:hover {
    background-color: #000;
}

.hero-slider .slick-arrow.icon-right {
    right: 30px;
}

.hero-slider .slick-arrow.icon-left {
    left: 30px;
}

.hero-text {
    position: relative;
    z-index: 1;
    color: #0a0f2b;
    max-width: 900px;
    display: inline-block;
}

.hero-text h1 {
    color:#ffffff;    
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 30px;
}

.hero-text h1 strong {
    display: block;
    font-weight: 700;
}

.hero-text p {
    max-width:600px;
	color:#fff;
}

.hero-text .btn {
    margin-top: 30px;
}


/*brand-section*/

.brand-section {
    padding: 50px 0;
    overflow: hidden;
}

.brand-section ul {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-right: -30px;
    margin-left: -30px;
    align-items: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #dadbdf;
}

.brand-section ul li {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.brand-section.style-2 {
    overflow: hidden;
    padding-bottom: 100px;
}

.brand-section.style-2 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.brand-section.style-2 li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;    
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;   
    margin: 0;
    border-right: 1px solid #ccc; 
    border-top: 1px solid #ccc; 
}

.brand-section.style-2 li:nth-child(1),
.brand-section.style-2 li:nth-child(2),
.brand-section.style-2 li:nth-child(3),
.brand-section.style-2 li:nth-child(4) {
    border-top: 0;
}

.brand-section.style-2 li:nth-child(4n) {
    border-right: 0;
}


.brand-section.style-2 .brand {
    padding: 30px;
    min-height: 140px;
    text-align: center;
}

.brand-section.style-2 ul  {
    border-bottom: 0;
    padding-bottom: 0;
}


/*about-section*/

.about-section {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;    
}

.ab-text li {
    margin-bottom: 25px;
    display: flex;
}

.ab-text .icon {
    min-width: 70px;
    width: 70px;
    margin-right: 30px;
}

.ab-text h4 {
    color: #0a0f2b;
    font-size: 20px;
    font-weight: 700;
}

.ab-item {
    margin-bottom: 40px;
}

.ab-item .icon {
    margin-bottom: 20px;
}

.about-text h3{
    font-size: 60px;
    color: #0a0f2b;
    font-weight: 300;
    font-style: normal;    
}

/*service-section*/

.service-section {
    overflow: hidden;
}

.service {
    margin-bottom: 30px;
}

.service h3 {
    font-size: 20px;
    color: #0a0f2b;
    font-weight: 700;
    margin-bottom: 15px;
}

.service .thumb {
    border-radius: 4px;
    overflow: hidden;
    height: 190px;
    margin-bottom: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.read-more {
    font-size: 14px;
    font-weight: 600;
}

.service ul {
    margin-left: 15px;
    list-style: disc;
    margin-bottom: 20px;
}

.service ul li {
    margin-bottom: 10px;
}

.service-menu {
    margin-bottom: 30px;
}

.service-menu ul li {
    margin-bottom: 10px;
}

.service-menu ul li a {
    display: block;
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 15px 20px; 
}

.service-menu ul li.active>a, 
.service-menu ul li a:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.brochures {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #f7f7f7;
}

.brochures h3 {
    font-size: 20px;
    color: #0a0f2b;
    font-weight: 700;
    margin-bottom: 15px;
}

.brochures .btn {
    width: 100%;
    text-align: center;
}

.brochures .btn i {
    font-size: 18px;
    position: relative;
    padding-right: 40px;
    margin-right: 0;
}

.brochures .btn i:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #fff;
}

.single-top {
    font-size: 20px;
}

.single-top p {
    margin-bottom: 50px;
}

.service-single h3 {
    font-size: 24px;
    margin-bottom: 50px;
}

.service-single h4 {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 15px;    
}

.service-single .thumb {
    height: 400px;
}

.service-single.service {
    margin-bottom: 0;
}

.s-content {
    margin-bottom: 30px;
}


.portfolio-slider {
    margin-top: 30px;
}

.portfolio-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0a0f2b;
    z-index: 1;
    margin-top: -20px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    background-color: #e8e8e8;
}

.portfolio-slider .portfolio {
    margin-bottom: 0;
}

.portfolio-slider .slick-arrow:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.portfolio-slider .slick-arrow.icon-right {
    right: -40px;
}

.portfolio-slider .slick-arrow.icon-left {
    left: -40px;
}

.portfolio-slider h3 {
    margin-bottom: 10px;
}

/*process-section*/

.process-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;    
}

.process-list ul li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
    position: relative;    
}

.process-list h3 {
    font-size: 20px;
    color: #0a0f2b;
    font-weight: 700;
    margin-bottom: 15px;
}

.process-list .steps:after {
    content: "";
    background: #ff3300;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 70px;
    z-index: 0;
}

.process-list li:last-child .steps:after {
    display: none;
}

.process-list .icon {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    display: inline-block;
    font-size: 50px;
    width: 140px;
    min-width: 140px;
    height: 140px;
    line-height: 140px;
    margin-bottom: 33px;
    border-radius: 50%;
    border: 1px solid #ff3300;
    color: #ff3300;
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #fff;
}

.process-list .icon:hover,
.process-list .active .icon {
    background: #ff3300;
    color: #fff;
}

/*portfolio-section*/

.portfolio {
    color: #ddd;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.portfolio:hover img {
    opacity: 0.8;
}

.portfolio img {
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.portfolio .overlay {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    position: absolute;
    bottom:0px;
    opacity: 0;
    left: 0;
    width: 100%;
    padding:25px 35px;
    background: rgba(10, 15, 43, 0.8);
	opacity: 1;
}

.portfolio:hover .overlay{
    bottom: 0;
    opacity: 1;
}

.portfolio h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.portfolio a {
    color: #fff;
}

.portfolio a:hover {
    color: var(--primary-color);
}

.portfolio p {
    margin-bottom: 0;
}

.p-thumb {
    border-radius: 4px;
    overflow: hidden;
}

.portfolio .text {
    color: #595959;
} 
.portfolio .text a {
    color: #0a0f2b;    
}

.portfolio .text a:hover {
    color:var(--primary-color);
}

.portfolio .text {
    margin-top: 20px;
}

.portfolio .read-more {
    margin-top: 10px;
}

/*funfacts-section*/

.funfacts-section {
    background-color: #000;
}

.funfacts-section .title h2 {
    color: #fff;
}

.fun-facts {
    font-size: 20px;
    color: #fff;
}

.fun-facts h3 {
    font-size: 48px;
    font-weight: 600;
}

.fun-facts p strong {
    display: block;
    color: var(--primary-color);
}

/*testimonial-section*/

.testimonial-section {
    overflow: hidden;
}

.testimonial-slider {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
}

.testimonial-slider  .slick-slide {
    padding-left: 40px;
    padding-right: 40px;
}

.testimonial {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 40px 35px 15px 75px;
    position: relative;
}

.testimonial .thumb {
    position: absolute;
    top: 45px;
    left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
}

.testimonial h4 {
    font-size:20px;
    color: #0a0f2b;
    font-weight: 700;
}


.testimonial-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0a0f2b;
    z-index: 1;
    margin-top: -20px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    background-color: #e8e8e8;

}

.testimonial-slider .slick-arrow:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.testimonial-slider .slick-arrow.icon-right {
    right: -30px;
}

.testimonial-slider .slick-arrow.icon-left {
    left: -30px;
}

.slick-dots {
    display: flex;
    margin-top: 30px;
    margin-bottom: 0 !important;
    list-style: none !important;
    justify-content: center;
}

.slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 5px;
    text-indent: -99999999999999999999px;
    border-radius: 100%;
    background-color: #000;
    border: 0;
    opacity: 0.5;
}

.slick-dots .slick-active button {
    opacity: 1;
}

/*blog-section*/

.blog-post {
    margin-bottom: 30px;
}

.blog-post .thumb {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.entry-meta {
    margin-bottom: 10px;
}

.entry-meta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.entry-meta ul li:before  {
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
    content: "/";    
}

.entry-meta ul li:first-child:before {
    display: none;
}

.entry-meta a {
    color: #888;
}

.blog-post h3 {
    font-size: 20px;
    color: #0a0f2b;
    font-weight: 700;
    margin-bottom: 15px;
}

/*cta-section*/

.cta-section {
    padding: 50px 0;
    background-color: var(--primary-color);
}

.cta-section .title {
    margin-bottom: 0;
}

.cta-section .title h2 {
    color: #fff;
    margin-bottom: 0;
}

.cta-section .button {
    text-align: right;
}

.cta-section .btn {
    padding: 10px 50px;
    color: #0a0f2b;
    background-color: #fff;
}

.cta-section .btn:hover {
    color: #fff;
    background-color: #0a0f2b;
}

/*breadcrumb-section*/

.breadcrumb-section {
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
}


.breadcrumb-text .icon {
    margin-bottom: 15px;
}

.breadcrumb-text h1 {
    font-weight: 700;
    color: #fff;
    font-size: 40px;
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
}

.breadcrumb li, 
.breadcrumb li a {
    color: #fff;
}

.breadcrumb li a:hover {
    color: var(--primary-color);
}

.breadcrumb li:before {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color: #fff;
    content: "/";
}

.breadcrumb li:first-child:before {
    display: none;
}

/*across-section*/

/*accordion*/

.accordion .card {
    margin-bottom: 20px;
    border: 0 !important;
    border-bottom: 1px solid  #c2c4cd !important;
    background-color: transparent;
    padding-bottom: 20px;
    border-radius: 0 !important;
}

.accordion .card:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.accordion .card-header {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.accordion .card-body {
    padding: 20px 0 0;
}

.accordion .card-body {
    padding: 20px 0 0;
}

.accordion .card-body p:last-child{
    margin-bottom: 0;
}

.accordion .card-header button {
    width: 100%;
    border: 0;
    color: #0a0f2b;
    text-align: left;
    padding-left: 0;
    font-size: 20px;
    font-weight: 600;
    background-color: transparent;
    position: relative;
    padding-right: 30px;
}

.accordion .card-header button.collapsed {
    color: #0a0f2b;
}

.accordion .card-header button:after {
    position: absolute;
    top: 8px;
    right: 0;
    content: "\f106";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--primary-color);
    font-family: "fontawesome";
}

.accordion .card-header button.collapsed:after {
    content: "\f078";
    color: #0a0f2b;
}

/*team-section*/

.team-section {
    overflow: hidden;
}

.team-member {
    margin-bottom: 30px;
}

.team-member .thumb {
    height: 320px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.team-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.team-member h3 {
    color: #0a0f2b;
    font-size: 18px;
    font-weight: 700;
}

.team-member ul {
    display: flex;
}

.team-member ul li {
    margin-right: 10px;
}


.team-slider .slick-arrow {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0a0f2b;
    z-index: 1;
    margin-top: -100px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    right: 15px;
    background-color: #e8e8e8;

}

.team-slider .slick-arrow:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.team-slider .slick-arrow.icon-left {
   right: 70px;
}

/*features-section*/

.features-section .ab-item {
    text-align: center;
}

.features-section .ab-item .icon {
    display: inline-block;
}

/*footer-section*/

.footer-section .footer-top {
    padding: 50px 80px 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.contact-info {
    display: flex;
    color: #0a0f2b;
    margin-bottom: 30px;
}

.contact-info .icon {
    font-size: 34px;
    color: #0a0f2b;
    margin-right: 20px;
}

.contact-info h4 {
    font-size: 20px;
    color: #0a0f2b;
    font-weight: 700;  
}

.footre-widget {
    color: #0a0f2b;
}

.footre-widget h4 {
    font-size: 20px;
    font-weight: bold;
    color: #0a0f2b;
    margin-bottom: 20px;
}

.footre-widget {
    margin-bottom: 40px;
}

.footre-widget ul li {
    margin-bottom: 10px;
}

.form-inner {
    position: relative;
}

.form-inner input {
    margin-bottom: 0;
}

.form-inner button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    color: #fff;
    border: 0;
    border-radius: 0px 4px 4px 0px;
    background-color: #0a0f2b;
    height: 100%;
}

.footre-social {
    margin-top: 20px;
}

.footre-social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.footre-social ul li {
    margin-right: 15px;
    margin-bottom: 2px;
}

.footre-social ul li:last-child {
    margin-right: 0;
}

.footer-bottom {
    background: #0a0f2b;
    padding: 20px 0;
    color: #fff;
    margin-top: 30px;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    justify-content: end;  
    align-items: center; 
    margin-top: 5px;
}

.footer-menu ul li {
    display: inline-block;
    line-height: 11px;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0px 13px 0px 13px;
}

.footer-menu ul li:last-child {
    border-right: 0;
}

.footer-menu ul li a {
    color: #fff;
}

.footer-menu ul li a:hover {
    color: var(--primary-color);
}


/*map-section*/

.map-section {
    background-size:50% cover;
    background-repeat: no-repeat;
    background-position: right;
}

.g-map {
    height: 750px;
}

.g-map iframe {
    width: 50%;
    height: 100%;
}


a, button, .btn, .slick-arrow {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}






/* md */
@media (min-width: 1400px){


}


/* md */
@media (min-width: 1200px) and (max-width: 1399px) {
	.testimonial-slider .slick-arrow.icon-right {
	    right: 0;
	}
	.testimonial-slider .slick-arrow.icon-left {
	    left: 0;
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

	.nav ul li {
		margin-right: 20px;
	}
	.testimonial-slider .slick-arrow.icon-right {
	    right: 0;
	}
	.testimonial-slider .slick-arrow.icon-left {
	    left: 0;
	}
	.title h2 {
		font-size: 30px;
	}	
	.about-text h3 {
		font-size: 45px;
	}
}

/* md */
@media (max-width: 991px) {

	.search {
		margin-right: 0;
	}
	.header .button {
		display: none;
	}
	.nav ul li {
		margin-right: 20px;
	}
	.brand-section ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;	
		justify-content: flex-start;	
	}
	.process-list ul {
		display: block;
	}
	.process-list ul li .steps {
		display: flex;
		text-align: left;
	}
	.process-list ul li .steps .icon {
		margin-right: 20px;
	}
	.process-list .steps::after {
		height: 100%;
		width: 1px;
		left: 90px;
	}
	.footer-section .footer-top {
		padding-left: 0;
		padding-right: 0;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

	.brand-section.style-2 .brand {
		min-height: 115px;
	}
}

/* sm */
@media (max-width: 767px) {

.hero-section .slider-item {
	padding:50px 0px;
}
	.search {
		display: none;
	}
	.header .nav ul {
		display: block;
		width: 100%;
	}
	.nav ul li {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.top-bar .info-list li {
		margin-right: 15px;
		font-size: 14px;
	}
	.hero-text h1 {
		font-size: 40px;
	}
	.cta-section .button {
		text-align: left;
		margin-top: 20px;
	}
	.footer-menu ul {
		margin-top: 15px;
		justify-content: flex-start;
	}
	.ac-thumb{
		margin-bottom: 30px;
	}
	.across-section {
		padding-bottom: 80px !important;
	}
	.brand-section.style-2 .brand {
		padding: 15px;
		min-height:80px;
	}
}

/* xs Portrait */
@media (max-width: 575px) {

	.title h2 {
		font-size: 30px;
	}
	.brand-section.style-2 .brand {
		min-height:120px;
	}	
	.brand-section.style-2 li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;		
	}
	.brand-section.style-2 li:nth-child(3), 
	.brand-section.style-2 li:nth-child(4) {
		border-top: 1px solid #ccc;
	}
	.about-text h3 {
		font-size: 40px;
	}
	.breadcrumb-text h1 {
		font-size: 36px;
	}

}



/* xs Portrait */
@media (max-width: 475px) {
	
	.hero-section .slider-item {
		padding: 100px 0;
	}
	.process-list .icon {
		width: 80px;
		min-width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 30px;
	}
	.process-list .steps::after {
		left: 55px;
	}
	.about-text h3 {
		font-size: 36px;
	}
	section {
		padding: 70px 0;
	}
}



.hero-slider .slick-slide {
	padding-left:0;
	padding-right:0;
}
span.wpcf7-not-valid-tip { font-size:13px; color:red;}
.screen-reader-response {
	display:none !important;
}




ul.gallery {
margin-left:-12px;
margin-right:-12px;
padding-left:12px;
padding-right:12px;

}

ul.gallery > li {
padding-right:12px;
padding-left:12px;
padding-bottom:24px;
padding-top:0px;
 	height:260px;
	position:relative;
	float:left;
	width: 33.333333%; 

}


ul.gallery > li:nth-child(10n+5) {
	height:520px;
	float:right;
}

ul.gallery > li:nth-child(10n+8) {
	height:520px;
	float:left;
}


ul.gallery > li:nth-child(1) {
	height:520px;
	float:left;
}


ul.gallery > li img {
	display:none;
}

ul.gallery > li > a {
	position:absolute;
	height:calc(100% - 24px);
	top:0px;
	left:12px;
	display:block;
	width:calc(100% - 24px);
}




@media (max-width:1199px) {

ul.gallery > li {
 	height:240px;
}



ul.gallery > li:nth-child(10n+5), ul.gallery > li:nth-child(10n+8), ul.gallery > li:nth-child(1) {
	height:480px;
}



}





@media (max-width:992px) {

ul.gallery > li {
 	height:200px;
}


ul.gallery > li:nth-child(10n+5), ul.gallery > li:nth-child(10n+8), ul.gallery > li:nth-child(1) {
	height:400px;
}


}




@media (max-width:767px) {

ul.gallery > li {
 	height:150px;
	width:50%;
	padding-left:6px;
	padding-right:6px;
}
ul.gallery > li > a {
    position: absolute;
    height: calc(100% - 12px);
    top: 0px;
    left:6px;
    display: block;
    width: calc(100% - 12px);
}

ul.gallery > li:nth-child(10n+5), ul.gallery > li:nth-child(10n+8), ul.gallery > li:nth-child(1) {
	height:150px;
}


}


.bg-image {
	background-position:center center !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
}


#audio-control {
	position:absolute;
	top:0;
	right:15px;
	cursor:pointer;
	border-radius:0;
}