/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* arabic css start */
.otgs-development-site-front-end
 {
    display: none !important;
}
.rtl #headerlogo img, #footerlogo img {
    left: 60px !important;
}
.rtl .border-line .elementor-widget-wrap.elementor-element-populated:before
 {
    right: 25px !important;
}
a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    background: #b0d348;
    color: #FFf !important;
    padding: 10px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    background: #b0d348 !important;
}

a.wpml-ls-link {
     background: #b0d348;
    color: #FFf !important;
    padding: 10px;
}

a.wpml-ls-link:hover {
         background: #b0d348 !important;
}

span.wpml-ls-native:hover {
    background: #b0d348 !important;
}
/* arabic css end */
/* Add your custom styles here */

p#breadcrumbs span {
    padding: 0 20px;
}
.elementor-form .elementor-button svg * {
    fill: #ff000000 !important;
}

/*--- SALMANSHAH CSS STARTS ---*/
body.single-post .category-articles .blogImg img, body.single-post .category-media .blogImg img{
    width: auto;
}
.statBox .elementor-container {
    justify-content: space-between;
}
.customBox {
    width: auto !important;
}
.customBox:not(:last-child):before {
    content: "";
    border-right: 1px solid;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}
.elementor-section-wrap.ui-sortable .my-header {
    background-color: black !important;
}


.gtranslate_wrapper {
    margin-right: 30px;
}
.gtranslate_wrapper .gt_switcher .gt_selected a{
    padding: 6px;
    width: auto !important;
    font-size: 14px;
    font-family: "Avenir Book", sans-serif;
    display: flex;
    align-items: center;
    border: none;
}
.gtranslate_wrapper .gt_switcher .gt_selected a img, .gtranslate_wrapper .gt_switcher .gt_option a {
    margin-right: 7px;
}
.gtranslate_wrapper .gt_switcher .gt_option a:first-child{
    font-size: 14px;
    font-family: "Avenir Book", sans-serif;
    display: flex;
    align-items: center;
}
.gtranslate_wrapper .gt_switcher .gt_option a:first-child img{
     margin-right: 7px;
}
.gtranslate_wrapper .gt_option {
    position: absolute !important;
}
.gtranslate_wrapper .gt_switcher {
    border-radius: 5px;
}



div#carrerform .elementor-field-type-upload input[type="file"]::file-selector-button {
    border: 0px solid #CCC;
    border-radius: 10px;
    background-color: #b0d348 !important;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    color: #333;
    cursor: pointer;
    margin-right: 15px;
}
/*--- PROJECT PAGE CSS ---*/
.projects-item {
    position: relative;
	margin-bottom: 70px;
}
.projects-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.projectsBox {
    overflow: hidden;
    display: block;
    filter: drop-shadow(4px 8px 30px rgba(0, 0, 0, 0.10));
}
.projectsBox img {
    transition: all 0.5s ease-in;
    display: block;
    width: 100%;
}
.projectsBox:hover img {
    transform: scale(1.1);
}

.project-head {
    border-radius: 0 20px 0 0;
    background: #FFF;
    position: absolute;
    bottom: 0;
    width: 90%;
    padding: 20px 25px;
    margin-bottom: -70px;
}
.project-head h3 {
    color: #1B223C;
    font-family: "Lemon Milk Regular", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 12px;
}
.project-head p {
    color: #444;
    font-family: "Avenir Book", sans-serif;
    font-size: 18px;
    font-weight: 400;
}
/*--- PROJECT PAGE CSS ---*/

.elementor-upload-field {
    border-radius: 0 !important;
}
.elementor-field-label {
    margin-bottom: 10px;
}


/*---- HISTORY TIMELINE CSS STARTS ----*/

.custom-timeline h2.elementor-heading-title {
    background: #00AA4F;
    display: inline-block;
    padding: 13px 30px;
    border-radius: 40px;
    color: white !important;
	position: relative;
}
.custom-timeline h2.elementor-heading-title:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #00aa4f;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.custom-timeline:nth-child(even) .elementor-divider:before {
    background-color: #B0D348;
}
.custom-timeline:nth-child(even) h2.elementor-heading-title {
    background: #B0D348;
}
.custom-timeline:nth-child(even) h2.elementor-heading-title:before {
    border-bottom: 15px solid #B0D348;
    border-top: none;
    position: absolute;
    top: -15px;
    bottom: unset;
}

.firstdiv {
    height: 129px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.custom-timeline .elementor-divider {
    position: relative;
}
.custom-timeline .elementor-divider:before {
    content: "";
    background-color: #00AA4F;
    border: 5px solid white;
    width: 30px;
    height: 30px;
    border-radius: 35px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

/*---- HISTORY TIMELINE CSS ENDS ----*/


/*--- NOC PAGE CSS STARTS ----*/
.nocForm .elementor-field-type-upload {
    position: relative;
    margin-bottom: 20px;
}
.nocForm .elementor-field-type-upload .elementor-field-label {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px !important;
    background-color: #ffffff;
    border: 1px solid #e0e0e0; /* Matches the light border in your image */
    border-radius: 50px;       /* Creates the pill shape */
    color: #666666;            /* Subtle gray text */
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s;
    width: 100%;
    box-sizing: border-box;
	margin-bottom: 0;
}

.nocForm .elementor-field-type-upload .elementor-field-label:hover {
    background-color: #fcfcfc;
    border-color: #cccccc;
}
.nocForm .elementor-field-type-upload input[type="file"] {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.nocForm .elementor-field-type-upload .elementor-field-label::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(/startum/wp-content/uploads/2026/02/export.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.nocForm input,
.nocForm select,
.nocForm textarea{
    padding: 3px 25px;
}

/*---- SUPPLIER PAGE CSS STARTS ----*/
#suplierform select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url('https://cdn-icons-png.flaticon.com/512/32/32195.png') no-repeat right 1rem center;
  background-size: 12px;
}
#suplierform .select-caret-down-wrapper {
    display: none;
}

input::placeholder, textarea::placeholder {
    opacity: 1 !important;
}

#suplierform input,
#suplierform select,
#suplierform textarea{
    padding: 3px 25px;
}

div#suplierform .elementor-field-type-acceptance label {
    font-size: 16px !important;
    margin-left: 8px !important;
    line-height: 40px;
}
div#suplierform .elementor-field-type-acceptance input {
    width: 15px;
    height: 15px;
}
div#suplierform .elementor-field-type-acceptance span.elementor-field-option {
    display: flex;
    align-items: center;
}

/*--- SALMANSHAH CSS ENDS ---*/


.border-line .elementor-widget-wrap.elementor-element-populated {
    position: relative;
}

.border-line .elementor-widget-wrap.elementor-element-populated:before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 1px;
    height: 30px;
    left: 25px;
}
.messege-hover .elementor-widget-container {
    overflow: hidden;
}

.messege-hover .elementor-widget-container img {
    transition: 2s;
}

.messege-hover .elementor-widget-container img:hover {
    transform: scale(1.1);
    transition: 2s;
}
#mainnav .sub-menu a.elementor-sub-item {
    position: relative;
}
/* #mainnav .sub-menu a.elementor-sub-item:before {
    content: "";
    position: absolute;
    left: 5px;
    opacity: 0;
    background: #B0D348;
    width: 10px;
    height: 1px;
}
#mainnav .sub-menu a.elementor-sub-item:hover {
    margin-left: 20px;
    color: #B0D348;
} */

#mainnav .sub-menu a.elementor-sub-item:before {
    content: "";
    position: absolute;
    left: 5px;
    opacity: 0;
    background: #1B223C;
    width: 10px;
    height: 1px;
}
#mainnav .sub-menu a.elementor-sub-item:hover {
    margin-left: 20px;
    color: #1B223C;
    background-color: transparent;
}

#mainnav .sub-menu a.elementor-sub-item:hover:before {
    opacity: 1;
}

div#linkcoor a {
    color: #444444;
}
div#headitem:after{
	content:url(/startum/wp-content/uploads/2025/04/headerline.png);
	overflow: hidden;
	display: block;
}
div#headitem,
#headerlogo{
    position: relative;
    top: -8%;
}
#headerlogo img,
#footerlogo img{
    position: relative;
    left: -60px;
}
.halfwidth {
    width: 60% !important;
    margin: 0 auto;
}
.boxrgt {
    right: -50%;
}
.boldweight strong {
    font-weight: bold !important;
}
#mainbanner .lineadd h2:before{
	content: url(/startum/wp-content/uploads/2025/04/line-wht.png);
	margin-right: 20px;
    position: relative;
    top: -9px;
}


#mainnav ul li.menu-item-135 a {
    border-radius: 110px;
    background: #B0D348;
    padding: 0 65px !important;
    margin-right: 0;
    color: #222222 !important;
}
.numhref a{
	color:#444444;
}
.elementor-location-footer h2:after {
    content: url(/startum/wp-content/uploads/2025/04/greenline.png);
    display: block;
}
.postdetails h2{
	color: #1B223C;
	font-family: "LEMON MILK";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.postdetails .postdetails strong{
	color: #222;
}
.postdetails span.leftarea {
    margin-right: 60px;
}
#newstab .elementor-tab-title.elementor-active {
    border-radius: 102px;
    border: 1px solid #E7EBFF;
    background: #B0D348;
    box-shadow: 0px 6px 36px 0px rgba(181, 194, 251, 0.10);
    padding: 16px 30px;
}
#newstab .elementor-tabs > .elementor-tabs-wrapper {
    margin-bottom: 60px;
}
.custom-post-category-media {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.media-item {
    position: relative;
	margin-bottom:180px;
}

.media-thumb {
    position: relative;
    /* overflow: hidden; */
}

.media-thumb img {
    transition: 2s;
}

.media-thumb img:hover {
    transform: scale(1.1);
    transition: 2s;
}

.media-thumb > img {
    width: 100%;
    height: 425px;
    display: block;
    object-fit: cover;
}
img.newsline {
    display: block;
    margin-top: 30px;
    margin-bottom: 32px;
}
.media-content {
    position: absolute;
    bottom: -14%;
    left: 0;
    width: 90%;
    padding: 20px;
    transform: translateY(20%);
    border-radius: 0px 20px 0px 0px;
    background: #FFF;
}

.media-content h3 {
    margin: 0 0 10px;
	color: #1B223C;
/* 	font-family: "LEMON MILK"; */
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.media-content .read-more {
    display: inline-block;
    color: #222;
/* 	font-family: "LEMON MILK"; */
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.media-excerpt p {
    color: #444;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.media-content:after {content: "";position: absolute;width: 20%;height: 1px;left: 0;background: #B0D348;bottom: 0;opacity: 0;transition: 1s;}

.media-content:hover:after {
    width: 100%;
    opacity: 1;
}


/* #newstab div#elementor-tab-content-2141 {text-align: center;} */
#newstab div.elementor-tab-content {text-align: center;}
.logo-box {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #ddd;
    margin: 0px 25px;
    text-align: center;
    background-color: #ffffff;
    transition: transform 0.3s ease;
    border-radius: 20px;
}

.logo-box:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


@media (max-width: 1024px) {
	.feedback-matters-sec .elementor-widget-wrap {
    background-image: none !important;
}
    .custom-post-category-media {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
	.rtl #headerlogo img, #footerlogo img {
    left: 0px !important;
}
    .custom-post-category-media {
        grid-template-columns: 1fr;
    }
}


#ftricons a.elementor-icon {
    border: 1px solid #444444;
    background-color: transparent;
}
#headitem a.elementor-icon{
	border: 1px solid #BABABA;
	background-color: transparent;
}
#headitem a.elementor-icon i:before{
	color:#fff;
}
#ftricons a.elementor-icon i:before{
	color:#444444;
}
div#headitem {
    margin-bottom: 0 !important;
}
#copyrgt p{
	margin-bottom:0;
}
main#content h1.entry-title {
    display: none;
}
#mainnav ul li a{
	color:#fff;
}
.no-pad p,
.elementor-element.elementor-element-c7c4bde.no-pad,
.no-padhead{
    margin-bottom: 0 !important;
}
/* #bgsize .elementor-widget-wrap{
	background-size:100% 100%;
} */

.nopadimage .elementor-widget-container {
    position: relative;
}

.nopadimage .elementor-widget-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: revert-layer;
    width: 55px;
    left: 20px;
    transition: 1s;
    background: #000;
    height: 1px;
}

.nopadimage .elementor-widget-container:hover:after {
    width: 90%;
    transition: 2s;
	background: #4CAF50;
}

.nopadimage .elementor-widget-container img {
    position: relative;
    overflow: hidden;
    transition: 2s;
}

.nopadimage .elementor-widget-container img:hover {
    transform: scale(1.1);
    overflow: hidden;
}
.lineadd h6:before {
    content: url(/startum/wp-content/uploads/2025/04/linebefore.png);
    margin-right: 20px;
    position: relative;
    top: -9px;
}
.kampad{
	margin-bottom:8px !important;
}
#faqsec .elementor-accordion-item {
    border-bottom: 1px solid #909090 !important;
}
div#suplierform,
div#carrerform{
    box-shadow: 0px 8px 40px 0px rgba(193, 198, 215, 0.40);
    background: #fff;
	padding:64px 94px;
}
div#suplierform .elementor-field-group-field_5a8ea78.elementor-col-100 {
    margin-bottom: 0 !important;
}
.imgshase img{
	box-shadow:0px 8px 30px 0px rgba(0, 0, 0, 0.06);
}
div#parboxicon .boxicon {
    border-radius: 20px;
    border: 1px solid #DCDCDC;
    background: #1B7A47;
    padding: 43px 88px 32px 32px;
    width: 80%;
}
#review .elementor-testimonial__text {
    text-align: center !important;
}
#review .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #B0D348 !important;
}
#review .swiper-pagination-bullet{
	background: #999999 !important;
}
div#centricon * {
    display: flex;
    margin: 0 auto !important;
    gap: 15px;
}
div#centricon h3 a {
    position: relative;
    top: 6px;
}
#boxshad{
/* 	box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
	background:#fff; */
}
div#headwidth p {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 5px;
}





/* 24" large Screens */
@media only screen and (max-width : 1920px) {	}

/* 22" large Screens */
@media only screen and (max-width : 1680px) {	}

/* 20" large Screens */
@media only screen and (max-width : 1600px) {	}

/* 20" large Screens */
@media only screen and (max-width : 1560px) {	}

/* 20" large Screens */
@media only screen and (max-width : 1536px) {	}

/* 19" large Screens */
@media only screen and (max-width : 1440px) {	
	.rtl #headerlogo img, #footerlogo img
 {
    left: 0px !important;
}

.boxrgt {
    right: -35%;
}
#mainnav ul li a {
    margin-top: -8px;
}
	.media-content h3{
		font-size: 18px;
		line-height: 23px;
	}
	.media-content .read-more{
		font-size: 12px;
	}
	#headerlogo img{
		left: -50px;
	}
	#footerlogo img{
		left: -20px !important;
	}
	
	.rtl #headerlogo img{
		right: -50px !important;
	}
	.rtl #footerlogo img{
		right: -20px !important;
	}
	div#suplierform, div#carrerform{
		padding: 34px 44px;
	}
	.media-item{
		margin-bottom: 140px;
	}
	div#parboxicon .boxicon{
		padding: 33px 78px 22px 22px;
	}
	
	
	
.customBox:not(:last-child):before {
    right: -30px;
}
	
.projects-inner {
    grid-gap: 20px;
}
.project-head {
    padding: 15px 20px;
}
.project-head h3 {
    font-size: 18px;
}
.project-head p {
    font-size: 16px;
}
	
#mainnav ul li.menu-item-135 a {
    padding: 0 55px !important;
}
	
}


/* 13" Notebook Large Devices, Wide Screens */
@media only screen and (max-width : 1279px) {

.border-line .elementor-widget-wrap.elementor-element-populated:before {
	left: 10px;
    top: 13px;
}
#mainnav ul li.menu-item-135 a {
    padding: 0 30px !important;
}
	
.customBox:not(:last-child):before {
    right: -15px;
}
	
	
}


/* 20" large Screens */
@media only screen and (max-width : 1263px) {	}

/* Ubuntu, Medium Screens */
@media only screen and (max-width : 1198px) {	}

/* 12" Notebook & iPad landscape  · width: 1024px */
@media only screen and (max-width : 1024px) {
	
.gtranslate_wrapper {
    margin-right: 15px;
}
.gtranslate_wrapper .gt_switcher {
    width: auto !important;
}
.gtranslate_wrapper .gt_switcher .gt_selected a:after {
    position: static !important;
    margin-left: 5px;
}
	
	
.header-ipad .elementor-inner-section {
    width: auto;
}
.custom-menu {margin-left: auto;}
#headerlogo img{
	left: 0;
}
	.rtl #headerlogo img{
	right: 0 !important;
}

	
}
@media only screen and (max-width : 880px){
		.projects-inner {
    grid-template-columns: repeat(2, 1fr);
}
	
}
/* Lower then iPad (All) (767x---) */
@media only screen and (max-width : 767px) {
	

	
/* 	saad css */
	#mainnav ul li a {
    color: #000000;
}
	p#breadcrumbs span {
    font-size: 15px ! IMPORTANT;
}
		    div#suplierform, div#carrerform {
        padding: 20px;
    }
	.halfwidth {
    width: 100% !important;
}
	.customBox {
    width: 100% !important;
}
			.projects-inner {
    grid-template-columns: repeat(1, 1fr);
}
	div#parboxicon .boxicon {
    width: 100%;
}
	    div#parboxicon .boxicon {
        padding: 20px;
    }
/* 	saad css end  */
	
.my-header {
    position: absolute;
}

	
}

/*iPhone 6 Plus landscape · width: 736px */
@media only screen and (max-width : 736px) {	}

/*iPhone 6 landscape · width: 667px */
@media only screen and (max-width : 667px) {	}

/*iPhone4 and iPhone5 Galaxy S2 and S3  */
@media only screen and (max-width : 640px) {	} 

/* Google Nexus 7 603x966 | Samsung Galaxy Tab 600x1024  */
@media only screen and (max-width : 603px) {	}

/* iPhone 5 Landscape · 320x568px */
@media only screen and (max-width : 568px) {	}

/* Kindel Fire HD 8.9in (533x853) Tablets */
@media only screen and (max-width : 533px) {	}

/*iPhone3 Landscape*/
@media only screen and (max-width : 480px) {	}

/* iPhone 6 PLUS (414x736) */
@media only screen and (max-width : 414px) {	}

/* iPhone 6 portrait (375x667) */
@media only screen and (max-width : 375px ) {	}

/* Galaxy S5 (360x640) */
@media only screen and (max-width : 360px) {	}

/* iPhone 3/4 Blackberry8300 / LG/ AUSUS / S3 S4 */
@media only screen and (max-width : 320px) {	}

/*Galaxy Y*/
@media only screen and (max-width : 240px) {	}