@font-face {
    font-family: 'Century Gothic';
    src: url('../../fonts/century-gothic/CenturyGothic.eot');
    src: url('../../fonts/century-gothic/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/century-gothic/CenturyGothic.woff') format('woff'),
        url('../../fonts/century-gothic/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*CUSTOM FONT*/
html,
body {
    font-family: Century Gothic, Helvetica, "sans-serif";
}
h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
	font-family: 'Century Gothic', serif;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333333;
}
section > .block_about_progress {
	padding-top: 0px;
	padding-bottom: 35px;
}
blockquote p {
	font-family: "Century Gothic";
	font-size: 16px;
	/* font-style: italic; */
    text-align: justify;
}
blockquote::before {
	content: '\f10d';
	font-family: fontawesome;
	font-size: 45px;
	position: absolute;
	top: 26px;
	left: 20px;
	color: #666;
	opacity: 0.1;
}
blockquote {
	font-size: 14px;
	/* font-weight: 300; */
	background-color: #FAF8F8;
	/* margin-bottom: 15px; */
	/* border-left: 4px solid #9e0e17; */
	padding: 70px 70px 70px 70px;
	line-height: 24px;
	color: #444444;
	/* margin: 20px 0; */
	/* font-style: italic; */
	position: relative;
}
.caption_slide1 {
    top: 23%;
    left: auto;
    right: auto;
    text-align: center;
}

.caption_slide1>h1 {
    font-size: 56px;
    line-height: 55px;
    margin-bottom: 20px;
}

.worker #home-banner .caption_slide1 {
    top: 19%;
}

.tab-content>.slog_an {
    font-size: 18px;
    text-align: justify;
}

#store-tab-main .tab-content {
    border: 1px solid #9e0e17;
    padding: 30px;
    border-top: 1px solid transparent;
    border-radius: 12px;
}

#store-tab-main {
    margin-top: 15px;
}

.worker .choose-list {
    border: 1px solid #9e0e17;
    margin-bottom: 10px;
    height: 240px;
}

.worker #mt_about .about-content {
    padding: 0 0 0 0px;
}

.mar-bottom-25 {
    margin-bottom: 5px;
    font-size: 21px;
    padding-right: 20px;
    padding-left: 20px;
}

.mar-bottom-40 {
    text-align: justify;
}

.caption_slide1 {
    width: 100%;
    top: 35%;
}

#mt_get_started .watch_content p {
    text-align: justify;
}

#block_about_progress {
    padding: 0px 0 0px;
    position: relative;
    overflow: hidden;
}
section > .block_about_progress{
    padding-top: 65px;
    padding-bottom: 35px;
}

.choose-list > .text-content {
    padding: 60px;
    text-align: justify;
}

.byeHome{
        color: #fff;
        border: 1px solid #9e0e17;
        padding: 8px;
        border-radius: 5px;
        background-color: #9e0e17;
}

.broder-o{
    border:none !important;
    padding-bottom: 37px !important;
    /* box-shadow: rgb(158, 14, 23) 5px 5px, rgb(158, 14, 23) 10px 10px, rgb(158, 14, 23) 15px 15px, rgb(158, 14, 23) 20px 20px, rgb(158, 14, 23) 25px 25px !important; */
    box-shadow: rgb(108, 32, 31) 2px 2px, rgb(90, 21, 20) 5px 5px, rgb(90, 21, 20) 10px 10px, rgb(90, 21, 20) 15px 15px, rgb(90, 21, 20) 20px 20px !important;
    border-left: 1px solid #9e0e17 !important;
    margin-right: 20px !important;

}
.byeHome:hover, .byeHome:focus {
	color: #fff;
	text-decoration: none;
}
.btn_right_bye_home {
	/* left: 0; */
	margin-left: 11em !important;
}

.news-content > .newsletter_text{
    text-align: justify;
}
.follow_us > .follow_text{
    text-align: justify;
}

@media(max-width: 639px) {
    .caption_slide1>h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .mar-bottom-25 {
        margin-bottom: 10px;
        font-size: 15px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .caption_slide1 {
        top: 20%;
    }
}

.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

/* DEFAULT */

/*color*/
.white {
    color: #fff !important;
}

.line-height {
    line-height: 1.5;
}

.text-uppercase {
    text-transform: uppercase;
}

section {
    padding: 75px 0 80px;
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
}

/*heading title*/

.section_heading {
    margin: 0 0px 4rem;
    /* padding-right: 30%; */
}

.section_heading h2.section_title {
    position: relative;
    padding-left: 25px;
}

.section_heading h2.section_title:before {
    content: '';
    height: 100%;
    width: 3px;
    background: #9e0e17;
    position: absolute;
    top: 0;
    left: 0;
}

@media(max-width: 812px) {

    .page .section_heading h2.section_title {
        padding-left: 30px;
    }
}


@media(max-width: 640px) {
    .section_heading {
        padding-right: 0;
    }
}

/*button*/

.mt_btn_yellow,
input[type="submit"] {
    padding: 10px 20px;
    background: #9e0e17;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #9e0e17;
    transition: all 0.5s ease;
}

.mt_btn_yellow:hover,
.mt_btn_yellow:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    color: #fff !important;
    background-color: #ffbb2e;
    border-color: #ffbb2e;
    transition: all 0.5s ease;
    text-shadow: initial;
    text-decoration: none;
}

@media (max-width: 640px) {

    .mt_btn_yellow,
    input[type="submit"] {
        font-size: 14px;
        padding: 10px 19px;
    }
}

/*pagination*/

.pagination-main {
    line-height: 0.8;
}

.pagination {
    margin-top: 0px;
    margin-bottom: 0;
}

.pagination {
    margin-top: 2px;
}

.pagination li {
    padding-left: 0;
    padding-bottom: 0;
    display: inline-block;
}

.pagination li:before,
.pagination li:after {
    display: none !important;
}

.pagination li a {
    height: 40px;
    line-height: 38px;
    margin-right: 9px;
    padding: 0;
    text-align: center;
    width: 40px;
    color: #444444;
    font-size: 12px;
    border-color: #bfbfbf;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

.pagination li a:hover,
.pagination li a:focus {
    background-color: #9e0e17;
    color: #FFFFFF !important;
    border-color: #9e0e17;
}

.pagination .prev a,
.pagination .next a {
    border-radius: 0px;
}

.pagination li.active a {
    background: #9e0e17 !important;
    border-color: #9e0e17 !important;
    color: #FFFFFF;
}

input[type=text],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
input[type=tel],
textarea,
select {
    font-size: 14px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0px;
    padding: 10px 20px;
    width: 100%;
    color: #444444;
    margin-bottom: 15px;
    /* font-family: 'Roboto', sans-serif; */
    height: 42px;
    box-shadow: none;
    margin-bottom: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
    border-color: #9e0e17;
    transition: all 0.5s ease;
}

select {
    padding: 10px 20px;
    border-radius: 0;
}

textarea {
    border-radius: 0px;
    resize: vertical;
    height: 120px;
}

label {
    display: inline-block;
    color: #666;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 15px;
}

img {
    max-width: 100%;
}

blockquote {
    font-size: 14px;
    font-weight: 300;
    background-color: #FAF8F8;
    margin-bottom: 15px;
    border-left: 4px solid #9e0e17;
    padding: 30px 70px 30px 70px;
    line-height: 24px;
    color: #444444;
    margin: 20px 0;
    font-style: italic;
    position: relative;
}

blockquote:before {
    content: '\f10d';
    /* font-family: fontawesome; */
    font-size: 45px;
    position: absolute;
    top: 26px;
    left: 20px;
    color: #666;
    opacity: 0.1;
}

blockquote span {
    position: relative;
    padding-left: 20px;
}

blockquote span:before {
    content: '';
    width: 12px;
    height: 1px;
    background: #9e0e17;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

/* SERVICES */
section#choose_us {
    padding-top: 0px;
}

.choose-list {
    border-width: 1px 1px 1px 3px;
    border-color: #f1f1f1 #f1f1f1 #f1f1f1 #9e0e17;
    border-style: solid;
    /* padding: 10px 12px 12px 38px; */
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 25px 0px rgba(122, 122, 122, 0.1);
    padding-left: 29px;
    /* border: ; */
    border-radius: 14px;
    padding-top: 0px;
}

.choose-list h3 {
    margin-bottom: 10px;
    padding-top: 10px;
}

/* about */
#mt_about {
    position: relative;
    padding: 0px 0 10px;
}

/* PROJECT */
.worker section#mt_project {
    padding: 0px 0 140px;
}

.worker #mt_about {
    padding-bottom: 15px;
}

/* Partner */
.worker #mt_partner {
    /* padding: 55px 0 80px; */
    padding: 0px 0 80px;
    background: #fff;
}

/* Contact */
#mt_contact {
	padding: 0px 0 80px;
}
#submit-btn{
    margin-top: 0px;
}
.mt_contact_ftr .mt_contact_text{
    color: #fff !important;
}
.mt_contact_ftr .mt_contact_text:hover {
	color: #9e0e17 !important;
}

blockquote {
	font-size: 14px;
	/* font-weight: 300; */
	background-color: #FAF8F8;
	/* margin-bottom: 15px; */
	/* border-left: 4px solid #9e0e17; */
	padding: 70px 70px 70px 70px;
	line-height: 24px;
	color: #444444;
	/* margin: 20px 0; */
	/* font-style: italic; */
	position: relative;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px
}

.broder-o .font-weight-bold{
    font-weight: bold;
}
#mt_get_started .watch_inner {
	margin-top: 50px;
}
.box-content .text-content {
	font-size: 20px;
	/* color: #9e0e17; */
}

/* .worker .card_bg {
	background: url(../images/about-bg.jpg) no-repeat;
	background-size: cover;
	background-position: bottom left;
	background-attachment: fixed;
	padding-bottom: 80px;
	z-index: 1;
} */
/* .card_bg .about-img {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0px 30px #cccccc6e;
	position: relative;
} */
.rt-product-wrapper {
	/* border: 1px solid #f1f1f1;
	transition: all 0.5s;
	margin-bottom: 30px; */
	width: 270px;
}
#blog_main_sec .post-detail_container {
	border: 0px solid #f1f1f1;
	padding: 20px 20px 0;
}
.post-content {
	border: 1px solid #eaeaea;
	padding: 11px;
}
.localisation {
	color: #9e0e17;
	font-weight: bold;
	border-left: 2px solid #9e0e17;
	padding: 0px;
}
.surface-title {
	font-size: 23px;
	border-bottom: 1px solid #9e0e17;
}

.surface-value {
	font-size: 19px;
}
.phone {
	border: 1px solid #9e0e17;
	padding: 6px;
	background-color: #9e0e17;
	border-radius: 5px;
}
.join {
	font-size: 18px;
	color: #9e0e17;
	font-weight: bold;
	border-left: 2px solid #9e0e17;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 3px;
}
.blog_cat {
	background: rgb(158, 14, 23);
	color: #fff;
}
.worker #sell{
    background-color: #fff;
}
.worker section#mt_project {
	padding: 0px 0 36px;
}
.watch_content {
	border: 1px siolid white;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
}
.worker #mt_get_started {
	background-color: #9e0e17;
}
.worker section#choose_us {
	background: #9e0e17;
	border-bottom: 1px solid #9e0e17;
	border-top: 1px solid #9e0e17;
	margin-top: 45px;
}
.choose-list i {
	background: #fff !important;
	color: #9e0e17 !important;
	border: 1px solid #9e0e17 !important;
}
.box .box-content {
	padding: 5px 10px;
}
.block-title {
    font-size: 18px;
}

.sub-menu-title {
	font-size: 40px !important;
    text-transform: uppercase !important;
}

#mt_about .about-content span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding-left: 52px;
	position: relative;
	color: #110729;
	text-transform: uppercase;
	text-align: center !important;
}

section#mt_project .project-image {
	position: relative;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
	height: 290px !important;
}
.worker section#mt_services .box {
	border: none;
	height: 33em !important;
}
