/*====================
RESPONSIVE AREA  CSS
======================*/
.single_responsive_thumb {
    text-align: center;
}
/*====================
THEME FETURE  CSS
======================*/
.theme_feature{
padding:100px 0px; 
}  
  .service_area {
    padding: 100px 0 70px;
}
.single_service {
    margin-bottom: 22px;
    text-align: center;
    padding: 40px 0px 25px;
    transition: .5s;
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.single_service_icon i {
    width: 125px;
    height: 125px;
    background-image: -moz-linear-gradient(-9deg, #8f0000 0%, #e16565 97%);
    background-image: -webkit-linear-gradient(-9deg, #8f0000 0%, #e16565 97%);
    background-image: -ms-linear-gradient(-9deg, #8f0000 0%, #e16565 97%);
    line-height: 120px;
    text-align: center;
    font-size: 60px;
    border-radius: 50%;
    color: #fff;
}

.icon1.single_service_icon i {
    background: #5451c1;
    border: 3px solid #5451c1;
}

.icon2.single_service_icon i {
    background: #aa1cbf;
    border: 3px solid #aa1cbf;
}

.icon3.single_service_icon i {
    background: #3b0231;
    border: 3px solid #3b0231;
}

.single_service:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
}

    .single_service:hover .single_service_icon i {
        background-image: -moz-linear-gradient(-9deg, #e16565 0%, #8f0000 97%);
        background-image: -webkit-linear-gradient(-9deg, #e16565 0%, #8f0000 97%);
        background-image: -ms-linear-gradient(-9deg, #e16565 0%, #8f0000 97%);
    }
.single_service:hover .icon1.single_service_icon i{
	background:#00247E;
	 border: 3px solid #00247E;
}
.single_service:hover .icon3.single_service_icon i{
	background:#00247e;
	 border: 3px solid #00247e;
}

/*====================
THEME PURCHASE  CSS
======================*/
.get_theme_now{
background:#171D2B; 
padding:100px 0px;
}

.get_theme_now .section-title h1{
color:#fff;
}
.purchase_button{
	text-align:center;
}
.purchase_button a{
    color: #444;
    padding: 17px 35px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 30px;
    margin: 0px 10px;
    border: 2px solid #333;
    font-weight: 600;
    background: #fff;
    letter-spacing: 2px;
	
}
.feature_title h3 {
    font-size: 20px;
    font-weight: 500;
}
/*==================*/
/* Preview Area
/*===================*/
.footer_area {
    background-image: url(img/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.single_footer_content_inner {
    margin-top: 164px;
    margin-left: 130px;
}
.single_footer_content_inner h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 68px;
}
.footer-button {
    background-image: -moz-linear-gradient(-9deg, #00247E 0%, #0c5adb 97%);
    background-image: -webkit-linear-gradient(-9deg, #00247E 0%, #0c5adb 97%);
    background-image: -ms-linear-gradient(-9deg, #00247E 0%, #0c5adb 97%);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 0 15px;
    padding: 20px 41px;
    margin-top: 30px;
    transition: .5s;
    text-transform: capitalize;
}
.footer-button:hover{
 color: #fff;
 background-color: #0c5adb;
}
.single_footer_thumb {
    position: relative;
    right: -93px;
    top: 0;
}
.theme_features h2 {
	font-size: 2.5em;
	text-align: center;
	font-weight: 600;
	color: #666;
	margin-bottom: 50px;
}
/*==================*/
/* Heder Style Area
/*===================*/
.header_style_area {
    background-image: url(img/heder.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 782px;
}
.single_header_style {
    margin-top: 60px;
}
.header_section_title {
    margin-top: 160px;
}
.header_section_title h1 {
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serifsans-serifsans-serifsans-serif;
}

/*==========*/
/* About Area
/*=========*/
.about_area {
    padding: 135px 0 0;
}
.animate_icon {
    position: relative;
    margin-left: -350px;
}
.single_about_content_inner {
    position: relative;
}
.single_about_content_inner_thumb {
    position: absolute;
    content: "";
    left: 0;
    bottom: 331px;
}
.single_about_content_inner_text {
    margin-left: 60px;
}
.single_about_content_inner_text h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #222;
}
.single_about_content_inner_text p{
    font-size:16px;
}

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }


@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }