/*-----------------------------------------------------------------------------------


-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

	01 Basics
	02 Buttons
	03 Navbar
	04 Header
	05 About
	06 Services
	07 Works
    08 Numbers
	09 Testimonials
	10 Price
	11 Team
	12 Blog
	13 Contact
	14 Footer
	15 Responsive
 

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body,
html {
    color: #101010;
    line-height: 1.3;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
    background-color: #e9e9e9;
}

p {
    font-size: 14.5px;
    font-weight: 300;
    color: #000;
    line-height: 2;
    margin: 0;
    padding: 0px 10px;
}

img {
    width: 100%;
    height: auto;
}

a,
a:hover,
span {

    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.video-play-button:hover {
    display: block !important;
}

.box-padding {
    padding: 140px 5%;
}

.section-padding {
    padding: 20px 0;
}

.section-head {
    margin-bottom: 33px;
    margin-top: 45px;
}

.section-head h4 {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 15px;
    position: relative;

}

.section-head h4:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-head h4 span {
    color: transparent;
    -webkit-text-stroke: 1px #101010;
}

.section-head.text-left h4:after {
    left: 0 !important;
}

[data-overlay-dark] .section-head h4 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

.title-extra {
    font-weight: 700;
}

.bg-gray {
    background: #fbfbfb;
}

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100% !important;
}

.lg-line-height {
    line-height: 1.7;
}

.shadow-inset {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05) inset;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.no-cover {
    background-repeat: repeat;
    background-size: auto;
}

.bg-fixed {
    background-attachment: fixed;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    border: 1px solid #fff;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
    line-height: 0.7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    border-radius: 50%;
    background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1 !important;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1 !important;
}

.owl-theme .owl-nav {
    margin: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 35%;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 0;
    font-size: 30px;
    line-height: 40px;
    background: #111;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 4;
}

.owl-carousel .owl-nav .owl-next {
    right: -40px;
}

.owl-carousel .owl-nav .owl-prev {
    left: -40px;
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .slide-respo {
        font-size: 14px;
        line-height: 13px;
    }

    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
    }

}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

/* xclip */
.cd-headline.clip span {
    display: inline-block;
    padding: 0.2em 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 70%;
    background-color: #aebcb9;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline b.is-visible {
    opacity: 1;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
    padding: 12px 25px;
    background: #fff;
    border: 1px solid transparent;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    outline: none !important;
}

.artiz {
    margin-top: 80px;
}

.butn span {
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.butn span i {
    margin-left: 5px;
}

.butn:after {
    content: '';
    width: 0;
    height: 100%;
    background: transparent;
    border-radius: 60px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    opacity: 0.5;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.butn:hover:after {
    border-radius: 0;
    width: 100%;
    left: 0;
    opacity: 1;
}

.butn-bg {
    background: #000;
    border-color: #000;
}

.butn-bg:hover {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.butn-bg:hover span {
    color: #000;
}

.butn-bg:after {
    background: #fff;
}

.butn-bg span {
    color: #fff;
}

.butn-rgba {
    background: rgba(220, 220, 220, 0.2);
}

.butn-rgba:after {
    background: #000;
}

.butn-rgba:hover {
    border-color: #000;
}

.butn-rgba:hover span {
    color: #fff;
}

.butn-bord {
    background: transparent;
    border-color: #000;
}

.butn-bord:after {
    background: #000;
}

.butn-bord:hover {
    border-color: #000;
}

.butn-bord:hover span {
    color: #fff;
}

.butn-light {
    background: transparent;
    border-color: #000;
}

.butn-light:hover {
    -webkit-box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
    box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
}

.butn-light:hover span {
    color: #fff;
}

.butn-light:after {
    background: #000;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 9;
    min-height: 80px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.navbar .icon-bar {
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #eee;
    letter-spacing: 2px;
    margin: 15px 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 2;
}

.navbar .navbar-nav .nav-link:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ccc;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.navbar .navbar-nav .active:after {}

.nav-scroll {
    background: #fff;
    -webkit-box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.nav-scroll .icon-bar {
    color: #222;
}

.nav-scroll .navbar-nav .nav-link {
    color: #222;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #111;
}

.logo {
    padding: 15px 0;
    width: 100px;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header .background {
    min-height: 100vh;
}

.header .caption {
    font-family: 'Oswald', sans-serif;
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption h4 {
    font-weight: 200;
    letter-spacing: 10px;
    margin-bottom: 15px;
}

.header .caption h1 {
    font-weight: 700;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.header .caption .social {
    margin-top: 15px;
}

.header .caption .social .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    margin: 0 4px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header .caption .social .icon:hover {
    background: #fff;
    color: inherit;
}

.header .to-bottom {
    width: 50px;
    position: absolute;
    bottom: 7vh;
    left: calc(50% - 25px);
    z-index: 9;
}

.header .to-bottom .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 30px;
}

.longimg {
    width: 571px;
    margin-left: 10px;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start About ]
-----------------------------------------------------------------*/
.about .o-hidden {
    height: 500px;
    width: 100%;
}

.mal {
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.about .profile {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 15px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.about .profile::-webkit-scrollbar {
    width: 0 !important;
}

.about .hero-img {
    /* border-radius: 5px; */
    overflow: hidden;
}

.brad {
    border-radius: 50%;
}

.about .block h4 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.about .block .item {
    margin-bottom: 30px;
}

.about .block .item:last-of-type {
    margin-bottom: 0;
}

.about .block h6 {
    font-size: 15px;
    margin-bottom: 15px;
}

.about .block h6 span {
    padding: 5px;
    background: #f7f7f7;
    font-size: 11px;
    float: right;
}

.about .block p {
    font-size: 14px;
}

.about .content .butn {
    margin-right: 10px;
}

.about .content .butn:last-of-type {
    margin-right: 0;
}

.about .skills h6 {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.about .skills h6 b {
    margin-left: 10px;
}

.about .skills .skill-progress {
    position: relative;
    height: 6px;
    background: #f7f7f7;
}

.about .skills .progres {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.about .skills .progres:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: -2px;
    right: 0;
    background: #000;
}

.about .skills .progres:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: -4px;
    right: -2px;
    border: 1px solid #ccc;
}

/* ----------------------------------------------------------------
     [ End About ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Services ]
-----------------------------------------------------------------*/
.services .row {
    padding: 0 30px;
}

.services .custm-p {
    padding: 0 25px;
}

.services .item {
    padding: 60px 30px;
    background-color: #fff;
    margin-bottom: 50px;
    position: relative;
}

.services .item:hover {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.services .item:hover .numb {
    -webkit-text-stroke: 1px #000;
}

.services .item .icon {
    color: #000;
    font-size: 35px;
    float: left;
    position: relative;
    z-index: 2;
}

.services .item .icon:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eee;
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    right: 10px;
    top: -10px;
}

.services .item h5 {
    font-size: 17px;
    margin-bottom: 20px;
    margin-left: 60px;
}

.services .item p {
    margin-left: 60px;
}

.services .item .numb {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: transparent;
    -webkit-text-stroke: 1px #ccc;
    opacity: 0.5;
}

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Works ]
-----------------------------------------------------------------*/
.works .filtering span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    cursor: pointer;
}

.works .filtering .active {
    background: #000;
    -webkit-box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.works .items {
    margin-top: 20px;
    padding: 0 10px;
}

.works .item-img {
    position: relative;
    color: #fff;
}

.works .item-img:hover .item-img-overlay {
    visibility: visible;
    opacity: 1;
}

.works .item-img:hover h6,
.works .item-img:hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.works .item-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.works .item-img-overlay .overlay-info {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.works .item-img-overlay .icon {
    position: absolute;
    left: calc(50% - 20px);
    bottom: calc(50% - 20px);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
}

.works .item-img-overlay p {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #eee;
}

.works .item-img-overlay h6 {
    font-size: 16px;
    margin-top: 5px;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Numbers ]
-----------------------------------------------------------------*/

/* ---------------------------- */
.numbers .background {
    border-radius: 15px;
    overflow: hidden;
    padding: 50px 0;
}

.numbers .icon {
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.rytpub {
    border-left: 1px solid rgba(0, 0, 0, .1);
    ;
}

.rytnews {
    background: #f4f4f4;
    padding: 10px 27px;
    margin-bottom: 17px;
}

.rytnews:hover {
    /* border:1px solid #f4f4f4; */
    background-color: white;
}

.newsub {
    font-size: 12px;
    margin-top: 30px;
}

.newsub1 {
    margin-left: 31px;
    margin-top: 30px;
}

.pubdata {
    display: grid;
    padding: 3px 7px;
}

.read1 {
    margin-left: 84px;
}

.read1:hover {
    text-decoration: underline;
    color: rgb(85, 83, 83);
}

.newtxt {
    padding-right: 9px;
    font-weight: bold;
    position: absolute;
    line-height: 17px;
    font-size: 14px;
    min-height: 34px;
    color: black;
}

.rytpub h4 {
    color: #807e7e;
    font-family: 'Oswald', sans-serif;
    margin-top: 6px;
}

.pub h3 {
    margin-bottom: 32px;
    font-family: 'Oswald', sans-serif;
}

.publish {
    display: inline-block;
    padding: 5px 0px 0px 9px;
    position: absolute;
}

.publish i {
    font-size: 12px;
    color: #7d7c7c;
}

.publish span {
    font-size: 12px;
    ;
}

.numbers .icon:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    right: 10px;
    top: -10px;
}

.numbers h4 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.numbers h6 {
    color: #eee;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.left-img {
    border: 2px solid #fff;
    min-height: 502px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/* -----------------video------------------- */

/* --------------------------------------- */
/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Testimonials ]
-----------------------------------------------------------------*/

.testimonials .owl-carousel {
    position: relative;
    z-index: 2;
}

.item-img iframe {
    width: 363px;
    height: 310px;
}

.item-img-overlay1 {
    position: absolute;
    top: 235px;
    left: 0;
    right: -90px;
    bottom: 4px;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.testimonials .owl-carousel:after,
.testimonials .owl-carousel:before {
    content: '';
    width: 180px;
    height: 180px;
    background-image: url("../img/dots1.png");
    position: absolute;
    z-index: 1;
}

.testimonials .owl-carousel:after {
    top: -40px;
    left: -40px;
}

.testimonials .owl-carousel:before {
    bottom: -40px;
    right: -40px;
}

.testimonials .owl-carousel .owl-stage-outer {
    /* background: #fff; */
    position: relative;
    z-index: 2;
}

.testimonials .client-area {
    margin-bottom: 30px;
}

.testimonials .client-area .img {
    display: inline-block;
    position: relative;
}

.testimonials .client-area .img .icon {
    width: 50px;
    position: absolute;
    top: 70px;
}

.testimonials .client-area .img .icon:first-of-type {
    left: -90px;
}

.testimonials .client-area .img .icon:last-of-type {
    right: -90px;
}

.testimonials .client-area .author {
    /* width: 100px;
    height: 100px; */
    /* border-radius: 50%; */
    width: 306px;
    height: 183px;
    overflow: hidden;
    margin: 0 auto 15px;
}

.testimonials .client-area h6 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.testimonials .client-area span {
    font-size: 12px;
    letter-spacing: 1px;
    color: #000;
}

.quotxt {
    /* border: 1px solid whitesmoke; */
    box-shadow: 0 5px 8px -7px black;
    padding: 25px 3px;
    margin-bottom: 50px;
    background-color: black;
}

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 10 Start Price ]
-----------------------------------------------------------------*/
.price .item {
    position: relative;
    background: none;
    text-align: center;
    -webkit-box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.bannery {
    height: 475px;
}

.arttransition {
    -webkit-transition: 0.2s;
    -moz-transition: 0.3s;
    transition: 0.1s;

}

.artname1 {
    color: rgb(0, 0, 0);
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300 !important;
    font-size: 22px;
    float: left !important;
    padding-left: 9px;
}

.artname {
    color: white;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300 !important;
    font-size: 22px;
    float: left !important;
    padding-left: 9px;
}

.arttransistio h3 {
    color: white;
    margin: 0 9px 8px 21px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300 !important;
    font-size: 30px;
    float: left !important;
    padding-left: 9px;
}

.artoverlay {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    color: white;
    font-size: 19px;
    padding: 10px 0;
    font-weight: 400;

    transition-duration: 0.2s;
}

.bird h3 {
    position: relative;
    transition: 0.5s;
    left: 500px;
}

.item:hover .artoverlay {
    opacity: 1;
}

.bird a:hover h3 {
    left: 0 !important;
}

.price .item .type {
    margin-bottom: 60px;
}

.price .item .type h5 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.price .item .feat ul {
    margin-bottom: 0;
}

.price .item .feat li {
    color: #444;
    margin-bottom: 20px;
}

.price .item .feat li:last-child {
    margin-bottom: 0;
}

.price .item .feat del {
    opacity: 0.8;
}

.price .item .value {
    margin: 40px 0 0;
}

.price .item .value h4 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 65px;
}

.price .item .value h4 span {
    font-size: 15px;
}

.price .item .value p {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    color: #000;
}

.article1 {
    padding: 0 40px;
    background-color: transparent;
}

.price .item .order {
    margin-top: 40px;
}

.order {
    text-align: center;
    padding: 12px 0;
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 11 Start Team ]
-----------------------------------------------------------------*/
.team .item {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.team .item .img {
    position: relative;
}

.team .item .img .social {
    position: absolute;
    bottom: 0;
    left: 10%;
    padding: 13px 0;
    width: 80%;
    border-radius: 30px 30px 0 0;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
}

.team .item .img .social a {
    color: #444;
    font-size: 13px;
    margin: 0 10px;
}

.team .item .info {
    padding: 40px 10px;
    text-align: center;
    background: #fff;
}

.team .item .info h6 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.team .item .info span {
    color: #555;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blk {
    color: black !important;
}

.quotes {
    padding: 5px 2px;
}

.quotes p span img {
    width: 19px;
    margin-top: -16px;
}

.quotes p a:hover {
    background: black;
    color: white;
    font-weight: 500 !important;
}

.quotes p a {
    padding: 0 6px;

}

.quotes p {
    line-height: 26px;
    margin: 12px 0;
    font-size: 15px;
    padding: 13px 9px;
    font-family: 'Manjari', sans-serif;
    font-weight: 600;
    color: #fff;
}

/* .quotes li:hover{
    box-shadow: 0px 1px 5px 0px lightgray !important;
} */
.pox {
    margin-top: -67px;
}

.txt {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-family: 'Manjari', sans-serif;
    font-weight: 0;
}

.insidetxt {
    font-size: 15px;
    color: black;
    font-weight: 600;
    line-height: 23px;
    font-family: 'Manjari', sans-serif;
    background: aliceblue;
    padding: 9px 18px;
    margin-bottom: 15px;
}

.insideimg {
    width: 144px;
    margin-left: 20px;
    height: 194px;
}

.insideimg2 {
    width: 200px;
    margin-left: 20px;
    height: 194px;
}

.desct {
    font-size: 15px;
    color: black;
    font-family: 'Manjari', sans-serif;
    line-height: 20px;
    text-align: justify;
}

.zoom {
    transition: transform 0.2s;

}

.gal {
    position: relative;
    height: 1577.55px;
    margin-top: -15px;
}

.zoom:hover {
    -ms-transform: scale(0.2);

    -webkit-transform: scale(0.2);

    transform: scale(1.3);
}

/* -------------------------------video btn---------- */
.video-play-button {
    z-index: 10;
    margin-top: -11%;
    margin-left: 12%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.txtl {
    text-align: right;
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Blog ]
 
------------------------calender-----------------------------------------*/

/* ---------------------------------------------------------------- */
.blog .item:hover .cont {
    -webkit-box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
}

.baneritem p {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.2px;
    margin-top: 250px;
    background: linear-gradient(to right, #2f353cb5, #282d31c7);
    padding: 11px 13px;
}

.baneritem h6 {

    font-weight: 200;
    color: #fff;
    letter-spacing: 1.2px;
    margin-top: 250px;
    background: linear-gradient(to right, #2f353cb5, #282d31c7);
    padding: 11px 13px;
}

.bannrhed {
    text-align: justify;
    margin: 0 163px 0 0;
}

.bannerhed .subhed:before {
    background-image: none !important;
}

.bannerhed .subhed:after {
    background-image: none !important;
}

.baneritem p {
    background-color: none !important;
}

.blog .item .post-img .img {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.blog .item .post-img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    border-radius: 20px !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.blog .item .post-img img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 20px !important;

}

.cont1 {
    min-height: 162px;
}

.blog .item .cont {
    position: relative;
    padding: 28px;
    background: white;
    width: 80%;
    margin-left: 10%;
    margin-top: -12px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.bhayam {
    height: 245px;
    width: 200px;
}

.blog .item .info {
    margin-bottom: 12px;
    padding-top: 15px;
    position: relative;
}

.abt {
    font-weight: 350;
    text-transform: uppercase;
    font-size: 26px;
}

.blog .item .info:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.blog .item .info a {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 10px;
}

.blog .item .info a:last-of-type {
    margin-right: 0;
    float: right;
    color: #555;
}

.blog .item .info a em,
.blog .item .info a i {
    margin-right: 5px;
}

.blog .item .info a em {
    color: #555;
}

.blog .item h4 {
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 30px;
}

.blog .item .more {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.header.pages {
    min-height: 80vh;
}

.header.pages a,
.header.pages i {
    color: #ccc;
    font-weight: 400;
    margin: 30px 10px 0;
}

.header.pages a:last-of-type {
    font-weight: 800;
}

.posts .item {
    margin-bottom: 50px;
}

.posts .item .cont {
    width: 90%;
    margin-left: 5%;
}

.posts .item .spical {
    margin: 15px;
    padding: 15px;
    border-left: 4px solid #000;
}

.posts .title {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    padding-bottom: 15px;
    position: relative;
}

.posts .title:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.posts .add-comment,
.posts .comments {
    padding: 30px 15px;
    border-bottom: 1px solid #eee;
    border-radius: 5px;
}

.posts .add-comment .com,
.posts .comments .com {
    margin-bottom: 50px;
}

.posts .add-comment .com:last-child,
.posts .comments .com:last-child {
    margin-bottom: 0;
}

.posts .add-comment .com:nth-child(odd),
.posts .comments .com:nth-child(odd) {
    margin-left: 50px;
}

.posts .add-comment .img,
.posts .comments .img {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    border: 1px solid #eee;
    overflow: hidden;
}

.posts .add-comment .cont,
.posts .comments .cont {
    margin-left: 75px;
}

.posts .add-comment .cont h6,
.posts .comments .cont h6 {
    font-size: 12px;
    margin-bottom: 5px;
}

.posts .add-comment .cont span,
.posts .comments .cont span {
    color: #999;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 10px;
}

.posts .add-comment .cont .reply,
.posts .comments .cont .reply {
    float: right;
    margin-right: 15px;
    margin-top: -15px;
}

.posts .add-comment .cont .reply:hover,
.posts .comments .cont .reply:hover {
    color: #000;
}

.posts form input,
.posts form textarea {
    width: 100%;
    padding: 15px;
    background-color: #fafafa;
    border: 0;
}

.posts form textarea {
    height: 140px;
    max-height: 140px;
    max-width: 100%;
    margin-bottom: 10px;
}

.posts form .butn {
    margin: 30px 0 0;
    cursor: pointer;
}

.pagination {
    text-align: center;
}

.pagination ul {
    margin: auto;
}

.pagination li {
    float: left;
    margin: 0 5px;
}

.pagination li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #fff;
}

.pagination .active a {
    background-color: #000;
    color: #fff;
}

.side-bar .widget {
    margin-bottom: 50px;
    overflow: hidden;
}

.side-bar .widget ul {
    margin-bottom: 0;
}

.side-bar .widget ul li {
    margin-bottom: 30px;
    color: #444;
    font-size: 14px;
}

.side-bar .widget ul li:last-child {
    margin-bottom: 0;
}

.side-bar .widget ul li i {
    font-size: 10px;
    margin-right: 10px;
}

.side-bar .widget .recent li {
    display: block;
    overflow: hidden;
}

.side-bar .widget .recent .thum {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.side-bar .widget .recent a {
    display: block;
    margin-left: 60px;
    line-height: 1.7;
}

.side-bar .widget-title {
    margin-bottom: 30px;
}

.side-bar .widget-title h6 {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.side-bar .search form {
    position: relative;
}

.side-bar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f7f7f7;
}

.side-bar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #999;
    border: 0;
    padding: 10px;
    cursor: pointer;
}

.side-bar .gallery li {
    width: 33.33333%;
    float: left;
    border: 5px solid #fff;
}

.side-bar .tags li {
    font-size: 12px;
    margin: 2px !important;
    padding: 5px 10px;
    background-color: #000;
    color: #fff !important;
    border-radius: 4px;
    float: left;
}

.side-bar .tags li:hover {
    background-color: #222;
}

.blogs .post {
    padding: 0 15px;
}

.blogs .post:hover img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.blogs .post-img {
    position: relative;
}

.blogs .post-img .img {
    overflow: hidden;
}

.blogs .post-img img {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.blogs .post-img .date {
    position: absolute;
    top: 25px;
    left: -25px;
    padding: 10px;
    background-color: #eee;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.blogs .post-img .date:after {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 50%;
    left: -25px;
    background-color: #eee;
}

.blogs .post-content {
    margin-top: 30px;
}

.blogs .post-content h5 {
    font-size: 18px;
    line-height: 1.5;
    margin: 15px 0;
}

.blogs .post-content .tags a {
    font-size: 12px;
    color: #999;
    margin-right: 15px;
}

.blogs .post-content .tags a:last-of-type {
    margin-right: 0;
}

.blogs .post-content .tags a i {
    color: #555;
    margin-right: 5px;
}

.blogs .post-content .by {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #444;
    margin-top: -10px;
}

.blogs .post-content .by em {
    text-transform: uppercase;
    font-weight: 800;
    margin-right: 5px;
}

.moreimg {
    margin-top: 30px;
}

.blogs .post-content .more {
    margin-top: 30px;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}

/* ------------------------- */

.panel-default {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: rgb(253, 253, 253);
    border-color: rgb(99, 99, 99);
    border: 1px solid whitesmoke;
}

.panel-title {
    font-size: 19px;
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.more-less {
    float: right;
    color: #212121;
}

.read {
    font-weight: 100;
    color: #888;
}

.blink span {
    font-size: 14.5px;
    font-family: cursive;
    color: rgb(85, 83, 83);
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

.pe-7s-angle-down {
    float: right;
    margin-top: 14px;
    font-size: 30px;
}

.colap {
    padding: 8px 20px;
    background-color: white;
    border: 1px solid whitesmoke;
    border-top: 0;
}

.pbarea {
    padding-bottom: 37px;
}

.nam {
    margin: 6px 0 0 10px;
    font-size: 16px;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Contact ]
-----------------------------------------------------------------*/

/* ------------------------------------- */
.contact .item .icon {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background: #333;
    border-radius: 50%;
    float: left;
}

.contact .item .cont {
    margin-left: 60px;
    margin-bottom: 60px;
}

.contact .item .cont p {
    color: #444;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
}

.contact .social {
    margin-top: 30px;
}

.contact .social .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eee;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.contact .social .icon:last-of-type {
    margin-right: 0;
}

.contact .social .icon:hover {
    background: #000;
    color: #fff;
}

.contact .form input,
.contact .form textarea {
    font-size: 12px;
    width: 100%;
    padding: 15px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.contact .form input:focus,
.contact .form textarea:focus {
    border-color: #333;
}

.contact .form textarea {
    height: 140px;
    max-height: 140px;
    max-width: 100%;
}

.contact .form .form-group {
    position: relative;
}

.contact .form .help-block li {
    color: #ce7373;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    top: 10px;
    right: 10px;
}

[data-overlay-dark]:before {
    background: none !important;
}

.contact .form .butn {
    float: right;
}

.nop {
    background-image: url("../img/hh.jpg");
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Footer ]
-----------------------------------------------------------------*/
footer {
    padding: 80px 0;
}

footer .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: transparent;
    margin: 15px 5px;
}

footer .social a:hover {
    background: #000;
    color: #fff;
}

footer p {
    color: #999;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
.logo-head {
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
}

.logo-head h4 {
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 1px;
}

.logo-head1 {
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
}

.logo-head h4 {
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 1px;
}

.subi {
    margin-left: 40px;
}

.bgset {
    height: 475px;
}

.vtext {
    color: black;
    padding: 0px 15px;
    ;
}

.vvideo {
    padding-left: 16px;
}

/* ----------------------------------------------------------------
 	 [ 15 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
    .services .row {
        padding: 0 13px;
    }

    * {
        word-wrap: normal !important;
    }

    .section-padding {
        padding: 30px 0;
    }

    .section-head {
        margin-bottom: 7px;
    }

    .section-head h4 {
        padding-bottom: 28px;
    }

    .insideimg,
    .insideimg2 {
        margin-bottom: 15px;
    }

    .zoom:hover {
        -ms-transform: scale(1.5);

        -webkit-transform: scale(1.5);

        transform: scale(1.5);
    }

    .bgset {
        height: 475px;
    }

    .vtext {
        color: black;
        padding: 0px 17px;
        ;
    }

    .vvideo {
        padding-left: 16px;
    }

    .pb-90 {
        padding-bottom: 0 !important;
    }

    .video-play-button:before {
        left: 50%;
        top: 50%;
        width: 50px;
        height: 50px;
    }

    .video-play-button:after {
        left: 50%;
        width: 50px;
        height: 50px;
    }

    .video-play-button span {
        border-left: 23px solid #fff;
        border-top: 13px solid transparent;
        border-bottom: 14px solid transparent;
        top: 5px;
        left: 3px;
    }

    .about {
        padding-top: 0px !important;
    }

    .video-play-button {
        width: 5px;
        height: 29px;
        border-radius: 50%;
        padding: 0 21px 8px 5px;
        margin-top: -11%;
        margin-left: 17%;
    }

    iframe {
        width: 300px;
        height: 400px;
    }

    .no {
        display: none;
    }

    .quo {
        width: 30px;
    }

    .sav {
        padding-left: 7px;
    }

    .pox {
        margin-top: 0;
    }

    .nam {
        font-size: 15px;
    }

    .longimg {
        width: 270px;
        margin-top: 10px;
    }

    .madhu {
        height: 200px;
        width: 185px;
    }

    .custm-p {
        padding: 0 !important;
    }

    .mal {
        text-align: center;
    }

    .pe-7s-angle-down {
        margin-top: 17px;
    }

    .quotes li {
        padding-bottom: 38px;
    }

    .subi {
        font-size: 12px !important;
    }

    .demo {
        padding: 0;
    }

    .nop {
        background-image: url("../img/un.JPG");
    }

    /* .subhed{display: none!important;} */
    .services .item {
        padding: 60px 8px;
    }

    .mb-md50 {
        margin-bottom: 50px;
    }

    .mb-md30 {
        margin-bottom: 30px;
    }

    .mb-md0 {
        margin-bottom: 0;
    }

    .bgimg-height {
        height: 200px;
    }

    .bg-fixed {
        background-attachment: scroll !important;
    }

    .navbar {
        padding-left: 15px;
    }

    .navbar .navbar-collapse {
        min-height: 421px;
        max-height: 500px;
        overflow: auto;
        background: #111;
        text-align: center;
        padding: 10px 0;
    }

    .navbar .nav-link {
        margin: 10px auto !important;
    }

    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
        display: inline-block;
    }

    .header {
        background-attachment: scroll !important;
        background-position: 50% 0 !important;
    }

    .header .caption h1 {
        font-size: 45px;
        line-height: 1.4;
    }

    .header .caption p {
        padding: 0;
    }

    .blog .item .cont {
        padding: 0 30px;
        width: 90%;
        margin-left: 5%;
    }

    .blog .item h4 {
        font-size: 24px;
    }
}

.artiname {
    padding: 32px 3px;
    color: white;
}

.artbtn {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 1px solid white;
}

.artbtn:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 1px solid white;
}

.arti {
    padding: 59px 0 51px;
    background-color: black;
}

.tht {
    padding-top: 45px;
}

@media screen and (max-width: 767px) {
    .news-section {
        padding-top: 60px !important;
    }

    .book-area {
        border-radius: 20px !important;
    }

    footer {
        padding: 20px 0 67px 0px;
    }

    .desct {
        text-align: left;
    }

    .lat {
        margin-top: 11px !important;
    }

    .txtl {
        text-align: left;
    }

    .bannery {
        height: auto;
    }

    .carousel-item .carousel-content p {
        display: none !important;
    }

    .contact .item .cont {
        margin-bottom: 15px;
    }

    .bgres {
        height: unset;
    }

    .iframevideo {
        width: 327px !important;
    }

    .works .items {
        padding: 0px 19px;
    }

    .artname1 {
        padding-left: 18px;
    }

    .memo {
        margin-top: 10px;
        padding-bottom: 7px !important;
    }

    .cont1 {
        min-height: 0;
    }

    .artiname {
        padding: unset;
    }

    .web1 {
        padding: 0 22px !important;
    }

    .arti {
        margin-top: -17px;
    }

    .article1 {
        padding: 0 60px;
    }

    .tht {
        padding-top: 0;
    }

    .thot {
        padding-top: 27px !important;
    }

    .section-head {
        margin-top: 22px;
    }

    .slide-respo {
        font-size: 14px !important;
        line-height: 13px !important;
        color: black !important;
    }

    * {
        word-wrap: normal !important;
    }

    .longimg {
        width: 250px;
        margin-top: 10px;
    }

    .about .o-hidden {
        height: unset;
    }

    .custm-p {
        padding: 0;
    }

    .services .item {
        padding: 60px 8px;
    }

    .mb-sm100 {
        margin-bottom: 50px;
    }

    .mb-sm80 {
        margin-bottom: 50px;
    }

    .mb-sm50 {
        margin-bottom: 50px;
    }

    .mb-sm30 {
        margin-bottom: 30px;
    }

    .bgimg-height-sm {
        height: 400px;
    }

    .section-head h4 {
        font-size: 32px;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .area-of-interest-card {
        width: 300px;
        margin-bottom: 30px;
    }

    .area-of-interest-gap {
        display: flex;
        justify-content: center;
        margin: auto;
    }
}

@media screen and (max-width: 480px) {
    .header .background {
        min-height: 120vh;
    }

    .longimg {
        width: 250px;
        margin-top: 10px;
    }

    .header .caption h1 {
        font-size: 25px;
    }

    .works .filtering span {
        margin-bottom: 10px;
        padding: 8px 15px;
    }
}

/*# sourceMappingURL=style.css.map */
/* ============ME=========== */
.mb-20 {
    margin-bottom: 55px !important;
}

.so {
    text-transform: uppercase;
    font-size: 38px;
    margin-top: 104px;
}

.mr span {
    margin: 18px 0 0 59px;
    position: absolute;
}

.services .item:hover .mr span {
    text-decoration: underline;
}

.hed span {
    font-size: 20px;
    font-weight: 700;
}

.point-ul {
    margin-left: 35px;
    margin-top: 15px;
    background: aliceblue;
    padding: 7px;
    margin-right: 35px;

}

.point-ul li {
    list-style-type: initial;
    line-height: 25px;
}

/*carousal text*/

.carousel-item .carousel-content {
    position: absolute;
    top: 75%;
    left: 55%;
    z-index: 20;
    transform: translate(-50%, -50%);
    text-align: justify;
    width: 85%;
    padding: 0 38px;
}

.carousel-item .carousel-content p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 32px;
    text-shadow: #000 0 0 1px, #000 0 0 1px, #000 0 0 1px, #000 0 0 1px, #000 0 0 1px, #000 0 0 1px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Barlow Condensed';
    text-align: left;

}

.carousel-item .carousel-content p span {
    background-color: #00000014;

}

.noorul-insti li {
    background: aliceblue;
    padding: 7px;
    margin-bottom: 7px;
}

.animate__bounce {
    display: inline-block;
    margin: 0 0.5rem;

    animation: bounce;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
}

.art-img {
    width: 206px;
    height: 270px;
    overflow: hidden;
    margin: 0 auto 15px;
}

.art-img img {
    height: 270px;
    object-fit: cover;
}

.book-contact i {
    width: 35px;
    line-height: 31px;
    border: 1px solid;
    border-radius: 17px;
}

.book-publish img {
    height: 320px;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .book-publish img {
        object-fit: contain;
        height: 167px;
    }
}

.moredetail {
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

.moredetail a {
    background: #c7c8c9;
    padding: 0px 10px;
    border-radius: 5px;
    color: #000;
}

.moredetail a:hover {
    background: #795548b0;
    color: #fff;
}

.novel-head {
    background: #e3e3e3;
    border-radius: 5px;
}

.novel-head h5 {

    padding: 25px 0px;
    color: #854129;
}

.artimage {
    object-fit: cover;
    height: 185px;
}

/*--- comment----*/

#comment {
    padding: 7px;
}

#comment .date {
    font-size: 11px
}

#comment .comment-text {
    font-size: 12px;
    color: #000;

}

#comment .fs-12 {
    font-size: 12px
}

#comment .shadow-none {
    box-shadow: none
}

#comment .name {
    color: #000;
    font-weight: 600 !important;
}

#comment .cursor:hover {
    color: blue
}

#comment .cursor {
    cursor: pointer
}

#comment .textarea {
    resize: none
}

#comment .user-icon {
    width: 27px;
    background: lightblue;
    border-radius: 18px;
    height: 27px;
}

#comment .user-icon i {
    margin-left: 8px;
    margin-top: 6px;
}

#comment .title p {
    letter-spacing: 3px;
    color: #000;
    font-weight: 500;
}

.pana {
    position: relative;
}

#thoughts_carousel {
    background-image: url("img\Thoughts\main.png");
    position: absolute;
    top: 0;
}

.articles_dedicated_read {
    /* background-image:none; */
    /* background-image: url('../img/author/dedicated_background.jpg'); */
    /* background-repeat: no-repeat;
     background-size: 100%;
     background-attachment: fixed;    
     width:100%;
     /* height:100%; */
    /* margin:0px;
     background-size: cover;  */
    background-color: #fff;

    Display: flex;
    flex-direction: column;
    align-items: center;

}

.articles_card {
    /* box-shadow: 0 2px 10px 0 ; */
    /* background: linear-gradient(#e4ecec,#e7feff); */
    /* background: inherit; */
    /* backdrop-filter: blur(100px); */
    background-color: #f4f4f4;
    opacity: 1;
    color: #2c3d3d;
    margin: 30px;
    border-radius: 2px;
    /* text-shadow: 0 0 10px grey; */
    color: #101010;

}

#author_panel {
    background-color: #fff;
}

.home_author_image_description {
    justify-content: center;
    padding: 10px;
}

.home_author_title {
    margin-bottom: 30px;
    /* text-align: center; */
}

.home_author_image {
    height: 90%;
    width: 90%;
}

.home_author_description {
    Display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding-top: 30px;
    /* vertical-align: middle; */
}

.book-purchase {
    border: solid 1px #d5d5d5;
    padding: 70px 47px 30px 47px;
    border-radius: 20px;
    background: rgb(169, 148, 122);
    background: linear-gradient(13deg, rgba(169, 148, 122, 1) 0%, rgba(255, 255, 255, 1) 100%);
    min-height: 263px;
    max-height: 100%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 0px;
}

/* -----------new-section------------- */
.news-card {
    height: 620px;
    padding: 10px;
    margin: 12px;
    width: 25rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.news-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}

.book-area {
    /* background-color: #f7f5f5; */
    background-image: url("/img/news-bg.jpg") !important;
    /* object-fit: contain; */
    padding: 25px 35px;
    border-radius: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    font-family: inherit;
}

.news-section {
    padding-top: 150px;
}

.comman-btn {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    display: inline-block;
    font-family: "Amazon Ember", sans-serif;
    font-size: 13px;
    line-height: 29px;
    padding: 0 10px 0 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: 100px;
}

.comman-btn:hover {
    background-color: #f7fafa;
}

.comman-btn:focus {
    border-color: #008296;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    outline: 0;
}

.area-of-interest-card {
    border: solid 1px #d5d5d5;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    min-height: 320px !important;
}

.area-of-interest-card img {
    border-radius: 20px 20px 0px 0px;
    height: 200px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.area-of-interest-discription {
    padding: 12px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.area-of-interest-discription h5 {
    font-family: sans-serif;
    /* letter-spacing: 1px; */
    font-weight: 400;
    font-size: 18px;
}

.area-of-interest-gap {
    margin-top: 30px;
}

.disabled {
    opacity: 0.5;
}

.first-look-img {
    width: 280px;
}

.movie-area {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

/* --author-detail-card-- */
/* Cards */
.postcard {
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.novel-cutting {
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-color: #e1e5ea;
}

.postcard.dark {
    background-color: #18151f;
}

.postcard.light {
    background-color: #e1e5ea;
}

.postcard .t-dark {
    color: #18151f;
}

.postcard a {
    color: inherit;
}

.postcard h1,
.postcard .h1 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.postcard .small {
    font-size: 95%;
}

.postcard .postcard__title {
    font-size: 1.75rem;
}

.postcard .postcard__img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.postcard .postcard__img_link {
    display: contents;
}

.postcard .postcard__bar {
    width: 50px;
    height: 3px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.postcard .postcard__text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.postcard .postcard__preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    /* text-align: justify; */
    line-height: 27px;
    height: 100%;
}

.postcard .postcard__tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin: 20px 0 0 0;
    padding: 0;
    justify-content: center;
}

.postcard .postcard__tagbox .tag__item {
    display: inline-block;
    background: rgba(83, 83, 83, 0.4);
    border-radius: 3px;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    cursor: default;
    user-select: none;
    transition: background-color 0.3s;
}

.postcard .postcard__tagbox .tag__item:hover {
    background: rgba(83, 83, 83, 0.8);
}

.postcard:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 1;
    border-radius: 10px;
}

.postcard:hover .postcard__bar {
    width: 100px;
}

.post-card-title {
    line-height: 37px;
}

.majeed_khan {
    width: 250px;
    margin-top: 15px;
}

@media screen and (min-width: 769px) {
    .postcard {
        flex-wrap: inherit;
    }

    .postcard .postcard__title {
        font-size: 2rem;
    }

    .postcard .postcard__tagbox {
        justify-content: start;
    }

    .postcard .postcard__img {
        max-width: 300px;
        max-height: 100%;
        transition: transform 0.3s ease;
    }

    .postcard .postcard__text {
        padding: 3rem;
        width: 100%;
    }

    .postcard .media.postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        background: #18151f;
        top: -20%;
        height: 130%;
        width: 55px;
    }

    .postcard:hover .postcard__img {
        transform: scale(1.1);
    }

    .postcard:nth-child(2n+1) {
        flex-direction: row;
    }

    .postcard:nth-child(2n+0) {
        flex-direction: row-reverse;
    }

    .postcard:nth-child(2n+1) .postcard__text::before {
        left: -12px !important;
        transform: rotate(4deg);
    }

    .postcard:nth-child(2n+0) .postcard__text::before {
        right: -12px !important;
        transform: rotate(-4deg);
    }
}

@media screen and (min-width: 1024px) {
    .postcard__text {
        padding: 2rem 3.5rem;
    }

    .postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        top: -20%;
        height: 130%;
        width: 55px;
    }

    /* .postcard.dark .postcard__text:before {
        background: #18151f;
   } */
    /* .postcard.light .postcard__text:before {
        background: #e1e5ea;
   } */
}

/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
    background: #79dd09;
    color: black;
}

.green .postcard__title:hover {
    color: #79dd09;
}

.green .postcard__bar {
    background-color: #79dd09;
}

.green::before {
    background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
    background: #0076bd;
}

.blue .postcard__title:hover {
    color: #0076bd;
}

.blue .postcard__bar {
    background-color: #0076bd;
}

.blue::before {
    background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
    background: #bd150b;
}

.red .postcard__title:hover {
    color: #bd150b;
}

.red .postcard__bar {
    background-color: #bd150b;
}

.red::before {
    background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.red:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
    background: #bdbb49;
    color: black;
}

.yellow .postcard__title:hover {
    color: #bdbb49;
}

.yellow .postcard__bar {
    background-color: #bdbb49;
}

.yellow::before {
    background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

@media screen and (min-width: 769px) {
    .green::before {
        background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }

    .green:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }

    .blue::before {
        background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .blue:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .red::before {
        background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
    }

    .red:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
    }

    .yellow::before {
        background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
    }

    .yellow:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
    }
}

.papper-cutting {
    margin-top: 20px;
    margin-bottom: 40px;
}

.papper-cutting h6 {
    line-height: 32px;
}

.sentence-bold {
    font-weight: 600;
    font-size: 15px;
}
/* Add a wrapper to maintain aspect ratio */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Style the video to fill the wrapper */
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----------------------- */