@import url('https://fonts.googleapis.com/css2?family=Short+Stack&display=swap');
body {
    font-size: 14px;
    color: #000000;
}

body img {
    max-width: 100%;
}
body main{
    padding:0 15px;
}
body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body main .header-container {
    background: url("../img/banner.jpg") no-repeat center;
    background-size: cover;
    padding: 100px 0 0 0;
}

.transition{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

main header {
    border-bottom: 2px solid #c1e0d8;
    z-index: 99;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

main header.fixed-header {
    background: rgba(61, 75, 85, .9);
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 8px;
    -moz-box-shadow: rgba(0, 0, 0, .4) 0 0 8px;
    box-shadow: rgba(0, 0, 0, .4) 0 0 8px;
}

main nav.navbar {
    padding: 0;
}

main nav.navbar-light button.navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
}

main nav .navbar-brand {
    align-self: flex-end;
}

main nav .navbar-brand img {
    height: 80px;
}

main nav .navbar-collapse ul {
    align-items: flex-end;
}

main nav .navbar-collapse ul li {
    padding: 0px 10px 0;
    position: relative;
}

main nav .navbar-collapse ul li.dropdown:hover .dropdown-menu {
    display: block;
    top: 30px;
    border-radius:0px;
    background:#a3d61a;
}
main nav .navbar-collapse ul li.dropdown:hover .dropdown-menu  li {
padding:0;
}
main nav .navbar-collapse ul li.dropdown:hover .dropdown-menu  li a:hover{
background:#97c913;

}
main nav .navbar-collapse ul li.dropdown:hover .dropdown-menu li:hover{
background:#a3d61a;
}
footer .footer-bottom  .dropdown-menu{
display:none !important;}
main nav .navbar-collapse ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 10px !important;
    position: relative;
    color:#fff !important;
}

main nav .navbar-collapse ul li a:hover:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: #9fd316;
    width: 100%;
}

main nav .navbar-collapse ul li .dropdown-menu a:hover:after {
    height: 2px
}

main nav .navbar-collapse ul li.active a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: #9fd316;
    width: 100%;
}

main nav .navbar-collapse ul li a.dropdown-toggle::after {
    border: none;
}

main nav .navbar-collapse ul li.big-icon a svg{
height:60px;}
main nav .navbar-collapse ul li a svg {
    height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
}

main nav .navbar-collapse ul li a img.last-img {
    height: 50px;
}

/*for mobile menu*/

main nav.navbar #hamburger-icon {
    height: 20px;
    position: relative;
    margin-top: 1.200em;
    z-index: 9998;
    color: #ffffff;
    width: 50px;
    display: none;
}

main nav.navbar .slide-menu {
    position: fixed;
    -webkit-transform: translateX(-285px);
    -ms-transform: translateX(-285px);
    transform: translateX(-285px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    color: #333;
    z-index: 9999;
    width: 250px;
    -webkit-box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.25);
    overflow-y: scroll;
}

main nav.navbar .slide-header {
    height: 150px;
    top: 0;
    position: relative;
    text-align: center;
    background: #409fcf;
    display: flex;
    align-items: center;
    justify-content: center;
}

main nav.navbar .slide-menu .slide-menu-here {
    position: relative;
}

main nav.navbar .slide-close-button button.close {
    background: #aaa;
    border: 0;
    font-size: 16px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: -15px;
    outline: none;
    right: 1em;
    z-index: 999;
    opacity: 1;
}

main nav.navbar .slide-menu > .slide-menu-here > .menu li {
    position: relative;
    border-bottom: 1px solid #ececec;
}

main nav.navbar .slide-menu > .slide-menu-here > .menu li > a {
    width: 100%;
    position: relative;
    display: inline-block;
    color: #000000;
    padding: .8em 1em;
}

main nav.navbar .slide-menu .slide-menu-here .menu li svg{
    height: 30px;
    filter: invert(100);
    padding-right: 10px;
}

main nav.navbar .slide-menu > .slide-menu-here > .menu li.title span {
    position: relative;
    display: inline-block;
    color: #000000;
}

main nav.navbar .slide-menu > .slide-menu-here > .menu li.title .top {
    padding: .8em 1em;
}

main nav.navbar .slide-menu > .slide-menu-here > .menu li > .sub-menu {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition-duration: .65s;
    transition-duration: .65s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    display: none
}

main nav.navbar .slide-menu > .slide-menu-here > .menu li > .sub-menu.active {
    display: block;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

main nav.navbar .slide-menu > .slide-menu-here > .menu li > .sub-menu > li > a {
    padding-left: 2em;
    font-size: 13px;
    color: #000000;
}

main nav.navbar .slide-menu > .slide-menu-here > .menu li.title .top .dropdownmenu i {
    top: 18px;
    position: Absolute;
    right: 2em;
    background-color: #aaa;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    line-height: 20px;
    color: #fff;
}

main nav.navbar .slide-menu a:hover {
    background-color: #f8f8f8
}

/* Slide Left  */
main nav.navbar .slide-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 99999;
}

.close-tag {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.slide-left ~ .close-tag {
    background-color: rgba(0, 0, 0, .5);
    visibility: visible;
}

main .main-header {
    padding: 30px 0 0;
    background: url("../img/cloud.png") no-repeat bottom;
    background-size: contain;
}
.v-container{
    margin-left:auto !important;
    margin-right:auto !important;
 }
main .main-header .header-video img.video-img {
    height: 280px;
}

main .main-header .header-tree {
    text-align: right;
}

main .main-header .header-tree img.tree-img {
    height: 400px;
}

main .main-header .header-tree .bottom-img {
    margin-top: -40px;
    text-align: center;
}

main .main-header .header-tree .bottom-img img {
    height: 80px;
}

main .main-header .header-tree .bottom-img img.a2 {
    height: 60px;
}

main .just-some-clients {

    overflow: hidden;
}

main .just-some-clients .home-first-slider {   
    margin-bottom: 50px;
}

main .just-some-clients .home-first-slider .book-slider {
    text-align: center;
    padding:0 10px;
}

main .just-some-clients .home-first-slider .book-slider img {
    margin: auto;
    height: 210px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

main .just-some-clients .home-first-slider .book-slider img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

main .just-some-clients .home-first-slider .book-slider h5 {
    margin: 10px 0 0 0;
    font-size: 1.2em;
}

main .just-some-clients .home-first-slider .book-slider h5 a {
    color: #000000;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

main .just-some-clients .home-first-slider .book-slider h5 a:hover {
    color: #9fd316;
}

main .just-some-clients .home-first-slider button {
    background: transparent;
    border: none;
    color: #cdcdcd;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position:absolute;
top:50%;
}
main .just-some-clients .home-first-slider button.slick-prev.slick-arrow.transition{
    left: -35px;
    transform: translate(0, -50%);
}
main .just-some-clients .home-first-slider button.slick-next.slick-arrow.transition{
right:-35px;
transform: translate(0, -50%);
}
main .just-some-clients .home-first-slider button:focus {
    outline: none;
}

main .just-some-clients .home-first-slider button:hover {
    color: #000000;
}


main .just-some-clients h2 {
    font-size: 2em;
    font-weight: 700;
}

main .just-some-clients p {
    color: #5c5c5c;
    margin: 0 0 30px 0;
}

main .write-book {

    position: relative;
    background: url("../img/write-bg.jpg") no-repeat top;
    background-size: 100%;
    padding:0 15px;
    display: block;
    overflow: hidden;
}

main .write-book .write-section-inner{
    padding: 200px 0 0px 0;
}
/*stars*/

main .write-book #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

main .write-book canvas {
    display: block;
    vertical-align: bottom;
}

/*rocket*/

main .write-book .frame {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

main .write-book .frame .loader {
    position: absolute;
    width: 100%;
    left: calc(62% - 52px);
    top: calc(70% - 52px);
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}

main .write-book .frame .loader .rocket-wrapper {
    position: absolute;
    left: 34px;
    top: -30px;
    height: 300px;
}
.book-imgs{
max-width: 200px;
    margin: 0 60px;
    position: absolute;
    right: 19%;
    bottom: 0;
}

main .write-book .frame .loader .book-img {
	
}
main .write-book .frame .loader .rocket {
    width: 200px;
    height: auto;
}

main .write-book .frame .loader .trail-wrapper {
    position: absolute;
    top: 150px;
    left: 0;
    width: 200px;
    height: 80px;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: 0;
    text-align: center;
}

main .write-book .frame .loader .trail {
    width: 18px;
    height: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: jet 0.02s ease alternate infinite;
    animation: jet 0.02s ease alternate infinite;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

main .write-book .content {
    padding-bottom: 500px;
    position: relative;
}

main .write-book h2 {
    font-size: 3em;
    font-weight: 400;
    margin: 0 0 40px 0;
}

main .write-book a {
    display: inline-block;
    background-color: #67e3c1;
    padding: 10px 20px;
    border-radius: 20px;
    color: #000;
    font-weight: 600;
    box-shadow: 0 0 20px #0000004a;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

main .write-book a:hover {
    background-color: #ffffff;
    color: #000;
}
main .write-book .bottom-content{
    margin-bottom:50px;
}
main .write-book .bottom-content h3.heading {
    color: #4baad6;
    margin: 40px 0 10px 0;
    font-size: 2em;
}

main .authors {
    position: relative;
    background: #02d3fe;
    background-size: cover;
    height: 800px;
    margin:0 -15px;
}

main .authors .author-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

main .authors .author-content h2 {
    font-size: 2em;
}

main .authors .author-content h2.main-heading {
    margin: 40px 0 0 0;
}

main .authors .author-content .img-box img {
    position: absolute;
}

main .authors .author-content .img-box img.new-york {
    top: 10%;
    height: 300px;
    animation: float 4.5s ease-out infinite;
}

main .authors .author-content .img-box img.amazon {
    top: 30%;
    left: 22%;
    height: 260px;
    animation: float 4s ease-out infinite;
}

main .authors .author-content .img-box img.wall {
    top: 15%;
    right: 20%;
    height: 280px;
    animation: float 3.5s ease-out infinite;
}

main .authors .author-content .img-box img.today {
    top: 20%;
    right: 0;
    height: 300px;
    animation: float 3s ease-out infinite;
}

main .authors .author-content .img-box img.noble {
    bottom: 10%;
    right: 36%;
    height: 300px;
    animation: float 3.5s ease-out infinite;
}

main .authors .author-content .img-box img.pw {
    bottom: 0;
    left: 0;
    animation: float 4s ease-out infinite;
    height: 250px;
}

main .authors .author-content .img-box img.neil {
    bottom: 0;
    right: 0;
    animation: float 4.5s ease-out infinite;
    height: 250px;
}

main .different-stage {
    padding: 50px 10px 20px 10px;
    position: relative;
    background-color: #f3f1f2;
}

main .different-stage h2 {
    font-size: 2em;
}

main .different-stage .bottom-content {
    padding: 50px 0 0 0;
}

main .different-stage .bottom-content ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

main .different-stage .bottom-content ul li {
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px 0;
    display: flex;
    align-items: center;
    position: relative;
}
main .different-stage .bottom-content ul li:before{
    content: url(../img/bullets.png) !important;
    position: absolute;
    left:0;
    top:8px;
}
main .different-stage .bottom-content ul li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    padding-left:50px;
}

main .different-stage .bottom-content ul li a:hover {
    color: #a1d517;
}

main .different-stage .bottom-content ul li img {
    padding-right: 15px;
    height: 25px;
}

main .hundred-clients {
    padding: 50px 0;
}

main .hundred-clients .left img {
    margin-bottom: 30px;
}

main .hundred-clients .left h3 {
    font-size: 2em;
    color: #4baad6;
    font-weight: 400;
    margin: 0 0 15px 0;
}

main .hundred-clients .right h3 {
    font-size: 2em;
    font-weight: 400;
    margin: 0 0 35px 0;
}

main .hundred-clients .right h3 span {
    color: #4baad6;
}

main .hundred-clients .right .client-slider {

}

main .hundred-clients .right .client-slider .slider-content {
    padding: 15px 20px;
}

main .hundred-clients .right .client-slider .slider-content .icon {
    height: 130px;
    width: 130px;
    background-color: #c6dafb;
    display: inline-block;
    border-radius: 100%;
    box-shadow: 0 0 20px #00000036;
    margin-bottom: 30px;
}

main .hundred-clients .right .client-slider .slider-content .icon i {
    font-size: 5em;
    line-height: 130px;
    color: #5f97f6;
}

main .hundred-clients .right .client-slider .slider-content p {
    margin: 0 0 30px 0;
}

main .hundred-clients .right .client-slider .slider-content a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #a3d619;
    color: #000000;
    border-radius: 30px;
    font-weight: 500;
    box-shadow: 0 0 20px #00000038;
    transition: all 0.2s ease-out;
}

main .hundred-clients .right .client-slider .slider-content a:hover {
    color: #ffffff;
}

main .hundred-clients .right .client-slider button.slick-arrow {
    background: transparent;
    border: none;
    font-size: 3em;
    font-weight: 100;
    cursor: pointer;
position:absolute;
top: 50%;
transform: translate(0, -50%);
}

main .hundred-clients .right .client-slider button.slick-prev{
left: -10px;
}

main .hundred-clients .right .client-slider button.slick-next{
right: -10px;
}
main .hundred-clients .right .client-slider button:focus {
    outline: none;
}

main .upcoming-launches {
    padding: 50px 0;
}

main .upcoming-launches h2 {
    margin: 0 0 30px 0;
    font-size: 1.8em;
}

main .upcoming-launches .upcoming-slider {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

main .upcoming-launches .upcoming-slider .content {
    padding: 10px;
}

main .upcoming-launches .upcoming-slider .content img {
    margin: auto;
    height: 250px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

main .upcoming-launches .upcoming-slider .content img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

main .upcoming-launches .upcoming-slider .content h5 {
    margin: 20px 0 0 0;
    font-size: 1.2em;
}

main .upcoming-launches .upcoming-slider .content h5 a {
    color: #000000;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

main .upcoming-launches .upcoming-slider .content h5 a:hover {
    color: #a1d517;
}

main .upcoming-launches .upcoming-slider button {
    background: transparent;
    border: none;
    color: #cdcdcd;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

main .upcoming-launches .upcoming-slider button:focus {
    outline: none;
}

main .upcoming-launches .upcoming-slider button:hover {
    color: #000000;
}

main .upcoming-launches .street-content {
    padding-top: 40px;
}

main .upcoming-launches .street-content h2 {
    color: #4baad6;
    margin: 0;
    font-size: 2.5em;
}

main .upcoming-launches .street-content .street-slider {
    padding: 20px 30px;  
}
main .upcoming-launches .street-content .street-slider button, main .good-company .company-slider button{
position:absolute;
transform: translate(0, -50%);
    top: 50%;
}
main .upcoming-launches .street-content .street-slider button.slick-prev.slick-arrow{

left:-35px;
}
main .good-company .company-slider button.slick-prev.slick-arrow{
left:0;
}
main .upcoming-launches .street-content .street-slider button.slick-next.slick-arrow{

right:-35px;
}
main .good-company .company-slider button.slick-next.slick-arrow{
right:0;
}

main .upcoming-launches .street-content .street-slider .content img {
    margin: auto;
}

main .upcoming-launches .street-content .street-slider button {
    background: transparent;
    border: none;
    color: #000000;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}



main .upcoming-launches .street-content .street-slider button:focus {
    outline: none;
}

main .good-company {
    margin-bottom: 100px;
}

main .good-company h2 {
    color: #4baad6;
    font-size: 2.5em;
    margin: 0 0 30px 0;
}

main .good-company .company-slider {
    padding: 0 50px;
}

main .good-company .company-slider .content img {
    margin: auto;
}

main .good-company .company-slider button {
    background: transparent;
    border: none;
    color: #000000;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

main .good-company .company-slider button:focus {
    outline: none;
}

footer {
    background-color: #a4e0fc;
    margin:0 -15px;
}

footer .footer-top-banner {
    background: url("../img/footer-map.png") no-repeat;
    background-position: 85% 0;
    position: relative;
    background-size: contain;
}

footer .footer-top-banner img.book-now {
    position: absolute;
    left: -10%;
    height: 160px;
    top: 60%;
    box-shadow: 0 0 30px #00000057;
    border-radius: 100%;
}

footer .footer-top .footer-logo {
    padding-bottom: 20px;
}

footer .footer-top form {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    margin-bottom: 30px;
}

footer .footer-top form input[type='text'] {
    width: 65%;
    border-radius: 0;
}

footer .footer-top form input[type='button'] {
    width: 35%;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

footer .footer-top form input:focus {
    outline: none;
    box-shadow: none;
}

footer .footer-post ul li {
    padding: 10px 0;
}

footer .footer-post ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

footer .footer-post ul li a img {
    padding-right: 20px;
}

footer .footer-post ul li a p {
    margin: 0;
    font-size: 1.2em;
    color: #000;
    font-weight: 500;
    line-height: 1.3;
    transition: all 0.2s ease-in-out;
}

footer .footer-post ul li a:hover p {
    color: #0c78c0;
}

footer .cloud-links {
    padding-top: 50px;
}

footer .cloud-links ul {
    display: flex;
}

footer .cloud-links ul li {
    width: 16.6%;
    text-align: center;
}

footer .cloud-links ul li img {
    height: 110px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

footer .cloud-links ul li img:hover {
    transform: scale(1.1);
}

footer .address {
    max-width: 80%;
    margin: auto;
    text-align: center;
    padding: 40px 0;
}

footer .address .content h4 {
    font-size: 1.3em;
}

footer .address .content i {
    font-size: 14px;
}

footer .address .content p {
    margin: 0;
    font-weight: 500;
}
.address .content img{
	height:200px;
}
.overlay-text{
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #a4e0fc4a;
    margin: 0 24px;
    height: 200px;
    object-fit: contain;
    font-weight: bold;
}
footer .footer-company {
    max-width: 65%;
    margin: 20px auto -50px;
    text-align: center;
}

footer .footer-company .content {
    background: #fff;
    border-radius: 20px;
    height: 100px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

footer .footer-company .content img {
    height: 75px;
}

footer  .footer-bottom {
    background: url("../img/footer-cloud.png") no-repeat center;
    padding: 120px 0 30px;
    background-size: cover;
}

footer  .footer-bottom .footer-links {
    display: flex;
    height: 100%;
    align-items: center;
}

footer  .footer-bottom .footer-links ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

footer  .footer-bottom .footer-links ul li {
    padding: 0 10px;
}
footer .footer-bottom .footer-links ul li a.nav-link{
padding:0.5rem 0rem !important;
}
footer  .footer-bottom .footer-links ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1em;
    transition: all 0.2s ease-in-out;
}

footer  .footer-bottom .footer-links ul li a:hover {
    color: #9ed316;
}

footer  .footer-bottom .footer-social {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    color: #ffffff;
    justify-content: flex-end;
}

footer  .footer-bottom .footer-social p {
    margin: 0;
    font-size: 1.1em;
    padding-right: 10px;
}

footer  .footer-bottom .footer-social ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

footer  .footer-bottom .footer-social ul li {
    padding: 0 5px;
}

footer  .footer-bottom .footer-social ul li a img {
    height: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

footer  .footer-bottom .footer-social ul li a img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*keyframes*/

@-webkit-keyframes float {
    50% {
        transform: translate(0, 20px);
    }
}

@keyframes float {
    50% {
        transform: translate(0, 20px);
    }
}

@-webkit-keyframes jet {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes jet {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@media (min-width: 1200px)
{
.container {
    max-width: 1300px !important;
}
}
/*Bhragualata */
.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper{
    padding-right:0px !important;
}

.footer-bottom ul li svg{
    display: none;
}
footer .footer-top-banner {
    background-size: 50% 115% !important;
}
.portfolio-list.case-studies{
    display: flex;
    display:-ms-flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.portfolio-list.case-studies h2{
font-size:18px;
}
.portfolio-box{
    max-width: 30%;
    position: relative;
    float: left;
    margin: 30px 20px;
    box-shadow: 3px 3px 3px #eee;
    background: #000;
}
.portfolio-box img{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.overlay-portfolio{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.portfolio-box:hover img{
  opacity: 0.3;
}

.portfolio-box:hover .overlay-portfolio{
  opacity: 1;
}
.portfolio-box:hover .overlay-portfolio{
display:block;
}
.overlay-portfolio h2{
color:#fff;
}
#popmake-2157 .content-text{
	font-family: 'Short Stack', cursive;
	font-size:12px;
}
#popmake-2157 label {
    display: inline-block;
    margin-bottom: 0.5rem;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #9ed316;
}
#popmake-2157 img {
    max-width: 100%;
    height: auto;
    margin-top: 30%;
}
.book-imgs{
	display:none;
}
#popmake-2157 input[type="submit"]:hover{
	opacity:0.8;
}
#popmake-2157 input[type="submit"]{
	background: #355f7a;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    padding: 5px 10px;
    height: 40px;
    color: #fff;
    border-color: transparent;
}
#popmake-2157 textarea{
	height:50px;
}
#popmake-2157 input, #popmake-2157 select, #popmake-2157 textarea {
    width: 100%;
    height: 30px;
    border-radius: 8px;
    border: 2px solid #355f7a;
    margin-top: 5px;
}