/*-----------------------------------------------------------
	Template Name: Bug somadhan
	Template URL:
	Description: This is html5 responsive template
	Author: themescart
	Version: 1.0

*-----------------------------------------------------------*
	CSS INDEX
	====================
	01) Common Style Css (body, link color, section etc)
		1.1) prloader
		1.2) section title
		1.3) more button
	02) header section
		2.1) top header
		2.2) site menu
	03) Home page
		3.1) page banner section
		3.2) about us section
		3.3) service section
		3.4) company ststus section
		3.5) our team section
		3.6) gallery section
		3.7) testimonial section
		3.8) faq section
		3.9) blog section
		3.10) subscribe section
	04) about us page
	06) Faq page
	07) blog page
		7.1) pagination
		7.2) blog sidebar
	08) blog details page
	09) contact page
	10) footer section
-----------------------------------------------------------*/


/*==================== (01). Start Common Style Css ====================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

*,
ul {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}

ul,
ol {
    list-style: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

input:focus,
a:hover,
a:focus,
a:active,
button:focus,
select:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}





/*---------- Start prloader ----------*/

.loader-wraper {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.loader {
    position: absolute;
    width: 64px;
    width: 4rem;
    height: 64px;
    height: 4rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.yellow {
    color: #212121;
    -webkit-animation: roundR 3s linear infinite;
    animation: roundR 3s linear infinite;
}

.black {
    top: 28px;
    left: 43px;
    position: absolute;
    -webkit-animation: roundL 3s linear infinite;
    animation: roundL 3s linear infinite;
    color: #ffcf10;
}

@-webkit-keyframes roundR {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes roundR {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes roundL {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes roundL {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}




/*----------- start section title -----------*/

.section-title {
    margin-bottom: 30px;
}

.section-title h3 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    line-height: 30px;
}

.section-title h3 span {
    color: #ffcf10;
}

.section-title h3:after,
.section-title h3:before {
    position: absolute;
    content: '';
    height: 5px;
    left: 50%;
    bottom: 0;
}

.section-title h3:after {
    width: 50%;
    background: #212121;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title h3:before {
    background: #ffcf10;
    width: 10%;
    z-index: 1;
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
}

.section-title p {
    font-size: 16px;
    font-weight: 300;
}




/*---------- Start more button ----------*/

.more-btn {
    color: #212121;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-width: 110px;
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #ffcf10;
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
    z-index: 1;
}

.more-btn:after {
    position: absolute;
    content: '';
    background: #ffcf10;
    left: 14%;
    top: 0;
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    height: 100%;
    width: 100%;
    z-index: -1;
}

.more-btn:hover,
.more-btn:hover:after {
    background: #212121;
    color: #fff;
}




/*==================== (01). End Common Style Css ====================*/


/*==================== (02). Start header section ====================*/


/*------------ Start top header ------------*/

.top-header {
    padding: 10px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.top-header:before,
.top-header:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
}

.top-header:before {
    left: -50.5%;
    background: #212121;
}

.top-header:after {
    background: #ffcf10;
    left: 50.5%;
}

.top-social li a {
    color: #fff;
}

.top-social li,
.top-time li {
    font-size: 18px;
    margin-right: 30px;
    display: inline-block;
}

.top-social li:last-child,
.top-time li:last-child {
    margin-right: 0;
}

.top-time {
    position: relative;
    z-index: 1;
    text-align: right;
}


/*------------ Start site menu ------------*/

.sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.site-menu.sticky-menu {
    z-index: 2;
}

.site-menu .logo img {
    margin-top: 13px;
}

.menubar ul li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 30px;
    font-weight: 600;
    position: relative;
}

.menubar ul li:last-child {
    margin-right: 0;
}

.menubar ul li a {
    color: #212121;
    padding: 25px 0;
    display: block;
    position: relative;
}

.menubar ul li a:after,
.menubar ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #ffcf10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menubar ul li a:after {
    left: 0;
    top: 20px;
}

.menubar ul li a:before {
    right: 0;
    bottom: 20px;
}

.menubar ul li.current a:after,
.menubar ul li.current a:before,
.menubar ul li:hover a:after,
.menubar ul li:hover a:before {
    width: 50%;
}

.menubar ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background: #ffcf10;
    min-width: 150px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: top;
    transform-origin: top;
    white-space: nowrap;
}

.menubar ul ul li {
    display: block;
    margin-right: 0;
    text-align: left;
    border-bottom: 1px solid #f3c923;
}

.menubar ul ul li a {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}

.menubar ul ul li a:before,
.menubar ul ul li a:after {
    display: none;
}

.menubar ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


/*==================== (02). End header section ====================*/


/*==================== (03). Start Home page ====================*/


/*------------ Start page banner section ------------*/

.page-banner .single-item {
    position: relative;
    height: 650px;
}

.page-banner .single-item:before,
.page-banner .owl-dots,
.single-item-overlay,
.single-item-overlay:after,
.single-item-overlay:before,
.single-item-overlay .banner-btn:after {
    position: absolute;
}

.page-banner .single-item:before,
.single-item-overlay:after,
.single-item-overlay:before,
.single-item-overlay .banner-btn:after {
    content: '';
}

.page-banner .single-item:before {
    background: rgba(33, 33, 33, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.page-banner .owl-dots {
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-banner .owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
}

.page-banner .owl-theme .owl-dots .owl-dot span,
.page-banner .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    height: 10px;
}

.page-banner .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #fff;
    width: 15px;
}

.page-banner .owl-theme .owl-dots .owl-dot.active span {
    background: #ffcf10;
    border: none;
}

.single-item-overlay {
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-item-overlay h2 {
    font-size: 40px;
    font-weight: 600;
}

.single-item-overlay p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px;
}

.page-banner .more-btn:hover,
.page-banner .more-btn:hover:after {
    background: #ffcf10;
    color: #212121;
}




/*------------ Start about us section ------------*/

.aboutus {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.welcome-text h3 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 30px;
}

.welcome-text p {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
}

.aboutus img {
    position: absolute;
    bottom: -100px;
    width: 288px;
    right: 15px;
}




/*------------ Start service section ------------*/

.service-section {
    background: #fafafa;
    padding: 100px 0 70px;
}

.single-service {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
}

.single-service .icon {
    font-size: 50px;
    color: #d6d6d6;
    margin-bottom: 15px;
}

.single-service h5 {
    text-transform: capitalize;
    font-weight: 700;
    color: #212121;
    font-size: 20px;
    margin-bottom: 15px;
}

.single-service h5 span {
    color: #d6d6d6;
}

.single-service p {
    font-size: 16px;
}

.single-service:hover .icon,
.single-service:hover h5 span {
    color: #ffcf10;
}




/*------------ Start company ststus section ------------*/

.company-status {
    padding: 100px 0 90px;
}

.company-status .section-title h3:after,
.company-status .section-title h3:before {
    left: 25%;
}

.status-box {
    width: 32.1%;
    float: left;
    border: 1px solid #f5f5f5;
    text-align: center;
    display: block;
    padding: 30px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: 140px;
}

.status-box:nth-child(3),
.status-box:last-child {
    margin-right: 0;
}

.status-box span {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.status-box h5 {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.status-box i {
    font-size: 20px;
    color: #dedede;
    margin-bottom: 10px;
}

.status-img img {
    position: absolute;
    bottom: -90px;
    width: 559px;
}




/*------------ Start our team section ------------*/

.team-section {
    background: #FAFAFA;
    padding: 100px 0 70px;
}

.team-member {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
}

.team-member:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    height: 50%;
    width: 100%;
    top: 65%;
    left: -25%;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    border-radius: 0 30px 0 0;
    border: 1px solid #ffcf10;
}

.team-member img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team-member:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.member-info {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    z-index: 1;
    width: 100%;
}

.member-info h5 {
    font-size: 20px;
}

.member-info h5,
.member-info h6 {
    text-transform: uppercase;
    font-weight: 500;
}

.member-info h6 {
    font-size: 13px;
    margin-top: 5px;
    letter-spacing: 1px;
}

.member-info ul li {
    font-size: 16px;
    margin-right: 15px;
    margin-top: 5px;
}

.member-info ul li:last-child {
    margin-right: 0;
}

.member-info ul li a {
    color: #fff;
}

.member-info ul li:hover a {
    color: #ffcf10;
}





/*------------ Start gallery section ------------*/

.gallery {
    padding: 100px 0;
}

.glry-img {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.glry-layer,
.glry-img img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.glry-img:hover img {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
}

.glry-img:hover .glry-layer a {
    -webkit-animation: galryview 1s linear infinite;
    animation: galryview 1s linear infinite;
}

@-webkit-keyframes galryview {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes galryview {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.glry-img:hover .glry-layer {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.glry-img:hover .glry-layer:after {
    width: 100%;
}

.glry-layer,
.glry-layer a,
.glry-layer:after,
.glry-layer a:after,
.glry-layer a:before {
    position: absolute;
}

.glry-layer {
    height: 80%;
    width: 80%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.glry-layer,
.glry-layer a,
.glry-layer a:after,
.glry-layer a:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.glry-layer a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}

.glry-layer a:after,
.glry-layer a:before {
    content: '';
    background: #212121;
}

.glry-layer a:after {
    height: 20px;
    width: 2px;
}

.glry-layer a:before {
    height: 2px;
    width: 20px;
}

.mfp-bottom-bar {
    display: none;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}




/*------------ Start testimonial section ------------*/

.testimonial {
    background: url(images/testimonibg.jpg) no-repeat center center / cover;
    padding: 100px 0 122px;
    position: relative;
    z-index: 1;
}

.testimonial:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.testimoni p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: right;
}

.testimoni p.name {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    border-right: 6px solid #ffcf10;
    padding-right: 15px;
    letter-spacing: 2px;
    line-height: 23px;
}

.testimonial .owl-dots {
    top: 100%;
    position: absolute;
    right: -6px;
    bottom: 0;
}

.testimonial .owl-theme .owl-dots .owl-dot span {
    width: 21px;
    height: 8px;
    margin: 5px;
    background: #ffffff;
    border-radius: 15px;
}

.testimonial .owl-theme .owl-dots .owl-dot.active span {
    background: #ffcf10;
}

.testimonial-brand-img {
    position: relative;
    overflow: hidden;
    right: 0;
    top: 0;
    text-align: right;
}

.testimonial-brand-img img {
    width: 350px;
}

.testimoni-img {
    border: 1px solid #ffcf10;
    padding: 10px;
}




/*------------ Start faq section ------------*/

.faq {
    background: #fafafa;
    padding: 100px 0 70px;
}

.accordion .card {
    border: none;
    margin-bottom: 30px;
}

.faq .btn-link {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    background: #212121;
    color: #fff;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 16px;
    overflow: hidden;
    border: none;
}

.faq .btn-link:hover,
.faq .btn-link:focus {
    text-decoration: none;
}

.faq .btn-link:after {
    position: absolute;
    content: '\f068';
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: fontawesome;
}

.faq .btn-link.collapsed:after {
    content: '\f067';
}

.faq .btn-link:before {
    position: absolute;
    content: '';
    background: #ffcf10;
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    height: 100%;
    width: 50%;
    left: 90%;
    top: 0;
}

.card-header {
    padding: 0;
    background: transparent;
    border-bottom: none;
}

.card-body {
    position: relative;
    text-align: justify;
}

.card-body:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #212121;
}

.card-body:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 50%;
    left: 0;
    bottom: 0;
    background: #ffcf10;
    z-index: 1;
}




/*------------ Start blog section ------------*/

.blog {
    padding: 100px 0 70px;
}

.single-blog {
    border: 1px solid #f6f6f6;
    padding: 15px;
    margin-bottom: 30px;
}

.single-blog .title {
    color: #666;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.blog-date {
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    color: #9e9e9e;
    margin: 10px 0;
}




/*------------ Start subscribe section ------------*/

.subscribe {
    background: url(images/subscribebg.jpg) no-repeat top right / cover;
    padding: 100px 0 84px;
    position: relative;
    color: #fff;
    z-index: 1;
}

.subscribe:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.subscribe h1 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.subscribe .form-control {
    border-radius: 50px;
    box-shadow: none;
    border: 1px solid #eaeaea;
    background: transparent;
    color: #fff;
    font-size: 14px;
    height: 50px;
    padding: 15px 155px 15px 15px;
}

.subscribe form {
    position: relative;
}

.subscribe .form-control::-webkit-input-placeholder {
    color: #fff;
}

.subscribe .form-control::-moz-placeholder {
    color: #fff;
}

.subscribe .btn-primary {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50px;
    height: 40px;
    line-height: 43px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    width: 150px;
    color: #fff;
}

.subscribe .btn-primary:hover {
    background: #212121 !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.subscribe .btn-primary,
.subscribe .btn-primary:focus,
.subscribe .btn-primary:active {
    background: #ffcf10 !important;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}




/*==================== (03). End Home page ====================*/


/*==================== (04). Start about us page ====================*/

.page-title {
    background: url(images/pagetitlebg.jpg) no-repeat top center / cover;
}

.page-title-layer {
    background: rgba(0, 0, 0, 0.7);
    padding: 100px 0;
}

.page-title h3 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 10px;
    margin-bottom: 10px;
}

.page-nav ol li a {
    font-weight: 700;
}

.page-nav ol li {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 30px;
    position: relative;
    font-weight: 300;
    letter-spacing: 2px
}

.page-nav ol li:last-child {
    margin-right: 0;
}

.page-nav ol li:after {
    position: absolute;
    content: '\f105';
    font-family: fontawesome;
    color: #ffcf10;
    left: 100%;
    top: 1px;
    padding-left: 15px;
    font-size: 18px;
}

.page-nav ol li:last-child:after {
    padding-left: 0;
    content: '';
}

.page-nav ol li,
.page-nav ol li a {
    color: #fff;
}
.faq-bg{
    background: #fff;
}
.blog-bg{
    background: #FAFAFA;
}





/*==================== (04). End about us page ====================*/


/*==================== (05). Start Faq page ====================*/

.faq-page{
    padding-bottom: 0;
}
.faq img {
    position: relative;
    bottom: 0;
    width: 443px;
    margin-left: auto;
    display: table;
}




/*==================== (05). End Faq page ====================*/


/*==================== (06). start blog page ====================*/


/*------------ Start pagination ------------*/

.blog-pagination {
    margin: 20px 0 30px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.blog-pagination .page-link {
    height: 35px;
    width: 35px;
    line-height: 38px;
    text-align: center;
    padding: 0;
    margin: 0 1px;
    color: #fff;
    background: #212121;
    border: none;
    font-size: 16px;
    font-weight: 700;
}

.blog-pagination .page-item:first-child .page-link {
    margin-left: 0;
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0;
}

.page-item.pre,
.page-item.next {
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.page-item .fa {
    font-size: 22px;
}

.page-item.pre:after,
.page-item.next:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #212121;
    top: 0;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    z-index: -1;
    cursor: pointer;
}

.page-item.pre:after {
    left: -22%;
}

.page-item.next:after {
    left: 22%;
}

.page-item.pre:hover:after,
.page-item.next:hover:after,
.page-item:hover .page-link,
.page-item.current-page .page-link {
    background: #ffcf10;
    color: #212121;
}




/*------------ Start blog sidebar ------------*/

.search form {
    position: relative;
}

.search form .form-control,
.search form .btn-primary {
    border: 1px solid #cfcfcf;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    height: 40px;
}

.search form .form-control {
    padding-right: 50px;
}

.search form .btn-primary {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: #212121;
    width: 50px;
}

.search form .btn-primary:hover,
.search form .btn-primary:focus,
.search form .btn-primary:active {
    background: #ffcf10 !important;
    border: 1px solid #ffcf10 !important;
    box-shadow: none !important;
    color: #fff;
}

.sidebar-title h4 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    color: #fff;
    z-index: 1;
    background: #212121;
    padding: 10px 10px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.sidebar-title h4:after {
    position: absolute;
    content: '';
    background: #ffcf10;
    left: -50%;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    z-index: -1;
}

.recent-post,
.tags,
.share-post {
    border: 1px solid #ebebeb;
    padding: 15px;
    margin-top: 30px;
}

.recent-post .post {
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.recent-post .post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.recent-post .post a,
.recent-post .post {
    color: #212121;
}

.recent-post .post a {
    font-size: 18px;
}

.tags ul li {
    display: inline-block;
    width: 31.33%;
    margin: 5px 2px;
}

.tags ul li a {
    color: #fff;
    text-transform: capitalize;
    display: block;
    background: #ffcf10;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
    border: 1px solid transparent;
}

.tags ul li:hover a {
    background: transparent;
    border: 1px solid #ffcf10;
    color: #212121;
}

.share-post ul {
    text-align: center;
}

.share-post ul li {
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
}

.share-post ul li:last-child {
    margin-right: 0;
}

.share-post ul li a {
    color: #212121;
}




/*==================== (06). End blog page ====================*/


/*==================== (07). End blog details page ====================*/
.blog-details{
    padding: 100px 0 83px;
}
.details-info .date {
    margin: 15px 0 10px;
}

.comment-info ul li,
.comment-info ul li a,
.details-info .date ul li {
    font-size: 16px;
    font-weight: 600;
    color: #9e9e9e;
    text-transform: uppercase;
}

.details-info p {
    margin-bottom: 15px;
}

.details-info p.qut {
    border-left: 8px solid #ffcf10;
    padding-left: 15px
}

.blog-comment {
    margin-top: 30px;
}

.reply-area h4,
.blog-comment h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.blog-comment .single-comment {
    margin-bottom: 30px;
}

.comment-thumb img {
    width: 100%;
}

.comment-info ul li {
    margin-bottom: 10px;
}

.comment-info ul li,
.comment-info ul li a {
    font-size: 14px;
}

.comment-info ul li:hover a {
    color: #ffcf10;
}

.blog-comment .single-comment:nth-child(odd) {
    margin-left: 50px;
}

.reply-area {
    margin-top: 50px;
}

.reply-area .form-control {
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: 1px solid #eaeaea;
}

.reply-area .form-control:focus {
    border-color: #ffcf10;
}

.reply-area .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

.reply-area .form-control::-moz-placeholder {
    font-size: 14px;
    color: #999;
}

.reply-area .form-control:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}

.reply-area .btn-primary {
    border-radius: 0;
    min-width: 150px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.reply-area .btn-primary,
.reply-area .btn-primary:hover,
.reply-area .btn-primary:focus,
.reply-area .btn-primary:active {
    background: #ffcf10 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #212121 !important;
}




/*==================== (07). End blog details page ====================*/


/*==================== (08). Start contact page ====================*/

.contact-us {
    margin-top: 100px;
}

.contact-info {
    border: 1px solid #f5f5f5;
    padding: 15px;
    text-align: center;
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.contact-info i.fa {
    font-size: 28px;
    color: #d6d6d6;
    margin-bottom: 10px;
}

.contact-info:hover {
    border: 1px solid #ffcf10;
    cursor: pointer;
}

.contact-info:hover i.fa {
    color: #ffcf10;
}

.contact-info .title {
    text-transform: capitalize;
    font-weight: 700;
    color: #212121;
    font-size: 18px;
    margin-bottom: 5px;
}

.contact-info p,
.contact-info p a {
    font-size: 14px;
    color: #212121;
}

.contact-us .form-control {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    border: 1px solid #f5f5f5;
}

.contact-us .form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
    text-transform: capitalize;
}

.contact-us .form-control::-moz-placeholder {
    color: #999;
    font-size: 15px;
    text-transform: capitalize;
}

.contact-us .form-control:-ms-input-placeholder {
    color: #999;
    font-size: 15px;
    text-transform: capitalize;
}

.contact-us .form-control:focus {
    border: 1px solid #ffcf10;
}

.contact-us input[type="text"],
.contact-us input[type="email"] {
    height: 50px;
}

.contact-us .btn-primary {
    border-radius: 0;
    outline: none;
    border: none;
    min-width: 150px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    text-align: center;
    height: 45px;
    line-height: 38px;
    z-index: 1;
}

.contact-us .btn-primary,
.contact-us .btn-primary:hover,
.contact-us .btn-primary:focus,
.contact-us .btn-primary:active {
    background: #ffcf10 !important;
    color: #212121 !important;
    box-shadow: none !important;
}

.contact-us .btn-primary:after {
    position: absolute;
    content: '';
    background: #ffcf10;
    height: 100%;
    width: 100%;
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    top: 0;
    left: 10%;
    z-index: -1;
}

#googleMap {
    height: 500px;
    width: 100%;
    margin-top: 70px;
}




/*==================== (08). End contact page ====================*/


/*==================== (09). Star footer section ====================*/

.footer {
    background: #212121;
}

.top-footer {
    padding: 100px 0 95px;
}

.top-footer,
.top-footer a {
    color: #fff;
}

.info-text {
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    margin: 6px 0 10px;
}

.footer-social ul li {
    margin-right: 30px;
    font-size: 18px;
}

.footer-social ul li:last-child {
    margin-right: 0;
}

.footer-social ul li:hover a {
    color: #ffcf10;
}

.ftr-title h4 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 35px;
    position: relative;
}

.ftr-title h4:after {
    position: absolute;
    content: '';
    width: 20%;
    height: 2px;
    background: #ffcf10;
    left: 0;
    top: 150%;
}

.ftr-title h4:before {
    position: absolute;
    content: '';
    width: 10%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 150%;
    z-index: 1;
}

.ftr-links>li {
    line-height: 30px;
    font-size: 16px;
}

.ig-post a {
    display: inline-block;
    width: 32.33%;
    padding: 4px 2px;
}

.copy-right {
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid #4c4c4c;
}




/*==================== (09). End footer section ====================*/