@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    --orrange: #e92b2f;
}

a {
    text-decoration: none;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #474747;
    font-weight: 400;
}

a:hover {
    color: var(--orrange);
}

body,
html {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

header {
    padding: 10px 0px;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
    top: 0;
}

.p-both-100 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-top-100 {
    padding-top: 60px;
}

.p-bottom-100 {
    padding-bottom: 60px;
}

.p-left-50 {
    padding-left: 50px;
}
.mx-590{
    max-width: 590px;
    margin: 0 auto;
}
#myBtnContainer {
    margin-bottom: 30px;
    margin-top: 10px;
}
.container {
    max-width: 1370px;
    padding: 0 16px;
    margin: 0 auto;
}

.dflex {
    display: flex;
}

.justify_center {
    justify-content: center;
}

.align_center {
    align-items: center;
}

.space_between {
    justify-content: space-between;
}

.topLogo img {
    max-width: 230px;
}

nav ul li {
    display: inline-block;
    list-style: none;
}

nav ul li a {
    padding: 20px 10px;
    display: inline-block;
}

header ul li a {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Poppins";
    color: #000;
}

.topRight ul li {
    display: inline-block;
}

.redBtn:hover {
    color: var(--orrange);
    background: #fff;
    scale: 1.05;
}

.redBtn {
    background: var(--orrange);
    padding: 10px 30px;
    width: auto;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid var(--orrange);
    transition: all 0.3s ease-in-out;
}

.leftSide {
    display: flex;
    align-items: center;
    gap: 30px;
}

.topRight ul li .redBtn {
    margin-left: 10px;
}

.topRight ul li a i {
    color: var(--orrange);
}

.home_bannner {
    position: relative;
    margin-top: 80px;
}

.slider_content p {
    margin-bottom: 20px;
}

.mainHeading {
    font-size: 34px;
    line-height: 44px;
    color: #e92b2f;
    font-weight: 700;
    margin-bottom: 20px;
}

.subheading {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 44px;
    color: #474747;
    font-weight: 400;
    font-family: "Poppins";
    text-transform: uppercase;
    margin-bottom: 15px;
}

.slider_content {
    background: rgb(255 255 255 / 90%);
    padding: 30px 30px 30px 30px;
    max-width: 550px;
    border-radius: 0 50px 0 0;
}

.homepage_banner_inner {
    margin: 0;
    min-height: calc(100vh - 80px);
}

.slide_back .container {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
}

.slide_back {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.partners .slick-arrow:hover {
    background: #000 !important;
}

.partners .slick-arrow {
    background: var(--orrange) !important;
    color: #fff !important;
}

.slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transform: translateY(-50%);
}

.slick-arrow:hover {
    background: var(--orrange);
    color: #fff;
}

.right_arrow {
    left: auto !important;
    right: 10px;
}

.partners {
    padding: 0 80px;
}

.what_we_offer {
    background-image: url(../images/what_we_offer.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.partnerSlider {
    margin-top: 40px;
}

.partnerSlider .slick-slide img {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    object-fit: contain;
    padding: 0 30px;
}

.col1,
.col2 {
    flex: 1;
}

.slick-slider {
    margin-bottom: 0px !important;
}

.singleBox img {
    width: 80px;
    margin-bottom: 15px;
    height: 70px;
    object-fit: contain;
}

.singleBox h2 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #e92b2f;
    font-weight: 700;
    font-family: "Poppins";
}

.whyChooseUs .offer_boxes {
    margin-top: 30px;
}

.whyChooseUs .singleBox {
    width: calc(33% - 20px);
    border-radius: 0px 50px 0 0px;
}

.singleBox {
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.05));
    background-color: #ffffff;
    padding: 20px 20px;
    width: calc(50% - 20px);
    text-align: center;
    /* min-height: 255px; */
    transition: all 0.3s ease-in-out;
}

.offer_boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.s1 {
    border-radius: 0px 0 50px 0px;
}

.s2 {
    border-radius: 0px 0 0px 50px;
}

.s3 {
    border-radius: 0px 50px 0px 0px;
}

.s4 {
    border-radius: 50px 0px 0px 0px;
}

.col2 p {
    margin-bottom: 16px;
}


/* ================================== */
.tab {
    overflow: hidden;
    background-color: #000;
    display: flex;
    flex-direction: column;
    padding: 12%;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    padding: 40px 0;
    font-size: 22px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
    text-align: left;
    border-bottom: 1px solid #333333;
    position: relative;
    display: flex;
}

.tab button.active span:after {
    content: '';
    width: 50px;
    height: 2px;
    background: red;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.tab button:hover {
    color: #e92b2f;
}

.tab button.active {
    color: #e92b2f;
}

.tabcontent {
    display: none;
}

.tabcontent img {
    width: 100%;
    margin-bottom: -6px;
    height: 786px;
}

.our_services .row .cols {
    flex: 1;
}

.our_services .row {
    display: flex;
    background: #000;
}

.tab button span {
    font-size: 38px;
    margin-left: 18px;
    margin-right: 30px;
}


.filterDiv {
    display: none;
    width: calc(33% - 20px);
    max-width: 369px;
}

button.accordion {
    background: none;
}

.projectImage img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

.project_single {
    position: relative;
    overflow: hidden;
}

.project_hover_data p {
    color: #fff;
}

.project_hover_data:before {
    content: '';
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.project_single:hover .project_hover_data:before {
    width: 90%;
    height: 90%;
}

.project_single:hover .projectImage:before {
    background: #00000091;
}

.project_single:hover .project_hover_data {
    opacity: 1;
    transform: skewX(0deg);
}

/* .projectFiltersData:before {
    content: '';
    position: absolute;
    height: 20px;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #fff);
    left: 0;
    z-index: 1;
    width: 100%;
} */
.projectFiltersData {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    height: 957px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.projectFiltersData.mystyle {
    height: auto !important;
    transition: all 0.3s ease-in-out;
}

.project_hover_data {
    position: absolute;
    top: 0;
    height: 98%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.viewAll {
    text-align: center;
    margin-top: 26px;
}

.project_single .redBtn {
    margin-top: 15px;
}

.projectImage:before {
    content: '';
    background: hsla(0, 0%, 0%, 1);
    background: linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, rgba(255, 255, 255, 0) 40%);
    background: -moz-linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, rgba(255, 255, 255, 0) 40%);
    background: -webkit-linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, rgba(255, 255, 255, 0) 40%);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}


.show {
    display: inline-block;
}

.text-center {
    text-align: center;
}

.p_btn {
    font-size: 16px;
    line-height: 44px;
    font-weight: 400;
    font-family: "Poppins";
    color: #474747;
    text-align: center;
    padding: 5px 16px;
    font-weight: 500;
    margin: 0 4px;
    background: none;
    border: none;
    cursor: pointer;
}

button.p_btn.active1 {
    color: var(--orrange);
}

.whyChooseUs {
    background: linear-gradient(110deg, #fbf6eb 70%, #fff 70%);
}

.w_colls1 {
    width: 60%;
    padding: 0 5%;
}

.w_colls2 {
    text-align: right;
    width: 40%;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.w_colls2:before {
    content: '';
    background: red;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.w_colls2 img {
    width: calc(100% - 8px);
    height: calc(100% - 16px);
    object-fit: cover;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    top: 8px;
    left: 8px;
}

footer {
    background-image: url(../images/footerBG.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

h2.f_heading {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--orrange);
    font-weight: 700;
    font-family: "Poppins";
}

.fcol ul {
    list-style: none;
    color: #fff;
}

.fcol ul li,
.fcol ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.fcol ul li a:hover {
    color: var(--orrange);
}

.fcol {
    flex: 1;
}

.fcol ul li i {
    margin-right: 15px;
    font-size: 12px;
}

.s_first li i {
    color: var(--orrange);
    font-size: 20px !important;
}

.t_first h2 {
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.foot_search {
    /* display: flex; */
    position: relative;
    align-items: center;
    flex: 1;
    padding-left: 50px;
}

.foot_search input {
    width: 100%;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #ffffff5c;
    padding: 16px;
    color:#fff;
}

.t_first {
    margin-top: 40px;
}

.copyright ul {
    float: right;
}

.copyright ul li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}

.copyright ul li i:hover {
    background: var(--orrange);
}

.copyright ul li i {
    width: 30px;
    height: 30px;
    background: #7d869c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.copyright {
    border-top: 1px solid grey;
    margin-top: 40px;
    padding: 20px 0;
}

.copyright p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.foot_search button i {
    margin-left: 8px;
    color: var(--orrange);
}

.foot_search button:hover {
    color: var(--orrange);
}

.foot_search button {
    position: absolute;
    right: 20px;
    background: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border: none;
    top:15px;
}

button#myBtn:hover {
    color: var(--orrange);
}

.gotop i {
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: var(--orrange);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
}

.navToggle {
    display: none;
    border: none;
    background: none;
    font-size: 30px;
}

.navToggle i.fa-solid.fa-xmark {
    display: none;
}

.show i.fa-solid.fa-xmark {
    display: block;
}

.show i.fa-solid.fa-bars-staggered {
    display: none;
}

/* ================================ */

.ourPartners {
    overflow: hidden;
}

button#myBtn {
    display: none;
    background: none;
    border: none;
}

span.close {
    display: none;
    position: absolute;
    left: 60%;
    top: 0;
    color: #000;
    font-size: 40px;
    font-weight: 400;
}

.mob_call {
    display: none;
}

.mob_call a {
    color: #000;
    font-weight: 500;
}

.mob_call a i {
    color: var(--orrange);
    margin-right: 8px;
}
.topLogo a {
    display: flex;
}
/* ====================================================== */
.what_we_offer{
    min-height: calc(100vh - 60px);
    display: flex;
    align-items: center;
}

.slick-dots li button:before {
    background: #000;
    position: absolute !important;
    top: -43px;
    border-radius: 50%;
    opacity: 1 !important;
    font-size: 0 !important;
    width: 10px !important;
    height: 10px !important;
}
.slick-dots li {
    width: 9px !important;
    height: 9px !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: var(--orrange) !important;
    background-color: var(--orrange);
}
.slick-dots {
    bottom: 15px !important;
}

.main-btn-rect,
.main-btn-circle{
	position: relative;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	color: #FFFFF0;
	background-color: rgb(252, 79, 79);
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 1px;	
	outline: none;
	cursor: pointer;
	z-index: 100;
}
.main-btn-rect {
	padding: 10px 80px;
	line-height: 30px;
}
.main-btn-rect:before, 
.main-btn-rect:after{
  position: absolute;
  content: '';
  top:0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 240, 0.2);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.main-btn-rect:before {
  left: 0;
}
.main-btn-rect:after {
  right: 0;
}
.main-btn-rect:hover:before, 
.main-btn-rect:hover:after{
  width: 50%;
}
.main-btn-circle{
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	border-radius: 100%;
	line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup{
  position: fixed;
	top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.popup.active{
  top:0;
  transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
  padding: 10px 100px;
}
.popup .popup-content{
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 568px;
  min-width: 320px;
  margin-top: 150px;
  padding: 25px;
  background-color: #fbf6eb;
  color: #070000;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
}
.popup.active .popup-content{
  margin-top: 0px;
  width: 35%;
}
.success-alert{
    text-align: center; 
    font-size: 16px; 
    color: #e92b2f; 
    padding-bottom: 25px;
}
.message-text{
    height:100px!important;
}
.popup-content h6{
  display: table;
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase;
  font-weight: 100;  
}
.form-group{
	position: relative;
	width: 90%;
	margin: 0px auto;
}
#send input, #send textarea{
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	height: 29px;
	font-family: 'RobotoLight', sans-serif;
	text-indent: 20px;
  background-color: transparent;
	outline: 0;
	border: none;
	border-bottom: 1px solid #070000;
	-webkit-transition: border 0.6s;
	-o-transition: border 0.6s;
	transition: border 0.6s;
}

.info{
    float: right;
    color: #e92b2f;
}

#send input:focus,
#send textarea:focus{
	border-bottom: 1px solid rgb(63, 173, 168); 
}
#send label{
	position: absolute;
	top: 0;
	line-height: 75px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
#send input:focus + label,
#send textarea:focus + label{
  color: rgb(63, 173, 168);
}
#send .txt{
	line-height: 65px;
	left: 2px;
}
#send .main-btn-rect {
	position: relative;
	display: block;
	padding: 12px 80px;
	margin: 0px auto;
	font-size: 14px;
}
#send .main-btn-rect i {
	margin-right: 5px;
}
.popup .fade-out{
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-size: 15px;
}
.share-wrap{
	position: absolute;
  display: inline-table;
	top: 67%;
	left: 50%;
	transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
}
.share-btn{
  color: #FFFFF0;
  padding: 7px 25px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 100;
  font-size: 14px;
  font-family:'Lobster', sans-serif;
  background-color: rgba(63, 173, 168, .8);
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.share-btn:hover{
  color: #FFFFF0;
  text-decoration: none;
  background-color: rgba(63, 173, 168, 1.0);
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 2px;
}
.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 6px 9px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}
.resp-sharing-button__icon,
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}
@media only screen and (max-width: 768px){
  h1 {font-size: 25px;}
  h2 {font-size: 14px;}
  #send .main-btn-rect {padding: 7px 60px; font-size: 14px;}
  .popup-btn{padding: 7px 60px; font-size: 14px;}
}
#subs{
  float: left;
  width: 100%;
  margin-right: 15px;
  color: #fff;
}
#email-sub-info{
    float: left;
    color: white;
    width: 100%;
}