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

/*
    font-family: 'Arimo', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Montserrat', sans-serif;
*/

/*** 

====================================================================
    Reset
====================================================================

 ***/
 
* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-size:15px;
    color:#777777;
    line-height:1.8em;
    font-weight:400;
    background:#ffffff;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Arimo', sans-serif;
	scroll-behavior: smooth;
    transition: .3s ease-in-out scroll-behavior;
}

a{
    text-decoration:none;
    cursor:pointer;
    color:#ff9f14;
}

a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none;
}

h1,h2,h3,h4,h5,h6 {
    position:relative;
    font-weight:700;
    margin:0px;
    background:none;
    line-height:1.6em;
    font-family: 'Raleway', sans-serif;
}

textarea{
    overflow:hidden;
}

p{
    position:relative;
    line-height:1.8em;  
    font-size: 14px;
    margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
    position:static;
    max-width:1200px;
    padding:0px 15px;
    margin:0 auto;
}

.page-wrapper{
    position:relative;
    overflow: hidden;
    margin:0 auto;
    width:100%;
    min-width:300px;
}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px; 
}
/*List Style One*/
/* Header */
.header\:top {
    background-color: #d4294b;
    position: relative;
    width: 100%;
}

.header\:content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.header\:contact-details {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.header\:contact-details a{
	color:#fff;
}
ul.header\:contact-details a:hover{
	color:#ff9f14;
	text-decoration:none;
}

ul.header\:contact-details > li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 15px 0px;
    font-weight: 400;
    margin-right: 45px;
}

ul.header\:contact-details > li > a {
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.header\:contact-details > li > a > i {
    font-size: 18px;
    color: #ff9f14;
    margin-right: 10px;
}

ul.header\:social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.header\:social-icons > li {
    margin-left: 20px;
    margin-right: 0;
}

ul.header\:social-icons > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.header\:social-icons > li > a:hover {
    color: #ff9f14;
}

ul.navbar-nav > li {
    padding: 42px 0;
    margin-left: 20px;
    margin-right: 0;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.navbar-nav > li.nav-item > a.nav-link {
    padding: 0;
    color: #36404b;
    font-size: 15px;
    line-height: 30px;
    margin-right: 0px;
    font-weight: 600;
    text-transform: uppercase;
    background: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.navbar-nav > li.nav-item > a.nav-link .dropdown-toggler {
    width: 2rem;
    height: 2rem;
    display: none;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}

ul.navbar-nav > li.nav-item > a.nav-link:before {
    position: absolute;
    left: 0;
    top: -1px;
    height: 1px;
    width: 0;
    background-color: #ff9f14;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.navbar-nav > li.nav-item > a.nav-link:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: auto;
    top: auto;
    height: 1px;
    width: 0;
    background-color: #ff9f14;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.navbar-nav > li.nav-item:hover > a.nav-link:before {
    width: 30px;
}

ul.navbar-nav > li.nav-item:hover > a.nav-link:after {
    width: 30px;
}

.dropdown-toggle::after {
    margin-left: 0;
    vertical-align: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}


li.nav-item.dropdown .dropdown-menu {
    width: max-content;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border-top: 2px solid #ff9f14;
    top: 110%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

li.nav-item.dropdown:hover .dropdown-menu {
    top: 100%;
    display: block;
}

li.nav-item.dropdown .dropdown-menu > a.dropdown-item {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    color: #2b2b2b;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

li.nav-item.dropdown .dropdown-menu > a.dropdown-item:hover {
    color: #ffffff;
    background-color: #ff9f14;
}

button.navbar-toggler {
    display: inline-block;
    z-index: 7;
    top: 0;
    border: 1px solid #ff9f14;
    float: none;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    background: #ff9f14;
    color: #fff !important;
}

@media(max-width: 992px) {
    .header\:top {
        display: none;
    }

    ul.navbar-nav > li {padding: 0;margin: 0;border-top: 1px solid rgba(255,255,255,1) !important;opacity: 1 !important;top: 0px !important;left: 0px !important;visibility: visible !important;}

ul.navbar-nav > li > a {
    padding: 12px 15px !important;
    line-height: 22px;
    color: #ffffff !important;
    background-color: #ff9f14 !important;
    text-align: left;
    min-height: 0px;
    font-size: 14px !important;
    text-transform: capitalize;
}

.navbar-nav {
    max-height: 340px;
    overflow: auto;
}

.dropdown-menu {
    width: 100% !important;
    height: 0px;
    display: none;
}

.dropdown-menu.show {
    display: block;
    height: auto;
    border-top: 2px solid #ff9f14;
}

li.nav-item.dropdown .dropdown-menu > a.dropdown-item {
    padding: 12px 15px !important;
    line-height: 22px;
    color: #ffffff !important;
    background-color: #ff9f14;
    text-align: left;
    min-height: 0px;
    font-size: 14px !important;
    text-transform: capitalize;
    border-top: 1px solid rgba(255,255,255,1) !important;
}

    ul.navbar-nav > li.nav-item > a.nav-link .dropdown-toggler {
        display: flex;
    }

    .banner\:content-inner {flex-direction: column;}
    ul.navbar-nav > li.nav-item:hover > a.nav-link:before,
    ul.navbar-nav > li.nav-item:hover > a.nav-link:after {
        display: none;
    }
}
/* FAQ */
.faq {
    background-image: url(../images/slidingdoorc-1.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 100px 0 80px;
}

.faq:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #fffffffa;
    opacity: .90;
    content: "";
}

.faq\:inner {
    position: relative;
    width: 50%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: 0;
}

.sec\:title {
    margin-bottom: 60px;
}

.sec\:title > h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    padding-bottom: 25px;
}

.sec\:title > h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #ff9f14;
    content: "";
    display: inline-block;
}

.sec\:title.text-center > h2:before {
    left: calc(50% - 40px);
}

.faq\:content {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.faq\:accordion-wrapper .card {
    position: relative;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
}
.faq\:accordion-wrapper .card {
    border: 1px solid #ccc !important;
}

.faq\:accordion-wrapper .card-header {
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.faq\:accordion-wrapper .card-body {
    border: none;
    padding-top: 0;
}

.card-header > .card-title, .card-header > .card-toggle {
    position: relative;
    font-size: 17px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    margin: 0;
    padding: 0;
}

.card-header > .card-toggle {
    color: #ff9f14;
}

.faq\:accordion-wrapper .card-header[aria-expanded="true"] > .card-title {
    color: #ff9f14;        
}

/* FAQ Ends */
/* Banner */
.banner {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.banner:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .70;
    position: absolute;
}

.banner\:content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.banner\:title {
    position: relative;
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 700;
    text-shadow: 0 5px 10px #222222;
}

.banner\:breadcrumb-item.current > a {
    color: #333 !important;
}
/* Banner Ends */
/* DND Box */
.dnd-box {
    background: #ff5722!important;
    padding: 20px;
}

.dnd-box\:content p {
    color: #fff;
    line-height: 22px;
    font-size: 18px;
}
/* Form Style */
.contact\:form {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-control {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #bbbbbb;
    font-weight: 400;
    height: 50px;
    padding: 10px 25px;
    background-color: transparent;
    border: 1px solid #bbbbbb;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 0;
}

.form-control:focus {
    border-color: #ff9f14 !important;
    box-shadow: none !important;
}

input[type="submit"].btn {
    border-radius: 0;
    font-size: 1rem;
    font-weight: 100;
}
/* Service Page */
.service {
    position: relative;
    padding: 60px 0 60px;
}

.service\:detail {
    position: relative;
}

.image-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.image-box > img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.service\:content h2 {
    position: relative;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
}

.service\:content p {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    margin-bottom: 30px;
}

.service\:content {
    position: relative;
    padding-top: 35px;
}

.sidebar {
    position: relative;
}

ul.sidebar\:list {
    position: relative;
    margin-bottom: 60px;
}

ul.sidebar\:list > li {
    position: relative;
    margin-bottom: -1px;
}

ul.sidebar\:list > li > a {
    position: relative;
    font-size: 16px;
    color: #222222;
    line-height: 30px;
    font-weight: 600;
    padding: 15px 40px 15px 10px;
    display: block;
    border: 1px solid #e1e1e1;
    font-family: "Raleway", sans-serif;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

ul.sidebar\:list > li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0px;
    background-color: #ff9f14;
    content: "";
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

ul.sidebar\:list > li:hover:before {
    width: 4px;
    opacity: 1;
}

ul.sidebar\:list > li > a:after {
    position: absolute;
    content: '\f101';
    right: 25px;
    top: 16px;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    font-weight: 400;
    font-family: 'FontAwesome';
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.sidebar\:list > li:hover a:after {
    color: #ff9f14;
}

/* Contact */
.contact {
    position: relative;
    padding: 60px 0 90px;
}

ul.contact\:info {
    position: relative;
}

ul.contact\:info > li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    padding-left: 70px;
    min-height: 50px;
    margin-bottom: 55px;
}

ul.contact\:info > li > i {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border: 1px dashed #fbb908;
    color: #222222;
    font-size: 24px;
}

ul.contact\:info > li > strong {
    color: #000;
}

ul.contact\:info > li a {
    color: #777777;
}

ul.contact\:info > li a:hover {
    color: #ff9f14;
}
/* Specifications */
.specifications\:details h2 {
    position: relative;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
}

.specifications\:details p {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    margin-bottom: 30px;
}

.specifications\:details > img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.specifications\:details h3 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
}

.specifications {
    position: relative;
    padding: 60px 0 60px;
}

.specifications\:details {
    padding-top: 35px;
}

/* Gallery Page */
.gallery {
    position: relative;
    padding: 60px 0 60px;
}
/* Page Content */
.page-text p {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    margin-bottom: 30px;
}

.page-text h2 {
    position: relative;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-text h3 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
}
/* Ul Tick */
ul.tickmark {
    list-style: none;
    padding: 0px 10px 15px 10px;
}

ul.tickmark > li {
    font-size: 15px;
    color: #444;
    text-align: justify;
    padding-left: 1.3em;
    line-height: 24px;
    padding-bottom: 6px;
}

ul.tickmark > li:before {
    content: '\f046';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #11b2e3;
    font-size: 20px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

/* Footer */
footer.footer {
    position: relative;
    background-color: #d4294b;
}

.footer\:text {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
}

.footer\:logo {
    position: relative;
    margin-bottom: 30px;
}

.footer\:content {
    position: relative;
    padding: 60px 0 40px;
    border-bottom: 1px solid #353535;
}

h2.footer\:title {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 17px;
    margin-bottom: 50px;
}

h2.footer\:title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 35px;
    background-color: #ff9f14;
    content: "";
}

ul.footer\:nav-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.footer\:nav-list > li {
    position: relative;
    display: block;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 15px;
}

ul.footer\:nav-list > li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    content: "\f105";
    font-family: "FontAwesome";
}

ul.footer\:nav-list > li > a {
	padding:0;
    position: relative;
    display: inline-block;
    line-height: 20px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}

ul.footer\:nav-list > li > a:hover {
    color: #ff9f14;
}

ul.contact-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 40px;
}

ul.contact-list > li {
    position: relative;
    line-height: 20px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 15px;
}

ul.contact-list > li > i {
    display: inline-block;
    margin-right: 14px;
    color: #ff9f14;
}

ul.contact-list > li > span, ul.contact-list > li > a {
    position: relative;
    line-height: 20px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 15px;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

ul.contact-list > li > a:hover {
    color: #ff9f14;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .form-group {
    position: relative;
    margin: 0px;
}

.subscribe-form .form-group input {
    position: relative;
    display: block;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    padding: 15px 20px;
    padding-right: 50px;
    height: 50px;
    width: 100%;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.subscribe-form .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background-color: #ff9f14;
    font-weight: normal;
}

.footer-bottom {
    position: relative;
    background-color: #16125d;
    text-align: center;
}

.scroll-to-top {
    background-color: #ff9f14;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border: 5px solid #222222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.copyright-text {
    position: relative;
    display: block;
    padding: 30px 0px;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
}

ul.footer\:social {
    position: relative;
    display: block;
}

ul.footer\:social > li {
    position: relative;
    display: inline-block;
    margin-right: 14px;
}

ul.footer\:social > li > a {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    background-color: #ffffff;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.footer\:social > li > a:hover {
    background-color: #ff9f14;
}

@media(max-width: 992px) {
    .subscribe-form, ul.footer\:social, ul.footer\:nav-list {
        margin-bottom: 50px;
    }
}

/* Testimonials */
.testimonial {
    padding: 125px 0 130px;
}

.testimonials--each {
    width: 95%;
    margin-right: .5rem;
    border: 1px solid #e1e1e1;
    position: relative;
    display: block;
}

.testimonials--wrapper {
    position: relative;
    padding: 45px 40px 40px;
    padding-left: 170px;
    min-height: 150px;
    background-color: #ffffff;
}

.testimonials--thumb {
    position: absolute;
    left: 40px;
    top: 45px;
    height: 100px;
    width: 100px;
}

.testimonials--thumb > img {
    display: block;
    width: 100%;
    border-radius: 100%;
}

.testimonials--text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 20px;
}

.testimonials--client-name {
    position: relative;
    display: flex;
    font-size: 20px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    margin-right: 15px;
}

.testimonials--client-name .__small {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ff9f14;
    font-weight: 400;
    padding: 0 1rem;
}

.testimonials--inner {
    position: relative;
}

.testimonial .owl-nav {
    display: block;
    position: absolute;
    right: 0;
    top: -100px;
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    color: #cccccc;
    border: 1px solid #cccccc !important;
    margin-left: 8px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial .owl-nav .owl-prev:hover,
.testimonial .owl-nav .owl-next:hover {
    border-color: #ff9f14 !important;
}

/*  */
.call-back {
	margin: 3rem 0;
    background-image: url(../images/Automatic-Door-and-Glass-Specialist-Business-Sliding-Door.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 99;
}

.outer-box {
    position: relative;
    z-index: 5;
}

.call-back\:inner-column {
    position: relative;
    text-align: right;
    padding: 110px 0;
    padding-right: 100px;
}

.call-back:before, .call-back:after {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    background-color: #ffffff;
    content: "";
    z-index: 1;
}

.outer-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #222222;
    opacity: .90;
    content: "";
}

.call-back\:inner-column > h3 {
    position: relative;
    font-size: 36px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 22px;
    margin-bottom: 35px;
}

.call-back\:inner-column > h3:before {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #ff9f14;
    content: "";
}

/* Features */
.features {
    position: relative;
    padding: 130px 0 100px;
}

.feature-block {
    position: relative;
    margin-bottom: 30px;
}

.features\:inner {
    position: relative;
    text-align: center;
    padding: 35px 35px 20px;
}

.features\:icon-box {
    position: relative;
    display: inline-block;
    font-size: 62px;
    line-height: 1em;
    color: #ff9f14;
    margin-bottom: 40px;
}

.features\:inner h3 {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 30px;
}

.features\:inner h3 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features\:inner h3 a:hover {
    color: #ff9f14;
}

.features\:inner:before {
    position: absolute;
    right: -16px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #eeeeee;
    content: "";
}
/* Call To Action Section */
.call-to-action {
    background-image: url(../images/4.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 125px 0;
}

.call-to-action:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-image: url(../images/pattern.png);
    content: "";
}

.call-to-action\:title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 32px;
}

.call-to-action\:title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #ff9f14;
    content: '';
}

.call-to-action\:text {
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
}

.call-to-action\:title > h2 {
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
}

.call-to-action .btn-box {
    position: relative;
    padding-top: 50px;
}

.call-to-action .btn-box > a {
    padding: 18px 50px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    position: relative;
    color: #222222;
    line-height: 20px;
    background: #ff9f14;
    border: 2px solid #ff9f14;
    text-transform: uppercase;
}

.call-to-action .btn-box > a:hover {
    color: #ff9f14;
    background: #222222;
    border: 2px solid #222222;
}

.theme-btn{
    display:inline-block;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease ;
    font-family: 'Raleway', sans-serif;
}

.form-column .call-back\:inner-column {
    position: relative;
    margin: -60px 0;
    background-color: #ff9f14;
}

.form-column .call-back\:inner-column:before {
    position: absolute;
    left: -50px;
    top: 0;
    border-left: 50px solid transparent;
    border-bottom: 60px solid #222222;
    content: "";
}

.call-back\:inner-column {
    position: relative;
    padding: 50px 40px 40px;
    text-align: center;
}

.call-back\:form .form-control {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 20px 30px;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.call-back\:form textarea.form-control {
    height: 170px;
    resize: none;
    margin-bottom: 25px;
}

.appointment-form > h3 {
    position: relative;
    font-size: 33px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 35px;
}

.btn-style-one {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    background: #222222;
    padding: 20px 30px;
    display: block;
    width: 100%;
    margin-top: 10px;
}
/* Services */
.services {
    padding: 80px 0 70px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}
.service\:each {
    margin-bottom: 60px;
    position: relative;
}

.service\:inner {
    position: relative;
	overflow: hidden;
}

.image-box {
    position: relative;
    overflow: hidden;
}

.image-box .image {
    position: relative;
    overflow: hidden;
}

.image-box .image a {
    display: block;
}

.image-box .image a img {
    display: block;
    width: max-content;
    min-width: 100%;
    height: 242px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service\:inner:hover .image-box .image a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.services\:content {
    padding: 20px 15px;
    position: relative;
    padding: 35px 30px 20px;
    padding-right: 80px;
    border: 1px solid #dddddd;
    border-top: 0;
}

.services\:content:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0px;
    width: 100%;
    content: "";
    background-color: #ff9f14;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service\:inner:hover .services\:content:before {
    height: 100%;
}

.services\:content h3 a {
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
    margin-bottom: 10px;
}

.service\:text {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service\:inner:hover .service\:text {
    color: #222;
}

.icon-box {
    position: relative;
    right: 0px;
    top: 10px;
    /* -webkit-transition: all 300ms ease; */
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    /* transition: all 300ms ease; */
    /* text-align: center; */
    left: 50%;
}

.icon-box:before,.icon-box:after {
    position: absolute;
    height: 36px;
    width: 20px;
    left: 0;
    top: 0px;
    z-index: 4;
    border-top: 1px solid #ff9f14;
    border-bottom: 1px solid #ff9f14;
    -webkit-transform: rotate(59deg);
    -moz-transform: rotate(59deg);
    -ms-transform: rotate(59deg);
    -o-transform: rotate(59deg);
    transform: rotate(59deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}

.icon-box:after {
    -webkit-transform: rotate(-59deg);
    -moz-transform: rotate(-59deg);
    -ms-transform: rotate(-59deg);
    -o-transform: rotate(-59deg);
    transform: rotate(-59deg);
}

.icon-box > a .icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 36px;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    color: #222222 !important;
    font-weight: 400;
    border-top: 1px solid #ff9f14;
    border-bottom: 1px solid #ff9f14;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 5;
}

.service\:inner:hover .icon-box:before,
.service\:inner:hover .icon-box:after,
.service\:inner:hover .icon-box > a .icon {
    background-color: #222222;
    color: #ffffff;
    border-color: #ff9f14;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #fff!important;
    background: #ff9f14!important;
}

/* Sales */
.sales {
    position: relative;
    padding: 60px 0 60px;
}

.sale-items\:each {
    margin-bottom: 60px;
    position: relative;
}

.sale-items\:img {
    position: relative;
    overflow: hidden;
}

.sale-items\:img a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.sale-items\:img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    transition: .3s ease-in-out all;
}

.sale-items\:body {
    padding: 20px 0;
    position: relative;
    margin: 0;
}

.sale-items\:body:before {
    content: "";
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    background-color: #ff9f14;
    transition: .3s ease-in-out all;
}

.sale-items\:each:hover .sale-items\:body:before {
    height: 100%;
}

.sale-items\:each:hover .sale-items\:img img {
    transform: scale(1.1);
}

h3.sale-items\:title {
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.sale-items\:description p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
}


.sale-items\:each:hover .sale-items\:description p {
    color: #fff;
}

.sale-items\:each:hover h3.sale-items\:title {
    color: #fff;
}

/* Projects */
.projects {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 0px;
    padding-bottom: 60px;
    background-image: url(https://automaticdoorindianapolis.com/wp-content/themes/automaticdoorindianapolis/images/background/5.jpg);
}

.projects:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #222222;
    opacity: .80;
    content: "";
}

.projects\:tabs-btn {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.projects\:tabs-btn > ul.nav {
    position: relative;
    border-bottom: 1px solid #494949;
}
.projects\:tabs-btn > ul.nav > li {
    margin: 0;
    padding: 0;
}

.projects\:tabs-btn > ul.nav > li > a {
    position: relative;
    font-size: 14px;
    color: #bbbbbb;
	background-color: transparent !important;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    padding: 20px 8px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
}

.projects\:tabs-btn > ul.nav > li > a:before {
    position: absolute;
    bottom: -1px;
    height: 2px;
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    background-color: #ff9f14;
    transition: all 300ms ease;
}

.projects\:tabs-btn > ul.nav > li:hover > a,
.projects\:tabs-btn > ul.nav > li:hover > a:before,
.projects\:tabs-btn > ul.nav > li > a.active {
    color: #ff9f14 !important;
    width: 100%;
}

.project--carousel {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 3rem auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.project--each {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
}

.project--img {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project--img > img {
    width: 100%;
    height: auto;
    display: block;
}

figcaption.project--caption {
    position: relative;
    padding: 35px 15px;
    text-align: center;
    background-color: #ffffff;
    border-bottom: 3px solid #f1f1f1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

figcaption.project--caption > h3 {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

figcaption.project--caption > h3 > a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

figcaption.project--caption > h3 > a:hover {
    color: #ff9f14;
}

.project--overlay {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    background-color: #fff9;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    transform: scale(0) rotateX(-180deg);
}

ul.project--overlay-option {
    width: max-content;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-25px);
    opacity: 0;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	transition-delay: .3s;
}

ul.project--overlay-option > li {
    padding: 0;
    margin: 0;
}

ul.project--overlay-option > li > a {
    width: 3rem;
    height: 3rem;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #222222;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin: 0 3px;
    background-color: #222222;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.project--overlay-option > li > a:hover {
    background-color: #ff9f14;
}

.project--each:hover .project--overlay {
    transform: scale(1) rotateX(180deg);
}

.project--each:hover ul.project--overlay-option {
	transform: translateY(0);
    opacity: 1;
}

/* Primary Slider */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.vert .carousel-control-next, .vert .carousel-control-prev {
    background-color: #000;
    opacity: 1;
    width: 2rem;
    height: 5rem;
    top: calc(50% - 2.5rem);
}
.vert .carousel-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0000004a;
}

.vert .carousel-content-inner {
    max-width: 100%;
    height: 80%;
    padding: 1rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.vert .carousel-content-inner > h5 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
}

.vert .carousel-content-inner > h2 {
    font-size: 60px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.vert .carousel-content-inner > .text {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
}

.vert .carousel-content-inner a {
    width: max-content;
    position: relative;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 20px;
    border-width: 2px;
    margin: 0 auto;
    padding: 18px 40px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 16px;
    display: block;
}

.vert .arrow-down {
    position: absolute;
    left: 50%;
    bottom: 5%;
    height: 40px;
    width: 40px;
    margin-left: -20px;
    line-height: 40px;
    animation: bounce 1s infinite alternate;
	transition: .5s ease-in-out all;
}

.vert .arrow-down i {
    font-size: 1.5rem;
    color: #ddd;
}

.vert .carousel-content-inner h5,
.vert .carousel-content-inner h2,
.vert .carousel-content-inner .text,
.vert .carousel-content-inner a,
.vert .carousel-content-inner .arrow-down {
	transform: translateY(30px);
	opacity: 0;
	transition: .5s ease-in-out all;
	transition-delay: .3s;
}

.vert .active .carousel-content-inner h5,
.vert .active .carousel-content-inner h2,
.vert .active .carousel-content-inner .text,
.vert .active .carousel-content-inner a,
.vert .active .carousel-content-inner .arrow-down {
    transform: translateY(0px);
	opacity: 1;
}

@keyframes bounce {
	from {
		transform: translateY(10px);
	}
	
	to {
		transform: translateY(-10px);
	}
}
/**/
.carousel-item img {width: 100%;}
.single-services h3 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
}
.single-services h4 {
    font-size: 18px;
     color: #222222;
   }
.dnd-box {
    display: none;

}
span.banner\:breadcrumb {
    display: none;
}


.blog_card img {
    width: 300px;
    height: auto;
}

.conn p {
    margin: 2rem 0rem;
}
.prepost a {
    border: 2px solid #171429;
    padding: 0.5rem;
    color: #000;
	display: inline-block;
    margin: 1rem 0rem;
}

.related-heading-card {
    color: #000;
}

.blog_card_content a {
    text-decoration: none;
    color: #000;
    margin: 1rem 0px;
    font-size: 22px;
}

.blog_card_content .butt {
    border: 2px solid #171429;
    padding: 0.5rem 1rem;
    font-size: 16px;
	display: inline-block;
}

.blog_card_content {
    margin-top: 20px;
}


span.wpcf7-not-valid-tip{
    display: none;
}

.recaptcha span.wpcf7-not-valid-tip{
    display: block;
}
.wpcf7-not-valid {
    border-bottom: 1px solid red !important;
}

.navmenu ul li.current-menu-item a, .navmenu ul li.current-menu-item a:hover {
    color: #23415b;
}

.home .wpcf7 form .wpcf7-response-output {
    margin: 5em 0.5em 1em !important;
    color: #ffffff !important;
}   
    