/**

 * Theme Name:    Phase3 (TwentyTwenty-Five Child)
 * Author:         I-tul
 * Template:       twentytwentyfive
 * Text Domain:	   phase3
 * Description:    Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 */


* {
    text-rendering: optimizeLegibility;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
     /*font-family: 'SF Pro Display', sans-serif;*/
     font-family: "SF Font", Sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.8px;
}

.wrap {
    margin: 0 auto;
    max-width: 1600px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

/* If login then remove padding */
.logged-in .site-header {
    top: 32px !important;
}

/* If open elementor editor tab then remove padding */
.elementor-editor-active .logged-in .site-header { 
    top: 0px !important;
}

.site-header, .site-footer {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

/*--------------------------------------------------------------
 ## Header
--------------------------------------------------------------*/
.site-header {
    /*background: #fff;*/
    /*box-shadow: 0 6px 12px -2px rgba(0, 0, 0, 0.25);*/
    left: 0;
    padding: 0;
    position: fixed;
    top: 36px;
    z-index: 999;
	height:82px;
}
.site-header,
.site-header * {
  
  -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;


}
.site-header .wrap {
    padding-top: 20px;
    position: relative;
    display:flex;
    justify-content: space-between;
    align-items: center;
	
}
.site-header .site-branding {
    float: left;
    padding: 0px;
    height:77px;
}
.site-header .hmenu-wrapper {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #ffffff;
    /*display: flex;*/
    font-family: 'Oswald', sans-serif;
    font-size: 1.875rem;
    font-weight: 400;
    height: 100%;
    right: 0;
    margin: auto 0;
    padding: 0 0px;
    position: absolute;
    /*top: 24px;*/
    z-index: 9;
    display:none;
	
}
.site-header .hmenu-wrapper .hamburger {
    background-size: contain;
    background-repeat: no-repeat;
    height: 80px;
    min-width:84px;
    padding: 7px 17px 18px;
    background-image:url('assets/images/hamburger-bg.png');
}
.site-header .hmenu-wrapper label {
    padding-right: 12px;
}
.site-header .hmenu-wrapper .hamburger-box {
    height: 28px;
    vertical-align: middle;
    width: 36px;
}
.site-header .hamburger--elastic .hamburger-inner::before {
    top: 9px;
}
.site-header .hamburger--elastic .hamburger-inner::after {
    top: 18px;
}
.site-header .hmenu-wrapper .hamburger-inner,
.site-header .hmenu-wrapper .hamburger-inner:after,
.site-header .hmenu-wrapper .hamburger-inner:before {
    background-color: #fff;
    border-radius: 0;
    height: 3px;
    width: 36px;
}
.site-header .hmenu-wrapper .hamburger:hover .hamburger-inner,
.site-header .hmenu-wrapper .hamburger:hover .hamburger-inner:after,
.site-header .hmenu-wrapper .hamburger:hover .hamburger-inner:before,
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner,
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner:after,
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}


.gsticky .site-header {
    background: #000;
    box-shadow: 0 6px 12px -2px rgba(0, 0, 0, 0.25);
	position:fixed;
	top:0;
	 -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    height: 113px;
}

.gsticky  .site-header .wrap {
    padding-top: 20px;
}


/*Main Menu*/
#site-navigation {margin-top:0px; margin-right:15px;}
#header-nav-wrap  { float:right; margin-top: 0px; display:flex; }
#primary-menu { display:flex; column-gap:22px;}
#primary-menu > li { position:relative; }

#primary-menu > li.menu-item-has-children > a:after {
	 content: ""; 
	 width:14px; 
	 height:9px;
	 display:block;
	 position:absolute;
	 right:15px;
	 top: 15px;
	 background-image:url('assets/images/drop-down-arrow.png');
	 background-repeat:no-repeat; 
 }

#primary-menu > li > a { 
    text-transform: uppercase; 
    color:#fff; 
    font-size:1rem;
    padding: 9px 17px; 
    font-weight:300;
    position:relative; 
    margin-left:0px; 
    text-align:center;
    
}

#primary-menu > li.menu-item-has-children > a { padding-right:36px;}

#primary-menu > li > a:hover,
#primary-menu > li.current-menu-item > a { border:0px solid #b71921; background-color:#000;   }
#primary-menu > li .sub-menu { 
	 display:none; 
	 border-top:1px solid #b71921;
	 border-left:1px solid #b71921; 
	 border-right:1px solid #b71921; 
	 background-color:#000;
	 position:absolute;left:0; 
	 margin-top: 15px;
	 padding: 0px 0px;
	 margin-left:0;
	 margin-right:0;
	 max-width:280px;
	  -webkit-transition: all 0.000095s ease-in-out 0s !important;
    -moz-transition: all 0.000095s ease-in-out 0s !important;
    transition: all 0.000095s ease-in-out 0s !important;
	 
 }
#primary-menu > li .sub-menu >li { padding:2px 10px; border-bottom:1px solid #ddd;}
#primary-menu > li .sub-menu >li > a { color:#fff;  font-size:1rem; font-weight:300;  }
#primary-menu > li .sub-menu >li:hover { background-color:#b71921;  }
#primary-menu > li .sub-menu >li.current-menu-item { background-color:#b71921;  }




/*--------------------------------------------------------------
 ## Footer
--------------------------------------------------------------*/


.site-footer, .site-footer * {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.site-footer {
    background-color: #000;
    padding-top: 60px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.9;
    background-image:url('/wp-content/uploads/2025/05/arrow-water-mark.png');
    background-repeat:no-repeat;
    background-position: 0 96%;
}
.site-footer a {
    color: #fff;
	font-weight: 400;
}
.site-footer a:hover {
    color: #fff;
}

.site-footer .footer-wrap {
    padding-top: 20px;
    padding-bottom: 80px;
    display:flex;
    column-gap: 40px;
    justify-content: space-between;
}

.site-footer ul { list-style: none; padding:0; margin:0;}
.site-footer ul li { margin-bottom:0px; line-height: 26px; }
.site-footer ul a  { 
    text-decoration:none; 
    font-size:14px; 
    font-weight: 300;
    font-family: "SF Font", Sans-serif;
  
}





/*--------------------------------------------------------------
 ## Sidebars/ Mobile Menu
--------------------------------------------------------------*/
#sb-site {
    left: 0;
	overflow:hidden;
}
.sb-slidebar {
    background-color: #1B5C74 !important;
    border-top: 3px solid #c23b33;
    -webkit-box-shadow: inset 5px 0px 8px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: inset 5px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 5px 0px 8px 0px rgb(0 0 0 / 15%);
}
.resp-sidebar-wrap {
    display: inline-block !important;
    height: 100% !important;
    padding: 3em 1em 1em !important;
    width: 100% !important;
}
#resp-sidebar .site-branding {
    float: left;
    text-align: center;
    width: 100% !important;
}
#resp-sidebar .site-branding img {
    vertical-align: top !important;
}
#resp-sidebar #mobile-navigation {
    display: inline-block !important;
    margin: 2em 0 0 !important;
    width: 100% !important;
	
}
#resp-sidebar #mobile-navigation,
#resp-sidebar #mobile-navigation * {
    line-height: 150% !important;
}
#resp-sidebar #mobile-navigation .menu-mobile-navigation-container {
    max-height: 75vh !important;
    /*overflow-y: scroll !important;*/
    -webkit-overflow-scrolling: touch !important;
}
#resp-sidebar #mobile-navigation ul {
    clear: both !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#resp-sidebar #mobile-navigation .menu > li {
    border-top: 1px solid #fff;
}
#resp-sidebar #mobile-navigation .menu > li:last-child {
    border-bottom: 1px solid #fff;
}
#resp-sidebar #mobile-navigation li > a {
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    text-decoration:none;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#resp-sidebar #mobile-navigation .menu > li > a:hover,
#resp-sidebar #mobile-navigation .menu > .current-menu-item > a,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor > a,
#resp-sidebar #mobile-navigation .menu > .par-active > a,
#resp-sidebar #mobile-navigation .menu > li.menu-item-has-children:hover > a {
    background-color: #c23b33  !important;
    color: #fff !important;
}
#resp-sidebar #mobile-navigation .menu .sub-menu li a:hover,
#resp-sidebar #mobile-navigation .menu .sub-menu .current-menu-ancestor > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.current-menu-item > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.par-active > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.menu-item-has-children:hover > a {
    background-color: transparent !important;
    color: #be4b11 !important;
}
#resp-sidebar #mobile-navigation li.menu-item-has-children {
    position: relative;
}
#resp-sidebar #mobile-navigation li.menu-item-has-children .caret {
  
    cursor: pointer;
    height: 44px;
    right: 0;
    position: absolute;
    top: 0;
    /*background-position: 100px;*/
    width: 130px;
    z-index: 2;
	/*position:relative;*/
}

#resp-sidebar #mobile-navigation li.menu-item-has-children .caret:after { 
  display:block;
  content: " ";
  position:absolute;
  width: 15px;
  height:15px;
  background-image: url('assets/images/btn-arrow-md.png');
  background-repeat:no-repeat;
 /* background: url('assets/images/btn-arrow-md-actv.png') no-repeat center center;*/
  background-size: 15px auto;
  
   -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	right:15px;
	top:15px;
	z-index:9;
}




#resp-sidebar #mobile-navigation .sub-menu li.menu-item-has-children .caret {
    height: 32px;
}
/*
#resp-sidebar #mobile-navigation .menu > li.par-active > .caret,
#resp-sidebar #mobile-navigation .menu > li.current-menu-item > .caret,
#resp-sidebar #mobile-navigation .menu > li.current-menu-ancestor > .caret,
#resp-sidebar #mobile-navigation .menu > li.menu-item-has-children:hover > .caret {
    background-image: url('assets/images/btn-arrow-md.png');
}
*/
#resp-sidebar #mobile-navigation .menu li.par-active > .caret:after {
    background-size: 14px auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#resp-sidebar #mobile-navigation .sub-menu {
    display: none;
}
#resp-sidebar #mobile-navigation .sub-menu li:first-child {
    border-top: 0 !important;
}
#resp-sidebar #mobile-navigation .sub-menu li:last-child {
    border-bottom: 0 !important;
}
#resp-sidebar #mobile-navigation .sub-menu li > a {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 30px;
    position: relative;
}
#resp-sidebar #mobile-navigation .sub-menu li:first-child > a {
    padding-top: 15px !important;
}
#resp-sidebar #mobile-navigation .sub-menu li:last-child > a {
    padding-bottom: 15px !important;
}
#resp-sidebar #mobile-navigation .sub-menu .sub-menu li > a {
    padding-left: 45px;
}
#resp-sidebar #mobile-navigation .menu ul > li:hover > a,
#resp-sidebar #mobile-navigation .menu ul > li.current-menu-ancestor > a,
#resp-sidebar #mobile-navigation .menu ul > li.current-menu-item > a {
    background-color: #b71921 !important;
    color: #ffffff !important;
}
#resp-sidebar .contact-sidebar {
    display: inline-block;
    margin: 3.5em 0 3em;
    width: 100%;
}

#resp-sidebar .contact-sidebar h3.widget-title { display:none; }
#resp-sidebar .contact-sidebar .panel-grid:nth-child(1) { display:none; }
#resp-sidebar .contact-sidebar .panel-grid {margin-bottom:5px !important;}
#resp-sidebar .contact-sidebar .panel-grid .panel-grid-cell:nth-child(1) { display:none;}
#resp-sidebar .contact-sidebar .panel-grid .panel-grid-cell:nth-child(2) { width:100%;text-align:center; }


#resp-sidebar .contact-sidebar a {
    font-size: 16px;
	color:#fff;
}
#resp-sidebar .contact-sidebar  a:hover {
    color: #be4b11;
}

#resp-sidebar .copyright-sidebar {
    display: inline-block;
    width: 100%;
}
#resp-sidebar .copyright-sidebar {
    margin: 0 0 2em;
    text-align: center;
}
#resp-sidebar .copyright-sidebar p {margin-bottom:20px;}
#resp-sidebar .copyright-sidebar p,
#resp-sidebar .copyright-sidebar a {
    color: #fff;
}
#resp-sidebar .copyright-sidebar a:hover {
    color: #be4b11;
}


#resp-sidebar .contact-sidebar {
    display: inline-block;
    margin: 3.5em 0 3em;
    width: 100%;
}

#resp-sidebar .contact-sidebar h3.widget-title { display:none; }
#resp-sidebar .contact-sidebar .panel-grid:nth-child(1) { display:none; }
#resp-sidebar .contact-sidebar .panel-grid {margin-bottom:5px !important;}
#resp-sidebar .contact-sidebar .panel-grid .panel-grid-cell:nth-child(1) { display:none;}
#resp-sidebar .contact-sidebar .panel-grid .panel-grid-cell:nth-child(2) { width:100%;text-align:center; }

#resp-sidebar .contact-sidebar p {text-align:center; color:#fff;font-size: 18px;}
#resp-sidebar .contact-sidebar a { color:#fff;font-weight: normal}
#resp-sidebar .contact-sidebar a:hover { color:#be4b11;}


#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(2) {margin-bottom:35px !important;}

#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(1) p,
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(2) p { line-height:29px; text-align:left;    font-family: 'Oswald', sans-serif; }

#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(1) p label,
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(2) p label { font-size:14px; }
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(3) p {font-size:15px;}
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(1),
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(2) {
	
	    border: 2px solid #ee9c0f ;
	 	min-width: 100%;
		max-width: 100%;
		margin: 0 auto 10px;
		padding: 10px;
		position:relative;
		padding-left:30px;
		text-align:left;
}


#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(1) a ,
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(2) a {
  
		font-size:18px;
		font-weight: 400;
		display: block;
}
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(1):before,
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(2):before {
	
		content: ""; 
	    background-color: #ee9c0f;
		bottom: 2px;
		content: "";
		display: inline-block;
		height: auto;
		left: 2px;
		margin: 0;
		position: absolute;
		top: 2px;
		width: 12px;
}


#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(1) p br { display:none;}


/*--------------------------------------------------------------
 ## Overrides
--------------------------------------------------------------*/
/** CF7 Overwrites **/
.wpcf7 {
    float: left;
    position: relative;
    width: 100%;
}
.wpcf7-form-control-wrap {
    display: block
}
.wpcf7-response-output, .wpcf7-validation-errors, .wpcf7-mail-sent-ok {
    border: 0 !important;
    border-radius: 0;
    bottom: -3em;
    color: #000;
    font-size: 0.875rem;
    left: 0;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    width: 100%;
}
.wpcf7 .ajax-loader {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 9;
}

.page-id-88 .wpcf7 .ajax-loader {
    margin: auto !important;
    top: 0 !important;
}
.wpcf7-checkbox {
    display: inline-block;
    font-size: 0.9375rem;
    margin: 0 0 0.75em;
    width: 100%;
}
.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    max-width: 150px;
    width: 100%;
}
.wpcf7-checkbox .wpcf7-list-item-label {
    margin-left: 5px;
    vertical-align: middle;
}

/** Back to Top **/
#back-top {
    background: url('assets/images/top-bottom.png') no-repeat center center #000;
    background-size: 15px;
    bottom: 100px;
    border-radius: 0;
    height: 50px;
    text-align: center;
    opacity: 0;
    position: fixed;
    right: 25px;
    width: 45px;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#back-top:hover {
    background-color: #000;
}
#back-top.show {
    opacity: 1;
}




/* Just start edit here!*/

/*Zoom Animation*/
.zoom-in img{ transition: transform .5s ease; } 
.zoom-in {overflow:hidden;}
.zoom-in:hover img { transform: scale(1.06);  }

.zoom-out img{ transition: transform .5s ease; } 
.zoom-out {overflow:hidden;}
.zoom-out:hover img { transform: scale(0.94);  }
.animate-top {
	transition:all .3s ease-out;
	position:relative;top:0
}
.animate-top:hover{
	/*box-shadow:0px 6px 35px -12px rgba(0,0,0,.75);*/
	top:-10px
}


/* Top bar layout */
.top-text-social-media {
    background-color:#1B5C74;
}
.top-text-social-media .wrap{
    display:flex;
    align-items: center;
    justify-content: end;
    padding-top: 3px;
    padding-bottom: 3px;
}
#top-text p { color:#fff; font-size:14px; margin-top: 0px; margin-bottom: 0px; }
#top-socmedia h2 { display:none;}
#top-socmedia { display:flex; column-gap:13px; margin-left: 60px;}


.footer-col h3 { font-size:16px; margin-top:0px; margin-bottom: 12px; font-family: "SF Font", Sans-serif; }

#footer-col-6 h3,
#footer-col-1 h3 { display:none;}
#footer-col-6 .soc-med { display:flex; margin-top: 17px;
    column-gap: 17px; justify-content: center; max-width:169px; }

#footer-col-1 p {
    font-size: 12px;
    max-width: 210px;
    line-height: 16px;
    font-family: "SF Font", Sans-serif;
}


/* Home banner slider */
.home_banner_slider .swiper-pagination .swiper-pagination-bullet  { background-color: #CED5D8; width: 40px !important; height: 8px !important; border-radius:0px;}

/* Featured Case Study */
.featured_case_text .title h3{ margin: 0 0 10px; }
.featured_case_text .title a  {
    font-weight: 400;
    font-size: 48px;
    line-height: 150%;
    color:#421534;

}

.featured_case_text .except {
    font-weight: 400;
    font-size: 16px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #421534;
    max-width: 453px;
 }

 .featured_case_text  .continue {
    display: flex;
    column-gap: 30px;
    margin-top: 42px;
 }

 .featured_case_text  .continue a.readmore {
    background-color: #8E2163;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 32px 13px 32px;

 }

 .featured_case_text  .continue a.view_castudies {
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: #8E2163;
    color: #8E2163;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 24px 13px 24px;
 }



.featured_casestudy-img  { position:relative; padding-left:25px; }
.featured_casestudy-img  { border-radius:40px; }

.featured_casestudy-img  .box-message {
    position:absolute;
    background-color:#8E2163;
    color:#fff;
    font-family: P22 Mackinac Pro;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
    padding: 35px 45px;
    border-radius: 30px;
    max-width: 400px;
    bottom: -65px;
    left: -25px;

}
.featured_casestudy-img  .box-message span.name { display: block;
margin-top: 5px;font-style: normal;  font-size:14px; }



.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: 25px!important;
text-align: right;
left: -50px;
}

.elementor-slides .swiper-slide-inner {
    padding: 50px 50px 50px 118px;
}

.elementor-widget-text-editor p{
    margin: 0;
}

.testimonial-bullet-color .swiper-pagination-bullet-active {
	background:#BC3731!important;
}

.project-link-holder:hover .project-image-hover:before {
background-color:unset!important;

}
.bottom-hover {
    transition: ease-in-out all .3s!important;
}

.project-link-holder:hover .bottom-hover {

bottom: 0px!important;
}

.hero-carousel .swiper-pagination-bullet {
    border-radius: 0;
    height: 8px!important;
}

.hero-carousel .swiper-pagination-bullet-active {
    background: #BC3731!important;
}

.hero-carousel .swiper-pagination-bullet:hover {
    background: var(--e-n-carousel-dots-hover-color, #fff)!important;
    opacity: 1;
}

.top-placement {
    top: -30px;
}

.projects-gallery .gallery-item-caption-wrap .gallery-item-hoverer-bg {
    background: unset!important;
}

.projects-gallery .gallery-item-thumbnail-wrap {
        background: #000;
    opacity: .5;
}

.text-editor-ul ul {
     margin: 0px;
     margin-left: 15px; 
     padding-left: 5px;
}
.text-editor-ul ul li{
     padding-bottom: 8px;
}

.project-gallery-media .swiper .elementor-swiper-button-next {
    width: 42px;
    height: 42px;
    background: #bc3732;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: -2%!important;
}

.project-gallery-media .swiper .elementor-swiper-button-prev {
width: 42px;
    height: 42px;
    background: #bc3732;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: -2%!important;
}

/*Contact us override style*/
.contact-us-form .form-holder {
  display: flex;
  gap: 17px;
      flex-direction: column;
}

.contact-us-form .form-holder p,
.contact-us-form .form-holder p input {
  margin: 0!important;
}

.contact-us-form .form-holder .name-holder {
    display: flex;
    gap: 17px;
}

.contact-us-form .ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.contact-us-form .ekit-wid-con .ekit-form form textarea{
    padding: 11px 23px!important;
    border-radius: 3.75px!important;
    border: 1.248px solid #E7EFF3!important;
    font-family: "SF Font", Sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.contact-us-form .ekit-wid-con .ekit-form form input::placeholder,
.contact-us-form .ekit-wid-con .ekit-form form textarea::placeholder{
    color: #9F9F9F!important;
    opacity: 1;
}

.contact-us-form .ekit-form form textarea {
    height: 108px!important;
}

.contact-us-form .ekit-wid-con .ekit-form form input[type=submit] {
        width: 100%;
    background-color: #BC3731!important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-family: "Roboto";
}
.contact-us-form .ekit-wid-con .ekit-form form input[type=submit]:hover {
     background-color: #1C2F5D!important;
}

.project_tab .e-n-tabs-heading { position:relative; margin-bottom:30px; }
.project_tab .e-n-tabs-heading:after { width: 100%; margin: 5px 0 0 0;max-width: 800px; content: ' '; display:block; margin:0px; height:2px; border-bottom:1px solid #AEAEAE;  }
.project_wrapper { 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project_wrapper .project_card {
    flex: 0 0 48%; /* Each item takes 50% of the container */
    padding: 10px;
    box-sizing: border-box;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom:4%;
    height:380px;
    position:relative;
    box-shadow: 0px 4px 4px 0px #00000040;
    overflow: hidden;
    transition: all .3s ease-out;
  
   
}
.project_wrapper.p_grid_3_row .project_card
 {
     flex: 0 0 32%; /* 3 item each row */
    margin-bottom:20px;
 }


.project_wrapper .project_card .card_box {

    background-color:#0000009c;
    display:block;
    width:100%;
    max-width:360px;
    padding:30px 20px 25px;
    position: absolute;
    bottom: -155px;
    left: 0px;
    opacity:1;
    transition: all .3s ease-out;
    z-index: 5 ;

}


.project_wrapper .project_card:hover .card_box  {  opacity:1; bottom:0px; }
.project_wrapper .project_card .card_box .post-title { 
    display:block; 
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin: 0 0 10px 0;
    line-height: 30px;
    font-family: "SF Font", Sans-serif;

}
.project_wrapper .project_card .card_box a.view_more { 
    color:#fff; 
    font-size:16px; 
    font-weight:normal; 
    position:relative;
    font-family: "SF Font", Sans-serif;
    font-weight: 300;
    display:block;
    height:30px;
    max-width: 120px;
  
}

.project_wrapper .project_card .card_box a  img { 
    position:absolute;
    right:0;
    top: 4px;
 }

.project_wrapper .project_card:after {
    background-color:#ffffff61;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content: " ";
    opacity:1;
    transition: all .3s ease-out;
    z-index: 4 ;

}
.project_wrapper .project_card:hover:after { opacity:0; }


.tab-links li:nth-child(2) {
  display:none!important;
}
/*--------------------------------------------------------------
 ## Responsive CSS
--------------------------------------------------------------*/



@media only screen and (max-width: 1599px) {
    .e-con-inner { max-width: 1270px !important;}
    .wrap{
        max-width: 1300px;
    }

    .site-header .wrap{
        max-width: 1300px;
    }

    .site-footer  .wrap{
        max-width: 1300px;
    }

    #primary-menu {
        column-gap: 0px;
    }
  
}





@media only screen and (max-width: 1499px) {
  
    .site-header .hmenu-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

   
    #copyright-wrapper {
        font-size: 0.9375rem;
    }

   

    
}


@media only screen and (max-width: 1399px) {

	 .site-header .wrap {
       padding-left:15px;
       padding-right:15px;
    }

    .site-header, .sb-slidebar {
        border-width: 3px;
    }
   

    .site-header .hmenu-wrapper {
        font-size: 1.75rem;
    }
    .site-header .hmenu-wrapper .hamburger {
        height: 75px;
    }
    .site-header .hmenu-wrapper label {
        padding-right: 5px;
		font-size:20px;
		display: none;
    }

}




@media only screen and (max-width: 1199px) {
  
    .site-header .hmenu-wrapper {
        font-size: 1.625rem;
        padding-left: 10px;
        padding-right: 10px;
    }
    .site-header .hmenu-wrapper .hamburger-box {
        height: 25px;
        width: 35px;
    }
    .site-header .hmenu-wrapper .hamburger {
     
        padding: 5px 12px 10px;
	
    }

   
	
   
}

@media only screen and (max-width: 1175px) { 
    #header-nav-wrap { display:none; }
    .site-header .hmenu-wrapper { display:flex; }

    .project_wrapper.p_grid_3_row { column-gap:30px; }
    .project_wrapper.p_grid_3_row .project_card
    {
        flex: 0 1 48%; /* 2 item each row */
    }

    .project_wrapper.p_grid_3_row .project_card:nth-child(3)
    {
        margin: 20px auto;
    }

}


@media only screen and (max-width: 991px) {


    .site-header .site-branding {
        width: 100px;
    }

    .footer-3-column {
        padding-left: 0px; 
        padding-right: 0px;
    }

    .site-footer .wrap.footer-wrap {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .site-footer .wrap.footer-wrap .footer-col {
        flex: 46%;
        margin-bottom:30px;
    }

    .site-footer .footer-wrap {
        padding-bottom: 30px;
    }


    .featured_case_text .continue { display:block; }
    .featured_case_text .continue a.readmore {
        display: inline-block;
        width: 300px;
        margin: 0 0 15px;
        text-align:center;

    }
    .featured_case_text .continue a.view_castudies {
        display: inline-block;
        width: 300px;
        margin: 0 0 15px;
        text-align:center;
    }

    .featured_casestudy-img .box-message { left: 0px; max-width: 100%; }
    .featured_casestudy-img {
        padding-left: 0px;
    }

  
 
}




@media only screen and (max-width: 767px) {
    .site-header {
        height: 130px;
    }

    .featured_casestudy-img .box-message { position:relative; bottom:0px; margin-bottom:15px;padding: 25px 25px; }
    .featured_casestudy-img {
        text-align: center;
    }

    .featured_case_text .title a {font-size:35px; line-height: 38px;}
    
    .top-placement {
        top: 0px;
    }

    .elementor-location-header .sticky-header-other  { justify-content: space-between ;}

   .project_wrapper.p_grid_3_row { display:block; }
    .project_wrapper.p_grid_3_row .project_card
    {
        flex: 0 1 47.5%; /* 2 item each row */
    }

    
}



@media only screen and (max-width: 690px) {
	
    .site-footer .footer-wrap {
		padding-bottom: 0px;
		padding-top: 40px;
	}


	#copyright-wrapper { text-align:center;}

   
    .project_wrapper.p_grid_3_row .project_card
    {
        flex: 0 1 100%; /* 2 item each row */
    }

    .project_wrapper.p_grid_3_row .project_card:nth-child(3)
    {
        margin: 0px auto 30px;
    }


	
}

@media only screen and (max-width: 666px) {
	
  
    .footer-3-column {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-3-column .the-3-footer-column {
        margin-bottom:20px;
    }

    .project_wrapper .project_card {
        flex: 0 0 100%;
    }
	
}





@media only screen and (max-width: 567px) {
	
	

    .site-footer {
        font-size: 1rem;
    }
    .site-footer .footer-wrap {
        position: relative;
    }
    

   
}



@media only screen and (max-width: 479px) {
   
    .site-header {
        height: 85px;
    }
    
    .site-header .hmenu-wrapper {
        right: 5px;
    }

    .project_tab  .e-n-tabs-heading { display: block !important; }
    .project_tab  .e-n-tabs-heading  .e-n-tab-title { text-align:center;width: 100%; }
    .project_wrapper .project_card { height:280px; }

}


@media only screen and (max-width: 375px) {
  
    .site-footer .wrap.footer-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
	
}


/** Slidebar Overrides **/
@media only screen and (max-width: 2000px) and (min-width: 1600px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}
@media only screen and (max-width: 1599px) and (min-width: 1367px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 901px) {
    .sb-slidebar {
        max-width: 330px;
        width: 100%;
    }
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
    .sb-slidebar {
        max-width: 330px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) and (min-width: 568px) {
    .sb-slidebar {
        max-width: 320px;
        width: 100%;
    }
}
@media only screen and (max-width: 567px) and (min-width: 414px) {
    .sb-slidebar {
        max-width: 310px;
        width: 100%;
    }
}
@media only screen and (max-width: 413px) and (min-width: 321px) {
    .sb-slidebar {
        max-width: 300px;
        width: 100%;
    }
}
@media only screen and (max-width: 320px) and (min-width: 300px) {
    .sb-slidebar {
        max-width: 280px;
        width: 100%;
    }
}