/*
Theme Name: Blogpaper
Theme URI: https://themeansar.com/free-themes/blogpaper/
Author: Themeansar
Author URI: https://themeansar.com
Description: Blogpaper is a fast, clean, modern-looking Best Responsive News Magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Blogpaper is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. Blogpaper is SEO friendly, WPML,Gutenberg, translation and RTL ready. Live preview : https://demos.themeansar.com/blogus/blogpaper/ and documentation at https://docs.themeansar.com/docs/blogus/
Version: 0.3
Requires PHP: 7
Tested up to: 6.1.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: blogus
Text Domain: blogpaper
Tags: blog, portfolio, news, grid-Layout, one-column, two-columns, three-columns, flexible-header, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, theme-options, sticky-post, threaded-comments, translation-ready, block-styles, wide-blocks

Blogpaper WordPress Theme is child theme of Newsup, Copyright 2020 Themeansar
Blogpaper is distributed under the terms of the GNU General Public License v3

Blogpaper is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
a:focus {
    outline: 1px solid;
    text-decoration: underline;
} 

a{
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

a:visited {
    text-decoration: underline;
}
/*---------------------------------------
	Top Bar           
-----------------------------------------*/
.bs-head-detail {
	padding: 8px 0;
	position: relative;
	z-index: 1;
}
.bs-head-detail ul {
	display: flex;
	margin: 0;
	padding: 0;
}
.bs-head-detail .info-left {
	justify-content: flex-start;
}
.bs-head-detail .info-left li {
	display: inline-block;
	margin-right: 15px;
	padding: 0;
}
.bs-head-detail .info-left li a {
	font-size: 13px;
}
.bs-head-detail .info-left i {
	font-size: 14px;
	padding-right: 10px;
}
.bs-head-detail .btn-theme.quote {
    margin: -5px 0 -5px 0;
    border-radius: 0;
    float: right;
}
.bs-head-detail .top-date {
	display: inline-flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.bs-head-detail .top-date .day {
    font-size: 14px;
    margin-right: 6px;
    line-height: 0.8;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.bs-head-detail .top-date .deta {
	font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    word-break: break-word;
}
.bs-head-detail .top-date .time {
    padding: 0 4px;
    height: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-top: 3px;
}
.btn.btn-subscribe {
	padding: 0 8px;
}
.bs-head-detail .info-right {
	justify-content: flex-end;
}
.info-right li {
	display: inline-block;
	margin-right: 15px;
	padding: 0;
}
.info-right li:last-child {
    margin-right: unset;
}
.bs-head-detail .info-right li a {
	font-size: 13px;
}
.bs-head-detail .info-right i {
	font-size: 14px;
	padding-right: 10px;
}
.bs-head-detail .bs-social {
	padding: 0;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.bs-head-detail .bs-social li {
	margin: 0;
	padding: 0;
	display: inline-flex;
}
.bs-head-detail .bs-social li a i {
	font-size: 14px;
	padding-right: unset;
}
.bs-social a{
	text-decoration: none;
}

/* -------default two---- */
.bs-headtwo .navbar-wp {
    margin: 0 0 30px ;
    z-index: 999;
    transition: all 1s ease-out;
    border-radius: 0;
    min-height: 90px;
	height: auto;
}
.bs-headtwo .navbar-brand {
    margin-right: unset;
}
.bs-headtwo .navbar-header img {
	width: 100%;
    height: 100%;
}
.bs-headtwo .desk-header {
    padding: 0px;
}
.desk-header a{
text-decoration: none;
}
.bs-headtwo .navbar-wp .navbar-nav > li> a {
    padding: 7px 15px;
}
.bs-headtwo [role=button] {
    cursor: pointer;
    padding: 15px 0;
}
.desk-header .switch { 
    display: none;
}

.site-branding-text .site-title
{
	font-size: 30px;
}
.widget_block .wp-block-search__button{
    margin-bottom: 0px;
}


//CTA Style starts here
#subs-cta-success {
     top: 25%;
     outline: none;
}
 .ctac-parent {
     margin: 0px;
}
 .ctac-content {
     float: left;
     width: 60%;
     display: block;
}
 .ctac-image {
     display: block;
     float: right;
     height: 134px;
}
 .ctac-image img {
     height: 134px;
}
 .ctac-heading > h2 {
     font-family: Montserrat !important;
     font-size: 105% !important;
     text-align: center !important;
     margin: 0px !important;
     line-height:150%;
}
 .main-ctac a {
     display: block;
     padding: 13px;
     text-align: center;
     margin-top: 15px;
     font-family: Montserrat !important;
     font-size: 14px !important;
}
 .cta-compare-white {
     border: 1px solid #c0392b;
     padding: 25px 35px;
     max-width: 700px;
     margin: auto auto 30px;
}
 .cta-compare-white .ctac-heading > h2 {
     color: #c0392b !important;
}
 .cta-compare-white .main-ctac a {
     background-color: #c0392b !important;
     color: #ffffff !important;
}
 .cta-compare-red {
     border: 0px;
     padding: 25px 35px;
     max-width: 700px;
     margin: auto auto 30px;
     background-color: #c0392b !important;
}
 .cta-compare-red .ctac-heading > h2 {
     color: #ffffff !important;
}
 .cta-compare-red .main-ctac a {
     background-color: #ffffff;
     color: #c0392b !important;
}
 .sub-heading{
     color:#FFFFFF;
     font-size:70%;
     text-align:center;
}
 .ctac-heading h2{
     padding-top:0px;
}


//Additional CSS for CTA
.single-featured-image-header {
display: none !important;
}
p .more-link{
color:#006B3C;
background: #ebebeb;
text-decoration:none;
padding : 0px 20px 15px 20px;
display: inline-block;
font-size:16px;
font-weight:600;
}




/* BOOTSTRAP */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }

}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}


/* CSS FOR CTA */

@media screen and  (max-width: 480px){
    #cta-image-mobile-desktop{
        width:190px;
        height:190px;

    }
}
@media screen and  (min-width: 481px){
    #cta-image-mobile-desktop{
        width:160px;
        height:160px;
    }
}

.main-container {
    padding: 25px;
    background: #f1f1f1;
}


/*.cat-head-image > img {
    display: block;
    margin-top: 4%;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    width: auto;
    max-width: 60%;
}*/
@media screen and (min-width : 481px){
    .cat-head-image > img {
        display: block;
        margin-top: 3%;
        /*margin-bottom: 3%;*/
        margin-left: auto;
        margin-right: auto;
        height: 300px;
        width: auto;
        max-width: 60%;
    }
}

@media screen and  (max-width: 480px){
    .cat-head-image > img {
        display: block;
        margin-top: 1em;
        /*margin-bottom: ;*/
        margin-left: auto;
        margin-right: auto;
        /*height: 300px;*/
        width: auto;
        /*max-width: 60%;*/
    }
}



.short-code-parent {
    padding: 0px;
}

.short-code-parent img {
    max-height: 250px;
}

.short-code-parent .image-container {
    display: inline-block;
    width: 34%;
    text-align: center;
    float: right;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 11px;
}

.short-code-parent .cta-text {
    display: block;
    width: 100%;
    float: left;
}

.short-code-parent .cta-text p {
    padding: 0px !important;
    font-size: 14px !important;
    font-family: Montserrat !important;
    text-align: center !important;
    margin-bottom: 0px !important;
    color: #ffffff !important;
}

.short-code-parent .cta-text .main-cta {
    padding: 18px 18px 0px 18px;
    text-align: center;
    margin-top: 18px;
}

.short-code-parent .cta-text .main-cta a {
    padding: 13px;
    border-radius: 2px;
    color: #c0392b;
    font-size: 14px;
    display: block;
    font-family: Montserrat;
    background-color: #ffffff !important;
    text-transform: uppercase;
}

#subs-cta-success {
    top: 25%;
    outline: none;
}


.ctac-parent {
    margin: 0px;
}

.ctac-content {
    float: left;
    width: 60%;
    display: block;
}

.ctac-image {
    display: block;
    float: right;
    height: 134px;
}

.ctac-image img {
    height: 134px;
}

.ctac-heading > h2 {
    font-family: Montserrat !important;
    font-size: 105% !important;
    text-align: center !important;
    margin: 0px !important;
    line-height:150%;
}

.main-ctac a {
    display: block;
    padding: 13px;
    text-align: center;
    margin-top: 15px;
    font-family: Montserrat !important;
    font-size: 14px !important;
}

.cta-compare-white {
    border: 1px solid #c0392b;
    padding: 25px 35px;
    max-width: 700px;
    margin: auto auto 30px;
}

.cta-compare-white .ctac-heading > h2 {
    color: #c0392b !important;
}

.cta-compare-white .main-ctac a {
    background-color: #c0392b !important;
    color: #ffffff !important;
}

.cta-compare-red {
    border: 0px;
    padding: 25px 35px;
    max-width: 700px;
    margin: auto auto 30px;
    background-color: #c0392b !important;
}

.cta-compare-red .ctac-heading > h2 {
    color: #ffffff !important;
}

.cta-compare-red .main-ctac a {
    background-color: #ffffff;
    color: #c0392b !important;
}

.sub-heading{
color:#FFFFFF;
font-size:70%;
text-align:center;
}

.ctac-heading h2{
padding-top:0px;
}


.subscribe-box {
    background: #c0392b;
    float: none;
    margin: 5% auto 0 auto;
    padding: 2% 7%;
}

.subs-message {
    color: #ffffff;
    font-size: 110%;
    font-family: Montserrat;
    text-align: center;
}

#subscribe_button:hover {
  border-color: white !important;
  background-color: white !important;

}

#subscribe_button{
    background:white;
}

.subs-button, .subs-button:hover, .subs-button:focus {
    border-radius: 0px;
    color: #c0392b;
    font-family: Montserrat;
    font-size: 14px;

}

.subs-limit {
    color: #ffffff;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
}

/* Override any other rules and force brand colors */
.author-social-icons a .fab.fa-linkedin {
  color: #0077B5 !important;   /* LinkedIn blue */
}

.author-social-icons a .fab.fa-quora {
  color: #A82400 !important;   /* Quora red */
}

/* Optional hover tweaks */
.author-social-icons a:hover .fab.fa-linkedin {
  color: #005582 !important;
}
.author-social-icons a:hover .fab.fa-quora {
  color: #8A2000 !important;
}






:root {
            --themeStart: #8957e9;
            --themeEnd: #4b74e6;
            --mainThemeColor: #6767E7;
            --bgColor: #F8F8F8;
            --bgColor2: #FBFBFB;
            --bgThemeLight: #EBEDFC;
            --borderColor: #E5E5E5;
            --size: 20px;
        }

        /* Comman */
        body * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: Montserrat, sans-serif;

        }
        .submit button {
            color: #FFFFFF;
            padding: 10px 20px;
            font: inherit;
            cursor: pointer;
            background-color: #6767e7;
            box-shadow: 0 3px 4px 0 rgba(182, 173, 173, 0.5);
            border-radius: 50rem;
        }

        .above-the-fold > div {
            min-height: calc(100vh - 73px);
        }

        .mySlides img {
            vertical-align: middle;
            max-width: 100%;
        }

        button {
            border-style: none;
            cursor: pointer;
            font-family: Montserrat, sans-serif;
        }

        button:hover {
            background-color: #8957e9 !important;
            border-color: #8957e9 !important;
            color: #FFFFFF !important;
            box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.17);
        }

        .rounded-pill {
            border-radius: 50rem !important;
        }

        .border-0 {
            border: 0 !important;
        }

        .text-center {
            text-align: center !important;
        }

        .text-white {
            color: #FFFFFF;
        }

        .text-black {
            color: #444343;
        }

        .font-12{
            font-size: 12px;
        }

        .font-24 {
            font-size: 24px;
        }

        .d-none {
            display: none !important;
        }

        .d-flex {
            display: flex !important;
        }

        .justify-content-between {
            justify-content: space-between !important;
        }

        .align-items-center{
            align-items: center !important;
        }

        .float-right {
            float: right;
        }

        .w-100 {
            width: 100% !important;
        }

        @media only screen and(max-width: 540px) {


            .w-xs-100 {
                width: 100% !important;
            }
        }

        @media only screen and (max-width: 540px){
            .card-knowMore-homepage img {
                aspect-ratio: 1.71;
            }
        }

        .mr-2, .mx-2 {
            margin-right: 0.5rem !important;
        }

        .ml-3, .mx-3 {
            margin-left: 1rem !important;
        }


        .mt-3, .my-3 {
            margin-top: 1rem !important;
        }

        .mb-3, .my-3 {
            margin-bottom: 1rem !important;
        }


        .mb-4, .my-4 {
            margin-bottom: 1.5rem !important;
        }


        .p-3 {
            padding: 1rem !important;
        }



        .pl-2, .px-2 {
            padding-left: 0.5rem !important;
        }

        .pr-2, .px-2 {
            padding-right: 0.5rem !important;
        }


        .pt-4, .py-4 {
            padding-top: 1.5rem !important;
        }



        /* NavBar */
        .navbar-header {
            overflow: hidden;
            background-color: white;
            position: fixed;
            top: 0;
            width: 100%;
            /* padding-top: 14px;
            padding-bottom: 14px; */
            z-index: 11;
            border-bottom: 1px solid #E5E5E5;
        }

        .navbar-header img {
            /* margin-left: 96px; */
            cursor: pointer;
            /* margin-top: 12px; */
        }

        .navbar-header .nav-items {
            /* margin-right: 96px; */
        }

        .sidenav {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;
            /*background-color: #111;*/
            background-image: linear-gradient(to top, #8957e9, #4b74e6) !important;
            overflow-x: hidden;
            transition: 0.5s;
            text-align: center;
        }

        .sidenav .sidenav-container {
            padding-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
            text-align: left;
        }

        .sidenav a, .sidenav .closeBtn {
            padding: 12px 12px 12px 18px;
            text-decoration: none;
            font-size: 14px;
            /*color: #818181;*/
            /*color: #FFFFFF;*/
            display: block;
            transition: 0.3s;
        }

        .sidenav a img {
            width: 16px;
            height: 16px;
        }

        .sidenav .sidenav-container a {
            margin-top: 8px;
            margin-bottom: 8px;
        }

        .sidenav-container .loginContainer {
            margin-top: 135px;
            padding-top: 12px;
            padding-bottom: 24px;
            border-top: solid 1px rgba(255, 255, 255, 0.15);
            border-bottom: solid 1px rgba(255, 255, 255, 0.15);
        }

        .sidenav-container .loginContainer .signUpContainer {
            background-color: #FFFFFF;
            color: #6767e7;
            font-size: 14px;
            text-align: center;
            padding-top: 12px;
            padding-bottom: 12px;

        }

        @media only screen and (max-width: 540px) {

            .navbar-header img {
                margin: 0;
            }

            .menuIcon {
                /* display: inline-block; */
                cursor: pointer;
                /* margin-left: 10px; */
            }

            .bar1, .bar2, .bar3 {
                width: 24px;
                height: 3px;
                background-color: #6767E7;
                margin: 4px 0;
                transition: 0.4s;
                border-radius: 2px;
            }
        }

        .getStartedCard .signUpButtonContainer button,
        .getStartedCardWithImage .signUpButtonContainer button{
            height: 48px;
            background-color: transparent;
            box-shadow: 0 3px 4px 0 rgba(182, 173, 173, 0.5);
            border-radius: 24px;
            border: solid 1px #fff;
            font-size: 16px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.11px;
            text-align: center;
            color: #fff;
            padding-left: 15px;
            padding-right: 15px;
        }


        button {
            border-style: none;
            cursor: pointer;
        }


        @media only screen and (max-width: 540px) {

            /*comment this class when maintenance block is removed*/
            section#aboveTheFold>div{
                margin-top: 0rem;
            }

        }

        /* New styles */
        .new-container {
            max-width: 1320px;
            margin: 0 auto;
        }

        html {
            scroll-behavior: smooth;
        }

        .panel a{
            cursor: pointer;
            font-size: 14px;
            color: #6767e7;
            text-decoration: none;
        }

        .panel a:hover{
            text-decoration: underline;
        }

        @-webkit-keyframes fade {
            from {
                opacity: .4
            }
            to {
                opacity: 1
            }
        }

        @keyframes fade {
            from {
                opacity: .4
            }
            to {
                opacity: 1
            }
        }

        @media only screen and (min-width: 576px) {
            .d-sm-none {
                display: none !important;
            }

            .d-sm-flex {
                display: flex !important;
            }
        }

        .p-0 {
            padding: 0 !important;
        }


        .navbar-header .nav-items a {
            float: left;
            display: block;
            /* color: #FFFFFF; */
            text-align: center;
            padding: 25px 17px;
            text-decoration: none;
            font-size: 16px;
            text-decoration: none;
        }

        .nav-items a span {
            cursor: pointer;
        }

        .nav-items a:hover {
            text-decoration: none;
        }

        .sidenav a:hover, .sidenav .closeBtn:hover {
            color: #f1f1f1;
        }

        .sidenav .closeBtn {
            position: absolute;
            /*top: 0;*/
            top: -15px;
            /*right: 25px;*/
            right: 5px;
            font-size: 36px;
            margin-left: 50px;
            color: #FFFFFF;
        }

        @media only screen and (max-width: 540px) {

            .change .bar1 {
                -webkit-transform: rotate(-45deg) translate(-7px, 3px);
                transform: rotate(-45deg) translate(-7px, 3px);
                background-color: #6767e7;
            }

            .change .bar2 {
                opacity: 0;
            }

            .change .bar3 {
                -webkit-transform: rotate(45deg) translate(-8px, -8px);
                transform: rotate(45deg) translate(-7px, -3px);
                background-color: #6767e7;
            }
        }

		


    


