/* Helpers */
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}

/* Margins */
.mr_up_5{margin-top: 5px;}
.mr_up_10{margin-top: 10px;}
.mr_up_15{margin-top: 15px;}
.mr_up_20{margin-top: 20px;}
.mr_up_30{margin-top: 30px;}
.mr_up_40{margin-top: 40px;}

/*padding*/
.pd_down_20{padding-bottom: 20px;}

/* Clear fix */
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/* General CSS */
*{
  margin: 0;
  padding: 0;
}

img{
  max-width: 100%;
}

body{
  font-family: 'Montserrat', sans-serif;
}

.container{
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

/* header */
.search{
  margin: 0 auto;
  float: right;
  width: 20%;
}

.side-nav2{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  opacity: 0.9;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.side-nav2 a{
  padding: 10px 10px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  font-size: 22px;
  color: #ccc;
  display: block;
  transition: 0.3s;
}

.side-nav2 a:hover{
  color: #fff;
}

.side-nav2 .searchbox{
  height: 25px;
  margin-top: 30px;
}

.side-nav2 .btn-close2{
  position: absolute;
  top: 0;
  left: 22px;
  font-size: 36px;
  margin-right: 50px;
}

.logo{
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.navbar{
  width: 20%;
  margin: 0;
  float: left;
}

.side-nav{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  opacity: 0.9;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.side-nav a{
  padding: 10px 10px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  font-size: 22px;
  color: #ccc;
  display: block;
  transition: 0.3s;
}

.side-nav a:hover{
  color: #fff;
}

.side-nav .btn-close{
  position: absolute;
  top: 0;
  right: 22px;
  font-size: 36px;
  margin-left: 50px;
}

/*main*/

/*title*/
.presentation h1, .footer h1{
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}

/*btn*/
.presentation .CTA a, .services .CTA a, .footer .CTA a{
    background: #fff;
    color: #43a9ff;
    text-decoration: none;
    padding: 12px 20px;
    border: 0;
    border: 1px solid #fff;
    border-radius: 12px;
    box-shadow: 1px 1px 16px -8px #000;
    font-size: 9px;
    font-family: 'Montserrat', sans-serif;
}

/*service*/
.service h3, .frist_section h3{
  padding: 0 15px;
  font-size: 13px;
  color: #000;
  font-weight: 300;
}

.presentation h6, .service h6, .frist_section h6, .second_section h6, .third_section h6, .footer h6{
  padding: 0 15px;
  font-size: 9px;
  color: #4b5863;
  line-height: 1.8;
  font-weight: 300;
}

/*sections*/
.frist_section, .third_section{
  background-color: #f7f8fb;
}

.second_section h3{
  color: #43a9ff;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 300;
}

.third_section h3{
  color: #fe3254;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 300;
}

.third_section p{
  color: #000;
  padding: 0 15px;
  font-size: 9px;
}

.third_section span{
  color: #4b5863;
  padding: 0 15px;
  font-size: 9px;
}

/*media*/

/*480px*/
@media only screen and (min-width:480px){

  .presentation h1, .footer h1{
    font-size: 20px;
  }

  .services h3, .frist_section h3, .second_section h3, .third_section h3{
    font-size: 15px;
  }

}

/*768px*/
@media only screen and (min-width:768px){

  .presentation h1, .footer h1{
    font-size: 24px;
  }

  .frist_section h3, .second_section h3, .third_section h3{
    font-size: 18px;
  }

  .presentation h6, .footer h6, .service h6, .frist_section h6, .second_section h6, .third_section h6{
    font-size: 11px;
  }

  .service{
    float: left;
    margin: 0;
    width: 50%;
    padding-bottom: 30px;
  }

.second_section{
  background-image: url(http://media3.activedd.com/uiTest/templates/Crios/img/snow.png);
  background-size: contain;
}

}

/*1200px*/
@media only screen and (min-width:1200px){

  .presentation h1, .footer h1{
    font-size: 28px;
  }

  .presentation .CTA a, .services .CTA a, .footer .CTA a{
      font-size: 11px;
  }

  .frist_section h3, .second_section h3, .third_section h3{
    font-size: 20px;
  }

  .frist_section{
    padding-bottom: 0;
  }

  .service{
    float: left;
    margin: 0;
    width: 25%;
    padding-bottom: 30px;
  }

.presentation_img img, .footer_img img{
  width: 100%;
}

.left_img img{
  float: left;
  margin: 0;
  width: 50%;
}

.right_Text, .left_Text, .section2_right_Text, .section2_left_Text, .section3_Text{
  text-align: left;
  margin: 0;
  padding-top: 120px;
}

.left_Text, .section2_left_Text, .section3_Text{
  float: left;
  padding-left: 10%;
}

.right_Text, .section2_right_Text{
  float: right;
  padding-right: 10%;
}

.section2_left_Text, .section2_right_Text{
  padding-top: 220px;
}

.right_img img{
  float: right;
  margin: 0;
  width: 50%;
}

.right_img{
  margin: 0;
}

.second_section{
  background-image: url(img/snow.png);
  background-size: cover;
}

.section2_left_img{
  float: left;
  margin-left: 20%;
  padding-top: 100px;
}

.section2_right_img{
  float: right;
  margin-right: 20%;
  padding-top: 30px;
}

.section3_img{
  float: left;
  margin-left: 12%;
}

 .third_section
{
  padding: 0;
}
}
