/*
Theme Name: maverickvalves
*/

@import "https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i";
@import "https://fonts.googleapis.com/css?family=Raleway:100,100i,300,400,500,600,700,800,900";
@import "https://fonts.googleapis.com/css?family=Montserrat:400,500";
/* ==========
Base CSS
============= */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    color: #18172C;
    font-size: 15px;
 }

input:focus, textarea:focus, button:focus{
    outline:none;
} 

a:hover { text-decoration: none; }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


.pt-90{
    padding-top: 90px;
}
.pt-50{
    padding-top: 50px;
}

.pb-40{
    padding-bottom: 40px;
}
.pb-90{
    padding-bottom: 90px;
}

.mt-90{
    margin-top: 90px;
}
.mb-90{
    margin-bottom: 90px;
}
.mb-20{ margin-bottom: 20px;}
.hero-btn {text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background: transparent;
    padding: 9px 20px;
    border-radius: 3px;
    border: 1px solid #fff;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    margin-left: -27px;
}

.hero-btn:hover {
    border: 1px solid #F02D2D;
    background: #F02D2D;
    color: #fff;
}
.call-to-action h4 {
    font-weight: 600;
}

.call-to-action h3 {
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
}

.call-to-action p {
    margin-bottom: 50px;
}


/* ==========
Header CSS
============= */
.header-area {
    background: transparent;
    padding: 17px;
    width: 100%;
    position: absolute;
    z-index: 2
}

.header-area.inner{
    background: #009cde;
    position: relative;
}
/* ==========
Main Menu CSS
============= */
.slicknav_menu{
    display: none
}
.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu li {
    display: inline-block;
}

.mainmenu li a {
    color: #FFFFFF;
    font-weight: 500;
    padding: 9px 14px;
    -webkit-transition: .3s;
    transition: .3s;
}

.mainmenu li:nth-child(7) a {
    padding-right: 0px;
}

.mainmenu {
    margin-top: 29px;
}

.mainmenu li a:hover , .mainmenu li.active a {
    color: rgba(255, 253, 253, 0.52);
}
.sticky {
    position: fixed;
    top: 0;
    background: #009cde;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 999;
  }

.sticky li a:hover {
    color: #fff ;
}
.sticky li a{
    color: #fff ;
    -webkit-transition: .3s;
    transition: .3s
}

/* ==========
Hero CSS
============= */
.hero-bg{
    background-image: url("./assets/img/hero-bg.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    background-color: #333;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.hero-area {
    position: relative;
    top: 0;
    color: #FFFFFF;
}

.hero-content h3 {
    font-size: 30px;
    font-weight: 400;
}

.hero-content h1 {
    /*margin-top: 265px;*/
    margin-top: 140px;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-content p {
    font-size: 16px;
    margin-bottom: 40px;
}

.hero-bg:before, .work-bg-last img:before, .cta-area:before,.home-2-hero:before {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    background: #18172C;
}


.hero-btn-2 {
    margin-left: 20px;
}



/* ==========
Social CSS
============= */

.social-wrapper {
    padding-top: 240px;
    padding-bottom: 30px;
}
.social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    color: #F1F1F1;
    padding: 10px;
    font-size: 14px;
}

.social-links li:nth-child(1) a {
    padding-left: 0;
}

.social-links li a:hover {
    color: #F02D2D;
}
.social-links {
    margin-top: 9px;
}

.bouncing-icon {
    border: 2px solid #fff;
    height: 28px;
    display: inline-block;
    width: 23px;
    border-radius: 11px;
    color: #B9B4B4;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    margin-top: 8px;
    -webkit-animation: 3s ease 0s normal none infinite running bounce;
            animation: 3s ease 0s normal none infinite running bounce;
}


.bouncing-icon:hover {
    color: red;
}

.social-mail {
    font-size: 14px;
    margin-top: 13px;
}


/* ==========
Client CSS
============= */
.client-area{background: #f1f1f1;}
.client-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.client-wrapper li {
    display: inline-block;
}

.client-wrapper li img {
    padding: 2px 32px;
    display: inline-block;
}

.client-wrapper li:nth-child(1) img {
    padding-left: 0;
}

.client-wrapper li:nth-child(5) img {
    padding-right: 0;
}

.client-wrapper {
    padding-top: 45px;
    margin-bottom: 90px;
}





/* ==========
Item left CSS
============= */
.item-content-wrap {
    margin-top: 40px;
    padding-bottom: 10px;
}

.item-content-wrap h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
}

.item-p-2 {
    margin-bottom: 34px;
}

.item-btn {
    background: #F02D2D;
    margin-left: 0;
    border: 1px solid #F02D2D;
    padding: 9px 18px;
}

.item-btn:hover {
    background-color: #18172C;
    color: #F02D2D;
    border: 1px solid #18172C;
}

.item-content-wrap:nth-child(2) p {
}

.item-content-wrap h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
}

.item-p-2 {
    margin-bottom: 40px;
}

.item-btn {
    background: #009cde;
    margin-left: 0;
    border: 1px solid #009cde;
    padding: 9px 18px;
}

.item-btn:hover, input.contact-btn:hover {
    background-color: #ff9c00;
    color: #fff;
    border: 1px solid #ff9c00;
}



/* ==========
Item right CSS
============= */
.right-item-box {
    border: 1px solid #F9F9F9;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    margin-bottom: 30px;
}

.single-item-content {
    padding: 20px;
}

.single-item-content h4 {font-weight: 600;margin-top: 20px;}

.right-item-box:hover {
    border-bottom: 1px solid #F02D2D;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0px 0px 30px 1px #F1F1F1;
    -webkit-transform: translate(0, -12px) !important;
            transform: translate(0, -12px) !important;
}

.item-right-img {
    height: 70px;
    width: auto;
    text-align: left;
}


/* ==========
Service CSS
============= */
.service-icon-bg{
    background-image: url("./assets/img/service-icon-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}


.service-icon-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}
.service-icon-content p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.service-icon-wrap {
    height: 110px;
    width: 100%;
    display: table;
    padding: 30px;
}

.service-icon {
    display: table-cell;
    vertical-align: middle;
}


.single-service-box {
    padding-bottom: 18px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
}

.single-service-box:hover {
    box-shadow: 5px 4px 19px 12px #F5F5F5;
}

.single-service-box:hover .service-icon-content h4 {
    color: #F13838;
}


/* ==========
About CSS
============= */
.img-wrap {
    background-color: #ff9c00;
    border-top-right-radius: 100px;
    border: 1px solid #ff9c00;
    border-bottom-left-radius: 100px;
}
.img-wrap img{border-top-right-radius: 90px;border-bottom-left-radius: 90px;}
.about-bg {
    overflow: hidden;
    padding: 13px;
}

.about-content h6 {
    font-size: 19px;
    font-weight: 600;
}

.about-content h2 {
    font-size: 34px;
    font-weight: 600;
}

.about-content {
    padding: 30px;
}

/* ==========
Work Process CSS
============= */
.work-row {
    margin-top: 56px;
}
.work-process-bg{
    background-image: url("./assets/img/work-bg-1.png");
    background-size: cover;
    background-position: center bottom;
}

.work-heading h2 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    margin-top: 101px;
}

.work-heading p {
    color: #FFFFFF;
}
.single-icon {
    height: 100px;
    width: 100px;
    background: none;
    text-align: center;
    line-height: 96px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #DBDBD9;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.single-icon:hover {
    background: #F02D2D;
}

.work-content {
    color: #fff;
}

.work-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
}
.work-btn:hover {
    background: #FFFFFF;
    border: 1px solid #fff;
}
.btn-wrap {
    padding-top: 27px;
    padding-bottom: 123px;
}




/* ==========
Team CSS
============= */
#team{background: url("/source/e8fe1cda1f8953bf0ec391c2d150d3ae/107.jpg") no-repeat center center;border-top: 2px solid #e9e9ea;border-bottom: 2px solid #e9e9ea;}
.team-area {
    padding-bottom: 70px;
}
.team-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-social li {
    display: inline-block;
}

.team-social li a {
    color: #000000;
    display: inline-block;
    padding: 8px;
    -webkit-transition: .3s;
    transition: .3s;
}

.team-social li a:hover {
    color: #F03939;
}

.single-slide{
    background: #F8F8F8;
    padding-top: 10px;
    padding-bottom: 26px;
    border-radius: 3px;
    box-shadow: 4px 4px 13px -7px #333;
    margin-bottom: 20px;
}
#team .single-slide{
	min-height: 370px;
}
.logo-slide-wrap .single-slide{margin-bottom:0px;padding: 5px;}
.logo-slide-wrap .slide-img img{margin-bottom: 0;height: 105px;object-fit: contain;width: 100%;}
.single-slide h4{font-size:18px;}
.slide-img img {
    margin: 0 auto;
    margin-bottom: 25px;
	height: 250px;
	object-fit: cover;
}

.team-slide-wrap .owl-dot {
    height: 15px;
    width: 15px;
    margin-left: 10px;
    border-radius: 50%;
    border: 2px solid #009cde;
    background: none;
}

.team-slide-wrap.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 50px;
}

.team-slide-wrap .owl-dot.active {
    background: #009cde;
}






/* ==========
Portfolio CSS
============= */
.product-bg-1{background-image: url("./assets/img/portfolio-img-1.png");}
.product-bg-2{background-image: url("./assets/img/portfolio-img-2.png");}
.product-bg-3{background-image: url("./assets/img/portfolio-img-3.png");}
.product-bg-4{background-image: url("./assets/img/portfolio-img-4.png");}
.product-bg-5{background-image: url("./assets/img/portfolio-img-5.png");}
.product-bg-6{background-image: url("./assets/img/portfolio-img-6.png");}
.product-bg-7{background-image: url("./assets/img/portfolio-img-7.png");}
.product-bg-8{background-image: url("./assets/img/portfolio-img-8.png");}
.product-bg-9{background-image: url("./assets/img/portfolio-img-9.png");}

.product-list {
    margin-left: -2%;
    overflow: hidden;
}

.single-product-item {
    float: left !important;
    height: 450px;
    /* margin-left: 2%; */
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #F6F1F0;
    width: 100%;
	background-size: 100% 100%;
}

.single-product-item:nth-child(3) {
    height: 520px;
    width: 48%;
}

.portfolio-content {
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #009cdedb;
    -webkit-transform: rotateY(180deg) scale(0.5);
    transform: rotateY(180deg) scale(0.5);
    -webkit-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.portfolio-content a {
    font-size: 50px;
    color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 50%;
    position: absolute;
    line-height: 100px;
    margin-top: -50px;
    left: 0;
    right: 0;
    -webkit-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}

.single-product-item:hover .portfolio-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotateY(0deg) scale(1);
            transform: rotateY(0deg) scale(1);
}

.single-product-item:hover .portfolio-content a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* ==========
Cta CSS
============= */
.cta-bg{
    background-image: url("/source/35b1771e08da54ef333bd9f774dea6d0/cta-bg1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: local; */
}

.cta-area {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.cta-area:before {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #a3cee7;
}

.cta-call {
    color: #FFFFFF;
}


.cta-call p {
    margin-bottom: 35px;
}

.cta-right-img, .cta-call {
    /* padding-top: 50px; */
}

.cta-call {padding-bottom: 11px;}

.cta-right-img {
    padding-bottom: 50px;
}


/* ==========
Pricing CSS
============= */
.pricing-area {
    padding-bottom: 24px;
}
.pricing-wrap {
    background-color: #F8F8F8;
    padding-bottom: 75px;
    padding-top: 75px;
}

.price-heading {
    font-size: 30px;
    font-weight: 600;
}

.price-number {
    font-size: 70px;
}

.price-content-bottom p {
    font-weight: 500;
}

.price-content-bottom {
    margin-bottom: 34px;
}

.price-btn {
    background: none;
    color: #1D1E28;
    border: 1px solid #9A9A9E;
    font-weight: 600;
}
.price-btn-2:hover{
    color: #fff
}

.price-content-2 {
    position: relative;
}

.price-content-2 h5 {
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-clip-path: polygon(13% 0%, 87% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(13% 0%, 87% 0%, 100% 100%, 0% 100%);
    background: #1D1E28;
    color: #fff;
    font-size: 14px;
    padding: 3px 49px;
    right: -33px;
    top: -34px;
}

.pricing-wrap-2 {
    background: #F02D2D;
    color: #fff;
    margin: -24px;
    padding-bottom: 60px;
    box-shadow: 0px 0px 17px 7px #C8C8C8;
    position: relative;
    z-index: 1;
}
.price-number-2 {
    font-size: 90px;
}

.price-content-bottom-2 {
    margin-bottom: 35px;
}

.price-btn-2 {
    color: #fff;
    border: 1px solid #F89B9B;
}
.prising-call {
    padding-bottom: 24px;
}


/* ==========
Blog CSS
============= */

.page-title-area {background: #e9ecef}
.page-title-area .breadcrumb {margin-bottom: 0;text-transform: uppercase;font-size: 14px;padding: .75rem 0rem;}
.page-title-area .breadcrumb a{color: #546c6b;}
.page-title-area .breadcrumb-item.active{color: #adadad;}

.blog-wrap {
    padding-bottom: 1px;
    border-radius: 3px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.blog-date {
    font-size: 12px;
}

.blog-botder {
    margin-left: 10px;
}

.blog-date-right {
    margin-left: 10px;
}

.blog-content h6 {
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-content {padding: 15px;}

.blog-wrap:hover {
    box-shadow: 0 30px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
}
.blog-wrap:hover .blog-content h6 {
    color: #F14F4F;
}
.blog-bottom-p {
    font-size: 15px;
}


.modal.show  {
    display:flex!important;
    flex-direction:column;
    justify-content:center;
    align-content:center;
    align-items: flex-start;
  }
  



/* ==========
Contact CSS
============= */

.contact-form h3, .location h3 {
    font-size: 24px;
}
.success {
    bottom: 0;
    position: absolute;
    color: green;
}
.error {
    position: absolute;
    bottom: 0;
    color: red;
}
.contact-form input, .contact-form textarea {
    width: 69%;
    border: 1px solid #F7F7F9;
    padding: 12px;
    border-radius: 3px;
    margin-bottom: 15px;
    color: #7B7D82;
    font-size: 14px;
    font-weight: 400;
    background: #f1f1f1;
}

.contact-form h3 {
    padding-top: 10px;
    margin-bottom: 25px;
}

.contact-form-wrap {
    background: #fff;
    border-radius: 5px;
    width: 146%;
    box-shadow: 0px 0px 30px 1px #F1F1F1;
}

.contact-form {
    padding: 33px;
    border: 1px solid #e2e2e2;
    border-radius: 16px;
}

.contact-form input:focus {
    border: 1px solid #ddd;
}

.location ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /* line-height: 51px; */
}

.location i.fa {font-size: 20px;width: 28px;position: absolute;left: 0;}


.location-wrap {
    color: #fff;
    padding: 15px;
}

.location {
    background: #009cde;
    padding: 34px;
    border-radius: 10px;
    width: 85%;
    margin-top: 40px;
    /* -webkit-transition: all 3s ease 0s; */
    /* transition: all 3s ease 0s; */
}
.location:hover {
    background: #ff9c00;
}
.location-ml {
    margin-left: 29px;
}
.location h3 {
    padding-top: 0px;
}

.location ul {
    padding-bottom: 18px;
}
.location ul li{padding-left: 40px;position: relative;padding-bottom: 18px;}
.widget-social li i{position: relative !important;font-size:inherit !important;width:auto !important;color: #009cde;}
input.contact-btn {
	width: auto;
    background: #ff9c00;
    cursor: pointer;
    border: 1px solid #ff9c00;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 3px;
    /*margin-left: 15px;*/
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.map-img-wrap {width: 100%}
.map-img-area {
    margin-top: -196px;
}
.map-img {
    position: relative;
    z-index: -1;
}
.pointer-img {
    position: absolute;
    right: 52%;
    margin-top: -192px;
}






/* ==========
Footer CSS
============= */
.footer-area {
    background: #040404;
    color: #F0F0F0;
}

.widget-content p {font-size: 14px;font-family: 'Montserrat', sans-serif; font-weight: 500;}

.widget-content h5 {
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
}

.widget-content h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.widget-mail input {
    background: none;
    border: none;
    border-bottom: 1px solid #C7C7C7;
    color: #fff;
    padding-right: 20px;
    width: 96%;
}

.widget-mail span a i.fa {
    color: #F02D2D;
    position: absolute;
    margin-left: -15px;
    margin-top: 6px;
}

.widget-mail placeholder {
}

.sidebar{background: #f1f1f1;    padding: 22px;}
.widget-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.widget-social li {
    display: inline-block;
    padding-left: 0 !important;
    text-align: center;
}

.widget-social li a {
    display: inline-block;
    height: 27px;
    width: 27px;
    background: #FFFFFF;
    color: #1A1A1A;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 15px;
    margin-left: 12px;
    -webkit-transition: .3s;
    transition: .3s;
}

.widget-social li:nth-child(1) a {
    margin-left: 0;
}

.widget-social li a:hover {
    background: #F02D2D;
    color: #fff;
}

.widget-logo {
    margin-bottom: 30px;
}

.widget-wrap {
    padding-top: 50px;
    padding-bottom: 40px;
}
.widget-cat ul{padding:0; margin: 0}
.widget-wrap li a{color: #827d7d;}

.widget-title h3 {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
}

.widget-cat li {
	display: block;
	padding: 9px 0;
	
}
.card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom:1px;
    border:none;
}
.card-header:first-child {
    border-radius: 0;
}
.card-header {
    background-color: #009cde;
    margin-bottom: 5px;
    padding: 10px 10px;
    border:none;
    position: relative;
}

.card-header div a:not(.collapsed)  i:before{content: "\f106" !important;}

.card-header a i{
    float:right;
    font-size:30px;
    width:1%;
    margin-top: 0px;
    margin-right: 20px;
    color: #fff;
}
.card-header a{
    width: 100%;
    float:left;
    color:#565656;
}
.card-header p{
    margin:0;
}

.card-header h3{
    float: left;
    margin: 3px 0px 0px;
    font-size: 17px;
    /* font-family: 'Slabo 27px', serif; */
    font-weight: normal;
    color: #ffffff;
}
.card-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 20px 0;
    color:#232323;
    /* box-shadow:inset 0px 4px 5px rgba(0,0,0,0.1); */
    border-top:1px soild #000;
    border-radius:0;
    font-size: 13px;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
.widget-cat li:not(:last-child) {border-bottom: 1px dashed #ddd;}
.widget-cat li:hover a{color: #000}
.widget-cat li a {
	color: #666666;
	font-size: 13px;
}

.copyright-area {
    color: #B3B3B3;
    background: #000000;
}

.copyright-wrap p {
    margin-top: 20px;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 400;
    font-size: 13px;
    color: #827d7d;
}

.copyright-wrap a{color:#fff}

/* ==========
Home-2 CSS
============= */
.home-2-content {
    /* padding-bottom: 285px; */
}
.home-2-bg-1{
    background-image: url("/source/e459e3815d74509556b9338c7be5b116/slide-1.jpg");
}
.home-2-bg-2{
    background-image: url("/source/9c0d2b6768279cff7a5606fc4aec307e/slide-2.jpg");
}

.home-2-hero{
    position: relative;
    width:100%;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    background-color: #0c0c0c;
    height: 80vh;
}
.home-2-hero:before {
    /*left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    background: #080808;*/
}

.hero-area-wrap .owl-dot {
	height: 20px;
    width: 20px;
    margin-left: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
}

.hero-area-wrap .owl-dot.active {
    background: #fff;
}

.hero-area-wrap.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -50px;
}




/* ==========
Home-3 CSS
============= */
.home-3-hero{
    background-image: url("./assets/img/home-3-bg.png");
    background-size: cover;
    background-position: center bottom;
}
.home-3-content {
    padding-bottom: 254px;
}

.home-3-border {
    border-bottom: 2px solid #fff;
}


/* ==========
Home-4 CSS
============= */
.hero-area-home-4 .owl-prev ,.hero-area-home-4 .owl-next {
    position: absolute;
    background: transparent;
    top: 50%;
    left: 150px;
    line-height: 20px;
    margin-top: -50px;
    transition: .3s;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    text-align: center;
    font-size: 29px;
    border: 2px solid #EBEBEB;
    color: #EBEBEB;
}

.hero-area-home-4 .owl-next {
    right: 150px;
    left: auto;
}

.hero-area-home-4 .owl-prev:hover, .hero-area-home-4 .owl-next:hover {
    background-color: #F02D2D;
    border: 2px solid #F02D2D;
}


/* ==========
Home-5 CSS
============= */
.home-5-bg-1{
    background-image: url("./assets/img/home-5-bg.png");
}
.home-5-bg-2{
    background-image: url("./assets/img/home-5-bg.png");
}

.home-5-hero{ 
    background-position:center bottom;
    background-repeat:no-repeat;
    width: 100%;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.custom_captcha {
    margin-bottom: 15px;
}
a.download_link {
    width: auto;
    background: #ff9c00;
    cursor: pointer;
    border: 1px solid #ff9c00;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 3px;
    margin-left: 15px;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
span.dropcap3 {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px 12px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font-size: 12px;
	 margin-right: 10px;
}
.work_process_li{padding: 0;}
.work_process_li li{height: 44px; list-style: none;}
.work_process_li h4{ font-size: 16px;}
span.wpcf7-list-item.first {    margin: 0; }
.custom_breadcrumbs {
	margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding: .75rem 0rem;
	color: #adadad;
}
.custom_breadcrumbs a{
	color: #546c6b;
	padding-right: .5rem;
    padding-left: .5rem;
}
span.breadcrumb_last{
	padding-right: .5rem;
    padding-left: .5rem;
}
.team-content a {
    color: #18172C;
}

@media(min-width: 768px){
    .logo-slide-wrap .owl-stage {
        width: 100% !important;
        display: flex !important;
        justify-content: center;
    }    
}

@media(max-width: 768px){
    .location, 
    .contact-form input, 
    .contact-form textarea{width: 100%; }

    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}