﻿@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@200..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


@import url('https://fonts.cdnfonts.com/css/roboto-condensed');

html,
body {
    height: 100%;
    font-size:15px;
   /* font-family: "Inter", sans-serif;*/
    font-family: "Roboto Condensed", sans-serif;
    color:#777777;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}




.language
{
  font-family: "Almarai", sans-serif;
}

.header
{
    padding: 5px 0;
    background-color:rgb(255 255 255 / 0%);
	position: absolute;
	top:0px ;
	left: 0;
	width: 100%;
	z-index: 99;
}


.container-fluid
{
	padding-left: 8%;
	padding-right: 8%;
}


.get-started

{
	margin-top: 25px;
}

.carousel {
    height: 800px;
    position:relative;
	z-index: 9;
}

.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: #dfdfdf;
    background-blend-mode:multiply;
}

.caption-carousel {
    position: absolute;
    top: 200px;
    right: auto;
    left:8%;
	width: 600px;
    margin:auto;
    z-index: 10;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align:left;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:65px;
    font-weight:600;
    color:#fff;
}

.caption-carousel h3{
    font-size:16px;
    font-weight:500;
    color:#fff;
}

.carousel-indicators {
	display:none;
    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: 20px;
    height: 20px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background: url('../images/off.png') no-repeat center center;;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius:0px;
}

.carousel-indicators .active {
    width: 25px;
    height: 25px;
    margin: 2px;    
    background: url('../images/on.png') no-repeat center center;;
}

.play
{
	 position: absolute;
	right: 100px;
	top: 30%;
	width: 320px;
    height: 320px;
	z-index: 999;
	display: none;
}

.btn-header {
    display: inline-block;
    padding: 12px 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:600;
    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:0px;
    margin-top:20px;
}


.btn-more{
    color: #fff;
    background-color: #C13B5F;
    border-color:#C13B5F;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #C13B5F;
    background-color: #FFFFFF;
    border-color: #C13B5F; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #161615;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.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;    

}


.title
{
   color:#1E1E2D;
   font-size:40px;
   font-weight: 700; 
   margin-bottom:20px;
}

.title span
{
   color:#C13B5F;
   font-size:16px;
   font-weight: 500; 
	display: block;
}
.title span img
{ 
   margin-right: 10px;
}

.title-white
{
   color:#fff;
   font-size:40px;
   font-weight: 700; 
   margin-bottom:20px;
}

.title-white span
{
   color:#fff;
   font-size:16px;
   font-weight: 500; 
	display: block;
	line-height: 25px;
}
.title-white img
{ 
   margin-right: 10px;
}
.services
{
	padding:50px 0 100px 0;    
	background-image: url("../images/bg1.png"), url("../images/bg2.png");
    background-position: right top, left bottom ;
    background-repeat: no-repeat;
	background-size: 185px, 185px;
    overflow: hidden;
	position: relative;
}

.title-bg
{
    color: #F8F8F8;
    font-size: 160px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: -1;
    line-height: 155px;
}
.title2-bg
{
    color: #F8F8F8;
    font-size: 160px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    line-height: 155px;
}

.services ul
{
    padding-left:0;
    margin-top:20px;
	margin-bottom: 50px;
	text-align: center;
}

.services ul li {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    display: inline-block;
    margin: 20px 20px;
    width: 335px;
    height: 325px;
    text-align: center;
    /* padding: 40px; */
    background-color: #C13B5F0D;
    /* box-shadow: 4px 2px 15px 4px rgb(0 0 0 / 10%); */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	    animation-name: fadeInLeft !important;
		    -webkit-animation-name: fadeInLeft !important;
}


  @-webkit-keyframes fadeInLeft {
            0% {
                opacity: 0;
                -webkit-transform: translateX(100px);
            }

            100% {
                opacity: 1;
                -webkit-transform: translateX(0);
            }
        }

        @keyframes fadeInLeft {
            0% {
                opacity: 0;
                transform: translateX(100px);
            }

            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }
		
.services ul a:hover li
{
     /*background-color: #C13B5F; */       -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
	text-decoration: none;

}

.services .title-1:hover {
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important; */
    font-weight: 700 !important;
    background: #c13b5f;
    color: #ffffff !important;
    box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff;
    -webkit-box-reflect: below 1px linear-gradient(#00000000, #0005);
}

.services ul li img {
    /* margin: auto; */
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 4px 15px rgb(0 0 0 / 28%);
    border-radius: 18px;
}
.services ul a:hover li img
{    
	/*filter: brightness(5)*/
}
.services ul li .title-1
{
    font-size: 21px;
    color: #161615;
    font-weight: 500;
    height: 77px;
    overflow: hidden;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 20px 0;

}
.services ul a:hover li .title-1
{
	/* color: #FFFFFF;*/
}
.services ul li .text
{
      font-size:16px;
      color:#777777;
      font-weight:400;
      height: 50px;
      overflow: hidden;
}
.services ul a:hover li .text
{
	 color: #FFFFFF;
}

.text-red
{
	color: #C13B5F;
	font-size: 24px;
	font-weight: 600;
}






.bg-groups
{
  position: relative;
  color:#fff;    
  overflow:hidden;
  padding: 65px 0;	
	background-image: url("../images/bg5.png");
    background-position:right bottom;
	background-repeat: no-repeat;
}

.bg-groups:before {

    background: #fff scroll 50% 0/cover; 
}


.bg-groups:after {
    background: transparent url("../images/header2.png") no-repeat center center ;    
    background-size: cover; 
	border-radius: 0 250px 0 0;
}


.bg-groups:before {
    content: "";
    top: 0;
    bottom: 0;
    right: 0px;
    left: 50%;
    width: 100vw;
    position: absolute;
    z-index: -2;     
}
    
    
    
    
@media (min-width: 992px) {
.bg-groups:before {
width: 40vw; 
}
.bg-groups:before {
width: 60vw; 
}
	
}


.bg-groups:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    position: absolute;
    z-index: -2;
}



@media (min-width: 992px) {
.bg-groups:after {
display: block; 
    width: 60vw;
}

}



.team
{
	padding: 80px 0 50px 0;	
	position: relative;
	background-color:#fff;
	overflow: hidden;
}


.shape-blob {
    background: #FFD58E;
    border-radius: 30% 50% 20% 40%;
    animation: transform 20s ease-in-out infinite both alternate, movement_one 40s ease-in-out infinite both;
    position: absolute;
    opacity: 80%;
    z-index: 0;
}

.shape-blob.one {
    height: 350px;
    width:430px;
    left: -220px;
    top: -15px;
    background-color:#f9ecef;
    transform: rotate(180deg);
    animation: transform 10s ease-in-out infinite both alternate, movement_one 20s ease-in-out infinite both;
}

.shape-blob.two {
    height:250px;
    width: 375px;    
    background-color: #f0f7fc;
    right: -220px;
    bottom:0px;
    transform: rotate(180deg);
    animation: transform 15s ease-in-out infinite both alternate, movement_one 20s ease-in-out infinite both;
}





@keyframes transform {
    0%,100% {
        border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%
    }

    20% {
        border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%
    }

    40% {
        border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%
    }

    60% {
        border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%
    }

    80% {
        border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%
    }
}

@keyframes movement_one {
    0%,100% {
        transform: none
    }

    50% {
        transform: translate(50%,20%) rotateY(10deg) scale(1.2)
    }
}

@keyframes movement_two {
    0%,100% {
        transform: none
    }

    50% {
        transform: translate(10%,10%) rotate(-180deg) scale(1.1)
    }
}





.banner-title1 {
    font-size:10.5vw !important;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold;
    background: url("../images/header2.png") no-repeat center center;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.1;
    position: absolute;
    margin: auto;
    top: 30px;
    left: 0;
    right: 0;
}

.team ul
{
	 text-align:center;
	 padding-left: 0;	
	margin-top: 80px;
}


.team ul a:hover
{
	 text-decoration:none;
}

.team ul li
{
    width: 305px;
    display: inline-block;
    margin: 10px 10px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 2px;
    border: 1px solid #ddd;
    transition-duration: .3s;
    margin-top: 10px;
    position:relative;
    overflow:hidden;
	height: 350px;
}

.team ul li img {
    border-radius:2px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	object-fit:cover;    
	width: 100%;
	height: 100%;
}

.team ul li:hover img {
     filter: none;
    -webkit-filter: grayscale(0);
}


.team-content
{
	text-align: left;
	color:#261a3d;	    
	background-color:rgb(255 255 255 / 96%);
	padding:20px;
    position: absolute;
    left:20px;
	bottom: 0;
    right:20px;
    z-index: 0;
    border-radius: 2px;
    transition-duration: .5s;
    opacity: 0;
    box-shadow: 0 20px 35px rgb(0 0 0 / 12%);

}

.team ul li:hover .team-content
{
    opacity: 1;
    bottom: 20px;
}

.team-content h5
{
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    color: #261a3d;   
    height: 30px;
    overflow: hidden;
    font-weight: 600;    
}

.team-content h3
{
    height: 20px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: capitalize;
    color: #261a3d;
    line-height: 22px;
}


.team-social ul
{
	position: relative;
	overflow: hidden;	
    text-align:left;
	padding-left:0;
	margin-bottom:0;
	margin-top:7px;
}


.team-social ul li 
{
    display: inline-block;	
    width: 25px;
    height: 25px;    
    margin:0;
    background:none;
    padding:0;
    border:0;
}


.team-social ul li a {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height:25px;
    text-align: center;
    padding: 0px;
    color: #C13B5F;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius:0px;
}


.team-social ul li a:hover 
{
	color: #000;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.projects
{
	background:#FFFFFF url("../images/bg3.png") no-repeat center center;
	padding:80px 0px;
	background-size: cover;
}


.news
{
	padding:50px 0;
	background: url("../images/Section.png") no-repeat  center center;    
	background-size: cover;
	overflow: hidden;
}


.news-box
{
    display:block;
    margin:20px 0px;
    width: 100%;
	background-color: #FFFFFF;
    height: auto;
    padding: 0px 0px 30px 0px;
	border-radius: 10px;    
	position: relative;
}

.news-box img
{
    margin: auto;
    height: 315px;
    width: 100%;
    object-fit: cover;	
	border-radius: 10px 10px 0 0;

}

.news-box .title-1
{
      font-size:24px;
      color:#1C1C1C;
      font-weight:600;
      height: 70px;
      overflow: hidden;    
      margin: 10px 20px;
}

.news-box .date-time
{
    font-size: 24px;
    height: 67px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    background-color: #61A7E1;
    font-weight: 800;
    padding: 10px 15px;
    position: absolute;
    bottom: 15px;
    right: 20px;
}


.news-box .date-time span
{
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #=#61A7E1;
    font-weight: 400;
    padding: 5px 5px 5px 5px;
    display: block;
    margin-top: 8px;
}

.news-box .text
{
      font-size:16px;
      color:#505050;
      font-weight:500;
      height: 45px;      
	  margin: 0px 20px;
      overflow: hidden;
}
.data-news
{
    margin:20px 20px;
}
.data-news ul
{
    padding-left:0;
    margin:0;
    margin-top:5px;
    margin-bottom:5px;
    font-size:16px;
}
.data-news ul li
{
    padding:4px 0; 
    margin-right:10px;
    display:  inline-block;  
    text-transform:capitalize;
    color: #333333;
    font-weight:400;
	font-size:15px;
}

.data-news ul li img
{
    margin-right:5px;
	width: auto;
	height:auto;
}
.more-news{
       margin: 10px 20px;
}


.more-news a {
    color: #505050;
    font-size: 14px;
    font-weight: 400;
}
.more-news a img {
    margin-left: 10px !important;
    height: auto !important;
    width: auto !important;
}

.news-box2
{
    display:block;
    margin:20px 0px 10px 0;
    width: 100%;
	background-color: #FFFFFF;
    height: auto;
    padding: 0px 0px 0px 0px;
	border-radius: 10px;    
	position: relative;
}

.news-box2 img
{
    margin: auto;
    height: 296px;
    width: 100%;
    object-fit: cover;	
	border-radius: 10px 0 0 10px;

}

.news-box2 .title-1
{
      font-size:24px;
      color:#1C1C1C;
      font-weight:600;
      height: 70px;
      overflow: hidden;    
      margin: 10px 0px;
}

.news-box2 .date-time
{
    font-size: 24px;
    height: 67px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    background-color: #61A7E1;
    font-weight: 800;
    padding: 10px 15px;
    position: absolute;
    bottom: -15px;
    right: 30px;
}


.news-box2 .date-time span
{
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #=#61A7E1;
    font-weight: 400;
    padding: 5px 5px 5px 5px;
    display: block;
    margin-top: 8px;
}

.news-box2 .text
{
      font-size:16px;
      color:#505050;
      font-weight:500;
      height: 45px;      
	  margin: 0px 0px;
      overflow: hidden;
}
.data2-news
{
    margin:20px 0px;
}
.data2-news ul
{
    padding-left:0;
    margin:0;
    margin-top:5px;
    margin-bottom:5px;
    font-size:16px;
}
.data2-news ul li
{
    padding:4px 0; 
    margin-right:10px;
    display:  inline-block;  
    text-transform:capitalize;
    color: #333333;
    font-weight:400;
	font-size:15px;
}

.data2-news ul li img
{
    margin-right:5px;
	width: auto;
	height:auto;
}
.more2-news{
       margin: 10px 0px;
}


.more2-news a {
    color: #505050;
    font-size: 14px;
    font-weight: 400;
}
.more2-news a img {
    margin-left: 10px !important;
    height: auto !important;
    width: auto !important;
}



.footer
{
	background-color:#F7F7F7 ;
	font-size:17px;
	padding:50px 0 30px 0;
	color:#0F0D0D;
}

.footer ul
{
   padding-left:20px;
}
.footer ul li
{
   margin:10px 0;    
	color:#0F0D0D;
}
.footer ul li a
{
	color:#0F0D0D;
}

.footer-title
{
	color:#0F0D0D;
	 font-size:20px;
	 text-transform: capitalize;
	 font-weight:600;
	 margin:20px 0;
}

.footer-text
{
	height: 65px;
    overflow: hidden;
}



.footer .socials ul 
{
	padding-left:0px;
	text-align:right;    
	margin-top: 7px;
	display:inline-block;
	margin-bottom:0;
}



.footer .socials ul li {
    display: inline-block;	    
    margin-right:0px;
}


.footer .socials ul li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
    margin-left: 0px;
	color: #0F0D0D;	    
	width:40px;
    height:40px;
	border: 2px #0F0D0D solid;
    border-radius:100px;
	background-color:#F7F7F7;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer .socials ul li a:hover {
	color: #fff;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color:#C13B5F;
	border: 2px #C13B5F solid;
}

.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-right:10px;	 
	color:#C13B5F;
}

.footer-margin {
    margin-top: 10px;
}
.copyright
{
    background-color: #EDEDED;
    padding: 15px 0;
    color: #0F0D0D;
    font-size: 14px;
    text-align:center;
    line-height: 30px;
}


.copyright a
{
    color:#C13B5F;
}






.inner-bg {
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;    
	opacity: 0.5;
}


.caption-inner 
{
    height:auto;
    width: 100%;
    color: #fff;
	position: relative;
	text-align: center;
    padding:235px 0 35px 0;  
    background-color:#000000;  
}


.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:#c13b5f;
	border-radius:10px;
	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: #c13b5f;
}

.calls-data
{
	margin-top:15px;
    color: #fff;
    background-color: rgb(255 255 255 / 25%);
    border-radius: 10px;
    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: 35px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
}


.bg-white
{
	background-color:#f9f9f9;
	border-radius:10px;
	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;
}




.box-category 
{
	height:264px;
	color:#c13b5f;
	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 {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color: #c13b5f;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;	
    border:1px solid #c13b5f;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#c13b5f;
     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:#c13b5f;
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;
}

.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
    color:#c13b5f;
}



.title-news {
    font-size: 20px;
    color:#c13b5f;
    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: #c13b5f;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    pointer-events: auto;
    border-radius: 6px;
}



.path-search
{
    border-left: 5px #c13b5f solid;
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #c13b5f;
}

.highlight {
    font-weight: bold;
    background-color: #FFCC00;
    padding: 0 3px;
    color:#333333;
}

.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: #c13b5f;
    border-color: #c13b5f;
}

.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: #c13b5f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.collapsible-all
{
	
}
.collapsible-all .collapsible {
  background-color: #c13b5f ;
  color: white;
  cursor: pointer;
  padding: 10px 18px ;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  border-radius:5px;
  margin-bottom:5px;
}


.collapsible-all .collapsible:after {
  content: '\002B';
  color: white;
  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: #fbfbfb;
}


.collapsible-all .content p
{
	padding:10px 0;
}



.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: #C13B5F;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 20px 20px;
}

.news-inner .text
{
    font-size: 18px;
    color: #160304;
    font-weight: normal;
    height: 50px;
    overflow: hidden;
    margin: 0px 20px 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: #C13B5F;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 0 0 10px 0;
}


.category ul
{
   padding-left: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;
}

.newletter
{
    margin-top:20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px 20px;
}

.newletter .form-group {
    margin-bottom: 10px;
    position: relative;
}

.newletter .form-control {
    display: block;
    height: auto;
    width:100%;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    margin-bottom:0px;
    background-color: #ffffff00;
    background-image: none;
    border: 1px solid #ededed;
    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;
}


.newletter .btn {
    display: block;
    padding:15px 35px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;    
    width: 100%;
    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:#C13B5F;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}


.gray-box {
    background-color: #f7f7f7;
    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: #DB576C;
    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: #1a9ccc;
        -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: #1a9ccc;
        margin: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }


.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;
}

.txt3 {
    /* margin-bottom: 30px; */
    width: 56%;
    /* margin-left: 17px; */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 6%;
    border-radius: 31px;
}

.txt3 li {
  list-style: none;
    margin-bottom: 10px;
}

.txt3 li:before {
    content: url(/WebSite/images/icon5.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.carousel{
	/*height: 700px !important;*/
	
}

.faq{
	    box-shadow: 0 4px 15px rgb(15 15 15 / 63%);
display: inline-block;
    /* background: url(../images/sign.png) no-repeat 25px 25px; */
    margin: 20px 15px 45px 15px;
    border: 2px #646464 solid;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    padding: 57px 25px 30px 25px !important;
    border-radius: 4px;
} 
.faq img {
   
    width: 69px;
    text-align: right;
    float: right;
    margin-top: -94px;
}
	

.bg-groups1
{
  position: relative;
  color:#6f6f6f;    
  overflow:hidden;
  padding: 65px 0;	
	/*background-image: url("../images/bg5.png");
    background-position:right bottom;
	background-repeat: no-repeat;*/
}

.bg-groups1:before {

    background: #fff scroll 50% 0/cover; 
}


.bg-groups1:after {
    background: transparent url("../WebSite/images/bg-silver2.jpg") no-repeat center center ;    
    background-size: cover; 
	border-radius: 0 250px 0 0;
}


.bg-groups1:before {
    content: "";
    top: 0; 
    bottom: 0;
    right: 0px;
    left: 50%;
    width: 100vw;
    position: absolute;
    z-index: -2;     
}




.bg-groups1 .col-md-10 {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 22px;
}

.bg-groups1 .title-white {
    color: #6f6f6f;
}

.bg-groups1 .col-md-12 {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 22px;
    background-image: url(../images/bg5.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.col-md-4 img {
	filter: drop-shadow(2px 13px 4px #6f6f6f);
    border-radius: 10px;
  /*  margin-left: 90px;
    margin-top: -90px;
    border-radius: 10px;*/
	
	margin-top: -96px;
    border-radius: 10px;
    margin-bottom: -86px;
}

.img1 {
   /* border-radius: 10px;
    margin-left: 90px;
    margin-top: -58px!important;
    border-radius: 10px;*/
}


.slider-video .video-fluid {
    width: 100% !important;
}


.grid1 .frame img{
	height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 4px 15px rgb(0 0 0 / 28%);
    border-radius: 10px;
	
}


.grid1 .frame:hover .details {
    transform: unset;

}


.grid1 .frame .details {
    display: none !important;
}





.grid1 .category-title:hover {
    font-weight: 700 !important;
    background: #c13b5f;
    color: #ffffff !important;
    box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff;
    -webkit-box-reflect: below 1px linear-gradient(#00000000, #0005);
}


.grid1 .category-title {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 0 0 25px 0;
    height: 64px;
}


.grid1 .col-sm-6.col-md-3 {
    margin-bottom: 55px;
}



.font6{
font-weight: 900;
  
    text-align: center;
    
}


.row.grid1 {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}



.container.patners {
    /*display: none;*/
}

.new3{

  font-weight: 900;
    padding: 80px 0 74px 0;
    background-image: url(../images/bg4.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 191px, 185px;
    text-align: center;
    font-size: 40px;
    /* margin: 57px; */
    color: #000000;
	
	    margin-top: -6px;
}


.new3 span{

    color:#C13B5F;
}



.counter-bg.partners1 {
	
	    background-image: url(../images/bg4.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 191px, 185px;
	
  /*  margin-top: 33px;*/
	    background-color: #000000;
}

.patners img {
    width: 100%;
    height: 178px;
}



.patners .banner-title {
    font-size: 10.5vw !important;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold;
    background: url(../images/header2.png) no-repeat center center;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    opacity: 0.2;
    color: #ffffff !important;
    /* position: absolute; */
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}

/*
.analytics .level-item:nth-child(1) {
    background-color: #2ca5ff;
}

.analytics .level-item:nth-child(2) {
    background-color: #eab6a3;
}
.analytics .level-item:nth-child(3) {
    background-color: #d492e2;
}
.analytics .level-item:nth-child(4) {
    background-color: #ed5a81;
}

.analytics .level-item {
    color: #000000;
    display: inline-block;
    width: 255px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 80%);
     border: 10px double #14141470; 
    position: relative;
    padding: 10px 0;
    margin: 45px 10px 75px 10px;
    border-radius: 20px;
}

.analytics .title-counter {
    font-size: 55px;
    color: #262525;
}




.analytics heading {
    font-size: 14px;
    color: #000000;
}


.counter-bg.analytics {
   background-color: #c13b5f00;
}

*/
