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

Project Name    : Blog home page
Author Url      : https://themeforest.net/user/themebeck


Css Table Of Content
-----------------------
01. Home Page-1 Style
02. Home Page-2 Style
03. Home Page-3 Style
04. Home Page-4 Style


*************************************************/


/*---------------------------- 01. start Home page style ------------------------------------*/





body,
p {
    font-family: 'Lato', sans-serif;
    color: #666;
	
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}
.color_5e2{
    color: #5e2bbb;
}

.bg_color_5e2{
    background: #5e2bbb;
}

.lato {
    font-family: 'Lato', sans-serif;
}   

.offcanvas .navigation_item .logo_li .cross_sign,
.home4_footer .contact_area form > button,
.home4_blog_post aside .newsletter .input_group > button,
.header4 .stuck_menu .menuzord-menu > li > a,
.home3_testimonial .owl-prev,
.home3_testimonial .owl-next,
.newsletter_section .newsletter_wrapper form > button,
.featured_site .featured_logos li img,
.instagram_feed2 .single_image img,
.blog_column4 .single_blog_post img,
.blog_hero2 .img_area img,
.newsletter form button i,
.blog_listing .post_content .read_more i,
.blog_listing .portfolio_menu > li .icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.d {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio_IT .single_item ul.icon,
.home1_slider .Modern-Slider .slick-dots li,
.home1_slider .Modern-Slider .slick-dots li button:before {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}




/*-----------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;
    text-align: left;
}
.stuck_menu .menuzord-menu > li > .megamenu,
.stuck_menu .menuzord-menu ul.dropdown {
    top: 90px;
}
.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);
   
    font-size: 1.2em;
    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;
}



/*---------------------1.2 blog hero section-----------------*/
.blog_hero .hero_wrapper {
    height: 100vh;
}
.blog_hero .hero_content,
.blog_hero .hero_video {
    float: left;
    width: 50%;
    height: 100%;
}
.blog_hero .hero_content{
    padding: 0 100px;
}
.blog_hero .hero_content h5,
.blog_hero .hero_content h1 {
    width: 100%;
    max-width: 650px;
    width: 100%;
}

.blog_hero .hero_content .account_btn {
    background: rgb(100, 43, 207);
    background: -moz-linear-gradient(left, rgba(100, 43, 207, 1) 0%, rgba(144, 93, 181, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(100, 43, 207, 1) 0%, rgba(144, 93, 181, 1) 100%);
    background: linear-gradient(to right, rgba(100, 43, 207, 1) 0%, rgba(144, 93, 181, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#642bcf', endColorstr='#905db5', GradientType=1);

    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 60px;
    line-height: 59px;
    min-width: 230px;
    text-align: center;
}
.blog_hero .hero_content .account_btn:hover {
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.35);
}

.blog_hero .hero_content .social_icon li{
    vertical-align: middle;
    font-size: 15px;
    color: #939393;
}
.blog_hero .hero_content .social_icon li a {
    color: #7541d3;
    display: inline-block;
    font-size: 20px;
    margin: 0 2px;
    padding: 2px 4px;
}

.blog_hero .stuck_word {
    /*background: url(images/s_bg.jpg) no-repeat top center / cover;*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    font-family: "Lato", sans-serif;
    font-size: 60px;
    font-weight: 700;
    /*height: 368px;*/
    max-width: 230px;
    left: 50%;
    line-height: 170px;
    position: absolute;
    top: 50%; 
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*---video area---*/
.blog_hero .hero_video {
    background: url(images/hero_video_bg.jpg) no-repeat top center / cover;
}

.blog_hero .hero_video .overlay {
    background: -moz-linear-gradient(left, rgba(100, 43, 207, 0.9) 1%, rgba(100, 44, 207, 0.9) 2%, rgba(144, 93, 181, 0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(100, 43, 207, 0.9) 1%, rgba(100, 44, 207, 0.9) 2%, rgba(144, 93, 181, 0.9) 100%);
    background: linear-gradient(to right, rgba(100, 43, 207, 0.9) 1%, rgba(100, 44, 207, 0.9) 2%, rgba(144, 93, 181, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6642bcf', endColorstr='#e6905db5', GradientType=1);
}

.blog_hero .hero_video > a.venobox {
    background: transparent;
    color: #fff;
    font-size: 100px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



/*--------------------blog list section---------------*/
.section_padding{
    padding: 90px 0;
}

.blog_listing .portfolio_menu > li {
    color: #949393;
    font-size: 15px;
    font-weight: 700;
    padding: 0 14px;
    cursor: pointer;
    position: relative;
}
.blog_listing .portfolio_menu > li .icon {
    background: #8756c8;
    border-radius: 100%;
    height: 6px;
    left: 50%;
    position: absolute;
    width: 6px;
    margin-left: -3px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}
.blog_listing .portfolio_menu > li.is-checked{
    color: #222222;
}
.blog_listing .portfolio_menu > li.is-checked .icon {
    top: 28px;
    opacity: 1;
    visibility: visible;
}

.blog_listing .add_topic a {
    border: 2px solid #5e2bbb;
    border-radius: 50px;
    color: #5e2bbb;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    min-width: 170px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
}
.blog_listing .add_topic a:hover {
    background: #5e2bbb;
    color: #fff;
    border-color: #5e2bbb;
}


.blog_listing .single_post{
    margin-bottom: 20px;
	   border-bottom: 1px solid #5e2bbb;
	
}
.blog_listing .single_post:last-child{
    margin-bottom: 0px;
}
.blog_listing .post_img img{
    width: 100%;
}

.blog_listing .single_post .post_img .post_tag {
    background: #5e2bbb;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    height: 30px;
    left: 30px;
    line-height: 28px;
    margin-top: -15px;
    min-width: 90px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.blog_listing .post_content .post_info > li a,
.blog_listing .post_content .post_info > li {
    color: #686868;
    font-size: 15px;
    line-height: 15px;
}
.blog_listing .post_content .post_info > li{
    padding: 0 10px;
    border-right: 1px solid #686868;
}
.blog_listing .post_content .post_info > li:first-child{
    padding-left: 0;
}
.blog_listing .post_content .post_info > li:last-child{
    padding-right: 0;
    border-right: none;
}
.blog_listing .post_content .post_info > li a:hover {
    color: #5e2bbb;
}

.blog_listing .post_content .share_comment li {
    color: #666666;
    display: inline-block;
    font-size: 15px;
    margin-right: 27px;
}
.blog_listing .post_content .share_comment li a:hover{
    color: #7542d3;
}
.blog_listing .post_content .share_comment li i {
    color: #7542d3;
    margin-right: 8px;
}

.blog_listing .post_content .read_more {
    background: rgb(100, 43, 207);
    background: -moz-linear-gradient(left, rgba(100, 43, 207, 1) 0%, rgba(144, 93, 181, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(100, 43, 207, 1) 0%, rgba(144, 93, 181, 1) 100%);
    background: linear-gradient(to right, rgba(100, 43, 207, 1) 0%, rgba(144, 93, 181, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#642bcf', endColorstr='#905db5', GradientType=1);

    border-radius: 3px;
    color: #0099FF ;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    min-width: 190px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}
.blog_listing .post_content .read_more i {
    font-size: 23px;
    line-height: normal;
    margin-left: 7px;
    position: relative;
    top: 3px;
}
.blog_listing .post_content .read_more:hover i {
    margin-left: 12px;
}

/*---pagination---*/
.blog_listing .pagination {
    width: 100%;
    margin-top: 70px;
}
.blog_listing .pagination > li {
    margin: 0 5px;
}
.blog_listing .pagination li a {
    text-align: center;
    border: 1px solid #efefef;
    color: #555555;
    display: block;
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    padding: 0 15px;
    border-radius: 3px;
}
.blog_listing .pagination li:last-child a,
.blog_listing .pagination li:first-child a {
    font-size: 15px;
    text-transform: uppercase;
    color: #131313;
}
.blog_listing .pagination li.active a,
.blog_listing .pagination li a:hover {
    border-color:#2a2a2a;
    color: #fff;
    background: #2a2a2a;
}


/*--------------blog cta section-----------------*/

.blog_cta {
    padding: 105px 0;
    background: rgb(100, 43, 207);
    background: -moz-linear-gradient(left, rgba(100, 43, 207, 1) 0%, rgba(144, 93, 181, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(100, 43, 207, 1) 0%, rgba(144, 93, 181, 1) 100%);
    background: linear-gradient(to right, rgba(100, 43, 207, 1) 0%, rgba(144, 93, 181, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#642bcf', endColorstr='#905db5', GradientType=1);
}
.blog_cta .cta_content {
    border: 1px solid #a976d5;
    padding: 40px 0 50px;
    margin: 0 35px;
}
.blog_cta .cta_content p {
    color: #eaeaea;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    padding: 15px 0 22px;
}
.blog_cta .cta_content .contact_now {
    background: #5e1cd2;
    color: #e2e2e2;
    display: inline-block;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    width: 260px;
}
.blog_cta .cta_content .contact_now:hover {
    background: #fff;
    color: #5e1cd2;
}

.cta12 p.post_content {
	text-align:left;	
}




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


/*---------------------------- 02. start Blog home page-2 style ------------------------------------*/
.home3_header {
    left: 0;
    padding: 20px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.home3_header .menubar {
    padding: 5px 7px;
    cursor: pointer;
}

.home3_header .menubar .bar {
    background: #fff;
    height: 3px;
    margin: 6px 0;
    width: 30px;
}



/*--------------hero area-----------------*/
.blog_hero2 {
    height: 100vh;
}
.blog_hero2 .img_area {
    float: left;
    width: 33.333%;
    height: 100%;
    overflow: hidden;
}
.blog_hero2 .img_area img {
    width: 100%;
    height: 100%;
}
.blog_hero2 .img_area .overlay_content {
    position: absolute;
    background: rgba(0,0,0,0.2);
    left: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    width: 100%;
	text-align: left;
}



.blog_hero2 .img_area .overlay_content .tag a{
    width: 300apx;
    height: 55px;
    line-height: 35px;
    font-size: 1.25em;
    color: #fff;
    text-transform: capitalize;
    display: block;
    text-align: center;
    border-radius: 50px;
	padding-top:10px;
	font-weight:600;
}
.blog_hero2 .img_area .overlay_content .tag.blue a{
    background: #0099FF ;
}
.blog_hero2 .img_area .overlay_content .tag.green a{
    background: #ffc107  ;
}
.blog_hero2 .img_area .overlay_content .tag.red a{
    background: #F83634  ;
}
.blog_hero2 .img_area .overlay_content h2{
    font-size: 1.75em;
    line-height: 30px;
    width: 100%;
	margin-left:5px;
}

.blog_hero2 .img_area .overlay_content h2 a{
    font-weight: 700;
    color: #fff;
}
.blog_hero2 .img_area .overlay_content  h2 a:hover {
   	    color: #DEDEDE;
}

.blog_hero2 .img_area .overlay_content .tag a:hover{		
 color: #DEDEDE;
}


/*-------------about author section-----------*/
.about_author .container-fluid{
    padding: 0;
}
.about_author .container-fluid .row {
    margin: 0;
}
.about_author .container-fluid .col-lg-4:first-child{
    padding-left: 0;
}
.about_author .container-fluid .col-lg-4:last-child{
    padding-right: 0;
}

.about_author .single_block.author_img{
    padding: 0;
    overflow: hidden;
    background: url(images/blog_author_img.jpg) no-repeat top right / cover;
}
.about_author .single_block {
    background: #000;
    height: 100%;
    padding: 50px 40px;
}
.about_author .single_block h3 a{
    color: #fff;
    font-weight: 700;
}
.about_author .single_block h3 a:hover{
    color: #0fba97;
}
.about_author .single_block p{
    color: #c0c0c0;
}
.about_author .single_block .read_more {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    width: 160px;
}
.about_author .single_block .read_more:hover {
    border-color: #0fba97;
    background: #0fba97;
}

.about_author .contact_info p {
    color: #c0c0c0;
    display: block;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 35px;
    position: relative;
}
.about_author .contact_info p i {
    left: 0;
    position: absolute;
    top: 0;
    color: #565656;
    font-size: 20px;
}
.about_author .contact_info p.web a {
    color: #115bef;
}
.about_author .contact_info p.web a:hover {
    text-decoration: underline;
}


/*---------------blog post style--------------*/
.blog_column4 {
    background: #f6f6f6;
}
.blog_column4 .single_blog_post .img_area{
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.blog_column4 .single_blog_post .img_area img {
    width: 100%;
}
.blog_column4 .single_blog_post img {
    border-radius: 5px 5px 0 0;
}
.blog_column4 .single_blog_post{
    border-radius: 5px;
    margin-bottom: 30px;
}
.blog_column4 .single_blog_post .img_area .date {
    bottom: 0;
    font-size: 13px;
    padding: 6px 20px;
    position: absolute;
}
.blog_column4 .single_blog_post .blog_content {
    padding: 20px 20px 0;
}
.blog_column4 .single_blog_post .blog_content p {
    border-bottom: 1px solid #eee;
    border-top: 4px double #eee;
    padding-bottom: 22px;
    padding-top: 12px;
    margin-top: 17px;
}
.blog_column4 .single_blog_post .blog_content ul img {
    border-radius: 100%;
    height: 30px;
    vertical-align: bottom;
    width: 30px;
    margin-right: 15px;
}
.blog_column4 .single_blog_post .blog_content ul li {
    font-size: 13px;
}
.blog_column4 .single_blog_post .blog_content ul li a {
    font-size: 13px;
    color: #1a64dc;
}
.blog_column4 .single_blog_post .blog_content ul li a:hover {
    text-decoration: underline;
}

/*---pagination---*/
.blog_column4 .pagination {
    width: 100%;
    margin-top: 50px;
}
.blog_column4 .pagination > li {
    margin: 0 5px;
}
.blog_column4 .pagination li a {
    text-align: center;
    border: 1px solid #efefef;
    color: #555555;
    display: block;
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    padding: 0 15px;
    border-radius: 3px;
}
.blog_column4 .pagination li:last-child a,
.blog_column4 .pagination li:first-child a {
    font-size: 15px;
    text-transform: uppercase;
    color: #131313;
}
.blog_column4 .pagination li.active a,
.blog_column4 .pagination li a:hover {
    border-color:#2a2a2a;
    color: #fff;
    background: #2a2a2a;
}


/*-------------------footer---------------------*/


/*---------------------------- 03. start Blog home page-3 style ------------------------------------*/
.header_v1.home3 .stuck_menu .menuzord-menu li a {
    color: #222;
    text-transform: capitalize;
}
.header_v1.home3 .stuck_menu .menuzord-menu li a:hover,
.header_v1.home3 .stuck_menu .menuzord-menu li.active a {
    color: #273ee9;
}

/*----------blog-3 hero area-------------*/
.blog_hero3 {
    padding: 195px 0;
    background: url(images/hero_bg3.jpg) no-repeat top right / cover;
}
.blog_hero3 .overlay {
    background: rgba(255,255,255,0.6);
}

.interview_spot .interview_content .read_more,
.blog_hero3 .featured_post .read_more {
    background: #273ee9;
    border-radius: 50px;
    box-shadow: 0 13px 20px rgba(0, 0, 0, 0.11);
    color: #fff;
    display: block;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
}
.interview_spot .interview_content .read_more:hover,
.blog_hero3 .featured_post .read_more:hover {
    box-shadow: none;
}

/*------personal info-----*/
.blog_hero3 .personal_info {
    border-radius: 5px;
    padding: 40px;
    box-shadow: 0 13px 20px rgba(0, 0, 0, 0.03);
}
.blog_hero3 .personal_info .author_img {
    border-radius: 100%;
    height: 120px;
    width: 120px;
    margin-bottom: 10px;
}
.blog_hero3 .personal_info .line {
    background: #273ee9;
    height: 2px;
    margin: 0 auto;
    width: 75px;
}

.blog_hero3 .personal_info .social_activity a {
    color: #666666;
    font-size: 15px;
    font-weight: 700;
}
.blog_hero3 .personal_info .social_activity a:hover {
    color: #273ee9;
    text-decoration: underline;
}
.blog_hero3 .personal_info .social_activity a i {
    color: #273ee9;
    margin-right: 5px;
}

.blog_hero3 .personal_info .buttons a {
    background: #2b2b2b;
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 38px;
    line-height: 37px;
    margin: 0 5px;
    width: 128px;
}
.blog_hero3 .personal_info .buttons .follow a{
    background: #273ee9;
}


/*-----------latest blog section--------------*/
.home3_section_title span {
    background: #444444;
    height: 3px;
    margin: 0 auto;
    width: 30px;
}
.home3_section_title span::after,
.home3_section_title span::before {
    background: #e2e2e2;
    content: "";
    height: 2px;
    position: absolute;
    top: 0.5px;
    width: 30px;
}
.home3_section_title span::before {
  left: -48px;
}
.home3_section_title span::after {
  right: -48px;
}



/*----------testimonial section------------*/


.featured_site .featured_logos li:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}



/*---------------------------- 04. start Blog home page-4 style ------------------------------------*/
.header4 .topbar {
    padding: 21px 0;
    border-bottom: 1px solid #f2f2f2;
	text-align:center;
	font-size: .9em;
}

.header4 ul.social_contact {

		width:100%;
		padding:0px 40px 0 0;
		text-align:right;
}

.header4 ul.social_contact li a {
    color: #475154;
    display: block;
    margin-left: 0px;
    padding: 5px;
	margin: 0 0px 0 ;
	text-align:left;
}
.header4 ul.social_contact li a:hover {
    color: #475154 ;
	text-decoration:underline;
}

.header4 .logo17 img {
    display: block;
    margin: 0;
    text-align: center;
    width: 95%;
	margin:0 0 10px 0px;
	
}

.header4 .topbar_right {
    margin-top: 4px;
	width:100%;
	text-align:left;
}
.header4 .topbar_right > li a,
.header4 .topbar_right > li {
    font-size: 0.9rem;
    color: #475154;
}
.header4 .topbar_right > li {
    margin-left: 0px;
}
.header4 .topbar_right > li:first-child {
    margin-left: 0px;
}
.header4 .topbar_right > li i {
    margin-right: 12px;
}
.header4 .topbar_right > li a:hover {
    text-decoration: underline;
}

/*---main menu---*/
.header4 .stuck_menu {
    padding: 18px 0;
}
.header4 .menuzord .logo17 {
    display: none;
    position: absolute;
}
.header4 .stuck_menu .menuzord-menu.menuzord-right {
    float: none;
    text-align: center;
    width: 100%;
}
.header4 .stuck_menu .menuzord-menu > li {
    float: none;
}
.header4 .stuck_menu .menuzord-menu > li > a {
    border-bottom: 1px solid transparent;
    color: #fff ;
    font-family: lato;
    font-size: 1.05em;
    font-weight: 500;
    margin-right: 30px;
    padding: 6px 0px;
   
}
.header4 .stuck_menu .menuzord-menu > li.last_child > a {
    margin-right: 0;
}
.header4 .stuck_menu .menuzord-menu > li > a:hover,
.header4 .stuck_menu .menuzord-menu > li.active > a {
    border-color: #D3D3D3     ;
	color:#D3D3D3  ;  /*  Change menu hover colour here  */
}

.header4 .stuck_menu .menuzord-menu > li > .megamenu,
.header4 .stuck_menu .menuzord-menu ul.dropdown {
    top: 50px;
}

/*---------------1.2 Banner section-----------------*/
.banner_section{
    background: url(images2/2019festivals.jpg) no-repeat center center / cover;
    height: 827px;
    overflow: hidden;
}
.banner_section .bg_overlay {
    background: #0099FF ;
    border-radius: 80px;
    bottom: -80px;
    height: 650px;
    padding: 100px;
    position: absolute;
    right: -160px;
    width: 900px;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    transform: rotate(-13deg);
}
.banner_section .banner_content {
    max-width: 610px;
    width: 100%;
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    -o-transform: rotate(13deg);
    transform: rotate(13deg);
}
.banner_section .banner_content a.get_free {
    background: #20b8ff;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    height: 56px;
    line-height: 58px;
    min-width: 246px;
    padding: 0 20px;
    text-align: center;
}
.banner_section .banner_content a.get_free:hover {
    background: #fff;
    color: #20b8ff;
}
.banner_section .banner_content a.get_free i {
    display: inline-block;
    font-size: 30px;
    line-height: 53px;
    margin-left: 10px;
    position: relative;
    top: 5px;
    line-height: normal;
}


/*------------------blog hero carousel----------------*/
.blog4_hero_carousel{
    overflow: hidden;
}
.blog4_hero_carousel .container-fluid > .row > .col-12,
.blog4_hero_carousel .container-fluid{
    padding: 0 0;
}
.blog4_hero_carousel .container-fluid .row {
    margin: 0 0;
}
.blog4_hero_carousel .carousel_content {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    padding: 20px;
    width: 100%;
}
.blog4_hero_carousel .carousel_content h2,
.blog4_hero_carousel .carousel_content ul {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog4_hero_carousel .center .carousel_content h2,
.blog4_hero_carousel .center .carousel_content ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.blog4_hero_carousel .center .carousel_content h2 {
    width: 100%;
    -webkit-transition: all 0.5s ease 1s;
    -moz-transition: all 0.5s ease 1s;
    -ms-transition: all 0.5s ease 1s;
    -o-transition: all 0.5s ease 1s;
    transition: all 0.5s ease 1s;
}
.blog4_hero_carousel .center .carousel_content ul {
    -webkit-transition: all 0.5s ease 0.8s;
    -moz-transition: all 0.5s ease 0.8s;
    -ms-transition: all 0.5s ease 0.8s;
    -o-transition: all 0.5s ease 0.8s;
    transition: all 0.5s ease 0.8s;
}
.blog4_hero_carousel .carousel_content ul li,
.blog4_hero_carousel .carousel_content ul li a {
    color: #fff;
    font-size: 15px;
    position: relative;
}
.blog4_hero_carousel .carousel_content ul li {
    padding: 0 15px;
}
.blog4_hero_carousel .carousel_content ul li:after {
    background: #fff;
    content: "";
    height: 1px;
    position: absolute;
    right: -5px;
    top: 14px;
    width: 8px;
}
.blog4_hero_carousel .carousel_content ul li:last-child:after {
    display: none;
}
.blog4_hero_carousel .carousel_content ul li a:hover{
    text-decoration: underline;
}


/*------------home page-4 blog post---------------*/
.home4_blog_post .single_blog_post{
    margin-bottom: 80px;
}
.home4_blog_post .single_blog_post:last-child{
    margin-bottom: 0px;
}
.home4_blog_post .content .header_area {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
}
.home4_blog_post .content .header_area>h3 {
    font-size: 36px;
}
.home4_blog_post .content .header_area>h3 a {
    color: #333;
    font-weight: 700;
}
.home4_blog_post .content .header_area>h3 a:hover {
    color: #0f4ff1;
}

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

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


.home4_blog_post .single_blog_post .footer {
    border: 1px solid #f3f3f3;
    padding: 20px;
}
.home4_blog_post .single_blog_post .footer .read_more {
    background: #0f4ff1;
    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;
}
.home4_blog_post .single_blog_post .footer .read_more:hover {
    background: #003adc;
}
.home4_blog_post .single_blog_post .footer .read_more i {
  font-size: 25px;
  margin-left: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.home4_blog_post .single_blog_post .footer .like_comment > li {
    color: #666666;
    font-size: 14px;
    margin-left: 30px;
    position: relative;
}
.home4_blog_post .single_blog_post .footer .like_comment > li:first-child {
    margin-left: 0px;
}
.home4_blog_post .single_blog_post .footer .like_comment > li:before {
    background: #dddddd;
    content: "";
    height: 12px;
    left: -17px;
    position: absolute;
    top: 10px;
    width: 1px;
}
.home4_blog_post .single_blog_post .footer .like_comment > li:first-child:before {
    display: none;
}
.home4_blog_post .single_blog_post .footer .like_comment > li i {
    color: #0f4ff1;
    font-size: 17px;
    font-weight: bold;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.home4_blog_post .pagination {
    width: 100%;
    justify-content: center;
}
.home4_blog_post .pagination > li {
  display: inline-block;
}
.home4_blog_post .pagination > li a{
    text-align: center;
}
.home4_blog_post .pagination a {
    font-size: 25px;
    width: 50px;
    display: block;
    line-height: 50px;
    margin: 0 6px;
    border: 1px solid #efefef;
    color: #0f4ff1;
    height: 50px;
}
.home4_blog_post .pagination li a:hover,
.home4_blog_post .pagination li.active a {
    border-color: #0f4ff1;
}



.home4_blog_post aside .single_sidebar{
    margin-bottom: 40px;
}
.home4_blog_post aside .single_sidebar:last-child{
    margin-bottom: 0px;
}
.home4_blog_post aside .input_group {
  border: 1px solid #eaeaea;
}
.home4_blog_post aside .input_group > input {
    background: none;
    border: medium none;
    float: left;
    color: #bdbdbd;
    font-size: 15px;
    height: 40px;
    padding: 5px 15px;
    width: 221px;
}
.home4_blog_post aside .input_group > button {
    background: none;
    color: #0f4ff1;
    border: medium none;
    float: left;
    font-size: 25px;
    height: 40px;
    line-height: normal;
    padding: 2px 10px;
}


/*--blockquote--*/
.home4_blog_post aside .single_sidebar.blockqute i {
    color: #fff;
    font-size: 27px;
    line-height: normal;
}
.home4_blog_post aside .single_sidebar.blockqute {
    background: #0f4ff1;
    margin-bottom: 40px;
    padding: 40px 20px;
}
.home4_blog_post aside .blockqute span::before {
    background: #fff;
}

/*----recent post---*/
.home4_blog_post aside .recent_post .single_post {
    border-bottom: 1px solid #ededed;
    padding: 20px 0 15px;
}
.home4_blog_post aside .recent_post .single_post:last-child {
    border-bottom: none;
}
.home4_blog_post aside .recent_post .post_img {
    background: #fff;
    border: 1px solid #ddd;
    height: 60px;
    width: 60px;
}
.home4_blog_post aside .single_post .post_text {
    max-width: 200px;
    width: 100%;
    padding-left: 20px;
}

.home4_blog_post aside .single_post .post_text li a {
    color: #5a5a5d;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    margin-top: -5px;
}
.home4_blog_post aside .single_post .post_text li a:hover {
    text-decoration: underline;
}
.home4_blog_post aside .single_post .post_time {
    font-size: 12px;
    margin-top: 5px;
    color: #939393;
}

/*---archive---*/
.home4_blog_post aside .archives ul li a {
    border-bottom: 1px solid #dee5e9;
    color: #666666;
    display: block;
    padding: 12px 0;
}
.home4_blog_post aside .archives ul li a:hover {
    color: #0f4ff1;
}
.home4_blog_post asider .archives ul li:first-child a {
    padding-top: 0;
}
.home4_blog_post aside .archives ul li:last-child a {
    border-bottom: none;
    padding-bottom: none;
}
.home4_blog_post aside .archives ul li a span {
    float: right;
}

/*----flicker img-----*/
.home4_blog_post aside .flicker ul {
    margin-left: -10px;
}
.home4_blog_post aside .flicker ul li {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 29.633%;
}
.home4_blog_post aside .flicker li a {
    display: block;
}
.home4_blog_post aside .flicker li img {
    width: 100%;
}

/*---tags---*/
.home4_blog_post aside .tags ul{
    margin-left: -5px;
}
.home4_blog_post aside .tags li a {
    border: 1px solid #eaeaea;
    color: #666666;
    display: block;
    font-size: 15px;
    height: 38px;
    line-height: 36px;
    margin-bottom: 8px;
    margin-left: 5px;
    padding: 0 14px;
}
.home4_blog_post aside .tags li a:hover {
    background: #f5f5f5;
}


/*------------------home page-4 footer------------------------*/
.home4_footer {
    background: #1d1d1e;
    padding-bottom: 50px;
}
.home4_footer .contact_title {
    margin-right: 35px;
    max-width: 385px;
    width: 100%;
    text-align: right;
}
.home4_footer .contact_area h4 {
    font-size: 2em;
    line-height: 36px;
}
.home4_footer .contact_area .subtitle {
    color: #fdfdfd;
    margin-top: 2px;
}
.home4_footer .contact_area form {
    width: 500px;
}

.home4_footer .footer_widget_area {
    margin: 0 auto;
    max-width: 1340px;
    width: 100%;
    padding-top: 45px;
}
.home4_footer .single_widget .footer_logo {
    width: 250px;
}

.home4_footer .single_widget.widget2 {
   margin-left:20px;
}

.home4_footer .single_widget .widget_txt {
    color: #aeaeae;
    font-size: 1em;
    line-height: 26px;
    margin-bottom: 8px;
    margin-top: 3px;
}
.home4_footer .single_widget .social_connect a {
    color: #aeaeae;
    font-size: 1.15em;
    padding: 2px 5px;
}
.home4_footer .single_widget .social_connect a:hover {
    color: #fff;
}
.home4_footer p.copyright {
    color: #aeaeae;
    font-size: .90em;
    padding-top: 30px;
	margin-bottom:10px;
}
.home4_footer p.copyright a {
    color: #fff;
}
.home4_footer p.copyright > a:hover {
    color: #0099FF ;
}
.home4_footer .single_widget .widget_title {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding-bottom: 33px;
}
.home4_footer .single_widget .quick_link li a {
    display: inline-block;
    font-size: 1em;
    line-height: 36px;
    color: #aeaeae;
}
.home4_footer .single_widget .quick_link li a:hover {
    color: #0099FF ;
}

.home4_footer .single_widget .quick_link img {
width:18px;  height:18px;  margin-right:8px;
}


.home4_footer .footer_widget3 .twitter_post .tweet_img {
    background: #fff;
    border: 1px solid #ddd;
    height: 60px;
    width: 60px;
}
.home4_footer .single_tweet .twitter_text {
    max-width: 200px;
    width: 100%;
    padding-left: 20px;
}
.home4_footer .single_tweet .twitter_text li a {
    font-size: 15px;
    line-height: 20px;
    margin-top: -5px;
    display: block;
    color: #aeaeae;
}
.home4_footer .single_tweet .twitter_text li a:hover {
    color: #0f4ff1;
}
.home4_footer .twitter_post .single_tweet .post_time {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}
.home4_footer .contact_address p {
    margin-bottom: 7px;
    padding-left: 30px;
    position: relative;
    color: #aeaeae;
}

.home4_footer .contact_address p.address {
    border-bottom: 1px solid #2c2c2e;
    padding-bottom: 15px;
}
.home4_footer .contact_address p i {
    left: 0;
    position: absolute;
    top: 0;
}
.home4_footer .contact_address p span {
    margin-right: 3px;
}
.home4_footer .contact_address p.phone {
    margin-top: 15px;
	 color: #aeaeae;
}
.home4_footer .contact_address  a {
    color: #aeaeae;
}
.home4_footer .contact_address  a:hover {
    text-decoration: underline;
}
/*---------------------------- 04. end Blog home page-4 style ------------------------------------*/

.logo17 img {
	width: 100%;
	height:100%;
}	

.social_contact img {
	width:18px;
	height:16px;
	margin-right: 8px;
}	

figure {
		background-color: transparent;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 5px;
  margin-right: 5px;
   border: 1px solid #efefef;
    padding: 20px;

  text-align:center;
  
}
figcaption {
	padding:15px;
}

/*--------------1.6 start pricing section-----------------*/
.pricingTbl{
    padding-top: 110px;
    padding-bottom: 94px;
}
.pricingTbl .section_title{
    padding-bottom: 117px;
}
.pricingTbl .single_tbl .tbl_body li.dactive_color {
    color: #c8c8ca;
}
.pricingTbl .single_tbl {
    border: 1px solid #e9e9e9;
}
.pricingTbl .single_tbl .tbl_header {
    padding: 47px 15px;
}
.pricingTbl .single_tbl .tbl_header::before {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    bottom: -12.5px;
    content: "";
    height: 25px;
    left: 50%;
    margin-left: -12.5px;
    position: absolute;
    width: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pricingTbl .single_tbl .tbl_header h3 {
    color: #1d1728;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
}
.pricingTbl .single_tbl .tbl_body {
    border-top: 1px solid #e9e9e9;
    padding: 46px 15px 60px;
}
.pricingTbl .single_tbl .tbl_body .price {
    margin-bottom: 27px;
}
.pricingTbl .single_tbl .tbl_body .price span {
    color: #0099FF ;
}
.pricingTbl .single_tbl .tbl_body .price h1 {
    color: #0099FF ;
    line-height: 53px;
    position: relative;
    display: inline-block;
}
.pricingTbl .single_tbl .tbl_body .dollar {
    font-size: 42px;
    font-weight: 300;
    left: -28px;
    line-height: 30px;
    position: absolute;
    top: -5px;
}
.pricingTbl .single_tbl .tbl_body li {
    color: #666;
    line-height: 22px;
    padding: 10px 0;
	
}
.pricingTbl .single_tbl .tbl_btn {
    border: 1px solid #0099FF ;
    color: #0099FF ;
    display: inline-block;
    height: 48px;
    line-height: 47px;
    margin-top: 45px;
    width: 180px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
}
.pricingTbl .single_tbl .tbl_btn:before{
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    width: 1px;
    height: 30px;
    background: #0099FF ;
}
.pricingTbl .single_tbl .tbl_btn:hover {
    background: #0099FF ;
    color: #fff;
}

.pricingTbl .single_tbl.advanced {
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    transform: translateY(-45px);
}
.pricingTbl .single_tbl.advanced .tbl_header,
.pricingTbl .single_tbl.advanced .tbl_header::before {
    background: #f6f6f6;
}
.pricingTbl .single_tbl.advanced .tbl_header .rating {
    margin-bottom: 20px;
}
.pricingTbl .single_tbl.advanced .tbl_header .rating li i {
    color: #1e172b;
    font-size: 16px;
}
.pricingTbl .single_tbl.advanced .tbl_body {
    padding: 46px 15px 85px;
}
.pricingTbl .single_tbl.advanced .tbl_btn {
    background: #4722b8;
    border-color: #4722b8;
    color: #fff;
}
/*--------------1.6 end pricing section-----------------*/

/*--------------card common style--------------*/
.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_style .card_style5 .light_heading h2:after,
.card_style .card_style5 .light_heading h2:before {
    background: #1b1c21 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 26px;
    width: 120px;
}
.card_style h2:before {
    left: 100px;
}
.card_style h2:after {
    right: 100px;
}

.card_style1 .single_card .img_area img {
    
	max-height:250px;
}
.card_style1 .single_card {
	margin: 20px 20px 20px 20px;
}
/*--------------card style-5--------------*/

.card_style5  {
	 margin: 90px 60px 50px 10px;  
	}
	
.card_style5 .single_card {
  border: 1px solid #eee;
  padding: 20px;
	margin:0 0px 10px 0px;
box-shadow: 0 4px 8px 0 rgba(211, 211, 211, 0.3), 0 6px 20px 0 rgba(211, 211, 211, 0.1);

}

.card_style5 .single_card:hover {
box-shadow: 0 4px 8px 0 rgba(211, 211, 211, 0.3), 0 6px 20px 0 rgba(211, 211, 211, 0.13);

}

.card_style5 .single_card .img_area {
    border-radius: 5px 5px 0px 0px;
}
.card_style5 .single_card:hover .img_area img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}
.card_style5 .single_card .card_content {
    border-top: 0;
    padding-top: 0px;
}
.card_style5 .single_card .card_content a:hover {
    color: #027AEC;

}
.card_style5 .single_card .post_author {
    border-top: 1px solid #eee;
    padding-top: 10px;
	margin-top: 10px;
	padding-bottom:10px;
	color: white;
	background-color: #0099FF;
	
}
.card_style5 .post_author ul {
    text-align: center;
    width: 100%;
}
.card_style5 .post_author ul li{
    padding: 0px;
    color: #888888;
}
.card_style5 .post_author ul li:first-child{
    padding-left: 0;
}
.card_style5 .post_author ul li:last-child{
    padding-right: 0;
}
.card_style5 .post_author ul li i{
    margin-right: 10px;
    font-size: 18px;
    
}
.card_style5 .post_author ul li i{
    margin-right: 10px;
    font-size: 18px;
    
} 

.card_style5 .single_card .post_author {
    border-top: 1px solid #eee;
    padding-top: 10px;
	margin-top: 10px;
	padding-bottom:10px;
	color: white;
	background-color: #0099FF;
	
}
.card_style5  .single_card .post_author a {
    color: #fff;
	background-color: #0099FF;
    
}

/*----------Button Common Style----------*/
.button_common {
    margin-left: -25px;
}
.button_common > li {
    margin-bottom: 15px;
    margin-left: 25px;
}
.button_common li a {

    color: #77379f;
    display: block;
    font-size: 18px;
    line-height: 50px;
    padding: 0 45px 0 28px;
    position: relative;
    text-transform: uppercase;
}

.button_common li a i {
    overflow: hidden;
	font-size:1.45em;
}


/*---------------btn_style3------------------*/
.btn_style3 li a {
    overflow: hidden;
    padding: 0 30px;

    color: #fff;
	
}

.btn_style3 .border_color_red li a {

       border: 1px solid #F83634;
   
	
}

.btn_style3 .border_color_blue li a {

       border: 1px solid #0099FF;
   
	
}

.btn_style3 .border_color_yellow li a {

       border: 1px solid #ffc107;
   
	
}
.btn_style3 li a i {
    left: 50%;
    line-height: normal;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -130%);
    opacity: 0;
    visibility:hidden;
}
.btn_style3 li a span {
    display: block;
    transform: translateY(0px);
}
.btn_style3 li a:hover span {
    display: block;
    transform: translateY(33px);
    opacity: 0;
    visibility: hidden;
}
.btn_style3 li a:hover i {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

.btn_style3.round li a{
    border-radius: 50px;
}


/*-----breadcrubms style------*/
.breadcrumbs_common .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
	
}
.breadcrumbs_common .breadcrumb > li {
    display: inline-block;
    font-size: 18px;
    padding: 0 14px;
    position: relative;
    text-transform: capitalize;
}
.breadcrumbs_common .breadcrumb > li + li::before {
    color: #777;
    content:  "\f0da";  /*   "\f3d6";  */
    font-family: "FontAwesome";
    font-size:22px;
    left: -8px;
    line-height: normal;
    padding: 0;
    position: absolute;
    top: 4px;
}
.breadcrumbs_common .breadcrumb > li:first-child {
    padding-left: 0;
}
.breadcrumbs_common .breadcrumbs_content{
    min-height: 450px;
	
}
.breadcrumbs_common .breadcrumb > .active {
    color: #1b1c21;
}
.breadcrumbs_common.bg_img .breadcrumb > .active {
    color: #fff;
	font-weight:500;
}
.breadcrumbs_common.bg_img .breadcrumb > li + li::before {
    color: #fff;
}
.breadcrumbs_common.bg_img .breadcrumb > li a {
    color: #f0f0f0;
}
.breadcrumbs_common.bg_img .breadcrumb  li a:hover {
    color: #fff;
	 text-decoration: underline;
}
.breadcrumbs_common.bg_img .breadcrumbs_content {
    height: 300px;
}
.breadcrumbs_style1.bg_img img{
   
    background-size: cover;
    background-position: top center;
}
.breadcrumbs_style1.bg_img .overlay {
    background: rgba(0,0,0,0.25);
	 -moz-box-shadow:  0px 4px 15px rgba(0,0,0,0.32);
  -webkit-box-shadow: 0px 4px 15px rgba(0,0,0,0.32);
  box-shadow:         0px 4px 15px rgba(0,0,0,0.32);
}



.about_section .content h5,
.free_consult_section .content h5{
    padding-left: 55px;
}

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

/*----------------1.6 start About section--------------------*/
.about_section {
  background: #fafafa;
  padding-bottom:50px;
}
.about_section .content_wrapper .content,
.about_section .content_wrapper .img_area {
    width: 50%;
}
.about_section .content_wrapper .img_area img {
	
    border: 1px solid #efefef;
    padding: 20px;
	
    width: 100%;
}
.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: #333;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 53px;
    padding: 0 20px;
}
.about_section .content .moreDetails:hover {
    background: #2e64f5;
}
.about_section .content .moreDetails i {
    font-size: 25px;
    margin-left: 10px;
    vertical-align: middle;
}

/*----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;
}

/*---------------------------- 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;
}


/*--------------working process section-------------*/

.working_process .section_title {
    padding-bottom: 94px;
}
.working_process .section_title h5.title_20 {
    max-width: 700px;
    width: 100%;
}

.working_process .single_process{
    margin-bottom: 100px;
}
.working_process .single_process:last-child {
    margin-bottom: 0px;
}
.working_process .single_process:nth-child(odd) {
    flex-flow: row-reverse wrap;
}
.working_process .single_process:nth-child(odd) .process_content {
    padding-right: 0px;
    padding-left: 50px;
    text-align: right;
}

.working_process .process_content {
    max-width: 770px;
    width: 100%;
    padding-right: 50px;
}
.working_process .process_img {
    max-width: 370px;
    width: 100%;
}

.working_process .single_process .process_content ul li {
    color: #666666;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 30px;
}
.working_process .single_process .process_content ul li:before {
    content: "\e64d";
    font-family: 'themify';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #0099FF ;
}
.working_process .single_process:nth-child(odd) .process_content ul li{
    padding-left: 0;
    padding-right: 30px;
}
.working_process .single_process:nth-child(odd) .process_content ul li::before {
  left: inherit;
  right: 0;
}
/*---------------------------- 04. end about page style ------------------------------------*/


/*--------------1.5 start project section-----------------*/
.portfolio_common .portfolio_menu{
    width: 100%;
    text-align: center;
}
.portfolio_IT.portfolio_common .portfolio_menu{
    width: 100%;
    text-align: left;
}
.portfolio_common .portfolio_menu li {
    font-size: 15px;
    color: #888888;
    text-transform: uppercase;
    padding: 0 23px;
    cursor: pointer;
    position: relative;
}
.portfolio_common .portfolio_menu li.is-checked {
    color: #000;
}

/*------portfolio menu click animation-----*/
.portfolio_common .portfolio_menu li span.icon {
    background: #000;
    bottom: 0px;
    height: 9px;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    width: 1px;
    opacity: 0;
    visibility: hidden;
}
.portfolio_common .portfolio_menu li.is-checked span.icon {
    bottom: -10px;
    opacity: 1;
    visibility: visible;
}
.portfolio_common .portfolio_menu li span.icon:before {
    background: #000 none;
    border-radius: 100%;
    bottom: -4px;
    content: "";
    height: 5px;
    left: -2px;
    position: absolute;
    width: 5px;
}
.portfolio_common .portfolio_menu li:before {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 100%;
    content: "";
    left: 50%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100px;
    height: 100px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.2);
    -ms-transform: translate(-50%, -50%) scale(0.2);
    -o-transform: translate(-50%, -50%) scale(0.2);
    transform: translate(-50%, -50%) scale(0.2);
}
.portfolio_common .portfolio_menu li.is-checked:before {
    -webkit-animation: circle_wave 0.5s ease-out;
    -moz-animation: circle_wave 0.5s ease-out;
    -ms-animation: circle_wave 0.5s ease-out;
    -o-animation: circle_wave 0.5s ease-out;
    animation: circle_wave 0.5s ease-out;
}


.list_common{
        margin-bottom: 0px;
		margin-left:20px;
    }
    .list_common > li {
        color: #777777;
        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: #0099FF ;
    }

@keyframes circle_wave {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-50%, -50%) scale(0.2);
        -ms-transform: translate(-50%, -50%) scale(0.2);
        -o-transform: translate(-50%, -50%) scale(0.2);
        transform: translate(-50%, -50%) scale(0.2);
    }
    50% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@-moz-keyframes circle_wave {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-50%, -50%) scale(0.2);
        -ms-transform: translate(-50%, -50%) scale(0.2);
        -o-transform: translate(-50%, -50%) scale(0.2);
        transform: translate(-50%, -50%) scale(0.2);
    }
    50% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}
@-webkit-keyframes circle_wave {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-50%, -50%) scale(0.2);
        -ms-transform: translate(-50%, -50%) scale(0.2);
        -o-transform: translate(-50%, -50%) scale(0.2);
        transform: translate(-50%, -50%) scale(0.2);
    }
    50% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

/*------*/
.portfolio_common .portfolio_menu.style3 li span.icon{
    display: none;
}
.portfolio_common .portfolio_menu.style3 li {
    padding: 8px 23px;
    border: 1px solid transparent;
}
.portfolio_common .portfolio_menu.style3 li.is-checked {
    border-color: #000;
}


@media (max-width: 991px) {
    .portfolio_common .portfolio_menu li {
        font-size: 14px;
        padding: 0 17px;
    }
    .portfolio_common .portfolio_menu.style2 li {
        padding: 0;
        margin: 0 18px;
    }
    .portfolio_common .portfolio_menu.style3 li {
        padding: 8px 16px;
    }
}

@media (max-width: 767px) {
    .portfolio_common .portfolio_menu li {
        margin-bottom: 17px;
    }
    .portfolio_common .portfolio_menu.style2 li span.icon {
        display: none;
    }
}


.portfolio_IT.page {
    padding-bottom: 105px;
}
/*-----------*/
.portfolio_IT {
    padding-bottom: 0px;
}
.portfolio_IT .single_item .overlay {
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.portfolio_IT .single_item:hover .overlay {
    opacity: 1;
    visibility: visible;
}
.portfolio_IT .single_item {
    margin-bottom: 20px;
    overflow: hidden;
}
.portfolio_IT .single_item img{
    width: 100%;
}
.portfolio_IT .single_item .title {
    height: 100%;
    position: absolute;
    top: 0;
    padding: 0 15px;
    width: 100%;
    z-index: 2;
}
.portfolio_IT .single_item .title .line {
    height: 1px;
    width: 100px;
    background: #fff;
    display: block;
}
.portfolio_IT .single_item .title .line,
.portfolio_IT .single_item .title h5,
.portfolio_IT .single_item .title p{
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}
.portfolio_IT .single_item:hover .title .line,
.portfolio_IT .single_item:hover .title h5,
.portfolio_IT .single_item:hover .title p{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.portfolio_IT .single_item .title .line{
    -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;
}
.portfolio_IT .single_item .title h5{
    -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;
}
.portfolio_IT .single_item .title p{
    -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;
}
.portfolio_IT > .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.portfolio_IT .single_item ul.icon {
    padding-bottom: 30px;
    opacity: 0;
    visibility: hidden;
}
.portfolio_IT .single_item:hover ul.icon{
    opacity: 1;
    visibility: visible;
}
.portfolio_IT .single_item ul.icon a {
    border-radius: 100%;
    color: #333;
    font-size: 18px;
    height: 40px;
    margin: 0 3px;
    text-align: center;
    width: 40px;
    background: #fff;
    display: block;
    line-height: 40px;
}
/*--------------1.5 end project section-----------------*/


.blog_details .blog_carousel .owl-prev,
.blog_details .blog_carousel .owl-next,
.blog_post6 .single_blog_post .owl-prev,
.blog_post6 .single_blog_post .owl-next {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 20px;
    height: 40px;
    padding: 6px 5px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    color: #fff;
}
.blog_details .blog_carousel .owl-prev,
.blog_post6 .single_blog_post .owl-prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}
.blog_details .blog_carousel .owl-next,
.blog_post6 .single_blog_post .owl-next {
    right: 0;
    border-radius: 5px 0 0 5px;
}




@media (max-width: 991px){

    /*-----style-5------*/
    .card_style5 .single_card {
        padding: 0 0 0 0;
    }
    .card_style5 .single_card .card_content {
        border-top: 0 none;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
    }
    .card_style5 .single_card .card_content h4 {
        font-size: 21px;
        line-height: 30px;
    }
    .card_style5 .post_author ul li {
        padding: 0 8px;
    }
    .card_style5 .post_author ul li i {
        margin-right: 7px;
    }
	
	

}/*---end 768-991px media query----*/


@media (max-width: 767px){
	
	.header4 ul.social_contact {
		padding:0 ;
		margin:0;
}
	
    /*----common-------*/
    .card_style .container {
        
        width: 100%;
    }
    .card_style5 .single_card {
        margin-bottom: 20px;
		
    }
        /*------style-5------*/
		
	.card_style5 .single_card h4 {
		padding-top:20px;
	}
	
    .card_style5 .post_author ul li {
        padding: 0 15px;
    }
	
	    .button_common li a {
        font-size: 16px;
        line-height: 45px;
        padding: 0 40px 0 24px;
    }
	.btn_style3 li a {
        padding: 0 30px;
    }
	
		.home4_footer .single_widget.widget2 {
		margin-left:0px;
	}

}/*---end 480-767px media query----*/


@media (max-width: 479px){
	
	.home4_footer .single_widget.widget2 {
		margin-left:0px;
	}
	
	.card_style .card_style5 .single_card .radius_5 {
		margin-left:0px;
		padding-left:0px;
		width:100%;
		align:left;
	}
	

}/*---end 300-489 media query----*/

.rowimg {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.columnimg {
  flex: 30%;
  max-width: 33%;
  padding: 0 4px;
}

.columnimg img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columnimg {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columnimg {
    flex: 100%;
    max-width: 100%;
  }
}

sup {
	color:red;
	left:5px;
}

sup.ord {
	color:#000;
	left:0px;
}

.modal-content img {
	width:100%;
}

.tab_style1 .nav-item {
	
	margin-bottom:20px;
	padding-top:0;
}
.tab_common.align_row_left_top.tab_style1  ul.nav {
	margin-left:10px;
	margin-bottom:2px;
	display:block;
	width:200px;
	float:left;
}
.align_row_left_top.tab_style1 .nav > li > a {
	    margin-left: 0px;
		margin: 0px 0px 2px 0px;
}

.tab_style1 .tab_content {
    border: none;  /*  1px solid #f1f1f1;  */
    padding: 38x 0px 0px 20px;
	width: 100%;
}

.tab_style1 .tab-content {
  width: 100%;
  padding:0px 0px 0px 20px;
}
   

/*------------------------------contact form common style-------------------*/
.contact_form .abform_area .abinput_group {
    margin-bottom: 20px;
    width: 49.1%;
    position: relative;
    height: 50px;
    background: #fff;
	align-items: center;
}
.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;
	padding-right:20px;
}



/*--------------contact form style-8------------------*/
.contact_form8 {
    padding: 90px 0 90px;
	
}
.contact_form8 .abform_area .abinput_group:nth-child(even) {
    margin-left: 20px;
}
.contact_form8 .abform_area .abinput_group {
    border: 1px solid #eeeeee;
    background: none;
	
}
.contact_form8 .abform_area .abinput_group:before {
    color: #9e9e9e;
    font-family: "Ionicons";
    font-size: 18px;
    left: 16px;
    position: absolute;
    top: 11px;
}
.contact_form8 .abform_area .abinput_group.name:before{content: "\f47d";}
.contact_form8 .abform_area .abinput_group.email:before{content: "\f422";}
.contact_form8 .abform_area .abinput_group.address:before{content: "\f447";}
.contact_form8 .abform_area .abinput_group.city:before{content: "\f455";}
.contact_form8 .abform_area .abinput_group.subject:before{content: "\f41b";}
.contact_form8 .abform_area .abinput_group.phone:before{content: "\f4b8";}
.contact_form8 .abform_area .abinput_group.country:before{content: "\f4d2";}
.contact_form8 .abform_area .abinput_group.msg:before{content: "\f3f9";}

.contact_form8 .abform_area .abinput_group > textarea,
.contact_form8 .abform_area .abinput_group > input {
    color: #878787;
    padding-left: 40px;
}
.contact_form8 .abform_area .abinput_group.input_effect,
.contact_form8 .abform_area .abinput_group.input_effect {
    border-color: #0fba97;
}
.contact_form8 .abform_area button {
	
    background: #0099FF ;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 2px 45px 0;
}
.contact_form8 .abform_area button:hover {
    background: #fff;
	color:#0099FF ;
	 border: 1px solid #0099FF;
    border-radius: 50px;
}


/*------------------radio style common-----------------*/
.radio_common li label {
    color: #333;
    font-size: 16px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 400;
}

.radio_common li input[type="radio"] {
    display: none;
}
.radio_common li input[type="radio"]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 15px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.radio_common.square li input[type="radio"] + label span {
  border-radius: 3px;
}
.radio_common li input[type="radio"]+label span {
    border: 2px solid #a9b4c6;
    position: relative;
}
.radio_common li input[type="radio"] + label span::before {
    background: #2079ff;
    border-radius: 100%;
    content: "";
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.radio_common.square li input[type="radio"] + label span::before {
    border-radius: 0px;
}
.radio_common li input[type="radio"]:checked+label span {
    border-color: #2079ff;
}
.radio_common li input[type="radio"]:checked+label span:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.radio_common li input[type="radio"]+label span,
.radio_common li input[type="radio"]:checked+label span {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

/*-----------redio style-3-----------*/
.radio_style3 li input[type="radio"] + label span::before {
    height: 8px;
    left: 4px;
    top: 4px;
    width: 8px;
}


/*--------------checkbox common style----------------*/
.checkbox_common li label {
    color: #333;
    font-size: 18px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 400;
}

.checkbox_common li input[type="checkbox"] {
    display: none;
}

.checkbox_common li input[type="checkbox"]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 15px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #a9b4c6;
    position: relative;
}

.checkbox_common li input[type="checkbox"]+label span:before {
    color: #fff;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 11px;
    position: absolute;
    text-align: center;
    left: 3px;
    top: -4px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.checkbox_common li input[type="checkbox"]:checked+label span {
    background: #2079ff;
    border-color: #2079ff;
}

.checkbox_common li input[type="checkbox"]:checked+label span:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.checkbox_common li input[type="checkbox"]+label span,
.checkbox_common li input[type="checkbox"]:checked+label span {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

/*---------------checkbox style-5---------------*/
.checkbox_style5 li input[type="checkbox"] + label span::before {
    color: #2079ff;
}
.checkbox_style5 li input[type="checkbox"] + label span {
  border-radius: 0;
}
.checkbox_style5 li input[type="checkbox"]:checked + label span {
  background: transparent;
}


@media (max-width: 1199px){
    
    /*--------common-style----------*/
    .contact_form .abform_area .abinput_group {
        width: 48.9%;
    }
	
}/*---end 992-1199px media query----*/


@media (max-width: 991px){
    /*--------common-style----------*/
    .contact_form .abform_area .abinput_group {
	width: 48.6%; 
	}
	
}/*---end 768-991px media query----*/


@media (max-width: 767px){
    /*--------common-style----------*/
    .contact_form h3.contact_title {
        text-align: center;
    }
    .contact_form .abform_area .abinput_group {
        float: none !important;
        width: 100%;
    }
    .contact_form .abform_area .abinput_group:nth-child(2n) {
        margin-left: 0;
    }
    .contact_form .abform_area {
        margin: 0 auto;
        max-width: 450px;
        width: 100%;
    }
    .checkbox_common, .radio_common {
        margin-bottom: 30px;
    }
    

	
}/*---end 480-767px media query----*/




/*----------video section Style-1----------*/
.video1 {
    background: url(../../images/video-bg1.jpg) no-repeat center center / cover;
}
.video1 .overlay{
    background: rgba(0,0,0,0.7);
}

.video1 .video_content{
    height: 500px;
}
.video1 .video_content > span.line {
    width: 50px;
    height: 2px;
}
.video1 .video_content > p {
    font-size: 18px;
    line-height: 28px;
}
.video1 .video_content > h1 {
    max-width: 620px;
    width: 100%;
    line-height: 60px;
}
.video1 .video_content > a.ytvideo {
    color: #fff;
  border: 2px solid #fff;
  font-size: 22px;
  height: 60px;
  padding: 15px 22px;
  width: 60px;
}
.video1 .video_content > a.ytvideo:hover {
    background: #fff;
    color: #ED2553;
}

    
h1 {
	font-size = .95em;
}

.dynamic-content {
    display:none;
}
.headerlanguage {
	display:none;
}
.tabslanguage {
	display:none;
}
