@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
body {
    width: 100%;
    float: left;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #222222;
    line-height: 30px;
}

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.form-control:focus,
.btn-primary.focus,
.btn-primary:focus {
    border-color: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

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


/*menu*/

nav {
    position: relative;
    margin: 0px auto;
    width: 94%;
    margin-bottom: 0px;
    float: right;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

.main-menu {
    float: right;
}

#cssmenu {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#cssmenu>ul>li {
    float: left;
    border-bottom: 2px solid transparent;
}

#cssmenu>ul>li>a {
    padding: 10px 20px !important;
    font-size: 18px;
    letter-spacing: 0px;
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: unset;
}

.main-menu li.active {
    color: #fff;
    background-image: linear-gradient(141deg, #4d1964 0%, #781ca0 51%, #781ca0 75%);
    -webkit-box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
    box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
    border-radius: 100px;
}

#cssmenu>ul>li:hover>a {
    color: #781ca0;
}

#cssmenu ul li.active a {
    color: #ffffff !important;
    text-decoration: none !important;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    /*background:#051c46!important;*/
    border-bottom: 2px solid #ffffff;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
    /*padding-right:30px*/
}


/*#cssmenu > ul > li.has-sub > a:after {
  position:absolute;
  top:22px;
  right:11px;
  width:8px;
  height:2px;
  display:block;
  background:#ddd;
  content:''
}
#cssmenu > ul > li.has-sub > a:before {
  position:absolute;
  top:19px;
  right:14px;
  display:block;
  width:2px;
  height:8px;
  background:#ddd;
  content:'';
  -webkit-transition:all .25s ease;
  -ms-transition:all .25s ease;
  transition:all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top:23px;
  height:0
}*/

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #ffffff;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu li:hover>ul>li {
    height: 37px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 250px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
    background: #f36d31;
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

@media screen and (max-width:1000px) {
    nav {
        width: 100%;
    }
    #cssmenu>ul>li {
        float: left;
        border-bottom: none;
    }
    #cssmenu>ul>li>a {
        color: #000000;
        margin-bottom: 0px;
    }
    #cssmenu ul li:hover {
        background: #222 !important;
        border-bottom: none;
    }
    #cssmenu ul li:hover a {
        color: #ffffff !important;
    }
    #cssmenu ul ul li a {
        color: #ffffff !important;
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #eeeeee
    }
    #cssmenu ul li:hover {
        background: #363636;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu>ul>li {
        float: none
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #262626 !important;
    }
    #cssmenu ul ul li:hover {
        background: #363636!important
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #000;
        background: none
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 13px;
        color: #ffffff;
        font-size: 16px;
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: -20px;
        top: -57px;
        cursor: pointer;
        z-index: 12399994;
    }
    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
        content: ''
    }
    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #000000;
        content: ''
    }
    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #000000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .button.menu-opened:before {
        top: 23px;
        background: #000000;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #eeeeee;
        height: 36px;
        width: 36px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 17px;
        right: 15px;
        width: 8px;
        height: 2px;
        display: block;
        background: #777777;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 14px;
        right: 18px;
        display: block;
        width: 2px;
        height: 8px;
        background: #777777;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
    #cssmenu ul {
        position: absolute;
        z-index: 9;
        background: #fff;
        top: 0px;
        -webkit-box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
        box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
    }
}

.logo-web img {
    width: 125px;
}

.request-button a {
    font-weight: 600;
    color: #4f1966;
    text-decoration: underline !important;
    border-left: 1px solid #ccc;
    padding-left: 30px !important;
    margin-left: 40px;
}

.banner-section {
    width: 100%;
    float: left;
    margin-top: 125px;
}

.header-second {
    width: 100%;
    float: left;
    height: 100%;
}

.header-second .container {
    width: 100%;
    float: left;
    height: 100%;
}

.request-demo {
    margin-left: 50px;
    position: relative;
}

.request-demo::after {
    content: "";
    width: 1px;
    height: 40px;
    background: #ccc;
    position: absolute;
    top: 0px;
    left: -20px;
}

.request-demo a {
    font-weight: 600 !important;
    color: #4f1966 !important;
    text-decoration: underline !important;
}

.item.gallery-slide {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.item.gallery-slide .bg-background {
    position: absolute;
}

.banner-content {
    position: relative;
    z-index: 999;
    height: 500px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-content h2 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

.banner-content p {
    font-size: 40px;
    text-align: center;
    line-height: 60px;
}

.btn1 {
    background-image: linear-gradient(141deg, #4d1964 0%, #781ca0 51%, #781ca0 75%);
    -webkit-box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
    box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
    border-radius: 100px;
    border: 0px;
    padding: 10px 30px;
    color: #fff;
	font-size: 16px;
}

.btn1:hover {
    background-image: linear-gradient(141deg, #781ca0 0%, #4d1964 51%, #4d1964 75%);
	color: #fff;
}

.btn1 img {
    margin-left: 10px;
}

.screenshot-gallery {
    position: relative;
}

.screenshot-gallery .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 47%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fad03c;
}

.sarva-solutions {
    width: 100%;
    float: left;
    text-align: center;
    padding: 60px 0px;
}
html { font-size: 62.5%; }

.header-text h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.header-text h2:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #fad03c;
    display: block;
    margin: 0px auto;
    margin-top: 10px;
}

.sarva-mandalas {
    -webkit-box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
    box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
    padding: 35px 25px;
    border-radius: 15px;
}

.sarva-mandalas h6 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    font-weight: 500;
}

.sarva-mandalas p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.sarva-solutions a {
    color: #222;
    text-decoration: none;
}

.sarva-mandalas .card-body {
    padding: 0px;
    border: 0px;
}

.mt-50 {
    margin-top: 50px;
}

.what-sarva-gives {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.sarva-gives-content {
    padding: 20px;
    margin-top: 10px;
}

.sarva-gives-content:hover {
    -webkit-box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
    box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
    padding: 20px;
    border-radius: 10px;
}

.sarva-gives-content img {
    float: left;
    margin-right: 20px;
}

.gives-heading {
    overflow: hidden;
}

.gives-heading p {
    margin: 0px;
    line-height: 20px;
    font-size: 14px;
}

.gives-heading h5 {
    font-size: 20px;
    font-weight: 600;
}

.sarva-img {
    margin-top: 30px;
}

.footer {
    width: 100%;
    float: left;
    background: url(../images/footer-bg.png) #4d1964;
    color: #ffffff;
    padding: 30px 0px;
}

.quick-links li {
    margin-top: 20px;
}

.quick-links li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.quick-links li a:hover {
    text-decoration: underline;
}

.quick-links li {
    width: 50%;
    float: left;
}

.footer-links::after {
    content: "";
    width: 2px;
    height: 100%;
    background: #00000040;
    position: absolute;
    right: 50px;
}

.footer-links p {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 14px;
}

.footer-contact h4 {
    font-size: 20px;
}

.footer-contact a {
    color: #ffffff;
}

.contact-details li img {
    width: 20px;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}

.contact-details li span {
    overflow: hidden;
    display: block;
    font-size: 14px;
}

.contact-details li {
    width: 50%;
    float: left;
    margin-top: 20px;
}

.social-links li {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.social-icons {
    background: #fad03c;
    width: 30px !important;
    height: 30px;
    border-radius: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 10px !important;
}

.social-icons:hover {
    background: #000000;
    cursor: pointer;
}

.social-icons:hover i {
    color: #ffffff;
}

.social-icons a i {
    font-size: 14px;
    color: #4d1964;
}

.inner-banner {
    width: 100%;
    float: left;
    background: url(../images/contactus-bg.jpg) no-repeat;
    background-size: cover !important;
	background-position:center;
    padding: 180px 0px;
    margin-top: 125px;
}

.inner-banner h1 {
    color: #fff;
    font-size: 65px;
    text-align: center;
}

.get-in-touch {
    width: 100%;
    float: left;
    margin: 70px 0px;
}

.contactus-content h4 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.quick-contact {
    margin-top: 40px;
}

.quick-contact span {
    -webkit-box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
    box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
    padding: 18px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    float: left;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-contact img {
    filter: brightness(0%);
    width: 20px;
}

.contact-details h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.drop-line {
    background: #fad03c;
    padding: 30px;
    border-radius: 10px;
}

.drop-line h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}

.drop-line .form-control {
    height: 50px;
    border-color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 12px;
}

.drop-line textarea {
    width: 100%;
    border-color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 15px;
}

.drop-button {
    text-align: center;
    margin-top: 10px;
}

.get-direction {
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.direction-link {
    margin-top: 70px;
}

.thought-bg {
    background: url(../images/thinking-bg.jpg) no-repeat;
    background-size: cover;
}

.blog-list {
    width: 100%;
    float: left;
    margin-bottom: 5rem;
}

.inner-head {
    margin-top: 3rem;
}

.inner-head h4 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.blog-thumb {
    -webkit-box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
    box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    margin-top: 30px;
    color:#222222;
}

a:hover
{
    text-decoration: none;
}

.blog-thumb img {
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
}

.blog-thumb h4 {
    font-size: 20px;
    font-weight: 600;
    color: #444444;
    margin-top: 15px;
    margin-bottom: 10px;
}

.blog-thumb p {
    font-size: 14px;
    line-height: 25px;
}

.search-input {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 30px;
	margin-bottom: 30px;
    overflow: hidden;
}

.search-input img {
    width: 20px;
    margin: 10px 15px;
    margin-right: 5px;
    opacity: .5;
}

.search-input input {
	border: none;
	height: 50px;
	font-size: 16px;
}

.categories,
.categories ul,
.recent-articles,
.recent-articles ul {
    margin-top: 30px;
}

.categories a {
    color: #000;
    font-size: 14px;
}

.categories ul li {
    margin-top: 10px;
}

.recent-articles ul li {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
}

.recent-articles ul li:last-child {
    border: none;
}

.recent-articles img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    float: left;
    margin-right: 20px;
    border-radius: 10px;
}

.recent-articles h6 {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0px;
}

.recent-articles p {
    font-size: 12px;
}

.categories h4,
.recent-articles h4 {
    font-size: 24px;
    font-weight: 600;
}

.engagement-bg {
    background: url(../images/engament-bg.jpg) no-repeat;
    background-size: cover;
}

.engagement-model {
    width: 100%;
    float: left;
    margin-bottom: 5rem;
}

.engagement-img {
    border-radius: 20px;
    overflow: hidden;
}

.engagement-img img {
    width: 100%;
}

.request-bg {
    background: url(../images/request-quote-bg.jpg) no-repeat;
    background-size: cover;
}

.get-in-touch .inner-head {
    margin-top: 0px;
    margin-bottom: 3rem;
}

.get-in-touch .form-group {
    margin-bottom: 0px;
}

.shrink {}

header {
    width: 100%;
    background: #ffffff;
    position: fixed;
    top: 0px;
    z-index: 100;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
}

.mandala-content {
    height: 100px;
}

a {
    outline: none;
}

.product-bg {
    background: url(../images/product.jpg) no-repeat;
    background-size: cover;
}

.product-thumb {
    background: #ffffff url(../images/product-bg.jpg) bottom no-repeat;
    border-radius: 20px;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 0px;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
    border: #ff71b7 solid 3px;
}

.product-mandala {
    background: #48125f;
    border-radius: 15px;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
/*     border: #ff71b7 solid 3px; */
    width: 325px;
    margin: 0px auto;
    text-align: center;
    color: #ffffff;
    margin-top: -100px;
}
.product-thumb.mandala-2 {
    border: #48125f solid 3px;
}
.product-mandala2 {
/*     border: #48125f solid 3px; */
    background: #ff71b7;
}

.product-mandala h2 {
    font-size: 38px;
    font-weight: 700;
}

.product-qoute1 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #959595;
    padding: 0px 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: #d5d5d5 solid 1px;
    margin-bottom: 40px;
}

.product-qoute1 h2 {
    font-size: 22px;
    font-weight: 500;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 25px;
    line-height: 38px;
    color: #222222;
}

.pro-txt {
    padding: 0px 50px;
}

.pro-text1 {
    background: #48125f;
    border-radius: 15px;
    color: #ffffff;
    text-align: center;
    padding: 25px;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.pro-text2 {
    background: #ff71b7;
}

.pro-list {
    margin-top: 60px;
}

.pro-list ul li {
    background: url(../images/list-icon.png) no-repeat;
    padding: 0px 0px 10px 35px;
    font-weight: 500;
    font-size: 20px;
}



  body {
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
  }
  
  .header {
    position: fixed;
    z-index: 5;
    width: 100%;
  }
  
  .burger {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 55px;
    cursor: pointer;
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .burger__patty {
    width: 28px;
    height: 3px;
    margin: 0 0 3px 0;
    background: #4d1964;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .burger__patty:last-child {
    margin-bottom: 0;
  }
  .burger--close {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
           
  }
  .burger--close .burger__patty:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
            transform: rotate(45deg) translate(4px, 4px);
            background: #ffffff;
  }
  .burger--close .burger__patty:nth-child(2) {
    opacity: 0;
  }
  .burger--close .burger__patty:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -4px);
            transform: rotate(-45deg) translate(5px, -4px);
            background: #ffffff;
  }
  
  .menu {
    position: fixed;
    top: 0;
    width: 100%;
    visibility: hidden;
    left:0px;

  }
  .menu--active {
    visibility: visible;
  }
  .menu__brand, .menu__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    float: left;
    width: 50%;
    height: 100vh;
    overflow: hidden;
  }
  .menu__list {
    margin: 0;
    padding: 0;
    background:rgba(77, 25, 100, .97);
    list-style-type: none;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu__list--active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .menu__brand {
    background:rgba(255, 255, 255, .97);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            font-size:28px;
           
  }

  .menu__list a:hover
  {
      color:#ffffff;
  }

  .menu__brand a
  {
      color: #222222;
      font-weight:700;
  }

  
  .menu__brand p
  {
      margin-bottom: 30px;
  }
  .menu__brand--active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .menu__item {
    -webkit-transform: translate3d(500px, 0, 0);
            transform: translate3d(500px, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    padding-bottom: 20px;
  }


  .menu__item a:hover
  {
      text-decoration: none !important;
  }
  .menu__item--active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .menu__link {
    display: inline-block;
    position: relative;
    font-size: 30px;
    padding: 15px 0;
    font-weight: 300;
    color: white;
    text-decoration: none;
    color: white;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu__link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10px;
    height: 2px;
    background: #ffc200;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu__link:hover:before {
    width: 100%;
  }
  .menu .menu__item:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .menu .menu__item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .menu .menu__item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .menu .menu__item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .menu .menu__item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .menu .menu__item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  
  @media screen and (max-width: 768px) {
    ul.menu__list,
    div.menu__brand {
      float: none;
      width: 100%;
      min-height: 0;
    }
    ul.menu__list--active,
    div.menu__brand--active {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  
    .menu__list {
      height: 75vh;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }
  
    .menu__link {
      font-size: 24px;
    }
  
    .menu__brand {
      height: 40vh;
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
    }

    .menu__brand
    {
        text-align: center;
    }

    .menu__brand .logo {
      width: 90px;
      height: 90px;
    }
  }
  .logo {
    width: 200px;
    height: 200px;
    background: #1a1a1a;
    border-radius: 50%;
  }
  
  h1, h2, h3, p {
    margin: 0;
    font-weight: 400;
  }
  
  main {
    height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 8vw;
  }
  main h1 > a {
    color: white;
    text-decoration: none;
    font-size: 48px;
    font-weight: 300;
  }
  
  .support {
    position: fixed;
    bottom: 24px;
    color: rgba(0, 0, 0, 0.6);
  }
  
  .blog-details-cont
  {
      margin-top:30px;
      line-height:28px;
  }

  .blog-details-cont p
  {
      margin-bottom:30px;
  }

  .blog-details-cont img
  {
      border-radius:20px;
      margin-bottom:30px;
  }

  .blog-details-cont h2
  {
      font-size:28px;
      font-weight: 600;
      margin-bottom: 30px;
  }

  .blog-details-cont ul li
  {
    background: url(../images/list-icon.png) no-repeat;
    padding: 0px 0px 10px 35px;
    font-weight: 500;
  }
  

  .menu__brand img
  {
      margin-bottom:25px;
  }