
body {
  overflow-x: hidden;
}


a {
    outline: none;
}

img {
    height: auto;
    max-width: 100%;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
}

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

/*footer Purchase Button Start*/
.btn-white{
  font-size:28px;
  font-family:Verdana;
  font-weight:normal;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  border-radius:20px;
  border:4px solid #1c63b8;
  padding:18px 40px;
  text-decoration:none;
  background:-moz-linear-gradient( center top, #1c63b8 39%, #1c63b8 66% );
  background:-ms-linear-gradient( top, #1c63b8 39%, #1c63b8 66% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c63b8', endColorstr='#1c63b8');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(39%, #1c63b8), color-stop(66%, #1c63b8) );
  background-color:#1c63b8;
  color:#ffffff;
  display:inline-block;
  text-shadow:1px 1px 0px #810e05;
  -webkit-box-shadow:inset 1px 1px 10px -10px #f5978e;
  -moz-box-shadow:inset 1px 1px 10px -10px #f5978e;
  box-shadow:inset 1px 1px 10px -10px #f5978e;
}.btn-white:hover {
  background:-moz-linear-gradient( center top, #1c63b8 39%, #1c63b8 66% );
  background:-ms-linear-gradient( top, #1c63b8 39%, #1c63b8 66% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c63b8', endColorstr='#1c63b8');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(39%, #1c63b8), color-stop(66%, #1c63b8) );
  background-color:#1c63b8;
}.css_btn_class:active {
  position:relative;
  top:1px;
}

/*Footer Purchase Button End*/





.text-small {
    font-size: 16px;
    color: #fefefe;
    font-weight: 300;
    opacity: 0.6;
    margin-bottom: 30px;
}

.text-big {
    font-size: 40px;
    font-weight: 600;
    line-height: 5;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: -40px;
}

.text-large {
    font-weight: 800;
    font-size: 60px;
    text-transform: uppercase;
}

.text-medium {
    font-weight: 300;
    font-size: 18px;
}

.text-main {
    margin-top: 20px;
}

.text-main > div {
    margin-bottom: 10px;
}

.heading {
    margin-top: 100px;
}

.heading h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #000;
}

.title-1 {
    margin-top: 200px;
}

.title-1 h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #000;
}

.title-p{

   color: #1c63b8;
  font-size: 20px;
    font-weight: 600;
    /*margin-bottom: 20px;*/
}


/*.heading p {
    color: #;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}*/

.wrapper {
    padding: 50px 50px 80px;
    position: relative;
    overflow: hidden;
}

.section-white {
    color: #000;
}

p {
    color: #909090;
}

.section-features {
    background: #f7f3e7;
    padding-top: 50px;
    padding-bottom: 0;
}

.fb-layout-3 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    padding-left: 50px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.fb-layout-3 .content-icon {
    text-align: center;
}

.fb-layout-3 .content-icon span {
    float: left;
    color: #000000;
    background-color: #f16161;
    font-size: 36px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50% 50% 50% 50%;
    margin-top: 6px;
    font-weight: 700;
}

.fb-layout-3:hover .content-icon span {
    background: #000;
}

.fb-layout-3 .box-right {
    padding-left: 25px
}

.fb-layout-3 .content-title,
.fb-layout-3 .content-desc {}

.fb-layout-3 .content-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.big-text {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-top: 60px;
    margin-bottom: 50px;
}

.big-text span {
    color: #fb5e1c;
}

.our-demo {

    
}

.our-demo .item {}

.our-demo .item > a {
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0px 0px 32px -3px rgba(0,0,0,0.64);
-moz-box-shadow: 0px 0px 32px -3px rgba(0,0,0,0.64);
box-shadow: 0px 0px 32px -3px rgba(0,0,0,0.64);

}

.our-demo .item > a:hover:after,
.our-demo .item > a:hover:before {
    opacity: 1;
    transition: all ease 0.3s;
}

.our-demo .item a img {}

.our-demo .item h4 {
    margin: 40px 0 70px;
}

.our-demo .item h4 a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-right: 22px;
    position: relative;
}

.our-demo .item h4 a:before {
    content: "\f101";
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    top: 2px;
    color: #000;
}


.our-demo .item h4 a:hover {
    color: #2868c9;
    opacity: 1;
}

.section-hasib1 {
    color: #0000;
 /*   background: url(../images/bg.jpg)no-repeat;*/
 background: #fff;
    padding-top: 0;
}

.section-hasib1 .heading p {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.content {
    padding-top: 50px;
}

.thanks {
  padding: 150px 0;
  text-align: center;
}

.thanks .col > div {
  width: 70%;
  margin: 0 auto;
  box-shadow: 0 0 25px rgba(0,0,0, 0.3);
  padding: 65px 0;
}

.thanks .rating i {
  color: #1c63b8;
  font-size: 18px;
}

.thanks .rating + p {
  font-size: 25px;
  margin: 0.5em 0;
  color: #817f8e;
}

.thanks .rating + p + span {
  font-size: 30px;
  color: #625e5c;
}



.box-1 img{

-webkit-box-shadow: 0px 13px 19px -15px rgba(0,0,0,1);
-moz-box-shadow: 0px 13px 19px -15px rgba(0,0,0,1);
box-shadow: 0px 13px 19px -15px rgba(0,0,0,1);

}

.box-1 img:hover{

 
}

#footer {
background: #051829; /* fallback for old browsers */

padding: 30px 0 70px;
}









