@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');

body{
  font-family: 'Roboto', sans-serif;
	padding: 0;
	margin: 0;
  background: #e0e0e0;
}
.clearfix:after,.clearfix:before {
  content: '';
  display: table;
  clear: both;
}
* {
    box-sizing: border-box;
    margin: 0;
}
img{
	max-width: 100%;
  height: auto;
}
.site-container {
    margin: 0 auto;
    position: relative;
    background-color: #edf0f2;
    overflow: hidden;
    -webkit-box-shadow: 0 30px 100px rgba(0, 0, 0, 0.64);
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.64);
    padding-bottom: 50px;
    min-height: 100vh;
    padding-top: 50px;
}
header {
    height: 50px;
    background: #4182d1;
    position: fixed;
    width: 100%;
    z-index: 1001;
    top: 0;
}
h2 {
    margin-bottom: 15px;
    font-size: 18px;
}
h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}
a, a:hover, a:focus{
	text-decoration: none;
}
.container {
    padding: 0 15px;
}
.wpb_wrapper {
    margin-bottom: 15px;
}



/* menu */
.logo {
    font-size: 20px;
    line-height: 50px;
    margin-left: 70px;
}
.logo img {
    width: 90px;
}
.menuBtn {
    height: 30px;
    width: 22px;
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 99999;
}
.menuBtn > span {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -10px;
  -webkit-transition: height 100ms;
  transition: height 100ms;
}
.menuBtn > span:after, .menuBtn > span:before {
  content: '';
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.menuBtn > span:after {
  top: -7px;
}
.menuBtn > span:before {
  bottom: -7px;
}



body.menu-active {
    height: 100vh;
    overflow: hidden;
}
.menu-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: -100%;
    transition: .4s;
}
.menu-active .menu-container {
    left: 0;
}
.mainMenu {
    background-color: #4182d1;
    width: 250px;
    height: 100%;
    padding-top: 75px;
}
.mainMenu li {
    list-style: none;
    margin-bottom: 10px;
}
.mainMenu a {
    color: #fff;
    font-size: 18px;
}
body:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity .4s;
}
body.menu-active:after {
    opacity: 1;
    z-index: 2;
}


/************************ Home Page Styles **********************/

/* home page slider */
.main-slider {
    position: relative;
}
.main-slider .swiper-wrapper > div {
    position: relative;
    height: 200px;
}
.main-slider .swiper-wrapper > div:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.main-slider .swiper-wrapper h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: #fff;
    z-index: 1;
    padding: 0 20px;
    font-size: 22px;
}
.main-slider .swiper-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    opacity: .8;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    height: 16px;
    border-radius: 4px;
}



/*Home projects*/
.home-portfolio {
    padding: 20px 10px;
    background-color: #fff;
    margin-top: 30px;
}
.home-case {
    width: 33.3333%;
    float: left;
    padding: 0 5px;
}
.home-case:first-child {
    width: 100%;
}
.home-case img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-case:first-child h3 {
    color: #fff;
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 1;
}
.home-case:first-child .home-case-inner {
    height: 150px;
    position: relative;
    margin-bottom: 15px;
}
.home-case:first-child .home-case-inner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.home-case h3 {
    font-size: 12px;
    font-weight: normal;
    color: #333;
}
.home-case-inner {
    border-radius: 5px;
    overflow: hidden;
}
.home-portfolio h2 {
    padding-left: 5px;
}







/* Home clients */
.home-clients {
    background: #fff;
    margin-top: 15px;
    padding: 20px;
}
.home-clients .swiper-slide > div {
    width: 80px;
    margin: auto;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    margin-bottom: 5px;
}
.home-clients .swiper-slide > div img {
    width: 60px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home-clients .swiper-slide p {
    text-align: center;
}



/*Home request*/
.home-request {
    background: #fff;
    margin-top: 15px;
    padding: 20px;
}
.home-request h2 {
    margin-bottom: 5px;
}
.inside-request {
    padding-top: 20px;
}
.inside-request span {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    background: #fff;
    margin-right: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    text-align: center;
}
.inside-request span img {
    width: 24px;
    transform: translateY(8px);
}
.inside-request h3, .inside-request p {
    width: 220px;
    float: left;
}
.inside-request input[type="checkbox"] {
    margin: 30px 0 0 25px;
}
.inside-request > div {
    position: relative;
    margin-bottom: 20px;
}
.inside-request #request-link {
    display: block;
    width: 100%;
    background: #4182d1;
    border: none;
    border-radius: 50px;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    opacity: .5;
    pointer-events: none;
}
.inside-request #request-link.active-request {
    opacity: 1;
    pointer-events: initial;
}
.frm_style_formidable-style.with_frm_style input[readonly] {
    color: #000;
}




/*Home coupon*/
.home-coupon {
    padding: 25px 15px 0;
    color: #fff;
}
.coupon-inside {
    background: #4182d1;
    border-radius: 10px;
    padding: 30px;
    max-width: 500px;
    margin: 0 auto;
}
.coupon-inside h2 {
  margin-bottom: 5px;
}
.coupon-right p {
  max-width: 58px;
}
.coupon-left {
    width: 75%;
    float: left;
    padding: 10px 0;
    border-right: 2px solid #fff;
}
.coupon-right {
    width: 25%;
    float: right;
    padding-left: 10px;
    text-align: center;
    margin-top: 20px;
}
.coupon-left span {
    background: #fff;
    border-radius: 5px;
    color: #4182d1;
    padding: 2px 5px;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}


/*footer*/
.bottom-menu-app {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    height: 50px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}
.bottom-menu-app div {
    width: 25%;
    float: left;
    text-align: center;
}
.bottom-menu-app div a {
    display: block;
    transform: translateY(11px);
}
svg.active-svg {
    fill: #4182d1;
}



/*Request page*/
.frm_style_formidable-style.with_frm_style .frm_primary_label {
    display: none;
}
.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=email], 
.frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style textarea {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ababab;
    box-shadow: none;
    padding: 0 0 0;
    margin-top: 10px;
}
.frm_style_formidable-style.with_frm_style textarea {
    margin-bottom: 20px;
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, 
.frm_style_formidable-style.with_frm_style textarea:focus {
    background-color: transparent;
    box-shadow: none;
    border-width: 0;
    border-bottom-width: 1px;
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
    width: 100%;
    display: block;
    border-radius: 20px;
    font-size: 16px;
    padding: 10px;
    background-color: #4182d1;
    color: #fff;
}
.request-logo {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.request-logo img {
    width: 50px;
}





/* Single portfolio */




/*Contact page*/
.contact-page h2 {
    margin-bottom: 5px;
}
.contact-page {
    padding: 15px;
}
.contact-info {
    background: #fff;
    border-radius: 5px;
    padding: 15px 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.contact-info span {
    display: inline-block;
    margin-right: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-top: 7px;
}
.contact-info p {
    display: inline-block;
    font-size: 14px;
}
.contact-info > div:first-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px;
}
.contact-info > div:first-child p {
    transform: translateY(-5px);
}
.contact-page .frm_style_formidable-style.with_frm_style input[type=text], 
.contact-page .frm_style_formidable-style.with_frm_style input[type=email] {
    background: #fff;
    padding: 0 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    height: 40px;
}
.contact-page .frm_style_formidable-style.with_frm_style textarea {
    background: #fff;
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 15px;
}
.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0;
}





/* Services page */
.service-page {
    position: relative;
    overflow: hidden;
    padding-top: 200px;
}
.service-header {
    position: absolute;
    top: -50px;
    left: -20%;
    background: #4182d1;
    width: 140%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 300px;
}
.service-page h1 {
    position: absolute;
    top: 90px;
    left: 30px;
    color: #fff;
}
.service-box {
    background-color: #fff;
    width: 46%;
    margin: 0 2% 15px;
    float: left;
    padding: 20px 15px;
    text-align: center;
    border-radius: 15px;
}
.services-boxes {
    padding: 0 5px;
    position: relative;
}
.service-box span {
    display: block;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    color: #dadada;
    margin-bottom: 25px;
}
.service-box h4 {
    font-weight: normal;
    font-size: 13px;
    padding-top: 25px;
}








/* Blog page */
.blog-page .swiper-slide {
    height: calc(100vh - 100px);
    background-size: cover;
    position: relative;
    padding: 50px 30px;
}
.blog-page .swiper-slide img {
    margin: 20px auto;
}
.blog-page .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.blog-page .swiper-slide h2 {
    color: #fff;
    font-size: 20px;
}
.blog-page .swiper-slide p {
    color: #fff;
}
.blog-page .swiper-slide a {
    color: #fff;
    font-weight: bold;
}
.blog-page .swiper-slide p.blog-date img {
    margin: 0 5px 0 0;
    width: 18px;
    position: relative;
    top: 4px;
}
p.blog-date {
    font-size: 14px;
    margin-bottom: 20px;
}
.blog-inner {
    overflow-y: auto;
    max-height: 100%;
}
.blog-slider {
    position: relative;
}
.blog-slider .swiper-pagination-bullet {
    background-color: #fff;
}
.blog-slider .swiper-pagination-bullet-active {
    background-color: #007aff;
}
.blog-content {
    color: #fff;
}



@media only screen and (min-device-width: 500px){


.main-slider .swiper-wrapper>div {
    height: 300px;
}

.home-case:first-child .home-case-inner {
    height: 250px;
}

.inside-request h3 {
    width: auto;
    margin-right: 30px;
    padding-top: 10px;
}

.inside-request p {
    width: 300px;
    margin-bottom: 25px;
    padding-top: 10px;
}

.inside-request input[type=checkbox] {
    margin: 10px 0 0 10%;
}

.inside-request #request-link {
    width: 175px;
}


}