/*-----------------------------------------------------------------------------------

    Template Name: Your template name 
    Template URI: 
    Description: This is html5 template
    Author: 
    Author 
    Version: 1.0

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 2, 2017 */



@font-face {
    font-family: 'rubikmedium';
    src: url('fonts/rubik-medium-webfont.woff2') format('woff2'),
         url('fonts/rubik-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubikmedium_italic';
    src: url('fonts/rubik-mediumitalic-webfont.woff2') format('woff2'),
         url('fonts/rubik-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubikregular';
    src: url('fonts/rubik-regular-webfont.woff2') format('woff2'),
         url('fonts/rubik-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*{
  margin: 0;
  position: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
a:focus {
  outline:0px solid;
  text-decoration:none;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration:none;
}
a:hover {
  color: #00000;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
img {
  max-width:100%;
  height:auto
}
p {
  margin:0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
}

ul{
  list-style: outside none none;
  margin: 0;
  padding: 0
}
.clear{
  clear:both
}
body {
  font-family: 'rubikregular';
  font-size: 30px;
  line-height: 38px;
  color: #00000;
  background-color: #fff;
}

.main-wrapper{
  background-image: url('images/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.wrapper-inner{
  max-width: 800px;
  margin: auto;

}
.site-logo{
  width: 290px;
  float: left;
}
.mainContent{
  width: 510px;
  float: left;
}
.mainContent h3{
  font-family: 'rubikmedium';
  font-size: 30px;
}
.mainContent p{
  font-size: 24px;
  line-height: 28px;
  margin: 30px 0;
}

.mainContent span{
  width: 20px;
  height: 1px;
  display: block;
  background:#123DC7;
}
.name-title{
  margin:40px 0 0 0 !important;
}
.mainContent h6{
  font-size: 14px;
  line-height: 18px;
  color: #00000;
  font-weight: normal;
  font-family: 'rubikregular'
}


 /* Large Mobile :480px. */
@media only screen and (min-width:320px) and (max-width:799px) {
.wrapper-inner {
  padding: 50px;
}
.site-logo{
  margin: 0 0 50px 0;
  width: 100%;
}
.mainContent{
  width: 100%;
}
}
