/*Theme Name: Azad Art Hall
Theme URI: http://azadarthall.com
Author: Md. Rabiul Islam
Author URI: http://www.fatihatech.com
Description: This is the Corporate site for used printing, business, outdoor advertising. It is Highly customizable theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: esl
Domain Path: /languages*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

/*@font-face {*/
/*    font-family: "Roboto";*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: url("fonts/Roboto-Regular.woff2") format("woff2");*/
/*}*/

/*@font-face {*/
/*    font-family: "Roboto";*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    src: url("fonts/Roboto-Bold.woff2") format("woff2");*/
/*}*/

/*@font-face {*/
/*    font-family: "Roboto Slab";*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    src: url("fonts/RobotoSlab-Bold.woff2") format("woff2");*/
/*}*/

@font-face {
    font-family: "BebasNeue";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/BebasNeue.ttf");
}


/*!*-------------------------------- [ Resets: Less Framework 4 ] --------------------------------*!*/
/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,*/
/*p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,*/
/*img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,*/
/*dl, dt, dd, ol, ul, li, fieldset, form, label, legend,*/
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
/*article, aside, canvas, details, figure, figcaption, hgroup,*/
/*menu, footer, header, nav, section, summary, time, mark, audio, video {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    border: 0;*/
/*}*/

/*article, aside, canvas, figure, figure img, figcaption, hgroup,*/
/*footer, header, nav, section, audio, video {*/
/*    display: block;*/
/*}*/

/*a img {*/
/*    border: 0;*/
/*}*/


/*ul li {*/
/*    list-style-type: none;*/
/*}*/


/**,*/
/**:before,*/
/**:after {*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    -ms-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*}*/


/*!* Selection colours (easy to forget) *!*/

/*::selection {*/
/*    background: rgb(179, 39, 24);*/
/*    color: #fff;*/
/*}*/

/*::-moz-selection {*/
/*    background: rgb(179, 39, 24);*/
/*    color: #fff;*/
/*}*/

/*img::selection {*/
/*    background: transparent;*/
/*}*/

/*img::-moz-selection {*/
/*    background: transparent;*/
/*}*/

/*ul li {*/
/*    list-style-type: none;*/
/*}*/

body {
    background: #fff;
    color: #333;
    font: 14px/24px Helvetica, sans-serif;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    /* Stops Mobile Safari from auto-adjusting font-sizes */
    -webkit-tap-highlight-color: rgb(244, 120, 32);
    overflow-x: hidden;
    /*margin-left: 8%;*/
}

/*body::-webkit-scrollbar {*/
/*    width: .75em;*/
/*}*/

/*body::-webkit-scrollbar-track {*/
/*    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
/*}*/

/*body::-webkit-scrollbar-thumb {*/
/*    background-color: #ccc;*/
/*}*/

/*strong {*/
/*    font-weight: 600;*/
/*}*/

/*.theme-clearfix {*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*}*/

/*.theme-clearfix:after {*/
/*    height: 0;*/
/*    clear: both;*/
/*    content: "";*/
/*    font-size: 0;*/
/*    min-height: 0;*/
/*    display: block;*/
/*    visibility: hidden;*/
/*}*/

/*.section_bottom_padding {*/
/*    padding-bottom: 24px !important;*/
/*}*/

/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6 {*/
/*    font-family: Roboto;*/
/*    font-weight: bold;*/
/*    margin: 0 0 10px;*/
/*}*/

/*h1 {*/
/*    font-size: 25px;*/
/*}*/

/*h2 {*/
/*    font-size: 18px;*/
/*}*/

/*h3 {*/
/*    font-size: 16px;*/
/*}*/

/*h4 {*/
/*    font-size: 14px;*/
/*}*/

/*h5 {*/
/*    font-size: 12px;*/
/*}*/

/*h6 {*/
/*    font-size: 10px;*/
/*}*/

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover {
    color: #61AB00;
    text-decoration: none;
}

.menuWrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #B1B3B6;
    padding: 0 2%;
}

.primary-menu {
    font-size: 1em;
    width: 70%;
    padding: 0 20px;
}

.primary-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
}

.primary-menu ul li {

}

.primary-menu ul li a {
    text-transform: uppercase !important;
    position: relative;
    padding: 13px;
    line-height: 20px;
    display: block;
    white-space: nowrap;
    font-weight: 600;
    text-decoration: none;

    letter-spacing: 0px;
    color: #5a595b;
    border-right: 1px solid #e0dedf;
    border-radius: 0;
}

.primary-menu ul li a.active,
.primary-menu ul li a:hover {
    /*color: #e4032d;*/
    border-bottom: 0px solid #61AB00;
    padding-bottom: 13px !important;
    color: #61AB00;
}

.primary-menu ul li a::before,
.primary-menu ul li a::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.primary-menu ul li a::before,
.primary-menu ul li a::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.primary-menu ul li a::before {
    border-top: 0px solid #61AB00;
    border-bottom: 3px solid #61AB00;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.primary-menu ul li a::after {
    border-left: 0px solid #61AB00;
    border-right: 0px solid #61AB00;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

.primary-menu ul li a:hover::before,
.primary-menu ul li a:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}


/*.primary-menu li.nav-item a::before, */
/*li.nav-item a::after {*/
/*    box-sizing: inherit;*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.primary-menu li.nav-item a::before,
.primary-menu li.nav-item a::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.bottom-head li.nav-item a::before {
    border-top: 0px solid #e4032d;
    border-bottom: 3px solid #e4032d;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.bottom-head li.nav-item a::after {
    border-left: 0px solid #e4032d;
    border-right: 0px solid #e4032d;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

.bottom-head li.nav-item a:hover::before, #li.nav-item a:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}


ul.social-media {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 30%;
    padding: 0 20px;
}

ul.social-media li {
    padding: 15px;
    line-height: 20px;
    display: block;
}

ul.social-media ul li a {

}

:root {
    --primary-color: darkgreen;
}


.heading {
    font-family: 'Abel', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}


.section {
    /*background-color: #0B163F;*/
    background-image: url(images/page-header-bg.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

/*.call-to-action-content .solid-button a {*/
/*    color: rgb(255, 255, 255);*/
/*    border-width: 1px;*/
/*    border-style: solid;*/
/*    border-color: var(--primary-color);*/
/*    border-image: initial;*/
/*    background: var(--primary-color);*/
/*}*/

.view-more-link a {
    display: inline-block;
    color: var(--primary-color);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: "IBM Plex Sans", sans-serif;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    padding: 10px 35px;
    border-radius: 4px;
    transition: 0.3s ease-in;
}

.solid-button a:hover {
    color: var(--primary-color);
    background: transparent;
}

.solid-button a {
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary-color);
    border-image: initial;
    background: var(--primary-color);
}

.solid-button a:hover i {
    color: var(--primary-color);
}

.view-more-link a:hover i {
    padding-left: 10px;
}

.solid-button a i {
    color: rgb(255, 255, 255);
}

.view-more-link a i {
    transition: 0.3s ease-in;
}


.section-footer {
    background: #000;
    padding: 100px 0 80px 0;
}

.section-footer .footer-box {
    width: 100%;
    text-align: center;
    padding: 30px 30px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 23px;
}

.section-footer .footer-box .box-inner {
    margin: auto;
}

.section-footer .footer-box .box-inner a {
    display: block;
}

.section-footer .footer-box.h-s {
    min-height: 165px;
}

.section-footer .footer-box.h-m {
    min-height: 245px;
}

.section-footer .footer-box.h-l {
    min-height: 433px;
}

.section-footer .footer-box.bg_white {
    background: #fff;
}

.section-footer .footer-box.bg_grey {
    background: #232220;
}

.section-footer .footer-box.bg_red {
    background: #ca0420;
}

.section-footer .footer-box h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 0;
}

.section-footer .footer-box.bg_white h4 {
    color: #131313;
}

.section-footer .footer-box.bg_grey h4 {
    color: #fff;
}

.section-footer .footer-box.bg_red h4 {
    color: #fff;
}

.section-footer .footer-box h4 span {
    font-weight: 700;
}

.section-footer .footer-box img.icon-arrow {
    border-radius: 50%;
    max-width: 30px;
    padding: 2px;
    margin-bottom: 10px;
}

.section-footer .footer-box.bg_white img.icon-arrow {
    border: 2px solid #ca0420;
}

.section-footer .footer-box.bg_grey img.icon-arrow {
    border: 2px solid #ca0420;
}

.section-footer .footer-box.bg_red img.icon-arrow {
    border: 2px solid #fff;
}

.section-footer .footer-box .social-icons h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.section-footer .footer-box .social-icons .icon-list a {
    display: inline-block;
}

.section-footer .footer-box .social-icons .icon-list span {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 4px 2px;
    text-align: center;
    border: 2px solid #131313;
    border-radius: 50%;
    margin: 0 2px;
}

.section-footer .footer-box .social-icons .icon-list span i {
    color: #131313;
}

/*.section-footer .footer-box:hover img.icon-arrow {
	margin-left: 20px;
}*/

/*.section-footer-2 {*/
/*    background: linear-gradient(to right, #003300, #00B858) repeat-y;*/
/*    padding: 60px 0 40px 0;*/
/*}*/

.section-footer-2 .footer-box {
    margin-bottom: 20px;
}

.section-footer-2 .footer-box h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 30px;
    color: #000;
    padding-bottom: 8px;
    position: relative;
}

.section-footer-2 .footer-box h4::before {
    background: #003300;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 140px;
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0
    }
    50% {
        left: 85px
    }
    100% {
        left: 0
    }
}

.section-footer-2 .footer-box h4::after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 4px;
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

.section-footer-2 .footer-box .item {
    margin-bottom: 20px;
}

.section-footer-2 .footer-box .item a {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
}

.section-footer-2 .footer-box .item a i {
    color: #003300;
    margin-right: 5px;
}

.section-footer-2 .footer-box .items-list ul li {
    margin-bottom: 10px;
}

.section-footer-2 .footer-box .items-list ul li a {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
}

.section-footer-2 .footer-box .items-list ul li a i {
    color: #003300;
    margin-right: 5px;
}

.footer-bottom {
    background: #003300;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #fafafa;
}


/*** Slider ***/
.slider-wrap {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    /* margin-bottom: 3rem; */
    /*background: linear-gradient(to right, #000434, #0082B8);*/
    min-height: 500px;
    background: linear-gradient(to right, #003300, #00B858 50%);
}

.hero-slider .hero-image {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white;
}

@media (max-width: 640px) {
    .hero-slider .hero-image {
        height: 200px !important;
    }
    .slider-wrap {
        min-height: 200px !important;
    }
    .right-side {
        height: 200px !important;
        justify-content: flex-start;
    }
    .hero-slider .hero-image p {
        font-size: .75rem;
    }
    .hero-image {
        flex-direction: column;
        text-align: center;
    }
    .hero-image .left-side,
    .hero-image .right-side {
        flex: 1 1 100%;
        min-width: 100%;
    }
    .hero-image p {
        font-size: 10px;
    }
}

.hero-slider .hero-image .left-side {
    width: 40%;
    background-size: 100% 100%;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 18.125rem;
    padding: 1rem 0.75rem;
}

.hero-slider .hero-image .overlay {
    /*background: rgba(0, 0, 0, 0.5);*/
    padding: 40px;
    border-radius: 10px;
}

.right-side {
    position: relative;
    width: 60%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.right-side svg {
    height: 100%;
    width: auto;
    outline: none;
}

:not(svg) {
    transform-origin: 0px 0px;
}

@media (min-width: 900px) {
    .css-dvlrt5 {
        height: 100%;
        left: 0px;
        position: absolute;
        width: auto;
        z-index: 1;
    }
}

.hero-slider .hero-image h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.hero-slider .hero-image p {
    font-size: 1.2rem;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 5%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    transition: background-color 0.3s ease;
    cursor: pointer;
    opacity: 0.15;
}

.slick-dots li.slick-active {
    opacity: 1;
    width: 10px;
    height: 10px;
}

.slick-dots li button {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
}

.slick-slide img {
    display: block;
    height: 100%;
    width: auto;
}

.slide-image-mask {
    height: 100%;
    margin: 0;
    object-fit: fill;
    width: 100%;
    /*aspect-ratio: 1440 / 680;*/
}

@media (min-width: 900px) {
    .slide-image-mask {
        mask-image: url('images/hero-image-mask.svg');
        mask-size: auto 100%;
        mask-repeat: no-repeat;
    }
}

@media (min-width: 1440px) {
    .slide-image-mask {
        position: absolute;
    }
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}


.css-vrvoew {
    display: none;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(-58%);
    -moz-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
    transform: translateY(-58%);
    width: 100%;
}

@media (min-width: 1200px) {
    .css-vrvoew {
        display: block;
    }
}

@media (min-width: 900px) {
    .css-vrvoew {
        -webkit-transform: translateY(-65%);
        -moz-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
        transform: translateY(-65%);
    }
}


.css-vrvoew {
    display: none;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(-58%);
    -moz-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
    transform: translateY(-58%);
    width: 100%;
}

@media (min-width: 900px) {
    .css-vrvoew {
        -webkit-transform: translateY(-65%);
        -moz-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
        transform: translateY(-65%);
    }
}

@media (min-width: 1200px) {
    .css-vrvoew {
        display: block;
    }
}

.css-vrvoew, .css-vrvoew:active, .css-vrvoew:focus {
    outline: none;
}


.css-8d97to {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
}

.css-1yf0wdv {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    min-height: 200px;
}

.css-l4nzc9-Hero {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    position: relative;
    margin-bottom: 3rem;
}

.css-l4nzc9-Hero:last-child > .MuiContainer-root {
    top: 10%;
}

.css-1k3ffko-HeroFooterImage {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    margin-bottom: 0;
    position: relative;
}

@media (min-width: 900px) {
    .css-yq5xdf {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}

@media (min-width: 900px) {
    .css-1dwf8eo {
        opacity: 0.5;
    }
}

.css-1dwf8eo {
    display: block;
    height: auto;
    width: 100%;
}


.orientation-title {
    display: block;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 0.75rem;
    white-space: pre-wrap;
    color: #F6921E;
    font-size: 4.375rem;
}

.orientation-title2 {
    color: #FFFFFF;
    display: block;
}

.orientation-para {
    color: #FFFFFF;
    font-family: century-gothic, sans-serif;
    font-size: 1.125rem;
    width: 66.66%;

    margin: 0;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.5;
}


.gallery-border-color img:nth-child(1) {
    border: 3px solid #512bd4
}

.gallery-border-color img:nth-child(2) {
    border: 3px solid #d600aa
}

.gallery-border-color img:nth-child(3) {
    border: 3px solid #0b6cff
}

.gallery-border-color img:nth-child(4) {
    border: 3px solid #03B7E9
}

.gallery-border-color img:nth-child(5) {
    border: 3px solid #1B03A3
}

.gallery-border-color img:nth-child(6) {
    border: 3px solid #FF5588
}


.section-footer-2 {
    background: azure;
    padding-top: 50px;
}

.our-services-wrap {

}

.our-services-wrap .card {
    border: 3px solid darkgreen;
}

.our-services-wrap p {
    text-align: justify;
}

.card-body {
    padding-top: 10px;
    background: antiquewhite;
    margin-right: 15px;
}

.card-body:nth-child(even) {
    padding-top: 10px;
    background: antiquewhite;
    margin-right: 0;
}

.card-title {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.section-title span {
    color: #016630;
}



.contact-us p {
    margin: 0;
}