:root {
    --primary-color: #282828;
    --secondary-color: #fd5821;
}

* {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.625;
    font-weight: 400;
}

.text-light-orange {
    color: #ff7d44;
}

/* 
300 (Light)
400 (Regular)
500 (Medium)
600 (SemiBold)
700 (Bold)
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.625;
    color: var(--primary-color);
}

/* .elementor * {
    margin: 10px 0;
} */

h1 {
    font-size: 48px;
    font-weight: 700;
    /* Bold */
}

h2 {
    font-size: 20px;
    font-weight: 600;
    /* SemiBold */
}

h3 {
    font-size: 18px;
    font-weight: 500;
    /* Medium */
}

h4 {
    font-size: 17px;
    font-weight: 600;
    /* SemiBold */
}

h5,
h6 {
    font-size: 16px;
    font-weight: 600;
    /* SemiBold */
}

/* p {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 300;

    line-height: 30px;
} */

/* p a {
    text-decoration: underline;
    color: var(--secondary-color);
} */

/* p a:hover {
    color: #312b61;
} */

p a:disabled {
    color: #d2d2d2;
}

::selection {
    background-color: var(--primary-color);
    color: #b5b5b5;
}

.single-post .elementor>img {
    margin: 10px 0;
}

.aside-last-post a {
    line-height: 1.625;
}



.shipping-route-archive {}


.rank-math-breadcrumb .last {
    color: #d2d2d2;
}

.rank-math-breadcrumb a {
    text-decoration: none;
}

.rank-math-breadcrumb .separator {
    color: #fd5821;
}


.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
    font-size: 16px;
}

/* .elementor-widget-theme-post-content li:hover,
.elementor-widget-text-editor li:hover {
    position: relative;
    background-color: #f8f8f8;
    margin-left: 15px;
    color: #fd5821;
    fill: #fd5821;
    list-style-type: none;
}

.elementor-widget-theme-post-content li:hover::before,
.elementor-widget-text-editor li:hover::before {
    content: '▸';
    position: absolute;
    top: 0px;
    left: -18px;
    font-size: 25px;
    color: #fd5821;
} */

.elementor-widget-breadcrumbs a:hover {
    color: #F36340 !important;
}

.elementor-widget.elementor-widget-breadcrumbs nav {
    overflow-x: auto;
    white-space: nowrap;
}

.elementor-widget.elementor-widget-breadcrumbs nav::-webkit-scrollbar {
    width: 1px;
    height: 4px;
}

.elementor-widget.elementor-widget-breadcrumbs nav::-webkit-scrollbar-thumb {
    background: #d5d5d5;
}

.elementor-widget.elementor-widget-breadcrumbs nav::-webkit-scrollbar-track {
    background: #ebebeb;
}






.image-anime .elementor-widget-container,
figure.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime .elementor-widget-container:after,
figure.image-anime:after {
    content: "";
    position: absolute;
    width: 300%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .2);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}




.at-animation-image-style-1.elementor-widget-image .elementor-widget-container {
    position: relative;
    overflow: hidden;
}

.at-animation-image-style-1.elementor-widget-image .elementor-widget-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: none !important
}


.image-anime .elementor-widget-container:after,
figure.image-anime:after {
    content: "";
    position: absolute;
    width: 300%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .2);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime .elementor-widget-container:hover:after,
figure.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
}


.floating-img-container {
    padding: 10px 150px 150px 10px;
    max-height: 500px;
    max-width: 550px;
}

.right-floating-img img {
    max-width: 280px;
    border-radius: 10px 10px 10px 10px;
}


.glow-btn {
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.glow-btn a:before {
    color: #ff7d44;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;

    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    border-radius: 50%;
    animation: button-ripple 3s infinite;
    z-index: -1;
}

.glow-btn a:after {
    color: #ff7d44;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;

    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    border-radius: 50%;
    animation: button-ripple 3s infinite;
    z-index: -1;
}

@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 var(30px, 15px) currentColor;
        box-shadow: 0 0 0 var(30px, 15px) currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

@media(max-width: 1024px) {
    .right-floating-img {
        right: 50px;
    }

    .left-floating-img>.elementor-widget-container {
        padding: 0px 0px 0px 50px;
    }

    .floating-img-container {
        background-position: 28% 95%;
    }
}

@media(max-width: 767px) {

    .left-floating-img>.elementor-widget-container {
        padding: 0px 40px 0px 0px;
    }

    .floating-img-container {
        background-position: 30% 92%;
        background-size: 200px auto;
        align-self: center;
    }
}

.tp-main h6,
.tp-main h5,
.tp-main h4,
.tp-main h3,
.tp-main h2,
.tp-main h1 {
    margin: 0;
}

.tp-main li {
    line-height: 1.625;
    margin: 2px 0;
}

.tp-main ul {
    margin: 5px 5px;
    list-style: circle;
}

.tp-main h1 {
    color: #03417f !important;
}

.sticky-header.elementor-sticky--active {
    box-shadow: 0 0 10px #00000029;
}


.elementor-button {
    cursor: pointer;
}
/***************** Edit Hussein *************/
/** heaer new   *****/
header.header-top:after {
    content: '';
    background: var(--second-color);
    width: 90%;
    height: 5px;
    margin: auto;
    border-radius: 49%;
    position: absolute;
    bottom: -3px;
    right: 5%;
    left: auto;
    z-index: -3;
}
.heder-desktop-left svg path {
    fill: #04662c;
}
.heder-desktop-left svg rect {
    stroke: #04662c;
}
.heder-desktop-left svg circle {
    stroke: #04662c;
}
.search-buttom svg path {
    fill: #03417f;
}
.heder-desktop-left {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.heder-desktop-left a {
    border-radius: 5px;
    display: flex;
    padding: 5px;
    transition: ease-in 0.3s;
}
div#mega-toggle-block-1 {

    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 5px;
    line-height: 1px;
    height: 35px !important;
}
.heder-desktop-left a:hover {
    transition: ease-in 0.3s;
}
.search-buttom {
    display: flex;
    transition: ease-in 0.3s;
}
.search-buttom:hover {
    background: #ff792d1a;
    transition: ease-in 0.3s;
}
.search-buttom {
    display: flex;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
	background: #f7f7f7;
}
.box-search-mobile {
    position: fixed !important;
    height: 100% !important;
    background: #fff;
    display: flex !important;
    padding: 10px !important;
    padding-top: 40px !important;
    transform: translateY(10000px);
    flex-direction: column !important;
    justify-content: flex-start !important;
    z-index: 9999;
}
.box-search-mobile.active {
    transform: translateY(0px);
}
button.close-btn {
    display: flex;
    width: 30px;
    height: 30px;
    position: absolute;
    background: #fd6a71;
    color: #ffffff;
    border: 0px;
    font-size: 21px;
    line-height: 25px;
    top: 4%;
    right: 10px;
    left: auto;
    border-radius: 50px;
    padding: 1px 8px;
    cursor: pointer;
}
.heder-desktop-left svg {
    width: 28px;
    height: 28px;
}
.header-sticky {
    transition: 0.5s ease;
}
.header-sticky.active {
    position: fixed;
    z-index: 999;
    right: auto;
    margin: auto !important;
    width: 100%;
    transition: 0.5s ease;
    animation: slideDown 0.5s ease-out forwards;
    top:0;
}
@keyframes slideDown {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/***** logo animation *****/
.elementor-widget-theme-site-logo img {
    color: grey;
    -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 3s infinite !important;
}
@keyframes shimmer {
	0% {
		mask-position: 140% 140%;
	}
	100% {
		mask-position: -20% -20%;
	}
}
/**** max menu *******/
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff;
    border-bottom: 1px dashed #f1f1f1;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #f4f4f4;
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
        width: 49%;
    }
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
    float: left;
    padding: 10px;
    background: #03417f08;
    margin: 2px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    background: #83c1ff33;
}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		background: #fff;}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item:hover {
    background: #03417f;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item:hover a {
    color: #fff;
}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
		background: transparent !important;
	}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    border-bottom: 1px solid #f2f2f2;
    padding: 2px 0px;
}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
    color: #fff;
    background: transparent;
    padding-left: 0px !important;
}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
    border-left: 1px solid #d1e8ff30;
    box-shadow: -6px 1px 11px 0px #03417f0d;
}
		#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item:hover li a {
    color: #fff !important;
}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item:hover li a:hover {
    color: #ff792d !important;
}
}
@media only screen and (max-width: 768px) {
	    span.mega-menu-toggle-block.mega-toggle-label img {
        width: 35px;
        height: 35px;
        max-height: 35px !important;
		
    }
	    div#mega-toggle-block-1 {
        background: #f7f7f7;
		padding-top: 5px;
    }
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
        float: left;
        padding: 0;
    }
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin-left: 0px;
}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
        text-align: justify;
        border-bottom: 1px solid #f7f7f7;
    }
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link {
		font-weight: 400 !important;
		border-bottom: 1px solid #f7f7f7 !important;
		line-height: 2;
	}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    padding: 0;
    border-bottom: 1px solid #f4f4f4 !important;
}

	}
/*** bullet ****/
.elementor-2221 .elementor-element.elementor-element-33ff4d1 .swiper-pagination-bullet {
    height: 5px !important;
    border-radius: 10px;
}
/********** Home ************/
/***** flip box ****/
.flipcox-mad {
	background-color: #fff;
	box-shadow: 0px 0px 10px #03417f1c;
}
.bdt-flip-box-back {
	z-index: -1;
}
.white-box .bdt-flip-box:hover h3.bdt-flip-box-layer-title, .white-box .bdt-flip-box:hover .bdt-flip-box-layer-desc {
    color: #fff !important;
}
/******** footer ********/
.menu-footer span.elementor-icon-list-icon svg path {
    fill: #ff7d44;
}
/**** blog ****/
.elementor-post__card {
	padding: 10px;
}
.elementor-2174 .elementor-post__thumbnail {
    border-radius: 7px;
}
/*** cal mobile ***/
a.tell-mobile {
    background: #fb5a22;
    width: 95%;
    display: flex;
    border-radius: 7px;
    position: fixed;
    margin: auto;
    bottom: 10px;
    right: 0;
    left: 0;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    color: #fff;
    flex-direction: row-reverse;
}
a.tell-mobile svg {
    transform: rotateY(180deg);
    width: 30px;
    height: 30px;
}