section-main-title/*-----------------------------------------------------------
* Template Name    : Atlinka | Responsive Bootstrap 4 Landing Template
* Author           : CreataThemes
* Created          : Aug 2018
* File Description : Main css file of the template
*------------------------------------------------------------
*/

/***********************
    1.BASIC
    2.HELPER
    3.NAVBAR
    4.HOME
    5.SERVICE
    6.FEATURES
    7.Pricing
    8.CLIENT
    9.Truseted Clients
    10.TEAM
    11.CONTACT
    12.FOOTER
    13.RESPONSIVE
************************/

@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700|Nunito:400,600,700');
/*==================
        1.BASIC
====================*/

body {
    font-family: 'Muli', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
	color: #be1e2d;
}

/*=======================
        2.HELPER
========================*/

.bg-overlay-gradient {
    background: #101010;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c405a, #101010);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3c405a, #101010);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


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

.text-custom {
    color: #be1e2d !important;
}

.lan_sec-title {
    max-width: 570px;
}

.btn {
    padding: 12px 26px;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-custom {
    background-color: #be1e2d;
    border: 1px solid #be1e2d;
    color: #fff;
    transition: all 0.5s;
    font-size: 15px;
    text-transform: capitalize;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #5F0001;
    border-color: #ffffff;
    color: #f3f3f3;
}

.btn-outline-custom {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-size: 15px;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.h-100vh {
    height: 100vh;
}

/*==========================
        3.NAVBAR
============================*/

.custom-nav {
    padding: 15px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.custom-nav .navbar-nav li a {
    color: #989898;
    font-size: 15px;
    background-color: transparent !important;
    padding: 15px 0;
    margin: 0 7px;
    transition: all 0.4s;
    font-weight: 600;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.stickyadd .navbar-nav {
    margin-top: 0px;
}

.stickyadd.custom-nav {
    margin-top: 0px;
    padding: 8px 0px;
    background-color: #000000;
    border-bottom: 1px solid #2f2f2f;
}

.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li a:hover,
.custom-nav .navbar-nav li a:active {
    color: #be1e2d !important;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom-nav .btn-custom {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #be1e2d;
}

.custom-nav .navbar-brand.logo img {
    height: 30px;
}

/*==========================
        4.HOME
============================*/

.home-bg {
    background-image: url(../img/home-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header_btn span {
    position: relative;
    top: 14px;
}

.header_title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.header_subtitle {
    line-height: 2.0;
    font-size: 18px;
    max-width: 600px;
}

/*-------------------
    HOME - 3
--------------------*/

.up-index {
    z-index: 2;
}

/*------------------
    HOME DEMO -5
------------------*/

.bg_clip_home {
    clip-path: polygon(0 0, 100% 0, 100% 88%, 25% 100%, 0 88%);
}

/*------------------
    HOME DEMO -9
------------------*/

.bg_gradient {
    background: #101010;
    background: linear-gradient(to right, #3c405a, #101010);
}

/*======================
       5.SERVICES
========================*/

.ser_boxes .ser_icon i {
    font-size: 56px;
    color: #be1e2d;
}

.ser_boxes .ser_content p {
    font-size: 15px;
}

/*=======================
        6.FEATURES
=========================*/

.futures_boxes .futures_icon span {
    font-size: 20px;
    text-align: center;
    margin-right: 5px;
    height: 34px;
    border-radius: 50%;
    color: #be1e2d;
    width: 34px;
    line-height: 32px;
    display: inline-block;
    background-color: rgba(190, 30, 45, 0.10);
}

/*=====================
        7.Pricing
=======================*/

.pric_boxes{
    padding: 40px;
    border: 1px solid #efefef;
    border-radius: 5px;
}

.pric_boxes .pric_feat{
    padding: 0px 16px;
}

.pric_boxes h2{
    font-size: 40px;
    color: #2cc54e;
}

.pric_boxes .icon-success{
    color: #2cc54e;
}

.pric_boxes .icon-danger{
    color: #f73d3d;
}

.pric_boxes h3{
    font-size: 40px;
    color: #2cc54e;
}

.pric_feat img{
    max-width: 100px;
}

.pric_feat p{
    font-size: 14px;
}

.section-main-title span{
    color: #be1e2d;
}

/*==================
        8.Client
=====================*/

.client_boxes {
    border-radius: 10px;
    background-color: #fff;
}

.client_boxes h5 {
    font-size: 14px;
    color: #be1e2d;
    padding: 06px 10px 20px 14px;
}

.rounded-circle {
    border-radius: 50%!important;
}

/*==========================
        9.Truseted Clients
============================*/

.logo_img img {
    max-height: 100px;
    width: auto !important;
}


/*=====================
        10.TEAM
=======================*/

.team_boxes img {
    border-radius: 10px 0px 10px 0px;
}

.team_boxes h4 {
    font-size: 16px;
}

.team_boxes .team_tex {
    font-size: 12px
}

.team_boxes .team_tex .team_bio {
    font-size: 14px;
}

/*==========================
        11.Contact
============================*/

.form-control {
    box-shadow: none !important;
    height: 50px;
    border: 1px solid #e0e0e0;
}

.form-control:focus {
    border-color: #be1e2d;
}

.contact-border {
    width: 60px;
    height: 3px;
    margin: 20px 0px;
}

textarea.form-control {
    height: auto;
}

.contact-icon {
    font-size: 36px;
}

/*==========================
        12.FOOTER
============================*/

.bg-footer {
    background: #000000;
}

.footer-menu li a {
    color: #808080;
    font-size: 14px;
    margin-bottom: 7px;
    display: inline-block;
    transition: all 0.5s;
}

.footer-title-info {
    font-size: 16px;
}

.footer-menu li a:hover {
    text-decoration: none;
    color: #be1e2d;
}

.social-icon .fot_social li a {
    border: 2px solid #868e96;
    border-radius: 50%;
    transition: all 0.5s;
    width: 42px;
    height: 42px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.fot_social .social-icon:hover {
    border-color: #be1e2d;
    color: #be1e2d !important;
}

.contact-info-add p {
    color: #808080;
    font-size: 14px;
    margin-bottom: 7px;
}

.footer-icons li a {
    height: 35px;
    width: 35px;
    color: #808080;
    text-align: center;
    border-radius: 20%;
    font-size: 16px;
    display: inline-block;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #808080;
    transition: all 0.5s;
}

.footer-icons li a:hover {
    color: #fff;
}

.footer-alt .copy-rights {
    margin: 0;
    line-height: 60px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.footer-logo img {
    max-width: 150px;
}




/*==========================
        MY STUFF
============================*/

.idea-pic {
margin: auto;
width:100%;
height:200px;
background-image:url(../img/kitchen-pic.jpg);
background-position: center;
background-repeat: no-repeat;
}

.hottub-pic {
	margin: auto;
width:100%;
height:200px;
background-image:url(../img/hottub-pic.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.entertainment-pic {
	margin: auto;
width:100%;
height:200px;
background-image:url(../img/entertainment-pic.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.storage-pic {	margin: auto;
width:100%;
height:200px;
background-image:url(../img/storage-pic.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.screenporch-pic {	margin: auto;
width:100%;
height:200px;
background-image:url(../img/screen-pic.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.imagine-pic {	margin: auto;
width:100%;
height:200px;
background-image:url(../img/ideas-pic.jpg);
	background-position: center;
	background-repeat: no-repeat;
}




.testimonial1 {	
	margin-top: 10px;
	margin: auto;
    width:100%;
    height:200px;
    background-image:url(../img/testimonials1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}


.testimonial2 {	
	margin-top: 10px;
	margin: auto;
    width:100%;
    height:200px;
    background-image:url(../img/testimonials2.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.testimonial3 {	
	margin-top: 10px;
	margin: auto;
    width:100%;
    height:200px;
    background-image:url(../img/testimonials3.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.testimonial4 {	
	margin-top: 10px;
	margin: auto;
    width:100%;
    height:200px;
    background-image:url(../img/testimonials4.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.testimonial5 {	
	margin-top: 10px;
	margin: auto;
    width:100%;
    height:200px;
    background-image:url(../img/testimonials5.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.testimonial6 {	
	margin-top: 10px;
	margin: auto;
    width:100%;
    height:200px;
    background-image:url(../img/testimonials6.jpg);
	background-position: center;
	background-repeat: no-repeat;
}



.thankyou-photos {
margin:auto;
width:100%;
margin-bottom: 10px;
height:330px;
background-image:url(../img/example-photos.jpg);
background-size: 100%;
background-repeat: no-repeat;}


.thankyou-drawing {
margin:auto;
width:100%;
margin-bottom: 10px;
height:330px;
background-image:url(../img/drawing.jpg);
background-size: 100%;
background-repeat: no-repeat;}



.local-install-team {width:100%;
	height:300px;
	background-repeat: no-repeat;
	background-position: center;
background-image:url(../img/north-carolina-installers.jpg);}








/*==========================
        13.RESPONSIVE
============================*/

@media (max-width: 768px) {
    .h-100vh {
        height: auto;
    }
    .custom-nav {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #1d1f25 !important;
        border-bottom: 1px solid #2f2f2f;
    }
    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
    }
    .custom-nav>.container {
        width: 90%;
    }
    .custom-nav .navbar-nav li.active a {
        border-color: transparent;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #ffffff;
    }
    .vertical-content {
        display: inherit;
    }
    .header_title {
        font-size: 42px;
    }
    .h-100vh {
        height: auto;
    }
    .home-bg {
        padding: 110px 0px;
    }
	
	
	.idea-pic {
margin: auto;
width:300px;
height:200px;
background-image:url(../img/kitchen-pic.jpg);
border:solid 1px #000000;
background-position: center;
}

.hottub-pic {
	margin: auto;
width:300px;
height:200px;
border:solid 1px #000000;
background-image:url(../img/hottub-pic.jpg);
	background-position: center;
}

.entertainment-pic {
	margin: auto;
width:300px;
height:200px;
background-image:url(../img/entertainment-pic.jpg);
	border:solid 1px #000000;
	background-position: center;
}

.storage-pic {	margin: auto;
width:300px;
height:200px;
background-image:url(../img/storage-pic.jpg);
	border:solid 1px #000000;
	background-position: center;
}

.screenporch-pic {	margin: auto;
width:300px;
height:200px;
background-image:url(../img/screen-pic.jpg);
	border:solid 1px #000000;
	background-position: center;
}

.imagine-pic {	margin: auto;
width:300px;
height:200px;
background-image:url(../img/ideas-pic.jpg);
	border:solid 1px #000000;
	background-position: center;
}

	
	
	
}