
@import url('https://fonts.googleapis.com/css?family=Roboto');

:root{
  --FirstColor : #00549f;
  --FirstTrans: rgba(0, 84, 159,0.5);
	--SecondColor:#A4AEB7;
	--SecondTrans:#a4aeb763;
  

}

body{
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background:  url(../img/back.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover;
}

*{
  margin: 0;
	padding: 0;
}

i{
  margin-right: 10px;
}

a{
  color: white ;
}


/*****************\
  Header Start
\*****************/
.navbar{
  background-color: white;
  margin-top: 5px !important;
}

.navbar-logo{
  padding: 15px;
  color: var(--FirstColor);
  
}
.eng{
  font-size: 35px;
}
.navbar-mainbg{
  /* background-color: var(--FirstColor); */
  padding: 0px;
}

.navbar a h1{
  font-weight: bolder;
  color: var(--FirstColor);
}
.navbar button i{
  color:var(--FirstColor) !important;
}
.navbar .navbar-toggler i{
  color: var(--FirstColor);
}
#navbarSupportedContent{
  overflow: hidden;
  position: relative;
}
#navbarSupportedContent ul{
  padding: 0px;
  margin: 0px;
}
#navbarSupportedContent li {
  list-style-type: none;
  float: left;
  margin-bottom: 20px;
}
#navbarSupportedContent ul li a{
  color: var(--FirstColor);
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 18px 18px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68,-0.55,0.265,1.55);
  position: relative;
  border-radius: 15px;
}
#navbarSupportedContent ul li a i{
  margin-right: 10px;
  margin-left: 10px;
}
#navbarSupportedContent ul li a span{
  font-size: 15px;
}
#navbarSupportedContent > ul > li.active > a{
  color: white;
  background-color: var(--FirstColor);
  transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after{
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 44px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
}
#navbarSupportedContent .active > a:not(:only-child):after {
  transform: rotate(90deg);
}

.hori-selector {
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
  margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: white;
  bottom: 10px;
}
.hori-selector .right{
  right: -25px;
}
.hori-selector .left{
	left: -25px;
}
.hori-selector .right:before,
	.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--SecondColor);
  }
  .hori-selector .right:before{
    bottom: 0;
    right: -25px;
  }
  .hori-selector .left:before{
    bottom: 0;
    left: -25px;
  }
/*****************\
  Header End
\*****************/



/*****************\
  Cover Start
\*****************/

.jumbotron {
  background: linear-gradient(var(--FirstColor), var(--SecondTrans)), url(../img/vision2030.png), no-repeat center center;
  background-size:cover;
}
.jumbotron h2{
  font-weight: bold;
}
/* .overlay-top::before,
.overlay-bottom::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 85px;
  left: 0;
  z-index: 1;
}
.overlay-top::before{
  top: 0;
  background: url(../img/overlay-top.png) top center no-repeat;
  background-size: contain;
}

.overlay-bottom::after{
  bottom: 0;
  background: url(../img/overlay-bottom.png) bottom center no-repeat;
  background-size: contain;
} */



/*****************\
  Cover End
\*****************/



/*****************\
  Body Start
\*****************/
#CustomCarousel{
  top: 0;
  margin-top: -90px;
  /* padding-top: 100px !important; */
}



/*****************\
  Body End
\*****************/



/*****************\
  Footer Start
\*****************/
.footer{
  background:linear-gradient(var(--SecondTrans), var(--FirstColor)) !important; 
}
.footer a{
  text-decoration: none;
}

/*****************\
  Footer End
\*****************/


/*****************\
  Project Start
\*****************/


.slide-item{
  position: relative !important;
}

.slide-item img {
  position: relative;
  margin-top: 40px;
  transition: .5s;
  max-width: 100%;
  height: auto;
}
.slide-item:hover img {
  margin-top: 0px;
}

.slide-item .body-text
{
  position: absolute;
  width: 100%;
  height: calc(100% + 86px);
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(18, 15, 45, 0), #120f2d);
  transition: .5s;
  z-index: 1;
}
.slide-item .body-text h2{
  padding:100px 0;
}
.slide-item:hover .body-text{
  height: calc(100%+40px);
}

.border-top {
  border-top: 1px solid #dee2e6 !important;

}

.silde-details{
  display: flex !important;
  justify-content: space-between !important;
  padding: 10px;
  margin-bottom: 50px;
  
}
.silde-details h6{
  text-align: center !important;
  color: #fff !important;
}




/*****************\
  Project End
\*****************/





/*****************\
  Contact Start
\*****************/

.contact{
  /* background:linear-gradient(var(--SecondColor),var(--FirstTrans), var(--SecondTrans)); */
  margin-top: -100px;
}


.contact .col-lg-5 .bg-light,
.contact .col-lg-7 iframe {
  border-radius: 50px !important;
  height: 450px; border-radius: 50px !important;
  background-color: var(--SecondColor) !important;
}
.mt-n1 a{
  text-decoration: none;
}
.mt-n1 a:hover{
  color: white;
}

/*****************\
  Contact End
\*****************/


/*****************\
  Clients Start
\*****************/
.main-cont{
  padding: 0;
  margin: 0;
  top: -215px;
}

.news-row {
  margin: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  
}

.news-block{
  margin: auto;
  padding: 0;
  background-color: transparent;
  max-width: 1060px;
  min-width: 100px;
  border: 20px solid transparent;
  -o-border-image: linear-gradient(to bottom right,rgba(255, 255, 255, 0.75) 0%,rgba(245, 245, 245, 0.75) 0%,rgba(245, 245, 245, 0.75) 16.6%,rgb(245, 245, 245) 37.8%,rgb(245, 245, 245) 48.8%,rgb(254, 254, 254) 53.1%,rgba(245, 245, 245, 0.75) 79.4%,rgba(245, 245, 245, 0.75) 84.3%) !important;
   border-image: -webkit-gradient(linear,left top, right bottom,from(rgba(255, 255, 255, 0.75)),color-stop(0%, rgba(245, 245, 245, 0.75)),color-stop(16.6%, rgba(245, 245, 245, 0.75)),color-stop(37.8%, rgb(245, 245, 245)),color-stop(48.8%, rgb(245, 245, 245)),color-stop(53.1%, rgb(254, 254, 254)),color-stop(79.4%, rgba(245, 245, 245, 0.75)),color-stop(84.3%, rgba(245, 245, 245, 0.75))) !important;
   border-image: linear-gradient(to bottom right,rgba(255, 255, 255, 0.75) 0%,rgba(245, 245, 245, 0.75) 0%,rgba(245, 245, 245, 0.75) 16.6%,rgb(245, 245, 245) 37.8%,rgb(245, 245, 245) 48.8%,rgb(254, 254, 254) 53.1%,rgba(245, 245, 245, 0.75) 79.4%,rgba(245, 245, 245, 0.75) 84.3%) !important;
  border-image-slice: 1 !important;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-animation: blockAppear .6s ease-in-out;
      animation: blockAppear .6s ease-in-out;
  -webkit-animation-duration: 1s;
      animation-duration: 1s;

     
}

.underlay{
margin: 0;
padding: 0;
max-height: 350px;
max-width: 340px;

}

.card{
  margin: 0;
  width: 340px;
  max-height: 350px;
  max-width: 340px;
  background-color: transparent;
  border: 20px solid transparent !important;
  -o-border-image: linear-gradient(to bottom right,rgba(255, 255, 255, 0.75) 0%,rgba(245, 245, 245, 0.75) 0%,rgba(245, 245, 245, 0.75) 16.6%,rgba(245, 245, 245, 0.75) 79.4%,rgba(245, 245, 245, 0.75) 84.3%) !important;
   border-image: -webkit-gradient(linear,left top, right bottom,from(rgba(255, 255, 255, 0.75)),color-stop(0%, rgba(245, 245, 245, 0.75)),color-stop(16.6%, rgba(245, 245, 245, 0.75)),color-stop(79.4%, rgba(245, 245, 245, 0.75)),color-stop(84.3%, rgba(245, 245, 245, 0.75))) !important;
   border-image: linear-gradient(to bottom right,rgba(255, 255, 255, 0.75) 0%,rgba(245, 245, 245, 0.75) 0%,rgba(245, 245, 245, 0.75) 16.6%,rgba(245, 245, 245, 0.75) 79.4%,rgba(245, 245, 245, 0.75) 84.3%) !important;
  border-image-slice: 1 !important;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-animation: blockAppear .6s ease-in-out;
      animation: blockAppear .6s ease-in-out;
  -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
     
}

@-webkit-keyframes blockAppear {
0% {
  opacity: 0;
  -webkit-transform: translateY(20px) ;
      transform: translateY(20px) ;
}
ready.css:1
40% {
  opacity: 0;
  -webkit-transform: translateY(20px);
      transform: translateY(20px);
  -webkit-box-shadow: 0 10px 35px rgba(0,0,0,.15), 0 1px 0 rgba(0,0,0,.15);
      box-shadow: 0 10px 35px rgba(0,0,0,.15), 0 1px 0 rgba(0,0,0,.15);
}
ready.css:1
80% {
  opacity: 1;
  -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
}
ready.css:1
100% {
  opacity: 1;
  -webkit-transform: translateY(0);
      transform: translateY(0);
  -webkit-box-shadow: none;
      box-shadow: none;
}
}

@keyframes blockAppear {
0% {
  opacity: 0;
  -webkit-transform: translateY(20px) ;
      transform: translateY(20px) ;
}
ready.css:1
40% {
  opacity: 0;
  -webkit-transform: translateY(20px);
      transform: translateY(20px);
  -webkit-box-shadow: 0 10px 35px rgba(0,0,0,.15), 0 1px 0 rgba(0,0,0,.15);
      box-shadow: 0 10px 35px rgba(0,0,0,.15), 0 1px 0 rgba(0,0,0,.15);
}
ready.css:1
80% {
  opacity: 1;
  -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
}
ready.css:1
100% {
  opacity: 1;
  -webkit-transform: translateY(0);
      transform: translateY(0);
  -webkit-box-shadow: none;
      box-shadow: none;
}
}

.card:hover{
  z-index: 999;
  max-height: 800px;
  width: 400px;
  max-width: 400px;
  border: none !important;
  border-right: 60px solid transparent !important;
  border-bottom: 20px solid transparent !important;
  margin-right: -20px;

  -webkit-transform:  translate(-30px, -50px);
      transform:  translate(-30px, -50px);
}

.card:before{
-webkit-box-shadow: none;
    box-shadow: none;
display: block;
content: '';
position: absolute;
width: 100%;
max-width: 400px;
height: 100%;
-webkit-transition: -webkit-box-shadow 0.6s ease;
transition: -webkit-box-shadow 0.6s ease;
transition: box-shadow 0.6s ease;
transition: box-shadow 0.6s ease, -webkit-box-shadow 0.6s ease;
}

.card:hover:before
{
max-width: 300px;
-webkit-box-shadow: 60px 60px 20px RGBA(142, 142, 142, .6);
    box-shadow: 60px 60px 20px RGBA(142, 142, 142, .6);
}

.card:hover .card-img-top{
  height: 300px;
}

.card:hover .card-block {
width: 300px;
  background-image: -webkit-gradient(linear,right bottom, left top,from(rgb(72, 85, 108)),color-stop(50%, rgb(27, 33, 43)),color-stop(51%, rgb(20, 25, 34)),to(rgb(53, 59, 69)));
  background-image: linear-gradient(to top left,rgb(72, 85, 108) 0%,rgb(27, 33, 43) 50%,rgb(20, 25, 34) 51%,rgb(53, 59, 69) 100%);
}

.card:hover .card-title{
  color: white;
}

.card:hover .card-text{
  /*display: block !important;*/
  color: white;
}

.card-block{
  background-color: transparent;
  background-image: -webkit-gradient(linear,left top, right bottom,from(rgba(255, 255, 255, 0.75)),color-stop(0%, rgba(245, 245, 245, 0.75)),color-stop(16.6%, rgba(245, 245, 245, 0.75)),color-stop(37.8%, rgb(245, 245, 245)),color-stop(48.8%, rgb(245, 245, 245)),color-stop(53.1%, rgb(254, 254, 254)),color-stop(79.4%, rgba(245, 245, 245, 0.75)),color-stop(84.3%, rgba(245, 245, 245, 0.75)));
  background-image: linear-gradient(to bottom right,rgba(255, 255, 255, 0.75) 0%,rgba(245, 245, 245, 0.75) 0%,rgba(245, 245, 245, 0.75) 16.6%,rgb(245, 245, 245) 37.8%,rgb(245, 245, 245) 48.8%,rgb(254, 254, 254) 53.1%,rgba(245, 245, 245, 0.75) 79.4%,rgba(245, 245, 245, 0.75) 84.3%);
  background-repeat: no-repeat;
}

.card-text {
  display: none;
}

.card-img-top{
  width: 300px;
  height: 250px;
  background-color: #fff;
  -webkit-transition: height 0.8s ease;
  transition: height 0.8s ease;
}



/*****************\
  Clients End
\*****************/

/*****************\
  Certificates Start
\*****************/


@import "https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700";
  .fa-spin-fast {
	-webkit-animation: fa-spin-fast 0.2s infinite linear;
	animation: fa-spin-fast 0.2s infinite linear;
  }
  @-webkit-keyframes fa-spin-fast {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(359deg);
	  transform: rotate(359deg);
	}
  }
  @keyframes fa-spin-fast {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(359deg);
	  transform: rotate(359deg);
	}
  }
  .material-card {
	position: relative;
	height: 0;
	padding-bottom: calc(100% - 16px);
	margin-bottom: 6.6em;
  }
  .material-card h2 {
	position: absolute;
	top: calc(100% - 16px);
	left: 0;
	width: 100%;
	padding: 10px 16px;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0;
	z-index: 10;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
  }
  .material-card h2 span {
	display: block;
  }
  .material-card h2 strong {
	font-weight: 400;
	display: block;
	font-size: 0.8em;
  }
  .material-card h2:before,
  .material-card h2:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: -16px;
	width: 0;
	border: 8px solid;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
  }
  .material-card h2:after {
	top: auto;
	bottom: 0;
  }
  @media screen and (max-width: 767px) {
	.material-card.mc-active {
	  padding-bottom: 0;
	  height: auto;
	}
  }
  .material-card.mc-active h2 {
	top: 0;
	padding: 10px 16px 10px 90px;
  }
  .material-card.mc-active h2:before {
	top: 0;
  }
  .material-card.mc-active h2:after {
	bottom: -16px;
  }
  .material-card .mc-content {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 16px;
	left: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
  }
  .material-card .mc-btn-action {
	position: absolute;
	right: 16px;
	top: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid;
	width: 54px;
	height: 54px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	z-index: 20;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
  }
  .material-card.mc-active .mc-btn-action {
	top: 62px;
  }
  .material-card .mc-description {
	position: absolute;
	top: 100%;
	right: 30px;
	left: 30px;
	bottom: 54px;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-ms-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
  }
  .material-card .mc-footer {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
  }
  .material-card .mc-footer h4 {
	position: absolute;
	top: 200px;
	left: 30px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: all 1.4s;
	-moz-transition: all 1.4s;
	-ms-transition: all 1.4s;
	-o-transition: all 1.4s;
	transition: all 1.4s;
  }
  .material-card .mc-footer a {
	display: block;
	float: left;
	position: relative;
	width: 52px;
	height: 52px;
	margin-left: 5px;
	margin-bottom: 15px;
	font-size: 28px;
	color: #fff;
	line-height: 52px;
	text-decoration: none;
	top: 200px;
  }
  .material-card .mc-footer a:nth-child(1) {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
  }
  .material-card .mc-footer a:nth-child(2) {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
  }
  .material-card .mc-footer a:nth-child(3) {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
  }
  .material-card .mc-footer a:nth-child(4) {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
  }
  .material-card .mc-footer a:nth-child(5) {
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
  }
  .material-card .img-container {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
  }
  .material-card .img-container iframe{
	height: 700px !important;
  }
  .material-card.mc-active .img-container {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 0;
	top: 12px;
	width: 60px;
	height: 60px;
	z-index: 20;
  }
  .material-card.mc-active .mc-content {
	padding-top: 5.6em;
  }
  @media screen and (max-width: 767px) {
	.material-card.mc-active .mc-content {
	  position: relative;
	  margin-right: 16px;
	}
  }
  .material-card.mc-active .mc-description {
	top: 20px;
	padding-top: 5.6em;
	opacity: 1;
	filter: alpha(opacity=100);
  height: auto;
  }
  @media screen and (max-width: 767px) {
	.material-card.mc-active .mc-description {
	  position: relative;
	  top: auto;
	  right: auto;
	  left: auto;
   
	  padding: 50px 30px 70px 30px;
	  bottom: 0;
	}
  }
  .material-card.mc-active .mc-footer {
	overflow: visible;
	position: absolute;
	top: calc(100% - 16px);
	left: 16px;
	right: 0;
	height: 82px;
	padding-top: 15px;
	padding-left: 25px;
  }
  .material-card.mc-active .mc-footer a {
	top: 0;
  }
  .material-card.mc-active .mc-footer h4 {
	top: -32px;
  }
 
  .material-card.Blue-Grey h2 {
	background-color: #607D8B;
  }
  .material-card.Blue-Grey h2:after {
	border-top-color: #607D8B;
	border-right-color: #607D8B;
	border-bottom-color: transparent;
	border-left-color: transparent;
  }
  .material-card.Blue-Grey h2:before {
	border-top-color: transparent;
	border-right-color: #263238;
	border-bottom-color: #263238;
	border-left-color: transparent;
  }
  .material-card.Blue-Grey.mc-active h2:before {
	border-top-color: transparent;
	border-right-color: #607D8B;
	border-bottom-color: #607D8B;
	border-left-color: transparent;
  }
  .material-card.Blue-Grey.mc-active h2:after {
	border-top-color: #263238;
	border-right-color: #263238;
	border-bottom-color: transparent;
	border-left-color: transparent;
  }
  .material-card.Blue-Grey .mc-btn-action {
	background-color: #607D8B;
  }
  .material-card.Blue-Grey .mc-btn-action:hover {
	background-color: #263238;
  }
  .material-card.Blue-Grey .mc-footer h4 {
	color: #263238;
  }
  .material-card.Blue-Grey .mc-footer a {
	background-color: #263238;
  }
  .material-card.Blue-Grey.mc-active .mc-content {
	background-color: #ECEFF1;
  }
  .material-card.Blue-Grey.mc-active .mc-footer {
	background-color: #CFD8DC;
  }
  .material-card.Blue-Grey.mc-active .mc-btn-action {
	border-color: #ECEFF1;
  }
  .mc-description{
    font-size:18px !important;
    font-weight:bolder !important;
  }
 
/*****************\
  Certificates End
\*****************/


/*****************\
  About Start
\*****************/

.accordion .accordion-button{
  font-size:45px;
}
.jumbotron{
  background-size: cover;
  background-repeat: no-repeat;
}
/*****************\
  About End
\*****************/



/*****************\
  Media Start
\*****************/
@media (min-width:576px)
{
 
  .container, .container-sm{
        max-width: 540px;
      }

  .jumbotron{
    padding: 4rem 2rem;
  }
  
  
}
@media (min-width:768px)
{
  .container, .container-sm, .container-md{
        max-width: 720px;
    }
    
}
@media (min-width:992px)
{
  .navbar-expand-custom{
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start ;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav{
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-toggler{
    display: none;
  }
  .navbar-expand-custom .navbar-collapse{
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size:auto ;
    flex-basis:auto ;
  }
  .container, .container-sm, .container-md, .container-lg{
    max-width: 960px;
  }
 
  
}

@media (max-width:991){
  #navbarSupportedContent ul li a{
    padding: 12px 30px ;
    font-size: 20px;
  }
  .hori-selector{
    margin-top: 0;
    margin-left: 10px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hori-selector .left,
	.hori-selector .right{
    right: 10px;
  }
  .hori-selector .left{
    top: -25px;
    left: auto;
  }
  .hori-selector .right{
    bottom: -25px;
  }
  .hori-selector .left:before{
    left: -25px;
    top: -25px;
  }
  .hori-selector .right:before{
    bottom: -25px;
    left: -25px;
  }
}
@media (min-width:1200px)
{
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
 
}

  
@media (max-width: 1120px){
  .bar-cont{
    width: 100%;
  }
  .news-block{
   max-width: 720px;
  }
  .card:hover{
  margin-right: -20px;
  }
  .card:hover .card-block{
  width: 300px;
  }
}

@media (max-width: 800px){
  .news-block{
   min-width: 380px;
  }
  .card:hover{
  border-left: 20px solid transparent !important;
  margin-right: -40px;
  -webkit-transform:  translate(0, -50px);
      transform:  translate(0, -50px);
  }
  .card:hover:before{
  -webkit-box-shadow: 0px 60px 40px RGBA(142, 142, 142, .5);
      box-shadow: 0px 60px 40px RGBA(142, 142, 142, .5);
  }
  .card:hover .card-block{
  width: 300px;
  }
  .contact .col-lg-7 iframe {
    width: 100%;
   
  }
 
}

@media (max-width: 580px){
.news-block{
   max-width: 380px;
}
.accordion .accordion-button{
  font-size:30px;
}

.contact .col-lg-7 iframe {
  width: 100%;
 
}
.eng{
  font-size: 27px;
}

}
/*****************\
  End Start
\*****************/



