
@media screen and (max-width: 700px){

.no-mobile{
	display: none;
}
.no-desktop{
  display: block !important;
}
.header {
    width: 100%;
    height: 100vh;
    background-color: #fff;
}
.logo-block {
    width: 50%;
    height: 100px;
    margin-left: 25%;
    margin-top: 70px;
    text-align: center;
}

.text-block img {
    width: 80%;
    margin-top: 100px;
}

.floating-v-menu{
	width: 20%;
	height: 100vh;
	background-color: rgba(238, 238, 238, 0.3);
	position: fixed;
	top: 0px;
}
.floating-v-menu ul
{
	position: absolute;
	top: 60%;
	left: 10%;
	transform: translate(-10%,-60%);
	
}
.barser{
	width: 3px;
	height: 60vh;
	position: absolute;
	background-color: #00adef;
	z-index: -1;
	top: 20%;
	left: 34px;
}
.floating-v-menu ul li{
	width: 50px;
	height: 80px;
	background-color: #fff;
	list-style: none;
	margin-bottom: 5vh;
	margin-left: -30px;
	overflow:hidden;
	text-align: center;
	line-height: 80px;
	box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}

.floating-v-menu ul li img{
	width: 35px;
}



#menuToggle
{
  display: block;
  position: fixed;
  top: 30px;
  left: 10px;
  background-color: #fff;
  padding: 16px 15px 13px 15px;
  border-radius: 50%;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  
  background: #00adef;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(2px, 1px);
  background: #00adef;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 25px;
  height: 100vh;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background-color: transparent;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

.icons-blocks{
	width: 30px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #fff;
	position: relative;
	z-index: 10;
	margin-left: -5px;
	box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.icons-blocks img{
width: 20px;
opacity: 0.8;
}
.a-lines{
	width: 2px;
	height: 50px;
	position: relative;
	z-index: 10;
	margin-left: 10px;
	background-color: #00adef;
	
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ div
{
  transform: none;
}



/*menu-ends*/

.article1 {
    border-top: 1px solid white;
    width: 80%;
    height: 1050px;
    background-color: #fff;
    margin-left:10%;
}

.text-main-block h3 {
    line-height: 40px;
font-family: 'Raleway', sans-serif;
font-size: 25px;
}

.icon-block {
    width: 100%;
    height: 20px;
}
.knw-main-box {
    width: 100%;
    height: auto;
}
.knw-main-box p {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #8c929d;
    line-height: 35px;
    padding: 0px 30px 10px 30px;
    text-align: center;
}
.knb-1 {
    width: 90%;
    height: auto;
    padding: 15px;
    margin-top: 20px;
    float: left;
    background-color: #fff;
    box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
    border-radius: 5px;
}
.knb-2 {
    width: 90%;
    height: auto;
    float: left;
    padding: 20px;
    margin-left: 0%;
    background-color: #fff;
    box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
    border-radius: 5px;
    margin-top: 20px;
}

.knb-1 p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #8c929d;
    line-height: 30px;
}
.knb-1 h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #8c929d;
}

.knb-2 p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #8c929d;
    line-height: 30px;
}
.knb-2 h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #8c929d;
}

.article2 {
    border-top: 1px solid white;
    width: 80%;
    height: 1200px;
    margin-left:10%;
    background-color: #fff;
}

.we-head {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #8c929d;
}

.text-main-block {
    width: 100%;
    height: auto;
    text-align: center;
}

.we-are-block1 {
    width: 100%;
    height: auto;
    padding: 30px;
}
.we-are-block1 p {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #8c929d;
    line-height: 35px;
}

.logo-square1 {
    margin-top: 30px;
    width: 90%;
    float: left;
    height: 100px;
    background-color: #fff;
    box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
    text-align: center;
}
.logo-square2 {
	margin-top: 20px;
    width: 90%;
    text-align: center;
}

.logo-square3 {
	margin-top: 20px;
    width: 90%;
    text-align: center;
}

.logo-square4 {
	margin-top: 20px;
    width: 90%;
    text-align: center;
    background-color: #2d2d2d;
}

.blue-lines{
	display: none;
}
.blue-lines4{
	display: none;
}

.article3 {
    border-top: 1px solid white;
    width: 80%;
    height: 1250px;
    background-color: #fff;
    margin-left:10%;
    
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 100% !important;
    max-width: 100% !important;
    max-height: 520px;
    width: 30% !important;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
.icon-block2 {
    width: 100%;
    height: auto;
}

.article5 {
    border-top: 1px solid white;
    width: 80%;
    height: 3000px;
    background-color: #fff;
    margin-left:10%;
}

.boxes-1 {
    width: 80%;
    height: auto;
    float: left;
    margin-left: 10%;
}

.last-img {
    width: 100%;
    height: 347px;
}

.feather-box3 {
    width: 90%;
    margin-left: 5%;
    height: 300px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.address-block h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #2d2d2d;
    padding-top: 20px;
}
.address-block p {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #8c929d;
    padding-top: 20px;
}
.brand_img {
    height: 96%;
    width: 100% !important;
    padding: 10px;
    margin-right: 2%;
    float: left;
}

.brand_text {
    padding: 30px;
    height: auto !important;
    text-align: left;
    width: 100% !important;
    float: left;
}
.brand_text h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #00adef;
    font-size: 20px !important;
}
.brand_text p {
    font-family: 'Raleway', sans-serif;
    color: #2d2d2d;
    font-size: 13px !important;
    line-height: 35px;
    text-transform: none;
}
.event-box1 {
    width: 100% !important;
    margin-right: 1.33%;
    height: 430px;
    float: left;
    margin-bottom: 20px !important;
}
.crea-1 {
    width: 100% !important;
    margin-right: 1.33%;
    height: auto;
    float: left;
}

.crea-2 {
    width: 100% !important;
    margin-right: 1.33%;
    height: auto;
    float: left;
}

.crea-3 {
    width: 100% !important;
    margin-right: 1.33%;
    height: auto;
    float: left;
}




}



@media (min-width: 720px) and (max-width: 1278px) {
.no-mobile{
	display: none;
}

.no-desktop{
  display: block !important;
}

.logo-block {
    width: 50%;
    height: 100px;
    margin-left: 25%;
    margin-top: 70px;
    text-align: center;
}

.text-block img {
    width: 80%;
    margin-top: 100px;
}

.floating-v-menu{
	width: 20%;
	height: 100vh;
	background-color: rgba(238, 238, 238, 0.3);
	position: fixed;
	top: 0px;
}
.floating-v-menu ul
{
	position: absolute;
	top: 60%;
	left: 10%;
	transform: translate(-10%,-60%);
	
}
.barser{
	width: 3px;
	height: 60vh;
	position: absolute;
	background-color: #00adef;
	z-index: -1;
	top: 20%;
	left: 34px;
}
.floating-v-menu ul li{
	width: 50px;
	height: 80px;
	background-color: #fff;
	list-style: none;
	margin-bottom: 5vh;
	margin-left: -30px;
	overflow:hidden;
	text-align: center;
	line-height: 80px;
	box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}

.floating-v-menu ul li img{
	width: 35px;
}



#menuToggle
{
  display: block;
  position: fixed;
  top: 30px;
  left: 10px;
  background-color: #fff;
  padding: 16px 15px 13px 15px;
  border-radius: 50%;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  
  background: #00adef;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(2px, 1px);
  background: #00adef;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 25px;
  height: 100vh;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background-color: transparent;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

.icons-blocks{
	width: 30px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #fff;
	position: relative;
	z-index: 10;
	margin-left: -5px;
	box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.icons-blocks img{
width: 20px;
opacity: 0.8;
}
.a-lines{
	width: 2px;
	height: 50px;
	position: relative;
	z-index: 10;
	margin-left: 10px;
	background-color: #00adef;
	
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ div
{
  transform: none;
}



/*menu-ends*/

.article1 {
    border-top: 1px solid white;
    width: 90%;
    height: auto;
    margin-left:5%;
    background-color: #fff;
    margin-bottom: 100px;
}

.text-main-block h3 {
    line-height: 40px;
font-family: 'Raleway', sans-serif;
font-size: 25px;
}

.icon-block {
    width: 100%;
    height: 20px;
}
.knw-main-box {
    width: 100%;
    height: auto;
}
.knw-main-box p {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #8c929d;
    line-height: 35px;
    padding: 0px 30px 10px 30px;
    text-align: center;
}
.knb-1 {
    width: 90%;
    height: auto;
    padding: 15px;
    margin-top: 20px;
    float: left;
    background-color: #fff;
    box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
    border-radius: 5px;
}
.knb-2 {
    width: 90%;
    height: auto;
    float: left;
    padding: 20px;
    margin-left: 0%;
    background-color: #fff;
    box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
    border-radius: 5px;
    margin-top: 20px;
}

.knb-1 p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #8c929d;
    line-height: 30px;
}
.knb-1 h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #8c929d;
}

.knb-2 p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #8c929d;
    line-height: 30px;
}
.knb-2 h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #8c929d;
}

.article2 {
    border-top: 1px solid white;
    width: 90%;
    margin-left:5%;
    height: auto;
    background-color: #fff;
}

.we-head {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #8c929d;
}

.text-main-block {
    width: 100%;
    height: auto;
    text-align: center;
}

.we-are-block1 {
    width: 100%;
    height: auto;
    padding: 30px;
}
.we-are-block1 p {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #8c929d;
    line-height: 35px;
}

.logo-square1 {
    margin-top: 30px;
    width: 90%;
    float: left;
    height: 100px;
    background-color: #fff;
    box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
    text-align: center;
}
.logo-square2 {
	margin-top: 20px;
    width: 90%;
    text-align: center;
}

.logo-square3 {
	margin-top: 20px;
    width: 90%;
    text-align: center;
}

.logo-square4 {
	margin-top: 20px;
    width: 90%;
    text-align: center;
    background-color: #2d2d2d;
}

.blue-lines{
	display: none;
}
.blue-lines4{
	display: none;
}

.article3 {
    border-top: 1px solid white;
    width: 90%;
    height: auto;
    margin-left:5%;
    background-color: #fff;
    
}
.icon-block2 {
    width: 100%;
    height: auto;
}

.article5 {
    border-top: 1px solid white;
    width: 90%;
    margin-left:5%;
    height: auto;
    background-color: #fff;
}

.boxes-1 {
    width: 33.33%;
    height: auto;
    float: left;
    margin-left: 0%;
}

.last-img {
    width: 100%;
    height: 347px;
}

.feather-box3 {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.address-block h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #2d2d2d;
    padding-top: 20px;
}
.address-block p {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #8c929d;
    padding-top: 20px;
}
.brand_img {
    height: 96%;
    width: 100% !important;
    padding: 10px;
    margin-right: 2%;
    float: left;
}

.brand_text {
    padding: 30px;
    height: auto !important;
    text-align: left;
    width: 100% !important;
    float: left;
}
.brand_text h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #00adef;
    font-size: 20px !important;
}
.brand_text p {
    font-family: 'Raleway', sans-serif;
    color: #2d2d2d;
    font-size: 13px !important;
    line-height: 35px;
    text-transform: none;
}
.event-box1 {
    width: 100% !important;
    margin-right: 1.33%;
    height: 430px;
    float: left;
    margin-bottom: 20px !important;
}
.crea-1 {
    width: 100% !important;
    margin-right: 1.33%;
    height: auto;
    float: left;
}

.crea-2 {
    width: 100% !important;
    margin-right: 1.33%;
    height: auto;
    float: left;
}

.crea-3 {
    width: 100% !important;
    margin-right: 1.33%;
    height: auto;
    float: left;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 100% !important;
    max-width: 70% !important;
    max-height: 520px;
    width: 60% !important;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
.main-box {
    width: 100%;
    height: auto;
}
.header {
    width: 100%;
    height: 100vh;
    background-color: #fff;
}
.main-box2 {
    width: 100%;
    height: auto;
}

	}