/*
 * Title:   Asaia multiporpose responsive template
 * Author: Avabil Teams
 */

/* --------------------------------------------------------
[Table of contents]
1. Global styles
2. Menu styles
3.Banner
4.About
5.Services
6.Features
7.Portfolio
8.Fun fact
9.Our Team
10.Price table
11.Feedback
12.Blog
13.Contact
14.Footer
15.Responsive
16.Blog page

[End table of contents]
----------------------------------------------------------------------- */

/* ------------------------------
   Global styles
---------------------------- */

/*
html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline; }



article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block; }



body {

  line-height: 1; }



ol, ul {

  list-style: none; }



blockquote, q {

  quotes: none; }



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none; }



table {

  border-collapse: collapse;

  border-spacing: 0; }



body {

  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;

  line-height: 26px;

  letter-spacing: 0; }



img {

  max-width: 100%; }



a,

a:hover,

a:focus {

  cursor: pointer !important;

  outline: none;

  text-decoration: none; }



h1,

h2,

h3,

h4,

h5,

h6 {

 font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  
  color: #1e2c34;

  margin: 0;

  padding: 0; }



ul, li {

  margin: 0;

  padding: 0;

  list-style: none; }



strong {

  font-weight: 700; }

*/
  /*scroolbar*/
/*
::-webkit-scrollbar-track{
  background: #26BAFF;
background: -moz-linear-gradient(left,  #26BAFF 0%, #860221 50%, #660018 51%, #e1093b 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#26BAFF), color-stop(50%,#860221), color-stop(51%,#660018), color-stop(100%,#e1093b));
background: -webkit-linear-gradient(left,  #26BAFF 0%,#860221 50%,#660018 51%,#e1093b 100%);
background: -o-linear-gradient(left,  #26BAFF 0%,#860221 50%,#660018 51%,#e1093b 100%);
background: -ms-linear-gradient(left,  #26BAFF 0%,#860221 50%,#660018 51%,#e1093b 100%);
background: linear-gradient(to right,  #26BAFF 0%,#860221 50%,#660018 51%,#e1093b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26BAFF', endColorstr='#e1093b',GradientType=1 );




}

::-webkit-scrollbar{
  width: 10px;
  background-color: #000;
}

::-webkit-scrollbar-thumb{
  background: #26BAFF;
background: -moz-linear-gradient(-45deg,  #26BAFF 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#26BAFF), color-stop(50%,#6e7774), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809));
background: -webkit-linear-gradient(-45deg,  #26BAFF 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
background: -o-linear-gradient(-45deg,  #26BAFF 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
background: -ms-linear-gradient(-45deg,  #26BAFF 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
background: linear-gradient(135deg,  #26BAFF 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26BAFF', endColorstr='#0a0809',GradientType=1 );
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
cursor:pointer;
}

*/

/* This only works with JavaScript, 
        if it's not present, don't show loader */
/*
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loader_ico.gif) center no-repeat #fff;
}
*/

/* -------------------------------- 

menue style

-------------------------------- */

/* -------------------------------- 

Start Contact style

-------------------------------- */

.contacts{
  width: 100%;
  background-color: #ffffff;
  padding: 60px 0;
}
.contacts .title{
  text-align: center;
  padding-bottom: 80px;
}
.contacts .title .underline{
  margin: 0 auto;
}
.contacts .title p{
  color: #232044;
}

.contacts .shadow{
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=26, Direction=63, Color=#000000)";/*IE 8*/
-moz-box-shadow: -1px 2px 26px -6px #000000;/*FF 3.5+*/
-webkit-box-shadow: -1px 2px 26px -6px #000000;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: -1px 2px 26px -6px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=26, Direction=135, Color=#000000); /*IE 5.5-7*/
padding: 48px 56px;
}

.contacts .contact_form .form-group label{
  font-weight: 500;
  color: #5b6b7a;
  font-size: 22px;
  width: 100%;
  padding-bottom: 20px;
}
.contacts .contact_form .form-group input{
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #5b6b7a;
  outline: 0;
  font-weight: 400;
  color: #7876aa;
  font-size: 14px;
}

.contacts .contact_form .form-group textarea{
  outline: 0;
  font-weight: 400;
  color: #7876aa;
  font-size: 14px;
  width: 100%;
  resize: none;
  padding-top: 12px;
  padding-left: 12px;
  border: 1px solid #5b6b7a;
}
.contact_form button{
  /*background: none;*/
  background-color: #8DBFFC;
  border-color: #8DBFFC;
  text-transform: uppercase;
  padding: 14px 32px;
  font-weight: 500;
  color: #5b6b7a;
  outline: 0;
  border:1px solid #5b6b7a;
  cursor: pointer;
}
.contact_form button:hover{
  background: none;
  text-transform: uppercase;
  padding: 14px 32px;
  font-weight: 500;
  color: #5b6b7a;
  outline: 0;
  border:1px solid #5b6b7a;
  cursor: pointer;
}
.contact_right_single{
    position: relative;
    /* padding: 24px 36px; */
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    margin-bottom: 20px;
    height: 110px;
    padding-left: 36px;
    padding-top: 40px;
}
.contact_right_single2:hover{
  background-color: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=26, Direction=63, Color=#000000)";/*IE 8*/
-moz-box-shadow: -1px 2px 26px -5px #000000;/*FF 3.5+*/
-webkit-box-shadow: -1px 2px 26px -5px #000000;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: -1px 2px 26px -5px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=26, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.contact_right_single p{
  float: left;
  width: 80%;
  padding-left: 20px;
}
.contact_right_single img{
  float: left;
}
.contact_right_single p{}

/* -------------------------------- 

Close Contact style

-------------------------------- */



/* -------------------------------- 

start Responsive style

-------------------------------- */


@media only screen and (max-width :380px) {
  .contact_right_single{
    height: 140px;
  }
  .navbar .navbar-brand{
    right: -80px;
  }

}

@media only screen and (max-width : 767px) {
  
  .contact_form{
    padding-bottom: 40px;
  }
  
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  
  .contact_right_single{
    padding-left: 10px;
    height: 120px;
  }
  
  
}


/* -------------------------------- 

Close Responsive style

-------------------------------- */



/* -------------------------------- 

Start Blog page style

-------------------------------- */