/*
Theme Name: Boozy
Theme URI: https://themewar.com/html/boozy
Author: Themewar
Author URI: https://themeforest.net/user/themewar
Description: Boozy - Creative Agency Responsive HTML5 Template
Version: 1.0.0
License:
License URI:
*/

/*==================================
    [Table of contents]
===================================
    01. Min Width 1200px 
    02. Min Width 1400px
    03. 1400px To 1700px for Large Screens
    04. 1366px To 1421px for Large Screens
    05. 1360px to 1449px 
    06. 1200px To 1365px for Large Screens
    07. 1200px to 1359px
    08. Max Width 1199px for Laptops Device
    09. 992px To 1199px for Laptops Device
    10. Max Width 991px for Laptops Device
    11. 768px To 991px for Laptops Device
    12. Max Width 767px for Tablets & iPads Device
    13. Max Width 575px for Mobile, Tablets & iPads Device
    14. Max Width 380px for Mobile Device
*/


/*------------------------------------------------------
/  01. Min Width 1200px 
/------------------------------------------------------*/
@media (min-width: 1200px){
    .container{
        max-width: 1314px;
        width:100%;
    }
}

/*------------------------------------------------------
/  02. Min Width 1400px 
/------------------------------------------------------*/
@media (min-width: 1400px){
    .container{
        max-width: 1314px;
        width:100%;
    }
}

/*------------------------------------------------------
/  03. 1400px To 1700px for Large Screens
/------------------------------------------------------*/
@media(min-width: 1400px) and (max-width: 1700px){
    .portfolioCarItam .portfolioInfoPP_item {
        padding: 85px 28px;
    }
    h3.ps_item_name {
        min-height: 46px;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.28px;
    }
}

/*------------------------------------------------------
/  04. 1366px To 1421px for Large Screens
/------------------------------------------------------*/
@media (min-width: 1366px) and (max-width: 1421px){
    .funfactSec02V3 {
        margin: 0 50px 0;
    }
    .funfactAreaWrap.ffawMode02 {
        padding: 0 150px 0;
    }
}

/*------------------------------------------------------
/  05. 1360px to 1449px for
/------------------------------------------------------*/
@media (min-width: 1360px) and (max-width: 1449px){
    .portfolioCarItam02.slick-slide {
        margin: 0 57px;
    }
}

/*------------------------------------------------------
/  06. 1200px To 1365px for Large Screens
/------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1365px){
    .banner02:after {
        font-size: 380px;
        letter-spacing: -3.4px;
    }
    .banner02 .bn_btnORdesc {
        padding-left: 195px;
    }
    .abProggressHeading {
        font-size: 58px;
        line-height: 70px;
        letter-spacing: -0.58px;
    }
    .banner03 .banner_content h1 {
        font-size: 235px;
        letter-spacing: -2.35px;
    }
    .portfolioCarItam .portfolioInfoPP_item {
        padding: 90px 30px;
    }
    h3.ps_item_name {
        min-height: 46px;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.28px;
    }
    .widget .latestPost {
        padding: 0 10px 0 100px;
    }
    .fiexdBanner_cont02 h2 {
        letter-spacing: -0.93px;
        font-size: 93px;
        line-height: 113px;
    }
    .fiexdBanner02 {
        padding: 303px 0 243px;
    }
    .boozyBannerBtnArea02 {
        padding: 87px 0 0 215px;
    }
    .boozyBannerBtnArea02 p {
        padding: 25px 24px 0 66px;
    }
}

/*------------------------------------------------------
/  07. 1200px to 1359px
/------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1359px){
    .portfolioCarItam02.slick-slide {
        margin: 0 30px;
    }
    .portFolioInfo02 i {
        padding-left: 110px;
    }
}

/*------------------------------------------------------
/  08. Max Width 1199px for Laptops Device
/------------------------------------------------------*/
@media (max-width: 1199px){
   /* Mobile Menu */
   .menu_btn {
        display: block;
        background: #FFF;
        border: 1px solid rgba(226, 225, 225, .1);
        color: var(--primary-color);
        padding: 10px 15px;
        font-size: 20px;
        line-height: 1.1;
        border-radius: 4px;
        margin-right: 40px;
    }
    .menu_btn i {
        position: relative;
        top: 1.5px;
        color: var(--primary-color);
    }
    .menu_btn.menuBTN02{
        background: #212125;
        border-color: #212125;
    }
    .menu_btn.menuBTN02 i{
        color: #FFF;
    }
    .menu_btn:hover i,
    .menu_btn.active i {
        color: var(--dark-color);
    }
    .menu_btn.menuBTN02:hover i,
    .menu_btn.menuBTN02.active i{
        color: var(--primary-color);
    }
    .mainMenu{
        z-index: 99;
        position: absolute;
        margin: 0;
        padding: 0;
        left: 0;
        top: 100%;
        width: 100%;
        background: #212125;
        display: none;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }
    .mainMenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }
    .mainMenu ul li{
        -webkit-transform: none;
                transform: none;
        -webkit-transition: none;
        transition: none;
        padding: 0;
        margin: 0;
        position: inherit;
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .mainMenu ul > li:last-child{
        border-bottom: 0px;
    }
    .mainMenu > ul > li > a:before,
    .mainMenu > ul > li.current-menu-item > a:before{
        left: 25px;
    }
    .mainMenu > ul > li:hover > a:before, 
    .mainMenu > ul > li.current-menu-item > a:before,
    .mainMenu > ul > li > a.active:before, 
    .mainMenu > ul > li.current-menu-item > a.active:before {
        transform: translateY(110%);
        -moz-transform: translateY(110%);
        -webkit-transform: translateY(110%);
        color: var(--primary-color)
    }
    .mainMenu ul li:hover a:after,
    .mainMenu ul li.menu-item-has-children:hover > a:after, 
    .mainMenu ul li.menu-item-has-children.current-menu-item > a:after {
        color: #FFF;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        top: 3px;
    }
    .mainMenu ul li.menu-item-has-children > a.active:after, 
    .mainMenu ul li.menu-item-has-children.current-menu-item > a.active:after {
        color: var(--primary-color);
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        top: 1px;
    }
    
    .mainMenu ul li.menu-item-has-children.current-menu-item > ul > li a.active:after{
        top: 0px;
    }
    .mainMenu ul li ul li.menu-item-has-children:after,
    .mainMenu ul li ul li ul li.menu-item-has-children:after {
        display: none;
    }
    .mainMenu ul li ul li.menu-item-has-children > a:after {
        content: '\f078';
        font-family: 'Font Awesome 6 Free';
        color: inherit;
        font-weight: 900;
        position: absolute;
        top: 38%;
        cursor: pointer;
        z-index: -1;
        right: 25px;
        font-size: 10px;
        display: inline-block;
        transition: all ease 250ms;
        -moz-transition: all ease 250ms;
        -webkit-transition: all ease 250ms;
    }
    .mainMenu ul li ul li.menu-item-has-children > a.active:after,
    .mainMenu ul li ul li.menu-item-has-children > a:hover:after{
        top: 38%;
    }
    .mainMenu > ul > li:hover > a span, 
    .mainMenu > ul > li.current-menu-item > a span,
    .mainMenu > ul > li > a.active span, 
    .mainMenu > ul > li.current-menu-item > a.active span {
        transform: translateY(200%);
        -moz-transform: translateY(200%);
        -webkit-transform: translateY(200%);
    }
    .mainMenu > ul > li > a.active, 
    .mainMenu ul li ul li.menu-item-has-children > a.active,
    .mainMenu > ul > li.current-menu-item > a.active {
        border-bottom: 1px solid rgba(255,255,255,0.2);
        color: var(--primary-color);
    }
    .mainMenu > ul > li > ul li:hover, 
    .mainMenu > ul > li > ul li.current-menu-item {
        padding-left: 0px;
    }
    .mainMenu > ul > li > a{
        padding: 15px 25px;
    }
    .mainMenu ul li .sub-menu li a{
        border: none;
        padding: 14px 25px 15px;
        background: transparent;
        display: block;
        font-size: 13px;
        line-height: 1;
    }
    .mainMenu ul li .sub-menu li a:hover,
    .mainMenu ul li .sub-menu li a:focus{
        color: var(--primary-color);
    }
    .mainMenu ul li.menu-item-has-children > a:after{
        margin: 0;
        float: right;
        font-size: 12px;
        top: 3px;
    }
    .mainMenu ul li .sub-menu li .sub-menu,
    .mainMenu ul li .sub-menu{
        border: none;
        padding: 0 35px;
        z-index: 5;
        position: relative;
        width: 100%;
        opacity: 1;
        margin: 0;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        visibility: visible;
        pointer-events: inherit;
        top: 0;
        left: 0;
        display: none;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        -ms-transition: none;
    }
    .mainMenu > ul > li > ul:before {
        display: none;
    }
    .mainMenu ul li .sub-menu li:hover .sub-menu,
    .mainMenu ul li:hover .sub-menu{
        visibility: visible;
        opacity: 1;
        left: auto;
        pointer-events: inherit;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transition: none;
        -ms-transition: none;
        border: none;
    }
    .mainMenu ul li .sub-menu li {
        display: block;
        padding: 0;
        margin: 0;
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        visibility: visible;
        transition: none;
        -webkit-transform: none;
                transform: none;
    }
    .mainMenu > ul ul li{
        border-top: 1px solid rgba(0, 0, 0, .05);
    }
    .mainMenu > ul > li > ul li:hover > a, .mainMenu > ul > li > ul li:active > a{
        background: transparent;
    }
    .hm2Progressbar_col{
        margin-top: 60px;
    }
    .banner02 .bn_btnORdesc > p {
        margin-right: 0px;
    }
    .banner02 .bn_btnORdesc {
        padding-left: 245px;
    }
    .srvDetailsAbThumb:after {
        width: 515px;
        height: 515px;
        background-size: cover;
    }
    .srvDetailsAbContent h2 {
        font-size: 51px;
        letter-spacing: -0.51px;
        line-height: 63px;
        margin: 0px 0 54px;
    }
    .abProggressHeading {
        font-size: 52px;
        line-height: 64px;
        letter-spacing: -0.52px;
    }
    .postNavigationItem {
        padding: 8px 15px 3px 0;
    }
    .postNavNextItem {
        padding: 8px 0 3px 15px;
    }
    .serviceFaqHeading h2 {
        font-size: 130px;
        letter-spacing: -1.3px;
    }
    .portfolioCarItam02.slick-slide {
        margin: 0 25px;
    }
    .portfolioCarItam02 .portfolio02Link {
        margin: 0 35px;
    }
    .portfolioCarItam02.slick-active.slick-center .portfolio02Link{
        padding-left: 70px;
    }
    .portFolioInfo02 {
        padding: 0 0 110px;
    }
    .boozyBH1.textLayer {
        letter-spacing: -1.3px !important;
    }
    .fiexdBanner_cont02 h2 {
        letter-spacing: -1px;
        font-size: 90px;
        line-height: 110px;
    }
    .boozyBannerBtnArea02 {
        padding: 87px 0 0 69px;
    }
    .fiexdBanner02 {
        padding: 293px 0 202px;
    }
    .fiexdBanner_cont02 {
        padding-left: 57px;
    }
    .boozyBannerBtnArea02 p {
        padding: 25px 0px 0 46px;
        margin: 0 -40px 0 0;
    }
    .fiexdBanner02 h1.typeHeading {
        letter-spacing: -3px !important;
        font-size: 300px;
        line-height: 300px;
    }
    .srPricingItem {
        margin: 25px 22px 30px 0;
    }
}

/*------------------------------------------------------
/  09. 992px To 1199px for Laptops Device
/------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px){
    .serviceBrand_hading h2 {
        font-size: 100px;
        line-height: 114px;
    }
    .awwardTitle {
        max-width: 200px;
    }
    .awwardCompany {
        max-width: 170px;
    }
    .testimonial_items h2 {
        font-size: 52px;
        line-height: 64px;
    }
    .blogPostDate {
        -webkit-box-flex: 0;
            -ms-flex: 0 21.6%;
                flex: 0 21.6%;
    }
    .blogThumb {
        -webkit-box-flex: 0;
            -ms-flex: 0 36%;
                flex: 0 36%;
    }
    p.blogDesc br{
        display: none;
    }
    .testimonial01.owl-carousel .owl-nav button.owl-prev {
        left: -60px;
    }
    .testimonial01.owl-carousel .owl-nav button.owl-next {
        right: -60px;
    }
    .banner {
        height: 1000px;
    }
    .banner_content {
        padding-top: 224px;
    }
    .aboutContent > h2 {
        font-size: 57px;
        line-height: 69px;
        margin-left: -153px;
    }
    .aboutContentColR {
        padding-left: 50px;
    }
    .serviceItem02 {
        padding: 37px 30px 46px 38px;
    }
    .serviceThumb02 > span {
        font-size: 120px;
    }
    .banner02:after {
        font-size: 320px;
        letter-spacing: -3.2px;
    }
    .playBTn01 {
        width: 200px;
        height: 200px;
    }
    .banner03 .banner_content h1 {
        font-size: 193px;
        letter-spacing: -1.93px;
    }
    .banner3_subHd {
        padding: 0 0 0 60px;
    }
    .banner3_subHd h3 {
        font-size: 85px;
        line-height: 105px;
        letter-spacing: -0.85px;
        max-width: 610px;
    }
    section.fiexdCirleAllSec img {
        right: 21.2%;
    }
    .banner03 {
        height: 980px;
    }
    .readyToStart_sec h2 {
        font-size: 125px;
        letter-spacing: -1.25px;
    }
    .fContact_info p br{
        display: none;
    }
    .portfolioCarItam .portfolioInfoPP_item {
        padding: 90px 40px;
    }
    .widget .latestPost {
        padding: 0 20px 0 100px;
    }
    .portFolioInfo02 i {
        padding-left: 70px;
    }
    .fiexdBanner_cont h2 {
        line-height: 130px;
        font-size: 130px;
        letter-spacing: -1.3px;
    }
    .fiexdBanner {
        padding: 233px 0 231px;
    }
    .fiexdBanner_cont {
        padding-left: 29px;
    }
    .boozyBannerBtnArea {
        padding: 78px 0 0 79px;
    }
    .boozyBannerBtnArea p {
        padding: 11px 0 0 45px;
        margin: 0 -20px 0 0;
    }
}

/*------------------------------------------------------
/  10. Max Width 991px for Laptops Device
/------------------------------------------------------*/
@media (max-width: 991px){
    aside.getInTouch,
    aside.newslatter{
        margin-top: 45px;
    }
    aside.newslatter,
    aside.aboutFooterNav,
    aside.getInTouch {
            padding-left: 0px;
    }
    .footerInfoNav ul li{
        margin-left: 40px;
    }
    .projectCat_area ul li {
        margin-right: 103px;
        font-size: 60px;
        line-height: 78px;
    }
    .projectCat_area ul li:not(:last-child):after {
        right: -40px;
    }
    .serviceBrand_area{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .serviceBrand_hading {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
    }
    .serviceBrand_list {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
    }
    .serviceBrand_hading h2 {
        font-size: 130px;
        line-height: 144px;
        margin-bottom: 79px;
    }
    .col-md-6:nth-child(3) .oniCounterWrap .oniCounerDot:before{
        display: none;
    }
    .banner_content h1 {
        font-size: 120px;
        line-height: 120px;
    }
    .bn_btnORdesc > a {
        width: 175px;
        height: 175px;
        margin-right: 50px;
    }
    .banner {
        height: 980px;
    }
    .banner_content {
        padding-top: 240px;
    }
    .awwardsContent {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .awwardsContent > * {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
    }
    .awwardTitle h3 {
        margin-bottom: 30px;
    }
    .awwardCompany {
        max-width: 189px;
        width: 100%;
        margin-bottom: 40px;
    }
    .awwardedTime {
        margin-bottom: 20px;
    }
    .awwardedDesc p {
        margin-bottom: 0px;
    }
    .testimonial_items h2 {
        font-size: 47px;
        line-height: 59px;
    }
    .testimonial01.owl-carousel .owl-nav button.owl-prev {
        left: -36px;
    }
    .testimonial01.owl-carousel .owl-nav button.owl-next {
        right: -36px;
    }
    .blogItem01 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .blogItem01 > *{
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
    }
    .blogPostDate {
        margin-bottom: 20px;
    }
    .blogThumb img {
        width: 100%;
        height: auto;
        margin-bottom: 35px;
    }
    .blogContent {
        padding-left: 0;
    }
    p.blogDesc br{
        display: none;
    }
    .header02 .container,
    .header01 .container{
        max-width: 100%;
        padding: 0 25px;
    }
    .header02 .headerInner02,
    .header01 .headerInner01{
        position:inherit;
    }
    .serviceItem02 {
        padding: 37px 34px 58px 42px;
    }
    .banner02:after {
        font-size: 246px;
        letter-spacing: -2.46px;
    }
    .banner02 .banner_content h1 {
        font-size: 90px;
        line-height: 110px;
    }
    .banner02 .banner_content {
        padding: 245px 0 0 25px;
    }
    .banner02 .bn_btnORdesc {
        padding-left: 70px;
    }
    .banner02 .bn_btnORdesc > a {
        margin-right: 50px;
    }
    .banner02 {
        height: 980px;
    }
    .aboutContent > h2 {
        margin-left: -61px;
        padding: 68px 20px 0 0;    
    }
    .playBTn01 {
        width: 190px;
        height: 190px;
    }
    a.project_item_dtls {
        padding: 36px 37px 39px;
    }
    .about_cusWidget h3 {
        font-size: 75px;
    }
    .banner03 .banner_content h1 {
        font-size: 142px;
        letter-spacing: -1.42px;
    }
    .banner03 .banner_content {
        padding-top: 240px;
    }
    .banner3_subHd {
        padding: 0 0 0 30px;
    }
    .banner3_subHd h3 {
        font-size: 65px;
        line-height: 85px;
        letter-spacing: -0.85px;
        max-width: 450px;
    }
    .banner3_subHd  .boozyBTN {
        width: 175px;
        height: 175px;
    }
    .banner3_subHd .boozyBTN {
        position: relative;
        top: 15px;
    }
    section.fiexdCirleAllSec img {
        right: 9.2%;
    }
    .banner03 {
        height: 880px;
    }
    .cusColPj03NT2 .project_items03{
        margin-right:0px;
    }
    .project_items03{
        margin-right: 0px;
    }
    .serviceContent03 p {
        padding: 0;
    }
    .serviceContent03 {
        -webkit-box-flex: 0;
            -ms-flex: 0 78%;
                flex: 0 78%;
    }
    .serviceThumb03 {
        -webkit-box-flex: 0;
            -ms-flex: 0 22%;
                flex: 0 22%;
    }
    .readyToStart_sec h2 {
        font-size: 130px;
        letter-spacing: -1.3px;
    }
    .readyToStart_sec .boozyBTN {
        top: 9px;
        position: relative;
        left: 8px;
        width: 175px;
        height: 175px;
    }
    .readyToStart_sec .boozyBTN {
        top: 0;
        left: 0;
        width: 175px;
        height: 175px;
        margin: 60px auto 0;
    }
    .boozyabHd p {
        font-size: 40px;
        line-height: 64px;
        letter-spacing: -0.40px;
    }
    .carAchievementList {
        margin: 0 0 20px;
    }
    .careerAChievementTitle {
        position: relative;
        margin: 0 0 23px;
    }
    footer .widgetTitle {
        margin-bottom: 30px;
    }
    .portfolioCarItam .portfolioInfoPP_item {
        padding: 80px 20px;
    }
    h3.ps_item_name {
        min-height: 45px;
        font-size: 27px;
        line-height: 33px;
        letter-spacing: -0.27px;
    }
    h4.ps_auth_name {
        min-height: 28px;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.18px;
    }
    .px-cus-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .srvDetailsAbThumb {
        padding: 0; 
        margin: 60px 0 0;
        text-align: center;
    }
    .blogSidebarCol {
        margin: 70px 0 0;
    }
    .serviceFaqAcordion {
        margin-top: 60px;
    }
    .srPricingItem {
        margin-bottom: 30px;
    }
    .portfolioCarItam02 .portfolio02Link{
        margin: 0 25px;
    }
    .portfolioCarItam02.slick-active.slick-center .portfolio02Link{
        padding-left: 50px;
    }
    .portFolioInfo02 {
        padding: 0 0 100px;
    }
    .portFolioInfo02 i {
        padding-left: 50px;
    }
    .bloglistLSB {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .fiexdBanner_cont h2 {
        line-height: 110px;
        letter-spacing: -1.1px;
        font-size: 110px;
        max-width: 550px;
        margin: 0 auto;
    }
    .fiexdBanner {
        padding: 220px 0 199px;
    }
    .boozyBannerBtnArea {
        padding: 83px 0 0 86px;
    }
    .boozyBannerBtnArea p {
        padding: 12px 0 0 42px;
        margin: 0 -16px 0 0;
    }
    .fiexdBanner02 h1.typeHeading {
        letter-spacing: -2.5px !important;
        font-size: 250px;
        line-height: 250px;
    }
    .fiexdBanner_cont02 h2 {
        letter-spacing: -.8px;
        font-size: 80px;
        line-height: 100px;
    }
    .fiexdBanner_cont02 {
        padding-left: 52px;
    }
    .fiexdBanner02 {
        padding: 266px 0 206px;
    }
    .boozyBannerBtnArea02 {
        padding: 58px 0 0 0;
    }
    .boozyBTN {
        width: 175px;
        height: 175px;
    }
    .boozyBannerBtnArea02 p {
        padding: 15px 0px 0 46px;
        margin: 0 0px 0 0;
    }
    .boozyPagination {
        margin: 15px 0 0;
    } 
    .blogLeftSidebar{
        order: 2;
    }
}


/*------------------------------------------------------
/  11. 768px To 991px for Laptops Device
/------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px){
    .serviceSection04 .serviceItem02 {
        padding: 37px 30px 58px 35px;
    }
    .serviceThumb02 > span {
        font-size: 140px;
        letter-spacing: -1.4px;
    }
    .srPricingInnerItem {
        padding: 53px 49px 55px 39px;
        background: #070707;
    }
    .boozyBH1.textLayer {
        letter-spacing: -1.1px !important;
    }
}


/*------------------------------------------------------
/  12. Max Width 767px for Tablets & iPads Device
/------------------------------------------------------*/
@media (max-width: 767px){
    .siteInfo{
        text-align: center;
        margin-bottom: 30px;
    }
    .footerInfoNav ul{
        text-align: center;
    }
    .banner_content h1 {
        font-size: 100px;
        line-height: 100px;
        margin-bottom: 80px;
    }
    .bn_btnORdesc.clearfix {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding:0px;
    }
    .bn_btnORdesc > a {
        width: 150px;
        height: 150px;
        margin-right: 0;
        margin-top: 30px;
    }
    .projectCat_area ul li {
        margin-right: 75px;
        font-size: 50px;
        line-height: 68px;
    }
    .projectCat_area ul li:not(:last-child):after {
        right: -29px;
    }
    .testimonial_items h2 br{
        display:none;
    }
    .testimonial01.owl-carousel .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .testimonial01.owl-carousel .owl-nav button img{
        max-width: 100%;
        height: auto;
    }
    .client_content h3 {
        padding: 0 12px;
        line-height: 1.4;
    }
    .banner02 .banner_content {
        padding: 240px 0 0;
    }
    .banner02 .banner_content h1 {
        font-size: 75px;
        line-height: 95px;
    }
    .banner02:after {
        font-size: 186px;
        letter-spacing: -1.86px;
        top: 270px;
    }
    .banner02 .banner_content h1 {
        margin-bottom: 80px;
    }
    .banner02 .bn_btnORdesc > p {
        padding-top: 15px;
        margin-right: -0px;
    }
    .abThumbImgcol01 {
        margin-top: 0;
        padding-right: 12px;
    }
    .abThumbImg01 img{
        width: 100%;
        height: auto;
    }
    .abThumbImgcol02{
        padding: 0 12px;
    }
    .abThumbImg02{
        margin-top: 30px;
    }
    .abThumbImg02 img{
        width: 100%;
        height: auto;
    }
    .abProggressHeading {
        font-size: 42px;
        line-height: 54px;
        letter-spacing: -0.42px;
    }
    
    .banner03 .banner_content h1 {
        font-size: 106px;
        letter-spacing: -1.06px;
        margin: 0 0 50px 0px;    
    }
    .banner3_subHd {
        padding: 0;
    }
    .banner3_subHd h3 {
        font-size: 58px;
        line-height: 78px;
        letter-spacing: -0.78px;
        max-width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    .readyToStart_sec .boozyBTN,
    .banner3_subHd  .boozyBTN {
        width: 150px;
        height: 150px;
    }
    .banner3_subHd  .boozyBTN {
        margin: 0 auto;
    }
    .projectSection03 {
        padding-top: 120px;
    }
    .cusColPj03NT2 .project_items03 {
        margin-top: 0px;
    }
    section.fiexdCirleAllSec img {
        right: 11.2%;
        width: 460px;
        height: 460px;
        background-size: cover;
    }
    .serviceItem03 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .serviceItem03 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
    }
    .serviceContent03 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .serviceContent03 h3,
    .serviceContent03 p{
        -webkit-box-flex: 0;
            -ms-flex: 0 100%;
                flex: 0 100%;
    }
    .serviceThumb03{
        margin: 0 0 40px
    }
    .serviceContent03 h3{
        margin: 0 0 25px
    }
    .readyToStart_sec h2 {
        font-size: 120px;
        letter-spacing: -1.2px;
    }
    .footer_section03 .aboutBoozy p{
        text-align: left;
    }
    .cusColPj03NT2 {
        padding-left: 12px;
    }
    .csStuInfoThumb img {
        max-width: 100%;
        height: 320px;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .contactFormSec h2 {
        font-size: 62px;
        letter-spacing: -0.62px;
        line-height: 80px;
    }
    .contactInfoRow {
        padding: 0 0 90px;
    }
    .contactFormSec {
        padding: 120px 0 120px;
    }
    .blogImgThumbnail img{
        width: 100%;
    }
    .blogContent02 {
        padding: 30px 0 0;
    }
    .postCommetnListBox {
        width: 100%;
    }
    .postNavigationItem {
        padding: 8px 0px 25px 0;
    }
    .postNavigationRow .col-md-6:first-child:after {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 1px;
    }
    .postNavNextItem {
        padding: 18px 0 3px 0px;
    }
    .postSocialShare{
        margin: 30px 0 0;
    }
    .wp_blockQuote {
        padding: 30px 33px 30px 0;
    }
    .portfolioCarItam02 .portfolio02Link {
        margin: 0 20px;
    }
    .portfolioCarItam02.slick-active.slick-center .portfolio02Link{
        padding-left: 40px;
        padding-right: 0px;
    }
    .portfolioCarItam02.slick-slide {
        margin: 0 0px;
    }
    .boozyBH1.textLayer {
        letter-spacing: -0.8px !important;
    }
    .boozyBH1.textLayer span {
        padding-left: 45px;
    }
    .textLayer .boozyBTN{
        width: 140px;
        height: 140px;
    }   
    .textLayer .boozyBTN i {
        font-size: 38px;
    }
    .textLayer .boozyBTN {
        font-size: 14px;
        row-gap: 3.5px;
    } 
    .fiexdBanner_cont h2 {
        line-height: 90px;
        letter-spacing: -0.9px;
        font-size: 90px;
        max-width: 465px;
        margin: 0 auto;
    }
    .fiexdBanner {
        padding: 169px 0 100px;
    }
    .boozyBTN {
        width: 140px;
        height: 140px;
    }
    .boozyBannerBtnArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
    }
    .boozyBannerBtnArea {
        padding: 23px 0 0 0px;
        max-width: 435px;
        margin: 0 auto;
    }
    .boozyBannerBtnArea p {
        padding: 0;
        margin: 0px 0 40px;
        text-align: center;
    }
    .fiexdBanner02 h1.typeHeading {
        letter-spacing: -1.7px;
        font-size: 165px;
        line-height: 165px !important;
    }
    .fiexdBanner_cont02 h2 {
        letter-spacing: -.7px;
        font-size: 70px;
        line-height: 90px;
    }
    .boozyBannerBtnArea02 p {
        padding: 0px 0px 0 30px;
        margin: 0 0px 0 0;
        font-size: 20px;
        line-height: 36px;
    }
    .fiexdBanner_cont02 {
        padding-left: 0;
    }
    .fiexdBanner02 {
        padding: 256px 0 196px;
    }
    .playBTn01 {
        width: 165px;
        height: 165px;
    }
    .portfolioCarouselSEc_01 {
        padding: 150px 0 15px;
    }
    .fInfoCopyright4{
        text-align: center;
    }
    .footerInfor04 .col-md-6.text-end {
        text-align: center !important;
        margin-top: 20px;
    }
    .rightsidebarContent {
        padding: 40px 45px 35px 35px;
    }
    .rightsidebarCloser {
        top: 38px;
    }
    .about_widget_area > p {
        margin-bottom: 35px;
    }

}


/*------------------------------------------------------
/  13. Max Width 575px for Mobile
/------------------------------------------------------*/
@media (max-width: 575px){
    aside.aboutFooterNav {
        margin-top:45px;
    }
    .banner_content h1 span {
        padding-left: 60px;
    }
    .banner_content h1 span {
        padding-left: 60px;
    }
    .banner_content h1 {
        font-size: 85px;
        line-height: 85px;
        margin-bottom: 45px;
    }
    .banner_content {
        padding-top: 200px;
    }
    .bn_btnORdesc > a {
        width: 130px;
        height: 130px;
        margin-top: 30px;
    }
    .banner {
        height: 880px;
    }
    .serviceBrand_hading h2 {
        font-size: 86px;
        line-height: 100px;
    }
    .serviceBrand_list .serviceList_lsIcon {
        width: 80px;
    }
    .serviceBrand_list ul li a {
        padding: 0 0 0 105px;
        min-height: 80px;
        line-height: 80px;
        font-size: 24px;
    }
    .serviceBrand_list .service_arrowLi {
        width: 34px;
    }
    .serviceBrand_list ul li a > span {
        margin-right: 30px;
    }
    .testimonial01.owl-carousel .owl-nav{
        display: none;
    }
    .testimonial_items h2 {
        font-size: 42px;
        line-height: 54px;
    }
    .oniCounerDot:before{
        display: none;
    }
    .counterSection {
        padding: 95px 0;
    }
    .hdOniSocial {
        display:none;
    }
    .oniSearch{
        margin-left:0;
    }
    .secHeading h3 {
        font-size: 26px;
    }
    .hdSupportBtn{
        display: none;
    }
    .projectCat_area ul li {
        margin-right: 70px;
        font-size: 45px;
        line-height: 63px;
    }
    .projectCat_area ul li:not(:last-child):after {
        right: -27px;
    }
    .banner02 .banner_content {
        padding: 200px 0 0;
    }
    .banner02 .banner_content h1 {
        margin-bottom: 45px;
    }
    .banner02 .bn_btnORdesc > p {
        padding-top: 12px;
        margin-right: -0px;
    }
    .banner02 {
        height: 880px;
    }
    .banner02 .banner_content h1 {
        font-size: 65px;
        line-height: 85px;
    }
    .banner02:after {
        font-size: 156px;
        letter-spacing: -1.56px;
        top: 240px;
    }
    .aboutContent > h2 {
        font-size: 52px;
        line-height: 64px;
    }
    .banner02 .banner_content {
        padding: 165px 0 0;
    }
    .boozyBTN i {
        font-size: 38px;
    }
    .boozyBTN {
        font-size: 14px;
        row-gap: 3.5px;
    }
    .abProggressHeading {
        padding-right: 0;
    }
    .playBTn01 {
        width: 150px;
        height: 150px;
    }
    .videoPlayWrapper01 {
        padding: 200px 0;
    }
    .footerInfoNav ul li {
        margin-left: 25px;
    }
    h3.ps_item_name {
        min-height: 44px;
        font-size: 26px;
        line-height: 32px;
        letter-spacing: -0.26px;
    }
    h4.ps_auth_name {
        min-height: 28px;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.18px;
    }
    .banner03 .banner_content h1 {
        font-size: 82px;
        letter-spacing: -0.82px;
    }
    .banner03 .banner_content {
        padding-top: 200px;
    }
    .banner3_subHd h3 {
        font-size: 52px;
        letter-spacing: -0.52px;
        margin-bottom: 30px;
    }
    .readyToStart_sec .boozyBTN, .banner3_subHd  .boozyBTN {
        width: 130px;
        height: 130px;
    }
    .readyToStart_sec h2 {
        font-size: 92px;
        letter-spacing: -0.92px;
    }
    .project_thumb03 i {
        font-size: 115px;
    }
    .pageBannerContent {
        position: relative;
        padding: 280px 0 220px;
    }
    .boozyabHd p {
        font-size: 32px;
        line-height: 56px;
        letter-spacing: -0.32px;
    }
    .aboutSection02 .abThumbImgcol01 {
        margin-top: 0px;
    }
    .pageBannerContent h2 {
        font-size: 60px;
        letter-spacing: -0.6px;
    }
    .foferrorContent h2 {
        font-size: 250px;
        letter-spacing: -2.5px;
    }
    .foferrorSec {
        padding: 220px 0 280px;
    }
    .contactFormSec h2 {
        font-size: 52px;
        letter-spacing: -0.52px;
        line-height: 70px;
    }
    .portfolioCarItam .portfolioInfoPP_item {
        padding: 80px 30px;
    }
    h3.ps_item_name {
        min-height: 48px;
        font-size: 29px;
        line-height: 35px;
        letter-spacing: -0.30px;
    }
    h4.ps_auth_name {
        min-height: 30px;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.2px;
    }
    .srvDetailsAbContent h2 {
        font-size: 45px;
        letter-spacing: -0.45px;
        line-height: 57px;
        margin: 0px 0 45px;
    }
    .serviceCat {
        margin: 0 0 20px;
    }
    .srvDetailsAbContent p br{
        display: none;
    }
    .srvDetailsAbThumb:after {
        width: 490px;
        height: 490px;
        background-size: cover;
    }
    .elementor .comment-body img, .comment-body img {
        width: 80px;
        height: 80px;
    }
    .comment-body {
        padding: 0 0 0 100px;
    }
    .sicc_list .children {
        padding: 0 0 0 20px;
    }
    .sicc_list li > ol li> ol.children {
        padding: 0 0 0 20px;
    }
    .postNavigationRow {
        padding: 31px 30px;
    }
    .postCmntAuthor {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .wp_blockQuote i {
        font-size: 66px;
        margin: 0 30px 0 0;
    }
    .serviceFaqHeading h2 {
        font-size: 115px;
        letter-spacing: -1.15px;
    }
    .portFolioInfo02 i {
        font-size: 105px;
        padding-left: 40px;
        top: 18px;
    }
    .portFolioInfo02 h3 {
        font-size: 38px;
        letter-spacing: -0.38px;
    }
    .portFolioInfo02 h4 {
        font-size: 22px;
        line-height: 34px;
        letter-spacing: -0.22px;
    }
    .portFolioInfo02 {
        padding: 0 0 42px;
    }
    .fiexdBanner_cont h2 {
        line-height: 61px;
        letter-spacing: -0.61px;
        font-size: 61px;
        max-width: 360px;
    }
    .fiexdBanner_cont h2 span {
        padding-left: 45px;
    }
    .boozyBannerBtnArea p {
        line-height: 36px;
        font-size: 20px;
    }
    .fiexdBanner {
        padding: 146px 0 80px;
    }
    .fiexdBanner02 h1.typeHeading {
        letter-spacing: -1px !important;
        font-size: 100px;
        line-height: 100px !important;
    }
    .fiexdBanner_cont02 h2 {
        letter-spacing: -.43px;
        font-size: 43px;
        line-height: 63px;
    }
    .boozyBannerBtnArea02.clearfix {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
    }
    .boozyBannerBtnArea02 p {
        line-height: 34px;
        text-align: center;
        margin-bottom: 30px;
        padding:0px !important;
    }
    .boozyBannerBtnArea02 {
        padding: 8px 0 0 0;
    }
    .fiexdBanner_cont02 {
        padding-left: 0;
        max-width: 380px;
        margin: 0 auto;
        width: 100%;
    }
    .fiexdBanner02 {
        padding: 153px 0 68px;
    }
    .aboutSection02 .boozyabHd.text-center {
        padding: 0 0 80px;
    }
    .swipeHvImage img.swipeimage {
        max-width: 210px;
        max-height: 174px;
    }
    section.fiexdCirleAllSec img {
        right: 3%;
        width: 300px;
        height: 300px;
    }
    .projectSection03 {
        padding-top: 0px;
    }
    
}


/*------------------------------------------------------
/  14. Max Width 380px for Mobile Device
/------------------------------------------------------*/
@media (max-width: 424px){
    .testimonial_items h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .banner_content h1 {
        font-size: 59px;
        line-height: 59px;
        margin-bottom: 30px;
    }
    .bn_btnORdesc > p {
        font-size: 22px;
        line-height: 36px;
        color: #FFF;
        padding-top: 10px;
    }
    .banner {
        height: 740px;
    }
    .banner_content {
        padding-top: 165px;
    }
    .bn_btnORdesc > a {
        width: 120px;
        height: 120px;
        margin-top: 25px;
    }
    .oniSearch{
        display: none;
    }
    .menu_btn {
        margin-right: 20px;
    }
    .serviceBrand_list .serviceList_lsIcon {
        width: 65px;
    }
    .serviceBrand_list ul li a {
        padding: 0 0 0 80px;
    }
    .serviceBrand_list ul li a i {
        -webkit-text-stroke-color: var(--primary-color);
        font-size: 35px;
    }
    .serviceBrand_list ul li a > span {
        margin-right: 11px;
        font-size: 18px;
    }
    .secHeading h3 {
        font-size: 20px;
    }
    .secHeading a {
        font-size: 14px;
    }
    .secHeading a i {
        font-size: 19px;
    }
    .secHeading {
        padding-bottom: 25px;
    }
    .projectSection .secHeading,
    .blogoSec01 .secHeading,
    .teamSection .secHeading {
        padding: 0 0 25px;
    }
    
    .banner02 .banner_content h1 {
        font-size: 44px;
        line-height: 64px;    
        margin-bottom: 30px
    }
    .banner02:after {
        font-size: 128px;
        letter-spacing: -1.28px;
        top: 280px;
        -webkit-transform: rotate(-40deg);
                transform: rotate(-40deg);
        left: 0;
    }
    .banner02 {
        height: 740px;
    }
    .aboutContent > h2 {
        margin-left: 0;
        padding: 68px 0 0;
    }
    .aboutContentColR{
        padding: 0 12px;
    }
    .aboutContent > h2 {
        font-size: 37px;
        line-height: 49px;
        margin-bottom: 35px;
    }
    .aboutContent .boozyBTN {
        width: 120px;
        height: 120px;
        border-color: rgba(255, 255, 255, 0.2);
        margin-top: 15px;
    }
    .aboutContent .boozyBTN i {
        font-size: 38px;
    }
    .serviceThumb02 img {
        max-width: 85%;
    }
    .serviceThumb02 > span {
        font-size: 120px;
    }
    .serviceItem02 {
        padding: 37px 29px 30px 30px;
    }
    .abProggressHeading {
        font-size: 33px;
        line-height: 45px;
        letter-spacing: -0.33px;
    }
    a.project_item_dtls {
        padding: 36px 25px 28px;
    }
    .about_cusWidget h3 {
        font-size: 64px;
    }
    .readyToStart_sec h2 {
        font-size: 69px;
        letter-spacing: -0.69px;
    }
    .banner03 .banner_content h1 {
        font-size: 61px;
        letter-spacing: -0.61px;
    }
    .banner3_subHd h3 {
        font-size: 42px;
        letter-spacing: -0.42px;
        margin-right: 0px;
        line-height: 62px;
    }
    .banner03 {
        height: 800px;
    }
    .boozyabHd p {
        font-size: 25px;
        line-height: 49px;
        letter-spacing: -0.25px;
    }
    .aboutSection02 .aboutContent > h2 {
        padding: 68px 0 0 0;
    }
    .foferrorContent h2 {
        font-size: 218px;
        letter-spacing: -2.18px;
    }
    .foferrorContent  p {
        font-size: 22px;
        line-height: 40px;
        letter-spacing: -0.22px;
    }
    .foferrorContent  p br{
        display: none;
    }
    .srvDetailsAbThumb:after {
        width: 390px;
        height: 390px;
    }
    .pageBannerContent h2 {
        font-size: 52px;
        letter-spacing: -0.52px;
    }
    .blPostDay {
        font-size: 52px;
        letter-spacing: -0.52px;
    }
    .blPostMonth {
        font-size: 18px;
        line-height: 23px;
    }
    .blPostDate {
        top: 20px;
        padding: 0px 10px 1px;
    }
    .wp_blockQuote i {
        font-size: 60px;
        margin: 0 25px 0 0
    }
    .wp_blockQuote p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.18px;
    }
    .wp_blockQuote {
        padding: 30px 0px 30px 0;
    }
    .serviceSection04 .serviceItem02 {
        padding: 37px 32px 58px 38px;
    }
    .serviceFaqHeading h2 {
        font-size: 85px;
        letter-spacing: -0.85px;
    }
    .portFolioInfo02 {
        padding: 0 0 20px;
    }
    .portFolioInfo02 i {
        font-size: 69px;
        padding-left: 30px;
        top: 14px;
    }
    .serviceSection .button-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 45%;
                flex: 0 0 45%;
    }
    .portFolioInfo02 h3 {
        font-size: 34px;
        margin:0;
    }
}

