/**
* Template Name: DevFolio - v2.0.0
* Template URL: https://bootstrapmade.com/devfolio-bootstrap-portfolio-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background-color: #f5f5f5;
    color: #4e4e4e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1e1e;
}

a {
    color: #1e1e1e;
    transition: all 0.5s ease-in-out;
}

a:hover {
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    
}

.p-r {
    position: relative;
}

.color-a {
    color: #000;
}

.color-d {
    color: #f5f5f5;
}

.color-text-a {
    color: #4e4e4e;
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
    box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
    box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-6 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.1;
}

.avatar {
    width: 32px;
    height: 32px;
    margin-right: 4px;
    overflow: hidden;
}

.bg-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 1024px) {
    .bg-image {
        background-attachment: scroll;
    }
}

.overlay-mf {
    background-color: #000;
}

.overlay-mf {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
}

.paralax-mf {
    position: relative;
    padding: 8rem 0;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*--/ Sections /--*/
.sect-4 {
    padding: 4rem 0;
}

.sect-pt4 {
    padding-top: 4rem;
}

.sect-mt4 {
    margin-top: 4rem;
}

/*--/ Title s /--*/
.title-s {
    font-weight: 600;
    color: #1e1e1e;
    font-size: 1.1rem;
}

/*--/ Title A /--*/
.title-box {
    margin-bottom: 4rem;
}

.title-a {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}

.subtitle-a {
    color: #4e4e4e;
}

.line-mf {
    width: 40px;
    height: 5px;
    background-color: #000;
    margin: 0 auto;
}

/*--/ Title Left /--*/
.title-box-2 {
    margin-bottom: 3rem;
}

.title-left {
    font-size: 2rem;
    position: relative;
}

.title-left:before {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #000;
    width: 100px;
    bottom: -12px;
}

/*------/ Box /------*/
.box-pl2 {
    padding-left: 2rem;
}

.box-shadow-full {
    padding: 3rem 1.25rem;
    position: relative;
    background-color: #fff;
    margin-bottom: 3rem;
    z-index: 2;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .box-shadow-full {
        padding: 3rem;
    }
}

/*------/ Socials /------*/
.socials {
    padding: 1.5rem 0;
}

.socials ul li {
    display: inline-block;
}

.socials .ico-circle {
    height: 40px;
    width: 40px;
    font-size: 1.7rem;
    border-radius: 50%;
    line-height: 1.4;
    margin: 0 15px 0 0;
    box-shadow: 0 0 0 3px #000;
    transition: all 500ms ease;
}

.socials .ico-circle:hover {
    background-color: #000;
    color: #fff;
    box-shadow: 0 0 0 3px #cde1f8;
    transition: all 500ms ease;
}

/*------/ Ul resect /------*/
.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.list-ico {
    line-height: 2;
}

.list-ico span {
    color: #000;
    margin-right: 10px;
}

/*------/ Ico Circle /------*/
.ico-circle {
    height: 100px;
    width: 100px;
    font-size: 2rem;
    border-radius: 50%;
    line-height: 1.55;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 0 10px #000;
    display: block;
}

/*------/ Owl Carousel /------*/
.owl-theme .owl-dots {
    text-align: center;
    margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 7px;
    margin: 5px 5px;
    background: #cde1f8;
    border: 0px solid #cde1f8;
    display: block;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #1B1B1B;
    width: 25px;
}

/*--/ Scrolltop s /--*/
.scrolltop-mf {
    position: relative;
    display: none;
}

.scrolltop-mf span {
    z-index: 999;
    position: fixed;
    width: 42px;
    height: 42px;
    background-color: #000;
    opacity: .7;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 50%;
}

/*------/ Back to top button /------*/
.back-to-top {
    position: fixed;
    display: none;
    background: #000;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

/*------/ Prelaoder /------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*------/ Button /------*/
.button {
    display: inline-block;
    padding: .3rem .6rem;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    border-radius: .3rem;
    border: 1px solid transparent;
    transition: all 500ms ease;
    cursor: pointer;
}

.button:focus {
    outline: 0;
}

.button:hover {
    background-color: #0062d3;
    color: #fff;
    transition: all 500ms ease;
}

.button-a {
    background-color: #000;
    color: #fff;
    border-color: #cde1f8;
}

.button-big {
    padding: .9rem 2.3rem;
    font-size: 1.2rem;
}

.button-rouded {
    border-radius: 5rem;
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

/*--------------------------------------------------------------
# Nav Bar
--------------------------------------------------------------*/
.navbar-b {
    transition: all .5s ease-in-out;
    background-color: #ffc600;
    box-shadow: 0px 0px 0px grey;
    padding-top: 1.563rem;
    padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
    position: relative;
    padding-right: 10px;
    padding-left: 0;
}

@media (min-width: 768px) {

    .navbar-b.navbar-trans .nav-item,
    .navbar-b.navbar-reduce .nav-item {
        padding-left: 10px;
    }
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
    content: '';
    position: absolute;
    margin-left: 0px;
    width: 0%;
    bottom: 0;
    left: 0;
    height: 2px;
    transition: all 500ms ease;
}

@media (max-width: 1024px) {

    .navbar-b.navbar-trans .nav-link:before,
    .navbar-b.navbar-reduce .nav-link:before {
        margin-left: 18px;
    }
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
    color: #000000;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
    width: 35px;
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
    width: 35px;
}

.navbar-b.navbar-trans .nav-link:before {
    background-color: #ffc600;
}

.navbar-b.navbar-trans .nav-link:hover {
    color:#FF0000;
    display:block;
  
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
    color: #000000 !important;
}

.navbar-b.navbar-reduce {
    transition: all .5s ease-in-out;
    background-color: #ffc600;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
    color: #000;
}

.navbar-b.navbar-reduce .nav-link:before {
    background-color: #000;
}

.navbar-b.navbar-reduce .nav-link:hover {
    color: #000;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
    color: #000;
}

.navbar-b.navbar-reduce .navbar-brand {
    color: #000;
}

.navbar-b.navbar-reduce .navbar-toggler span {
    background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 600;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
    transform: translate3d(0px, 0px, 0px);
    visibility: visible !important;
}

.navbar-b .dropdown-menu {
    margin: 1.12rem 0 0;
    border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
    padding: .7rem 1.7rem;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
    background-color: #000;
    color: #ffc600;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
    background-color: #000;
}

/*--/ Hamburger Navbar /--*/
.navbar-toggler {
    position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #ffc600;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(-135deg);
    opacity: 0.9;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.intro {
    height: 100vh;
    position: relative;
    color: #fff;
}

.intro .intro-content {
    text-align: center;
    position: absolute;
}

.intro .overlay-itro {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
}

.intro .intro-title {
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
}

@media (min-width: 768px) {
    .intro .intro-title {
        font-size: 4.5rem;
    }
}

.intro .intro-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
}

@media (min-width: 768px) {
    .intro .intro-subtitle {
        font-size: 2.5rem;
    }
}

.intro .text-slider-items {
    display: none;
}

.intro-single {
    height: 350px;
}

.intro-single .intro-content {
    margin-top: 30px;
}

.intro-single .intro-title {
    text-transform: uppercase;
    font-size: 3rem;
}

@media (min-width: 768px) {
    .intro-single .intro-title {
        font-size: 3.5rem;
    }
}

.intro-single .breadcrumb {
    background-color: transparent;
    color: #000;
}

.intro-single .breadcrumb .breadcrumb-item:before {
    color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
    color: #cde1f8;
}

.intro-single .breadcrumb a {
    color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-mf .box-shadow-full {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.about-mf .about-img {
    margin-bottom: 2rem;
}

.about-mf .about-img img {
    margin-left: 10px;
}

@media (min-width: 767px) {
    .about-mf .box-pl2 {
        margin-top: 3rem;
        padding-left: 0rem;
    }
}

.skill-mf span {
    color: #4e4e4e;
}

.skill-mf .progress {
    background-color: #cde1f8;
    margin: .5rem 0 1.2rem 0;
    border-radius: 0;
    height: .7rem;
}

.skill-mf .progress .progress-bar {
    height: .7rem;
    background-color: #000;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-box {
    background-color: #fff;
    padding: 2.5rem 0.2rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
    min-height: 403px;
}

.service-box:hover .ico-circle {
    transition: all 500ms ease;
    color: #fff;
    background-color: #000;
    box-shadow: 0 0 0 10px #cde1f8;
}

.service-box .service-ico {
    margin-bottom: 1rem;
    color: #1e1e1e;
}

.service-box .ico-circle {
    transition: all 500ms ease;
    font-size: 4rem;
}

.service-box .s-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
    padding: .4rem 0;
}

.service-box .s-description {
    color: #4e4e4e;
}

/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
.counter-box {
    color: #fff;
    text-align: center;
}

@media (min-width: 577px) {
    .counter-box {
        margin-bottom: 1.8rem;
    }
}

.counter-ico {
    margin-bottom: 1rem;
}

.counter-ico .ico-circle {
    height: 60px;
    width: 60px;
    line-height: 1.8;
    box-shadow: 0 0 0 10px #cde1f8;
}

.counter-num .counter {
    font-size: 2rem;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.work-box {
    margin-bottom: 3rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
}

.work-box:hover img {
    transform: scale(1.3);
}

.work-img {
    display: block;
    overflow: hidden;
    text-align: center;
}

.work-img img {
    transition: all 1s;
}

.work-content {
    padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
    color: #4e4e4e;
    font-size: .8rem;
}

.work-content .w-more .w-ctegory {
    color: #000;
}

.work-content .w-like {
    font-size: 2.5rem;
    color: #000;
    float: right;
}

.work-content .w-like a {
    color: #000;
}

.work-content .w-like .num-like {
    font-size: .7rem;
}

.w-title {
    font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .owl-carousel .owl-item img {
    width: auto;
}

.testimonial-box {
    color: #fff;
    text-align: center;
}

.testimonial-box .author-test {
    margin-top: 1rem;
}

.testimonial-box .author-test img {
    margin: 0 auto;
}

.testimonial-box .author {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 1rem 0;
    display: block;
    font-size: 1.4rem;
}

.testimonial-box .comit {
    font-size: 2rem;
    color: #000;
    background-color: #fff;
    width: 52px;
    height: 52px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .testimonial-box .description {
        padding: 0 5rem;
    }
}

@media (min-width: 992px) {
    .testimonial-box .description {
        padding: 0 8rem;
    }
}

@media (min-width: 1200px) {
    .testimonial-box .description {
        padding: 0 13rem;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.footer-paralax {
    padding: 4rem 0 0 0;
}

.contact-mf {
    margin-top: 4rem;
}

@media (min-width: 767px) {
    .contact-mf .box-pl2 {
        margin-top: 3rem;
        padding-left: 0rem;
    }
}

.php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.php-email-form input,
.php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.php-email-form input::focus,
.php-email-form textarea::focus {
    background-color: #000;
}

.php-email-form input {
    padding: 20px 15px;
}

.php-email-form textarea {
    padding: 12px 15px;
    margin-bottom: 0;
}

.php-email-form button[type="submit"] {
    background: #000;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.php-email-form button[type="submit"]:hover {
    background: #3393ff;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
@media (min-width: 767px) {
    .card-blog {
        margin-bottom: 3rem;
    }
}

.card-blog .card-body {
    position: relative;
}

.card-blog .card-category-box {
    position: absolute;
    text-align: center;
    top: -16px;
    left: 15px;
    right: 15px;
    line-height: 25px;
    overflow: hidden;
}

.card-blog .card-category {
    display: inline-block;
    color: #fff;
    padding: 0 15px 5px;
    overflow: hidden;
    background-color: #000;
    border-radius: 4px;
}

.card-blog .card-category .category {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: .1px;
    margin-bottom: 0;
}

.card-blog .card-title {
    font-size: 1.3rem;
    margin-top: .6rem;
}

.card-blog .card-description {
    color: #4e4e4e;
}

.card-blog .post-author {
    display: inline-block;
}

.card-blog .post-date {
    color: #4e4e4e;
    display: inline-block;
    float: right;
}

/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {

    .post-box,
    .form-comments,
    .box-comments,
    .widget-sidebar {
        padding: 3rem;
    }
}

.blog-wrapper .article-title {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .blog-wrapper .article-title {
        font-size: 1.9rem;
    }
}

.blog-wrapper .post-meta {
    margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
    border-left: 4px solid #000;
    margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
    display: inline-block;
    margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
    color: #000;
}

.blog-wrapper .post-meta ul span {
    color: #1e1e1e;
}

.blog-wrapper .blockquote {
    border-left: 4px solid #000;
    padding: 18px;
    font-style: italic;
}

/*------/ Comments /------*/
.box-comments .list-comments li {
    padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
    display: table-cell;
    vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
    width: 80px;
    height: 80px;
}

.box-comments .list-comments .comment-author {
    font-size: 1.3rem;
}

@media (min-width: 768px) {
    .box-comments .list-comments .comment-author {
        font-size: 1.5rem;
    }
}

.box-comments .list-comments .comment-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
}

.box-comments .list-comments a {
    color: #000;
}

.box-comments .list-comments span {
    color: #1e1e1e;
    font-style: italic;
}

.box-comments .comment-children {
    margin-left: 40px;
}

/*------/ Sidebar /------*/
.widget-sidebar .sidebar-title {
    font-size: 1.6rem;
    font-weight: 600;
    border-left: 5px solid #000;
    padding-left: 15px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
    position: relative;
    padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    left: 0;
    background-color: #000;
    top: 20px;
}

.sidebar-search input {
    background-color: #fff;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
    background-color: #000;
    border-color: #000;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.widget-tags ul li {
    display: inline-block;
    background-color: #000;
    padding: .2rem .6rem;
    margin-bottom: .5rem;
    border-radius: 15px;
}

.widget-tags ul li a {
    color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    text-align: center;
    color: #fff;
    padding: 25px 0;
    background: #0062d3;
}

footer .copyright {
    margin-bottom: .3rem;
}

footer .credits {
    margin-bottom: 0;
}

footer .credits a {
    color: #fff;
}

.about-sc {
    display: flex;
    align-items: center;
}

.img-responsive {
    width: 100%;
}

.content {
    margin: 40px 0px;
}

.books p {
    font-size: 22px;
    text-align: justify;
}

.book {
    display: flex;
    padding: 16px;
    align-items: center;
    box-shadow: 0px 0px 2px grey;
    width: 100%;
}

.book h2 {
    margin-top: 20px;
}

.meant {
    width: 200px;
    height: 200px;
}

.sticky-container {
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -119px;
    top: 160px;
    width: 200px;
    z-index: 2;

}

.sticky li {
    list-style-type: none;
    background-color: #333;
    text-decoration: none;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);

}

.sticky li:hover {
    margin-left: -115px;
    text-decoration: none;
    /*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
    /*background-color: #8e44ad;*/
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.sticky li img {
    float: left;
    margin: 5px 5px;
    margin-right: 10px;

}

.sticky li p {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    text-decoration: none;
    color: White;
    line-height: 43px;

}

@media screen and (max-width:768px) {
    .book {
        display: flex;
        padding: 16px;
        flex-direction: column;
        align-items: center;
        box-shadow: 0px 0px 2px grey;
        width: 100%;
        justify-content: center;
    }

    .banner {
        margin-top: 22%;
    }
    .carousel.pointer-event{
        margin-top:100px;
    }
}

.h2, h2 {
    font-size: 1.5rem;
}
.ul-none{
    padding: 0px 5px;;
}
.ul-none li{
    list-style: none;
    margin-bottom: 10px;
    text-align:justify;
}

.italic{
    font-style: italic;
}

.toolsp ul li{
    margin-bottom:5px;
    text-align:justify;
}
.lead{
    text-align:justify;
}

.enquiry-form-sec-tit {
    font-size: 20px;
    font-weight: 500;
    color: #fd3753; 
    margin-bottom: 25px;
    text-align:center;
    font-weight: 700;
    font-family: 'PT Sans Narrow', sans-serif;
}
.enquiry-form-field {
    display: block;   
    width: 100%;
    height: 100%;
}
.enquiry-form-row {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 20px 15px 20px;
    border-radius: 4px;
    margin-bottom: 30px; 
}
.enquiry-page-ban-title span {
    
    font-weight: 500;
    font-size: 25px;
    color: #000;
}
.enquiry-form-row-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 12px;
    color: #fd3753; 
}
.enquiry-form-row-field {
    width: 100%;   
    position: relative;
}
.enquiry-form-sec {
    width: 90%;
    margin: auto;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
}
.enquiry-form-row-field .custom-control {
    display: inline-block;
    margin-right:20px;
    margin-bottom: 10px;
    font-size: 15px;
    width:200px;
}
.enquiry-form-field .custom-control-label::before {
    background: #ffffff;
    border: 1px solid #a0a0a0;
    width: 15px;
    height: 15px;
}
.enquiry-form-field .custom-control-label::after {
    left: -5px;
    display: block;
    width: 25px;
    height: 25px;
    top:0;
}
.enquiry-form-field select {
    border: 1px solid #ccc !important;
    background: #ffffff url(../images/black-arrow.png) no-repeat 96% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.preference-sec {
    margin-top: 20px;
}
.enquiry-form-field .form-control {
    border: 1px solid #cccccc !important;
    font-size:15px;
}
.enquiry-form-field .custom-control-input:active~.custom-control-label::before {
    background: #ffffff;
}
.term-condition-sec .custom-control {
    font-size: 14px;
}
.btn {
    font-size:15px;
}
.enquiry-form-sec-tit span {
    font-size:17px;
}
.enquiry-form-bnt {    
    text-align: center;
    display: block;
    width: 200px;
    margin: 20px auto;
    background: #FF9800;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
#enquiryformsuccess-message .modal-content {
    background-color: #009688;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
}
#enquiryformsuccess-message .close {
    color:#fff;
    font-size:20px;
}
#enquiryformsuccess-message .modal-body {
       padding: 15px 10px;
}


@media (max-width: 440px) {
  .ai-agent-chat-avatar {
    width: 60px;               /* मोबाइल पर थोड़ा छोटा किया */
    height: 60px;
    border-radius: 50%;        /* परफेक्ट गोल shape */
    overflow: hidden;
    display: flex;
    align-items: center;       /* कंटेंट को बीच में रखने के लिए */
    justify-content: center;
    border: 2px solid #fff;
    position: relative;
    cursor: pointer;
    box-shadow: 
      0 2px 8px rgba(37, 45, 91, 0.04),
      0 8px 16px rgba(84, 95, 111, 0.16); /* मोबाइल के लिए हल्का shadow */
    transition: transform 0.2s ease;     /* छोटा सा hover effect */
  }

  .ai-agent-chat-avatar:hover {
    transform: scale(1.05);   /* छोटा zoom effect */
  }
 .ai-agent-chat-animation-container.isOpened {
  height: 100vh;
  width: 366px !important;
  max-height: initial !important;
}
.tawk-min-container .tawk-button-circle.tawk-button-large {
  width: 40px !important;
  height: 40px !important;
}
.ai-agent-chat-avatar {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  border: 3px solid #fff !important;
  position: relative !important;
  cursor: pointer !important;
  box-shadow:
    0 2px 8px rgba(37, 45, 91, 0.04),
    0 16px 24px rgba(84, 95, 111, 0.16) !important;
  background-color: #f9f9f9 !important;
  transition: transform 0.2s ease !important;
}
.tawk-min-container .tawk-button-circle.tawk-button-large {
  width: 30px !important;
  height: 30px !important;
}
.custom-element {
  position: absolute !important;
  bottom: 0 !important;
  left: -8px !important;
  z-index: 1000 !important;
  border: none !important;
}
.tawk-min-container .tawk-button-circle.tawk-button-large {
  width: 40px !important;
  height: 40px !important;
}


}

@media (max-width:500px) {.ai-agent-chat-animation-container.isOpened {
    height: 100dvh;
    width: 330px !important;
    max-height: initial;
}}



@media (max-width: 375px) {
    .ai-agent-chat-animation-container.isOpened {
    height: 100vh;
    width: 275px !important;
    max-height: initial !important;
}
    
}

@media (max-width:720px) {
    
       .ai-agent-chat-animation-container.isOpened {
    height: 100vh;
    width: 300px !important;
    max-height: initial !important;
}
}


.tawk-button-circle.tawk-button-large {
    display: none !important;
}



img.sanjay-section {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 70px;
  height: 82px;
  border-radius: 50%;
  border: 2px solid #0075E3;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 9999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: rgba(0, 0, 0, 0.3);
  animation: popupEntry 0.6s ease-out;
}

/* Hover Zoom */
img.sanjay-section:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

/* Pop-in Animation */
@keyframes popupEntry {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}





  /* Original button style with base enhancements */
    #jotformAc {
      text-transform: uppercase;
      font-size: 14px;
      cursor: pointer;
      padding: 12px 18px;
      font-family: inherit;
      background-color: #0075E3;
      border: 1px solid #0075E3;
      color: #FFFFFF;
      border-radius: 4px;
      text-decoration: none;
      display: inline-block;
      position: relative;
      z-index: 9999;
      transition: all 0.3s ease;
    }

  /* Anchor Button Style */
  #jotformAc {
    position: relative;
    z-index: 10; /* Ensure it’s below the modal */
    margin-top: 20px;
    display: inline-block;
  }

  /* Adjust Modal if Possible */
  .jotform-embed-modal {
    margin-top: 80px !important; /* Push it down below button */
    z-index: 9999 !important;
    max-height: 90vh;
    overflow-y: auto;
  }

  /* Responsive Button Layout */
  @media (max-width: 1024px) {
    #jotformAc {
      display: block;
      margin: 16px auto;
      max-width: 90%;
      text-align: center;
    }
    .ai-agent-modal-view {
    
    position: absolute;
    width: 100%;
    height: 100%;
    top: 56px !important;
    left: 0;
    display: flex;
   
    /* padding: 10px 10px; */
}
  #jotformAc {
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    padding: 12px 18px;
    font-family: inherit;
    background-color: #0075E3;
    border: 1px solid #0075E3;
    color: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    margin: 0;
}

.ai-agent-modal-view .ai-agent-chat-close-btn {
    border-radius: 100%;
    width: 37.5px;
    height: 37.5px;
    position: absolute;
    right: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    transform: translate(40%, -40%);
    border: 1px solid #c8ceed;
    
    top: 20px !important;
    left: 94% !important;
}
  }

  @media (max-width: 768px) {
    #jotformAc {
      font-size: 13px;
      padding: 10px 16px;
      max-width: 420px;
    }
    .ai-agent-modal-view {
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 53px !important;
    left: 0;
    display: flex;
   
    opacity: 0;
    padding: 10px 10px !important;
}
.ai-agent-modal-view .ai-agent-chat-close-btn {
    border-radius: 100%;
    width: 37.5px;
    height: 37.5px;
    position: absolute;
    z-index: 20;
    display: flex;
    top: 26px !important;
    left: 91% !important;
}

a#jotformAc  {
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    padding: 12px 18px;
    
    margin: 0 !important;
}
  }



  @media (max-width: 440px) {
    #jotformAc {
      font-size: 12px !important;
      padding: 10px 14px !important ;
     width: 50% !important;
    }
    .navbar-b {
    transition: all .5s ease-in-out;
    background-color: #ffc600;
    box-shadow: 0px 0px 0px grey;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
    img.sanjay-section {
    position: fixed;
    right: 15px;
    bottom: 64px !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    border: 2px solid #0075E3;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 10000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 2px 10px !important;
    background: #000000;
}
    .ai-agent-modal-view .ai-agent-chat-close-btn {
   
    width: 37.5px !important;
    height: 37.5px !important;
    position: absolute;
    right:64% !important;
    z-index: 20;
    display: flex;
    align-items: center;
    transform: translate(40%, -40%);
    border: 1px solid #c8ceed;
    background: #fff;
    justify-content: center;
    cursor: pointer;
    top: 30px !important;
}
.ai-agent-modal-view .ai-agent-chat-close-btn {
    border-radius: 100%;
    width: 37.5px;
    height: 37.5px;
    position: absolute;
    left: 75% !important;
    z-index: 20;
    display: flex;
    top: 37px !important;
}
.ai-agent-modal-view {
    
    position: absolute;
    width: 100%;
    height: 100%;
    top: 59px !important;
    left: 0px;
    display: flex;
    
    opacity: 0;
    padding: 11px 10px !important;
}

a#jotformAc {
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    padding: 12px 18px;
   
    margin: 0 !important;
}
  }

  @media (max-width: 320px) {
    #jotformAc {
      font-size: 11px;
      padding: 8px 12px;
      width: 100%;
    }
    .ai-agent-modal-view.entered {
    opacity: 1;
    pointer-events: all;
    margin-top: 71px !important;
    padding: 7px 10px !important;
}
a#jotformAc {
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    padding: 12px 18px;
    font-family: inherit;
    background-color: #0075E3;
    border: 1px solid #0075E3;
    color: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    margin: 0 !important;
}
  }

  /* Floating Round Image Button */
 img.sanjay-section {
    position: fixed;
    right: 15px;
    bottom: 63px !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    border: 2px solid #0075E3;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 10000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 2px 6px !important;
}

  img.sanjay-section:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  }
  
  
  
  
  .sanjay-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #0075E3;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999; /* HIGH but below modal */
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .sanjay-button:hover {
    transform: scale(1.1);
  }

.jotform-embed-modal, iframe[src*="jotform"] {
    z-index: 0 !important;
    position: fixed !important;
    top: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
}


@media (max-width:1024px) {
    .ai-agent-modal-view {
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 249px !important;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    background: rgba(10,21,81,.9);
    opacity: 0;
    z-index: 9999 !important;
}
}


@media (max-width:340px) {
    .ai-agent-modal-view .ai-agent-chat-close-btn {
    border-radius: 100%;
    width: 37.5px;
    height: 37.5px;
    position: absolute;
    right: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    transform: translate(40%, -40%);
    border: 1px solid #c8ceed;
    background: #fff;
    justify-content: center;
    cursor: pointer;
    top: 26px !important;
    left: 83% !important;
}
img.sanjay-section {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 100px  !important;
    height: 100px  !important; 
    border-radius: 50%;
    border: 2px solid #0075E3;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 10000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 2px 10px !important;
}
.navbar-b {
    transition: all .5s ease-in-out;
    background-color: #ffc600;
    box-shadow: 0px 0px 0px grey;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
}
  /* Responsive tweaks for small screen */
  @media (max-width: 768px) {
    .sanjay-button {
      width: 56px;
      height: 56px;
      right: 15px;
      bottom: 15px;
    }
    .jotform-embed-modal,
    iframe[src*="jotform"] {
      width: 95% !important;
    }
    img.sanjay-section {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    border: 2px solid #0075E3;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 10000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 2px 10px !important;
    background: #000000;
}
.navbar-b {
    transition: all .5s ease-in-out;
    background-color: #ffc600;
    box-shadow: 0px 0px 0px grey;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
    
    .ai-agent-modal-view {
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 149px !important;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    background: rgba(10,21,81,.9);
    opacity: 0;
    z-index: 9999 !important;
}
.carousel.pointer-event {
    padding-top: 4px !important;
    max-width: 100%;
}
  }
 @media (max-width: 380px) {
     .ai-agent-modal-view .ai-agent-chat-close-btn {
    border-radius: 100%;
    width: 37.5px;
    height: 37.5px;
    position: absolute;
    right: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    transform: translate(40%, -40%);
    border: 1px solid #c8ceed;
    background: #fff;
    justify-content: center;
    cursor: pointer;
   top: 38px !important;
   left: 80% !important;
}
.navbar-b {
    transition: all .5s ease-in-out;
    background-color: #ffc600;
    box-shadow: 0px 0px 0px grey;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
img.sanjay-section {
    position: fixed;
    right: 52px;
    bottom: 66px !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    border: 2px solid #0075E3;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 10000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 2px 10px !important;background: #000000;
}
     
 }
 
 .ai-agent-modal-view {
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 173px !important;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    background: rgba(10,21,81,.9);
    opacity: 0;z-index: 9999 !important;
}

@media (max-width:1423px) {

.navbar-b {
    transition: all .5s ease-in-out;
    background-color: #ffc600;
    box-shadow: 0px 0px 0px grey;
    padding-top: 6px;
    padding-bottom: 8px;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
}
#jotformAc {
    text-transform: capitalize !important;
    font-size: 14px;
    cursor: pointer;
    padding: 9px 16px !important;
    font-family: inherit;
    background-color: #0075E3;
    border: 1px solid #0075E3;
    color: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px !important;
}
.navbar-b.navbar-reduce {
    transition: all .5s ease-in-out;
    background-color: #ffc600;
    padding-top: 6px;
    padding-bottom: 6px;
}
}


@media (max-width:1096px) {
.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
    color: #000000 !important;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px !important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: center !important;
}
.navbar-b .navbar-brand {
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: 600;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 2px !important;
    padding-left: 3px !important;
}
.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
    position: relative;
    padding-right: 5px !important;
    padding-left: 0 !important;
}
}


@media (max-width:767px) {
.carousel.pointer-event {
    margin-top: 0 !important;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid #a4a4a400 !important;
    border-radius: .25rem;
    background: #fff !important;
    color: #000 !important;
}
.navbar-toggler span {
    display: block;
    background-color: #000000;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
    color: #000;
}
}

@media (max-width:440px) {
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-evenly !important;
}

#jotformAc {
    font-size: 12px !important;
    padding: 10px 14px !important;
    width: 28% !important;
}
.carousel.pointer-event {
    padding-top: 29px !important;
    max-width: 100%;
}
.sect-pt4 {
    padding-top: 2rem !important;
}
.about-mf .box-shadow-full {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.box-shadow-full {
    padding: 3rem 1.25rem;
    position: relative;
    background-color: #fff;
    margin-bottom: 0 !important;
    z-index: 2;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.title-box {
    margin-bottom: 2rem !important;
    padding-top: 1rem !important;
}
.content {
    margin: 15px 0px !important;
}
.work-box {
    margin-bottom: 20px !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
}
.button-big {
    padding: 11px 14px;
    font-size: 14px;
}
.h1, h1 {
    font-size: 17px;
}
.title-a {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}
.h2, h2 {
        font-size: 2rem;
       font-weight: bold;
}
h2 center {
    font-size: 1rem;
}
}


@media (max-width:400px) {

.navbar-b {
    transition: all .5s ease-in-out;
    background-color: #ffc600;
    box-shadow: 0px 0px 0px grey;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
#jotformAc {
    font-size: 12px !important;
    padding: 5px 5px !important;
    width: 28% !important;
}
.navbar-toggler {
    padding: 4px 8px !important;
    font-size: 13px !important;
    line-height: 1;
    border: 1px solid #a4a4a400 !important;
    border-radius: .25rem;
    background: #fff !important;
    color: #000 !important;
}
.navbar-b .navbar-brand {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600;
    padding: 0 !important;
    margin: 0 !important;
}
.carousel.pointer-event {
    padding-top: 29px !important;
    max-width: 100%;
}
.sect-pt4 {
    padding-top: 2rem !important;
}
.about-mf .box-shadow-full {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important ;
}
.box-shadow-full {
    padding: 3rem 1.25rem;
    position: relative;
    background-color: #fff;
    margin-bottom: 0 !important;
    z-index: 2;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.title-box {
    margin-bottom: 2rem !important;
    padding-top: 1rem !important;
}
.content {
    margin: 15px 0px !important;
}
.work-box {
    margin-bottom: 20px !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
}
.button-big {
    padding: 11px 14px;
    font-size: 14px;
}
.h1, h1 {
    font-size: 17px;
}
.title-a {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}
.h2, h2 {
       font-size: 2rem;
       font-weight: bold;
}
h2 center {
    font-size: 1rem;
}
}

@media (max-width:380px) {

.carousel.pointer-event {
    padding-top: 29px !important;
    max-width: 100%;
}
.sect-pt4 {
    padding-top: 2rem !important;
}
.about-mf .box-shadow-full {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important ;
}
.box-shadow-full {
    padding: 3rem 1.25rem;
    position: relative;
    background-color: #fff;
    margin-bottom: 0 !important;
    z-index: 2;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.title-box {
    margin-bottom: 2rem !important;
    padding-top: 1rem !important;
}
.content {
    margin: 15px 0px !important;
}
.work-box {
    margin-bottom: 20px !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
}
.button-big {
    padding: 11px 14px;
    font-size: 14px;
}
.h1, h1 {
    font-size: 17px;
}
.title-a {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}
.h2, h2 {
    font-size: 2rem;
 font-weight: bold;
}
h2 center {
    font-size: 1rem;
}
}

br {
    display: none;
}
