/*-----------------------------------------------------------------------------------



    Template Name: Your template name

    Template URI:

    Description: This is html5 template

    Author:

    Author

    Version: 1.0



-----------------------------------------------------------------------------------*/



/*----------------------------------------*/

/*  1.  Theme default CSS

/*----------------------------------------*/





*{

  margin: 0;

  padding: 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 {

  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

}

body {

  font-family: 'Roboto', sans-serif;

  font-size: 14px;

  line-height: 22px;

  color: #2F2F2F;

  background-color: #fff;

}

.header_top{

    text-align: center;

    padding: 10px;

    background-color: #222;

}

.header_top p{

    margin-bottom: 0;

    color: #fff;

    font-size: 16px;

}

.header_area{

  padding: 10px 0;

}

.header_c {

  text-align: right;

  margin-top: 12px;

  display: flex;

  justify-content: flex-end;



}

.header_c img{

    border-radius: 5px;

    margin-left: 20px;

}

.header_c h3{

    font-size: 20px;

    margin-bottom: 0;

}

.header_c p{

    font-size: 16px;

}

.header_c a i{

    color: #05B4B5;

    margin-left: 10px;

}

.header_c a{

  color: #222;

  font-size:15px;

  display: block;

}



.hero_area{

  background-image: url('images/bg.jpg');

  background-repeat: no-repeat;

  background-size: cover;

  background-position: right top;
    padding: 60px 0;

}

.hero_inner{

  padding: 40px 0;

  color: #fff;

}

.hero_inner h3 {

  font-weight: 700;

  font-size: 66px;

  line-height: 75px;

  font-family: 'Oswald', sans-serif;

  margin-bottom: 20px;

}

.hero_inner h3 span{

  display: block;

  font-weight: 400;

  font-size: 58px;

}

.hero_inner p.list{

  font-weight: 400;

  font-size: 22px;

  line-height: 22px;

  margin-bottom: 10px;

  text-transform: uppercase;

  margin-left: 20px;

  position: relative;

}



.hero_btn{

  padding:10px 50px;

  background-color: #05B4B5;

  color: #fff;

  text-transform: uppercase;

  display: inline-block;

  margin-top: 15px;

  font-weight: 500;

  border: 2px solid #fff;

  font-family: 'Roboto', sans-serif;

  transition: all 0.3s ease-in-out 0s;

}

.hero_btn.btn_2{

    background-color: transparent;

}

.hero_btn:hover{

  color:#01B5B6;

  background-color: #fff;

}

.subscribe_area{

    padding: 80px 0;

    background-color: #05B4B5;

    overflow: hidden;

}

.subscribe_area h3{

    font-size: 18px;

    color: #fff;

    font-weight: 300;

}

.subscribe_area h1{

    font-size: 28px;

    color: #fff;

    font-weight: 400;

    margin-bottom: 30px;

}

.subscribe_area input[type=text]{

    background-color: #fff;

    padding: 10px 20px;

    border-radius: 5px;

    border: none;

}

.subscribe_area input[type=submit]{

    background-color: transparent;

    padding: 10px 50px;

    border-radius: 5px;

    border: 2px solid #fff;

    color: #fff;

}

.subscribe_area input[type=submit]:hover{

    background-color: #fff;

    color: #05B4B5

}

.service_area{

  padding: 50px 0;



}

.pa_h h3{

  font-family: 'Oswald', sans-serif;

  font-size: 36px;

  font-weight: 700;

  margin-bottom:10px;

}

.pa_h span{

  font-size:24px;

  font-weight:400;

  display: block;

  margin-bottom:50px;

  font-family: 'Lato', sans-serif;

  color: #2F2F2F;

  display: block;

}



.single_c{

  text-align: center;

  padding: 0 30px;

}

.single_c h3{

  font-size: 20px;

  margin: 20px 0;

  text-transform: uppercase;

  font-weight: 700;

  font-family: "Oswald"

}

.single_c img{

  background-color: #f1f1f1;

  padding: 15px 25px;

}

.video_bg_c{

  background-color: #f1f1f1;

  color: #222;

}

.video_bg_c h3 {

	font-size: 36px;

	line-height: 55px;

	margin-top: 55px;

}

.testimonial_inner{

  padding: 50px 0;

  text-align: center;

}

.testimonial_inner h3{

  font-size: 18px;

  line-height: 26px;

  font-family: 'Abel', sans-serif;

  font-weight: 500;

  color: #333;

}



.test_pro img{

  border-radius: 50%;

  padding:20px 0;

}

.test_pro p{

  margin-bottom: 0;

  font-size: 12px;

  font-weight: 600;

}

.test_pro p.test_name{

  color: #01B5B6;

  text-transform: uppercase;

  font-size: 16px;

}

.test_pro i{

  color: #ff4629;

}



.footer_area{

  padding: 15px;

  text-align: center;

  color: #fff;

  background-color: #333;

}

.footer_area p{

  margin-bottom: 0;

}

.contact_us_area{

    background-color: #05B4B5;

    padding: 100px;

    text-align: center;

}



.contact_inner h3{

    font-size: 28px;

    color: #fff;

}

.contact_inner a{

    font-size: 24px;

    color: #fff;

    padding: 20px 10px;

    display: inline-block;

}

.contact_inner a i{

    color: #222;

    font-size: 30px;

    background-color: #fff;

    width: 60px;

    height: 60px;

    border-radius: 30px;

    padding: 15px 0 0 0;

    text-align: center;

}

.footer_area a{

  color: #fff;

  font-size: 12px;

  text-decoration: underline;

}

