/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,600;0,800;1,300;1,500&display=swap');

body {
	background: #fff;
	box-sizing: border-box;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	letter-spacing: -0.015em;
	text-align: left;
}
section{
}
h2{
  font-weight: 400;
  letter-spacing: 5px;
	margin: 0px ;
	font-size: 4.2rem !important;
	margin-bottom: 1em;
}
h3{
  font-weight: 400;
  font-size: 2.5rem
}
p{
  color: #505050;
}

.gray{
  color: #818181;
}
.color-w{
	color: white;
}

body:not(.overlay-header) .primary-menu > li > a{
	color: black !important;
}
.header-toggles{
	display: none !important;
}
.site-description{
	display: none !important;
}

/*
-------------------------- header
*/

.site-logo{
	width:100px
}

.mobile-search-toggle{
	display: none !important
}

@media (min-width: 1220px){
		.primary-menu > li {
		    margin: 0.8rem 0 0 2.5rem;
		    flex-grow: 4;
				text-transform: uppercase;
    		font-size: 0.8em;
		}
		.primary-menu{
			display: flex;
		}
		.header-navigation-wrapper {
    width: 86%;
	}
}

.modal-menu a{
	color: black !important;
}
.toggle-text,
.close-nav-toggle .toggle-text{
	display: none !important;
}
.primary-menu ul{
	width: 100% !important;
}
.primary-menu ul a {
    color: black !important;
    font-size: 14px !important;
}
body:not(.overlay-header) .primary-menu ul {
    background-color: #ffffff !important;
    border: 1px solid #eee !important;
}
.primary-menu ul::before, body:not(.overlay-header) .primary-menu > li > ul:after {
 display: none !important;
}
body:not(.overlay-header) .primary-menu > li > .icon{
	color: #000 !important;
}

/*
-------------------------- padding e margins
*/
.padding-t{
  padding-top: 90px;
}
.padding-b{
  padding-bottom: 90px;
}
.padding-t-b{
  padding: 140px 0px;
}
/*
-------------------------- images
*/

.img-fluid{
  width: 100%;
}

.img-fit-cover {
    object-fit: cover;
}
.img-fit {
    height: 100%;
    width: 100%;
}

/*
-------------------------- Home
*/
/*
------------ partner
*/
.box-partner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    background: #ffffff6b;
    padding: 15px 0px;
    width: 75%;
}
/*
------------ department
*/
.depa-container{
  margin: 0px;
}
.depa-container .col-md-6{
  padding: 0px;
}
.box-depa {
	width: 100% !important;
}

.tit-depa{
  margin: 0;
  padding: 15px 0px;
  font-weight: 800;
  font-size: 4.5rem;
  color: white;
	width: 100%;
}
.box-depa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.list-box-depa{
  list-style: none;
  color: white;
  margin: 0px;
  text-transform: uppercase;
  font-size: 1.3em;
  max-height: 0px;
  opacity: 0;
}
.depa-box:hover .list-box-depa{
  height: auto;
  opacity: 1;
  max-height: 600px;
  -webkit-transition: max-height 1.5s ease-in-out, opacity 0.5s ease-in-out;
  -ms-transition: max-height 1.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: max-height 1.5s ease-in-out, opacity 0.5s ease-in-out;
}


.main-tit-depa{
  position: absolute;
  color: white;
  top: 50%;
  font-weight: 800;
  font-size: 4.5rem;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0px;
  padding: 10px 25px;
  border: 2px solid #fff;
  z-index: 9;
}



.but-depa{
	border: 1px solid;
width: 100%;
text-align: center;
font-size: 19px;
padding: 1em 0px;
}

/*
------------ business
*/


.block-titol{
  background: black;
  border: 1px solid #fff;
}

.block-titol h3{
  margin: 0px auto;
  color: white;
  font-weight: 500;
  font-size: 1.8em;
  padding: 15px 0px;
  width: 100%;
  text-align: center;
  border-right: 1px solid;
}


/*
------------------------ pade deprtment
*/
#slide-department-pages{
	height: 85vh;
}

.img-d-1{
	margin-top: 100px;
}
.img-d-3{
	margin-left: 50px;
	margin-top: 250px;
	width: 50%;
}
.img-d-4{
	margin-top: 150px;
}
@media screen and (max-width: 767px) {
	.img-d-1{
		margin-top: 0px;
	}
	.img-d-3{
		margin-left: 0px;
		margin-top: 0px;
		width: 100%;
	}
	.img-d-4{
		margin-top:0px;
	}

	#images-departments-page img{
		margin-top: 50px;
	}
	#images-departments-page .row{
		margin: 0px !important;
	}
}




.carousel-control-prev,
.carousel-control-next{
	height: 40px;
	width: 40px;
	background: black;
	top:50%;
}




/*
------------------------ Footer
*/
.footer-top-visible .footer-nav-widgets-wrapper{
	margin-top: 0px !important;
}
.footer-menu-wrapper{
	width: 100%;
}
.footer-menu{
	display: flex;
}
.footer-menu a{
	color: black !important;
	font-weight: 400;
}
.footer-copyright{
	font-weight: 400;
}

.footer-menu li {
    margin: 0 !important;
    text-transform: uppercase;
    font-size: 0.6em;
		flex-grow: 4;
		text-align: center;
}

.powered-by-wordpress{
	display: none !important;
}
.footer-top {
    padding: 1.7rem 0;
}
#site-footer {
    font-size: 1.5rem;
    padding: 1.3rem 0;
}
.gform_wrapper label.gfield_label{
	font-weight: 400 !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
	background: black;
}
b{
	font-weight: 600;
}
@media screen and (min-width: 991px) {
		.spacial-row{
		  margin-right: -50px;
		  margin-left: -50px;
		}
		.spacial-row .col-md-4{
		  padding:0px 50px;
		}
}



@media screen and (max-width: 1300px) {
  #f-department img{
    height: 60vh;
  }
}

@media screen and (max-width: 991px) {
  .list-box-depa{
    max-height: 600px;
    opacity: 1;
  }
	.footer-menu{
		display: block;
	}
	.footer-menu li {
    font-size: 1.2em;
    padding: 8px 0px;
}

@media screen and (max-width: 860px) {
  .main-tit-depa{
    position: relative;
    color: black;
    font-weight: 800;
    font-size: 4.5rem;
    margin: 30px 0px;
    padding: 10px 25px;
    border: 2px solid #000;
		transform: translate(0, 0) !important;
		left: unset;
		top: unset;
		display: none ;
  }
  .d-flex{
    display: block !important;
  }
	#f-department img{
    height: 65vh;
  }
}
