/*-----------------------------------------------------------
	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'); */
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|PT+Sans:400,700');

*,
ul {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    line-height: 25px;
    font-family: 'Open Sans', 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;
    font-family: 'PT Sans', sans-serif;
}
p{
    font-family: 'Open Sans', sans-serif !important;  
    font-size: 14px;
    color: #666666 !important;
}





/*---------- 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: #2f3192;
    -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: #f68220;
}*/
.preloader-custom-img{
-webkit-animation: roundR 3s linear infinite;
    animation: roundR 3s linear infinite;
}

@-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: #f68220;
}

.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: #f68220;
    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;
}


.section-title h3.product-heading:after{
    width: 20%;
}
.section-title  h3.product-heading{
    font-size: 27px;
}
/*---------- Start more button ----------*/

.more-btn {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-width: 135px;
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #f68220;
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
    z-index: 1;
}

.more-btn:after {
    position: absolute;
    content: '\f178';
    background: #f68220;
    z-index: -1;
    font-family: fontawesome;
    padding: 0px 10px;
}

.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: -75.5%;
    background: #565656;
}

.top-header:after {
    background: #f68220;
    left: 25.5%;
}

.top-social li a {
    color: #fff;
}

.top-social li,
.top-time li {
    font-size: 15px;
    margin-right: 30px;
    display: inline-block;
}

.top-social li:last-child,
.top-time li:last-child {
    margin-right: 0px;
}

.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: 4px;
    width: 150px;
    
}

.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;
    cursor: pointer;
    font-weight: 700;
}

.menubar ul li a:after,
.menubar ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #f68220;
    -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: #f68220;
    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 #f68220;
}


.menubar ul ul li a {
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 600;
    color:#fff !important;
}

.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;
    color: #fff !important;
}

.page-banner .more-btn:hover,
.page-banner .more-btn:hover:after {
    background: #212121;
    color: #fff;
}




/*------------ Start about us section ------------*/

.aboutus {
    padding: 0px 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: 16px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
}

.aboutus img {
    /*position: absolute;*/
    /*bottom: 25px;*/
    width: 450px;
    /*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: 50px 0 50px;
}

.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: 50px 0 50px;
}

.team-member {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 5px 5px;
}

.team-member:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    height: 30%;
    width: 100%;
    top: 75%;
    left: -20%;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    border-radius: 0 30px 0 0;
    border: 1px solid #f68220;
}

.team-member img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height:150px;
}

.team-member:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.member-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    z-index: 1;
    width: 100%;
}

.member-info h5 {
    font-size: 11px;
}

.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: 30px 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: rgb(234 234 234);
    padding: 25px 0;
}

.page-title h3 {
    font-size: 36px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: right;
}

.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{
    background: #faf0f0;
}
.sidebar-title h4 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    overflow: hidden;
    color: #000;
    z-index: 1;
    padding: 10px 5px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 2px;
    cursor: pointer;
}
/*.sidebar-title h4:after {
    position: absolute;
    content: '';
    left: -50%;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    z-index: -1;
}*/
.sidebar-subtitle{
    background: #faf8f8;
}
.sidebar-subtitle h4 {
    text-transform: uppercase;
    font-size: 12px;
    overflow: hidden;
    padding: 10px 10px;
    text-align: left;
    font-weight: 500;
    cursor: pointer;
}

/*.sidebar-subtitle h4:after {
    position: absolute;
    content: '';
    background: #faf8f8;
    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: 80px;
}

.contact-info {
    border: 1px solid #f5f5f5;
    padding: 20px;
    /* 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 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-info i.fa {
    color: #f68220;
    width: 32px;
    font-size: 20px;
    text-align: center;
    margin-right: 32px;
}

/* .contact-info:hover {
    border: 1px solid #f68220;
    cursor: pointer;
} */

/* .contact-info:hover i.fa {
    color: #f68220;
} */

.contact-info .title {
    text-transform: capitalize;
    font-weight: 500;
    color: #212121;
    font-size: 2rem;
    margin-bottom: 20px;
}

.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: 2px solid #ddd;
}

.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 #f68220;
}

.contact-us input[type="text"],
.contact-us input[type="email"],.contact-us input[type="mobile"] {
    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: #f68220 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.contact-us .btn-primary:after {
    position: absolute;
    content: '';
    background: #f68220;
    height: 100%;
    width: 100%;
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    top: 0;
    left: 10%;
    z-index: -1;
}

#googleMap {
    height: 370px;
    width: 120%;
    margin-top: 65px;
}




/*==================== (08). End contact page ====================*/


/*==================== (09). Star footer section ====================*/

.footer {
    background: #212121;
}

.top-footer {
    padding: 10px 0 10px;
}

.top-footer,
.top-footer a {
    color: #fff;
}

.info-text {
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    margin: 6px 0 10px;
}

.footer-social ul li {
    margin-right: 30px;
    font-size: 18px;
    padding-top: 10px;
}

.footer-social ul li:last-child {
    margin-right: 0;
}

.footer-social ul li:hover a {
    color: #f68220;
}
.ftr-links{
    text-align: right;
}
.ftr-links li{
display: inline-flex;
padding-left: 20px;
}
.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: #f68220;
    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;
}

 .ftr-links i{
    padding-right:10px;
    padding-top: 5px;
}
.our-address ul {
    padding: 0;
    margin: 0;
}
.our-address ul li{
    list-style: none;
    display: table;
    width: 100%;    
    /*padding-right: 11px;*/
}
.our-address ul li i {
    float: left;
    font-size: 20px;
    width: 34px;
    padding-top: 10px;
    line-height: 18px;
}
.our-address ul li .fleft {
    float: left;
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    padding: 3px 0;
}



/*==================== (09). End footer section ====================*/
.status-area ul{
    position: relative;
    /*margin-bottom: 15px;*/
    padding-left: 10px;
}
.status-area ul li:before{
    content: "\f041";
    font-family: 'FontAwesome';
    padding:0px 10px;
}
.footer .logo{
    margin-top: -10px;
}
.pt-15{
    padding-top: 15px;
}
.pt-20{
    padding-top: 20px;
}
.pb-20{
    padding-bottom: 20px;
}
.pt-30{
    padding-top:30px;
}
.pb-30{
    padding-bottom: 30px;
}
.pt-50{
    padding-top: 50px;
}
.pt-100{
    padding-top:100px;
}
.pt-100{
    padding-top:100px; 
}
.pb-50{
    padding-bottom: 50px
}
.pb-100{
    padding-bottom: 100px;
}
.wth-100{
    width:100%;
}
h3{
    font-weight: 600;
}
.pb-65{
padding-bottom:65px;
}
textarea{
    resize: none;
}
.alert.error {
    background-color: #B72C01;
    color: #fff;
    margin: 0px 15px 15px 0px;
    padding: 10px 10px;
}
	.alert.success{
    background-color: #2e7038;
    color: #fff;
    margin: 0px 15px 15px 0px;
    padding: 10px 10px;
   
}
.sidebar-title .fa,.sidebar-subtitle .fa{
float:left;
padding:10px;
}
.rotate{
	  transform: rotate(90deg);
  }
  .icon-rotate{
	  transition-duration:0.5s;
  }
  .ftr-links a{
      cursor: pointer;
  }
  .status-area li{
      padding-top:5px;
      font-size:16px; 
  }
  .back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	 transform:rotate(45deg);
}
.back-to-top a {
    width: 40px;
    height: 40px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 42px;
    font-family: 'Genericons';
    background-color: #eea65d;
    text-align: center;
    border-radius: 50% 50%;
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: all 0.5s ease-out;
    cursor:pointer; 
}
.back-to-top a i{
	 transform:rotate(-45deg);
     font-size:20px;
     color: #fff;
}
.back-to-top:hover{
	background-color: #a6c644;
	  border-radius: 50% 50%;
}
/*.about2-title{
background: url(images/divya-jyot-vision.jpg) no-repeat top center / cover;
}
.about2-title-layer{
    background: rgba(33, 33, 33, 0.3);
    padding: 50px 0;
    color: #fff;
}
.about3-title{
background: url(images/4.jpg) no-repeat top center / cover;
}
.about2-title-layer{
    background: rgba(33, 33, 33, 0.3);
    padding: 50px 0;
    color: #fff;
}*/

.page-title1 {
    background: url(images/pexels-photo-281279.jpg) no-repeat top center / cover;
}
.page-title-layer1 {
    background: rgba(0, 0, 0, 0.4);
    padding: 50px 0;
}
.page-title1 h3 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 10px;
}
.page-title1 p{
    color: #fff;
}
.page-title2 {
    background: url(images/banner4.jpg) no-repeat top center / cover;
}
.page-title-layer2 {
    background: rgba(0, 0, 0, 0.4);
    padding: 50px 0;
}
.page-title2 h3 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 10px;
}
.page-title2 p{
    color: #fff;
}

.fa-arrow-right:before{
    font-size: 12px;
}
.fa-arrow-right{
    padding-left: 30px !important;
    padding-right: 0px !important;
}
.sidebar .recent-post li.sidebar-title.active > a{
    background-color: #000;
}
.sidebar .recent-post li a.sidebar-subtitle-link.active{
	background-color:#2f3192; 
}
.table thead tr{
background-color: rgb(71, 73, 148);
color:#fff;
}
.table thead th{
    vertical-align: top;
}
/* .custom-contact-section{
    background-color: #eeeeee;
} */
.custom-contact-section h2{
    padding-top: 15px;
}
.custom-contact-section p{
    font-size: 18px;
    color: #9e9999;
    margin-bottom:10px;
}
.custom-contact-section form{
    padding:35px 0px;
}
.sidebar-product-list h4 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    overflow: hidden;
    color: #000;
    z-index: 1;
    padding: 10px 10px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 4px;
    cursor: pointer;
    background-color: #faf0f0;
}
.sidebar-product-list .fa{
    float: right;
}
/*----------- sidemenu css-------------*/
  .sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}
.sidebar .sidebar-category .list {
    position: relative;
    border: 1px solid #ebebeb;
    padding: 15px;
}
.sidebar .sidebar-category .list li {
    position: relative;
    line-height: 24px;
	cursor: pointer;
}
.sidebar .sidebar-category .list li.submenu.active > a{
    color: #fff;
    background-color:#565656;
	
}
.sidebar .sidebar-category .list li.submenu.active a i{
	color:#fff;
	
}
.sidebar .sidebar-category .list li a.submenu-name.active{
	background-color:#efefef; 
}
.sidebar .sidebar-category .list li a {
	text-decoration: none;
    position: relative;
    display: block;
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
     background: #faf0f0;
    padding: 5px 40px 5px 40px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin-bottom:4px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.sidebar .sidebar-category .list li a:hover{
	background: #e0e0e0;
}
.sidebar .sidebar-category .list li i {
    font-size: 10px;
    left: 18px;
    color: #000000;
    line-height: 22px;
    position: absolute;
    top: 6px;
}
  .rotate{
	  transform: rotate(90deg);
  }
  .icon-rotate{
	  transition-duration:0.5s;
  }
  .list ul{
	  display:none;
  }
  /*.list li.tap ul{
	  display: block;
  }*/

.sidebar .sidebar-category .list li a.submenu-name{
 line-height:25px;
 cursor: pointer;
 margin-bottom:0px;
 padding:0px 50px;
 font-weight:500;
 border-bottom: 1px solid #e0dfdf;
  }
 tr th, tr td {
	 text-align: center;
 }
 
 .product-heading{
	 text-align: center;
 }
.img-border{
	border:1px solid #ddd;
}
.custom-line-height{
	line-height:25px;
}

.product-img-col{
	height:350px;
}
/*.footer-wedget-one p{
	text-align: justify;
}*/
.submenu-name:before{
color: #000;
    content: "\f061";
    font-family: fontawesome;
    font-size: 10px;
    left: 30px;
    position: absolute;
    top: 1px;
	}
.submenu a{
	line-height: 25px !important;
	font-size: 14px !important;
}

/*--------sidemenu css ----------------*/

/* .align-paragraph p{
text-align: justify
} */
.table tbody tr td:nth-child(2){
  text-align: justify;  
}
/*--------image ----------*/
.product-box{
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);  
    margin-bottom: 20px;
}
/* .product-box img{
    width: 215px;
} */
.salestrip-login{
    border: 1px solid #ddd;
    padding: 2px 7px;
    border-radius: 5px 5px;
}
.salestrip-login a{
color:#fff;
cursor: pointer;
}
.salestrip-login:hover, .salestrip-login:hover a{
    color: #f68220;
    background-color: #fff;
}
/*-----------------certificate page css ----------------*/
.certificate-image-div, .product-image-div{
text-align: center;
}
.product-image-div img{
    width:215px;
}
.certificate-image-div img{
    width:325px;
}
.certificate-image-div-target, .product-image-div-target{
	position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}
.certificate-image-div-target img, .product-image-div-target img{
	margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
width:auto;
}
a.certificate-image-div-close, a.product-image-div-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
/*background: white;*/
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 25px;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.certificate-image-div-target:target a.certificate-image-div-close{
    top: 30px;
    right: 25px;
}
a.certificate-image-div-close:before, a.product-image-div-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: white;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}
.quality-certificate-heading.section-title h3:before{
    width: 5%;
}
.quality-certificate-heading.section-title h3:after{
    width: 10%;
}
a.certificate-image-div-close:after, a.product-image-div-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: white;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}
.certificate-image-div-target:target, .product-image-div-target:target {
opacity: 1;
top: 0;
bottom: 0;
right:0;
z-index:1000000;
}

.certificate-image-div-target:target img, .product-image-div-target:target img{
max-height: 100%;
max-width: 100%;
}

.product-image-div-target:target a.product-image-div-close {
    top: 25%;
    transform: translateY(-50%);
    right: 28%;
}

/*-----------------certificate page css -------------------*/