﻿@font-face {
    font-family: 'Graphik Arabic';
    src: url('../newfont/GraphikArabic-Regular.woff2') format('woff2'),
        url('../newfont/GraphikArabic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html,
body {
	font-family: 'Graphik Arabic';
    height: 100%;
    font-size:15px;
   
    color:#fff;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}


.header
{
    padding: 22px 0;
    background-color:#000;	
  position: fixed;
  top: 0;
  width: 100%;
	z-index:99;
}

.logo img
{
	height:65px;
}


.header-icons ul
{
     padding-left:0;
     margin-top:15px;
     text-align:right;
}


.header-icons ul li
{
      display:inline-block;
      margin:0 5px;
}


.content {
  padding: 16px;
}


.slider-top
{
	margin-top:106px;
	
}

.carousel {
    height: 680px;
    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;
    border-radius:20px;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.caption-carousel {
    position: absolute;
    top:100px;
    right:40px;
    left: auto;
    width:615px;
    margin:auto;
    z-index: 10;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fefefe;
    text-align:left;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:32px;
    font-weight:400;
    line-height:35px;
    color:#fff;
}
.caption-carousel h3{
    font-size:20px;
    font-weight:300;
    line-height:25px;
    color:#fff;
    margin-bottom:30px;
}

.big-font
{
    font-size: 225px;
    position: absolute;
    left:100px;
    top: 80px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 205px;
    color: rgb(255 255 255 / 11%);
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-stroke-width: 2px;
    }



.vertical {
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    right: 99%;
    color: #ffffff;
    padding-top: 2vw;
    padding-right: 2vw;
    font-size: 18px;
    white-space: nowrap;
    text-transform: capitalize;
    cursor: vertical-text;
    position: absolute;
    display: block;
    height: auto;
    direction: rtl;
    z-index: 11;
}

.img1 {
  z-index: 1;
  position: relative;
  display: block;
  top: 0px;
  left: 0px;
  height: auto;
  width: 100%;
  padding-left: 10vw;
}
.wrap {
  width: 50vw;
}
.wrapv {
  z-index: 5;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 5vw;
}

.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: 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;;
}


.carousel-control.left {
    right: auto;
    left: 0px;
    width: 55px;
    height: 55px;
    line-height: 50px;
    border-radius: 100px;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    background:url('../images/left.png') no-repeat fixed center center;
} 

.carousel-control.right {
    right: auto;
    left: 180px;
    width: 55px;
    height: 55px;
    line-height: 50px;
    border-radius: 100px;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;    
    background:url('../images/right.png') no-repeat fixed center center;
}


.btn-header {
    display: inline-block;
    padding:8px 12px 8px 35px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:300;
    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:50px;
}

.btn-header i
{
    padding: 12px;
    font-size: 16px;
    color: #000000;
    background-color: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.btn-more{
    color: #fff;
    background-color: #ffffff00;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #fff;
    background-color: #022E2D;
    border-color: #022E2D; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-next{
    color: #fff;
    background-color: #022E2D;
    border-color:#022E2D;     
    margin-top:25px;
}


.btn-next:hover {
    color: #022E2D;
    background-color: #fff;
    border-color: #022E2D; 
}


.btn-save{
    color: #fff;
    background-color: #000;
    border-color:#000;     
    border-radius:3px;
    padding:4px 18px;
}


.btn-save:hover {
    color: #000;
    background-color: #fff;
    border-color:#000;     
}

.btn-white{
    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;
    width:100%;
    border-radius:4px;
    padding:8px 10px;
}


.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;    
}


.btn-white2{
    color: #000;
    background-color: #FFFFFF;
    border-color: #ffffff;      
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:20px 0 0 0;
    width:100%;
    border-radius:4px;
    padding:8px 10px;
}


.btn-white2:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
}


.btn-green{
    color: #fff;
    background-color: #044040;
    border-color: #044040;      
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:20px 0 0 0;
    width:100%;
    border-radius:4px;
    padding:8px 10px;
}


.btn-green:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
}

.btn-green2{
    color: #fff;
    background-color: #044040;
    border-color: #044040;      
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:20px 0 0 0;
    width:100%;
    border-radius:4px;
    padding:8px 10px;
}


.btn-green2:hover {
    color: #044040;
    background-color: rgba(255, 255, 255, 0);
    border-color: #044040; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
}

.btn-white2 i
{
    padding: 12px;
    font-size: 16px;
    color: #000000;
    background-color: #fff5a2;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.fixed-img
{
	border:2px #FFFFFF solid;
	width:158px;
    Height:205px;
    position:fixed;
    left:10px;
    bottom:10px;
    border-radius:10px;    
    z-index:999;

}
.fixed-img img
{
	border:2px #FFFFFF solid;
	width:158px;
    Height:205px;
    border-radius:10px;
    object-fit:cover;
}

.welcome
{
	padding: 40px 0;
	overflow:hidden;
    margin-bottom: 0px; 
    background-color:#000000; 
}

.title
{
   color:#fff;
   font-size:40px;
   font-weight: 400; 
   text-align:center;
   margin-bottom:20px;
}
.title span
{
   color:#047777;
   font-size:15px;
   display:block;
}

.title-span
{
   color:#fff;
   font-size:16px;
   font-weight: 300; 
   margin-top:10px;
   display:block;
   text-align:center;
}

.title-left
{
   color:#fff;
   font-size:40px;
   font-weight: 400; 
   text-align:left;
   margin-bottom:20px;
}
.title-left span
{
   color:#047777;
   font-size:15px;
   display:block;
}


.text-gradients
{
    background: linear-gradient(to right, #DB80DD, #3492C8,#ffffff, #C979CF);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.welcome-text
{
    height: 265px;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 10px;
    color:#fff;
    font-weight:300;
    font-size:24px;
}


.black-bg
{
	background-color:#000000;
	padding:40px 0;
}

.bg-black-gradient
{
	background: rgb(37,37,38);
background: -moz-linear-gradient(142deg, rgba(37,37,38,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(142deg, rgba(37,37,38,1) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(142deg, rgba(37,37,38,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252526",endColorstr="#000000",GradientType=1);
border-radius:30px;
padding:65px 100px;
text-align:center;
color:#FFFFFF;
font-size:20px;
}


.bg-black-gradient2
{
	background: rgb(37,37,38);
background: -moz-linear-gradient(142deg, rgba(37,37,38,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(142deg, rgba(37,37,38,1) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(142deg, rgba(37,37,38,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252526",endColorstr="#000000",GradientType=1);
border-radius:30px;
padding:65px 70px;
text-align:center;
color:#FFFFFF;
font-size:20px;
}


.bg-gradient
{
	background: rgb(37,37,38);
background: -moz-linear-gradient(142deg, rgba(37,37,38,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(142deg, rgba(37,37,38,1) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(142deg, rgba(37,37,38,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252526",endColorstr="#000000",GradientType=1);
}



.services
{
	padding:50px 0;
	text-align:center;
}

.services ul
{
    padding-left:0;
    margin-top:20px;
}

.services ul li
{
     display:inline-block;
     margin:20px 10px;
     width:355px;
     height:325px;
     padding:40px;
     border-radius:20px;

}
.services ul li img
{
    margin: auto;
    height: 75px;
    width: 75px;
    object-fit: contain;
}

.services ul li .title-1
{
      font-size:19px;
      color:#fff;
      font-weight:bold;
      height: 55px;
      overflow: hidden;    
      margin: 20px 0;
}

.services ul li .text
{
    text-align: justify !important;
      font-size:15px;
      color:#fff;
      font-weight:normal;
      height: 70px;
      overflow: hidden;
}


.black-bg-book
{
	background-color:#000000;
	padding:40px 0;
	font-size:22px;
	border-top:1px #FFFFFF solid;
}


.events-all
{
	margin-top:100px;
}
.events-img
{
	 float:left;
	 margin-right:15px;
	 width:160px;
	 object-fit:cover;
	 border-radius:10px;
}


.black-bg-headline
{
	color:#fff;
	font-size:16px;
}


.black-bg-headline span
{
	color:#68737d;
	display:block;
	font-size:12px;
}

.box-text
{
	padding:30px;
	height:240px;
	overflow:hidden;
	color:#FFFFFF;
	border-radius:20px;
	margin-top:30px;
}


.events-text
{
	color:#FFFFFF;
	font-size:12px;
}

.box-img
{
	padding:0px;
	height:240px;
	overflow:hidden;
	color:#FFFFFF;
	border-radius:20px;
	margin-top:30px;
}

.box-border
{
     border:1px #fff solid;
}

.box-headline
{
     font-size:20px;
     margin-bottom:20px;
}

.box-article
{
     font-size:16px;
}

.box-yellow
{
	 background-color:#FFED5D;
	 color:#000000;
}

.box-white
{
	 background-color:#fff;
	 color:#000000;
}

.box-blue
{
	 background-color:#1333DE;
	 color:#fff;
}


.table-box
{
	 border-radius:30px;
	 border:1px rgb(255 255 255 / 28%) solid;
	 color:#fff;
	 padding-bottom: 30px;
	 overflow:auto;
}

.table-bottom
{
background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5158438375350141) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5158438375350141) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0.5158438375350141) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);

    height: 180px;
    margin: 0px;
    position: relative;
    margin-top: -163px;
    border-radius: 35px;   
    margin-bottom: 30px;
}

.table-padding
{
	padding:15px;     
	border-bottom:1px rgb(255 255 255 / 28%) solid;
	font-size:16px;
}

.table-padding1
{
	padding:10px;     
	border-bottom:1px rgb(255 255 255 / 28%) solid;
	font-size:14px;
}

.no-border
{
	border-bottom:0px rgb(255 255 255 / 28%) solid !important;
}


.box-img2 {
    padding: 0px;
    height: 380px;
    overflow: hidden;
    color: #FFFFFF;
    border-radius: 20px;
    margin-top: 30px;
}

.box-img2 img{
    height: 380px;
    object-fit:cover;
}


.bg-margin
{
	margin-top:40px;
}

.text-no
{
	    height: 23px;
	color: #FFFFFF;
	font-size:20px;
	margin:45px 0;
}


.span-no
{
	float:left;
	margin-right:10px;
	font-size:32px;
	margin-top:-10px;
}

.icons-box
{
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
}
.icons-box img
{
	 margin: 30px auto 20px auto ;
}



.reviews-decor {
    background: rgba(96, 75, 210, .25);
    -webkit-filter: blur(163px);
    filter: blur(163px);
    height: 700px;
    /*width: 700px;*/
    font-size: 3.3rem;
    border-radius: 50%;
    position: absolute;
    left: 0%;
    right: 0;
    margin: auto;
    /* top: 0; */
    z-index: 0;
    
}


.reviews-text-big 
{
    font-size: 200px;
    line-height: 107%;
    font-weight:700;
    color:rgb(255 255 255 / 15%);
    text-align:center;
    margin-bottom:50px;
}

.client
{
	padding-top:70px;
}
.client-img
{
	height:140px;
	object-fit:contain;
}


.contact-info
{
    display: block;
    background-color: #FFFFFF;
    color: #a0a0a0;
    font-size: 14px;
    border-radius: 30px;
    position:relative;
    padding: 40px 30px;
    margin-top:30px;
}

.contact-info img
{
    margin-right: 10px;
    float: left;
}

.contact-info span
{
	 display:block;
	 color:#1d1729;
	 margin-top:5px;
	 font-size:17px;
	 font-weight:600;
}

.contact-info-links
{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #FFFFFF;
    padding:0 20px;
    text-align: center;
    font-size: 18px;
    background-color: #044040;
    line-height: 58px;
    border-radius: 26px;
}


.contact-info-links span
{
    font-size:80px;
    display:block;
    color:#FFFFFF;
}



.sign-in
{
	margin-top:0px;
	font-size:14px;
	background-color:#FFFFFF;
	border-radius:20px;
	padding:30px;
}


.sign-in .form-control {
    display: block;
    width: 100%;
    height:auto;
    padding: 15px 10px 15px 45px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #6d6e71;
    background-color: #ffffff00;
    background-image: none;
    border: 1px solid #044040;
    border-radius: 3px;
    -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;
}

.sign-in .form-control::-webkit-input-placeholder { /* Edge */
    color: #6d6e71;
}

.sign-in .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6d6e71;
}

.sign-in .form-control::placeholder {
    color: #6d6e71;
}

#phone
{
    background: url(../images/phone.png) no-repeat 10px center;
}
#password
{
    background: url(../images/password.png) no-repeat 10px center;
}
#username
{
    background: url(../images/username.png) no-repeat 10px center;
}
#email
{
    background: url(../images/email.png) no-repeat 10px center;
}



.contact-form
{
	margin-top:30px;
	font-size:14px;
}

.contact-form .form-control {
    display: block;
    width: 100%;
    height: 65px;
    padding: 6px 0px 6px 0px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #6d6e71;
    background-color: #ffffff00;
    background-image: none;
    border: 0px solid #fff;
    border-bottom:1px solid rgba(61, 61, 61, 0.20);
    border-radius: 0px;
    -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;
}

.contact-form .form-control::-webkit-input-placeholder { /* Edge */
    color: #6d6e71;
}

.contact-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6d6e71;
}

.contact-form .form-control::placeholder {
    color: #6d6e71;
}


.footer
{
	background-color:#000;
	font-size:15px;
	padding:50px 0 30px 0;
	color:#fff;
}

.footer ul
{
   padding-left:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #fff;
}
.footer ul li a
{
	color:#fff;
}



.footer .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:left;
	margin-bottom:30px;

}


.footer ul 
{
	padding-left:0px;
	text-align:left;
}



.footer .socials li {
    display: inline-block;	
    width: 42px;
    height: 42px;
}


.footer .socials li a {
	width: 42px;
	height: 42px;
	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 img {
	width: 42px;
	height: 42px;
	object-fit:contain;
}

.footer .socials li a:hover {
	color: #ed1c24;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-title
{
	 color:#fff;
	 font-size:20px;
	 text-transform: uppercase;
	 font-weight:bold;
	 margin:20px 0;
}

.footer-text
{ 
     font-size:15px;
} 

.img-footer
{ 
      width:200px;
} 



.footer-margin {
    margin-top: 10px;
}


.copyright
{
    padding: 5px 0;
    color: #fff;
    font-size: 13px;
    text-align:center;
    border-top:1px rgb(255 255 255 / 30%) solid;
    margin-top:30px;
    padding-top:30px;
}


.copyright a
{
    color:#01b48b;
}






.inner-bg {
    margin-top:105px;
    padding:30px 0;
    background-color:#000000;
}




.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:35px 0 10px 0;    
    text-align:left;
    border-bottom:1px #CCCCCC dotted;
}


.caption-inner h3 {
    margin-bottom: 10px;
    line-height: 40px;
    overflow: hidden;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 0;
    color: #231f20;
}

.caption-inner-headline {
    margin-bottom: 10px;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 30px;
    color: #fff;
}

.caption-inner-headline span {
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 0px;
    color: #ffffff75;
    display:block;
}

.caption-inner-text {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 30px;
    color: #fff;
}

.breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    margin-top:10px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align:  left;
}


.breadcrumb>li {
    display: inline-block;
    font-size:16px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#fff;
}

.breadcrumb>.active {
    color: #fff;
    font-weight: 400;
}


.button-pro
{
	 position:relative;
}



.button-pro ul
{
	 padding-left:0;
	 margin:0;
}


.button-pro ul li
{
	  display:inline-block;
	  margin-right:10px;
	  padding:15px 20px;
	  background-color: #FFFFFF;
	  border-radius:5px;
	  color:#3b3b3b;    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.button-pro ul a:hover li
{
	  background-color: #022e2d;
	  color:#fff;    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.button-pro ul li img
{
	  margin-right:5px;
}

.button-active
{
	  background-color: #022e2d !important;
	  color: #fff !important;
}


.products-inner
{
	padding-top:20px;
	margin-bottom:0px;
	overflow:hidden;
}
.products-inner ul
{
	 text-align:center;
	 padding-left: 0;
}


.products-inner ul a:hover
{
	 text-decoration:none;
}

.products-inner ul li
{
    width:355px;
    height:auto;
    padding:30px 30px;
    border-radius:10px;
    display: inline-block;
    background-color:#FFFFFF;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align:center;
    position:relative;
    margin:10px;
}


.products-inner ul li img
{
    margin: auto auto 20px auto;
}

.product-content {
	font-size: 22px;
    font-weight:700;
    text-transform:uppercase;
    color:#3b3b3b;
}


.product-content span {
	font-size: 15px;
    font-weight:500;
    color: #999999;
    display:block;
    text-transform:uppercase;
}

.product-price {
 position: relative;
 padding:10px 15px;
 font-weight:400; 
}

.product-price .new-price
{
   font-size:18px;
   color:#3b3b3b;
}

.product-price .old-price
{
    text-decoration: line-through;
    font-size: 12px;
    margin-left: 10px; 
    color: #999999;
}



.content-inner {
    margin-bottom:0;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}




.calls-all
{
	background:black url('../images/header2.png') no-repeat right center ;
	background-size:cover;
	min-height:600px;	
	padding:10px 50px 50px 50px;
	position:relative;

}

.calls-margin
{
    margin-top:80px;
}
.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.calls-data
{
	margin-top:15px;
	color:#fff;
}


.calls-data a
{
	color:#fff;
}

.calls-data i
{
    color: #fff;
   /* margin-right: 10px;*/
   margin-right: 0px;
    font-size:18px;
}

.calls .socials {
	position: absolute;
	overflow: hidden;	
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;
	bottom:20px;

}


.calls ul 
{
	padding-left:0px;
	text-align:left;
}



.calls .socials li {
    display: inline-block;	
    width: 40px;
    height: 40px;
}


.calls .socials li a {
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	border-radius:50px;
	background-color:#022e2d;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.calls .socials li a:hover {
	color: #000;
	background-color:#fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.contacts
{
	padding:50px;
}


.contacts-lable
{
	font-weight:400;
}

.contacts .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #fff0;
    background-image: none;
    border: 0px solid #ccc;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    -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
}

.container-radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin: 0px 20px 10px 0;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;    
  font-weight: normal; 
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border:1px #FFFFFF solid;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
	background:  #044040;
}


.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
}

.title-news {
    font-size: 20px;
    color:#fff;
    margin-bottom:10px;
    margin-top:10px;
}


.pro-details1
{
    font-size:25px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin:10px 0;
}

.pro-details2
{
    font-size: 14px;
    vertical-align: middle;    
    margin:10px 0;
    color:#FFFFFF;

}

.pro-details3
{
    font-size: 25px;
    line-height: 25px;
    color: #fff;    
    margin:10px 0;

}
.product-addto-links {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-right: 8px;
    padding: 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}


.product-addto-links a {
    display: block;
    color:#5a5a5a;
}


.product-addto-links a i {
     padding-right:10px;
}
 
.cart-1
{
    vertical-align: middle;
    height: auto;
    display: block;
    background-color:#FFFFFF;
    border-radius:4px;
    padding:4px 0;
    text-align:center;
    border:1px #333333 solid;
}

.btn-cart 
{
    padding: 0px 0px;
    background-color: #fff;
    color:#000;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}
.btn-cart1 
{
    padding: 0px 0px;
    background-color: #fff;
    color: #000;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}


.reviews
{
	font-size:12px;
	color: #999999;
	margin-left:10px;
}

.pro-text
{
	font-size:14px;
	color:#ffffff80;
	margin:20px 0;
}


.small-t
{
	font-size:12px;
	color:#ffffff80;
}


.small-t-span
{

	font-size:12px;
	color:#ffffff80;
}


.color-all {
    height: 100%;
    width: 100%;
    position: fixed;    
    z-index: -1;
    background-color:#000000;
}

.login-bg
{
	background-color:#000000;
	position:relative;
}


.login-bg .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.login-bg .container-fluid .row {
    margin-right: 0px;
    margin-left: 0px;
}

.login-bg .container-fluid .row .col-md-6{
    padding-right: 0px;
    padding-left: 0px;
}



.content-sign
{
	padding:40px 0;
}



.logo-inner
{
    position: relative;
    padding:35px 0px 0 0;
}

.logo-inner img
{
	 width: 200px;
	 margin:auto;
}

.logo-title
{
    position: relative;
    margin: 20px auto 10px auto;
    padding:0px;
    color:#fff;
    font-size:25px;
    font-weight:500;
    text-align:center;
}

.logo-title span
{
    color:#6d6e71;
    font-size:14px;
    display:block;    
    font-weight:300;
    margin-top:10px;

}


.login-in
{
	margin-top:20px;
	font-size:14px;
	padding:0 10%;
}


.login-in a
{
	color:#fff;
}

.login-margin
{
	margin-top:10px;
}


.underline3 a
{
    border-bottom: 1px #8e193d solid;
}
.underline4 
{
	text-align:center;
	margin-top:20px;
	color:#fff;
}

.login-in .form-group {
    margin-bottom: 15px;
}

.login-in .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}

.login-in .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6d6e71;
    background-color: #dfdfdf00;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 5px;
    -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;
}

.login-in .form-control::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.login-in .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.login-in .form-control::placeholder {
    color: #fff;
}


.container2 {
  display: block;
  position: relative;
  padding-left: 25px;
  font-weight:400;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#fff;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius:2px;
  background-color: #d6d6d600;
  border:1px #FFFFFF solid;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark2 {
  background-color: #d6d6d600;
  border:1px #FFFFFF solid;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark2 {
  background-color: #044040;
  border:1px #044040 solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark2:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart-all
{
	text-align:left;
}
.cart
{
	border-radius:4px;
	box-shadow:2px 1px 5px 2px rgb(0 0 0 / 20%);
	padding:0px 0;
	margin-bottom:25px;
	position:relative;
}


.cart-details
{
    font-size:18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin:10px 0;
}


.cart img
{
	border-radius: 4px 0px 0px 4px;
	min-height: 155px;
	object-fit: cover;
}

.delete
{
	color:#022e2d;
	width:35px;
	height:35px;
	border-radius:50px;
	position:absolute;
	right:5px;
	top:5px;
	z-index:99;
	text-align: center;
    line-height: 35px;
    font-size: 15px;
}


.new-icon
{
	float:left;
	height:56px !important;
	width:56px !important;
}

.heading-new
{
	font-size:18px!important;
	text-align:left !important;
	padding:0px 15px 10px 15px !important;
}

.title-counter-new
{
	font-size:24px!important;
	text-align:left !important;
	padding:0px 0px 0px 70px !important;
}



.services-inner-headline {
    margin-bottom: 10px;
    font-size: 30px;
    text-transform: capitalize;
    margin-top: 30px;
    color: #fff;
}

.services-inner-headline span {
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 0px;
    color: #ffffff75;
    display:block;
}


.services-box
{
	border:1px #FFFFFF solid;
	border-radius:5px;
	padding:18px;
	position:relative;
	margin-bottom:25px;
}

.services-select-done
{
	border:1px #044040 solid;
	border-radius:5px;
	padding:18px;
	position:relative;
	margin-bottom:25px;
}


.services-box img
{ 
	border-radius:15px;
	float:left;
	margin-right:20px;
	    height: 134px;
    width: 100%;
}


.services-headline
{
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight:600;
    color: #fff;
    margin-bottom:10px;
    margin-right:65px;
}


.services-text
{
    font-size: 13px;
    margin-top: 0px;
    font-weight:400;
    color: #ffffff75;
    margin-right:65px;
    height:74px;
    overflow: hidden;
}


.plus-services
{
	position:absolute;
	right:15px;
	top:40px;
	width:52px;
	height:52px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:400;
}

.services-select
{
	border:1px #FFFFFF solid;
	border-radius:5px;
	padding:18px;
	position:relative;
	margin-bottom:25px;
}

.services-box-select
{
	position:relative;
	margin-bottom:25px;
}



.services-select-headline
{
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight:600;
    color: #fff;
    margin-bottom:5px;
}


.services-select-text
{
    font-size: 12px;
    margin-bottom: 10px;
    font-weight:400;
    color: #ffffff75;
    
}
.services-select-text i
{
    margin-right: 10px;
}


.services-select-month
{
    font-size: 13px;
    margin-bottom: 10px;
    font-weight:400;
    color: #fff;
    
}
.services-select-month i
{
    margin-right: 10px;
}


.services-select-price
{
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight:500;
    color: #fff;
    margin-bottom:5px;
}


.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-right:135px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight:normal;
  text-align:left;
}

.check-details
{
	display:block;
	font-size:12px;
	color:#999999;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius:100px;
  background-color: #fff;
  border:1px #333333 solid;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
  background-color: #fff;
  border:1px #333333 solid;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
  background-color: #fff;
  border:1px #333333 solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius:50px;
  background-color:#044040;
}


.services-time-price
{
    position: absolute;
    right: 0;
    top: -62px;
    font-weight: 800;
    font-size: 18px;
}



.box-time
{
	overflow-x: scroll;
    overflow-y: hidden;
	color:#666666;    
	padding-left: 1px;
	font-size:13px;
	font-weight:bold;
	padding-bottom: 4px;
	padding-bottom:15px;
}
#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;	
	border-radius:100px;

}

#style-4::-webkit-scrollbar
{
	width: 10px;
	height:10px;
	background-color: #F5F5F5;	
	border-radius:100px;

}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #044040;
	border: 2px solid #044040;	
	border-radius:100px;

}
.month-text
{
	font-size:16px;
	margin-bottom:10px;
}
.time-circle
{
	width:50px;
	height:50px;
	border-radius:100px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#FFFFFF;
	display:inline-block;
	margin-right:8px;
	border:1px  #FFFFFF solid;
}

.time-circle2
{
	width:50px;
	height:50px;
	border-radius:100px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	font-weight:500;
	background-color:#808080;
	color:#FFFFFF;
	display:inline-block;
	margin-right:8px;
	border:1px  #FFFFFF solid;
}

.time-circle3
{
	width:50px;
	height:50px;
	border-radius:100px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	font-weight:500;
	background-color:#d81a46;
	color:#FFFFFF;
	display:inline-block;
	margin-right:8px;
	border:1px  #FFFFFF solid;
}


.container-radio2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0px 0px 15px 0;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;    
  font-weight: normal; 
  border:1px #FFFFFF solid;
  border-radius:10px;
  padding:15px 25px;
}

/* Hide the browser's default radio button */
.container-radio2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border:1px #FFFFFF solid;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio2:hover input ~ .checkmark-radio {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.container-radio2 input:checked ~ .checkmark-radio {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio2 input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio2 .checkmark-radio:after {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
	background:  #d81a46;
}



.menu-left
{    
margin-top:0px;
z-index: 9999;    
width: 100%;
overflow:hidden;
margin-bottom:30px;
background-color:#044040;
text-align:left;

}


.menu-left ul
{
    padding-left:0;
    margin:0;
    font-size:15px;
}
.menu-left ul a:hover
{
    text-decoration:none;
    
}

.menu-left ul li
{
    padding: 10px 25px;
    display: block;
    border-bottom: 1px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    transition: 0.3s;
    color: #fff;
}
 
.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;
}


.title-cources
{
    margin-bottom: 20px;
    font-size:20px;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
    font-weight: 900;
}
.margin-bottom
{
	margin-bottom:30px;
}
.margin-top
{
	margin-top:20px;
}

.text-news
{
	margin-bottom:20px;
}





.box-category 
{
	height:264px;
	color:#3d3d3d;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
}


.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: #222222;
    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:#044040;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.box-category a {
    font-size: 2rem;
    font-weight: 400;
    text-transform: capitalize;
}




.team ul
{
	 text-align:center;
	 padding-left: 0;	
}


.team ul a:hover
{
	 text-decoration:none;
}

.team ul li
{
    width: 355px;
    display: inline-block;
    margin: 0 10px 10px 9px ;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
    border: 1px solid #ddd;
    transition-duration: .3s;
    margin-top: 10px;
    position:relative;
    overflow:hidden;
}

.team ul li img {
    border-radius: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(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;
    top: 0px;
    left:20px;
    right:20px;
    z-index: 0;
    border-radius: 10px;
    transition-duration: .5s;
    opacity: 0;
    box-shadow: 0 20px 35px rgb(0 0 0 / 12%);

}

.team ul li:hover .team-content
{
    opacity: 1;
    top: 20px;
}

.team-content h5
{
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    color: #261a3d;   
    height: 30px;
    overflow: hidden;
    font-weight: 600;    
}

.team-content h5 span
{
    font-size: 14px;
    color: #21a7d0;     
    height: 88px;
    overflow: hidden;
    font-style:italic;
    margin-left:20px;  
}

.team-content h3
{
    height: 70px;
    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: 18px;
    line-height:25px;
    text-align: center;
    padding: 0px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius:0px;
}


.team-social ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team-social .fa-twitter {
    color: #1da1f2;
}



.team-social .fa-facebook-f
{
	color:#3b5998;
}


.team-social .fa-linkedin-in
{
	color:#00a0dc;
}

.team-social .fa-instagram
{
	color:#e30000;
}

.team-img
{
    border-radius: 12px;
    height: 240px;
    width: 240px;
    object-fit: cover;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:1px #e5e5e5 solid;
    box-shadow: 0 20px 35px rgb(0 0 0 / 12%);
}

.team-title {
     font-size:25px;
     font-weight:600;
     margin-bottom:20px;
}

.team-margin {
     margin-top:50px;
}



.team-title span 
{
     font-size:18px;
     font-weight:400;
     display:block;
     margin-top:5px;
}

.team-text
{
     font-size:15px;
     margin-top:40px;
     font-weight:400;
     display:block;
     margin-top:5px;
}


.team-link
{
    background-color: #044040;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 100px;
    font-size: 15px;
    text-align: center;
    line-height: 40px;    
    margin: auto 0 auto auto;
}

.team-link a
{
    color:#fff;
}


.review-all
{
    font-size: 50px;
    font-weight: 500;
}



.review-number
{
    font-size: 15px;
    font-weight: 300;
    margin-top:10px;
}

.review-bar-filled
{
    width: 90%;
    background-color: #f5f5f5;
    border-radius: 10px;
    height: 12px;
    display: inline-block;
}
.review-bar-no
{
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

.review-bar-filled-on
{
	background-color: #044040;
	border-radius: 10px;
	height:12px;
}

.review-title 
{
    font-size:18px;
    font-weight: 600;
    margin:10px 0;
}
.review-title span 
{
    font-size:14px;
    color:#d81a46;
    font-weight:400; 
    margin-left:10px;
}




.results-star 
{
   margin-top:10px;
}

.star2 
{
   margin-top:0px !important;
}


.results-star i
{
  font-size:12px;
  color:#cecece;    
  padding:0px;
}

.star-active
{
  color:#fcb040!important;    
}


.list-group
{
	background-color:#FFFFFF;
	padding:20px;
	border-radius:5px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: 0px; 
    background-color: #fff;
    border: 0px solid #ddd;
}
a.list-group-item, button.list-group-item {
    color: #044040;
    font-size:14px;
}


a.list-group-item i, button.list-group-item i {
    color: #044040;
    font-size:16px;
    margin-right:7px;
}


a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color:#044040;
    text-decoration: none;
    background-color: #fff;
}

.active-menu
{
	color: #044040!important;
    text-decoration: none;
    background-color: #fff;

}

button.list-group-item {
    width: 100%;
    text-align: left;
    border-bottom:1px #cccccc solid;
}


.title-inner {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 75px;
}


.link-edit
{
	color:#FFFFFF;
}




.whatsapp{
	position: fixed;
    width: 50px;
    height: 50px;
    bottom: 13px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;             
    right: 28px;
	
}














.slider1 {
  width: 100%;
  max-width: 100%;
  height: 750px;
  margin: auto;
  position: relative;
  overflow: hidden;
 /* border-radius: 25px;*/
}
.slider1 .list1 {
 /* position: absolute;
  width: max-content;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;*/
  transition: 1s;
}
.slider1 .list1 img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider1 .contentContainer {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-left: 1.9rem;
  padding-right: 0.4rem;
}
.slider1 p.rotateText {
	    line-height: 0px;
  position: absolute;
  top: 54%;
  left: -105px;
  transform: translate(50%, -50%);
  padding: 0;
  transform: rotate(-90deg);
  font-size: 20px;
  color: white;
}
.slider1 .contentContainer h1 {
  font-size: 267px!important;
  max-width: 582px;
  -webkit-text-stroke: 2px #fff!important;
  text-stroke: 2px #fff;
  color: transparent!important;
  font-weight: 500;
  line-height: 83%;
  letter-spacing: 12px;
  
}
.slider1 .contentContainer .textAndFormButton {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  height: 55%;
  margin-top: 6.5rem;
  max-width: 550px;
  margin-left: 0.5rem;
}
.slider1 .contentContainer .textAndFormButton h3 {
  line-height: normal;
  font-weight: 300;
  margin-bottom: 1.5rem;
  font-size: 1.9rem;
}
.slider1 .contentContainer .textAndFormButton p {
  font-weight: 200;
 /* margin-bottom: 0.17rem;*/
  font-size: 1.3rem;
  max-width: 100%;
      line-height: 38px;
}
.slider1 .contentContainer .textAndFormButton .buttons-Container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
 /* margin-top: 2rem;*/
  width: 100%;
      margin-top: 21px;
}
.slider1 .contentContainer .textAndFormButton button {
	height:50px;
  background: transparent;
  border-radius: 25px;
  border: 1px solid white;
  color: white;
  padding: 5px 5px 5px 20px;
  font-size: 18px;
  align-self: center;
 /* margin-top: 2rem;*/
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}
.slider1 .contentContainer .textAndFormButton .playIcon {
  position: absolute;
  right: 220px;
  bottom: 60px;
  border: 1px solid white;
  padding: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.slider1 .contentContainer .textAndFormButton .open-form-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: white;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  color: black;
  padding: 5px;
  font-size: 25px;
  background: linear-gradient(180deg, #f7ecffd8, #e0befab3);
}
.slider1 .contentContainer .textAndFormButton .open-form-btn:hover span {
  background: linear-gradient(180deg, #c579ff, #e6c6ff);
}
.slider1 .contentContainer .textAndFormButton .buttons-Container .playIcon h4 {
  position: absolute;
  color: white;
  font-size: 10px;
  user-select: none;
  pointer-events: none;
  animation: Rotation 5s linear infinite;
}
.slider1
  .contentContainer
  .textAndFormButton
  .buttons-Container
  .playIcon
  h4
  span {
  position: absolute;
  top: -50px;
  text-transform: uppercase;
  display: inline-block;
  transform-origin: 0 50px;
}
@keyframes Rotation {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.slider1 .buttons {
  position: absolute;
  top: 55%;
  left: 5%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 0;
}
.slider1 .buttons button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff5;
  color: #fff;
  border: none;
  font-family: monospace;
  font-weight: bold;
  cursor: pointer;
}
.slider1 .dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.slider1 .dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 10px;
  border-radius: 20px;
  transition: 0.5s;
  cursor: pointer;
}
.slider1 .dots li.active {
  width: 30px;
}
@media screen and (max-width: 1325px) {
  .slider1 p.rotateText {
    left: -165px;
  }
}
@media screen and (max-width: 1225px) {
  .slider1 p.rotateText {
    left: -225px;
  }
}
@media screen and (max-width: 1090px) {
  .slider1 p.rotateText {
    left: -255px;
  }
}
@media screen and (max-width: 886px) {
  .video-container {
    left: 25px;
    bottom: 25px;
    border-radius: 20px;
    border-width: 3px;
    width: 100px;
    height: 135px;
  }
}

@media screen and (max-width: 768px) {
  .slider1 .buttons {
    top: 60%;
    left: 3%;
    width: 95%;
  }
  .slider1 p.rotateText {
    top: 40%;
  }
  .slider1 .contentContainer {
    height: 85%;
    justify-content: flex-start;
    flex-wrap: wrap;
   /* padding: 1.2rem 0.2rem 0 2.8rem;*/
  }
  .slider1 .contentContainer h1 {
    font-size: 90px;
    line-height: 85%;
    margin-left: -3px;
    letter-spacing: 24px;
  }
  .slider1 .contentContainer .textAndFormButton {
    height: 70%;
   /* margin-top: 0.3rem;*/
    margin-left: 0rem;
  }
  .slider1 .contentContainer .textAndFormButton h3 {
    line-height: normal;
    font-weight: 300;
    margin-bottom: 0.2rem;
    font-size: 1.2rem;
  }
  .slider1 .contentContainer .textAndFormButton p {
    margin-bottom: 0rem;
    font-size: 1rem;
    max-width:100%;
  }
  .slider1 .contentContainer .textAndFormButton .buttons-Container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-top: 0.7rem;
    width: 100%;
  }
  .slider1 .contentContainer .textAndFormButton .buttons-Container .playIcon {
    position: relative;
    right: 0px;
    bottom: 0px;
    border: 1px solid white;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }
  .slider1
    .contentContainer
    .textAndFormButton
    .buttons-Container
    .playIcon
    h4
    span {
    position: absolute;
    top: -40px;
    text-transform: uppercase;
    display: inline-block;
    transform-origin: 0 40px;
  }
  .slider1 .contentContainer .textAndFormButton button {
	  height: 50px;
    background: transparent;
    border-radius: 25px;
    border: 1px solid white;
    color: white;
    padding: 5px 5px 5px 20px;
    font-size: 18px;
    align-self: center;
    margin-top: 0rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    cursor: pointer;
  }
}

@media screen and (max-width: 585px) {
  .slider1 .contentContainer {
    padding: 1.2rem 1.5rem 0 1.5rem;
  }
  .slider1 .contentContainer h1 {
    font-size: 80px;
  }
  .slider1 p.rotateText {
    display: none;
  }
}
/* Corner Video */
.video-container {
  z-index: 400;
  overflow: hidden;
  background: #eee;
  position: fixed;
  left: 30px;
  bottom: 25px;
  border-radius: 20px;
  width: 130px;
  height: 180px;
  transition: all 0.3s ease;
  box-shadow: -4px 8px 12px rgba(42, 42, 42, 0.4),
    4px 8px 12px rgba(42, 42, 42, 0.4), 0px 2px 12px rgba(42, 42, 42, 0.4);
  border: 1px solid white;
}
.video-container video {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 104%;
  min-height: 104%;
  z-index: 100;
  transition: opacity 0.4s ease-in-out;
  opacity: 0.8;
}
.video-container:hover {
  width: 143px;
  height: 198px;
}

.video-container.active {
  width: 280px!important;
  height: 500pximportant;
  left: 25pximportant;
  bottom: 25pximportant;
}
.video-container.closed {
  display: none;
}

.close-button,
.minus-button {
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  border: none;
  color: #404040e2;
  font-size: 18px;
  cursor: pointer;
  z-index: 200;
  background: transparent;
}
.minus-button {
  display: none;
}

.video-container.active .close-button {
  display: none;
}
.video-container.active .minus-button {
  display: block;
  font-size: 24px;
  top: 8px;
  right: 8px;
}


.icons
 {
    position: fixed;
    top: 252px;
}
@media only screen and (max-width: 983px) {
	
	
.icons
 {
    position: fixed;
    top: 170px;
}
	
	.floating-button2 {
  position: fixed ;
  bottom: 130px;
  right: 15px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  padding: 18px;
  border: 1px solid black;
  border-radius: 50%;
  transition: 0.3s all;
  border: 1px solid rgb(77, 77, 77);
  gap: 8px;
}

.floating-button2:hover {
  border: 1px solid white;
}

.floating-button2.open {
  border-radius: 60px;
}

.floating-button2 .circle {
  background-color: #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
  transform: rotate(-90deg);
  background: linear-gradient(to left, #ffffff45 10%, #212121 40%);
  position: relative; /* To position waves inside */
  overflow: hidden;
  transition: all 0.47s ease;
}

.floating-button2 .plus-icon,
.minus-icon {
  font-size: 30px;
}

.floating-button2 .minus-icon {
  display: none;
}

.floating-button2 .icons {
  max-height: 0;

  visibility: hidden;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease;
  gap: 5px;
}

.floating-button2.open .circle + .icons {
  display: flex;
  max-height: 180px;
  opacity: 1;
  visibility: visible;
}



.floating-button2.open .circle {
  transform: rotate(0deg);
}

.floating-button2.open .icons {
  opacity: 1;
}

.floating-button2.open .plus-icon {
  display: none;
}

.floating-button2.open .minus-icon {
  display: block;
}

/* Circular wave animation */
.floating-button2::before,
.floating-button2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: wave 1.5s infinite;
  opacity: 1;
  pointer-events: none;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.896);
  z-index: 300;
  animation-delay: 0.3s;
}
.floating-button2.open::before,
.floating-button2.open::after {
  display: none;
}
.floating-button2::after {
  animation: wave2 1.5s infinite;
}



















/**/
  .video-container {
    left: 25px;
    bottom: 25px;
    border-radius: 20px;
    border-width: 3px;
    width: 100px;
    height: 135px;
  }
}



/* Corner Plus */
.floating-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  padding: 18px;
  border: 1px solid black;
  border-radius: 50%;
  transition: 0.3s all;
  border: 1px solid rgb(77, 77, 77);
  gap: 8px;
}



.floating-button:hover {
  border: 1px solid white;
}

.floating-button.open {
  border-radius: 60px;
}

.floating-button .circle {
  background-color: #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
  transform: rotate(-90deg);
  background: linear-gradient(to left, #ffffff45 10%, #212121 40%);
  position: relative; /* To position waves inside */
  overflow: hidden;
  transition: all 0.47s ease;
}

.floating-button .plus-icon,
.minus-icon {
  font-size: 30px;
}

.floating-button .minus-icon {
  display: none;
}

.floating-button .icons {
  max-height: 0;

  visibility: hidden;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease;
  gap: 5px;
}

.floating-button.open .circle + .icons {
  display: flex;
  max-height: 180px;
  opacity: 1;
  visibility: visible;
}

.icons i {
  background: transparent;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-bottom: 10px;
  font-size: 32px;
  border: 1px solid white;
  font-weight: 700;
}

.floating-button.open .circle {
  transform: rotate(0deg);
}

.floating-button.open .icons {
  opacity: 1;
}

.floating-button.open .plus-icon {
  display: none;
}

.floating-button.open .minus-icon {
  display: block;
}

/* Circular wave animation */
.floating-button::before,
.floating-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: wave 1.5s infinite;
  opacity: 1;
  pointer-events: none;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.896);
  z-index: 300;
  animation-delay: 0.3s;
}
.floating-button.open::before,
.floating-button.open::after {
  display: none;
}
.floating-button::after {
  animation: wave2 1.5s infinite;
}


/**/

/* Corner Plus */
.floating-button2 {
  position: fixed;
  bottom: 130px;
  right: 15px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  padding: 18px;
  border: 1px solid black;
  border-radius: 50%;
  transition: 0.3s all;
  border: 1px solid rgb(77, 77, 77);
  gap: 8px;
}



.floating-button2:hover {
  border: 1px solid white;
}

.floating-button2.open {
  border-radius: 60px;
}

.floating-button2 .circle {
  background-color: #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
  transform: rotate(-90deg);
  background: linear-gradient(to left, #ffffff45 10%, #212121 40%);
  position: relative; /* To position waves inside */
  overflow: hidden;
  transition: all 0.47s ease;
}

.floating-button2 .plus-icon,
.minus-icon {
  font-size: 30px;
}

.floating-button2 .minus-icon {
  display: none;
}

.floating-button2 .icons {
  max-height: 0;

  visibility: hidden;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease;
  gap: 5px;
}

.floating-button2.open .circle + .icons {
  display: flex;
  max-height: 180px;
  opacity: 1;
  visibility: visible;
}



.floating-button2.open .circle {
  transform: rotate(0deg);
}

.floating-button2.open .icons {
  opacity: 1;
}

.floating-button2.open .plus-icon {
  display: none;
}

.floating-button2.open .minus-icon {
  display: block;
}

/* Circular wave animation */
.floating-button2::before,
.floating-button2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: wave 1.5s infinite;
  opacity: 1;
  pointer-events: none;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.896);
  z-index: 300;
  animation-delay: 0.3s;
}
.floating-button2.open::before,
.floating-button2.open::after {
  display: none;
}
.floating-button2::after {
  animation: wave2 1.5s infinite;
}















@keyframes wave {
  0% {
    width: 75px;
    height: 75px;
    opacity: 0.8;
  }
  50% {
    width: 115px;
    height: 115px;
    opacity: 0.5;
  }
  100% {
    width: 133px;
    height: 133px;
    opacity: 0;
  }
}
@keyframes wave2 {
  0% {
    width: 85px;
    height: 85px;
    opacity: 0.8;
  }
  50% {
    width: 125px;
    height: 125px;
    opacity: 0.5;
  }
  100% {
    width: 140px;
    height: 140px;
    opacity: 0;
  }
}

/* video popup */
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s all ease;
  display: flex;
}
.video-popup.show {
  opacity: 1;
  visibility: visible;
}

.video-popup iframe {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.video-popup .close-btn {
  border: none;
  font-weight: bold;
  position: absolute;
  top: 25px;
  right: 45px;
  background: none;
  border: 1px solid white;
  color: white;
  font-size: 28px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.3s all ease;
  z-index: 100;
}
.video-popup iframe {
  max-width: 92%;
  max-height: 90%;
  border-radius: 10px;
}
.video-popup .close-btn:hover {
  background: white;
  color: #000;
}

/* Form Popup */
.form.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  gap: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.form.popup .bottomText {
  max-width: 950px;
  text-align: center;
  margin-top: 10px;
  color: #68737dda;
  font-size: 15px;
  font-weight: 400;
  padding: 0 2rem;
}
.form.popup.show {
  opacity: 1;
  visibility: visible;
}
.form.popup .popup-content {
  background: linear-gradient(
    145.4deg,
    hsla(0, 0%, 36%, 0.95) 2.02%,
    hsla(0, 0%, 9%, 1) 34.36%
  );
  padding: 80px;
  border-radius: 25px;
  text-align: center;
  max-width: 950px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  color: white;
}

.form.popup .popup-content h2 {
  margin: 0 0 3rem;
  font-size: 35px;
  text-transform: capitalize;
}
.form.popup .popup-content form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.form.popup .popup-content form .inputsContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.form.popup .popup-content form .inputsContainer div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  border-bottom: 1px solid white;
  min-width: 200px;
}
.form.popup .popup-content input {
  margin: 10px 0;
  color: white;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: none;
}
.form.popup .popup-content form .inputsContainer div label span {
  color: blue;
}
.form.popup .popup-content .submitButton {
  background: linear-gradient(90deg, #aa61fc, #ff99c8);
  border: none;
  color: #fff;
  font-weight: bold;
}

.form.popup .popup-content button:hover {
  opacity: 0.9;
}

.form.popup .close-btn {
  border: none;
  font-weight: bold;
  position: absolute;
  top: 25px;
  right: 45px;
  background: none;
  border: 1px solid white;
  color: white;
  font-size: 28px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.3s all ease;
  z-index: 100;
}

.form.popup .close-btn:hover {
  background: white;
  color: #000;
}
.form.popup .open-form-btn {
  background: transparent;
  border-radius: 25px;
  border: 1px solid white;
  color: white;
  padding: 5px 5px 5px 20px;
  font-size: 18px;
  align-self: center;
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}
.form.popup .open-form-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: white;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  color: black;
  padding: 5px;
  font-size: 25px;
  background: linear-gradient(180deg, #f7ecffd8, #e0befab3);
}
.form.popup .open-form-btn:hover span {
  background: linear-gradient(180deg, #c579ff, #e6c6ff);
}
@media screen and (max-width: 768px) {
  .form.popup {
    padding: 0px 30px;
  }
  .form.popup .popup-content {
    padding: 40px 30px;
    margin-top: 8rem;
  }
  .form.popup .close-btn {
    position: static;
    margin-bottom: 1.5rem;
  }
  .form.popup .popup-content form .inputsContainer {
    flex-direction: column;
    width: 100%;
  }

  .form.popup .popup-content form .inputsContainer div {
    width: 100%;
  }
  .form.popup .popup-content h2 {
    margin: 0 0 3rem;
    font-size: 25px;
    width: 100%;
  }
  .video-popup .close-btn {
    border: none;
    font-weight: bold;
    position: absolute;
    top: 85px;
    right: 25px;
    background: none;
    border: 1px solid white;
    color: white;
    font-size: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.3s all ease;
    z-index: 100;
  }
}


i.fa-solid.fa-play {
    margin-left: 30px;
}

i.fa-thin.fa-plus {
    margin-left: 60px;
}

.title-c {
    color: #000;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    background: url(../images/line.png) no-repeat center bottom;
}

.text-center {
    text-align: center;
}

.box-Discover {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    margin: 25px 0;
    position: relative;
padding: 0px;}


.box-Discover img {
	
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.box-Discover h1 {
	    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #000;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.box-Discover h1 img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
	object-fit: cover;
    border-radius: 10px;
}


.benefits strong {
    color: #0fb2b2 !important;
    font-size: 18px;
    font-weight: 800;
}


.common strong {
    color: #0fb2b2 !important;
    font-size: 18px;
    font-weight: 800;
}


.services-box {
    border: 1px #FFFFFF solid;
    border-radius: 5px;
    padding: 18px;
    position: relative;
    margin-bottom: 25px;
}

.services-box img {
    border-radius: 15px;
    float: left;
    margin-right: 20px;
}

.services-headline {
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 65px;
}


.plus-services {
    position: absolute;
    right: 15px;
    top: 40px;
    width: 52px;
    height: 52px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
}

.team-home {
    text-align: center;
    padding-left: 0;
}
.team-home ul{
    text-align: center;
    padding-left: 0;
}
.team-home ul li:hover .team-home-content
{
    opacity: 1;
    top: 0px;
}

.team-home ul li {
    width: 255px;
    display: inline-block;
    margin: 0 0px 10px 9px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
    border: 1px solid #ddd;
    transition-duration: .3s;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.team-home ul li img {
    border-radius: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 300px;
    object-fit: cover;
	width:100%;
}



.team-home-content {
    text-align: left;
    color: #261a3d;
    background-color: rgb(255 255 255 / 96%);
    padding: 20px;
    position: absolute;
    top: 0px;
    height: 300px;
    left: 0px;
    right: 0px;
    z-index: 0;
    border-radius: 10px;
    transition-duration: .5s;
    opacity: 0;
    box-shadow: 0 20px 35px rgb(0 0 0 / 12%);
}


.team-home-content h5 span
{
    font-size: 14px;
    color: #21a7d0;     
    height: 88px;
    overflow: hidden;
    font-style:italic;
    margin-left:20px;  
}


.team-home-content h5 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    color: #261a3d;
    height: 30px;
    overflow: hidden;
    font-weight: 600;
}


.team-home-content h3 {
   /* height: 70px;*/
    height: 140px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: capitalize;
    color: #261a3d;
    line-height: 22px;
}


.team-home-social ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team-home-social .fa-twitter {
    color: #1da1f2;
}



.team-home-social .fa-facebook-f
{
	color:#3b5998;
}


.team-home-social .fa-linkedin-in
{
	color:#00a0dc;
}

.team-home-social .fa-instagram
{
	color:#e30000;
}
.team-home-social ul
{
	position: relative;
	overflow: hidden;	
    text-align:left;
	padding-left:0;
	margin-bottom:0;
	margin-top:7px;
}


.team-home-social ul li 
{
    display: inline-block;	
    width: 25px;
    height: 25px;    
    margin:0;
    background:none;
    padding:0;
    border:0;
}


.team-home-social ul li a {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height:25px;
    text-align: center;
    padding: 0px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius:0px;
}


.team-home-social ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.team-link i.fas.fa-arrow-right {
    margin-top: 10px;
}


.content {
    position: relative;
    margin: 30px auto auto auto;
    overflow: hidden;
}

.box-img2 {
    padding: 0px;
    height: 300px;
    overflow: hidden;
    color: #FFFFFF;
    border-radius: 20px;
    margin-top: 30px;
}

.box-img2 img{
    height: 300px;
    object-fit:cover;
}


.bg-margin
{
	/*margin-top:40px;*/
		margin-top:100px;

}

.text-no
{
	    height: 23px;
	color: #FFFFFF;
	font-size:20px;
	margin:45px 0;
}


.span-no
{
	float:left;
	margin-right:10px;
	font-size:32px;
	margin-top:-10px;
}

.icons-box
{
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
}
.icons-box img
{
	 margin: 30px auto 20px auto ;
}

.content .content-overlay {
    background: #044040;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.team-home ul li:hover .team-home-content {
    opacity: 1;
    top: 0px;
}

.team-home ul li:hover img {
    /* filter: none; */
    -webkit-filter: grayscale(0);
}


.content .content-overlay {
    background: #044040!important;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.Benefits h4 {
    font-weight: 800;
    font-size: 16px;
}


.Discover a {
    text-decoration: none;
}

.title2 p {
    text-align: justify;
}
.reviews-text-big {
    font-size: 200px;
    line-height: 75%;
    font-weight: 700;
    color: rgb(255 255 255 / 15%);
    text-align: center;
    margin-bottom: 10px;
}


.common ul strong {
    color: #a6a7a7 !important;
    font-size: 15px;
}

.item.carousel-img {
    margin-top: 122px;    
	background-size: 50% !important;
}

.carousel-caption.carousel-caption2 {
    margin-top:-118px;
}


.sections5 {
    display: block;
    margin-bottom: 50px;
    background-size: cover;
    padding-bottom: 89px;
}

.content5 {
    color: #000000;
    padding: 100px;
}

.padding5 {
    padding-right: 115px;
}

.content5 h2 {
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 15px;
}

.sections5 p {
    color: #ffffff;
}

a.btn5 {
    border-radius: 0px;
    color: #ffffff;
    background-color: #ffffff00;
    border: 2px #fff solid;
    margin-top: 12px;
    font-size: 23px;
	padding:8px 30px;
}	


.content5 h3 {
    color: #ffffff;
    font-weight: 900;
    font-size: 45px;
}

.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: #044040;
}

.prima5 {
    border-radius: 5px;
    background-color: #000000;
    color: #0fadad;
    padding: 5px 17px;
    font-size: 16px;
    border: 2px solid #0fadad;
    cursor: pointer;
    width: 37%;
    text-align: left;
	border-color: #044040;
}


.prima5:focus {
    border-color: #044040;
}

.prima5 option:hover {
    color: #0fadad !important;
    background-color: #dedddd !important;
}


.Discover
{
	overflow: hidden;
}

@media (max-width: 767px) {
.content5 {
    color: #000000;
    padding: 20px;
}

.padding5 {
    padding-right: 0;
}

a.btn5 {

    padding: 8px 30px;
}
}

.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-right:135px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight:normal;
  text-align:left;
}

.check-details
{
	display:block;
	font-size:12px;
	color:#999999;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius:100px;
  background-color: #fff;
  border:1px #333333 solid;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
  background-color: #fff;
  border:1px #333333 solid;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
  background-color: #fff;
  border:1px #333333 solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius:50px;
  background-color:#044040;
}


.white-bg:hover {
    background-color: #044040;
    color: #ffffff;
    font-weight: 900 !important;
}


.white-bg {
    /* display: flex
; */
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    padding: 9px 30px 2px 25px;
    color: #000000;
    border-radius: 5px;
    margin-bottom: 12px;
}

.text5{
	margin-top: 18px;
	
	
}


.display5{
	
	display:none;
	
}

.padding5{
	    padding: 0px 0;
	
}
@media (max-width: 767px) {
.open-form-btn
 {
    width: 100% !important;
}
}