@import url('https://fonts.googleapis.com/css?family=Slabo+27px');

.wrapper #content .content_body .home {
    height: 654px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url("../images/background.jpg");
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}
.home .sabeel-home{
    padding-top: 60px;
    color: #DED3B8;
    font-size: 30px;
    font-family: "Slabo 27px", Arial, Helvetica, sans-serif;
    /*font-family: "Roboto",sans-serif;*/
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: .2px;
}
.home-description{
    padding-top: 655px;
}

.portfolio-card {
    background-color: #313539;
    padding: 40px 50px;
}

h2 {
    font-family: "Unica One", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #ffffff;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 36px;
}

h3 {
    font-family: "Unica One", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 36px;
    color: #ae895d;
    font-size: 18px;
}

p {
    font-family: "Slabo 27px", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.73;
    font-size: 15px;
    color: #d6d6d6;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: normal;
}

.profile-title {
    font-family: "Slabo 27px", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #DED3B8;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .2px;
    line-height: 36px;
    margin-bottom: 0;
}
.profile-designation{
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 17px;
}
#sidebar .social {
    text-align: center !important;
}

#sidebar .social li {
    display: inline-block;
}

#sidebar .social li a {
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

#sidebar .social li a:active, #sidebar .social li a:hover, #sidebar .social li a:focus {
    border-right: 0 !important;
}

.parallax-window1 {
    height: 300px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url("../images/background2.jpg");
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}

.parallax {
    text-align: center;
    padding: 40px 0;
}

.parallax h2 {
    margin-bottom: 30px;
}

.parallax img {
    width: 150px;
}

.second-content {
    width: 100%;
}

.second-content .div1 {
    background-color: rgb(36, 41, 45);
    padding: 10%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 118.1px;
    height: auto;
}

.second-content .details .col-md-6 {
    background-color: rgb(36, 41, 45);
}

.second-content .description {
    padding-bottom: 30px;
}

.second-content .details .col-md-6:nth-child(1) .description {
    padding-left: 47px;
}

.second-content .details .col-md-6:nth-child(2) {
    background-color: rgb(43, 49, 54);
}

.second-content .details .col-md-6:nth-child(2) .description {
    padding-left: 20px;
    padding-right: 60px;
}

.content_body {
    background-color: rgb(43, 49, 54);
}

/*card demo*/
.card-demo {
    margin-left: 0;
    background-color: rgb(43, 49, 54);
    padding-left: 30px;
}

.card-group {
    margin: 0 auto;
    text-align: center;
}

.card-group .card {
    margin: 0 0 0;
    border: none;
}

.card-group .card:first-child, .card-group .card:nth-child(3) {
    background-color: rgb(36, 41, 45);
}

.card-group .card:nth-child(2), .card-group .card:nth-child(4) {
    background-color: rgb(43, 49, 54);
}

.card-title {
    font-family: "Unica One", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ae895d;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 0;
}

.card-text {
    font-family: "Unica One", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 36px;
    margin-top: 0;
}

.card-group .button {
    height: 30px;
    padding: 0 11px;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 600;
    border: none;
    color: #000;
    border-radius: 45px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
    transition: all .3s ease 0s;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .card-group .card {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card-group .card {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.333333%;
    }
}

@media (min-width: 992px) {
    .card-group .card {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

@media (min-width: 280px) and (max-width: 320px) {
    .card-demo {
        margin-left: 0;
    }
}

@media (min-width: 320px) and (max-width: 7680px) {
    .card-demo {
        padding-left: 0 !important;
    }

}

/*bio description*/
.bio-description {
    padding-top: 0;
}

.bio-details p {
    padding-left: 30px;
}

.padding {
    padding-right: 40px;
    margin-bottom: 0;
}

/*cv page start here*/
.cv-position {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    width: 100%;
}

.layer1 {
    margin: 40px;
}

.layer2 {
    background-color: #3B4045;
    padding: 30px;
}

.cv-description {
    margin-top: 25px;
}

.cv-description h3 {
    font-size: 24px;
}

.cv-description ul li {
    color: #d6d6d6;
    font-size: 15px;
    font-family: "Slabo 27px", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-style: normal;
    line-height: 1.73;
}


/*accordion*/

.heading-primary {
    font-size: 2em;
    padding: 2em;
    text-align: center;
}


.accordion dd,
.accordion__panel {
    font-size: 1em;
    line-height: 1.5em;
}

.accordion p {
    padding: 1em 2em 1em 2em;
}

.accordion {
    position: relative;
}

.accordion a:hover, .accordion a:focus {
    color: #ae895d;
}


.accordionTitle,
.accordion__Heading {
/ text-align: center;
    font-weight: 700;
    padding: 5px 2em;
    display: block;
    text-decoration: none;
    color: #ae895d;
    transition: background-color 0.5s ease-in-out;
}

.accordionTitle:before,
.accordion__Heading:before {
    content: "+";
    font-size: 1.5em;
    line-height: 0.5em;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.accordion ul {
    margin-left: 40px;
}

.accordion ul li {
    color: #d6d6d6;
    font-size: 15px;
    font-family: "Slabo 27px", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-style: normal;
    line-height: 1.73;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.accordionItem {
    height: auto;
    overflow: hidden;
    max-height: 50em;
    transition: max-height 1s;
}

@media screen and (min-width: 48em) {
    .accordionItem {
        max-height: 15em;
        transition: max-height 0.5s;
    }
}

.accordionItem.is-collapsed {
    max-height: 0;
}

.no-js .accordionItem.is-collapsed {
    max-height: auto;
}

.animateIn {
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
    animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
    -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
    }
}

.layer1 form {
    padding-top: 50px;
}

.layer1 form input, .layer1 form textarea {
    background-color: gray;
    border: none;
    color: #ffffff;
}

.layer1 .form-control:focus {
    background-color: gray;
    border: none;
    box-shadow: none;
}

.layer1 form label, .layer1 span {
    color: #d6d6d6;
    font-size: 15px;
    font-family: "Slabo 27px", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-style: normal;
    line-height: 1.73;
}

.layer1 .contact-details {
    padding-top: 50px;
}

.layer1 .contact-details p {
    margin-top: 0;
    margin-bottom: 0;
}

.layer1 table thead th {
    color: #d6d6d6;
    font-size: 16px;
    font-family: "Slabo 27px", Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    font-style: normal;
    line-height: 1.73;
}

.layer1 table thead tr {
    background-color: #C0996B;
}

.layer1 table tbody td, th {
    color: #d6d6d6;
    font-size: 15px;
    font-family: "Slabo 27px", Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    font-style: normal;
    line-height: 1.73;
}

.desButton {
    color: #ffffff;
    padding: 11px 25px;
    border: 0;
    font-size: 13px;
    text-transform: uppercase;
    background: #AD3D32;
    font-weight: bold;
}

.booksImage {
    width: 65%;
    margin: 0 auto;
}

.book-cover {
    text-align: center;
}

.book-cover img {
    width: 80%;
}

.book-details {
    padding: 0;
}

.book-details p {
    margin-top: 0;
    margin-bottom: 0;
}

.book-details p:last-child {
    margin-bottom: 20px;
}

.book-details h3 {
    margin-bottom: 0;
}

.bio-right {
    padding-right: 0;
}

.bio-left {
    padding-left: 0;
}

h4 {
    font-family: "Unica One", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 36px;
    color: #ffffff;
    font-size: 17px;
}

/*footer*/
footer {
    width: 102%;
}

footer ul {
    list-style-type: none;
    margin-bottom: 0 !important;
    padding: 15px 0;
}

footer ul li {
    display: inline-block;
}

footer .footer-first ul li a {
    text-transform: none;
    color: #2a2a37;
    display: block;
    font-weight: 400;
    text-decoration: none;
    font-family: "Open Sans", Gotham, gotham, Tahoma, Geneva, sans-serif;
    font-size: 13px;
    padding: 5px;
}

footer .footer-first {
    padding: 10px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

footer span {
    color: #A7A6AB;
    font-family: "Open Sans", Gotham, gotham, Tahoma, Geneva, sans-serif;
    font-style: italic;
    margin: 0 10px;
    font-size: 12px;
}

footer .footer-second ul li a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding-top: 5px;
    color: #ffffff;
}

footer .footer-second {
    width: 100%;
    background-color: #3f3b3b;
}

footer .footer-second ul li:last-child a i {
    color: #000;
}

footer .footer-second {
    background-color: #3f3b3b;
}


@media (min-width: 280px) and (max-width: 768px) {
    .display {
        display: none !important;
    }

    .wrapper #content .content_body .home {
        background-image: none;
        margin-left: 0;
        padding-top: 0;
        width: 100%;
    }

    .second-content {
        margin-left: 0;
    }

    .second-content .row {
        margin: 0;
    }

    .second-content .details .col-md-6:nth-child(1) .description {
        padding-left: 20px;
    }

    footer {
        width: 100%;
    }

    .bio-right {
        padding-right: 15px;
    }

    .bio-left {
        padding-left: 15px;
    }

    .bio-description {
        padding: 53px;
        margin: 0 auto;
        text-align: center;
    }

    .bio-details p {
        padding: 53px;
        margin: 0 auto;
        text-align: center;
    }

    .booksImage {
        width: 100%;
    }

    .book-details {
        /*text-align: center;*/
    }

    .book-button {
        text-align: center;
    }

    .padding{
        padding-right: 0;
    }
    .home-description {
        padding-top: 0;
    }
    .contact-details {
        text-align: center;
    }
    iframe{
        width: 100%;
    }
}

@media (min-width: 280px) and (max-width: 414px) {
    #sidebar .sidebar-header {
        padding: 10px 20px 0;
        margin: 5px 44px 20px;
    }
}

@media (min-width: 280px) and (max-width: 420px){
    .layer1 table thead th{
        font-size: 10px;
        font-weight: normal;
    }
    .layer-margin{
        margin: 0 !important;
    }
    .bio-description{
        padding: 50px;
        text-align: center !important;
        margin: 0 auto !important;
        width: 70% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .bio-description p a{
        font-size: 11px;
    }
}
@media (min-width: 768px) and (max-width: 1002px){
    .desButton{
        font-size: 10px;
        padding: 12px 35px;
    }
}
.button{
    color: #ffffff !important;
    padding: 11px 25px;
    border: 0;
    font-size: 13px;
    text-transform: uppercase;
    background: gray;
    font-weight: bold;
    border-radius: 0;
}
.youtube p{
    margin-top: -21px !important;
}
.gallery img{
    width: 100%;
    margin-bottom: 15px;
}

@media (min-width: 280px) and (max-width: 300px) {
    .layer1{
        margin: 0 !important;
    }
    iframe{
        width: 100%;
    }
    .bookMargin{
        margin: 40px !important;
    }
    .bookCover{
        text-align: center !important;
    }
    .books,.book-details{
        text-align: center !important;
    }
    .butt{
        text-align: center;
    }
}
@media (min-width: 769px) and (max-width: 1199px) {
    iframe{
        text-align: center;
        width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1250px) {
    iframe{
        text-align: center;
        width: 180px;
    }
}
@media (min-width: 280px) and (max-width: 576px){
    footer ul:first-child{
        text-align: center !important;
    }
    .bookCover{
        text-align: center !important;
    }
    .books,.book-details{
        text-align: center !important;
    }
    .butt{
        text-align: center;
    }
}

.readButton{
    color: #ffffff;
    border-radius: 0;
    padding: 5px 10px;
    font-weight: 400;
    height: 45px;
    font-size: 12px;
    letter-spacing: 2.5px;
    border: none;
    transition: all .3s ease 0s;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}
