.sliderInner .image img {
    display: block;
}
font {
    letter-spacing: 0;
}

/*--- TRANSLATOR ---*/	
.translator .gtranslate_wrapper .gt_float_switcher {
    display: block;
    font-size: 16px;
    font-family: 'Nunito';
}
.translator .gt_float_switcher .gt_options.gt-open {
    position: absolute;
    width: 100%;
    background: white;
}
.translator .gt_float_switcher .gt_options a {
    padding: 10px 10px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    color: black;
}
.translator .gt_float_switcher img {
    display: none !important;
}
.translator .gt_float_switcher .gt_options a:hover {
    background: #1c1c1c;
    color: #fff;
}
/*--- TRANSLATOR ---*/

/*----- SELECT MENU CSS STARTS -----*/
.select-menu {
  max-width: 330px;
  margin: 50px auto;
}
.select-menu .select-btn {
  display: flex;
  height: 45px;
  background: #fff;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 2px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.select-menu .options {
  position: absolute;
  width: 300px;
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}
.select-menu .options .option {
  display: flex;
  height: 45px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}
.select-menu .options .option:hover {
  background: #f2f2f2;
}

.select-menu .options .option .option-text {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
}

.select-btn:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 23px;
    margin-left: 20px;
}
.select-menu .select-btn:before {
    content: "\f0ac";
    font-family: 'FontAwesome';
    font-size: 30px;
    margin-right: 10px;
    color: #ff0000;
}

.select-menu .options .option:before {
    content: "";
    background: url(../images/Flag-Bahrain.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.select-menu .options .option.location-saudia:before {
    background: url(../images/Flag-Saudi.png);
}
.select-menu .options .option.location-oman:before {
    background: url(../images/Flag-Oman.png);
}
.select-menu .options .option.location-uae:before {
    background: url(../images/Flag-UAE.png);
}

.select-menu.active .select-btn:after {
  transform: rotate(-180deg);
}
.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
/*----- SELECT MENU CSS ENDS -----*/

/*---- THEME CSS STARTS ----*/
body {
    overflow-x: hidden;
    position: relative;
    font-family: Poppins;
}

.page-header {
   display: none;
}

.image-hover {
    overflow: hidden;
}
.image-hover img {
    transition: all 0.5s ease-in;
}
.image-hover:hover img {
    transform: scale(1.1);
}


.location-container .elementor-widget-container a {color: #cdcdcd;}
.location-container .elementor-widget-container a:hover {color: white;}


.location-uae a:before {
    content: "";
    background-image: url(../images/Flag-UAE.png);
    width: 30px;
    height: 30px;
    position: relative;
    background-color: transparent !important;
    margin-right: 10px;
    opacity: 1 !important;
}
.location-bahrain a:before {
    background-image: url(../images/Flag-Bahrain.png);
}
.location-saudia a:before {
    background-image: url(../images/Flag-Saudi.png);
}
.location-oman a:before {
    background-image: url(../images/Flag-Oman.png);
}

.region_menu {
    display: none;
}
/*
body.home .region_menu {
    display: block;
}
*/

.enquiry_form input::placeholder, .enquiry_form textarea::placeholder {
    opacity: 1 !important;
    color: black;
}

/*---- THEME CSS ENDS ----*/

/*----- HEADER CSS STARTS ------*/

.custom-header {
    position: absolute;
    z-index: 9;
}

.header-cont span.elementor-icon-list-text{
    display: flex !important;
    align-items: center !important;
}
.header-cont span.elementor-icon-list-text:before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 2px;
    background: #ffffff;
    margin-right: 10px;
}

.sidemenu {
    position: absolute;
    left: 0;
    width: 85px;
    height: 100%;
    background-color: #001A35;
    top: 0;
    z-index: 9999;
    border-right: 1px solid #ffffff30;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-arrow {
    position: absolute;
    bottom: 40px;
}
.bottom-arrow img {
    filter: invert(1);
    transform: rotate(-90deg);
}

.side-social {
    position: absolute;
    right: 0;
    width: 85px;
    height: 100%;
    top: 0;
    z-index: 0;
    border-right: 1px solid #ffffff30;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transform: rotate(-90deg);
}
.side-social ul li a {
    color: #FFF;
    text-align: center;
    
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.side-social ul li:after {
    content: "/";
    color: white;
    padding: 28px;
}
.side-social ul li:last-child:after {
    display: none;
}


/*---- POPUP MENU CSS ----*/

.popmenu .elementor-nav-menu li a {
    opacity: 0.22;
    transition: all 0.5s ease-in;
}
.popmenu .elementor-nav-menu li.current-menu-item a, .popmenu .elementor-nav-menu li:hover a {
    opacity: 1;
}

.popmenu .elementor-nav-menu li a:before {
    content: "";
    width: 0;
    height: 3px;
    background-color: white !important;!i;!;
    position: relative;
    margin-right: 15px;
    transition: all 0.5s ease-in;
}
.popmenu .elementor-nav-menu li.current-menu-item a:before, .popmenu .elementor-nav-menu li:hover a:before {
    width: 45px;
}

/*----- HEADER CSS ENDS ------*/

/*------ HOME BANNER CSS STARTS ------*/

.slider-main {
    position: relative;
}
.slider-main .item {
    display: block !important;
}
.sliderInner {
    position: relative;
}
.sliderInner .inner-content {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    align-items: center;
    display: flex;
    padding: 0 8%;
}
.sliderInner .inner-content .text {
    color: white;
    width: 70%;
}
.sliderInner .inner-content .text h2 {
    font-size: 75px;
    font-weight: 700;
    line-height: 90px; 
    letter-spacing: -3.75px;
    text-transform: uppercase;
}
.sliderInner .inner-content .text h5{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 14.08px;
}

.enquire-btn {
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in;
}
.enquire-btn:hover {
    background-color: #E2231A;
}
.enquire-btn:after {
    content:'';
    background: url(../images/Button-bg-new.png);
    background-size: 100% 100%;
    filter: invert(1);
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index:0;
}
.enquire-btn a {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    width: 202px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px dashed white;
    z-index: 1;
}
.enquire-btn:hover a{
    border: 1px solid transparent;
}

.sliderInner:before {
    content: "TRIGON";
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFF;
    color: transparent;
    font-size: 250px;
    font-weight: 700;
    line-height: 90px; /* 36% */
    letter-spacing: -7.5px;
    text-transform: uppercase;
    position: absolute;
    opacity: 0.4;
    bottom: 190px;
    right: 150px;
}

.home-arrow {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
}
.home-arrow .slick-arrow {
    background-color: white;
    border: none;
    padding: 0;
    width: 76px;
    height: 48px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.home-arrow:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 48px;
    background-color: white;
    right: 0;
}

.home-arrow .slick-arrow.n-next {
    background-color: #E2231A;
}
.home-arrow .slick-arrow.n-next img {
    filter: invert(1);
    transform: rotate(180deg);
}

/*------ HOME BANNER CSS ENDS ------*/

/*---- ABOUT SECTION CSS STARTS -----*/

.trigon-heading h2 span {
    font-weight: 700;
    color: #E2231A;
}

.trigon-btn .elementor-button {
    position: relative;
    width: 202px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trigon-btn .elementor-button:before{
    content:'';
    background: url(../images/Button-bg-new.png);
    background-size: 100% 100%;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index:0;
}

.about-h-before:before {
    content: "";
    width: 84px;
    height: 2px;
    background-color: #014888;
    display: block;
    position: absolute;
    top: 23px;
    left: -100px;
}

.client-icon .elementor-counter-title, .product-icon .elementor-counter-title {
    background-color: #eb0000;
    color: white !important;
    padding: 0 20px !important;
    line-height: normal !important;
    margin-top: 15px !important;
}

.client-icon .elementor-counter:after {
    content: url(../images/Client-icon.png);
}
.product-icon .elementor-counter:after {
    content: url(../images/Product-icon.png);
}

.heading-dash {
    display: flex;
    align-items: center;
}

.heading-dash:before, .heading-small-dash:before {
    content: "";
    width: 84px;
    height: 2px;
    background-color: #014888;
    display: block;
    margin-right: 16px;
    margin-left: -100px;
    z-index: 2;
}

.heading-small-dash {
    display: flex;
    align-items: center;
}
.heading-small-dash:before {
    width: 50px;
    margin-right: 10px;
    margin-left: -60px;
}

/*---- ABOUT SECTION CSS ENDS -----*/

/*----- WHAT WE DO SECTIONS CSS STARTS -----*/

.red-section .heading-dash:before,
.blue-section .heading-dash:before,
.black-section .heading-dash:before{
    background-color: white;
}

.red-section:before,
.blue-section:before,
.black-section:before{
    content: "";
    opacity: 0.85;
    transition: all 0.5s ease-in;
}

.red-section:before {
    background: #E2231A;
}
.blue-section:before {
    opacity: 0.75;
    background: #0C114B;
}
.black-section:before {
    background: #000;
}

.red-section:hover:before{
    opacity: 0;
}

.blue-section:hover:before,
.black-section:hover:before{
    opacity: 0.45;
}

/*----- WHAT WE DO SECTIONS CSS STARTS -----*/

/*---- PROJECTS SECTION CSS STARTS ----*/

.trigon-sec-heading strong{
    font-weight: 600;
}

.project-area .project-items{
    display: block !important;
}
.project-area .slick-slide > div {
    margin: 0 10px;
}
.project-images img {
    width: 100%;
}

.project-images {
    overflow: hidden;
    position: relative;
}
.project-images:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 312px;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #040404 100%);
    z-index: 1;
    transition: all 0.5s ease-in;
    pointer-events: none;
}

.project-images:hover:before{
    opacity: 0.89;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #040404 100%);
}

.project-images img {
    transition: all 0.5s ease-in;
}
.project-images:hover img {
    transform: scale(1.1);
}

.project-headings {
    position: absolute;
    z-index: 99;
    bottom: 0;
    color: white;
    padding: 20px 30px;
	pointer-events: none;
}
.project-headings h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 56px; /* 186.667% */
    letter-spacing: -0.9px;
    margin-bottom: 0;
}
.project-headings h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 8.64px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.project-headings h5:before {
    content: "";
    width: 45px;
    height: 2px;
    background-color: white;
    display: block;
    margin-right: 15px;
}
.project-headings span {
    font-size: 25px;
    font-weight: 600;
}


.projects-arrow {
    display: flex;
}
.projects-arrow a {
    width: 76px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: all 0.3s ease-in;
}
.projects-arrow a.slick-arrow:before{
    content: "";
    width: 20px;
    height: 17px;
}

.projects-arrow a.pr-prev{
    border: 1px solid #C4C4C4;
}
.projects-arrow a.pr-next{
    background-color: #E2231A;
}

.projects-arrow a.pr-prev.slick-arrow:before {
    background: url(../images/TrigonArrow.png);
}

.projects-arrow .pr-next.slick-arrow:before {
    background: url(../images/TrigonArrow.png);
    transform: rotate(180deg);
    filter: invert(1);
}

/*---- PROJECTS SECTION CSS ENDS ----*/

/*---- MARKETING SECTION CSS STARTS -----*/

.custom-box {
    background: #FFF;
    box-shadow: 12px -1px 52.4px 0px rgba(0, 0, 0, 0.06);
}
.custom-box:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 5px solid red;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -40px;
    z-index: 1;
}
.custom-box .elementor-widget-text-editor p {
    margin-bottom: 0;
}

.custom-box:after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: #CECECE;
    top: 50%;
    left: -32px;
    height: calc(100% + 50px);
    z-index: 0;
}
.custom-box:last-child:after {
    display: none; /* Remove the line from the last box */
}

/*---- MARKETING SECTION CSS ENDS -----*/

/*----- MEDIA CENTER CSS STARTS -----*/

.media-section {
    position: relative;
}

.main__media {
    display: block !important;
    padding: 70px 0;
}
.main__media:before {
    content: "";
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    z-index: -1;
}

.media-inner {
    display: flex;
    align-items: center;
}
.media-inner .media-image {
    flex-shrink: 0;
    width: 40%;
}

.media-image:before {
    content: "Article";
    background-color: red;
    color: white;
    padding: 4px 20px;
    font-family: Poppins;
    font-weight: 500;
    position: absolute;
}

.media-inner .media-content {
    flex-grow: 1;
    padding: 0 80px;
}

.media-content{
    font-size: 16px;
    font-weight: 500;
}

.media-content h2 {
    color: #001A35;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: -1.05px;
}
.media-content p {
    color: #3F5EB1;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.media-content p.post-date {
    letter-spacing: 9.72px;
    text-transform: uppercase;
}

.media-content a{
    color: #001A35;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.media-content a:before {
    content: "";
    background: url(../images/TrigonArrow.png);
    width: 20px;
    height: 17px;
    display: block;
    transform: rotate(180deg);
    margin-right: 10px;
}

.media-arrows {
    position: absolute;
    top: -48px;
    right: 0;
}

.media-arrows a.pr-prev {
    border: none;
    background-color: #eaeaea;
}


.article-btn {
    position: absolute;
    bottom: -25px;
    right: 0;
}
.article-btn a {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background-color: #e2231a;
    padding: 15px 50px;
    display: inline-block;
    transition: all 0.5s ease-in;
}
.article-btn a:hover {
    background-color: black;
}

/*----- MEDIA CENTER CSS ENDS -----*/

/*----- OUR CLIENTS CSS STARTS ------*/

.logo-carousel {
    overflow: hidden;
    padding: 40px 0;
    position: relative;
}
.logo-carousel:before {
    content: "";
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 51.81%, #FFF 100%);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
}

ul.our-clients {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
	position: relative;
}
ul.our-clients li {
    height: 119px;
    display: flex;
    align-items: center;
    padding: 0 45px;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 0px 4px 37.8px 0px rgba(0, 0, 0, 0.10);
    margin: 0 10px;
}
.logo-carousel {
    overflow: hidden;
}


.logo-carousel.brand-bahrain,
.logo-carousel.brand-saudi,
.logo-carousel.brand-oman {
    display: none;
}

/*----- OUR CLIENTS CSS STARTS ------*/

/*----- INNER PAGES CSS STARTS ------*/

.inner-heading {
    position: absolute;
    bottom: 90px;
    right: 50px;
}
.inner-heading h2.elementor-heading-title {
    color: transparent !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFF;
    font-family: Poppins;
    font-size: 200px;
    font-weight: 700;
    line-height: 150px; /* 45% */
    letter-spacing: -6px;
    text-transform: uppercase;
    opacity: 0.4;
}

.inner-menu, .inner-menu .elementor-widget-container {
    position: static !important;
}
.custom-banner:after {
    content: "";
    width: 50%;
    height: 48px;
    background-color: white;
    position: absolute !important;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.awards-text a {
    color: initial;
    text-decoration: underline;
}

/*----- ABOUT US PAGE CSS STARTS -----*/
.about-ul ul {
    padding-left: 20px;
}
.about-ul ul li {
    margin-bottom: 35px;
}

.imageBox {
    background: #FFF;
    box-shadow: 12px -1px 52.4px 0px rgba(0, 0, 0, 0.06);
    padding: 40px 20px;
}
.imageBox h3 {
    margin: 0;
}

.benefit-column .elementor-widget-heading {
    margin-left: 80px;
}

/*----- ABOUT US PAGE CSS ENDS -----*/


/*---- BLOGS PAGE CSS STARTS ----*/

.blog-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.blog-image {
    position: relative;
}
.blog-image:before {
    content: "Article";
    background-color: red;
    color: white;
    padding: 4px 20px;
    font-family: Poppins;
    font-weight: 500;
    position: absolute;
}
.blog-image img {
    width: 100%;
}

.blog-content {
    font-family: Poppins;
    font-size: 18px;
    padding: 40px 0;
}
.blog-content h2 {
    color: #001A35;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: -0.84px;
}
.blog-content p.post-date {
    color: #3F5EB1;
    font-weight: 600;
    letter-spacing: 9.72px;
    text-transform: uppercase;
}
.blog-content p {
    color: #3C3F46;
    font-family: Nunito;
    font-weight: 400;
}

.blog-content a{
	font-size: 16px;
	font-weight: 500;
    color: #001A35;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.blog-content a:after {
    content: "";
    background: url(../images/TrigonArrow.png);
    width: 20px;
    height: 17px;
    display: block;
    transform: rotate(180deg);
    margin-left: 10px;
}

/*---- BLOGS PAGE CSS ENDS ----*/

/*---- BLOGS SINGLE PAGE CSS STARTS ----*/

.post_inner .elementor-widget-post-info .elementor-post-info{
    list-style: none !important;
}

.custom-sidebar {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 12px -1px 52.4px 0px rgba(0, 0, 0, 0.06);
}
.custom-sidebar .elementor-post__text {
    display: flex;
    flex-direction: column-reverse;
}

/*---- BLOGS SINGLE PAGE CSS ENDS ----*/


/*----- PROJECTS PAGE CSS STARTS -----*/

.project-inner-page {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Adjust the number of columns */
    gap: 20px; /* Adjust the spacing between items */
}
.project-inner-page img {
    display: block;
}
.project-inner-page .project-items:nth-child(2) {
    grid-column: span 2;
}
.project-inner-page .project-items:nth-child(6) {
    grid-column: span 2;
}
.project-inner-page .project-items .project-images, .project-inner-page .project-items .project-images img {
    height: 100%;
    object-fit: cover;
}
.project-inner-page .project-items:nth-child(7), .project-inner-page .project-items:nth-child(8) {
    grid-column: span 2;
}


.elementor-video-wrapper {
    background-color: #19202a;
}

/*----- PROJECTS PAGE CSS ENDS -----*/

/*----- SERVICES PAGE CSS STARTS -----*/


.service-column p, .service-column-reverse p{
	margin-bottom: 0 !important;
}

.image_before .elementor-widget-container:before {
    content: "";
    width: 95px;
    height: 180px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    z-index: 1;
}
.image_before img {
    width: 100% !important;
}

.service-column-reverse .image_before .elementor-widget-container:before {
    right: unset;
    left: 0;
}


.service-column-reverse .heading-dash:before {
    opacity: 0;
}
.service-column-reverse .heading-dash:after {
    content: "";
    width: 84px;
    height: 2px;
    background-color: #014888;
    display: block;
    margin-right: -100px;
    margin-left: 16px;
}

/*----- SERVICES PAGE CSS ENDS -----*/

/*---- SERVICES DETAILS PAGE CSS STARTS ----*/

.services_logo .elementor-image-carousel-wrapper:before {
    content: "";
    background: linear-gradient(90deg, #F6FAFF 0%, rgba(246, 250, 255, 0.00) 29.05%, rgba(246, 250, 255, 0.00) 68.24%, #F6FAFF 100%);
    background-size: 100% 100%;
    width: calc(100% - 60px);
    height: 100%;
    z-index: 999;
    position: absolute;
    left: 30px;
    top: 0;
}
.services_logo .elementor-image-carousel-wrapper {
    padding: 40px 0px;
}
.services_logo .swiper-slide {
    padding: 30px 0;
}
.services_logo figure.swiper-slide-inner {
    height: 119px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 37.8px 0px rgba(0, 0, 0, 0.10);
    margin: 0 20px !important;
}

/*---- SERVICES DETAILS PAGE CSS ENDS ----*/


/*---- BRANDS PAGE CSS STARTS -----*/

.brand-section:before {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #F6FAFF;
    position: absolute;
    margin-left: auto;
    right: 0;
    top: -48px;
    z-index: 9;
}

ul.brand_list {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}
ul.brand_list li {
    background: #FFF;
    box-shadow: 0px 4px 37.8px 0px rgba(0, 0, 0, 0.05);
    height: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---- BRANDS PAGE CSS ENDS -----*/


/*---- CONTACT US PAGE CSS STARTS -----*/

.info_box {
    border-left: 3px solid #E2231A;
    background: #FFF;
    box-shadow: 12px -1px 52.4px 0px rgba(0, 0, 0, 0.06);
}

.info_box .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
}
.info_box .elementor-image-box-img {
    flex-shrink: 0;
    margin-right: 10px !important;!i;!;
}

.map_overlay {
    background-color: #001A35;
}
.map_overlay .elementor-widget-google_maps {
    opacity: 0.44;
}

.formCont input,
.formCont select,
.formCont textarea {
    outline: none;
    box-shadow: none !important;
    background: transparent !important;
    padding: 10px 0;
}
.formCont .elementor-field-group label {
    position: absolute;
    top: 2px;
    transition: all 0.3s ease;
    pointer-events: none;
}
.formCont .elementor-field-group.focused label {
    top: -15px;
}

/*---- CONTACT US PAGE CSS ENDS -----*/


/*----- CAREER PAGE CSS STARTS ------*/


.main_job_section {
    display: flex;
    align-items: flex-start;
}

.main_job_section .job-filters {
    width: 23%;
    background-color: #F7FBFC;
    padding: 20px;
}

.job-mainn {
    flex-grow: 1;
    padding-left: 30px;
}

.job-mainn > h2 {
    font-size: 46px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
    letter-spacing: -2px;
    color: #001A35;
}

.jobs-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.jobs-section .job-content {
    cursor: pointer;
    background-color: #F7FBFC;
    padding: 40px 40px;
}
.job-content p {
    color: #666666;
    font-family: "Nunito";
}
.job-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 !important;
	color: #000000;
}


.filter-group {
    font-family: 'Poppins';
    font-size: 18px;
    color: black;
}
.filter-group label {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 15px;
}
.filter-group label input {
    accent-color: #e2231a;
	width: 15px;
}

.filter-group h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 15px;
}

.filter-group h3 {
    font-size: 20px;
    font-weight: 600;
}
.filter-group .country {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 20px 0;
    margin: 20px 0;
}
.filter-group .country label span {
    display: flex;
    align-items: center;
}
.filter-group .country label span img {
    margin-right: 15px;
}


.jobs-content-section .job-inner {
    padding: 60px;
    background-color: white;
}
.job-inner {
    color: black;
}
.job-inner h2 {
    font-size: 35px;
    font-weight: 700;
}
.job-inner h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px;
}

.jobs-content-section .job-inner a {
    background-color: #E2231A;
    color: white;
    padding: 12px 50px;
    display: inline-block;
    font-weight: 600;
    margin-top: 10px;
}

.job-content.selected {
    background-color: #001D41;
}
.job-content.selected * {
    color: white;
}

.jobForm input {
    padding: 15px 0;
}
.jobForm input:focus {
    box-shadow: none !important;
}
.jobForm .elementor-field-type-html {
    margin-bottom: 20px !important;
}
.jobForm .elementor-field-type-html span {
    font-family: 'Nunito';
    font-size: 20px;
    font-weight: 500;
    color: #666666;
    display: block;
    margin-top: 10px;
}


.jobForm .elementor-field-type-upload input[type="file"]::before{
    content: '\f093' '  Choose File';
    background-color: #001D41;
    padding: 15px 20px;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    line-height: 1em !important;
    font-family: "FontAwesome", Nunito;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
}
.jobForm .elementor-field-type-upload input[type="file"]::file-selector-button{
    display: none;
}

.jobForm .elementor-field-option{
    display: flex;
    align-items: center;
}
.jobForm .elementor-field-option input {
    accent-color: #e2231a;
	width: 15px;
    height: 15px;
    margin-right: 10px;
}

.jobForm .elementor-field-type-submit {
    border-top: 1px solid #E6E6E6;
    padding-top: 20px;
}


ul.joblists {
    padding: 0;
    list-style: none;
    display: flex;
    font-family: 'Nunito';
    color: #666;
    margin-top: 10px;
}
ul.joblists li {
    margin-right: 20px;
    display: flex;
    align-items: center;
}
ul.joblists li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #e2231a;
    border-radius: 100%;
    display: block;
    margin-right: 10px;
}


/*----- CAREER PAGE CSS ENDS ------*/


/*----- INNER PAGES CSS ENDS ------*/

/*----- FOOTER CSS STARTS ------*/

.footer-first-col {
    border-right: 1px solid #3E3E3F;
    padding-right: 40px !important;
}

.footer-first-col .elementor-nav-menu {
    column-count: 2;
}
.footer-first-col .elementor-nav-menu li a:before {
    content: "\f111";
    font-family: "FontAwesome";
    background-color: transparent !important;!i;!;
    position: relative;
    opacity: 1 !important;!i;!;
    font-size: 9px;
    margin-right: 8px;
}

.footer-first-col .footer-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #3e3e3f;
}
.footer-first-col .footer-heading:after {
    top: 9px;
}

.footer-social .elementor-widget-container:before {
    content: "FOLLOW US";
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
}

.location-container .elementor-widget-text-editor p strong {
    color: white;
}


.location-container:before {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    background-color: #3e3e3f;
    position: absolute;
    top: 65px;
    left: 20px;
}
.footer-heading:after {
    content: "";
    width: 56px;
    height: 3px;
    background-color: red;
    display: block;
    position: relative;
    top: 25px;
}

/**--- NEWSLETTER FORM ---**/
.newsletter-form .elementor-widget-container {
    display: flex;
    align-items: center;
}
.newsletter-form .elementor-widget-container:before {
    content: "NEWSLETTER SIGNUP";
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 600;
    flex-shrink: 0;
	padding-left: 10px;
}
.newsletter-form .elementor-widget-container form.elementor-form {
    width: 100%;
}
.newsletter-form .elementor-widget-container form.elementor-form .elementor-form-fields-wrapper.elementor-labels- {
    flex-grow: 1;
    justify-content: end;
}

.newsletter-form .elementor-field {
    height: 50px;
}
.newsletter-form .elementor-field-type-submit {
    width: 202px;
}
.newsletter-form .elementor-field-type-submit button {
    height: 50px;
    position: relative;
}
.newsletter-form .elementor-field-type-submit button:before {
    content: "";
    background: url(../images/Button-bg-new.png);
    background-size: 100% 100%;
    filter: invert(1);
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index:0;
}
/**--- NEWSLETTER FORM ---**/

.footer-copy .elementor-widget-text-editor p {
    margin-bottom: 0;
}
.footer-copy .elementor-widget-text-editor p strong {
    font-weight: 600;
    color: #DE4848;
}
.footer-copy .elementor-widget-icon-list ul li:after {
    content: "/";
    margin: 0 10px;
    color: white;
    border: none !important;
}
.footer-copy .elementor-widget-icon-list ul li:last-child:after {
    opacity: 0;
}

/*----- FOOTER CSS ENDS ------*/

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

.sidemenu {
    width: 65px;
}

.side-social ul li a {
    font-size: 14px;
}
.side-social ul li:after {
    padding: 18px;
}


.sliderInner .inner-content .text h2 {
    font-size: 60px;
    line-height: 70px;
}
.sliderInner .inner-content .text h5 {
    font-size: 18px;
}

.sliderInner:before {
    font-size: 170px;
    bottom: 110px;
    right: 100px;
}

.heading-dash:before {
    width: 54px;
    margin-right: 10px;
    margin-left: -64px;
}

.about-h-before:before {
    width: 54px;
    left: -70px;
}

.project-images img {
    height: 440px;
}
.project-headings h5 {
    font-size: 14px;
}
.project-headings h5:before {
    width: 35px;
    margin-right: 10px;
}
.project-headings h3 {
    font-size: 24px;
    line-height: 42px;
}


.main__media {
    padding: 50px 0;
}
.media-inner .media-content {
    padding: 0 50px;
}
.media-content{
    font-size: 14px;
}

.media-content h2 {
    font-size: 26px;
    line-height: 35px;
}
.media-content p {
    font-size: 16px;
}

.article-btn a {
    font-size: 14px;
}

.location-container:before {
    top: 58px;
}

.footer-first-col {
    padding-right: 20px !important;
}

.footer-first-col .elementor-nav-menu li a:before {
    font-size: 6px;
    margin-right: 5px;
}
.newsletter-form .elementor-widget-container:before {
    font-size: 14px;
}
.footer-social .elementor-widget-container:before {
    font-size: 14px;
    line-height: 35px;
}
	
	
/*---- INNER PAGES CSS STARTS -----*/
	
.inner-heading h2.elementor-heading-title {
    font-size: 130px;
    line-height: 110px;
    letter-spacing: -3px;
}
	
.benefit-column .elementor-widget-heading {
    margin-left: 50px;
}
	
	
.image_before .elementor-widget-container:before {
    width: 65px;
    height: 150px;
}
	
.service-column-reverse .heading-dash:after {
    width: 54px;
    margin-right: -64px;
    margin-left: 10px;
}
	
.main_job_section .job-filters {
    width: 25%;
    padding: 15px;
}

.job-mainn > h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
	
.filter-group {
    font-size: 15px;
}
.filter-group h2 {
    font-size: 20px;
}
.filter-group h3 {
    font-size: 17px;
}
.filter-group .country label span img {
    margin-right: 10px;
}

.job-mainn {
    padding-left: 20px;
}
.jobs-section {
    grid-gap: 15px;
}
.jobs-section .job-content {
    padding: 25px 25px;
    font-size: 14px;
}
.job-content h3 {
    font-size: 20px;
}
	
	
.jobs-content-section .job-inner {
    padding: 50px;
    font-size: 15px;
}
	
.blog-section {
    grid-gap: 30px;
}
.blog-content {
    font-size: 15px;
    padding: 20px 0;
}
.blog-content h2 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.64px;
}
.blog-content a {
    font-size: 14px;
}
	
/*---- INNER PAGES CSS STARTS -----*/

.select-menu {
    margin: 0;
}
.select-menu .select-btn {
    height: 40px;
    padding: 15px;
    font-size: 14px;
}
.select-menu .options .option {
    height: 40px;
    padding: 0 10px;
}
.select-menu .options .option .option-text {
    font-size: 14px;
}
	
.translator .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 8px 15px;
}

}


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

.header-cont span.elementor-icon-list-text:before {
    width: 40px;
}

.sidemenu {
    width: 50px;
}
.custom-menu img {
    width: 30px;
}

.sliderInner .inner-content .text h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1.75px;
}

.sliderInner .inner-content .text h5 {
    font-size: 16px;
}
.sliderInner:before {
    font-size: 120px;
    bottom: 70px;
    right: 90px;
    letter-spacing: -2.5px;
}
.enquire-btn a {
    font-size: 14px;
    width: 180px;
    height: 48px;
}

.side-social ul li a {
    font-size: 13px;
}
.side-social ul li:after {
    padding: 15px;
}

.home-arrow .slick-arrow {
    width: 66px;
    height: 42px;
}
.home-arrow:before {
    height: 42px;4
}


.trigon-btn .elementor-button {
    width: 180px;
    height: 48px;
}

.heading-dash:before {
    width: 40px;
    margin-right: 10px;
    margin-left: -50px;
}

.project-area .slick-slide > div {
    margin: 0 5px;
}
.project-images img {
    height: 390px;
}
.project-images:before {
    height: 222px;
}

.project-headings h3 {
    font-size: 22px;
    line-height: 38px;
}

.media-arrows {
    top: -42px;
}
.projects-arrow a {
    width: 66px;
    height: 42px;
}

.media-inner .media-content {
    padding: 0 30px;
}
.media-content{
    font-size: 14px;
}
.media-content h2 {
    font-size: 22px;
    line-height: 28px;
}
.media-content p {
    font-size: 14px;
}
.article-btn a {
    font-size: 14px;
    padding: 12px 40px;
}

ul.our-clients li {
    height: 109px;
    padding: 0 20px;
}
ul.our-clients .client-image {
    text-align: center;
}

.footer-first-col {
    padding-right: 15px !important;
}

.footer-first-col .elementor-nav-menu li a:before {
    font-size: 4px;
    margin-right: 4px;
}

.footer-social .elementor-widget-container:before {
    font-size: 13px;
}

.newsletter-form .elementor-widget-container:before {
    font-size: 13px;
}

.newsletter-form .elementor-field-type-submit {
    width: 180px;
}
	
	
/*---- INNER PAGES CSS STARTS -----*/
	
.inner-heading {
    bottom: 50px;
}
.inner-heading h2.elementor-heading-title {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -3px;
    -webkit-text-stroke-width: 1px;
}
.custom-banner:after {
    height: 38px;
}
	
.benefit-column .elementor-widget-heading {
    margin-left: 30px;
}
	
.imageBox {
    padding: 25px 15px;
}
	
.service-column-reverse .heading-dash:after {
    width: 40px;
    margin-right: -50px;
    margin-left: 10px;
}

.image_before .elementor-widget-container:before {
    width: 50px;
    height: 110px;
}
	
	
.heading-small-dash:before {
    width: 30px;
    margin-right: 10px;
    margin-left: -40px;
}
	
ul {
    padding-left: 15px;
}
	
.services_logo figure.swiper-slide-inner {
    margin: 0 15px !important;
}
	
.project-inner-page {
    gap: 15px;
}
.project-headings h5 {
    font-size: 13px;
}
.project-headings h5:before {
    width: 25px;
    margin-right: 10px;
}
.project-headings h3 {
    font-size: 20px;
    line-height: 34px;
}
	
.brand-section:before {
    top: -38px;
}
	
ul.brand_list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}
	
.main_job_section .job-filters {
	width: 30%;
	padding: 15px;
}
	
.job-mainn > h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.filter-group {
    font-size: 14px;
}
.filter-group h2 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.filter-group h3 {
    font-size: 16px;
}
.filter-group .country label span img {
    margin-right: 10px;
}
.job-mainn {
    padding-left: 15px;
	width: 70%;
}
.jobs-section {
    grid-gap: 10px;
}
.jobs-section .job-content {
    padding: 15px;
    font-size: 13px;
}
.job-content h3 {
    font-size: 16px;
}
	
.filter-group .country label span img {
	margin-right: 5px;
	width: 30px;
}

ul.joblists li {
    margin-right: 10px;
}	
ul.joblists li:last-child {
    margin: 0;
}
ul.joblists li:before {
    width: 5px;
    height: 5px;
    margin-right: 5px;
}

.job-inner h2 {
    font-size: 30px;
    margin: 0 !important;
}
.jobs-content-section .job-inner {
    padding: 40px;
    font-size: 14px;
}
	
.job-inner h4 {
    font-size: 18px;
    margin: 15px 0 10px;
}
	
.jobForm .elementor-field-type-html span {
    font-size: 18px;
}
	
	
.blog-section {
    grid-gap: 20px;
}
.blog-content {
    font-size: 14px;
    padding: 20px 0;
}
.blog-content h2 {
    font-size: 20px;
    line-height: 28px;
}

/*---- INNER PAGES CSS STARTS -----*/

}

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

.sidemenu {
    display: none;
}

.ipad-hd-space {
    margin-left: 50px;
}

.sliderInner .inner-content {
    padding: 0 20px;
}
.sliderInner .inner-content .text h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.25px;
}
.sliderInner .inner-content .text h5 {
    font-size: 14px;
    letter-spacing: 10.08px;
}
.sliderInner:before {
    font-size: 85px;
    bottom: 50px;
    right: 80px;
    letter-spacing: -0.5px;
}
.enquire-btn a {
    font-size: 13px;
    width: 160px;
    height: 42px;
}

.home-arrow .slick-arrow {
    width: 56px;
    height: 38px;
}
.home-arrow:before {
    height: 38px;
}
.home-arrow img {
    width: 15px;
}

.side-social {
    width: 50px;
}
.side-social ul li a {
    font-size: 12px;
}
.side-social ul li:after {
    padding: 0 10px;
    font-size: 12px;
}

.trigon-btn .elementor-button {
    width: 160px;
    height: 42px;
}

.about-h-before:before {
    width: 40px;
    left: -50px;
    top: 17px;
}

.project-images img {
    height: 300px;
}
.project-headings h3 {
    font-size: 20px;
    line-height: 35px;
}
.project-headings h5 {
    font-size: 13px;
    letter-spacing: 5.64px;
}
.project-headings h5:before {
    width: 25px;
    margin-right: 5px;
}

ul.our-clients li {
    height: 99px;
    padding: 0 10px;
    margin: 0 5px;
}
ul.our-clients li img {
    width: 70%;
}


.media-inner .media-content {
    padding: 0 20px;
}
.media-content{
    font-size: 13px;
}
.media-content h2 {
    font-size: 20px;
    line-height: 24px;
}
.media-content p {
    font-size: 13px;
}
.article-btn a {
    font-size: 13px;0
}

.location-container:before {
    display: none;
}
.footer-heading:after {
    top: 10px;
}


.newsletter-form .elementor-widget-container {
    display: block;
}
.newsletter-form .elementor-widget-container:before {
    margin-bottom: 15px;
    display: block;
}
.newsletter-form .elementor-field-type-submit {
    width: auto !important;
}
.newsletter-form .elementor-widget-container form.elementor-form .elementor-form-fields-wrapper.elementor-labels- {
    justify-content: normal;
}
	
/*---- INNER PAGES CSS STARTS -----*/
	
.inner-heading {
    bottom: 40px;
}
.inner-heading h2.elementor-heading-title {
    font-size: 70px;
    line-height: 60px;
    letter-spacing: -2px;
}
.custom-banner:after {
    height: 28px;
}
	
.about-ul ul li {
    margin-bottom: 15px;
}
	
	
.benefit-column {
    position: relative;
}
.benefit-column .elementor-widget-heading {
	margin-left: 50px;
}
	
.heading-dash:before {
    width: 30px;
    margin-left: -40px;
}
	
.service-column-reverse .heading-dash:after {
    width: 30px;
    margin-right: -40px;
}
.image_before .elementor-widget-container:before {
    width: 40px;
    height: 90px;
}
	
.project-headings h5:before {
    display: none;
}
.project-headings h3 {
    font-size: 18px;
    line-height: 30px;
}
.project-headings h5 {
    font-size: 13px;
    letter-spacing: 4.64px;
}

.brand-section:before {
    top: -28px;
}
	
ul.brand_list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
	
	
.filter-group .country {
    padding: 10px 0;
    margin: 10px 0;
}
.filter-group .country label span img {
    width: 25px;
}
	
.main_job_section .job-filters {
    width: 35%;
    padding: 10px;
}

.job-mainn > h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.filter-group {
    font-size: 13px;
}
.filter-group h2 {
    font-size: 18px;
}
.filter-group h3 {
    font-size: 16px;
}
	
.jobs-section {
    grid-template-columns: repeat(1, 1fr);
}
	
.job-inner h2 {
    font-size: 22px;
}
.jobs-content-section .job-inner {
    padding: 35px;
    font-size: 13px;
}
.job-inner h4 {
    font-size: 17px;
}
.filter-group label input {
    width: 13px;
}
	
.jobForm .elementor-field-type-html span {
    font-size: 16px;
}
	
	
.blog-content {
    font-size: 13px;
    padding: 10px 0;
}
.blog-content h2 {
    font-size: 18px;
    line-height: 24px;
}
	
.custom-recent_posts article.elementor-post {
    display: block;
}
.custom-recent_posts article.elementor-post .elementor-post__thumbnail {
    margin-bottom: 10px;
}
	
/*---- INNER PAGES CSS STARTS -----*/

}


@media only screen and (max-width: 767px){
	
.popmenu .elementor-nav-menu li.current-menu-item a:before, .popmenu .elementor-nav-menu li:hover a:before {
    width: 30px;
}
.popmenu .elementor-nav-menu li a:before {
    margin-right: 10px;
}

.header-cont span.elementor-icon-list-text:before {
    display: none;
}

.sliderInner .inner-content .text {
    width: 90%;
}
.sliderInner .inner-content .text h2 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin: 20px 0 !important;
}
.sliderInner .inner-content .text h5 {
    font-size: 13px;
    letter-spacing: 8.08px;
    margin: 0 !important;
}

.sliderInner .image img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.enquire-btn a {
    font-size: 12px;
    width: 140px;
    height: 38px;
}

.side-social {
    display: none;
}

.sliderInner:before {
    display: none;
}

.heading-dash:before{
    display: none;
}
.ipad-hd-space {
    margin-left: 0;
}

.project-headings {
    padding: 10px 15px;
}
.project-images img {
    height: 220px;
}
.project-headings h3 {
    font-size: 18px;
    line-height: 30px;
}
.project-headings h5 {
    font-size: 12px;
    letter-spacing: 3.64px;
}
.project-headings h5:before {
    display: none;
}

.custom-box:before {
    display: none;
}
.custom-box:after {
    display: none;
}

.main__media {
    padding: 0 0;
}
.media-inner {
    display: block;
}
.media-inner .media-image {
    width: 100%;
}
.main__media:before {
    display: none;
}

.media-inner .media-content {
    padding: 30px 20px;
    background-color: white;
}

.article-btn {
    position: relative;
    bottom: 0;
    margin-top: 30px;
}

.media-arrows {
    top: -34px;
}
.projects-arrow a {
    width: 56px;
    height: 34px;
}

.projects-arrow a.slick-arrow:before {
    transform: scale(0.7);
}
.projects-arrow .pr-next.slick-arrow:before {
    transform: rotate(180deg) scale(0.7);
}

.footer-first-col {
    border: none;
    padding-right: 0 !important;
}
	
	
/*---- INNER PAGES CSS STARTS -----*/
	
.banner_content {
    position: relative;
    top: 0;
}
.banner_content * {
    color: black !important;
}
.custom-banner:after {
    display: none;
}
.inner-heading {
    display: none;
}
	
.benefit-column .elementor-widget-heading {
	margin-left: 0;
}
.imageBox .elementor-widget-image-box {
    min-width: 100%;
}
	
.heading-small-dash:before,
.service-column-reverse .heading-dash:after,
.image_before .elementor-widget-container:before{
	display: none;
}
	
.project-inner-page {
    display: block;
}
.project-inner-page .project-items {
    margin-bottom: 15px;
}
	
.brand-section:before {
    display: none;
}
	
ul.brand_list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

	
.main_job_section {
    display: block;
}
.main_job_section .job-filters {
    width: 100%;
}
.job-mainn {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
}
	
.jobForm .elementor-field-type-html span {
    font-size: 14px;
}
.jobForm input {
    padding: 10px 0;
}
	
.jobForm .elementor-field-type-upload input[type="file"]::before {
    padding: 12px 15px;
    font-size: 14px;
    margin-right: 10px;
}

	
.blog-section {
	display: block;
}
.blog-image:before {
    font-size: 13px;
}
.blog_media {
    margin-bottom: 20px;
}
	
.media-image:before {
	font-size: 13px;
}
	
/*---- INNER PAGES CSS STARTS -----*/

.select-menu .options {
    width: 250px;
}
.select-menu .select-btn {
    padding: 15px 10px;
}
.select-btn:after {
    font-size: 20px;
    margin-left: 10px;
}
	
.select-menu .select-btn:before {
    display: none;
}

.sliderInner .inner-content {
    bottom: 50px;
    align-items: flex-end;
}
	
}

@media only screen and (max-width: 460px){
	
ul.brand_list {
	display: block;
}
ul.brand_list li {
    margin-bottom: 15px;
}
	
}
