/************************************************
[Master Stylesheet]

Project Name    : Business Consult
Author Url      : https://themeforest.net/user/themebeck


Css Table Of Content
-----------------------
01. Home Page Style
    1.1 Header Section
    1.2 Slider Section
    1.3 Free consultation section
    1.4 Service section
    1.5 Feature section
    1.6 About section
    1.7 Portfolio section
    1.8 Best consultation section
    1.9 Testimonial section
    1.10 Blog section
    1.11 Call to action section
    1.12 Footer section
02. Home Page-2 Style
03. Home Page-3 Style
04. About Page Style
05. Service Page Style
06. Project Page Style
07. Project Details Page Style
08. Blog Page Style
09. Blog Details Page Style
10. Contact Page Style
*************************************************/


/*---------------------------- 01. start Home page style ------------------------------------*/
body,
p {
    font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}
.color_2e6{
    color: #2e64f5;
}.color_ef2{
    color: #ef2340;
}
.bg_color_2e6{
    background: #2e64f5;
}
.bg_color_ef2{
    background: #ef2340;
}

p.txt {
	padding-bottom:15px;
}


li.showonsmall {display:none; }


/*------- 1.1 Header Section--------*/
header.header_v10 {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.header_v10 .topbar {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	background-color:#023c64;
}
.header_v10 .topbar_left ul {
    margin-top: 7px;
}
.header_v10 .topbar_left ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    margin-right: 30px;
    text-transform: capitalize;
}
.header_v10 .topbar_left ul li:last-child a {
    margin-right: 0;
}
.header_v10 .menuzord-menu li .indicator {
    margin-left: 7px;
}
.header_v10 .topbar_left ul li a:hover {
    text-decoration: underline;
}
.header_v10 .topbar_right   {
    background: rgba(0, 0, 0, 0) none;
    border: medium none;
    color: #fff;
    font-size: 15px;
    height: 40px;
    padding: 6px 0 0;
    width: 100%;
	font-weight:600;
	text-align:right;
}

.header_v10 .topbar_right  a {color: #fff;
}
.header_v10 .topbar_right .search_area > button {
    background: rgba(0, 0, 0, 0) none;
    border: medium none;
    font-size: 16px;
    height: 40px;
    width: 40px;
    color: #fff;
}
.header_v10 .topbar_right .search_area > button:hover {
    color: #2e64f5;
}
.header_v10 .stuck_menu .menuzord-menu > li > a {
    color: #023c64;
    font-size: 16px;
    font-weight: 600;
    padding: 24px 26px;
}
.header_v10 .stuck_menu .menuzord-menu > li.active > a,
.header_v10 .stuck_menu .menuzord-menu > li > a:hover {
    color: #009bdb;
}

.header_v10 .stuck_menu .menuzord-menu > li.contact > a {
    padding-right: 0;
}
.header_v10.sticky .stuck_menu .menuzord-menu > li.active > a,
.header_v10.sticky .stuck_menu .menuzord-menu > li > a:hover {
    color: #009bdb;
}

/*---sticky menu style---*/
.header_v10.sticky .topbar {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
.header_v10.sticky .topbar_left ul li a {
  color: #333;
}
.header_v10.sticky .topbar_right .search_area > button,
.header_v10.sticky .topbar_right .search_area > input {
  color: #333;
}
header.header_v10.sticky {
    background: #fff;
    box-shadow: 0 0 31px rgba(0, 0, 0, 0.09);
    position: fixed;
    top: -52px;
}
.header_v10.sticky .stuck_menu .menuzord-menu > li > a {
  color: #023c64;
}


/*-----------dropdown menu style----------*/
.stuck_menu .menuzord-menu ul.dropdown,
.stuck_menu .menuzord-menu ul.dropdown li ul.dropdown {
    background: #fff;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.07);
    min-width: 250px;
}
.stuck_menu .menuzord-menu > li > .megamenu,
.stuck_menu .menuzord-menu ul.dropdown {
    top: 61px;
}
.stuck_menu .menuzord-menu ul.dropdown li ul.dropdown {
    top: 0px;
}
.stuck_menu .menuzord-menu ul.dropdown li a {
    border-bottom: 1px solid rgba(0,0,0,0.04);
    color: #023c64;
    font-size: 14px;
    padding: 12px 25px 12px 22px;
    text-transform: capitalize;
}
.stuck_menu .menuzord-menu ul.dropdown li a:hover {
    background: rgba(0, 0, 0, 0.03);
}
.stuck_menu .menuzord-menu ul.dropdown > li:last-child a {
    border-bottom: none
}
.stuck_menu .menuzord-menu li ul.dropdown li .indicator {
    top: 13px;
}
.stuck_menu .menuzord-menu ul.dropdown li a i.ion-ios-plus-outline {
    font-size: 18px;
}
.header_v10 .stuck_menu .menuzord-menu ul.dropdown {
    top: 69px;
}



/*--------1.2 slider section----------*/
.home_slider .Modern-Slider .img-fill .overlay{
    background: rgba(0,0,0,0.6);
}
.home_slider .Modern-Slider .img-fill > .img_area {
    height: 687px;
    width: auto;
}
.home_slider .Modern-Slider .img-fill .slider_img1 {
    background: url(../images/skyline.jpg) no-repeat center center / cover;
}
.home_slider .Modern-Slider .img-fill .slider_img2 {
    background: url(../images/slider_img/slider_img2.jpg) no-repeat center center / cover;
}
.home_slider .Modern-Slider .img-fill .slider_img3{
    background: url(../images/slider_img/slider_img3.jpg) no-repeat center center / cover;
}
.home_slider .Modern-Slider .item .img-fill .info {
  padding: 0 15px;
    background: rgba(0, 0, 0, 0.01);
}

.home_slider .Modern-Slider .item .info h5::before {
    background: #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 16px;
    width: 70px;
}
.home_slider .Modern-Slider .item .info h5{
    padding-left: 90px;
    margin-top: 70px;
}
.home_slider .Modern-Slider .item .info h3 {
    max-width: 820px;
    width: 100%;
    line-height: 80px;
    padding-top: 25px;
    padding-bottom: 85px;
}

.home_slider .Modern-Slider .item .info a.get_free {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    min-width: 246px;
    padding: 0 20px;
    text-align: center;
}
.home_slider .Modern-Slider .item .info a.get_free i {
    display: inline-block;
    font-size: 30px;
    line-height: 53px;
    margin-left: 10px;
    vertical-align: middle;
}
.home_slider .Modern-Slider .item .info a.get_free:hover {
    background: #fff;
    color: #2e64f5;
}
.home_slider .Modern-Slider ul.slick-dots {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home_slider .Modern-Slider .slick-dots li {
    margin-bottom: 40px;
    padding-bottom: 2px;
    position: relative;
}
.home_slider .Modern-Slider .slick-dots li:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    background: #fff;
    height: 1px;
}
.home_slider .Modern-Slider .slick-dots li:last-child {
   margin-bottom: 0;
}
.home_slider .Modern-Slider .slick-dots li.slick-active:before {
    width: 100%;
}
.home_slider .Modern-Slider .slick-dots li button {
    background: rgba(0, 0, 0, 0) none;
    border: medium none;
    color: #fff;
    display: block;
    font-family: open sans;
    font-size: 18px;
    font-weight: 600;
}

/*----------slider caption transition---------*/
/*---out transition----*/
.home_slider .Modern-Slider .item h5{
  -webkit-animation:fadeOut 1s both;
          animation:fadeOut 1s both;
}

.home_slider .Modern-Slider .item h3{
  -webkit-animation:fadeOut 1s both;
          animation:fadeOut 1s both;
}

.home_slider .Modern-Slider .item a{
  -webkit-animation:fadeOut 1s both;
          animation:fadeOut 1s both;
}

/*---in transition----*/
.home_slider .Modern-Slider .item.slick-active h5{
  -webkit-animation:fadeInRight 1.1s both 0s;
          animation:fadeInRight 1.1s both 0s;
}

.home_slider .Modern-Slider .item.slick-active h3{
  -webkit-animation:lightSpeedIn 1s both 0.5s;
          animation:lightSpeedIn 1s both 0.5s;
}

.home_slider .Modern-Slider .item.slick-active a.get_free{
  -webkit-animation:fadeInUp 1s both 0.8s;
          animation:fadeInUp 1s both 0.8s;
}



/*----------------1.3 start Free consultation section------------------*/
.free_consult_section {
    padding: 120px 0;
}
.free_consult_section .content h3{
    font-size: 26px;
}
.about_section .content h5,
.free_consult_section .content h5{
    padding-left: 55px;
}

.free_consult_section .content h6,
.free_consult_section .content h2{
    width: 100%;
}

.about_section .content h5:before,
.free_consult_section .content h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    background: #888888;
    height: 1px;
    width: 40px;
}

.free_consult_section .content .line {
    height: 3px;
    margin-bottom: 38px;
    margin-top: 25px;
    width: 100px;
}

/*----form style----*/
.free_consult_section form {
    box-shadow: 0 13px 34px rgba(0, 0, 0, 0.09);
    padding: 72px 35px;
    background: #fff;
    border-bottom: 3px solid #2e64f5;
    margin-top: -220px;
}
.free_consult_section form .group {
    margin-bottom: 23px;
}
.free_consult_section form label {
    color: #555555;
    display: block;
    margin-bottom: 12px;
    font-family: montserrat;
    font-weight: 500;
}
.free_consult_section form input{
    width: 100%;
    height: 48px;
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    color: #555555;
}
.free_consult_section form .nice-select {
    border-radius: 0;
    height: 48px;
    padding-top: 3px;
    text-transform: capitalize;
    color: #555555;
    border-color: #f0f0f0;
}
.free_consult_section form .nice-select:active,
.free_consult_section form .nice-select.open,
.free_consult_section form .nice-select:focus {
    border: 1px solid #f0f0f0;
}
.free_consult_section form .nice-select::after {
    border-bottom: 1px solid #aeaeae;
    border-right: 1px solid #aeaeae;
    height: 9px;
    margin-top: -6px;
    right: 18px;
    width: 9px;
}
.free_consult_section form .nice-select .list {
    border-radius: 0;
    border: 1px solid #f0f0f0;
    box-shadow: none;
    margin-top: 4px;
}
.free_consult_section form .nice-select .option {
    line-height: 48px;
    min-height: 48px;
    text-transform: capitalize;
}

.free_consult_section form button {
    border: medium none;
    border-radius: 3px;
    font-size: 14px;
    height: 50px;
    padding: 4px 30px 0;
    margin-top: 30px;
}
.free_consult_section form button:hover {
   background: #053bcc;
}
.free_consult_section form button i {
    font-size: 27px;
    line-height: normal;
    margin-left: 10px;
    vertical-align: middle;
}


/*----------------1.4 start service section------------------*/
.section_title h2 {
  margin: 0 auto;
  max-width: 640px;
    width: 100%;
}
.card_style .single_card .img_area{
    overflow: hidden;
}
.card_style .single_card .img_area img {
    width: 100%;
}
.card_style .single_card .card_content a {
  color: #333;
}
.card_style5{
    background: #fafafa;
    padding: 110px 0 120px;
}
.card_style5 .single_card {
  border: 1px solid #eee;
  padding: 20px;
}
.card_style5 .single_card .img_area {
    border-radius: 5px 5px 0px 0px;
}
.card_style5 .single_card .card_content {
    border-top: 0;
    padding-top: 21px;
}
.card_style5 .single_card .card_content a:hover {
    color: #2e64f5;
}
.card_style5 .single_card .post_author {
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.card_style5 .single_card .post_author a.readmore {
    color: #2e64f5;
}
.card_style5 .single_card .post_author a.readmore:hover {
    text-decoration: underline;
}


/*----------------1.5 start feature section------------------*/
.color_2c3{
    color: #2c3e50;
}
.color_7c7{
    color: #7c7c7c;
}
.welcome5{
    padding-top: 110px;
    padding-bottom: 70px;
}
.welcome5 .intro_common{
    margin-bottom: 40px;
}
.welcome5 .intro_common span i {
    color: #000;
    font-size: 45px;
    left: 0;
    line-height: normal;
    position: absolute;
    top: -5px;
}
.welcome5 .intro_common .intro_text h5:hover a {
    color: #2e64f5;
}
.welcome5 .intro_common:hover span i {
    color: #2e64f5;
}


/*----------------1.6 start About section--------------------*/
.about_section {
  background: #fff;padding-left:20px;
}
.about_section .content_wrapper .content,
.about_section .content_wrapper .img_area {
    width: 100%;
	
}
.about_section .content_wrapper .img_area img {
    width: 100%;
	max-width:400px;
	text-align:center;
	
}
.about_section .content_wrapper .content{
    padding-right: 90px;
    padding-left: 40px;
    max-width: 880px;
    width: 100%;
}
.about_section .content_wrapper .content h3.title_36 {
    max-width: 580px;
    width: 100%;
}
.about_section .content .moreDetails {
    background: #023c64;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: auto;
    line-height: 23px;
    padding: 20px;
}
.about_section .content .moreDetails:hover {
    background: #009bd9;
}
.about_section .content .moreDetails i {
    font-size: 25px;
    margin-left: 10px;
    vertical-align: middle;
}



/*-------------1.8 start Best consultation section---------------*/
.best_consultation .img_area{
    width: 100%;
	text-align:left;
	padding-right:20px;
}

.best_consultation .img_area i {
    font-size:20px;
	color: #009bdb;
	line-height:35px;
	font-weight:600;
	padding-top:0;
	margin-top:0;
}

.best_consultation .img_area li a{
    font-size:16px;
	color: #009bdb;
	line-height:29px;
	font-weight:600;
}

.best_consultation .content {
    width: 100%;padding-left: 0px;
}

.best_consultation .content .consultation > li:first-child {
    margin-right: 100px;
}
.best_consultation .content h3.title_36 {
    margin-left: -2px;
}
.best_consultation .content .line {
    height: 3px;
    margin-bottom: 36px;
    margin-top: 20px;
    width: 100px;
}
.best_consultation .content .consultation li i {
    color: #023c64;
    font-size: 35px;
    line-height: normal;
}

.best_consultation .content .consultation li a {
    color: #023c64;
 	font-weight:600;
    line-height: normal;
	
}

.best_consultation .content .consultation li a:hover {
    color: #009bdb;
}



/*----------1.11 start Call to action section ------------*/
.cta_common .cta_content .content_txt p {
    font-size: 18px;
    line-height: 27px;
}

.cta_common .cta_content .cta_button {
  display: inline-block;
  font-size: 18px;
  height: 55px;
  line-height: 54px;
  min-width: 250px;
  text-align: center;
}

.cta11{
    background: #3a63d1;
}
.cta11 .cta_content .content_txt p:before {
    background: #fff;
    bottom: 11px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 110px;
}
.cta11 .cta_content .cta_button {
    background: #fff;
    color: #1b1c21;
}
.cta11 .cta_content .cta_button i {
    font-size: 32px;
    line-height: normal;
    margin-left: 7px;
    position: relative;
    top: 6px;
}
.cta11 .cta_content .cta_button:hover i {
    margin-left: 15px;
}


.cta2.bgImg {
    background: none;
    background-size: cover;
    background-position: center center;
}
.cta2.bgImg .overlay {
    background: rgba(0, 0, 0, 0.0);
}
.cta2.bgImg .cta_content .content_txt p {
    color: #cacaca;
}
.cta2.bgImg .cta_content {
    border-color: #756c62;
}

/*------------------------------Start accordion shortcode style-----------------------------*/
/*-----------common style for accordion section ------------*/

.accordion_section3 {
	background: url(../images/bgtravel.jpg) no-repeat top center / cover;
 
}
.accordion_section3 .overlayfaq {
 background: rgba(17,22,33, 0.9);

}
.accordion_common .card {
  border-radius: 4px;
  box-shadow: none;
}
.accordion_common .card .title {
    display: block;
    font-size: 18px;
    color: #023c64;
}
.accordion_common p.card-body {
    font-size: 15px;
    line-height: 26px;
    font-family: "Lato", sans-serif;
}
/*--------------------style-3------------------------*/
.accordion_style3 .card {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
}
.accordion_style3 .card .title {
    border-top: 2px solid #023c64;
    display: block;
    font-size: 18px;
    padding: 11px 55px 11px 20px;
    position: relative;
}
.accordion_style3 .card .title i {
    float: right;
    font-size: 21px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -13px;
}
.accordion_style3 .card .title:hover,
.accordion_style3 .card .title[aria-expanded=true] {
    color: #009bdb;
}
.accordion_style3 .card .title[aria-expanded=true] i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #009bdb;
}
.accordion_style3 p.card-body {
    border-top: 1px solid #dcdcdc;
    padding: 42px 20px;
}
.accordion_style3 .card:last-child p.card-body{
    border-bottom: 1px solid #dcdcdc;
}

/*style-3 version-2*/
.accordion_style3.v2 .card .title i {
    float: right;
    font-size: 15px;
}
.accordion_style3.v2 .card .title {
    border-color: #8e8e8e;
}
.accordion_style3.v2 .card .title[aria-expanded=true]{
    border-color: #009bdb;
}



/*----------1.12 start footer section ------------*/
/*-----footer common style------*/
footer .single_widget .widget_title {
  font-weight: 500;
  padding-bottom: 30px;
  text-transform: uppercase;
}
footer .single_widget .social_connect li a {
    color: #606060;
    font-size: 16px;
    margin-right: 4px;
    padding: 2px 5px;
}
footer .single_widget .social_connect li a:hover {
    color: #2e64f5;
}
footer .single_widget .quick_link li a {
    line-height: 33px;
    display: inline-block;
    color: #666666;
    font-size: 14px;
    line-height: 33px;
}
footer .twitter_post .single_tweet {
    border-bottom: 1px dashed #dbdbdb;
    padding: 12px 0;
}
footer .twitter_post .single_tweet:first-child {
    padding-top: 0;
}
footer .twitter_post .single_tweet:last-child {
    border-bottom: none;
}
footer .twitter_post .single_tweet .tweet_img {
    background: #fff;
    border: 1px solid #ddd;
    height: 60px;
    width: 60px;
}
footer .single_tweet .twitter_text li a {
    line-height: 19px;
    margin-top: -5px;
    color: #666666;
    display: block;
    font-size: 14px;
}
footer .single_widget .quick_link li a:hover,
footer .single_tweet .twitter_text li a:hover {
  color: #2e64f5!important;
  text-decoration: underline;
}
footer .twitter_post .single_tweet .post_time {
    color: #727a81;
    font-size: 12px;
    margin-top: 5px;
}
footer .twitter_post .post_time .date {
    color: #2e64f5;
    font-style: italic;
}
footer .twitter_post .single_tweet .post_time i {
    color: #222222;
    font-size: 15px;
    margin-right: 6px;
    vertical-align: middle;
}
footer .single_widget .contact_address p {
    margin-bottom: 7px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 25px;
}
footer .single_widget .contact_address p.address {
  border-bottom: 1px dashed #dbdbdb;
  padding-bottom: 15px;
}
footer .single_widget .contact_address p i {
    left: 0;
    position: absolute;
    top: 0;
}

footer .single_widget .contact_address a {
    color: #ffffff;
}
footer .single_widget .contact_address a:hover {
    
	text-decoration: underline;
}

.home2_footer .footer_widget_area {
    margin: 0 auto;
    max-width: 1390px;
    width: 100%;
}
.home2_footer .copyright {
    background: #ededed;
    color: #666666;
    font-size: 15px;
    padding: 27px 0;
}
.home2_footer .copyright>a {
    color: #2e64f5;
    font-weight: 700;
}
.home2_footer .copyright>a:hover {
    text-decoration: underline;
}

/*-----------------------------01. end home page-1 style---------------------*/


/*----------------------------02. start home page-2 style------------------------*/
/*------search area style-------*/
.search_overlay {
    background: rgba(34, 34, 34, 0.8);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 11;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    
    -webkit-transition:  all 0.2s ease-in-out;
    -o-transition:  all 0.2s ease-in-out;
    transition:  all 0.2s ease-in-out;
}
.search_overlay.show_overlay {
    opacity: 1;
    visibility: visible;
}
.search_area_modal {
    background: #f6f6f6 none repeat scroll 0 0;
    left: 50%;
    min-width: 600px;
    padding: 30px;
    position: fixed;
    top: -120px;
    overflow: hidden;
    z-index: 12;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    
    -webkit-transition: all 0.4s cubic-bezier(0.07, 0.68, 0.46, 0.98);
    -o-transition: all 0.4s cubic-bezier(0.07, 0.68, 0.46, 0.98);
    transition: all 0.4s cubic-bezier(0.07, 0.68, 0.46, 0.98);
}
.search_area_modal.show_search{
    top: 60px;
}
.search_area_modal .ion-android-close {
    background: #fff;
    color: #222;
    border-radius: 0 8px 0 70px;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: 6px 16px 11px 19px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -3px;
}
.search_area_modal .ion-android-close:hover {
    background: #ef2340;
    color: #fff;
}
.search_area_modal input,
.search_area_modal button {
    border: medium none;
    float: left;
    height: 50px;
    padding: 5px;
}
.search_area_modal input {
    padding-left: 20px;
    font-size: 18px;
}
.search_area_modal input {
    color: #333;
    background: #fff;
}
.search_area_modal button {
    background: #fff;
}
.search_area_modal input {
    width: 90%;
}
.search_area_modal button {
    width: 10%;
}
.search_area_modal button i {
    font-size: 25px;
    padding: 9px;
    display: inline-block;
}
.search_area_modal button:hover i {
    color: #ef2340;
}



header.header_v11 {
    background: #fff;
    box-shadow: 0 0 31px rgba(0, 0, 0, 0.09);
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
}
header.header_v11.sticky {
    top: -36px;
}
.header_v11 .topbar_left {
    padding-top: 3px;
}
.header_v11 .topbar_left ul > li {
    border-right: 1px solid #e1e0e4;
    cursor: pointer;
    padding: 0 17px;
    vertical-align: middle;
}
.header_v11 .topbar_left ul > li:first-child {
    padding-left: 0;
}
.header_v11 .topbar_left ul.list {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    margin-top: 5px;
}
.header_v11 .topbar_left ul > li:last-child {
    border-right: 0;
}
.header_v11 .topbar_left .nice-select {
    background: none;
    line-height: normal;
    border: medium none;
    border-radius: 0px;
    height: auto;
    padding-left: 0;
    text-transform: uppercase;
    color: #222;
    font-size: 14px;
}
.header_v11 .topbar_left .current {
    padding-left: 20px;
}
.header_v11 .topbar_left .current::before {
    content: "\f0ac";
    color: #ef2340;
    font-family: fontawesome;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.header_v11 .topbar_left .list li {
    display: block;
    padding: 0 17px!important;
    color: #222;
}
.header_v11 .topbar_left .nice-select::after {
    display: none;
}
.header_v11 .topbar_left ul li a i {
    margin-right: 7px;
    color: #ef2340;
}
.header_v11 .topbar_right > ul {
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}
.header_v11 .topbar_right ul.social_contact li a {
    color: #d0d0d0;
    display: inline-block;
    font-size: 16px;
    margin-left: 3px;
    padding: 5px;
}
.header_v11 .topbar_right ul.social_contact li a:hover {
    color: #ef2340;
}
.header_v11 .topbar_right ul.social_contact li:first-child a {
    margin-left: 0px;
}
.header_v11 .topbar_right .signin a {
    color: #42424b;
    text-transform: capitalize;
}
.header_v11 .topbar_right .signin a i {
    margin-left: 5px;
}
.header_v11 .topbar_right .sdropdown {
    background: #f4f4f4;
    border-radius: 3px;
    left: 0;
    position: absolute;
    top: 40px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.header_v11 .topbar_right .signin li:hover .sdropdown {
    top: 28px;
    opacity: 1;
    visibility: visible;
}
.header_v11 .topbar_right .sdropdown li a {
    display: block;
    padding: 3px 20px;
}
.header_v11 .topbar_right .search_icon > li:hover,
.header_v11 .topbar_right .signin li a:hover {
    color: #ef2340;
}
.header_v11 .topbar_right .search_icon > li {
    cursor: pointer;
    font-size: 17px;
    padding: 3px 9px;
}
.header_v11 .stuck_menu .menuzord {
    padding: 0 135px 0 0;
}
.header_v11 .stuck_menu .menuzord-brand {
    margin: 27px 0 0;
}

img.header_logo {
  height: 78px;
}

.header_v11 .stuck_menu .menuzord-menu > li > a {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    padding: 34px 26px;
    text-transform: capitalize;
}
.header_v11 .stuck_menu .menuzord-menu > li.active > a,
.header_v11 .stuck_menu .menuzord-menu > li > a:hover {
    color: #ef2340;
}
.header_v11 .menuzord-menu li .indicator {
  margin-left: 7px;
}
.header_v11 .getqut {
    border: 1px solid #ef2340;
    color: #ef2340;
    font-size: 14px;
    padding: 8px 20px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header_v11 .getqut:hover {
    background: #FA3E5B;
    border-color: #FA3E5B;
    color: #fff;
}
.header_v11 .stuck_menu .menuzord-menu ul.dropdown {
    top: 89px;
}

/*----banner section----*/
.home2_banner{
    background: url(../images/skyline.jpg) no-repeat bottom center / cover;
    margin-top: 110px;
}
.home2_banner .overlay{
    background: rgba(0,0,0,0.4);
}
.home2_banner .banner_content {
    height: 865px;
}
.home2_banner .banner_content .txt_wrapper {
    background: rgba(237, 36, 70, 0.85);
    max-width: 700px;
    width: 100%;
    padding: 54px 30px 74px;
}
.home2_banner .banner_content .txt_wrapper h1{
    line-height: 70px;
}
.home2_banner .banner_content .txt_wrapper a.get_free {
    background: #111;
    bottom: -27px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 56px;
    left: 50%;
    line-height: 58px;
    min-width: 246px;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
}
.home2_banner .banner_content .txt_wrapper a.get_free:hover {
    background: #fff;
    color: #ef2340;
}
.home2_banner .banner_content .txt_wrapper a.get_free i {
    display: inline-block;
    font-size: 30px;
    line-height: 53px;
    margin-left: 10px;
    vertical-align: middle;
}


/*------service section-------*/
.home2_service .service_info .service_content::before,
.home2_service .single_service .service_info *{
    transition: all 0.3s ease;
}
.home2_service .single_service {
    margin-bottom: 30px;
    overflow: hidden;
}
.home2_service .single_service .service_img img {
    width: 100%;
}
.home2_service .service_info {
    padding: 0 35px;
}
.home2_service .service_info .overlay {
    background: #f3f3f3;
    border-top: 1px solid #f1f1f1;
    height: 140%;
    left: -23px;
    top: -24px;
    transform: rotate(-7deg);
    width: 130%;
    z-index: 0;
}
.home2_service .service_info .service_content {
  margin: 0 auto -80px;
  overflow: hidden;
  padding: 75px 20px 48px;
  transform: translateY(-115px);
}
.home2_service .service_info .service_content::before {
    background: #fff;
    content: "";
    height: 150%;
    left: -50px;
    position: absolute;
    top: 30px;
    transform: rotate(-7deg);
    width: 140%;
    z-index: -1;
}
.home2_service .single_service:hover .service_content::before {
    background: #fa3e5b;
}
.home2_service .single_service:hover .service_content * {
    color: #fff;
}
.home2_service .single_service:hover .service_content a.details {
    border-color: #fff;
}
.home2_service .divider {
    height: 2px;
    margin: 12px auto;
    width: 50px;
    background: #cecece;
}
.home2_service .service_content a.details {
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    display: inline-block;
    font-size: 15px;
    height: 45px;
    line-height: 44px;
    margin-top: 23px;
    padding: 0 20px;
}
.home2_service .service_content a.details:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #ef2340;
}
.home2_service .service_content a.details i {
    font-size: 19px;
    margin-left: 10px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.home2_service .service_content a.details:hover i {
    color: #ef2340;
}


.about_section.home2 .content .moreDetails {
    background: #fa3e5b;
    line-height: 51px;
}
.about_section.home2 .content .moreDetails:hover {
    background: #ef2340;
}


/*---free consultation---*/
.home2.best_consultation{
    background: #fafafa;
}
.home2.best_consultation .content {
    padding-left: 30px;
    padding-right: 30px;
}
.home2.best_consultation .content .consultation li i {
    color: #eb354f;
}

/*-----home-2 testimonial-----*/
.testimonial_style8 .single_testimonial {
    background: #f7f7f7;
    padding: 50px 25px 46px;
    position: relative;
}
.testimonial_style8 .author_img {
    border: 1px solid #eeeeee;
    height: 80px;
    margin: 0px auto 0;
    width: 80px;
}
.testimonial_style8 .author_img img {
    width: 100%;
}
.testimonial_style8 .author_info span {
    font-size: 14px;
}
.testimonial_style8 p.author_comment {
    font-style: italic;
    padding-top: 13px;
}
.testimonial_style8 .owl-carousel .owl-stage {
    padding: 0 0 40px;
}
.testimonial_style8 .single_testimonial .rating li i {
  color: #ffba00;
  font-size: 15px;
}
.testimonial_style8 .owl-prev,
.testimonial_style8 .owl-next {
    background: #cecece;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    padding: 6px 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial_style8 .owl-prev:hover,
.testimonial_style8 .owl-next:hover {
    background: #fa3e5b;
}
.testimonial_style8 .owl-prev {
    left: -120px;
}
.testimonial_style8 .owl-next{
    right: -120px;
}


/*---cta---*/
.cta4 {
  padding-bottom: 190px;
}
.cta4 .content_txt h3 {
  font-size: 35px;
}
.cta4 .cta_content .content_txt {
    max-width: 650px;
    width: 100%;
}
.cta4 .cta_content .content_txt::after {
    background: #e0e0e0;
    content: "";
    height: 95px;
    margin-top: -47.5px;
    position: absolute;
    right: -110px;
    top: 50%;
    width: 2px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
.cta4 .cta_content .cta_button {
    border: 2px solid #FA3E5B;
    line-height: 52px;
    color: #ef2340;
}
.cta4 .cta_content .cta_button:hover {
    background: #FA3E5B;
    color: #fff;
}

.overflowShap{
    overflow: hidden;
}
.blog_post11 .overlay {
    background: #fff;
    height: 125%;
    left: -100px;
    top: -160px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    width: 300%;
}


/*----blog----*/
.blog_post11 {
    padding-bottom: 80px;
}
.blog_post11 .single_blog_post .img_area{
    overflow: visible;
}
.blog_post11 .single_blog_post:hover .img_area img{
    -webkit-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}
.blog_post11 .single_blog_post .img_area .date {
    border: 1px solid #333;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    left: 50%;
    line-height: 22px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
    z-index: 1;
}
.blog_post11 .single_blog_post:hover .img_area .date {
    border: 1px solid #f6f6f6;
    color: #FA3E5B;
    background: #f6f6f6;
}
.blog_post11 .single_blog_post .blog_content a.read_more {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}
.blog_post11 .single_blog_post .blog_content a.read_more:hover {
    text-decoration: none;
}
.blog_post11 .single_blog_post .blog_content {
    background: #FA3E5B;
    height: 100%;
    left: 0;
    padding: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.blog_post11 .single_blog_post:hover .blog_content{
    opacity: 1;
    visibility: visible;
}
.blog_post11 .single_blog_post .blog_content h5,
.blog_post11 .single_blog_post .blog_content p,
.blog_post11 .single_blog_post .blog_content a.read_more{
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}
.blog_post11 .single_blog_post .blog_content p {
    width: 100%;
}
.blog_post11 .single_blog_post:hover .blog_content h5,
.blog_post11 .single_blog_post:hover .blog_content p,
.blog_post11 .single_blog_post:hover .blog_content a.read_more{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.blog_post11 .single_blog_post .blog_content h5 {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog_post11 .single_blog_post .blog_content p {
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}
.blog_post11 .single_blog_post .blog_content a.read_more {
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
}






/*----banner section----*/
.home2_banner.v2 {
    margin-top: 0px;
    background-attachment: fixed;
}
.home2_banner.v2 .overlay {
    background: -moz-linear-gradient(left, rgba(170, 39, 188, 0.8) 0%, rgba(231, 85, 89, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(170, 39, 188, 0.8) 0%, rgba(231, 85, 89, 0.8) 100%);
    background: linear-gradient(to right, rgba(170, 39, 188, 0.8) 0%, rgba(231, 85, 89, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccaa27bc', endColorstr='#cce75559', GradientType=1);
}
.home2_banner.v2 .banner_content {
    height: 100vh;
    overflow: hidden;
}
.home2_banner.v2 .banner_content .txt_wrapper::before {
    border: 8px solid rgba(255, 255, 255, 0.15);
    bottom: 0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 70%;
    z-index: 0;
}
.home2_banner.v2 .banner_content .txt_wrapper {
    background: none;
    max-width: 980px;
    width: 100%;
}
.home2_banner.v2 .banner_content .txt_wrapper a{
    z-index: 1;
}
.home2_banner.v2 .banner_content .txt_wrapper h1 {
    position: relative;
    z-index: 1;
}
.home2_banner.v2 .banner_content .txt_wrapper a.get_free {
    background: #fff;
    color: #252525;
}
.home2_banner.v2 .banner_content .txt_wrapper a.get_free:hover i {
    margin-left: 15px;
}




/*-----------home-3 free consultation-------------*/

.free_consult_section.home3 {
    padding: 110px 0 112px;
    background: rgb(170, 39, 188);
    background: -moz-linear-gradient(left, rgba(170, 39, 188, 1) 0%, rgba(231, 85, 89, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(170, 39, 188, 1) 0%, rgba(231, 85, 89, 1) 100%);
    background: linear-gradient(to right, rgba(170, 39, 188, 1) 0%, rgba(231, 85, 89, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa27bc', endColorstr='#e75559', GradientType=1);
}
.free_consult_section.home3 .content h5::before {
    background: #fff;
}
.free_consult_section.home3 form {
    border-bottom-color: #ab42b7;
    margin-bottom: -180px;
    margin-top: -165px;
}
.free_consult_section.home3 form button {
    background: #a130ae
}
.free_consult_section.home3 form button:hover {
    background: #b847c5
}


/*------home-3 blog post-------*/
.blog_post6{
    padding: 155px 0 120px;
}
.blog_post6 .single_blog_post .blog_content a {
    color: #333;
    font-weight: 500;
}
.blog_post6 .single_blog_post .img_area {
    border-radius: 5px 5px 0px 0px;
}
.blog_post6 .single_blog_post .img_area .date {
    background: rgba(34, 34, 34, 0.7);
    border-radius: 0 0 5px 5px;
    font-size: 13px;
    left: 50%;
    line-height: 18px;
    padding: 5px 20px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.blog_post6 .single_blog_post .blog_content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 30px 21px 38px;
}
.blog_post6 .single_blog_post .blog_content a:hover {
    color: #E6545B;
}
.blog_post6 .single_blog_post .post_author {
    border: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    padding: 15px 20px;
    border-top: none;
    text-align: center;
    width: 100%;
}
.blog_post6 .post_author li{
    padding: 0 15px;
    position: relative;
}
.blog_post6 .post_author li:first-child{
    padding-left: 0;
}
.blog_post6 .post_author li:last-child{
    padding-right: 0;
}
.blog_post6 .post_author li.author:after {
    background: #888 none repeat scroll 0 0;
    content: "";
    height: 15px;
    position: absolute;
    right: -2px;
    top: 11px;
    width: 1px;
}
.blog_post6 .post_author li img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
}


/*----------home-3 footer---------*/
.home3_footer .footer_widget_area {
    margin: 0 auto;
    max-width: 1340px;
    width: 100%;
}
.home3_footer.dark {
  background: #023c64;
}
.home3_footer.dark .contact_area form {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}
.home3_footer .contact_area form > input {
    border: medium none;
    border-radius: 50px 0 0 50px;
    float: left;
    height: 50px;
    padding: 10px 20px 10px 25px;
    width: 85%;
    background: #383838;
    color: #fff;
}
.home3_footer .contact_area form > button {
    background: #383838;
    border: medium none;
    border-radius: 0 50px 50px 0;
    color: #fff;
    display: block;
    float: right;
    font-size: 43px;
    height: 50px;
    width: 15%;
}
.home3_footer .contact_area form > button:hover {
    color: #E6545B;
    padding-left: 10px;
}
.home3_footer.dark .contact_area h4,
.home3_footer.dark .single_widget .contact_address p,
.home3_footer.dark .single_widget .twitter_text li a,
.home3_footer.dark .single_widget .quick_link li a,
.home3_footer.dark .single_widget .social_connect a,
.home3_footer.dark .single_widget .widget_txt {
    color: #aeaeae;
}
.home3_footer.dark .single_widget .social_connect a:hover{
    color: #E6545B;
}
.home3_footer.dark .single_widget .widget_title {
    color: #fff;
}
.home3_footer.dark .single_tweet .post_time .date {
    color: #727a81;
}
.home3_footer.dark .single_widget .quick_link li a:hover,
.home3_footer.dark .single_tweet .twitter_text li a:hover {
    color: #009bdb!important;
}
.home3_footer.dark .twitter_post .single_tweet {
    border-bottom-color: #2d3137;
}
.home3_footer.dark .contact_address p.address {
    border-bottom-color: #2d3137;
}
.home3_footer.dark .contact_address .web > a {
    color: #fff;
}
.home3_footer.dark .contact_address .web > a:hover {
    text-decoration: underline;
}
.home3_footer.dark .contact_area .subtitle {
    font-size: 15px;
    color: #fdfdfd;
}
.home3_footer.dark .contact_area {
  border-bottom: 1px solid #383838;
}
.home3_footer.dark p.copyright {
    color: #aeaeae;
}
.home3_footer.dark p.copyright > a {
    color: #fff;
}
.home3_footer.dark p.copyright > a:hover {
    text-decoration: underline;
}
/*---------------------------- 03. end Home page-3 style ------------------------------------*/


/*---------------------------- 04. start About Page Style ------------------------------------*/

.breadcrumbs_section{
    background: url(../images/breadcrumbs_bg1.jpg) no-repeat  center bottom / cover;
}
.breadcrumbs_section .overlay {
    background: rgba(17,22,33,0.9);
}
.breadcrumbs_section .content{
    height: 600px;
}

/*----welcome content---*/
.welcome_content .content .line {
  height: 2px;
  margin: 0 auto;
  width: 100px;
}
.welcome_content .single_mission i {
    color: #2e64f5;
    font-size: 52px;
    line-height: normal;
}
.welcome_content img {
    -webkit-box-shadow: 0 11px 16px rgba(0, 0, 0, 0.37);
        box-shadow: 0 11px 16px rgba(0, 0, 0, 0.37);
		
}
.welcome_content img:hover {
    -webkit-box-shadow: 0 13px 18px rgba(0, 0, 0, 0.43);
        box-shadow: 0 13px 18px rgba(0, 0, 0, 0.43);
		
}

/*--------skill section---------*/
.skill_section{
    background: url(images/blue_bg_with_map.jpg) no-repeat fixed center center / cover;
}
.skill_section .overlay{
    background: rgba(17,22,33, 0.9);
}

/*----progresbar---*/
.skill_section .skill-progress .progress-title-holder {
    position: relative;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.skill_section .skill-progress .progress-wrapper {
    width: 100%;
    z-index: 10;
}
.skill_section .skill-progress .progress-mark {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.skill_section .skill-progress .progress-outter {
    background-color: #e5e5e5;
}
.skill_section .skill-progress .progress-content {
    width: 0%;
    background: #474d53;
}
.skill_section .skill-progress .progress-content,
.skill_section .skill-progress .progress-outter {
    height: 20px;
}
.skill_section .style5 .progress-content,
.skill_section .style5 .progress-outter {
    height: 2px;
}
.skill_section .style5 .progress-content {
    background: #2e64f5;
}
.skill_section .style5 .skill-bar {
    margin-bottom: 24px;
}
.skill_section .style5 .skill-bar:last-child {
    margin-bottom: 0px;
}
.skill_section .style5 .progress-mark {
    bottom: 10px;
}
.skill_section .style5 .percent {
    background: #2e64f5;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    padding: 6px 10px 3px;
    position: relative;
}
.skill_section .style5 .percent:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #2e64f5;
    bottom: -6px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
    margin-left: -5px;
}




/*---------------------------- 05. end service Page Style ------------------------------------*/
.service_idea .content {
    padding: 0 35px;
}
.service_idea .content h5 {
    padding: 40px 50px 75px;
}
.service_idea .single_idea {
    border: 1px solid #f2f2f2;
    padding: 30px;
}



/*-------feature section----*/
.welcome5.service_page .section_title {
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
}
.welcome5.service_page .intro_common span i {
  color: #2e64f5;
}


/*------contact section-------*/
.contact_form .abform_area .abinput_group {
    margin-bottom: 20px;
    width: 49.1%;
    position: relative;
    height: 50px;
    background: #fff;
}
.contact_form .abform_area .abinput_group.msg{
    width: 100%;
    clear: both;
    height: 150px;
    margin-bottom: 40px;
}
.contact_form .abform_area .abinput_group > input {
    border: medium none;
    height: 100%;
    padding: 10px 22px;
    width: 100%;
    background: none;
}
.contact_form .abform_area .abinput_group > textarea{
    border: none;
    resize: none;
    width: 100%;
    padding: 10px 22px;
    margin-bottom: 0;
    height: 100%;
    background: none;
}
.contact_form .abform_area button{
    border: none;
    height: 50px;
}

.contact_form2 {
    background-color: #023c64;
    padding: 110px 0 120px;
}
.contact_form2 .overlay{
    background: rgba(17,22,33,0.9);
}
.contact_form2 .abform_area .abinput_group:nth-child(even) {
    margin-left: 20px;
}
.contact_form2 .abform_area .abinput_group > textarea,
.contact_form2 .abform_area .abinput_group > input {
    color: #fff;
    border: 1px solid #374666;
}
.contact_form2 .abform_area .abinput_group > textarea:focus,
.contact_form2 .abform_area .abinput_group > input:focus {
    border-color: #2e64f5;
}
.contact_form2 .abform_area button {
    letter-spacing: 1px;
    padding: 2px 45px 0;
    background: #2e64f5;
	margin-bottom:20px;
}
.contact_form2 .abform_area button:hover {
    background: #fff;
    color: #2e64f5;
}
.contact_form2 .abform_area .abinput_group{
    background: none;
}
/*---------------------------- 05. end service Page Style ------------------------------------*/


/*---------------------------- 06. start Project Page Style ------------------------------------*/
.portfolio1.project{
    padding-bottom: 120px;
}

.pagination_common {
  width: 100%;
}
.pagination_common > li {
  display: inline-block;
}
.pagination_common > li a{
    text-align: center;
}
.pagination2 a {
    font-size: 25px;
    width: 50px;
    display: block;
    line-height: 50px;
    margin: 0 6px;
    border: 1px solid #efefef;
    color: #2e64f5;
    height: 50px;
}
.pagination2 li a:hover,
.pagination2 li.active a {
    border-color: #2e64f5;
}
.pagination2.radius a{
    border-radius: 5px;
}
.pagination2.circle a{
    border-radius: 100%;
}

/*---------------------------- 06. end Project Page Style ------------------------------------*/


/*---------------------------- 07. start Project Details Page Style ------------------------------------*/
.project_details {
  margin-top: -100px;
}
.project_details .project_wrapper {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.project_details .project_wrapper .single_item {
    border-right: 1px solid #ebebeb;
    float: left;
    height: 200px;
    width: 25%;
}
.project_details .project_wrapper .single_item:last-child {
    border-right: none;
}
.project_details .project_bref{
    margin-top: 110px;
}
.project_details .project_bref p {
    font-size: 17px;
    line-height: 30px;
}
.project_details .project_share ul li a {
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 32px;
    margin-right: 10px;
    padding: 2px;
    text-align: center;
    width: 32px;
}
.project_details .project_share ul li:last-child a {
    margin-right: 0;
}
.project_details .project_share ul li.facebook a{
    background: #4c65a8;
}
.project_details .project_share ul li.twitter a{
    background: #41a1f6;
}
.project_details .project_share ul li.g-plus a{
    background: #DC4A38;
}
.project_details .project_share ul li.instagram a{
    background: #8f6247;
}
.project_details .project_share ul li.pinterest a{
    background: #ff4c5b;
}
.project_details .project_share ul li.linkedin a{
    background: #0077B5;
}

.project_details_carousel{
    margin: 120px 0;
}
.project_details_carousel .single_img > img {
    opacity: 0.4;
}
.project_details_carousel .center .single_img > img {
    opacity: 1;
}

/*----blockquote---*/
.blockquotes {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 110px;
    margin-bottom: 5px;
}
.blockquotes i.fa-quote-left {
  color: #2e64f5;
  font-size: 34px;
}
.blockquotes blockquote {
  line-height: 34px;
}
.blockquotes .blockquote_author::before {
  background: #848484;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 35px;
}
.blockquotes .blockquote_author{
    padding-left: 50px;
}

/*------project pagination-------*/
.project_pagination{
    border-top: 1px solid #f2f2f2;
    padding-bottom: 110px;
    padding-top: 50px;
}
.project_pagination ul.align_row_spacebetween li a:hover{
    color: #2e64f5;
}
.project_pagination .next i,
.project_pagination .prev i {
    font-size: 23px;
    line-height: normal;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
.project_pagination .prev i {
    margin-right: 7px;
}
.project_pagination .next i{
    margin-left: 7px;
}
/*---------------------------- 07. end Project Details Page Style ------------------------------------*/


/*---------------------------- 08. start Blog Page Style ------------------------------------*/
.blog_standard .single_blog_post{
    margin-bottom: 80px;
}
.blog_standard .single_blog_post:last-child{
    margin-bottom: 0px;
}
.blog_standard .single_blog_post .img_area > .eye {
    align-items: center;
    background: rgba(53,102,241, 0.6);
    color: #fff;
    display: flex;
    font-size: 80px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.blog_standard .single_blog_post .img_area:hover > .eye {
    opacity: 1;
    visibility: visible;
}
.blog_standard .content .header_area {
  border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
}
.blog_standard .content .header_area>h3 {
    font-size: 36px;
}
.blog_standard .content .header_area>h3 a {
    color: #333;
    font-weight: 700;
}
.blog_standard .content .header_area>h3 a:hover {
    color: #0f4ff1;
}

.blog_standard .single_blog_post .post_date > li>a,
.blog_standard .single_blog_post .post_date > li {
    color: #666666;
    font-size: 15px;
    font-weight: 600;
    position: relative;
}
.blog_standard .single_blog_post .post_date > li>a:hover{
    color: #0f4ff1;
}
.blog_standard .single_blog_post .post_date > li {
    margin-right: 25px;
}
.blog_standard .single_blog_post .post_date > li:last-child {
    margin-right: 0px;
}
.blog_standard .single_blog_post .post_date > li:after {
    background: #666;
    content: "";
    height: 2px;
    position: absolute;
    right: -18px;
    top: 14px;
    width: 7px;
}
.blog_standard .single_blog_post .post_date > li:last-child:after {
    display: none;
}

.blog_standard .single_blog_post .content > p {
    border-top: 1px solid #f0f0f0;
    font-size: 17px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 42px;
}


.blog_standard .single_blog_post .footer {
    border: 1px solid #f3f3f3;
    padding: 20px;
}
.blog_standard .single_blog_post .footer .read_more {
    background: #3566F1;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 45px;
    line-height: 46px;
    min-width: 190px;
    text-align: center;
    text-transform: uppercase;
}
.blog_standard .single_blog_post .footer .read_more:hover {
    background: #0f4ff1;
}
.blog_standard .single_blog_post .footer .read_more i {
  font-size: 25px;
  margin-left: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.blog_standard .single_blog_post .footer .like_comment > li {
    color: #666666;
    font-size: 14px;
    margin-left: 30px;
    position: relative;
}
.blog_standard .single_blog_post .footer .like_comment > li:first-child {
    margin-left: 0px;
}
.blog_standard .single_blog_post .footer .like_comment > li:before {
    background: #dddddd;
    content: "";
    height: 12px;
    left: -17px;
    position: absolute;
    top: 10px;
    width: 1px;
}
.blog_standard .single_blog_post .footer .like_comment > li:first-child:before {
    display: none;
}
.blog_standard .single_blog_post .footer .like_comment > li i {
    color: #3566F1;
    font-size: 17px;
    font-weight: bold;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
/*---------------------------- 08. end Blog Page Style ------------------------------------*/



/*---------------------------- 10. start Contact Page Style ------------------------------------*/
.contact_form5 .abform_area .abinput_group label {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
}
.contact_form5 .abform_area .abinput_group {
    width: 48.4%;
    height: auto;
    background: none;
}
.contact_form5 .abform_area .abinput_group:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #f9f9f9;
    width: 100%;
    height: 50px;
    border-radius: 3px;
}
.contact_form5 .abform_area .abinput_group.msg:before{
    height: 150px;
}
.contact_form5 .abform_area .abinput_group.input_effect:before {
    height: 2px;
}
.contact_form5 .abform_area .abinput_group:nth-child(even) {
    margin-left: 20px;
}
.contact_form5 .abform_area .abinput_group > input {
    height: 50px;
}
.contact_form5 .abform_area .abinput_group.msg {
    height: auto;
}
.contact_form5 .abform_area .abinput_group.msg textarea {
    height: 150px;
}
.contact_form5 .abform_area .abinput_group > textarea,
.contact_form5 .abform_area .abinput_group > input {
    color: #333333;
    padding-left: 0;
    z-index: 2;
    position: relative;
    background: transparent;
}
.contact_form5 .abform_area button {
    background: #2e64f5;
    letter-spacing: 1px;
    padding: 2px 45px 0;
}
.contact_form5 .abform_area button:hover {
    background: #3f75ff;
}


.contact_page2 .contact_info ul > li {
    color: #dadada;
    line-height: 35px;
}
.contact_page2 .contact_info {
    padding: 38px 25px;
}

.contact_page2 .support{
    padding: 42px 25px;
}
.contact_page2 .support > p {
    color: #dadada;
    font-size: 14px;
    letter-spacing: 1.5px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.contact_page2 .support > h3 {
    color: #dadada;
    font-weight: 600;
}
.contact_page2 .support > h3 i {
  margin-right: 10px;
  vertical-align: middle;
}
.mapHome2 {
    width: 100%;
    height: 550px;
}





/*-------contact details--------*/
.contact_details .single_contact i {
    color: #444;
    font-size: 40px;
    line-height: normal;
}
.contact_details .single_contact {
    background: #efefef;
    float: left;
    height: 330px;
    width: 25%;
    padding: 15px;
}
.contact_details .single_contact:nth-child(2n) {
	background: #e8e8e8;
}
.single_contact.time > ul {
    max-width: 340px;
    padding: 0 10px;
    width: 100%;
}
.contact_details .single_contact li {
    color: #666;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 6px;
}
.contact_details .single_contact li::before {
    content: "";
    height: 0px;
    left: 0;
    top: 14px;
    position: absolute;
    width: 100%;
    border-top: 1px dashed #666;
}
.contact_details .single_contact li span {
    background:   #e8e8e8;  
    display: inline-block;
    position: relative;
    padding: 0 10px;
    z-index: 1;
}


.contact_details .single_contact li span:first-child {
    float: left;
    text-align: left;
    padding-left: 0;
}

.contact_details .single_contact li span:last-child {
    float: right;
    padding-right: 0;
}


/*---------------------responsive style----------------------*/
@media (max-width: 1400px){
    .contact_details .single_contact {
        height: 280px;
    }
    
}

@media (max-width: 1199px){
    .contact_details .single_contact {
        width: 23.3%;
    }
    .contact_details .single_contact.time {
        width: 30%;
    }
    
    
}

@media (max-width: 991px){
    .mapHome1 {
        height: 460px;
    }
    
 
    .contact_details .single_contact.time,
    .contact_details .single_contact {
        width: 50%;
    }
    .contact_details .single_contact:nth-child(2),
    .contact_details .single_contact:nth-child(4) {
        background: #efefef;
    }
    .contact_details .single_contact:nth-child(1),
    .contact_details .single_contact:nth-child(3) {
        background: #e8e8e8;
    }
    
    
}

@media (max-width: 767px){
    .mapHome1 {
        height: 370px;
    }
     
}

@media (max-width: 575px){

    .contact_details .single_contact.time,
    .contact_details .single_contact {
        float: none;
        width: 100%;
    }
    .contact_details .single_contact {
        background: #e8e8e8!important;
        border-top: 1px solid #ddd;
    }
    .contact_details .single_contact:first-child {        
        border-top: none;
    }
    
    
}



/*--------------------table common style-----------*/
.table_style_common table tr > th,
.table_style_common table tr > td {
    color: #666666;
    padding: 5px 10px !important;
    text-align: center;
    border: none;
    background: #f9f9f9;
}
.table_style_common table tr > th {
    color: #333333;
    background: #f1f0f0;
}
.table_style_common .table > thead > tr > th {
    border: none;
}
.table_style_common table tr:hover td{
    background: #fff;
}



/*---------table style-4-------------*/
.table_style4 table{
    border: 1px solid #f7f7f7;
}
.table_style4 table tr > th{
    background: #f7f7f7;
	color:#023c64;
}
.table_style4 table tr > td{
    background: none;
    border-bottom: 1px solid #f7f7f7;
}
.table_style4 table tr:hover td{
    background: #f7f7f7;
}


/*------------------------------ Start Tab shortcode style-----------------------------*/
/*----------all Tab Common Style----------*/

.tab_common .nav > li > a:focus,
.tab_common .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
.tab_common .nav > li > a {
    font-size: 16px;
    text-align: center;
    display: block;
}
.tab_common .nav-tabs {
    border-bottom: medium none;
}



/*----------------------tab style-6----------------------*/
.tab_style6 .nav{
    width: 100%;
}
.tab_style6 .nav > li {
    float: left;
    width: 20%;

}
.tab_style6 .nav > li > a {
    color: #444;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    line-height: 80px;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}
.tab_style6 .nav > li:hover,
.tab_style6 .nav > li > a.active {
    background: #f9f9f9;
}

.tab_style6 .nav > li > a.active i,
.tab_style6 .nav > li:hover > a i,
.tab_style6 .nav > li:hover a,
.tab_style6 .nav > li a.active {
    color: #614d7e;
}

.tab_style6 .nav > li > a i {
    color: #444;
    font-size: 30px;
    margin-right: 15px;
}

.tab_style6 .tab-content {
    background: #f9f9f9;
    padding: 50px;
    margin-top: -10px;
    border-bottom: 2px solid #614d7e;
}

.tab_style6 .tab_content .tab_img {
    max-width: 400px;
}
.tab_style6 .tab_content .tab_img img {
    width: 100%;
}
.tab_style6 .tab_content .tab_text {
    padding-left: 45px;
    width: 61%;
}
.tab_style6 .tab_content .tab_text .read-more {
    background: #614d7e;
    color: #fff;
    display: inline-block;
    padding: 11px 40px;
}
.tab_style6 .tab_content .tab_text .read-more:hover {
    background: #333;
}



/*--------------------1.4 start Token section style-------------------*/


.token_section{
    padding-top: 180px;
    padding-bottom: 40px;
}
.token_section .section_title {
    max-width: 620px;
    width: 100%;
	background: url(images/blue_bg_with_map.jpg) no-repeat fixed center center / cover;
}
.token_section .overlay {
    background: #f7fbfd;
    border-radius: 430px 0 0 0;
    -webkit-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
    top: 276px;
    left: -100px;
    width: 200%;
    height: 200%;
}

.token_section .overlay{
    background: rgba(17,22,33, 0.9);
}
	
.token_section .available_title li a {
    color: #06d1ee;
    font-size: 15px;
}
.token_section .available_title li a:hover {
    text-decoration: underline;
}
.token_section .currencies{
    margin-left: -20px;
}
.token_section .currencies .single_currence {
    background: #fff none repeat scroll 0 0;
    border-radius: 35px;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    min-height: 130px;
    width: 29%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
}
.token_section .currencies .single_currence > img {
    width: 80px;
}
.token_section .currencies .single_currence:nth-child(2),
.token_section .currencies .single_currence:nth-child(5) {
    margin-top: -20px;
}

/*--------count down area--------*/
.token_section .countdown_area {
    padding: 40px 25px;
}
.token_section .counter_wrapper .single-count {
    float: left;
    width: 25%;
}
.token_section .counter_wrapper .single-count h1 {
    font-weight: 700;
    background: -webkit-linear-gradient(90deg, #1c7bfc, #00eaea);
    background: linear-gradient(90deg, #1c7bfc, #00eaea);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.token_section .counter_wrapper .single-count p{
    font-weight: 600;
    padding-top: 5px; 
}
.token_section a.token_collect_btn {
    background: rgb(28, 123, 252);
    background: -moz-linear-gradient(left, rgba(28, 123, 252, 1) 1%, rgba(0, 193, 242, 1) 52%, rgba(0, 234, 234, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(28, 123, 252, 1) 1%, rgba(0, 193, 242, 1) 52%, rgba(0, 234, 234, 1) 100%);
    background: linear-gradient(to right, rgba(28, 123, 252, 1) 1%, rgba(0, 193, 242, 1) 52%, rgba(0, 234, 234, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c7bfc', endColorstr='#00eaea', GradientType=1);
    
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 60px;
    line-height: 61px;
    margin-top: 45px;
    min-width: 250px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.token_section a.token_collect_btn:hover{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
 
/*-----------------coin conversion------------------*/
.contact_form2 .currency_select_area .select_input {
  
}
.contact_form2 .currency_select_area #coin_icon2,
.contact_form2 .currency_select_area #coin_icon {
    left: 22px;
    position: absolute;
    top: 31px;
    width: 35px;
    z-index: 1;
}
.contact_form2 .currency_select_area span.sells {
    color: #999;
    font-size: 15px;
    left: 73px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    z-index: 1;
}
.contact_form2 .currency_select_area .nice-select {
    border: medium none;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    height: 100px;
    line-height: normal;
    padding-left: 73px;
    padding-top: 52px;
}
.contact_form2 .currency_select_area .nice-select::after {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    height: 10px;
    right: 15px;
    width: 10px;
}
.contact_form2 .currency_select_area .nice-select .list {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}
.contact_form2 .currency_select_area .nice-select .option {
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.contact_form2 .currency_select_area .txt_input {
    padding: 19px 30px 35px 43px;
}
.contact_form2 .currency_select_area .txt_input input {
    color: #333;
    font-size: 25px;
    padding-left: 0;
    font-weight: 600;
    height: 55px;
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
    border-bottom: 2px solid #1a80fb;
}
.contact_form2 .currency_select_area.buy .txt_input input {
    border-bottom-color: #01e8ea;
}

.contact_form2 .convert_button_area{
    height: 100%;
}
.contact_form2 .convert_button_area p {
    font-size: 13px;
}
.contact_form2 .convert_button_area > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e1e6e9;
    border-radius: 100%;
    cursor: pointer;
    height: 80px;
    padding: 8px;
    width: 80px;
}
.contact_form2 .convert_button_area > button:hover {
    border-color: #1c7bfc;
}
.contact_form2 .convert_button_area > button span {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    display: block;
    height: 100%;
    padding: 22px 18px;
    width: 100%;
    color: #bababa;
}
.contact_form2 .convert_button_area > button:hover span {
    background: #1c7bfc;
    color: #fff;
}
.contact_form2 .convert_button_area > button span i {
    display: block;
    font-size: 23px;
    line-height: 10px;
} 
 
 
  .list_common{
        margin-bottom: 30px;
    }
    .list_common > li {
        color: #02364;
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
        padding-left: 30px;
        position: relative;
    }
    .list_common > li i {
        font-size: 18px;
        left: 0;
        position: absolute;
        top: 1px;
    }
    .list_common.border_btm > li i {
        top: 10px;
    }
    .list_common.border_btm > li {
        border-bottom: 1px dashed #ececec;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .list_common.border_solid > li {
        border-bottom-style: solid;
    }
    .list_common.border_btm > li:last-child {
        border-bottom: none;
    }
    /*-----------style-1 ------------*/
    .list_style10 > li i,
    .list_style7 > li i,
    .list_style4 > li i,
    .list_style1 > li i {
        color: #02364;
    }

    
 

.color_10 {
	color: #023c64;
}

.color_55 {
	color: #009bd9;
}

.scroll_top {
background-color: #009bd9;
}

.scroll_top:hover i {
    color: #023c64;
}
	
@media (max-width: 1400px){
	img.header_logo {
		height: 60px;
	}
}

@media (max-width: 575px){
	
	img.header_logo {
		max-width:250px;
		height: 55px;
	}
	.showonsmall {display:inline;}
	
	.breadcrumbs_section{
		background: url(../images/skylinesm.jpg) no-repeat  center bottom / cover;
		height: 300px;
		width: 100%;
	}
	.home3_footer .footer_widget_area {
		padding-top:5px;
	}
}

@media (max-width: 300px){
	img.header_logo {
		height: 35px;
	}
}

/*---------------------------- 10. end Contact Page Style ------------------------------------*/
