body{
    overflow-x:hidden;
}
#header{
    background:url(images/header-bg-ar.png);
    padding:25px 0;
    background-repeat: no-repeat;
    background-color: #232a38;
}

#header a{
    color:#fff;
    font-size:18px;
}

.wpcf7-form-control{
    padding:10px;
}

.wpcf7-form #submit{
    background: green;
    border-radius: 5px;
    border: 0;
    margin: auto;
    color: #fff;
    font-size: 20px;
    display: block;
}
.wpcf7-response-output{
    color:#fff;
}
.input-icon{
        position: absolute;
    right: 30px;
    top: 10px;
}
.locations i,.locations h4{
    color:#d4aa52;
}
#header a
#header .dropdown-toggle::after {
    vertical-align: 0.1em;
}

#header .dropdown-menu a{
    color:#000;
}
#header a:hover{
    color:#B1852E;
}
.offcanvas-title{
    color:#fff;
}
#header .navbar-toggler{
    border:0px;
}
#header .navbar-toggler:focus{
    box-shadow:none;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
main{
    background:url(images/mainbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height:350px;
    padding:100px;
    background-position: center top;
}
.visions-h3 {
    width: 30%;
    background-image: linear-gradient(to left, #dedede00, #dedede);
    padding: 15px !important;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 30px;
}
p{
    font-size:1.25rem;
    text-align: justify;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
#home_main {
    font-size: 47px;
    width: 620px;
    margin: 50px 0 50px auto;
}
#home_main .first{
    color:#fff;
    background:#242a38;
    display: table;
}
#home_main .second{
    color:#242a38;
    background:#d4aa52;
    display: table;
}
#home_main .third{
    color:#fff;
    background:#242a38;
}
#home_main .forth{
    color:#d4aa52;
    margin-left:50px;
}
.page_header_title{
    background:#242a38;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    border-top: solid 9px #d4aa52;
	color: #d4aa52;
    margin-bottom:25px;
}
.page_header_title h2{
    xmargin-left:30px;
}
.background-box {
    border: 8px solid #242A38;
    position: relative;
    color:#d4aa52;
    /* min-height: 297px; */
}
.background-box:after {
    content: "";
    position: absolute;
    right: -15px;
    width: 20px;
    height: 57%;
    top: 21%;
    background-color: #ffffff;
}

.background-border {
    position: relative;
    width: fit-content;
}
.background-border:after {
    background-color: #d8a753;
    content: " ";
    height: 50%;
    position: absolute;
    left: 10px;
    top: 60%;
    width: 100%;
    z-index: -1;
}

.pillars{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    overflow: hidden;
    padding:30px;
	height:100%;
}
.pillars h2{
    background-color: #242a38;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px;
    font-size: 20px;
}
.pillars h3.count_box {
    position: absolute;
    top: 110px;
    right: -30px;
    font-size: 300px;
    line-height: 0;
    opacity: 0.1;
    z-index: 9999;
}
.header_style_2{
    background:#242a38;
    border-radius: 50px;
    text-align: center;
    color:#fff;
    padding:15px;
    margin-bottom: 80px;
}
.header_style_1{
    margin-bottom: 60px;
}
.services_images{
    text-align: center;
}
.services_images img {
    width: 80%;
	
}
.corporate_images img {
    width: 80%;
}
.infographic{
    background:url(images/info-banner.png);
    background-repeat: no-repeat;
    min-height:350px;
    padding:30px; 
    background-size: cover;
}

.visa {
    font-size: 40px;
    width: 50%;
    margin: 50px 0 50px auto;
}
.visa .first{
    color:#fff;
    background:#242a38;
    display: table;
}
.visa .second{
    color:#242a38;
    background:#d4aa52;
    display: table;
}
.visa .second:after {
    content: "";
    width: 80%;
    position: absolute;
    left: 90px;
    min-height: 60px;
    background-color: #d8a753;
    z-index: -1;
}
.visa .third{
    color:#fff;
    background:#242a38;
}
.visa .forth{
    color:#d4aa52;
    margin-left:50px;
    font-size: 30px;
}
.visa_continer{
    position: relative;
    margin-bottom: 50px;
}
.visa_continer .visa_img{
    position: absolute;
    left: 115px;
    top: 0px;
    max-width: 35%;
    height: 100%;
}
.gray-bg{
    width:50%;
    margin-left:auto;
}
.gray-bg:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    min-height: 30%;
    background-color: #d1d2d4;
    z-index: -1;
    margin-top: 0;
}
.btn.custom_btn{
    background: #d4aa52;
    color: #fff;
}

.visa_content{
    background-color: #d1d2d4;
    padding:45px;
}

.visa_content p{
    font-size:22px;
}
.visa_content h3{
    font-size:30px;
}
.process_img{
    width:200px;
    margin:0 auto 20px auto;
}
footer{
    background-color: #242A38;
    padding:40px 20px;
}
footer .hours{
    border-right: 1px solid #fff;

}
footer .hours h2{
    color:#fff;
    font-size:26px;
    margin-bottom: 15px;
}
footer .hours p{
    color:#bcbec2;
}
footer .social_media_website{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .social_media img{
    width:30px;
}
footer .website{
    color: #d4aa52;
    font-size: 28px;
}
footer .website img{
    width:30px;
}
footer .callbox{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:#d4aa52;
    border-radius: 15px;
    font-size: 26px;
}
footer .callbox img{
    width:30px;
}
footer .call{
    color:#fff;
}
footer .call img{
    margin-right:15px;
}
footer .visa_icons{
    text-align: center;
    margin:20px;
}
footer .visa_icons img{
    border-radius: 50%;
    width: 60px;
}
footer .footerboxes p{
    text-align: center;
}
footer .footerboxes .box{
    border:1px solid #d4aa52;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}
footer .footerboxes .box p{
    color:#fff;
    text-decoration: none;
    margin-bottom: 15px;
}
footer .footerboxes .box a{
    color:#fff;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    font-size:20px;
}
footer .footerboxes .box h2{
    color:#d4aa52;
    font-size: 26px;
    margin-bottom:20px;
}
#news .card{
	height:100%;
}

#single_page p{
	font-size:20px;
}
#single_page img{
	max-width:100%;;
}

#single_page p{
	font-size:20px;
}

.main_box{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 550px;
}
.main_box .the_details{
    padding:100px;
    width:65%;
}
.main_box .the_details h2 {
    text-shadow: 3px 5px 5px #000;
    color: #d4aa52;
    font-size: 45px;
    margin-bottom:15px;
}
.main_box .the_details h3{
    background: #d4aa52;
    padding:10px;
    color:#000;
    margin-bottom:15px;
    display: inline-block;

}
.main_box .the_details p{
    color:#fff;
    font-size:25px;
}
#services .card{
    border-radius: 0 50px 50px 0;
    height: 100%;
}

#services .card .card-body{
    xborder:5px solid transparent;
    border-left:5px solid #d4aa52;
    border-radius: 0 50px 50px 0;
    padding: 0px;
    
}
#services .card .content{
    padding:35px;
    border-radius: 0px 50px;
}
#services .card .card-body.with_image{
    xborder: 5px solid transparent;
    border-left: 5px solid #d4aa52;
    border-radius:  0 50px 50px 0;
    display: flex;
    flex-direction: row;
    align-items: stretch; /* Center vertically, or use flex-start/flex-end as needed */
    justify-content: space-between; /* Optional: adds spacing between elements */
    height: 100%;

}
#services .card .card-body.with_image .content{
    width: 50%; /* Each takes up 50% of the width */
    box-sizing: border-box; /* Ensures padding doesn’t affect width */
    height: 100%;
    padding:40px;
}
#services.page .card .card-body.with_image .content{
    padding:100px;
}
#services .card .card-body:hover{
    xborder:5px solid #d4aa52;
    background:#242a38;
    color:#fff;
}

#services .card h5{
    font-size:25px;
    margin-bottom:20px;
}

ul.wp-block-list li{
    font-size: 20px;
}
#services.page .card.just_border {
    border-radius: 0 50px 50px 0;
    height: 100%;
    margin-left: 100px;
    margin-right: 100px;
}
#services.page .card.just_border_no_margin {
    border-radius: 0 50px 50px 0;
    height: 100%;
}
.section.container{
    padding-left:0;
    padding-right:0;
}
#services.page .main_title{
    font-size:40px;
    color:#d4aa52;
}

#services.page .card-title{
    font-size: 30px;
}
#services.page p{
    font-size: 21px;
}

#services.page .card.blank {
    border-radius: 0px;
    height: 100%;
    margin-left: 100px;
    margin-right: 100px;
    border: 0px solid transparent;
}
#services.page .card.blank .card-body {
    border: 5px solid transparent;
    border-left: 5px solid transparent;
    border-radius: 0px;
    padding: 0px;
}
#services .image_cover{
    border-radius: 0px 50px 50px 0;
}
.image_cover {
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 50%;
    position: relative;
}

.image_cover::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to left, rgb(255 255 255 / 0%), rgb(255 255 255 / 100%));
    pointer-events: none;
}
#services.category .card .card-body:hover .image_cover::before{
    background: linear-gradient(to left, rgb(36 42 56 / 0%), rgb(36 42 56));
}

.with_image.left .image_cover::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    left:auto;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(255 255 255 / 100%));
    pointer-events: none;
}
#services{
    overflow-x:hidden;
}
#services.category .card .with_image.left.card-body:hover  .image_cover::before{
    background: linear-gradient(to right, rgb(36 42 56 / 0%), rgb(36 42 56));
}
#services .card .card-body.with_image.left{
    border:5px solid #fff;
    border-right:5px solid #d4aa52;
}

#services.page .card .card-body.with_image.no_border .image_cover{
    border:0px !important;
    border-radius: 0px;
}

#services.page .card.no_border,#services.page .card .card-body.no_border{
    border:0px !important;
    border-radius: 0px;
}
#services.page .card .card-body:hover{
    background:none;
    color:#000;
}
#services .card .card-body.dark {
    border:5px solid #242a38;
}
#services .card .card-body.dark .content {
    background:#242a38;
    color:#fff;
    border-radius: 0 50px 50px 0;
}
.card .card-body.dark {
    background:#242a38 !important;
    color:#fff !important;
}

.section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.with_image.dark .image_cover::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to left, rgb(36 42 56 / 0%), rgb(36 42 56));
    pointer-events: none;
}
.with_image.dark.left .image_cover::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    left:auto;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgb(36 42 56 / 0%), rgb(36 42 56));
    pointer-events: none;
}

.corporate_images .col-md-2 {
    width: 20%;
}


.downloads_files{
    border:1px solid lightgray;
    text-align:center;
    padding:15px;
}
.downloads_files h4{
    font-size: 25px;
    margin-bottom: 20px;
}
.downloads_files h5{
    font-size: 20px;
    margin-bottom: 20px;
    background:#d4aa52;
    padding:5px;
    color:#fff;
}
.downloads_files a{
    color:#d4aa52;
    text-decoration: none;
}


@media (max-width: 1000px) {
    .main_box .the_details{
        width:100%;
        padding: 70px 40px;
    }
}
@media (max-width: 576px) {
    .main_box .the_details{
        width:100%;
        padding: 70px 15px;
    }
    #header{
        padding:0px;
    }
	.visa .second:after{
			width:auto
	}
}
@media (max-width: 992px){
    #news .col-md-4{
        width:50%;
    }
    #the_pillars .col-md-4{
        width:100%;
    }
    .section .col-md-4{
        width:100%;
    }
	.services_images .col-md-3{
	   width: 50%;
	   padding-bottom:30px;
	}
	.corporate_images .col-md-2{
	   width: 50%;
	   padding-bottom:30px;
	}
	footer .container{
		max-width: 100%;
	}

    .with_image .image_cover{
        width: 100% !important;
        position: absolute !important;
    }

    .with_image .content {
        width: 100% !important;
        z-index:99 !important;
    }
    .with_image .image_cover::before{
        width: 100% !important;
        xbackground: linear-gradient(to right, rgb(255 255 255 / 69%), rgb(255 255 255 / 100%)) !important;
    }

    
}
@media (max-width: 700px){
    #news .col-md-4{
        width:100%;
    }
    #home_main {
		 width: 100%; 
	}
	#home_main .forth {
		margin-left:0;
		display: block;
	}
	main {
		padding: 20px;
	}
}
@media (max-width: 600px){
    .card-body.with_image .content {
		 padding:35px !important;
	}

	
}
@media (max-width: 820px){
    .header_style_1 .col-4{
        width:100%;
    }
    .header_style_1 h2{
        padding:25px 0;
    }
    .gray-bg {
		width: 100%;
		margin-left: auto;
	}
	.visa_continer .visa_img{
		display: block;
		position:relative;
		width:70%;
		margin:auto;
		left: auto;
		margin-top:25px;
	}
	.visa {
		width: 100%;
		margin: 0px;
		padding:30px
	}
	.visa_continer .forth{
		display:block;
		margin-left:0px;
	}
	footer .hours {
		border-right: 0px solid #fff;
		text-align: center;
	}
    .section .col-md-6{
        width: 100%;
    }
	
}
@media (max-width: 1200px){
    .footerboxes .col-md-6{
		width: 100%;	
	}
    .just_border_no_margin{
        margin:15px;
    }
    .just_border,.card.blank{
        margin:15px  !important;
    }
}
@media (max-width: 425px) {
    footer .callbox{
        flex-direction: column;
    }
}


.team-member {
            text-align: center !important;
            padding: 15px;
        }
        .team-member img {
            border-radius: 50%;
            width: 145px !important;
            height: 145px !important;
            object-fit: cover;
            margin:auto;
        }
        .team-member-name {
            margin-top: 10px;
            font-size: 16px;
            font-weight: bold;
        }
        .carousel-container {
            position: relative;
        }
        .carousel-inner {
            display: flex;
            overflow-x: hidden;
            scroll-behavior: smooth;
        }
      