@font-face {
    font-family: LatoB;
    src: url("../fonts/Lato-Bold.ttf");
}
@font-face {
    font-family: MyriadProR;
    src: url("../fonts/MyriadPro-Regular.otf");
}
@font-face {
    font-family: LatoR;
    src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
    font-family: MyriadProB;
    src: url("../fonts/MyriadPro-Bold.otf");
}
@font-face {
    font-family: RobotoR;
    src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: RobotoB;
    src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
    font-family: RalewayB;
    src: url("../fonts/Raleway-bold.ttf");
}
@font-face {
    font-family: RalewayM;
    src: url("../fonts/Raleway-M.ttf");
}
/* @font-face {
    font-family: ;
    src: url("../fonts/.ttf");
}
@font-face {
    font-family: ;
    src: url("../fonts/.ttf");
}
@font-face {
    font-family: ;
    src: url("../fonts/.ttf");
} */
body {
  background: #fff;
  margin: 0;
  padding: 0;/* 
  color: #fff; */
 }
 ul{
 	padding: 0;
 	list-style: none;
}
header{
	height: 115px;
	background: -webkit-linear-gradient( -90deg, rgb(16,83,135) 15%, rgba(16,83,135) 61%, rgba(16,83,135) 100%);
	background: rgb(16,83,135); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(-90deg, rgb(16,83,135), rgba(16,83,135)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(-90deg, rgb(16,83,135), rgba(16,83,135)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(-90deg, rgb(16,83,135), rgba(16,83,135)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(-90deg, rgb(16,83,135), rgba(16,83,135)); /* Standard syntax (must be last) */
	color: #fff;
	padding: 25px 0;
}
header div.menu{
	height: auto;
	padding: 0;
}
header div.menu ul{
	padding-top: 20px;
}
div.inner header{
	background: transparent;
}
div.menu-fixed.affix{
	background: rgb(16,83,135); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient( -90deg, rgb(16,83,135) 15%, rgba(16,83,135) 61%, rgba(16,83,135) 100%);
	width: 100%;
	z-index: 999;
	height: 80px;
	padding: 0;
	top: 0;
}
div.menu-fixed.affix div.menu ul, ul.info{
	padding-top: 0;
}
div.menu-fixed.affix div.menu ul.info{
	margin-top: -2px;
}
div.main{	
	background-image: url(../img/bg-main.jpg);
	width: 100%;
	z-index: 62;
}
div.main section.bg-main{
	background-image: -moz-linear-gradient( -90deg, rgb(16,83,135) 15%, rgba(16,83,135,0.46) 61%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(16,83,135) 15%, rgba(16,83,135,0.46) 61%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(16,83,135) 15%, rgba(16,83,135,0.46) 61%, rgba(255,255,255,0) 100%);
	background-size: cover;
	width: 100%;
	height: 700px;
	padding: 60px 0;
}
div.head-info{
	color: #fff;
	position: absolute;
	margin: 200px 0 0 0;
}
div.col-sm-12.col-xs-12.slider-box{
	width: 53%;
	float: left;
}
div.main-slider{
	background-image: url(../img/bg-main-info.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}
div.main-slider div.item{	
	min-height: 500px;
}
div.main-slider div.caption{
	position: relative;
	padding: 50px 30px 0 30px;
	color: #fff;
}
div.main-slider div.caption h2{
	/* margin: 45px 0px 20px -50px; */
	width: 84%;
	font-size: 36px;
	font-family: LatoB, sans-serif;
}
div.main-slider div.caption h2 b{
	font-size: 46px;
}
div.main-slider div.caption p{
	margin: 45px 0 0px;
	font-size: 23px;
}
div.sl-control{
	width: 100%;
	margin-top: -30px;
}
button.sl-btn{
	background-color: transparent;
	border: none;
}
button.sl-btn.left{
	float: left;
}
button.sl-btn.right{
	float: right;
}
.slick-dots{
	top: 100%;
	margin-left: 51%;
	z-index: 300;
}
.slick-dots li{
	width: 40px;
	height: 40px;
}
.slick-dots li button:before{
	color: #fff;
	opacity: 1;
	font-size: 20px;
}
.slick-dots li.slick-active button:before{
	color: #00B93A;
	font-size: 20px;
}
section.bg-main section.con-form{
	background-color: #fff;
	background-image: url(../img/bg-form.jpg);
	background-repeat: no-repeat;
	background-position-x: 414px;
	height: 495px;
	margin-left: 40px;
	padding: 35px 40px;
}
section.bg-main section.con-form:after{
	background-color: #fff;;
	height: 60px;
}
section.bg-main section.con-form h2{
	margin: 15px 0px 30px;
	font-family: LatoB, sans-serif;
}
section.bg-main section.con-form p{
	color: #555555;
	font-family: LatoB, sans-serif;
}
section.bg-main section.con-form input.form-control{
	border-radius: 8px;
	margin-bottom: 15px;
	height: 40px;
}
section.bg-main section.con-form input.check{
	border-radius: 0px;
	margin-right: 10px;
}
section.con-form input.btn-send{
  border-width: 1px;
  border-color: rgb(196, 196, 196);
  border-style: solid;
	border-radius: 8px;
  background-color: #52ac62;
  width: 276px;
  height: 43px;
  color: #fff;
  font-size: 18px;
}
div.about div.video{
	position: relative;
	height: 330px;
}
div.bg-vid{
	float: right;
}
div.bg-vid img{
	margin: 105px 0 0 -65px;
	height: 120px;
}
div.about div.video video{
	width: 95%;
	height:340px;
	margin: 60px 0 0 -25px;
	box-shadow: 0px 17px 20.52px 6.48px rgba(0, 0, 0, 0.12);
	/*background-image: url("../img/video.jpg");*/
	background-color: black;
	-webkit-background-size: 100%;
	background-size: 100%;
}
div.about div.about-txt{
  font-size: 17px;
}
div.about div.about-txt h1{
	font-weight: 700;
	font-size: 44px;
	margin: 55px 0 30px 0;
	font-family: LatoB, sans-serif;
}
div.about div.about-txt p{  
	font-family: LatoR, sans-serif;
  	width: 90%;
}
div.about div.icons{
	margin: 50px 0;
}
div.about div.icons div{
	text-align: center;
}
div.about div.icons div.img{
	width: 100%;
	margin-bottom: 25px;
}
div.about div.icons div.img img{
	height: 70px;
}
div.about div.icons span{
  font-size: 50px;
  font-family: MyriadProB, sans-serif;
  color: #000;
  font-weight: bold;
  line-height: 0.417;
  width: 100%;
}
div.about div.icons p{
	margin-top: 15px;
	font-family: RobotoR, sans-serif;
    color: #000;
    font-weight: bold;
    line-height: 0.417;
}
div.about{
	background-image: url(../img/bg-main-about.jpg);
	-webkit-background-size: 95%;
	background-size: 95%;
	-ms-background-position-y: -85px;
	background-position-y: -85px;	
}
div.preimushestvo{
	background-image: url(../img/bg-preim.jpg);
}
div.preimushestvo section.block{
	padding: 10px 0 50px 0;
}
div.preimushestvo section.block h1{
	color: #fff;
	text-transform: uppercase;
	margin: 50px 0;
	font-family: RobotoB, sans-serif;
	font-size: 42px;
}
div.preimushestvo section.block div{
	text-align: center;
}
div.preimushestvo section.block div.blocks{
	background-color: #fff;
	width: 25%;
	min-height: 320px;
	margin: 25px 45px;
	padding: 35px 35px;
}
div.preimushestvo section.block div.blocks img{
	margin: 0px 0 45px 0;
	height: 150px;
}
div.preimushestvo section.block div.blocks img.second-img{
	margin: 0px 0 55px 0;
}
div.preimushestvo section.block div.blocks div.txt{
	color: #464646;
	font-size: 24px;
	font-weight: 800;
	font-family: RobotoB, sans-serif;
	height: 100px;
	line-height: 34px;
}
div.klienti{
	height: 490px;
}
div.klienti h1 {
  font-size: 48px;
  font-family: RobotoB, sans-serif;
  color: rgb(15, 15, 15);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 85px 0;
}
div.klienti div.kl-slider div.item{
	text-align: center;
}
div.klienti div.kl-slider div.item img{
	height: 100%;
	width: 95%;
	object-fit: contain;
}
div.kl-slider{
	height: 210px;
}
.bx-kl-box{
	width: 100%;
	background-color: #fff;
	position: relative;
	height: 200px;
}
.bx-kl-box .img{
	width: 50%;
	height: 110px;
	left: 0;
	right: 0;
	margin: auto;
}
.bx-kl-box .text{
	font-size: 18px;
	margin-top: 10px;
	height: 90px;
	font-weight: bold;
}
div.kl-control{
	width: 110%;
    margin: -125px 0 0 -70px;
}
div.predlojeniye{
	background-image: url("../img/bg-pred.jpg");
	background-position-x: -80px;
	height: 470px;
}
div.predlojeniye div.txt{
	padding: 50px 30px;
	color: #fff;
}
div.predlojeniye div.txt h1{
	margin: 40px 0;
	font-weight: 700;
  line-height: 1.333;
  font-family: LatoR, sans-serif;
}
div.predlojeniye div.txt p {
  font-size: 18px;
  font-family: RalewayR, sans-serif;
  line-height: 1.667;
  text-align: left;
  width: 60%;
  margin-bottom: 40px;
}
div.predlojeniye div.pr-form{
	margin-left: 50%;
	width: 50%;
	background-color: rgb(16, 84, 135, 0.78);
  	height: 100%;
  	position: relative;
}
div.predlojeniye div.pr-form section.con-form{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 15px 40px;
    top: 0px;
    opacity: 0;
    z-index: 100;
    transition: all 0.5s;
}
button.bclose{
	margin-top: 5px; 
	right: 10px;
	top: 15px;
	opacity: 0.5;
}
button.bclose span{
	color: #000;
}
button.bclose span:focus{
	outline: none;
}
div.predlojeniye div.pr-form section.con-form h2{
	margin: 25px 0;
}
div.predlojeniye div.pr-form section.con-form p{
	font-size: 15px;
}
div.predlojeniye div.pr-form section.con-form input{
	margin-bottom: 15px;
}
div.predlojeniye div.pr-form section.con-form input.form-control{
	margin-bottom: 15px;
	font-size: 18px;
	height: 40px;
}
div.predlojeniye div.pr-form .container{
	width: 100%;
}	
div.predlojeniye div.pr-form button{
	font-family: RalewayR, sans-serif;
	position: absolute;
	z-index: 300;
}
footer{
	background-repeat: no-repeat;
	background-position-y: -480px;
	background-image: url("../img/bg-footer.jpg");
	width: 100%;	
	height: 155px;
	color: #000;
}
footer ul{
	float: left;
	font-size: 18px;
	font-family: LatoB, sans-serif;
	font-weight: bold;
	line-height: 1.667;
	margin-left: 20px;
}
footer ul li a{
	color: rgb(23, 23, 23);
}
footer ul.margin{
	margin-left: 80px;
}
footer div.logo img{
	width: 100%;
	margin-top: -20px;
}
div.copyright{
	margin-top: 25px;
	font-size: 18px;
	font-family: RobotoM, sans-serif;
	color: rgb(14, 14, 14);
	line-height: 1.667;
	font-weight: bold;
}
section.bg{
	background: #fff;
	opacity: 0.9;
	padding: 35px 0;
	height: 100%;
}
/*about page style*/
div.about-main{
	background-image: url("../img/bg-about-menu.jpg");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position-y: -45px;
	background-repeat: no-repeat;
	height: 350px;
}
div.menu{
	height: 115px;
	color: #fff;
	padding: 25px 0;
}
div.menu ul{
	padding-top: 10px;	
	display: inline-block;
	font-family: LatoB;
}
div.menu ul li{
	display: inline-block;
	padding: 24px 10px;
	font-family: LatoB, sans-serif;
}
div.menu ul li.logo{
	padding: 0px;
}
div.menu ul li.logo a:hover{
	border-bottom: none;
	font-family: LatoB; 
}
div.menu ul li.logo img{
	width: 210px;
	margin: -8px 0 0 -50px;
}
div.menu ul li a{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
}
div.menu ul li a:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: 5px solid #34b847;
	background-color: transparent;
}
div.menu ul li a:focus{
	outline: none;
	background-color: transparent;
}
div.menu ul li a:active{
	border-bottom: 5px solid #34b847;
}
div.menu ul.info{
	padding-top: 17px;
	float: right;
}
div.menu ul.info li{
	padding: 25px 5px;
}
div.menu ul.info li a:hover{
	border-bottom: none; 
}
div.menu ul.info li a img{
	border-radius: 15px;
	border: 2px solid transparent;	
}
div.menu ul.info li a:hover img{
	/* animation: shake 1s cubic-bezier(.36,.07,.19,.97) both;
	    transform: translate3d(0, 0, 0);
	    backface-visibility: hidden;
	    perspective: 1000px; */
	border-radius: 15px;
	border: 2px solid green;
}
div.menu ul.info li img{
	margin-top: -5px;
}
div.menu ul.info li.number{
	font-size: 20px;
}
div.krok{
	padding: 95px 0 0 0;
	color: #fff;
	font-family: LatoB, sans-serif;
}
div.krok h1{

	font-family: LatoB, sans-serif;
	font-weight: 600;
}
div.krok .breadcrumb {
  font-size: 18px;
  color: #fff;
  line-height: 2.667;
  background-color: transparent;
  padding: 0px 0 0 0;
}
div.krok .breadcrumb .active{
	color: #fff;
}
div.krok .breadcrumb a{
	color: #fff;
  	text-decoration: underline;
}
.breadcrumb>li+li:before{
	padding: 0 15px;
}
div.content{
	padding: 40px 0;
  	font-family: LatoR, sans-serif;
}
div.content h2{
	font-size: 40px;
	font-family: LatoB, sans-serif;
	color: rgb(17, 17, 17);
	line-height: 1.2;
	font-weight: 600;
}
div.content h3{
	text-transform: uppercase;
	font-weight: 700;
}
div.content {
  font-size: 16px;
  font-family: LatoR, sans-serif;
  color: rgb(17, 17, 17);
  line-height: 1.444;
  text-align: left;
}
div.content div.ab-img {
  /* background-color: rgb(16, 84, 135); */
  box-shadow: 0px 17px 20.52px 6.48px rgba(0, 0, 0, 0.12);
  margin-top: 50px;
}
div.content div.ab-img img{
	width: 100%;
}
/*contacts style*/
div.contacts-main{
	background-image: url("../img/bg-contacts.jpg");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position-y: -45px;
	background-repeat: no-repeat;
height: 350px;
}
div.content.con-info h3{
	font-size: 30px;
  	color: rgb(41, 41, 41);
  	line-height: 1.6;
  	font-weight: 700;
}
div.content.con-info div.info{
	width: 95%;
	font-size: 24px;
  	color: rgb(41, 41, 41);
  	line-height: 1.25;
  	text-align: left;
}
div.content.con-info div.info div{
	float: left;
	margin: 15px 0;
}
div.content.con-info div.info div.bold{
	width: 35%;
}
div.content.con-info div.info div.con-txt{
	width: 65%;
}
div.content div.form{
	width: 90%;
}
div.content div.form input{
	padding: 7px 10px;
	margin-bottom: 10px;
	border-radius: 8px;
	border: 1px solid #ccc;
}
div.content div.form input.first.f{
	margin-right: 15px;
}
div.content div.form input.first{
	width: 48%;
}
div.content div.form textarea{
	width: 100%;
	padding: 7px 10px;
	margin-bottom: 10px;
	max-height: 200px;
	border-radius: 8px;
}
div.content div.form input.second{
	width: 25%;
	margin-right: 10px;
}
div.content div.form button.btn.btn-send{
	background-color: rgb(52, 184, 71);
	width: 41%;
    height: 40px;
    color: #fff;
    border-radius: 8px;
}
div.map{
	width: 100%;
	overflow: hidden;
}
div.map img{
	width: 100%;
}
div.clients-main{
	background-image: url("../img/bg-clients.jpg");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position-y: -45px;
	background-repeat: no-repeat;
	height: 350px;
}
div.content.cl-info div.blok{
	border: 2px solid #00375F;
	width: 90%;
	height: 165px;
	margin: 10px 0;
}
div.content.cl-info div.blok div{
	float: left;
}
div.content.cl-info div.blok div.img{
	width: 35%;
	height: 100%;
	position: relative;
}
div.content.cl-info div.blok div.img img{
    position: absolute;
    width: 100%;
	height:100%;
	object-fit: contain;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 5px;
}
div.content.cl-info div.blok div.txt{
	width: 65%;
	background-color: #1A6180;
	color: #fff;
	height: 100%;
	padding: 15px;
}


div.content.cl-info.news div.blok{
	height: 110px;
}
div.content.cl-info.news div.blok div.img{
	width: 25%;
	height: 100%;
	position: relative;
	text-align: center;
}
div.content.cl-info.news div.blok div.img span{
	font-size: 50px;
	font-weight: 900;
}
div.content.cl-info.news div.blok div.img img{
    position: absolute;
    width: 100%;
	height:100%;
	object-fit: contain;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 5px;
}
div.content.cl-info.news div.blok div.txt{
	width: 75%;
	background-color: #1A6180;
	color: #fff;
	height: 100%;
	padding: 15px;
}
div.content.cl-info div.blok div.txt p{
	margin: 0;
	height: 91%;
    overflow: hidden;
    text-align: justify;
}
div.content div.blok-preim {
	position: relative;
	height: 280px;
	overflow: hidden;
}
div.content div.blok-preim div.img{
	height: 35%;
	width: 100%;
	position: relative;
}
div.content div.blok-preim div.img img{
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 5px;
}
div.content div.blok-preim div.txt{
	height: 65%;
	width: 100%;
	padding: 10px;
}
div.content div.blok-preim div.txt h4{
	text-align: center;	
}
div.content div.blok-preim div.txt ul {
    padding: 0 0 0 20px;
    list-style: unset;
}
div.order-main{
	background-image: url("../img/bg-order.jpg");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position-y: -45px;
	background-repeat: no-repeat;
	height: 350px;
}
div.content.or-info div.form-dostup{
	width: 90%;
}
div.content.or-info div.border{
	border-left: 2px solid #ccc;
}
div.content.or-info div.form-dostup input.pole{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
div.content.or-info div.form-dostup input.btn-send{
  border-width: 1px;
  border-color: rgb(196, 196, 196);
  border-style: solid;
  background-color: rgb(82, 172, 98);
  border-radius: 8px;
  width: 276px;
  height: 40px;
  color: #fff;
}
div.content.or-info div.form-dostup h3{
	width: 80%;
	font-weight: 700;
	text-transform: uppercase;
}
div.content.or-info div.form-dostup p{
	font-size: 15px;
}

div.form-dostup{
	width: 90%;
}
div.border{
	border-left: 2px solid #ccc;
}
div.form-dostup input.pole{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
div.form-dostup input.btn-send{
  border-width: 1px;
  border-color: rgb(196, 196, 196);
  border-style: solid;
  background-color: rgb(82, 172, 98);
  border-radius: 8px;
  width: 276px;
  height: 40px;
  color: #fff;
}
div.form-dostup h3{
	width: 80%;
	font-weight: 700;
	text-transform: uppercase;
}
div.form-dostup p{
	font-size: 15px;
}

div.faq-main{
	background-image: url("../img/bg-faq.jpg");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position-y: -45px;
	background-repeat: no-repeat;
}
div.panel-group div.panel-heading{
	background-color: #fff;
	border:none;
	border: 2px solid #F8F8F8;
	border-bottom: none;
}
div.panel-group .panel{
	border: none;
}
div.panel div.panel-body{
	background-color: #fff;
}
div.panel-collapse{
	border: none;
}
div.panel-heading{
	min-height: 70px;
	padding: 15px;
}
div.accordion-body.collapse.in{
	margin: 10px 0 20px 0;
}
div.panel-heading h4.panel-title a{
	text-decoration: none;
	color: #000;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
	border: 2px solid #f8f8f8;
    border-top: none;
}
div.panel-heading hr{
	margin: 10px 0;
}
div.panel-heading h4.panel-title a{
	text-decoration: none;
	font-weight: 300;
	line-height: normal;
	font-size: 24px;
	display: block;
	width: 100%;
  	font-family: LatoR, sans-serif;
}
div.panel-body{
	font-style: normal;
	font-weight: 300;
	line-height: 23px;
	font-size: 14px;
	letter-spacing: 0.01em;
	color: #000000;
  	font-family: LatoR, sans-serif;
}
.panel-title a:after {
    font-family:Fontawesome;
    content:"\f077";/* '\25B4' */
    float:right;
    font-size:22px;
    font-weight:300;
    color: #009E5D;
}
.panel-title a.collapsed:after {
    font-family:Fontawesome;
    content:"\f078";/* '\25BE' */
    color: #005790;
}
div.mob{
	display: none;
}
div.menu ul li.closing{
	position: absolute;
	display: none;
}
.close{
	font-size: 75px;
	color: #fff;
	opacity: 0;
	margin-top: -85px;
}
div.h2{
	width: 108%;
	margin-left: -30px;
}
div.cr a{
    color: black;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}
div.content-det{
	padding: 30px 0;
}
.block-detail{
	height: 200px;
	text-align: center;
	margin: 15px 0;
}
div.block-detail div.img {
	height: 70px;
}
div.block-detail div.img img{
	height: 90%;
}
div.block-detail div.txt{
	padding: 20px 0 20px 0;
	overflow: hidden;
}
ul.footer-menu{
	flex-direction: column;
	flex-wrap: wrap;
    column-count: 3;
	width: 90%;
}
ul.footer-menuli {
  flex: 1 0 25%;
	}
div.vidos{
	padding: 30px;
	text-align: center;
}
div.ab-text p{
	text-indent: 1em;
	text-align: justify;
}
div.ab-text ul{
	padding: 10px 15px;
}
div.menu ul li a.selected{
	border-bottom: 5px solid #34b847;
}
.screens{
	position: relative;
	padding: 25px 0;
}
.screens .screen-control{
	position: absolute;
	width: 106%;
	top: 100px;
	left: -35px;
	z-index: 100;
}
.screen-slider {
	height: 250px;
	z-index: 200;
}
.screen-slider div.item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.screen-slider div.item div.sceen{
	padding: 15px;
	border-radius: 10px;
	height: 220px;
}
input[type=checkbox]{
	margin: 4px 5px 0;
}
.box.el-shadow{
	padding: 15px;
	text-align: center;
	height: 200px;
	box-shadow: 0 0 5px rgba(13,64,117,0.8);
	margin-bottom: 25px;
	border-radius: 5px;
}
.box.el-shadow:hover{
	box-shadow: 0 0 15px rgba(13,64,117,0.8);
	cursor: pointer;
}
.box.el-shadow .img{
	width: 80%;
	height: 95px;
	margin: auto;
	margin-bottom: 10px;
}
.box.el-shadow .text{
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}
.box.el-shadow .img img{
	width: 95%;
	height: 90%;
	object-fit: contain;
}