﻿@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


html,
body {
    height: 100%;
    font-size:15px;
    font-family: 'Malayalam MN';
    color:#706f6f;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}
/*
.container-fluid {
        padding-right: 100px;
        padding-left: 100px;
    }

*/
.top
{
	padding:10px 0;
	background-color:#ffffff;
	color:#282828;
	font-size:14px;
	line-height:35px;
}


.top .call
{
	color: #282828;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding-left: 48px;
	text-align: left;    
    margin-top: 22px;
    line-height: 25px;
}

.top .call img
{
	position: absolute;
	left: 0px;
}

.top .call i
{
    position: absolute;
    left: 0px;
    font-size: 32px;
    color: #005f80;
}


.top .call span
{
	font-size: 15px;
	font-weight: 500;
	display: block;
}
.language
{
    font-family: 'Tajawal', sans-serif !important;
}


.header
{
    padding: 0px 0;
	border-radius: 5px;
    background-color:#00afd0;
}

.logo img
{
	width: 170px;
}
.text-top
{
	text-align: right;
}

.dropbtn {
background-color: #dda02c;
    color: #fff;
    border: 0px #17305A solid;
    padding: 20px 20px;
	text-transform: uppercase;
    font-size: 16px;
    border-radius: 0px 5px 5px 0 ;
    cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 135px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.40);
  z-index: 1;
  right: 0;
}

.dropdown-content a {
    color:  #005f80;
    padding: 8px 16px;
    text-decoration: none;
    display: block !important;
    text-align: left !important;
	
}

.dropdown-content a:hover {color: #dda02c;}

.dropdown:hover .dropdown-content {
  display: block;
}


.carousel {
   /* height: 500px;*/
    height: 650px;
	margin-top: 8px;
    position:relative;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #fff;
    background-blend-mode:multiply;
}
.fill-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caption-carousel {
    position: absolute;
    top: 200px;
    right:40px;
    left:40px;
    margin:auto;
    z-index: 10;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fefefe;
    text-align:  center;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:60px;
    font-weight:  bolder;
    color:#fefefe;
}

.caption-carousel h2 span{
    font-weight:    200;
}

.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-right: 100px;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0%;
    text-align: right;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 26px;
    height: 8px;
    margin: 2px;
	background-color: #FFFFFF;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.0);
    border-radius:4px;
}

.carousel-indicators .active {
    width: 50px;
    height: 8px;
    margin: 2px;
}



.btn-header {
    display: inline-block;
    padding: 15px 40px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight:500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:uppercase;
    background-image: none;
    border: 2px solid transparent;
    border-radius:50px;
    margin-top:20px;
}


.btn-more{
    color: #fff;
    background-color: #dda02c;
    border-color:#dda02c;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #dda02c;
    background-color: #FFFFFF;
    border-color: #dda02c; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-navy{
    color: #fff;
    background-color: #005f80;
    border-color:#005f80;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-navy:hover {
    color: #005f80;
    background-color: #FFFFFF;
    border-color: #005f80; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-tabs
{
    background-color: rgb(3 49 67 / 80%);
    padding: 30px;
    border-radius: 5px;
    position: absolute;
    z-index: 99;
    color: #ffffff;
    width: 530px;
    left: 100px;
    top: 280px;
	
}
/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: rgb(255 255 255 / 0%);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 14px 25px 0 0px ;
    transition: 0.3s;
    font-size: 18px;
    padding: 14px 0px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #fff;
	border-bottom: 3px #dda02c solid;
}

/* Create an active/current tablink class */
.tab button.active {
    color: #fff;
	border-bottom: 3px #dda02c solid;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
	padding: 20px 0;
}

.tabcontent .form-group {
    margin-bottom: 0px;
    position: relative;
}

.tabcontent .form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 20px 6px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #464646;
    margin-bottom: 0px;
	font-weight: 500;
    background-color:#fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.tabcontent .form-control::placeholder {
    color: #464646;
}

.tabcontent .btn {
    display: inline-block;
    padding:8px 2px;
    margin-top: 10px;
    font-size: 16px;
    font-weight:500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
	color: #FFFFFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    background-color:#00afd0;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 55px;
    width: 100%;
}


.benefits-one {
    position: relative;
    display: block;    
	background-image: url( "../images/bg1.png");
    background-color: #f8f7f1;
    padding: 100px 0;
    z-index: 1;	
	overflow: hidden;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
}

.title
{
   color:#033143;
   font-size:41px;
   font-weight: 800; 
   text-transform: capitalize;
   margin-bottom:20px;
}

.title span
{
	color: #db9d44;
	font-size: 19px;
	font-weight: 700;
	display: block;
}
.benefits-text
{
    height: 75px;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 10px;
}


.benefits-box
{
display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding:25px 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
	color: #033143;
	font-size: 20px;
	font-weight: 600;
    height: 110px;
    overflow: hidden;    	
	border-radius: 4px;

}
.benefits-box a{
margin-top:40px;

}
.benefits-box:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color:#00afd0;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.benefits-box:hover:before {
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}
.benefits-box img
{
    margin-right: 20px;    
	float: left;
	border-radius: 5px;
}
.benefits-box:hover 
{
    color: #fff;
}
.benefits-arrow {
    position: relative;
    right: 0;
    float: right;
    top: -20px;    
	width: 50px !important;
    height: 50px!important;
    background-color:#e9ebe1;
    border-radius: 50%;
    font-size: 14px;
    color: #dda02c;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;    
	text-align: center;
    line-height: 50px !important;
}

.benefits-box:hover .benefits-arrow 
{
    background-color:#fff;
    color: #00afd0;
}


.welcome {
    position: relative;
    display: block;    
	background-image: url( "../images/bg2.png");
    background-color: #fff;
    padding: 100px 0;
    z-index: 1;
    background-position: right top;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;	
	overflow: hidden;
}

.welcome-text
{
height: 282px;
    overflow: hidden;
    line-height: 26px;
    margin-bottom: 35px;
    color: #79817c;
}


.welcome-box
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding:25px 15px;
    background-color:#e9ebe1;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
	color: #033143;
	font-size: 18px;
	font-weight: 700;
    height: 110px;
    overflow: hidden;    
	border-radius: 4px;
}

.welcome-box:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color:#00afd0;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.welcome-box:hover:before {
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}
.welcome-box img
{
    margin-right: 20px;    
	float: left;
	border-radius: 5px;
}
.welcome-box:hover 
{
    color: #fff;
}

.news
{
	padding:80px 0; 
	overflow: hidden;
	position: relative;
}


.welcome-form {
    position: relative;
    display: block;    
	background-image: url( "../images/bg3.png"), url( "../images/bg4.png");
    background-color: #ececec;
	background-size: auto 100%;
    padding: 100px 0;	
	overflow: hidden;
    background-position: right top, left center;
    background-repeat: no-repeat;
}

.welcome-form  .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.welcome-form  .form-control::placeholder {
    color: #333333;
}


.title-tabs
{
	color: #dda02c;
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 2px #db9d44 solid;
	margin-right: 30px;
	margin-bottom: 30px;
}
.title-tabs-off
{
	color: #dda02c;
	font-size: 19px;	
	text-transform: uppercase;
	font-weight:500;
	display: inline-block;
	margin-bottom: 30px;
}

.span-form
{
	font-size: 13px;
    color: #333333;
}


.news ul
{
    padding-left:0;
    margin-top:20px;
    text-align:center;
}

.news ul li
{
    display:inline-block;
    width: 30%;
    height: auto;
    position: relative;      
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	padding-bottom: 20px;
    margin: 0px 15px; 
    border-radius: 5px;
    background-color:#FFFFFF;
    -webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 10%);
 }

.news ul a:hover li
{
    color:#FFFFFF;
    background-color:#dda02c;      
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.news ul li a:hover
{
    text-decoration:none;
}


.news ul li img
{
    margin: auto;
    height:320px; 
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    object-fit: cover;
}


.news ul li .date-time
{
    font-size: 35px;
    width: 77px;
    height: 98px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background-color:#005f80;
    font-weight: 600;
    padding: 18px 0;
    position: absolute;
    top: 219px;
    right: 20px;
}


.news ul li .date-time span
{
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #00afd0;
    font-weight: 600;
    padding: 2px 5px ;
    display: block;
    border-radius: 0px;
    margin-top: 8px;
    border-top:1px rgb(255 255 255 / 35%) solid;
}


.news ul li .text
{
      font-size:15px;
      font-weight:500;
      margin-bottom:0px;  
      margin-top:10px;  
      color: #494949;    
      text-align:left ;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding:15px;
}
.news ul a:hover .text
{    
      color: #fff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
}



.news ul li .text-news
{
      font-size:20px;
      font-weight:600;      
      height: 55px;
      color:#005f80;
      overflow: hidden;
      margin-bottom:10px;
}
.news ul li:hover .text-news
{
      color:#fff;
}


.news ul li .text-inner
{
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}


.footer
{
	background:#005f80;
	font-size:15px;
	padding:50px 0 0px 0;
	color:#fff;
	position: relative;

}
.footer-bg
{
	background:#005f80 url('../images/Brand-Guidelines.jpg') no-repeat right center ;
	background-size:contain;
	position:  absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.4;

}
.footer ul
{
   padding-left:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #fff;
}
.footer ul li a
{
	color:#fff;
}

.footer-title
{
	 color:#dda02c;
	 font-size:18px;
	 text-transform: uppercase;
	 font-weight:bold;
	 margin:20px 0;
}

.vcard
{
	margin-top:20px;
a{
color:white;
}
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-right:10px;	 
	color:#fff;
}

.newletter
{
	margin:0;
}


.newletter .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 18px 40px 18px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #ffffff00;
    background-image: none;
    border: 0px solid #ccc;
    border-bottom: 3px solid #ffffff;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.newletter .form-control::placeholder {
    color: #fff;
}


.newletter .btn {
display: inline-block;
    padding: 9px 2px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    /* background-color: #01b48b; */
    border: 1px solid transparent;
    border-radius: 0px;
    background-size: 100% 100%;
    /* height: 30px; */
    width: auto;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 10px;
}
.footer .text-gary
{
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
}
.footer-margin {
    margin-top: 10px;
}


.footer-socials ul 
{
	padding-left:0px;
	text-align:right;
	margin-bottom: 0;
}



.footer-socials ul li {
    display: inline-block;	
    width: 33px;    
	margin: 0;
    height: 33px;
}


.footer-socials ul li a {
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.footer-socials ul li a:hover {
	color: #dda02c;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.copyright {
    padding: 10px 0;
    color: rgb(255 255 255 / 58%);
    font-size: 13px;
    border-top: 1px rgb(255 255 255 / 45%) solid;
    line-height: 30px;
    margin-top: 35px;
}



.inner-bg {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/header1.JPG") no-repeat fixed top center;
    background-size: cover;
    opacity: 0.3;
}


.caption-inner 
{
    height:auto;
    width: 100%;
    color: #fff;
	text-align: center;
    padding:80px 0;  
	position: relative;
    background-color:#005f80;  
	margin-top: 10px;
}


.caption-inner h3 
{
    margin-bottom: 10px;
    font-size: 40px;   
    font-weight:600; 
    text-transform: capitalize;
    margin-top:15px;
    color: #fff;
}


.breadcrumb 
{
    padding: 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
}


.breadcrumb>li 
{
    display: inline-block;
    font-size:13px;
    color:#fff;    
    font-weight: 300;
    text-transform: uppercase;
}

.breadcrumb>li a
{    
color:#fff;
}


.breadcrumb>.active
{
    color: #fff;
    font-weight: 300;
}

.breadcrumb>li+li:before 
{
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}



.content-inner {
    padding: 80px 0;
    margin-bottom:0;
    overflow:hidden;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
	border-radius: 20px;
}



.bg-navy
{
	background-color:#065776;
	border-radius:5px;
	padding:30px;
	color:#FFFFFF;
}
.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #162726;
}

.calls-data
{
	margin-top:15px;
    color: #fff;
    background-color: rgb(255 255 255 / 25%);
    border-radius: 20px;
    padding: 20px;
}


.calls-data a
{
	color:#fff;
}

.calls-data i
{
    color: #fff;
    margin-right: 10px;
    font-size:18px;
}


.navy-socail ul
{
	position: relative;
	overflow: hidden;	
	margin-top:15px;
	text-align: left;
	padding-left:0;
	margin-bottom:10px;
}

.navy-socail ul li 
{
    display: inline-block;	
}


.navy-socail ul li a 
{
	width: 45px;
	height: 45px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
    background-color: rgb(255 255 255 / 25%);
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    border:1px #fff solid;

}

.navy-socail ul li a i
{
	font-size: 16px;
	color:#fff;
	margin-right:0;
}

.navy-socail ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.title-white
{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}


.bg-white
{
	background-color:#f2f4f7;
	border-radius:5px;
	padding:30px;
}


.bg-shadow
{
 box-shadow: 0 1px 20px 5px rgb(0 0 0 / 8%);
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.services-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.services-one .container {
  max-width: 1600px;
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  height: 230px;
}

.services-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color:rgb(6 87 118 / 53%);
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__single:hover .services-one__img:before {
  transform: translateY(0);
  width: 100%;
}

.services-one__img img {
  width: 100%;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  height: 230px;
  object-fit:cover;
}

.services-one__single:hover .services-one__img img {
  transform: scale(1.1);
}

.services-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  margin-top: -40px;
  margin-right: 40px;
  padding:30px;
  z-index: 2;
}

.services-one__title-box {
  position: relative;
  display: block;
}

.services-one__sub-title {
  font-size: 12px;
  color: #065776;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  line-height: 12px;
}

.services-one__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 7px;
  margin-bottom: 14px;
}

.services-one__title a {
  color: #dda02c;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.services-one__title a:hover {
  color: #065776;
}

.services-one__arrow {
  position: absolute;
  top: -20px;
  right: 20px;
}

.services-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #dda02c;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.services-one__arrow a:hover {
  background-color: #065776;
}


.box-category 
{
	height:264px;
	color:#162726;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
	border:1px solid #CCCCCC;
}


.box-category img
{
     width:18px;
     display:inline-block;
     margin-left:10px;
}



.box-category h1 {
    display: flex;
    height:53px;
    justify-content: center;
    align-items: center;
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color: #dda02c;
    border-radius: 4px;
    padding: 10px 10px;
    text-align: center;	
    border:1px solid #dda02c;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#dda02c;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.menu-left
{    
margin-top:0px;
z-index: 99;    
width: 100%;
overflow:hidden;
background-color:#dda02c;
text-align:left;
border-radius:5px;

}


.menu-left ul
{
    padding-left:0;
    margin:0;
    font-size:15px;
}
.menu-left ul a:hover
{
    text-decoration:none;
    
}

.menu-left ul li
{
    padding: 15px 25px;
    display: block;
    border-bottom: 1px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    color: #fff;
    transition: 0.3s;
}
 
.menu-left ul li i
{
     font-size:14px;
     margin-right:10px;
}

.menu-left ul a:hover li
{
   background-color:rgb(255 255 255 / 32%);
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.news-inner{
     display:inline-block;
     margin:20px 0px;
     width: 100%;
     height: auto;  
     background-color:#FFFFFF;      
     border-radius: 10px;
     box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
     padding: 0px 0px 25px 0px;
}

.news-inner img
{
    margin: auto;     
    border-radius: 10px 10px 0 0;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.news-inner .title-1
{
    font-size: 15px;
    color: #2e2e2e;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 20px 20px;
}

.news-inner .text
{
      font-size:20px;
      color:#160304;
      font-weight:normal;
      height: 30px;
      overflow: hidden;
      margin: 0px 20px;
}

.more-news-inner
{
     margin:0px 20px;
}


.more-news-inner a {
    font-size: 14px;
}




.box-news-all
{
	position:relative;
    margin-bottom: 20px;
}

.box-news{
    height: 115px;
    width: 35%;
    position: relative;
    background-color: #fff;
    background-blend-mode: multiply;
    background-size: cover;  
    border-radius: 5px;
}

.box-news-text
{
    width: 58%;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0px 0px 5px 0;
    height: 115px;    
    overflow: hidden;
    color: #2f2f2f;
    font-weight:500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-news-text:hover
{
    color: #2f2f2f;
}

.box-news-text .text-all 
{
    font-size: 15px;
    color: #160304;
    font-weight: normal;
    height: 85px;
    overflow: hidden;
    margin: 0px 0px;
}


.news2-time 
{
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 0 0 10px 0;
}


.category ul
{
   padding-right:15px;
}
.category ul li
{
   margin:10px 0;       
   color: #160304;
}
.category ul li a
{
	color:#160304;
}

.title-2 {
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    border-left: 4px #092241 solid;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}
.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
    color:#162726;
}



.title-news {
    font-size: 20px;
    color:#162726;
    margin-bottom:10px;
    margin-top:10px;
}


.logo-search
{
	position:relative;
	z-index:999;
	padding-top:0px;
	padding-bottom:40px;
}


.logo-search .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}


.logo-search .form-control2 {
    display: block;
    width: 100%;
    height:43px;
    padding: 6px 40px 6px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #f4f4f4;
    border-radius:6px;
}


.logo-search .form-control-feedback {
position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 55px;
    height: 43px;
    color: #ffffff;
    background-color: #065776;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    pointer-events: auto;
    border-radius: 6px;
}



.path-search
{
    border-left: 5px #dda02c solid;
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #065776;
}

.highlight {
    font-weight: bold;
    background-color: #dda02c;
    padding: 0 3px;
    color: #ffffff;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #065776;
    border-color: #065776;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #162726;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.collapsible-all
{
	margin-top: 30px;
}


.collapsible-all .collapsible {
  background-color: #fff ;
  color: #000;
  cursor: pointer;
  padding: 10px 18px ;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  border-radius:2px;
  margin-bottom:5px;
  border: 1px #d3d3d3 solid;
}


.collapsible-all .collapsible:after {
  content: '\002B';
  color:#000;
  font-weight: bold;
  float: right;
  margin-right: 5px;
}

.collapsible-all .active:after {
  content: "\2212";
}

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #065776;
	color: #FFFFFF;  border-radius:2px;

}


.collapsible-all .content p
{
	padding:10px 0;
}



.pdf-all
{
	position:relative;
}

.pdf-inner
{
    padding: 25px 25px 25px 25px;
    display: block;
    background-color: #f2f4f7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    transition: 0.3s;
    color: #dda02c;
    text-align:center;    
    font-size: 20px;
    border-radius:5px;
    margin-bottom:20px;
}

.pdf-inner i
{
    margin:auto auto 10px auto;
    display:block;
    font-size:35px;
}

.pdf-all a:hover .pdf-inner
{
   background-color:#dda02c;
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gray-box
{
    background-color: #F2F4F7;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    border-radius:5px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #dda02c;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 5px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 0 0 10px;
    float: right;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #dda02c;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-career 
{
    background-color:#4d4d4d;
    border: 1px #4d4d4d solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #fff;
    border: 1px #ffffff solid;
    color: #dda02c;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.brands
{
	margin-top:10px;
}

.brands ul
{
	padding-left:0;
	text-align:center;
}



.brands ul li
{
	
	    width: 261px;
    height: 235px;
    background-color:#fff;
	display:inline-block;
	padding:0px;
	margin:10px;
	border:1px #d4d4d4 dashed;
}


.brands ul li img
{
	    margin: auto;
width: 95%;
    height: 159px;
    background-color:#fff;
	margin: 10px;
	object-fit: contain;
	display:inline-block;
}

.brands ul li .name
{
	   display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	text-align:center;
	background-color:#fff;
	display: table-cell;
	font-size:16px;
    height: 40px;
    vertical-align: middle;   
	width:250px;
	overflow:hidden;    
	padding: 0 5px;
	border-top:1px #d4d4d4 dashed;
}

.title-course {
    color: #373A3F;
    font-size: 35px;
    font-weight: 700;
}

.menu-left ul li {
    list-style: none;
    margin: 5px 0;
}

    .menu-left ul li a {
        color: #fff; /* white text */
        text-decoration: none; /* remove underline */
        display: block; /* makes the whole li clickable */
        padding: 8px 12px; /* spacing */
        border-radius: 4px; /* optional rounded corners */
        transition: background 0.3s ease, color 0.3s ease;
    }

    .menu-left ul li:hover a {
        background: rgba(255, 255, 255, 0.1); /* light overlay */
        color: #fff; /* keep white */
    }

    .menu-left ul li a.active {
        background: rgba(255, 255, 255, 0.2); /* highlight active */
        font-weight: 600;
    }


.menu-left .page-tab-link {
    color: #fff;
    text-decoration: none;
}

h6.videoTitle {
    height: 152px;
}









.styled-box {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-align: justify;

  border: 2px solid #DDA02C;
  border-radius: 16px; /* smoother rounding */
  padding: 20px; /* more breathing space */
  box-shadow: 0 6px 20px rgba(221, 160, 44, 0.25); /* softer shadow */
 // background: linear-gradient(145deg, #ffffff, #fdf7ec); /* subtle gradient */
  max-width: 1000px;
  margin: 40px auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.styled-box:hover {
  transform: translateY(-5px); /* lift on hover */
  box-shadow: 0 10px 25px rgba(221, 160, 44, 0.35);
}

.styled-box h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #DDA02C;
  border-left: 5px solid #DDA02C;
  padding-left: 12px;
  text-transform: uppercase; /* gives emphasis */
  letter-spacing: 1px;
}

.styled-box ul {
  list-style: none; /* remove default dots */
  margin: 0 0 20px 0;
  padding: 0;
}

.styled-box ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 40px; /* space for custom icon */
  font-size: 17px;
}

.styled-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 22px;
  background: url("/website/images/Screenshot 2025-09-29 023920.png") no-repeat center center;
  background-size: contain;
}

.styled-box img {
  display: block;   /* يخلي الصورة block */
  margin: 0 auto;   /* يوسّطها أفقيًا */
width:100%;
object-fit:cover;
}


.styled-box table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 16px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(221, 160, 44, 0.15);
}

.styled-box thead {
  background: #DDA02C;
  color: #fff;
  text-align: left;
}

.styled-box th,
.styled-box td {
  padding: 14px 18px;
  border-bottom: 1px solid #f0e6d2;
}

.styled-box tr:last-child td {
  border-bottom: none;
}

.styled-box tbody tr:hover {
  background-color: #fdf7ec;
  transition: background 0.3s ease;
}
/*.styled-box  {
.container-fluid{

padding-right: 0px !important; 
    padding-left: 0px !important;
}


}*/

.top .call {

a{
color:black;
}
}