/**
 * Theme Name: Pervez Agwan
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: The Pervez Agwan theme
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: agwanforus.com
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
@font-face {
    font-family: 'Raleway-ExtraLight';
    src: url('assets/fonts/Raleway-ExtraLight.woff2') format('woff2'),
        url('assets/fonts/Raleway-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Bold';
    src: url('assets/fonts/Raleway-Bold.woff2') format('woff2'),
        url('assets/fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-ExtraBold';
    src: url('assets/fonts/Raleway-ExtraBold.woff2') format('woff2'),
        url('assets/fonts/Raleway-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Medium';
    src: url('assets/fonts/Raleway-Medium.woff2') format('woff2'),
        url('assets/fonts/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Regular';
    src: url('assets/fonts/Raleway.woff2') format('woff2'),
        url('assets/fonts/Raleway.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Thin';
    src: url('assets/fonts/Raleway-Thin.woff2') format('woff2'),
        url('assets/fonts/Raleway-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Light';
    src: url('assets/fonts/Raleway-Light.woff2') format('woff2'),
        url('assets/fonts/Raleway-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('assets/fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Heavy';
    src: url('assets/fonts/Raleway-Heavy.woff2') format('woff2'),
        url('assets/fonts/Raleway-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.v-align {
    margin-top: auto;
    margin-bottom: auto;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Raleway-Regular', Arial, sans-serif;
}
header {
    background-color: #074147;
}
header .navbar-brand img {
    max-width: 160px;
    height: auto;
}
header .navbar-collapse .nav {
    margin-left: auto;
    margin-right: auto;
}
header .nav .menu-item {
    font-family: 'Raleway-Medium', Arial, sans-serif;
    font-size: 18px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
}
header .nav .menu-item.current-menu-item .nav-link {
    color: rgb(154, 200, 75);
}
header .nav .menu-item .nav-link {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .nav .menu-item:hover .nav-link,
header .nav .menu-item:focus .nav-link,
header .nav .menu-item:active .nav-link {
    color: rgb(154, 200, 75);
}
header .socials {
    font-size: 18px;
    line-height: 29px;
    margin: 0;
}
header .socials li {
    padding: 0 5px;
}
header .socials li a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .socials li a:hover,
header .socials li a:focus,
header .socials li a:active {
    color: rgb(154, 200, 75);
}
.masthead {
    position: relative;
    background: url("assets/content/bg-img.jpg") no-repeat top center;
}
.masthead .spacer {
    min-height: 650px;
}
.masthead .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, rgba(141, 181, 71, 0) 30%, rgb(4, 92, 100) 50%);
    z-index: 100;
    opacity: 0.9;
}
.masthead h1 {
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
    font-size: 54px;
    line-height: 78px;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0;
    z-index: 110;
}
.heading {
    padding: 35px 0;
    background-color: rgb(61, 38, 103);
    text-align: center;
}
.heading p {
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
    font-size: 39px;
    line-height: 57px;
    color: #fff;
    margin: 0;
}
.intro {
    padding: 60px 0;
    background-color: #26737b;
}
.intro .featured-image {
    width: 100%;
    height: auto;
    border: 2px #3E1B67 solid;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
}
.intro .inner-wrapper {
    background-color: #fff;
    border-radius: 20px 20px 20px 20px;
    padding: 30px;
}
.intro  video {
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}
.intro h3 {
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    font-weight: 700;
    color: rgb(61, 38, 103);
    margin: 0 0 15px;
}
.intro h3 em {
    text-decoration: underline;
}
.intro h4 {
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    color: rgb(6, 94, 103);
    margin: 0 0 15px;
}
.intro p {
    font-family: 'Raleway-Medium', Arial, sans-serif;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #000;
    margin: 0;
}
.intro p a {
    display: inline-block;
    padding: 0 8px;
    color: rgb(61, 38, 103);
    border-bottom: 1px rgb(61, 38, 103) solid;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.intro p a:hover,
.intro p a:focus,
.intro p a:active {
    color: rgb(141, 181, 71);
    border-bottom: 1px rgb(141, 181, 71) solid;
}
.blog-banner {
    background: url("assets/content/blog-banner.webp") no-repeat left bottom;
    position: relative;
}
.blog-banner .spacer {
    min-height: 400px;
}
.blog-banner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(140deg, rgb(61, 38, 103) 0%, rgba(141, 181, 71, 0) 260%);
    z-index: 110;
}
.blog-banner h1 {
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
    font-size: 54px;
    line-height: 78px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    position: relative;
    margin: 0;
    z-index: 120;
}
.blog-area {
    padding: 40px 0 0;
}
.blog-area img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto 15px;
    border-radius: 14px;
}
.single .blog-area h1 {
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px;
    color: rgb(4, 92, 100);
}
.blog-area .meta {
    font-family: 'Raleway-Medium', Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: rgb(4, 92, 100);
    font-weight: 700;
    margin: 0 0 25px;
}
.blog-area .meta li {
    margin: 0;
    padding: 0 5px;
}
.blog-area .meta li:first-child {
    border-right: 3px #8db547 solid;
}
.blog-area article p,
.blog-area article ul,
.blog-area article ol,
.blog-area article table {
    font-family: 'Raleway-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: rgb(33, 37, 41);
    margin: 0 0 15px;
}
.blog-area article a {
    color: rgb(4, 92, 100);
    text-decoration: none;
}
.blog-area article p strong {
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
    color: rgb(33, 37, 41);
}
.blog-area article .separator {
    padding: 30px 0;
}
.blog-area article .separator span {
    display: block;
    min-height: 1px;
    background-color: #0c0d0e;
}

.blog {
    background-color: #eef1f6;
}
.blog .blog-area h2 {
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px;
    color: rgb(4, 92, 100);
}
.blog .blog-area h2 a {
    color: rgb(4, 92, 100);
    text-decoration: none;
}
.blog .blog-area .meta {
    font-weight: 400;
}
.blog .blog-area p {
    font-family: 'Raleway-Regular', Arial, sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: rgb(33, 37, 41);
    margin: 0 0 15px;
}
.blog .blog-area .btn {
    padding: 15px 30px;
    background-color: rgb(141, 181, 71);
    color: #fff;
    font-family: 'Raleway-Regular', Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
}
.blog .blog-area .btn:hover,
.blog .blog-area .btn:focus,
.blog .blog-area .btn:active {
    background-color: #fff;
    color: rgb(141, 181, 71);
}
.blog .blog-area article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px dotted rgb(33, 37, 41);
}
.gallery-area {
    padding: 40px 0;
}
.gallery-area h1 {
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
    font-size: 30px;
    line-height: 39px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px;
    color: rgb(4, 92, 100);
}
.gallery-area .row {
    justify-content: center;
}
.gallery-area .img-wrapper {
    margin-bottom: 30px;
    position: relative;
}
.gallery-area .img-wrapper a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: 100;
}
.gallery-area .img-wrapper a i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    z-index: 110;
}
.gallery-area .img-wrapper a:hover,
.gallery-area .img-wrapper a:focus,
.gallery-area .img-wrapper a:active {
    background-color: rgba(0,0,0,0.7);
     opacity: 1;
}
.gallery-area img {
    max-width: 100%;
    height: auto;
}
.pagination {
  padding: 0 0 30px; }
  .pagination .page-numbers {
    display: inline-block;
    font-family: "Raleway-Medium", Arial, sans-serif;
    background-color: #fff;
    color: rgb(141, 181, 71);
    border: 1px #074147 solid;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    width: 35px;
    height: 35px;
    margin: 0 5px; }
    .pagination .page-numbers.current {
      border: 1px #074147 solid;
      background-color: #074147;
      color: #fff; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      width: auto;
      padding-left: 35px;
      padding-right: 35px; }
.embed-responsive {
    margin-bottom: 15px;
}
.previous-next {padding: 0 0 15px; text-align: center;}
.previous-next a {
     display: inline-block;
     font-family: "Raleway-Medium", Arial, sans-serif;
     font-size: 16px;
     line-height: 23px;
     color: rgb(4, 92, 100);
}

footer {
    padding: 50px 0 20px 0;
    background-color: #074147;
}
footer img {
    max-width: 230px;
    width: 100%;
    height: auto;
}
footer .widget h3  {
    font-family: 'Raleway-Bold', Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 15px;
}
footer .menu-footer {
    font-family: 'Raleway-Medium', Arial, sans-serif;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
}
footer .menu-footer li {
    margin: 0 0 10px;
}
footer .menu-footer li i {
    color: rgb(141, 181, 71);
    padding-right: 5px;
}
footer .menu-footer li a {
    color: #fff;
    text-decoration: none;
}
footer .socials {
    font-size: 18px;
    line-height: 29px;
    margin: 0;
}
footer .socials li {
    padding: 0 5px;
}
footer .socials li a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer .socials li a:hover,
footer .socials li a:focus,
footer .socials li a:active {
    color: rgb(154, 200, 75);
}
footer .bottom {
    margin-top: 15px;
    border-top: 5px double rgb(124, 133, 155);
    padding-top: 15px;
}
footer .bottom p {
    font-family: 'Raleway-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: rgb(124, 133, 155);
    margin: 0;
}
@media (max-width: 992px) {
    .masthead .spacer {
        min-height: 0;
    }
    .masthead h1 {
        padding: 50px 0;
        font-size: 40px;
        line-height: 52px;
    }
    header .navbar-toggler {
        position: absolute;
        right: 0;
        top: 10px;
    }
    header .hamburger-inner,
    header .hamburger-inner::after,
    header .hamburger-inner::before {
        background-color: #fff;
    }
    header .socials {
        position: absolute;
        right: 0;
        top: 70px;
    }
    header .navbar-collapse .nav {
        text-align: center;
    }
    .heading {
        padding: 25px 0;
    }
    .heading p { 
        font-size: 30px;
        line-height: 39px;
    }
    .intro {
        padding: 40px 0;
    }
    .intro img {
        margin-bottom: 15px;
    }
    .intro .inner-wrapper {
        padding: 20px;
    }
    .intro h3 {
        font-size: 25px;
        line-height: 32px;
    }
    .intro h4 {
        font-size: 20px;
        line-height: 27px;
    }
    .blog-area {
        text-align: center;
    }
    .blog-banner h1 {
        padding: 50px 0;
        font-size: 40px;
        line-height: 52px;
    }
    .blog-banner .spacer {
        min-height: 0;
    }
    .blog .blog-area .btn {
        padding: 15px 25px;
    }
    .single .blog-area h1 {
        font-size: 40px;
        line-height: 52px;
    }
    footer {
        padding: 40px 0 20px;
    }
}
@media (max-width: 767px) {
    .masthead h1 {
        padding: 35px 0;
        font-size: 30px;
        line-height: 39px;
    }
    .heading {
        padding: 15px 0;
    }
    .heading p {
        font-size: 25px;
        line-height: 32px;
    }
    .intro {
        padding: 20px 0;
    }
    .intro .inner-wrapper {
        padding: 15px;
    }
    .intro h3 {
        font-size: 20px;
        line-height: 27px;
    }
    .intro h4 {
        font-size: 18px;
        line-height: 25px;
    }
    .intro p {
        line-height: 25px;
    }
    .gallery-area {
        padding: 20px 0;
    }
    .gallery-area .img-wrapper {
        margin-bottom: 15px;
    }
    .blog-banner .spacer {
        min-height: 0;
    }
    .blog-banner h1 {
        padding: 40px 0;
        font-size: 30px;
        line-height: 39px;
    }
    .blog-area {
            padding: 20px 0;
    }
    .blog-area article {
        overflow: hidden;
    }
    .blog .blog-area h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .single .blog-area h1 {
        font-size: 30px;
        line-height: 39px;
    }
     .blog-area article ul, .blog-area article ol {
        padding-left: 20px;
        white-space: wrap;
    }
    .blog-area article .separator {
        padding: 10px 0px;
    }
    .previous-next a:first-child {
        padding-bottom: 15px;
    } 
    footer {
        padding: 20px 0 20px 0;
        text-align: center;
    }
    footer img {
        margin-bottom: 15px;
    }
} 
@media (max-width: 480px) {
    header .navbar-brand img {
        max-width: 145px;
        height: auto;
    }
    .blog .blog-area .btn {
        padding: 15px;
    }
}