﻿@import url('https://fonts.googleapis.com/css2?family=ford-Antenna+Pro:ital,wght@0,400..840;1,400..840&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Inline+One:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;');
@import url('https://fonts.googleapis.com/css2?family=Ysabeau+SC:wght@1..1000&display=swap');


body {
    height: 100%;
    font-size:15px;
    color: #818181;    
  /*  font-family: "Outfit", sans-serif;*/
      font-family: 'Ford Antenna Medium'!important;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}
html {
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
.ArrowButton 
{
    position: absolute;
    bottom: 40px;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
	width: 50px;
}
.ArrowButton img 
{
    margin: auto;
}
/*
.DM-Sans
{  
	font-family: "DM Sans", sans-serif;
}

.Inter
{  
	font-family: "Inter", sans-serif;
}

.Ysabeau
{
  font-family: "Ysabeau SC", sans-serif;
}

.Alumni
{
  font-family: "Alumni Sans Inline One", sans-serif;
}

.Jost
{
  font-family: "Jost", sans-serif;
}

.Andada
{
  font-family: "Andada Pro", serif;
}

.ford
{
	    font-family: 'Ford';
}


.ford-Antenna
{
    font-family: 'Ford Antenna Cnd';
}
  .ford2
{    
    font-family: 'Ford Antenna Medium';
}

*/


.language
{
    /*position: absolute;
    left: 150px;
    top: 35px;*/
    color: #ffffff;
    font-size: 18px;
    font-family: "Jost", sans-serif;
}

.header {
    padding: 20px 0;
 /*background-color: #ffffff00;*/ 
    position: fixed;
    z-index: 99;    
    width: 100%;
    top: 0;
	    -webkit-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.header .container-fluid {
    padding-right: 70px;
    padding-left: 70px;

}


.text-top
{ 
text-align:left;
} 


.text-top i
{ 
	color: #ffffff;
} 

.text-top ul
{
	 padding-right:0;
	 margin-bottom:0;
}


.text-top ul li
{
	display: inline-block;
	padding: 0 8px;    
	text-transform: capitalize;
	position:relative;
	color: #FFFFFF;
	font-size: 20px;
}

.logo img
{
	width: 100px;
	margin: auto;
}




.content-s {
  padding: 0px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;     
  padding: 10px 0;
  background-color: #090532;
}


.sticky .logo img {
    width: 70px;
    margin: auto;
}
.sticky  .text-top {
    margin-top: 8px;
}

.sticky #search input[type="search"]
{
	top: 10%;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;    
	left: 0;
    font-size: 12px;
}
.dropdown-content a{
  display: block;    
  padding: 8px 16px;
}
.dropdown-content:hover a:hover{
	background-color: #090532;
	color: #FFFFFF;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.carousel {
    height: 790px;
    position:relative;
}

.item,
.carousel-inner {
    height: 100%;    border-radius: 0 0 50px 50px;
}

/* 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: #7c7c7c;*/
    background-blend-mode:multiply;
}

.caption-carousel {
		display:none;

    position: absolute;
    top: 200px;
    width: 70%;
    left: 15%;
	right: 15%;
    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:85px;
 font-weight: 500;
  font-style: normal;
      color:#fff;
}

.caption-carousel h3{
    font-size:20px;
    font-weight:400;
    color:#fff;
	line-height: 40px;
}




.carousel-indicators {
    position: absolute;
    bottom: 20px;
    padding-left:100px;
    z-index: 15;
    width: 100%;
    right: 0;
    padding-right: 0;
    margin-right: 0%;   
    text-align:  left;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width:84px;
    height: 84px;
    margin: 2px;
    text-indent: 0px;
    cursor: pointer;
    background-color:rgb(255 255 255 / 0%);
    border: 5px solid rgb(255 255 255 / 0%);
    border-radius:50px;    
}

.carousel-indicators li img {
object-fit: cover;
    width: 100%;
    height: 100%;}

.carousel-indicators .active {
    width: 100px;
    height: 100px;
    margin: 2px;    
    background-color: #fff;
    border: 5px solid #054aca;
}



.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity = 50);
    opacity: 1;
    line-height: 790px;
}

.btn-header {
    display: inline-block;
    padding: 12px 32px;
    margin-bottom: 0;
    font-size: 16px;
    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-image: none;
    border: 2px solid transparent;
    border-radius:5px;
    margin-top:20px;
    margin-bottom:20px;
}


.btn-more{
    color: #fff;
    background-color:rgb(255 255 255 / 0%);
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #fff;
    background-color: #054aca;
    border-color: #054aca; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-cancel{
    color: #090532;
    background-color:rgb(255 255 255 / 0%);
    border-color:#rgb(255 255 255 / 0%);     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-cancel:hover {
    color: #fff;
    background-color: #054aca;
    border-color: #054aca; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-navy{
    color: #fff;
    background-color: #090532;
    border-color:#090532;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-navy:hover {
    color: #090532;
    background-color: #fff;
    border-color:#090532;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #054aca;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-white:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    margin:0;
}

.title
{
   color:#000;
   font-size:40px;
   font-weight:600; 
   margin-bottom:20px;
   text-transform: capitalize;
   position:relative;
   
}

.title span
{
   color:#251A8F;
}
/*
.title span
{
    border-bottom:8px solid #090532;
    position: relative;
}*/

.title-bg
{
   color:#000;
   font-size:40px;
   font-weight:600; 
   margin-bottom:20px;
   text-transform: capitalize;
   position:relative;
}


.title-bg span
{
    background: url(../images/line1.png) no-repeat right 55px;
    padding-bottom: 20px;
}

.title-s
{
	font-size: 18px;
	font-weight: 400;
}

.title-s img
{
	 margin-left: 5px;
}

.blue-line
{
    border-bottom: 8px #054aca solid;
    position: absolute;
    bottom: -13px;
    right: 0;
    width: 130px;
}

.title-w
{
  color: #000000;
    font-size: 40px;
    font-weight: 600;
   margin-bottom:20px;
   text-transform:capitalize;
   position:relative;
   
}

.title-w span
{
    border-bottom:8px #fff solid;
    position: relative;
}

.blue-line-w
{
    border-bottom: 8px #054aca solid;
    position: absolute;
    bottom: -12px;
    right: 0;
    width: 130px;
}

.title1-w
{
   color:#ebebeb;
   font-size:30px;
   font-weight: 400; 
   margin-bottom:20px;
   text-transform: capitalize;
   position:relative;
   
}

.title1-w span
{
    border-bottom:8px #5b5f67 solid;
    position: relative;
}

.blue1-line-w
{
    border-bottom: 8px #054aca solid;
    position: absolute;
    bottom: -8px;
    right: 0;
    margin:auto;
    width: 120px;
}
.title-d
{
   color:#000D44;
   font-size:30px;
   font-weight:600; 
   margin-bottom:10px;
   text-transform: capitalize;
   position:relative;
   
}


.title-inner
{
   color:#000;
   font-size:40px;
   font-weight: 400; 
   margin-bottom:20px;
   text-transform: capitalize;
   position:relative;
   
}

.title-inner span
{
     display:block;
     font-size:20px;
    
}

.title-inner2
{
   color:#000;
   font-size:25px;
   font-weight: 400; 
   margin:10px 0;
   text-transform: capitalize;
   position:relative;
   
}

.title-inner2 span
{
     display:block;
     font-size:20px;
    
}



.welcome
{
	padding: 80px 0;
    margin-bottom: 0px;  
    position:relative;
    overflow:hidden;
}

.welcome-bg
{
    background: url("../images/bg1.png") no-repeat center top;
    background-size: cover;
    top: 0;
	left: 0;    
	right: 0;
    bottom: 0;
	position: absolute;

}

.bg2 {
	background: url("../images/bg1.png") no-repeat center top;
    border-radius: 123px 60px;
}
    


.welcome-margin
{
    /*margin-top: 50px;*/
}

.welcome-text
{
   line-height: 26px;
    height: 185px;
    overflow: hidden;
    margin-bottom: 10px;
}
}

.logos ul{
     padding-right:0;
}

.logos ul li {
    display: inline-block;
     width: 84px;
    height: 84px;
    margin: 1px 15px;
    border-radius: 100px;
}

.logos ul li img{
     width: 84px;
    height: 84px;
    border-radius: 100px;
	object-fit: cover;
}

.services
{
	padding:50px 0;
	text-align:center; 
	background:url('../images/bg2.png') no-repeat center top;
	background-size: contain;
	margin-top: 2px;
}


.services ul
{
    padding-right:0;
    margin-top:50px;
}

.services ul li
{
    display: inline-block;
    margin: 20px 20px;
    width: 335px;
    height: auto;
    padding:20px 18px 40px 18px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 67%);
    border-radius: 10px;
}
.services ul li:hover
{
    background: linear-gradient(90deg,rgba(25, 17, 109, 1) 0%, rgba(9, 5, 50, 1) 100%);
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.services ul li img
{
    margin: auto auto 20px auto;
    height: 69px;
    width: 69px;
    object-fit: contain;
    box-shadow: 4px 2px 6px 1px rgb(0 0 0 / 54%);
    border-radius: 100%;
}

.p1 {
    box-shadow: 0 4px 15px rgb(160 155 217 / 45%);
    padding: 42px;
}

.p1 h4 {
	    color: #090532; 
    font-weight: 700;
}
.services ul li .text
{
      font-size:16px;
      height: 55px;
      overflow: hidden;
}
.services ul li:hover .text 
{
	color: #FFFFFF;
}

.bg-white
{
	padding:40px 0;
	position:relative;
	overflow:hidden;
}

.navy-box
{
	background-color:#030915;
	padding:30px;
    border-radius:10px;
    color:#FFFFFF;	 
    height:330px;
    position:relative;
    margin:20px 0;

}

.navy-box-inner
{
	background-color:#030915;
	padding:100px;
    border-radius:10px;
    color:#FFFFFF;	 
    position:relative;
    margin:20px 0;
    z-index:99;
}

.bg-inner
{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    opacity:0.4;    
    background:url('../images/pic2.png') no-repeat fixed center center; 
    background-size:cover;
    border-radius:10px;
   }

.navy-box-title
{
    color:#FFFFFF;
    font-size:30px;
    margin-bottom:20px;
    font-weight:600;
}
.navy-box-text
{
    color: #FFFFFF;
    font-size: 18px;
    height: 138px;
    overflow: hidden;
    font-weight: 400;
}

.navy-img
{
	 height:330px;
	 width:100%;
    margin:20px 0;
    border-radius:10px;
    object-fit:cover;
}

.gray-bg
{
	background: #f4f4f6 url('../images/bg.png') no-repeat right center;
	background-size:40%;
	padding:50px 0;
	position:relative;
	overflow:hidden;
}


.img-margin
{
	 margin-top:80px;
}
.img-hight1
{
    height: 500px;
    object-fit: cover;
    margin-bottom: 20px;
    width: 100%;
}

.img-hight
{
    height: 240px;
    object-fit: cover;
    margin-bottom: 20px;
    width: 100%;
}

.footer
{
	background:#0a0a0b;
	font-size:14px;
	padding:30px 0 30px 0;
	color:#fff;
}

.footer ul
{
   padding-right:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #fff;
}
.footer ul li a
{
	color:#fff;
}


.footer-title
{
	 color:#fff;
	 font-size:20px;
	 text-transform:  capitalize;
	 font-weight:bold;
	 margin:20px 0;
}

.footer-text
{
	height: 65px;
    overflow: hidden;
}

.footer-line
{
	border-bottom:1px #FFFFFF solid;
	padding-bottom:15px;
}
.footer .socials {
	position: relative;
	margin-top:15px;
	text-align:right;
	margin-bottom:0px;
	padding-right:0;
}


.footer .socials li {
    display: inline-block;	
    width: 33px;
    height: 33px;
}


.footer .socials 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 li a:hover {
	color: #0076be;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-left:10px;	 
	color:#fff;
}


.copyright
{
    padding: 20px 0 0 0;
    color: #fff;
    border-top:1px #FFFFFF solid;
    font-size: 13px;
    text-align:center;
    line-height: 30px;
    margin-top:20px;
}


.copyright a
{
    color:#0079c2;
}




.inner-bg
{
	text-align:center;
	padding:100px 0;
	background-color:#000000;
	position:relative;
}

.inner-bg-img
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;  
opacity:0.6;
}


.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:35px 0 10px 0;    
}


.caption-inner h3 {
    margin-bottom: 10px;
    font-size: 80px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight:400;
    color: #fff;
}

.breadcrumb {
    padding: 10px 0 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:18px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#fff;
}


.breadcrumb>.active {
    color: #fff;
    font-weight: 600;
}





.content-inner {
    padding: 50px 0;
    margin-bottom:0;
}

.news
{
	padding:20px 0; 
}


.news ul
{
    padding-right:0;
    margin-top:20px;
}

.news ul li
{
     display:inline-block;
     margin:20px 15px;
     width: 345px;
     height: auto;	
     border-radius: 20px;
}



.news ul li img
{
    margin: auto;
    height: 280px;
    width: 100%;
    object-fit: cover;     
    border-radius: 15px;

}

.news ul li .title-1
{
font-size: 20px;
    font-weight: 500;
    height: 85px;
    overflow: hidden;
    margin: 20px 0 10px 0;}

.news ul li .text
{
      font-size:15px;
      font-weight:400;
      height: 65px;
      overflow: hidden;
}


.more-news{
     margin-top:20px;
     text-transform:capitalize;
}


.more-news a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    background-color: #0a0a0b;
    padding: 6px;
    border-radius: 4px;
    }

.news-navy
{
	padding:20px 0; 
	background-color:#090532;
	color:#FFFFFF;
}


.news-navy ul
{
    padding-right:0;
    margin-top:20px;
}

.news-navy ul li
{
     display:inline-block;
     margin:20px 15px;
     width: 345px;
     height: auto;	
     border-radius: 20px;
}



.news-navy ul li img
{
    margin: auto;
    height: 280px;
    width: 100%;
    object-fit: cover;     
    border-radius: 15px;

}

.news-navy ul li .title-1
{
font-size: 20px;
    font-weight: 500;
    height: 85px;
    overflow: hidden;
    margin: 20px 0 10px 0;}

.news-navy ul li .text
{
      font-size:15px;
      font-weight:400;
      height: 65px;
      overflow: hidden;
}


.more-news-navy{
     margin-top:20px;
     text-transform:capitalize;
}


.more-news-navy a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    background-color: #706d88;
    padding: 6px;
    border-radius: 4px;
    }

.bg
{
	background:url('../images/bg.png') no-repeat left top;   
	padding:80px 0;    
	background-size: contain;
}


.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}

.bg-call
{
	background-color:#e2e1e6;
	border-radius:10px;
	padding:30px;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 16%);
}


.bg-call2
{
	background-color:#e2e1e6;
	border-radius:10px;
	padding:30px 24px;    
	min-height: 265px;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 16%);
}

.bg-call2 img
{
	 margin:auto;
}

.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: #054aca;
}

.calls-data
{
	margin-top:15px;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #054aca;
    margin-right: 10px;
    font-size:18px;
}


.btn-contact{
    color: #fff;
    background-color: #054aca;
    border-color: #054aca;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-contact:hover {
    color: #054aca;
    background-color:#fff;
    border-color:#054aca;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;

}

.gray-box
{
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    margin-bottom: 20px;    
    border-radius: 10px;

}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #054aca;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 10px;
}



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: #03daa9;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 
.careers-img
{
	    border-radius: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 16%) !important;
    -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;
}

.big-text
{
	font-size:18px;
}

.cv-box
{    
    background-color:#2ea053;
    padding: 20px;
}


.cv-box-title {
    text-align: center;
    color: rgba(255, 255, 255,1);
    font-size: 25px;
    margin-bottom: 20px;
}




.title-product
{
	color: #d43f39;
    font-size: 30px;
    margin-bottom: 20px;
}

.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-left:10px;
}


.title-gallery {
    font-size: 20px;
    color: #054aca;
    margin: 30px 0;
    text-align: center;
}




.menu-left
{    
margin-top:0px;
z-index: 9;    
width: 100%;
background:#054aca;
overflow:hidden;
text-align:right;
border-radius:20px;
}


.menu-left ul
{
    padding-right:0;
    margin:0;
    font-size:16px;
}
.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-left: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;
}

.box-category 
{
	height:264px;
	color:#3d3d3d;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
	border:2px #CCCCCC solid;
}


.box-category img
{
     width:18px;
     display:inline-block;
     margin-right:10px;
}



.box-category h1 {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color: #054aca;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#054aca;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.brands ul
{
    padding-right:0;
    margin-top:0px;
}

.brands ul li
{
    display: inline-block;
    margin: 20px 20px;
    width: 335px;
    color:#FFFFFF;
    height: auto;
    padding:20px 18px ;
    background-color: #090532;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 67%);
    border-radius: 10px;
}

.brands ul li img
{
		    margin: auto;

    height: 140px;
    width: 140px;
    object-fit: contain;
    box-shadow: 4px 2px 6px 1px rgb(0 0 0 / 54%);
    border-radius: 100%;
  /*  float: right;*/
   /* margin-right: 10px;*/
}


.brands ul li .text
{
      font-size:30px;
      text-transform:capitalize;
      height: 85px;
      overflow: hidden;
      margin-top:50px;
}



.brand1
{
	background-color:#eeedf0;
	border-radius:0 280px  280px 0;
	position:relative;
	padding:80px 0;
	font-size:20px;
	margin-bottom:50px;
}


.brand1-img
{
	 position:absolute;
	 right:0;
}

.brand1-title
{
		display:none;
      font-size:40px;
      text-transform:capitalize;
      margin-bottom:10px;
      color:#000;
}



.brand2
{
	background-color:#fff;
	border-radius:0 280px  280px 0;
	position:relative;
	padding:80px 0;
	font-size:20px;
	margin-bottom:50px;
}


.brand2-img
{
	 position:absolute;
	 right:0;
}

.brands1-title
{
      font-size:40px;
      text-transform:capitalize;
      margin-bottom:10px;
      color:#000;
}




.flashit{
	-webkit-animation: flash linear 3.5s infinite;
	animation: flash linear 3.5s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .4; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .4; } 
	100% { opacity: 1; }
}

.text.Ysabeau {
    display: none;
}

.ford img{
	
	    border-radius: 20px;
    box-shadow: 2px 2px 10px rgb(5 32 122 / 95%);
}


.welcome-text.ford-Antenna {
    overflow: hidden;
    height: 150px;
    line-height: 26px;
    margin-bottom: 10px;
}

.title-bg span {
    background: url(../images/line1.png) no-repeat left 55px;
    padding-bottom: 20px;
}

div#ContentPlaceHolder1_ListViewB2_Panel_imgs1_2 {
    display: none;
}
div#ContentPlaceHolder1_ListViewB2_Panel_imgs1_4 {
    display: none;
}

div#ContentPlaceHolder1_ListViewB2_Panel_imgs2_3 {
    display: none;
}

div#ContentPlaceHolder1_ListViewB2_Panel_imgs2_5{
    display: none;
}