/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                       HEADER STYLE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/ 

/* header start */

.withoutScrl .header {
	background-color: transparent !important;
}
.header {
	transition: all .5s;  
}
.header .logoBox .elementor-widget-text-editor p {
	font-family: 'Bebas Neue';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    padding-bottom: 0;
}
.header .elementor-widget-nav-menu ul.elementor-nav-menu li a {
	font-family: 'Bebas Neue';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3.5px;
}
.header .buttonBox .btnWrp {
    display: flex;  
}
.header .buttonBox .dbtn {
	background-image: linear-gradient(to left, #c7b177 0%, #9d7b4c 80%);
    border: none !important;
    color: #fff !important;
}
.header .elementor-nav-menu--toggle .elementor-menu-toggle {
	background-image: linear-gradient(to left, #c7b177 0%, #9d7b4c 80%);
	width: 70px;
    height: 65px;
    border-radius: 10px; 
    position: relative;    
    z-index: 9999;  
    transition: all .5s; 
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, .2);
}
.menu-active .header .elementor-nav-menu--toggle .elementor-menu-toggle {
   /* position: fixed;
    right: 20px;
    top: 20px;  */
}
.header .elementor-nav-menu--toggle .elementor-menu-toggle span {
    display: block;
    height: 2px;
    width: 46px;
    background: #fff;
    position: absolute;
    top: 24px;
    left: 12px;
    transition: all .5s; 
}
.header .elementor-nav-menu--toggle .elementor-menu-toggle span:nth-child(3) {
    top: 14px; 
}
.header .elementor-nav-menu--toggle .elementor-menu-toggle span:nth-child(5) {
    top: 33px; 
}
.header .elementor-menu-toggle .e-font-icon-svg {
	display: none; 
}
.header .elementor-nav-menu--toggle .elementor-menu-toggle span:nth-child(6) {
	font-family: 'Bebas Neue';
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 3px;
    top: 40px;
    height: 0;
    text-align: center;
    width: 100%;
    left: 2px; 
}   
.menu-active .header .elementor-menu-toggle span:nth-child(3) {
    transform: rotate(45deg);
    top: 20px;
}
.menu-active .header .elementor-menu-toggle span:nth-child(4) {
    display: none;
}
.menu-active .header .elementor-menu-toggle span:nth-child(5) {
    transform: rotate(-45deg);  
    top: 20px;
}
.header nav.elementor-nav-menu--dropdown {
    position: fixed;
    top: 0px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100%;
    max-height: 100% !important;
    background-color: #151D29 !important;
    z-index: 999;  
    opacity: 0;
    visibility: hidden;
    animation: inherit !important;
    transform: inherit !important;
    transition: all .8s;
    transition-delay: 1s;
    overflow: hidden;
    margin-top: 0;
    display: flex; 
    flex-direction: column;
    justify-content: center;
}
.menu-active .header nav.elementor-nav-menu--dropdown {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;   
} 
.header nav.elementor-nav-menu--dropdown .row {
    overflow-y: auto;
    padding: 50px 20px;   
}
.header nav.elementor-nav-menu--dropdown ul li {
    display: table;
    margin: 0 auto 20px;
}   
.header nav.elementor-nav-menu--dropdown ul li a {
    background-color: transparent !important;
    font-size: 60px !important;
    line-height: 60px;
    letter-spacing: 7px !important;
    text-align: center;
}
.header nav.elementor-nav-menu--dropdown ul li ul {
    background-color: transparent !important;
    margin-top: 15px;
}
.header nav.elementor-nav-menu--dropdown ul li ul li a {
    font-size: 42px !important;
    line-height: 42px;
    border: none;
}
.header nav.elementor-nav-menu--dropdown ul li:last-child {
    margin-bottom: 0 !important; 
} 
.header nav.elementor-nav-menu--dropdown ul li ul li {
    margin-bottom: 15px;
} 

/* leaf animations */
  
#leaves {
    position: fixed;
    top: -110px;       
    width: 300px;  
    filter: grayscale(100%);
    transform: scale(3);
    display: none; 
}
#leaves i {
    display: inline-block;
    width: 200px;
    height: 150px;
    /*background: linear-gradient(to bottom right, #309900, #005600);*/
    transform: skew(20deg);
    border-radius: 5% 40% 70%;
    -webkit-animation: falling 5s 0s infinite;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;  
}
.leaves1 {
    left: 0;
    text-align: left;
}
.leaves2 {
    transform: scale(3) rotateY(180deg) !important;
    right: 0;
    text-align: right;
    display: none;  
}  
#leaves i:nth-of-type(2n) { -webkit-animation: falling2 5s 0s infinite; }
#leaves i:nth-of-type(3n) { -webkit-animation: falling3 5s 0s infinite; }

/*#leaves i:before {
  position: absolute;
  content: '';
  top: 117px;
  right: 9px;
  height: 27px;
  width: 32px;
  transform: rotate(49deg);
  border-radius: 0% 15% 15% 0%;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  border-left: 0px solid #222;
  border-right: 1px solid #222;
  background: linear-gradient(to right, rgba(0,100,0,1), #005600);
  z-index: 1;
}
#leaves i:after {
  content: '';
  height: 125px;
  width: 10px;
  background: linear-gradient(to right, rgba(0,0,0,.15), rgba(0,0,0,0));
  display: block;
  transform: rotate(125deg);
  position: absolute;
  left: 85px;
  border-radius:50%;
}*/
#leaves i:nth-of-type(n)    { height:23px; width:30px; }
#leaves i:nth-of-type(n):before { width:7px; height:5px; top:17px; right:1px; }
#leaves i:nth-of-type(n):after { width:2px; height:17px; left: 12px; top:0px; }

#leaves i:nth-of-type(2n+1)    { height:11px; width:16px; }
#leaves i:nth-of-type(2n+1):before { width:4px; height:3px; top:7px; right:0px; }
#leaves i:nth-of-type(2n+1):after { width:2px; height:6px; left: 5px; top:1px; }

#leaves i:nth-of-type(3n+2)  { height:17px; width:23px; }
#leaves i:nth-of-type(3n+2):before  { height:4px; width:4px; top:12px; right:1px; }
#leaves i:nth-of-type(3n+2):after  { height:10px; width:2px; top:1px; left:8px; }

#leaves i:nth-of-type(n)   { -webkit-animation-delay: 1.9s;}
#leaves i:nth-of-type(2n)  { -webkit-animation-delay: 3.9s;}
#leaves i:nth-of-type(3n)  { -webkit-animation-delay: 2.3s;}
#leaves i:nth-of-type(4n)  { -webkit-animation-delay: 4.4s;}
#leaves i:nth-of-type(5n)  { -webkit-animation-delay: 5s;  }
#leaves i:nth-of-type(6n)  { -webkit-animation-delay: 3.5s;}
#leaves i:nth-of-type(7n)  { -webkit-animation-delay: 2.8s;}
#leaves i:nth-of-type(8n)  { -webkit-animation-delay: 1.5s;}
#leaves i:nth-of-type(9n)  { -webkit-animation-delay: 3.3s;}
#leaves i:nth-of-type(10n) { -webkit-animation-delay: 2.5s;}
#leaves i:nth-of-type(11n) { -webkit-animation-delay: 1.2s;}
#leaves i:nth-of-type(12n) { -webkit-animation-delay: 4.1s;}
#leaves i:nth-of-type(13n) { -webkit-animation-delay: 1s;  }
#leaves i:nth-of-type(14n) { -webkit-animation-delay: 4.7s;}
#leaves i:nth-of-type(15n) { -webkit-animation-delay: 3s;  }

/*#leaves i:nth-of-type(n)    { background: linear-gradient(to bottom right, #309900, #005600); }
#leaves i:nth-of-type(2n+2)  { background: linear-gradient(to bottom right, #5e9900, #2b5600); }
#leaves i:nth-of-type(4n+1)  { background: linear-gradient(to bottom right, #990, #564500); }*/

#leaves i:nth-of-type(n)    { opacity: .7;}
#leaves i:nth-of-type(3n+1)  { opacity: .5;}
#leaves i:nth-of-type(3n+2)  { opacity: .3;}

#leaves i:nth-of-type(n)    {transform: rotate(180deg);}


#leaves i:nth-of-type(n) { -webkit-animation-timing-function:ease-in-out;}

@keyframes falling {    
    0% {
        transform: translate3d(300px,0,0)
        rotate(0deg);
    }
    
    100% {
        -webkit-transform:
        translate3d(-350px,700px,0)
        rotate(90deg);
        opacity: 0;
    }
}
@keyframes falling3 {
     0% {
        -webkit-transform:
        translate3d(0,0,0)
        rotate(-20deg);
    }
    
    100% {
        -webkit-transform:
        translate3d(-230px,640px,0)
        rotate(-70deg);
        opacity: 0;
    }
}
@keyframes falling2 {
     0% {
        -webkit-transform:
        translate3d(0,0,0)
        rotate(90deg);
    }
    
    100% {
        -webkit-transform:
        translate3d(-400px,680px,0)
        rotate(0deg);
        opacity: 0;
    }
}

.header nav.elementor-nav-menu--dropdown:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    opacity: .0;
    left: 0;
    top: 0;
    transform: scale(.9);
    transition: all 1s;

}
.menu-active .header nav.elementor-nav-menu--dropdown:before {
    opacity: .07;
    transform: scale(1);
    transition-delay: .3s;
} 
.header .menuBox .elementor-widget-nav-menu .mobItem {
    display: none; 
}
.header nav.elementor-nav-menu--dropdown:after {
    content: '';
    border: 2px solid #9c7a4b;
    width: calc(100% - 40px);  
    height: calc(100% - 40px);
    display: block; 
    position: absolute;
    top: 20px;
    left: 20px;
}

/* header end */















 

/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                       ADDITIONAL 1 STYLE --- MAIN CSS START

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* bannerWap start */

.bannerWap .imageBox {
    position: static;  
}
.bannerWap .subTitle .elementor-heading-title {
    text-transform: uppercase; 
    font-family: 'Bebas Neue';
    font-weight: normal;
}
.title .elementor-heading-title {
    font-size: 74px;
}
.bannerWap .elementor-widget-button .dbtn {
    color: #fff !important;  
}
.bannerWap:before {
    display: none !important;
}  

/* bannerWap end */

/* aboutWrap start */

.aboutWrap .imageBox .positionBox:before {
    border: 3px solid #ecd67e;
    border-image: linear-gradient(85deg, #9C7A4B 0%, #C6B077 100%);
    border-image: -webkit-linear-gradient(85deg, #9C7A4B 0%, #C6B077 100%);
    border-image: -moz-linear-gradient(100deg, #ecd67e, #b3813c, #f6e587, #b3813c 50%);
    border-image: -o-linear-gradient(100deg, #ecd67e, #b3813c, #f6e587, #b3813c 50%);
    border-image-slice: 1;
    background-image: none !important; 
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    clip-path: polygon(100% 0, 100% 76%, 82% 100%, 0 100%, 0 0);
}
.aboutWrap .imageBox .positionBox .elementor-widget-image {
    filter: drop-shadow(2px 12px 10px rgba(0, 0, 0, .2));  
}
.aboutWrap .imageBox .positionBox img {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 92% 100%, 0 100%, 0% 50%);
}
.aboutWrap .textBox .scnTitle:after {
    margin-left: 0;
    margin-top: 5px;
}
.aboutWrap .textBox .elementor-widget-text-editor p strong {
    color: #b19460;
}

/* aboutWrap end */

.elementor-message {
    font-size: 15px !important;
    text-align: center;
}
.elementor-message:before {
    display: none !important;  
}

/* preloader */

.home .preloader {
    display: block; 
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: #151D29;
    display: none;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transition: all .5s;   
}
.page-loaded .preloader {
    opacity: 0;
    visibility: hidden;
    transition-delay: 3s;   
}
.preloader .logoBox img {
    width: 250px;
    opacity: 1;
    transition: opacity .5s, transform 1.5s;  
    transform: scale(.8); 
    transition-delay: 0s, 2s;  
}
.page-loaded .preloader .logoBox img {
    transform: scale(1);   
    opacity: 0; 
    transition-delay: 2s, 0s;      
} 
.preloader .preloadBox {
    display: flex; 
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.anchor_id {
    position: absolute !important;
    top: 0;
    left: 0; 
}

/* innerBnr */

.bannerWap.innerBnr:before {
    display: block !important;  
    width: 32%;
}
.bannerWap.innerBnr .imageBox {
    position: relative;
} 

/* aboutPage */

.aboutPage .secondBox:before {
    width: 40%;
    height: 40%; 
    left: auto;
    right: 0;
}

/* aboutSus */

.aboutSus:before {
    clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%); 
}
.aboutSus .imageBox .positionBox img {
    clip-path: none;
}
 
/* serviceBnr */

.serviceBnr .imageBox .elementor-widget-image {
    bottom: -30px;  
}
.serviceBnr .imageBox .elementor-widget-image:before {
    content: '';
    border: 2px solid #ecd67e;
    border-image: linear-gradient(100deg, #ecd67e, #b3813c, #f6e587, #b3813c 50%);
    border-image: -webkit-linear-gradient(100deg, #ecd67e, #b3813c, #f6e587, #b3813c 50%);
    border-image: -moz-linear-gradient(100deg, #ecd67e, #b3813c, #f6e587, #b3813c 50%);
    border-image: -o-linear-gradient(100deg, #ecd67e, #b3813c, #f6e587, #b3813c 50%);
    border-image-slice: 1;
    background-image: none !important; 
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1; 
} 

/* bannerWap projectBnr */

.bannerWap.projectBnr:before {
    display: block !important; 
}
.bannerWap.projectBnr .elementor-widget-divider .elementor-divider-separator {
    background: #fff;
    width: 10px !important;
    height: 35px;
}
.bannerWap.projectBnr .textBox {
    position: static;
}



/* projectIndex */

.projectIndex.projectWrap .innerBox:after,
.projectIndex.projectWrap .innerBox:before {
    display: none;
}
.projectIndex .elementor-widget-post-info .elementor-post-info__terms-list-item {
    background: #10151e;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    padding: 10px 20px; 
}
.projectIndex .elementor-widget-nav-menu .elementor-item {
    font-size: 24px;
    font-family: 'Bebas Neue';
    font-weight: bold;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #b19460;
    border-radius: 30px;
    letter-spacing: 2px;
    transition: all .5s;
    overflow: hidden;
}
.projectIndex .elementor-widget-nav-menu .elementor-item:before {
    content: '';
    background: linear-gradient(to left, #c7b177 0%, #9d7b4c 80%);
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    z-index: -1;
}

.projectIndex .elementor-nav-menu--main:before {
	content: '';
	background: #fff;
	width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
}
.projectIndex .elementor-nav-menu li,
.projectIndex .elementor-nav-menu {
	margin: 0;
}
.projectWrap .innerBox .elementor-post-info__terms-list-item {
	display: none !important;
}
.projectIndex .innerBox .elementor-post-info__terms-list-item {
	display: inline-block !important;
}

/* projectOverview */

.projectOverview .projectsBox .scnTitle .elementor-heading-title {
	font-size: 50px;
	line-height: 50px; 
}
.elementor-slideshow__footer,
.e-eicon-share-arrow,
.e-eicon-zoom-in-bold,
.e-eicon-frame-expand {
	display: none;
}

/* productCarousel */

.productCarousel .scnTitle .elementor-heading-title {
    font-size: 50px;
    line-height: 50px;
}
.productCarousel .swiper-slide,  
.productCarousel .elementor-widget-media-carousel .swiper {
    overflow: visible;
}
.productCarousel .swiper-slide.swiper-slide-active {
    transform: scale(1.2);
    z-index: 1;
}
.productCarousel .innerBox:before {
    border: 2px solid #9c7a4b;
    border-image: linear-gradient(0deg, #9c7a4b 0%, #c6b177 50%);
    border-image: -webkit-linear-gradient(0deg, #9c7a4b 0%, #c6b177 50%);
    border-image: -moz-linear-gradient(0deg, #9c7a4b 0%, #c6b177 50%);
    border-image: -o-linear-gradient(0deg, #9c7a4b 0%, #c6b177 50%);
    border-image-slice: 1;
    background-color: transparent !important; 
}
.productCarousel .swiper-slide .elementor-carousel-image {
    box-shadow: 0px 0px 60px rgba(56, 66, 83, .34);
}
.productCarousel .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: #987d52;
    border-radius: 0;
    opacity: .49;
}  
.productCarousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.productCarousel .swiper-pagination {
    position: relative;
    margin-top: 80px; 
    width: calc(100% - 130px) !important;
    left: 65px !important; 
}
.productCarousel .elementor-swiper-button {
    border: 1px solid #b19460;
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: -112px !important;
    top: auto !important;
    transition: all .5s;
}
.productCarousel .elementor-swiper-button:hover {
    background: #987d52;
}
.productCarousel .elementor-widget-media-carousel .swiper {
    position: relative;
}

/* serviceIndex */

.serviceIndex .innerBox {
    clip-path: polygon(6% 0, 100% 0, 100% 93%, 94% 100%, 0 100%, 0 9%); 
}

/* singleService */

.singleService.aboutWrap .imageBox .positionBox:before { 
    height: 100%;
    clip-path: none;
}
.aboutWrap.singleService .imageBox .positionBox img {
    clip-path: none;
}
.singleService .textBox .elementor-widget-text-editor p strong {
    color: #151d29;
    font-weight: 500; 
}
.singleService .iconImage:before {
    content: '';
    clip-path: polygon(100% 0, 100% 80%, 88% 100%, 0 100%, 0 0);
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* singleserviceWrap */

.singleserviceWrap .elementor-widget-media-carousel {
    transform: scale(1.15);
}
.singleserviceWrap .elementor-widget-media-carousel .elementor-swiper-button {
    background: #c0a970;
    border: 1px solid #9d835f;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    padding: 8px;
    transition: all .5s; 
}
.singleserviceWrap .elementor-widget-media-carousel .elementor-swiper-button:hover {
    background: #9d835f;
}
.singleserviceWrap .elementor-widget-media-carousel .elementor-swiper-button-prev {
    left: -22px !important;
}
.singleserviceWrap .elementor-widget-media-carousel .elementor-swiper-button-next {
    right: -22px !important; 
}
.singleserviceWrap .elementor-widget-icon-list .elementor-icon-list-icon {
    background-image: linear-gradient(to left, #c3ad74 0%, #a07f4f 88%);
    background-image: -webkit-linear-gradient(to left, #c3ad74 0%, #a07f4f 88%);
    background-image: -moz-linear-gradient(to left, #c3ad74 0%, #a07f4f 88%);
    background-image: -o-linear-gradient(to left, #c3ad74 0%, #a07f4f 88%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.singleserviceWrap .elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: 0 !important; 
}
.singleserviceWrap .elementor-widget-icon-list .elementor-icon-list-text {
    text-transform: uppercase;
    padding-left: 40px !important;
    font-weight: 500;
}
.singleserviceWrap .fullTitle p {
    font-weight: 500; 
}
.singleserviceWrap .fullTitle p:after {
    content: '';
    background: #e1e1e1;
    width: 100%;
    height: 4px;
    display: block;
    margin-top: 5px;
}
.error404 .header {
    background-color: #151D29 !important; 
}
















/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                   ADDITIONAL 1 STYLE --- RESPONSIVE CSS START

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* Laptop screen */


@media (min-width: 1441px) and (max-width: 1500px) {

    .bannerWap .imageBox .elementor-widget-image img {
        width: 820px !important;  
    }

}


@media (min-width: 1200px) and (max-width: 1440px) {  

    .header .logoBox .elementor-widget-text-editor p {
        letter-spacing: 2px;
        font-size: 22px;
    }
    .title .elementor-heading-title {
        font-size: 64px;
    }
    .productCarousel .scnTitle .elementor-heading-title,
	.projectOverview .projectsBox .scnTitle .elementor-heading-title {
		font-size: 44px;
		line-height: 44px;
	}
    .productCarousel .swiper-pagination .swiper-pagination-bullet {
        width: 22px;
        height: 22px;
    }


}
@media (min-width: 1300px) and (max-width: 1440px) {
    .title .elementor-heading-title {
        font-size: 70px;
    }  
}

/* Large desktop */
@media (min-width: 1200px) {
	
	.header .menuBox .elementor-widget-nav-menu ul.elementor-nav-menu li ul.sub-menu {
        position: absolute;
        top: 30px !important;
        left: calc(50% - 90px) !important;
        padding: 0;
        width: 220px !important;
        display: inline-block !important;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
        -webkit-transform: rotateY(45deg);
        -o-transform: rotateY(45deg);
        -moz-transform: rotateY(45deg);
        transform: rotateY(45deg);
        transition: all .5s;
        z-index: -1;     
	}
	.header .menuBox .elementor-widget-nav-menu ul.elementor-nav-menu li:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
        z-index: 9; 
	}
	.header .menuBox .elementor-widget-nav-menu ul.elementor-nav-menu li ul.sub-menu:after {
		content: '';
		width: 100%;
        height: 20px;
        display: block;
        position: absolute;
        top: -20px; 
        left: 0; 
	}
    .header .menuBox .elementor-widget-nav-menu ul.elementor-nav-menu .sub-menu a {
        border: none;
        white-space: normal;
        font-size: 18px;
        letter-spacing: 2px;
    }

}
@media (max-width: 1199px) {

    .header .logoBox .elementor-widget-text-editor p {
        letter-spacing: 1px;
        font-size: 18px;
    } 
    .header .elementor-nav-menu--toggle .elementor-menu-toggle {
        width: 60px;
        height: 55px;
    }
    .header .elementor-nav-menu--toggle .elementor-menu-toggle span {
        width: 40px;
        top: 21px;
        left: 10px;
    }
    .header .elementor-nav-menu--toggle .elementor-menu-toggle span:nth-child(6) {
        font-size: 15px;
        top: 35px;
    }
    .header .elementor-nav-menu--toggle .elementor-menu-toggle span:nth-child(5) {
        top: 30px;
    }
    .header .elementor-nav-menu--toggle .elementor-menu-toggle span:nth-child(3) {
        top: 11px;
    } 
    .menu-active .header .elementor-menu-toggle span:nth-child(5), 
    .menu-active .header .elementor-menu-toggle span:nth-child(3) {
        top: 18px; 
    }
    .header nav.elementor-nav-menu--dropdown ul li a {
        font-size: 50px !important;
        line-height: 50px;
        letter-spacing: 5px !important;
    }
    .header nav.elementor-nav-menu--dropdown ul li ul li a {
        font-size: 35px !important;
        line-height: 37px;
    }


}
@media (min-width: 1025px) and (max-width: 1199px) {

    .title .elementor-heading-title {
        font-size: 52px;
    }
	.projectIndex .elementor-widget-nav-menu .elementor-item {
		font-size: 22px;
	}
    .productCarousel .scnTitle .elementor-heading-title,
	.projectOverview .projectsBox .scnTitle .elementor-heading-title {
		font-size: 40px;
		line-height: 40px;
	}
    .productCarousel .elementor-swiper-button {
        width: 44px;
        height: 44px;
    }
    .productCarousel .swiper-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
    }
    .singleserviceWrap .elementor-widget-media-carousel .elementor-swiper-button {
        width: 40px;
        height: 40px;
    }
    .singleserviceWrap .elementor-widget-icon-list .elementor-icon-list-icon {
        width: 28px;
        height: 28px;
    } 
    

}
   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) { 
	.title .elementor-heading-title {
        font-size: 46px;
    } 
    .anchor_id {
        top: -40px;
    } 

    .serviceBnr .imageBox .elementor-widget-image:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        top: 10px;
        left: 10px;
    }
	.projectIndex .elementor-widget-nav-menu .elementor-item {
		font-size: 20px;
	}
    .productCarousel .scnTitle .elementor-heading-title,
	.projectOverview .projectsBox .scnTitle .elementor-heading-title {
		font-size: 36px;
		line-height: 36px;
	}

    .productCarousel .elementor-swiper-button {
        width: 40px;
        height: 40px;
        bottom: -78px !important;
    }
    .productCarousel .swiper-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }
    .productCarousel .swiper-pagination {
        margin-top: 60px;
        width: calc(100% - 120px) !important;
        left: 60px !important;
    }
    .singleserviceWrap .elementor-widget-media-carousel .elementor-swiper-button {
        width: 40px;
        height: 40px;
    }
    .singleserviceWrap .elementor-widget-icon-list .elementor-icon-list-icon {
        width: 28px;
        height: 28px;
    }
    .singleserviceWrap .elementor-widget-media-carousel {
        transform: scale(1);
    }



}

     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	
	@media screen and (orientation: landscape) {

	}
    .header .elementor-nav-menu--toggle .elementor-menu-toggle {
        width: 40px;
        height: 36px;
        border-radius: 4px;
    }
    .header .elementor-nav-menu--toggle .elementor-menu-toggle span:nth-child(6) {
        display: none;
    }
    .header .elementor-nav-menu--toggle .elementor-menu-toggle span:nth-child(3) {
        top: 9px;
    }
    .header .elementor-nav-menu--toggle .elementor-menu-toggle span {
        width: 26px;
        top: 17px;
        left: 7px;
    }
    .header .elementor-nav-menu--toggle .elementor-menu-toggle span:nth-child(5) {
        top: 25px;
    } 
    .menu-active .header .elementor-menu-toggle span:nth-child(5), .menu-active .header .elementor-menu-toggle span:nth-child(3) {
        top: 17px;
    }
    .header nav.elementor-nav-menu--dropdown ul li a {
        font-size: 40px !important;
        line-height: 40px;
    }
    .header nav.elementor-nav-menu--dropdown ul li ul li a {
        font-size: 28px !important;
        line-height: 28px;
    }
	.title .elementor-heading-title {
        font-size: 42px;
    } 
    .aboutWrap .textBox .scnTitle:after {
        margin-left: auto;
    }
    .bannerWap:before {
        display: block !important;  
        z-index: 9;     
    }
    .header .logoBox .elementor-widget-text-editor p {
        font-size: 16px;
    } 
    .preloader .logoBox img {
        width: 180px;
    }
    .header nav.elementor-nav-menu--dropdown ul li {
        margin-bottom: 20px;
    }
    .header nav.elementor-nav-menu--dropdown:after {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
    }
	.anchor_id {
        top: -80px;
    } 
     
    .serviceBnr .imageBox .elementor-widget-image:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        top: 10px;
        left: 10px;
    }
    .innerBnr .imageBox .elementor-widget-image {
        position: static !important; 
    }
    
    .bannerWap.innerBnr:before {
        background-image: linear-gradient(to top, #252C37 30%, #151D29 100%);
        width: 100%;
        z-index: 1; 
    }
	.projectIndex .elementor-widget-nav-menu .elementor-item {
		font-size: 18px;
	}
	.projectIndex .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	  row-gap: 10px;
	}
    .productCarousel .scnTitle .elementor-heading-title,
	.projectOverview .projectsBox .scnTitle .elementor-heading-title {
		font-size: 32px;
		line-height: 32px;
	}

    .productCarousel .elementor-swiper-button {
        width: 40px;
        height: 40px;
        bottom: 10px !important;
    }
    .productCarousel .swiper-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }
    .productCarousel .elementor-widget-media-carousel .elementor-main-swiper {
        height: 100% !important;
    }
    .productCarousel .swiper-slide .elementor-carousel-image {
        height: 230px;
    }
    .productCarousel .swiper-pagination {
        margin-top: 60px;
        width: calc(100% - 120px) !important;
        left: 60px !important;
    }
    .singleserviceWrap .elementor-widget-media-carousel .elementor-swiper-button {
        width: 38px;
        height: 38px;
    }
    .singleserviceWrap .elementor-widget-icon-list .elementor-icon-list-icon {
        width: 25px;
        height: 25px;
    }
    .singleserviceWrap .elementor-widget-media-carousel {
        transform: scale(1);
    } 
    .singleserviceWrap .elementor-widget-icon-list .elementor-icon-list-text {
        padding-left: 36px !important;
    }



}

     
/* Landscape phones and down */
@media (max-width: 480px) { 


}