﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


html,
body {
    height: 100%;
    font-size:15px;
    font-family: 'Hawyia  Chamber';
    color:#767676;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}

.share-article
{
    position: relative;
    left:0;
}


.share-article ul
{
   padding-right:0px;    
   margin-top: 0px;
}


.share-article ul li
{
   width: 35px;
   height: 35px;
   display:inline-block;
}

.share-text
{
    width: 105px !important;
    top: -10px;
    position: relative;
}


.top
{
	padding:5px 0;
	background: rgb(99,99,99);
    background: linear-gradient(90deg, rgba(203,203,203,1) 0%, rgba(99,99,99,1) 100%);;
	color:#fff;
	font-size:14px;
	line-height:35px;
}

.top i
{
    font-size: 14px;
    margin-left: 5px;
    border: 1px #c7c7c7 solid;
    padding: 5px;
}


.top a
{
	color:#fff;
}



.top .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:right;
	margin-bottom:0px;

}


.top ul 
{
	padding-right:0px;
	text-align:left;
}



.top .socials li {
    display: inline-block;	
    width: 33px;
    height: 33px;
}


.top .socials li a {
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    transition: 0.3s;
}

.top .socials li a i{
 margin-right:0;
 font-size:17px;	
 margin-left: 0px;	    
 border: 0px #c7c7c7 solid;
		
}

.top .socials li a:hover {
	color: #c9c9c9;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}


#search-home {
padding-top:0px;
padding-bottom:0px;
}

#search-home .search-home {
    width: 100%;
    height:35px;
    position: relative;    
    border-radius: 10px;
    padding-right: 0px;    
    padding-left: 50px;
}


#search-home .search-home input {
    width: 100%;
    background-color:rgb(242 242 242 / 0%);
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 15px;    
    margin-top: 0;
    height: 35px;
}

#search-home .search-home input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
#search-home .search-home input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
#search-home .search-home input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
#search-home .search-home input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
#search-home .search-home button {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 50px;
    height: 35px;
    font-size: 22px;
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
}


.language
{
    font-family: 'Tajawal', sans-serif !important;
}
.header
{
    padding: 15px 0 27px;
    background-color:#141414;
}

.logo
{
	margin-top: 0px;
    width: 315px;
    position: absolute;
    right: 15px;
    top: 0;
    height: 90px;
}

.logo img
{
    height: 90px;
    object-fit: contain;
}

.main
{
	display: block;
}





.carousel {
    height: 36vw;
    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;
}

.caption-carousel {
    position: absolute;
    top: 85px;
    right:40px;
    margin:auto;
    z-index: 10;
    width: 610px;
    text-transform: capitalize;
    padding: 15px;
    color: #141414;
    text-align:right;
    background-color: #ffffff5e;
    border-radius: 5px;    
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:40px;
    font-weight:  700;
    color:#141414;    
    line-height: 50px;
}
.caption-carousel h3{
    font-size: 18px;
    font-weight: 400;
    color: #434343;
    line-height: 30px;
}


.carousel-indicators {
    position: absolute;
    bottom: 0px;
    padding-left: 0;
    z-index: 15;
    width: 100%;
    right: 0;
    padding-right: 45px;
    padding-left:45px;
    margin-right: 0%;
    text-align: left;
    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;;
}



.btn-header {
    display: inline-block;
    padding: 12px 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border-radius:3px;
    margin-top:0px;
    margin-bottom:20px;
}


.btn-header2 {
    display: inline-block;
    padding: 8px 25px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    background-image: none;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.btn-more{
    color: #fff;
    background-color: #141414;
    border:2px #141414 solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #141414;
    background-color: #FFFFFF;
    border:2px #141414 solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-gray{
    color: #fff;
    background: rgb(99,99,99);
    background: linear-gradient(90deg, rgba(99,99,99,1) 0%, rgba(203,203,203,1) 100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-gray:hover {
    color: #fff;
    background: rgb(99,99,99);
    background: linear-gradient(90deg, rgba(203,203,203,1) 0%, rgba(99,99,99,1) 100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #fff;
    background-color: #6e6e6e;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-white:hover {
    color: #fff;
    background-color: #141414;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-register{
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-register:hover {
    color: rgb(255 255 255 / 51%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cources
{
	padding:30px 0;
}

.text-cources
{
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;    
	color: #141414;
}

.text-cources a
{
	color: #6c6c6c;
}


.red
{
	background-color:rgb(229 33 0 / 81%);
}


.purple
{
	background-color:rgb(186 22 105 / 81%);
}

.blue
{
	background-color:rgb(0 55 161 / 81%);
}

.green
{
	background-color:rgb(0 148 100 / 81%);
}

.yellow
{
	background-color:rgb(246 184 0 / 81%);
}

.orange
{
	background-color:rgb(235 135 0 / 81%);
}

.red-inner
{
	background-color:rgb(229 33 0 / 1);
}


.purple-inner
{
	background-color:rgb(186 22 105 / 1);
}

.blue-inner
{
	background-color:rgb(0 55 161 / 1);
}

.green-inner
{
	background-color:rgb(0 148 100 / 1);
}

.yellow-inner
{
	background-color:rgb(246 184 0 / 1);
}

.orange-inner
{
	background-color:rgb(235 135 0 / 1);
}

.red-color
{
	color:rgb(229 33 0 / 1)!important;
}


.purple-color
{
	color:rgb(186 22 105 / 1)!important;
}

.blue-color
{
	color:rgb(0 55 161 / 1)!important;
}

.green-color
{
	color:rgb(0 148 100 / 1)!important;
}

.yellow-color
{
	color:rgb(246 184 0 / 1)!important;
}

.orange-color
{
	color:rgb(235 135 0 / 1) !important;
}

.gray-bg
{
	 background-color:#f7f7f7;
	 padding:50px 0;
}


.title
{
	border-bottom: 1px solid rgba(54,70,115,.08);
    padding-bottom: 20px;
    font-size:30px;
    text-transform:uppercase;
    font-weight:900;
    color:#141414;
    margin-bottom:30px;
}



.categories-box-layout {
    padding: 0px;
    padding-bottom:20px;
}

.request{
    margin-bottom: 30px;
    padding: 38px;
    background-color:#141414;
    display: block;
    position: relative;
    height:315px;
    z-index: 1;
    color:#FFFFFF;
    overflow: hidden;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.request .title {
    margin-bottom:25px;
    text-transform: uppercase;
    font-size: 24px;
    height: 45px;
    overflow: hidden;
    font-weight:900; 
    background:url('../images/line.png') no-repeat left bottom;   
    border-bottom: 0px solid #dddddd;
    color: #fff;
}

.categories-box-layout .categories-box {
    margin-bottom: 30px;
    padding: 0 38px 20px 38px;
    background-color:#FFFFFF;
    display: block;
    position: relative;
    height:315px;
    z-index: 1;
    overflow: hidden;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.categories-box-layout .categories-box:hover {
    background-color: #141414;
    border-color: #141414;
    text-decoration: none;
        -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.categories-box-layout .categories-box .icon {
    height: 60px;
    width: 60px;
    background: #141414;
    display:  inline-block;
    align-items: center;
    justify-content: center;
    color: #1c1b19;
    font-size:24px;
}
.categories-box-layout .categories-box .icon img {
    height: 60px;
    width: 60px;   
    margin: auto;
}

.categories-box-layout .categories-box .title {
    margin-bottom:25px;
    text-transform: uppercase;
    font-size: 24px;
    height: 70px;
    overflow: hidden;
    font-weight:900;    
    border-bottom: 1px solid #dddddd;
    color: #141414;
}

.categories-box-layout .categories-box:hover .title{
    color: #fff;
}

.categories-box-layout .categories-box p {
    color: #6c6c6c;
}
.categories-box-layout .categories-box:hover p{
    color: #fff;
}

.categories-box-layout .categories-box .overlay-icon{
    visibility: hidden;
    opacity: 0;
    color: #fff;
    font-size: 100px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    display: flex;
    transition: .3s;
}
.categories-box-layout .categories-box .overlay-icon img{
    filter: brightness(0) invert(1);
}



.categories-box-layout .categories-box:hover .overlay-icon{
    visibility: visible;
    bottom: 5px;
    right: 5px;
    opacity: 0.2;
}

.more2
{
	color:#999999;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	margin-top: 20px;
}


.more2 i
{
	font-size:14px;
	margin-right:5px

}





.news
{
	background-color:#d9d9d9;
	padding:40px 0;
	overflow:hidden;
}

.news ul
{
	 text-align:center;
	 padding-right: 0;
}


.news ul a:hover
{
	 text-decoration:none;
}

.news ul li
{
    width: 357px;
    display: inline-block;
    margin: 0 10px;
	  text-align:left;
	 -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     position:relative;

}
.news ul li img
{
    width: 100%;;
    height: 265px;    
    object-fit: cover;
}	 

 
.news ul li .headline
{
    font-size: 18px;
    color:#141414;
    padding: 20px 15px;
    font-weight: bold;
    height: 90px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;    
    width: 357px;
}

.news-date {
    width: 90px;
    height: 90px;
    background-color: #272727;
    float:left;
    right: 20px;
    top: 20px;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
    color: #fff;
    padding-top: 12px;
}

.news-date span {
    font-size:30px;
    display:block;
    font-weight:800;
}


.bg-img
{
	background:url('../images/bg.png') no-repeat center center;
	padding:150px 0;
	text-align:center;
	font-size: 30px;
	font-weight:900;
	color:#FFFFFF;
	text-transform:uppercase;
}


.testimonials
{
	padding:50px 0;
}
.testimonials .icon
{
	 margin-left:15px;
}
.testimonials .view
{
	 margin-top:15px;
	 border-top:1px solid rgba(54,70,115,.08);
	 text-align:center;
	 text-transform:uppercase;
	 font-size:16px;
	 font-weight:900;
	 color:#808080;
	 padding-top:30px;
}

.testimonials .view a
{
	 color:#999999;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.logos
{
	padding:50px 0;
	overflow:hidden;
}
.footer
{
	background-color:#191919;
	font-size:14px;
	padding:30px 0 30px 0;
	color:#fff;
}

.footer ul
{
   padding-right:0px;
}
.footer ul li
{
   margin:10px 0;    
   color: #fff;
   display:block;
}
.footer ul li a
{
	color:#fff;
}

.amy-social-list ul
{
	padding-left:0;
	font-size: 15px;
}
.amy-social-list ul li
{
	 display:block;
}
.amy-social-list ul li i
{
   color: #3a3a3a;
   margin-right:10px;    
   width: 20px;
    text-align: center;
}


.footer-title
{
	 color:#fff;
	 font-size:18px;
	 text-transform:  uppercase;
	 font-weight:900;
	 margin:20px 0;
}

.footer-text
{
	height: 65px;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:18px;
}
 
.vcard i
{
	margin-left:10px;	 
	color:#fff;
}



.footer-margin {
    margin-top: 10px;
}




.footer .socials {
	position: relative;
	margin-top:0px;
	text-align:right;
	margin-bottom:0px;
	margin-right:0px;
	display:block;

}


.footer .socials ul 
{
	padding-right:0px;
	text-align:right;
	margin-bottom:0;
	margin-top:20px;
}

.footer .socials ul li 
{
    display: inline-block;	
    width: 40px;
    height: 40px;
    margin:0 3px 0px 0;
}


.footer .socials ul li a 
{
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height:40px;
	border-radius: 50px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	background-color:#8a8a8a;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.footer .socials ul li a:hover 
{
	color: #8a8a8a;	 
	background-color:#fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.copyright
{
    background-color: #fff;
    padding:15px 0;
    color: #58585a;
    font-size: 15px;
    line-height: 62px;
}


.copyright a
{
    color:#58585a;
}




.copyright img
{
     margin-left:15px;
}





.inner-bg {
    height: 250px;
}




.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:35px 0 10px 0;    
    text-align:right;
    border-bottom:1px #CCCCCC dotted;
}


.caption-inner h3 {
    margin-bottom: 10px;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 0;
    color: #231f20;
    font-weight:900;
}

.breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align:right;
}


.breadcrumb>li {
    display: inline-block;
    font-size:14px;
    color:#d1d1d1;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#d1d1d1;
}


.breadcrumb>.active {
    color: #191919;
    font-weight: 400;
}





.content-inner {
    padding: 30px 0;
    margin-bottom:0;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}





.menu-left
{    
margin-top:0px;
z-index: 9999;    
width: 100%;
overflow:hidden;
text-align:right;

}


.menu-left ul
{
    padding-right:0;
    margin:0;
    font-size:16px;
}
.menu-left ul a:hover
{
    text-decoration:none;
    
}

.menu-left ul li
{
    padding: 15px 25px;
    display: block;
    border-bottom: 1px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    color: #fff;
    transition: 0.3s;
}
 
.menu-left ul li i
{
     font-size:14px;
     margin-left:10px;
}

.menu-left ul a:hover li
{
   background-color:rgb(255 255 255 / 32%);
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.title-cources
{
    margin-bottom: 10px;
    font-size: 30px;
    text-transform: capitalize;
    margin-top: 0;
    color: #231f20;
    font-weight: 900;
}
.margin-bottom
{
	margin-bottom:30px;
}
.margin-top
{
	margin-top:20px;
}

.margin-right
{
	margin-left:20px;
}


.collapsible-all
{
	
}
.collapsible-all .collapsible {
  color: white;
  cursor: pointer;
  padding: 14px 18px ;
  width: 100%;
  border: none;
  outline: none;
  text-align:right;
  font-size: 18px;
  margin-bottom:5px;
}

.collapsible-all .active, .collapsible-all .collapsible:hover {
  background-color: #191919;
}

.collapsible-all .collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: left;
  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;
}



.small-font
{
	font-size:14px;
	display:block;    
	color: white;    
	margin-top: 10px;
}

.small-font span
{
	 padding:5px 10px;
}


.title-cources2 {
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 20px;
    color: #231f20;
    font-weight: 900;
}

.title-cources3 {
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 0px;
    font-weight: 900;
}

.title-cources3 span {
    font-size: 14px;
    display:block;
    margin-top:0px;
}
.product-price 
{
}


.new-price
{
	font-size:30px;
	font-weight:900;
}

.old-price
{
	color:#949494;
	text-decoration:line-through;
	font-size:16px;
}

.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;
    right: 0;
    height: 1px;
    width: 40px;
    background: #8a8a8a;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #8a8a8a;
    margin-left: 10px;
    font-size:18px;
}


.btn-contact{
    color: #fff;
    background-color: #231f20;
    border-color: #231f20;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-contact:hover {
    color: #231f20;
    background-color:#fff;
    border-color:#231f20;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;

}

.btn-news{
    color: #fff;
    background-color: #231f20;
    border-color: #231f20;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-news:hover {
    color: #231f20;
    background-color:#fff;
    border-color:#231f20;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}


.container2{
    padding:200px 20px 200px 20px;
    text-align:center;
    color:#FFF;
    font-weight:bold;
}


.section-1{
    background-image:url('../images/img-fixed.png');
    background-position:center;
    position:fixed;
    z-index:999;
}




.gray-box
{
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #231f20;
    margin: 0px 20px 10px 0px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: left;
    border-radius: 0px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 10px 0 0;
    float: left;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #03daa9;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 



.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: #231f20;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}








.btn-career2 
{
    background-color: #459844;
    border: 1px #ffffff solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-career2:hover 
{
    background-color: #ffffff ;
    border: 1px #ffffff solid;
    color: #459844;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    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;
}

.big-text
{
	font-size:18px;
}

.cv-box
{    
    background-color:#2ea053;
    padding: 20px;
}


.cv-box-title {
    text-align: center;
    color: rgba(255, 255, 255,1);
    font-size: 25px;
    margin-bottom: 20px;
}




.title-product
{
	color: #d43f39;
    font-size: 30px;
    margin-bottom: 20px;
}









.products-all
{
 display:inline-block;
 width: 355px;

}


.products-box
{
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    width: 355px;
    text-align: center;    
    padding: 0 10px;
}




.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-left:10px;
}





.title-news {
    font-size: 20px;
    color:#231f20;
    margin-bottom:10px;
    margin-top:10px;
}


.text-news
{
	margin-bottom:20px;
}



/* helpers/grid.css */

.grid2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
    /* max-width: 24rem; */
    width: 100%;}

/* helpers/hidden.css */

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* helpers/icon.css */

input {
  background-image: none;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

input[type='submit'] {
  cursor: pointer;
}

.form {
}

.form input[type='password'],
.form input[type='text'],
.form input[type='submit'] {
  width: 100%;
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0;
}

.form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* modules/login.css */

.login {
  color: #eee;
}

.login label,
.login input[type='text'],
.login input[type='password'],
.login input[type='submit'] {
  border-radius: 0.25rem;
  padding: 16px;
  padding: 1rem;
  height:60px;
}

.login label {
  background-color: #8a8a8a;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.login input[type='password'],
.login input[type='text'] {
  background-color: #231f20;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.login input[type='password']:focus,
.login input[type='password']:hover,
.login input[type='text']:focus,
.login input[type='text']:hover {
  background-color: #231f20;
}

.login input[type='submit'] {
  background-color: #8a8a8a;
  color: #eee;
  font-weight: 700;
  text-transform: uppercase;
}

.login input[type='submit']:focus,
.login input[type='submit']:hover {
  background-color: #8a8a8a;
}

/* modules/text.css */


.brands
{
	margin-top:10px;
}

.brands ul
{
	padding-right:0;
	text-align:center;
}



.brands ul li
{
	
	width:261px;
	height:235px;
	background-color:#f6f6f6;
	display:inline-block;
	padding:0px;
	margin:10px;
}


.brands ul li img
{
    width: 241px;
    height: 115px;
    object-fit: contain;
    background-color: #fff;
    margin: 10px;    
    padding: 10px;
    display: inline-block;
}


.brands ul li .name
{
	text-align:center;
	background-color:#f6f6f6;
	display: table-cell;
    height: 85px;
    vertical-align: middle;  
    padding: 10px; 
	width:295px;
	font-size:18px;
	overflow:hidden;
	color: #231f20;
	border-top:1px #d4d4d4 solid;
}


.brands ul li .name span
{
	display: block;
	font-size:14px;
}



.container-radio {
  display: inline-block;
  position: relative;
  padding-right:25px;
  margin-bottom: 12px;
  cursor: pointer;    
  margin-left: 15px;
  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;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #c5c5c5;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #c5c5c5;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #000000;
}

/* 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: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
	background: white;
}

.title-gallery {
    font-size: 30px;
    color: #231f20;
    margin: 30px 0;
    text-align: center;
    font-weight:700;
}



.technology
{
	color:#FFFFFF;
	margin-top: 30px;
	position:relative;
}




#top-image {
position: relative;
background:#fff url('../images/tech.jpg') repeat fixed;
top:0;
width:100%;
z-index:0;
height:100%;
background-size:cover;		    
/*animation: 90s scroll infinite linear;*/
opacity:1;
}

.margin-title
{
	padding-top:35px;
}


.bg-cover
{
	background-color:#000;
	position:absolute;
	left:0;
	right:0;
	width: 100%;
    height: 100%;
    opacity: 0.6;
}


		@-webkit-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@-moz-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@-o-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@-ms-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}
		
.title-technology
{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-top: 15px;
    height: 70px;
    overflow: hidden;
}


.technology-bg-black
{
	 /*background-color:rgb(0 0 0 / 83%);*/
	 padding-bottom:20px;
	 padding-top:40px
}
.group {
    margin-bottom: 30px;
}
.group img{
    float: right;
    margin-left: 20px;
    width: 155px;
    padding: 5px;
    height: 155px;
    object-fit: contain;
    background-color: white;
    border-radius: 3px;
}

.group h4 {
    font-size: 22px;    
    height: 48px;
    overflow: hidden;
}
.group h4 a {
    color: rgba(255, 255, 255, 1);
}

.group p {
    font-size: 14px;
    margin: 10px 0;
    height: 40px;
    overflow: hidden;
}


.partners
{
	padding:50px 0;
	overflow:hidden;
	background-color:#141414;
}

.title-white {
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
}

.training-p
{
	height: 90px;
    overflow: hidden;
    margin-bottom: 10px;
}


.training-img
{
	height: 150px;
    background-size: contain;
}

.technology-bg-black
{
	 /*background-color:rgb(0 0 0 / 83%);*/
	 padding-bottom:20px;
	 padding-top:10px
}
.technology-bg-black a
{
	 text-decoration:none;
	 -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tech-cources-bg
{
	background-color:#f8f8f8;
	margin-top:40px;
	padding-bottom:20px;
}



.tech-cources  
{
    width: 262px;
    display: inline-block;
    background-color: #FFFFFF;
    border: 1px #CCCCCC solid;
    margin: 50px 10px 30px 10px;
    padding: 15px 10px;
    text-align:center;    
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.technology-bg-black a:hover .tech-cources
{
	 background-color:#333333;
	 -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.tech-cources  img{
    margin: auto;
    width: 120px;
    padding: 5px;
    margin-top: -60px;
    height: 120px;
    object-fit: contain;
    background-color: white;
    border-radius: 3px;
    border:3px #4f4f4f solid;
}

.tech-cources  h4 {
    font-size: 22px;    
    height: 48px;
    overflow: hidden;
    color:#333333;
}



.technology-bg-black a:hover .tech-cources h4
{
	 color:#fff;
}

.tech-cources p {
    font-size: 14px;
    margin: 10px 0;    
    color:#333333;
    height: 40px;
    overflow: hidden;
}

.technology-bg-black a:hover .tech-cources p
{
	 color:#fff;
}
