/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #000;
  font-family:ubuntu-bold;
}
body {
  font-weight: 400;
  font-family: 'Roboto';
}
p {
  font-size: 14px;
  color: #060606;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@font-face {
    font-family:ubuntu-bold;
    src: url(../fonts/Ubuntu-Bold.ttf);
}
@font-face {
    font-family:Ubuntu-Light;
    src: url(../fonts/Ubuntu-Light.ttf);
}
@font-face {
    font-family:Ubuntu-Medium;
    src: url(../fonts/Ubuntu-Medium.ttf);
}
@font-face {
    font-family:Ubuntu-Regular;
    src: url(../fonts/Ubuntu-Regular.ttf);
}

.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
a:hover { text-decoration: none }

.container {
	max-width: 1100px;
}

/* Header bar section start */
.header-area {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}
.header-area .header-wrapper {
	height: 555px;
}
.header-item h1 {
	font-size: 32px;
	margin: 0;
}
.header-item span {
	font-size: 16px;
	font-family: 'Roboto';
	color: #000;
	font-weight: 600;
}
.header-wrapper{
  position: relative;
}
.header-item {
	display: inline-block;
	background: #fff;
	padding: 30px 68px;
	margin-top: 400px;
}
.menu ul {

    margin: 0;
    padding: 0;
}
main .vc_row:not(.vc_inner):not(.vc_grid) {
	padding-top: 40px;
}
.item-area {
	padding-bottom: 70px;
}
.una-area h2 span {
	display: block;
}
.item-wrapper.sc-blk {
	margin-top: 127px;
}
.footer-menu {
	padding: 16px 0;
}
.menu ul li {
	display: inline-block;
	padding: 4px 14px;
	position: relative;
}
.menu ul li a {
	font-size: 16px;
	color: #000;
	font-family: 'Roboto';
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-weight: 600;
}
.menu ul li:hover > a,
.menu ul li.current-menu-item > a {
  color: #048ee5;
}
.menu ul li a::before {
	position: absolute;
	content: "";
	background: #000;
	height: 16px;
	width: 1px;
	top: 9px;
	right: 0;
}
.menu ul li:last-child a::before {
	background:none;
}
.bun {
  text-align: right;
}
.bun span {
	font-size: 14px;
	color: #060606;
	font-family: 'Roboto';
	font-weight: 700;
	background: rgb(186, 181, 177,0.5);
  padding: 10px 19px;
  display: inline-block;
}
.button-area {
	background: #000;
	display: inline-block;
  padding: 0;
}

.button-area li {
  display: inline-block;
  float: left;
}

.button-area a button, .button-area li a {
	background: none;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
}

.button-area li a {
  display: block;
  padding: 5px;
}

.button-area a button.active, .button-area li.current-lang > a {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
/* Header bar section  END */
h1 {
	color: #048ee5;
	font-size: 40px;
}
h2 {
	font-size: 28px;
}
.una-area span {
	font-size: 16px;
  color: #000;
  font-family:'Roboto';
  font-weight: 700;
}


.item-img {
	position: relative;
}
.item-img .top-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}
.item-text p {
	color: #060606;
	font-size: 14px;
	font-family: 'Roboto';
  font-weight: 400;
  padding-right: 28%;
  margin-bottom: 6px;
}
.item-img img {
	width: 100%;
	margin-bottom: 10px;
}
.item-area .row {
	padding: 0 30px;
}


.seach-icons {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  border: none;
  color: #919599;
  width: 50px;
  height: 40px;
}


/* footer-area */

.footer-item ul li, .footer-item ul li a {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.footer-menu ul {
	margin: 0;
}
.footer-menu ul li a {
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 300;
}
.footer-area {
	background-color: #000;
	padding: 40px 0;
}
.footer-item ul {
	padding: 0;
}
/* footer-area end */


/*off-canvase-menu*/
.off-canvas-menu {
	background: #333;
	position: fixed;
	width: 230px;
	height: 100%;
	z-index: 99999;
	padding-top: 0px;
	margin-left: -350px;
	-webkit-transition: .3s;
	transition: .3s;
	visibility: hidden;
	opacity: 0;
}

.off-canvas-menu.active {
    margin-left: 0;
    visibility: visible;
    opacity: 1;
}

.off-canvas-menu ul li a {
	color: #fff;
	padding: 15px 30px;
	display: block;
}

.off-canvas-menu ul li {
    border: 1px solid rgba(255, 2500, 255, .1);
}



.off-canvas-overlay.active {
	opacity: .6;
	z-index: 9888;
}

.off-canvas-menu span i {
	color: #fff;
	float: right;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 31px;
}
.menu-open {
	display: none;
}
.menu-open i {
	font-size: 20px;
	margin-top: 5px;
}
.off-canvas-menu ul {
	margin-top: 0;
	padding: 0;
}
