
/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #f4f7f9;
    font-family: 'Montserrat', sans-serif;
    line-height: 21px;
	  font-size: 13px;
    color: #6a737b;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #cd3679;
	
    -webkit-transition: all .2s ease-in 0s;
       -moz-transition: all .2s ease-in 0s;
        -ms-transition: all .2s ease-in 0s;
         -o-transition: all .2s ease-in 0s;
            transition: all .2s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #bd2375;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: 100;
	margin: 0;
  color: #da3a7e;
  line-height: 140%;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
  color: #cd3679;
}

body > section,
.footer {
	padding: 50px 0;
}

.sec-title h2 {
  color: #bd2375;
  font-size: 38px;
  font-weight: 300;
  text-transform: none;
}

.sec-title h2 span{
  color: #b0b0b0;
  font-size: 24px;
}

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	font-weight: 400;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}

.sec-sub-title p strong{
  font-weight: 800;
  line-height: 24px;
  font-size: 30px;
  color: #bd2375;
}


.devider {
  margin-top: 30px;
}

.devider i {
  color: #bd2375;
}

.devider:before,
.devider:after {
  content: "___";
  color: #eee;
  position: relative;
  bottom: 4px;
  font-size: 26px;
  font-weight: 800;
}

.devider:before {
  right: 2px;
}

.devider:after {
  left: 2px;
}

.mb50 {
	margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}

.bg-white {
  background: #fff !important;
}

.bg-blue-light {
  background-color: #f4f7f9;
}

.info-g {
  float: right;
}