/* 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 }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: 'Montserrat', sans-serif;
}
body {
  color: #545051;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}



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

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}

/* Header bar section start */


.pro-area {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro-left {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
 
}
body {
  margin: 0;
}
.pro-left h3 {
  font-size: 90px;
  line-height: 110px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0;
}
.pro-ri {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f1f1f1;
  height: 100%;
  padding-left: 120px;
}
.pro-img {
  margin-bottom: 24px;
  margin-left: -32px;
}
.pro-text h3 {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 700;
}
.pro-text {
  margin-bottom: 25px;
}
.pro-con h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #828282;
  margin: 0;
}
.pro-con a {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
}
.pro-con {
  margin-bottom: 18px;
}
.pro-con:last-child {
  margin: 0;
}

.pro-area {
  position: relative;
}
.bar {
  position: absolute;
  top: 46px;
  right: 46px;
  z-index: 999999999;
}
/* Header bar section  END */

.img-11 {
	position: absolute;
	top: 680px;
	left: 48px;
	z-index: -1;
}











.offcanva {
	position: fixed;
	width: 90%;
	height: 100%;
	z-index: 9;
	transition: .3s;
	left: 0;
}
.offcanva.active {
	left: 0;
	opacity: 1;
	background-color: #fff;
	visibility: visible;
}
.off-canvas-overlay.active {
	left: 0;
}
.off-canvas-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #2D39E2;
	z-index: 1;
	opacity: .6;
	top: 0;
	left: -100%;
	transition: .3s;
}
.ttgb {
	display: none;
}






.offcanva-menu ul li a {
	font-size: 32px;
	padding: 10px 20px;
	display: block;
	/*! border-bottom: 1px solid #ddd; */
	color: #000;
	transition: .3s;
	text-transform: uppercase;
	margin-bottom: .7em;
	text-decoration: navajowhite;
}
.offcanva-menu ul li:last-child a {
	margin: 0;
}
.offcanva-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.offcanva ul li:nth-child(1) {
  position: relative;
  transition: .6s;
  margin-left: 380px;
}
.offcanva.active ul li {
  margin-left: 0;
}
.offcanva {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
}
.offcanva-menu {
  margin-top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cross a {
width: 40px;
height: 40px;
background: transparent;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
font-size: 25px;
color: #fff;
display: none;
}
.cross {
  position: absolute;
  right: 10px;
  top: 10px;
}

.hero-content a:hover {
	border: 2px solid #303CF1;
	background: transparent;
	color: #303CF1;
}

.offcanva ul li:nth-child(2) {
  margin-left: 551px;
  transition: .7s;
}
.offcanva ul li:nth-child(3) {
  margin-left: 688px;
  transition: .8s;
}
.offcanva ul li:nth-child(4) {
  margin-left: 888px;
  transition: .9s;
}
.offcanva ul li:nth-child(5) {
  margin-left: 855px;
  transition: 1s;
}
.offcanva.active ul li:nth-child(2) {
  margin-left: 0;
}
.offcanva.active ul li:nth-child(3) {
  margin-left: 0;
}
.offcanva.active ul li:nth-child(4) {
  margin-left: 0;
}
.offcanva.active ul li:nth-child(5) {
  margin-left: 0;
}


.header-bar a i {
  display: none;
}
.header-bar a {
  position: relative;
  z-index: 9999999999999999;
  /*! top: 8%; */
  /*! right: 2%; */
}
.header-bar a:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 16px;
  background: #fff;
  top: 25px;
  left: 25px;
}
.header-bar a:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 2px;
  width: 20px;
  left: 18px;
  top: 31px;
}










