* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;


} */

button {
    border: 0;
    outline: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 28px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;

}

p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;

}

button {
     /* cursor: url('images/logo.png'),auto; */}

button:focus {
    outline: 0;
}

a {
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;

}

a:hover {
    text-decoration: none;
    color: #000000;
}

input:focus {
    outline: 0;
}

textarea {
    resize: none;
}

textarea:focus {
    outline: 0;
}

.container {
    max-width: 1086px;
}

/* -------Header-------- */
header {
    height: 105px;
    transition: all 0.5s;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

header .container {
    height: 100%;
}

header .container nav {
    height: 100%;
}

header .container nav .navbar-brand {
    border-right: 1px solid rgba(255, 255, 255, .2);
    
}

header .container nav .navbar-brand,
header .container nav .navbar-brand .nav-sec {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    /* align-items: center; */
    /* padding-left: 10px; */
    /* padding-left: -100px;
    text-align: left; */
}

header .container nav .search-box input {
    padding: 0px 10px 0px 20px;
    font-size: 14px;
    border: none;
    float: right;
    width: 80%;
    background: #fff;
    height: 100%;
    border-radius: 100px 0 0 100px;
}

header .container nav .search-box button {
    float: right;
    width: 20%;
    padding: 4px 0 5px;
    background: #fff;
    font-size: 18px;
    border: none;
    border-left: none;
     /* cursor: url('images/logo.png'),auto; */
    height: 100%;
    border-radius: 0 100px 100px 0;
}

header .container nav .search-box button i {
    color: #c6c6c6;
}

header .menu-icon {
     /* cursor: url('images/logo.png'),auto; */    width: 33px;

   
}

header .menu-icon span {
    display: block;
    background: #fff;
    width: 18px;
    height: 2px;
    margin: 6px 0;
    
}

header .menu-icon span:nth-child(2) {
    width: 25px;
}

header .menu-icon span:last-child {
    width: 33px;
}

header.scrolled {
    height: 70px;
    background: #242424;
}

header div.search-box {
    min-width: 130px;
    height: 35px;
    margin-right: 20px;
    border-radius: 100px;
}

header nav ul li a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: -0.6px;
    font-weight: 700;
}

header #cls-btn {
    font-size: 50px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    z-index: 999;
}

header .navbar .header-nav {
    padding-left: 1050px;

    /* padding-right: 20px;  */
    float: right;
}

/* ------End of Header-----*/


/* -----Banner------- */
section.banner {
    /* background: url(../images/banner.jpg); */
    /* background: url(../images/60.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    align-items: center;
    padding-top: 225px;
    padding-bottom: 210px; */

    


    width: 100%;
    /* background: url(../images/banner.jpg); */
    background: url(../images/20.png);
    /* width: 100%; */
    background-position: 0%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;

    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    align-items: center;
    padding-top: 135px;

    padding-bottom: 15px;
    /* padding-top: 255px; */

    height:100%;
    
    /* background-repeat:no-repeat;
    background-size:contain;
    background-position:center; */
}



section.banner .container {
    text-align: center;
   
}

section.banner .container h1 {
    color: #fff;
    font-size: 80px;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 27px;
    font-family: 'Montserrat', sans-serif;

}

section.banner .container h6 {
    color: #fff;
    font-size: 30px;
    letter-spacing: -0.4px;
    font-weight: 300;
    margin-bottom: 64px;
    font-family: 'Montserrat', sans-serif;

}

section.banner .container h2 {
    color: white;
    font-size: 20px;
    letter-spacing: -0.4px;
    font-weight: 350;
    margin-bottom: 64px;
    font: bold;
    font-family: 'Montserrat', sans-serif;

}

section .container .get-started-btn {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 244, 123, 1) 22%, rgba(255, 223, 49, 1) 95%);
    display: inline-block;
    text-transform: uppercase;
    min-width: 209px;
    min-height: 69px;
    line-height: 69px;
    border-radius: 100px;
    transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;

}

section .container .get-started-btn:hover {
    background: #fff;
    color: #000000;
}

/* -----End of Banner------ */

/* -----Index About Sec----- */
section.index-about-sec {
    width: 100%;
    /* background: url(../images/banner.jpg); */
    background: url(../images/20.png);
    width: 100%;
    background-position: 0%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
 
    padding-left:100px;
    
}


section.index-about-sec .layer {
    width: 100%;
    /* background: rgba(0, 0, 0, 0.79); */
    padding-top: 100px;
    padding-bottom: 10px;
}

section.index-about-sec .test {
    padding-top: 100px;
    padding-bottom: 80px;
}

section.index-about-sec h5 {
    font-size: 35px;
    /* color: #fff; */
    letter-spacing: -0.6px;
    font-weight: 400;
    margin-bottom: 31px;
    font-family: 'Montserrat', sans-serif;

}



section.index-about-sec .container>p {
    font-size: 22px;
    line-height: 45px;
    /* color: #fff; */
    font-weight: 400;
    margin-bottom: 27px;
    font-family: 'Montserrat', sans-serif;

}

section.index-about-sec .container>a {
    font-size: 22px;
    line-height: 45px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 27px;
    font-family: 'Montserrat', sans-serif;

}

section.index-about-sec ul li {
    text-align: left;
}

section.index-about-sec ul li .index-abt-content {
    padding: 30px 30px;
    background: linear-gradient(135deg, rgba(116, 78, 102, 1) 22%, rgba(54, 109, 121, 1) 95%);
}

section.index-about-sec ul li .index-abt-content h3 {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 27px;
    font-weight: 600;
    color: #fff200;
    text-transform: uppercase;
    padding-right: 15px;
    font-family: 'Montserrat', sans-serif;

}

section.index-about-sec ul li .index-abt-content p {
    font-size: 13px;
    letter-spacing: -0.4px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    font-family: 'Montserrat', sans-serif;

}


/* -----End of About Sec----- */







/* Start VRM BAckground section */
section.index-about-sec1 {
    width: 100%;
    /* background: url(../images/banner.jpg); */
    background: url(../images/60.png);
    width: 100%;
    background-position:  center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;

    
}


section.index-about-sec1 .layer {
    width: 100%;
    /* background: rgba(0, 0, 0, 0.79); */
    padding-top: 100px;
    padding-bottom: 80px;
}

section.index-about-sec1 h5 {
    font-size: 35px;
    /* color: #fff; */
    letter-spacing: -0.6px;
    font-weight: 400;
    margin-bottom: 31px;
    font-family: 'Montserrat', sans-serif;

}

section.index-about-sec1 .container>p {
    font-size: 22px;
    line-height: 45px;
    /* color: #fff; */
    font-weight: 400;
    margin-bottom: 27px;
    font-family: 'Montserrat', sans-serif;

}

section.index-about-sec1 .container>a {
    font-size: 22px;
    line-height: 45px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 27px;
    font-family: 'Montserrat', sans-serif;

}

section.index-about-sec1 ul li {
    text-align: left;
}

section.index-about-sec1 ul li .index-abt-content {
    padding: 30px 30px;
    background: linear-gradient(135deg, rgba(116, 78, 102, 1) 22%, rgba(54, 109, 121, 1) 95%);
}

section.index-about-sec1 ul li .index-abt-content h3 {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 27px;
    font-weight: 600;
    color: #fff200;
    text-transform: uppercase;
    padding-right: 15px;
    font-family: 'Montserrat', sans-serif;

}

section.index-about-sec1 ul li .index-abt-content p {
    font-size: 13px;
    letter-spacing: -0.4px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    font-family: 'Montserrat', sans-serif;

}
/* End VRM Backround Section */




/* -----Index Services------- */
section.index-services {
    width: 100%;
    background: url(../images/index-service.jpg);
    padding: 106px 0 106px;
    float: left;
}

section.index-services .services-filter {
    width: 100%;
    border: 1px solid #cacaca;
    float: left;
    background: #fff;
    /* padding-top: 30px; */
}

section.index-services .services-filter .service-list {
    width: 20%;
    float: left;
}

section.index-services .services-filter .service-list h3 {
    border: 1px solid #cacaca;
    border-left: none;
    border-bottom: none;
    margin: 0;
    background: #f6f6f6;
    text-transform: capitalize;
    font-size: 30px;
    color: #363636;
    letter-spacing: -0.4px;
    padding: 40px;
     /* cursor: url('images/logo.png'),auto; */   ;
     font-family: 'Montserrat', sans-serif;

 
}

section.index-services .services-filter .service-list h3:first-child {
    border-top: 0;
}

section.index-services .services-filter .service-list h3.current {
    border-right: 0;
    background: #fff;
}

section.index-services .services-filter .service-images {
    float: left;
    width: 80%;
    padding: 40px 40px 33px 20px;
    text-align: right;

}

section.index-services .services-filter .service-images>a {
    color: #000000;
    font-size: 14px;
    letter-spacing: -0.4px;
    padding-right: 10px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;

}

section.index-services .services-filter .service-images ul li {
    display: inline-block;
    padding: 10px;
    width: 250px;
    height: 250px;
}

section.index-services .services-filter .service-images ul.article-section {
    padding-bottom: 45px;
}

section.index-services .services-filter .service-images ul.article-section li {
    width: 49.7%;
    text-align: initial;
}

.service-images ul.article-section li h4 {
    font-size: 24px;
    letter-spacing: -0.6px;
    text-align: left;
    text-transform: capitalize;
    margin: 15px 0 10px;
    font-family: 'Montserrat', sans-serif;

}

.service-images ul.article-section li p {
    font-size: 15px;
    color: #000000;
    opacity: 0.6;
    letter-spacing: -0.4px;
    line-height: 30px;
    text-align: initial;
    margin-bottom: 20px
}

.service-images ul.article-section li .article-btn {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 244, 123, 1) 22%, rgba(255, 223, 49, 1) 95%);
    display: inline-block;
    text-transform: uppercase;
    min-width: 160px;
    min-height: 49px;
    line-height: 49px;
    border-radius: 100px;
    transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;

}

section.index-services .services-filter .service-images ul li figure {
    width: 100%;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

section.index-services .services-filter .service-images ul.pricing-section li {
    width: 47%;
    height: 100%;
    box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 0;
    border-radius: 5px;
    margin: 0 10px;
}

section.index-services .services-filter .service-images ul.pricing-section {
    margin-bottom: 30px;
}

.service-images ul.pricing-section li h2 {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0 10px;
    font-family: 'Montserrat', sans-serif;

}

.service-images ul.pricing-section .buy-now {
    display: inline-block;
    min-width: 120px;
    min-height: 40px;
    background: linear-gradient(180deg, rgba(255, 244, 123, 1) 22%, rgba(255, 223, 49, 1) 95%);
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: -0.4px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;

}

.service-images ul.pricing-section .buy-now:focus {
    outline: 0;
}

.service-images ul.pricing-section li h6 {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    font-family: 'Montserrat', sans-serif;

}

.service-images ul.pricing-section li ul.features {
    margin: 0;
}

section.index-services .services-filter .service-images ul.pricing-section li ul.features li {
    padding: 15px 20px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    box-shadow: initial;
    margin: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;

}

section.index-services .services-filter .service-images ul.pricing-section li ul.features li:first-child {
    padding-top: 30px;
}

section.index-services .services-filter .service-images ul.pricing-section li ul.features li:last-child {
    padding-bottom: 30px;
}

.service-images ul.pricing-section li .content {
    box-shadow: 0px 0 0 0.3px rgba(0, 0, 0, .15);
    padding-bottom: 33px;
    border-radius: 5px;
    background: #f3f3f3;
}

section.index-services .services-filter .service-images .current {
    display: block;
}

section.index-services .services-filter .service-images .tab-content {
    display: none;
}

section.index-services .services-filter .service-images .tab-content.current {
    display: block;
}


/* ----End of Index Services------ */

/* -------Index blog------ */
section.index-blog {
    width: 100%;
    background: url(../images/keyboard.jpg);
    float: left;
    text-align: center;
}

section.index-blog .layer {
    width: 100%;
    height: 100%;
    padding: 95px 0 105px;
    background: linear-gradient(90deg, rgba(220, 83, 181, 0.7) 15%, rgba(109, 199, 239, 0.7) 82%);
}

section.index-blog ul {
    margin: 0 -40px;
}

section.index-blog ul li {
    padding: 0 40px;
}

section.index-blog ul li .overlay {
    text-align: left;
}

section.index-blog ul li .overlay .blog-img {
    position: relative;
    margin-bottom: 31px;
    overflow: hidden;
}

section.index-blog ul li .overlay .blog-img figure {
    width: 487px;
    height: 340px;
    margin: 0;
    /* width: 100%;
    height: 100%; */
    transition: all 0.7s;
}

section.index-blog ul li .overlay a:hover .blog-img figure {
    transform: scale(1.2);
}

section.index-blog ul li .overlay a:hover .blog-img .blog-img-inner {
    background: rgba(0, 0, 0, 0.5);
}

section.index-blog ul li .overlay .blog-img .blog-img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid rgba(255, 255, 255, .4);
}


section.index-blog ul li .overlay .blog-img img {
    width: 100%;
    height: 100%;
}

section.index-blog ul li .overlay a:first-child h5 {
    font-size: 26px;
    color: #fff;
    letter-spacing: -0.6px;
    line-height: 30px;
    margin-bottom: 32px;
}

section.index-blog ul li .overlay a:last-child {
    display: inline-block;
    min-width: 152px;
    height: 57px;
    background: linear-gradient(180deg, rgba(255, 244, 123, 1) 22%, rgba(255, 223, 49, 1) 95%);
    color: #000;
    letter-spacing: -0.6px;
    font-size: 17px;
    text-align: center;
    line-height: 58px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.6s;
}

section.index-blog ul li .overlay a:last-child:hover {
    background: #fff;
    color: #000000;
    border-radius: 50px;
}

section.index-blog .container h3 {
    font-size: 35px;
    color: #fff;
    letter-spacing: -0.6px;
    font-weight: 400;
    margin-bottom: 28px;
}

section.index-blog .container>p {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 61px;
}

section.blog-page .navigation ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #a1a1a1;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
     /* cursor: url('images/logo.png'),auto; */    font-weight: 600;
    transition: all 0.14s;
}

section.blog-page .navigation ul li:hover {
    background: #1bb4d9;
}

section.blog-page .navigation ul li:first-child {
    background: #1bb4d9;
}

/* -------End of Index blog------ */


/* ------index contact------ */
section.index-contact {
    width: 100%;
    float: left;
    /* background: url(../images/banner.jpg); */
    background: url(../images/60.png);
    height: 770px;

}

section.index-contact .layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 91px 0 93px;
  
}

section.index-contact h2 {
    font-size: 32px;
    text-align: center;
    color: #fff;
    letter-spacing: -0.6px;
    margin-bottom: 28px;
}

section.index-contact h5 {
    font-size: 35px;
    /* color: #fff; */
    letter-spacing: -0.6px;
    font-weight: 400;
    margin-bottom: 31px;
    font-family: 'Montserrat', sans-serif;

}
section.index-contact h9 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    letter-spacing: -0.6px;
    margin-bottom: 28px;
}

section.index-contact p {
    font-size: 17px;
    letter-spacing: -0.4px;
    color: #fff;
    line-height: 27px;
    text-align: center;
    margin-bottom: 43px;
}

section.index-contact input {
    min-height: 47px;
    border: none;
    background: #fff;
    padding: 15px;
    margin-bottom: 43px;
}

section.index-contact input::placeholder {
    font-size: 14px;
    font-style: italic;
}

section.index-contact textarea::placeholder {
    font-size: 14px;
    font-style: italic;
}

section.index-contact textarea {
    min-height: 167px;
    border: none;
    padding: 15px;
    margin-bottom: 33px;
}

section.index-contact button {
    background: linear-gradient(180deg, rgba(255, 244, 123, 1) 22%, rgba(255, 223, 49, 1) 95%);
    display: inline-block;
    min-width: 330px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
    transition: all 0.5s;
}

section.index-contact button:hover {
    background: #fff;
    border-radius: 50px;
    color: #000000;
}

/* ------End of index contact----- */

/* ------Footer------- */
footer {
    width: 100%;
    float: left;
    /* background: url(../images/banner.jpg); */
    background: url(../images/60.png);

    min-height: 135px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .2);
    
}

footer .layer {
    width: 100%;
    height: 135px;
    background: linear-gradient(90deg, rgba(220, 83, 181, 0.7) 15%, rgba(109, 199, 239, 0.7) 82%);
}

footer .layer .container {
    height: 100%;
}

footer .layer .container .navbar {
    height: 100%;
}

footer .layer .container .navbar .navbar-brand {
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .2);


}

footer .layer .container .navbar .nav-link {
    padding: 0 0.65rem;
}

footer .layer .container .navbar .nav-item:nth-last-child(2) .nav-link {
    padding-right: 0;
}

footer .navbar-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
}

footer nav ul li a {
    font-size: 14px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
}

footer ul li {
    display: inline-block;
}

footer ul li:last-child {
    display: block;
}

footer ul li:last-child p {
    text-align: right;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 37px;
    font-weight: 400;
}

footer ul li:last-child p a {
    text-transform: capitalize;
    font-weight: 400;
}

footer ul li.nav-item:nth-last-child(2) a.nav-link {
    padding-right: 0;
}

footer div.nav-sec {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    flex-grow: 1;
    justify-content: flex-end;
}


/* ------End of Footer------- */

/* -----Scrolltop btn------- */
button.scrolltop-btn {
    position: fixed;
    bottom: 22px;
    right: 25px;
    border: none;
    background: #000;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transition: all 0.4s;
}

button.scrolltop-btn i {
    color: #fff;
    font-size: 30px;
}

button.scrolltop-btn:hover {
    transform: translateY(-5px);
    background: #fff;
}

button.scrolltop-btn:hover i {
    color: #000;
}

/* -----End of Scrolltop btn------- */


/* -----Aboutus page------ */
/* section.innerpage-banner {
    min-height: 365px;
} */

section.innerpage-banner .container h1 {
    font-size: 48px;
    margin: 0;
}

section.about-page {
    padding-top: 64px;
    padding-bottom: 140px;
}

section.about-page .container {
    max-width: 1000px;
}

section.about-page .container p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    opacity: 0.7 !important;
    margin-bottom: 53px;
}


section.about-page .container h2 {
    font-size: 31px;
    color: #000000;
    text-transform: capitalize;
    line-height: 27px;
    margin-bottom: 42px;
}

section.about-page ul li figure {
    width: 100%;
    height: 100%;
}


section.about-page ul li.col-lg-6 {
    margin-bottom: 80px;
}

section.about-page ul li figure img {
    width: 100%;
    height: 100%;
}


/* -----End of Aboutus page------ */



/* ------Blog page------- */
section.blog-page {
    text-align: left;
    padding-top: 64px;
    padding-bottom: 140px;
}

section.blog-page ul li .overlay a:first-child h5 {
    color: #363636;
    margin-bottom: 23px;
    font-size: 26px;
}

section.blog-page ul li .overlay p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    opacity: 0.6;
    margin-bottom: 40px;
}

section.blog-page ul li .overlay a:last-child {
    display: inline-block;
    min-width: 152px;
    height: 57px;
    background: linear-gradient(180deg, rgba(255, 244, 123, 1) 22%, rgba(255, 223, 49, 1) 95%);
    color: #000;
    letter-spacing: -0.6px;
    font-size: 17px;
    text-align: center;
    line-height: 58px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.6s;
    margin-bottom: 75px;
}

section.blog-page ul li .overlay a:last-child:hover {
    background: #fff;
    color: #000000;
    border-radius: 50px;
    box-shadow: 1px 1px 10px 7px rgba(0, 0, 0, 0.15);

}

section.blog-page ul li .overlay .blog-img {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 31px;
    overflow: hidden;
}


section.blog-page ul li .overlay .blog-img figure {
    margin: 0;
    transition: all 0.7s;
}

section.blog-page ul li .overlay a:hover .blog-img figure {
    transform: scale(1.2);
}


section.blog-page ul li .overlay a:hover .blog-img .blog-img-inner {
    background: rgba(0, 0, 0, 0.5);
}

section.blog-page .container {
    max-width: 980px;
    padding: 0;
}

section.blog-page .container h2 {
    font-size: 31px;
    color: #000000;
    text-transform: capitalize;
    line-height: 27px;
    margin-bottom: 42px;
}

section.blog-page ul li.col-md-6 {
    padding: 0 40px;
}

section.blog-page ul {
    margin: 0 -40px;
}

section.blog-page ul:last-child {
    margin: 0px;
}

section.blog-page ul li .overlay .blog-img .blog-img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid rgba(255, 255, 255, .4);
}


/* ------End of Blog page------ */

/* -----blogsingle page------- */
section.blogsingle {
    max-width: 980px;
    margin: 0 auto;
    padding: 52px 0 0;
}

section.blogsingle h3 {
    text-align: center;
    margin-bottom: 41px;
    font-size: 36px;
    letter-spacing: -0.6px;
    color: #363636;
    font-weight: 400;
    line-height: 44px;
    padding: 0 50px;
}

section.blogsingle .overlay .blog-img {
    max-width: 100%;
    height: 596px;
    position: relative;
}

section.blogsingle .overlay .blog-img img {
    width: 100%;
    height: 100%;
}

section.blogsingle .overlay .blog-img .blog-img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid rgba(255, 255, 255, .4);
}

section.blogsingle>h6 {
    font-weight: 300;
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.2px;
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
    padding: 20px 0;
    margin-top: 50px;
    margin-bottom: 53px;
}

section.blogsingle p {
    font-size: 17px;
    line-height: 30px;
    color: #636363;
    letter-spacing: -0.2px;
    margin-bottom: 30px;
}

section.blogsingle>h6 span {
    font-weight: 500;
}

section.blogsingle .box {
    padding: 52px;
    border: 1px solid #cccccc;
    margin-bottom: 50px;
}

section.blogsingle .box h6 {
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    line-height: 36px;
    margin: 0;
    color: #636363;
}

section.blogsingle p:nth-child(6) {
    margin-bottom: 40px;
}

section.blogsingle p:nth-child(10) {
    margin-bottom: 0px;
    padding-bottom: 81px;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 39px;
}

section.blogsingle .similarposts {
    margin-bottom: 40px;
    padding-bottom: 80px;
    border-bottom: 1px solid #c6c6c6;
}

section.blogsingle .similarposts h2,
section.blogsingle .comments-posted h2,
section.blogsingle .write-comment h2 {
    text-transform: capitalize;
    font-size: 41px;
    letter-spacing: -0.6px;
    color: #363636;
    margin-bottom: 35px;
}

section.blogsingle .similarposts ul li.col-md-6 {
    padding: 0 30px;
}

section.blogsingle .similarposts ul {
    margin: 0 -30px;
}

section.blogsingle .similarposts ul li .overlay .blog-img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

section.blogsingle .similarposts ul li .overlay a:last-child {
    background: transparent;
    min-width: inherit;
    height: inherit;
    display: block;
    margin: 0;
}

section.blogsingle .similarposts ul li .overlay a:last-child:hover {
    box-shadow: initial;
}

section.blogsingle ul li .overlay a:first-child h5 {
    color: #363636;
    margin-bottom: 23px;
    text-align: left;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.6px;
    text-transform: initial;
}

section.blogsingle .write-comment ul {
    margin: 0 -15px;
}

section.blogsingle .write-comment ul li {
    padding: 0 15px;
}

section.blogsingle .comments-posted {
    padding-bottom: 50px;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 40px;
}

section.blogsingle .comments-posted .comments {
    padding: 30px;
    background: #e6f8fb;
    margin-bottom: 45px;
    border: 1px solid #7ed4e2;
}

section.blogsingle .comments-posted .comments p {
    margin: 0;
    font-size: 17px;
    line-height: 32px;
    color: #000000;
}

section.blogsingle .comments-posted .comments h5 {
    font-size: 23px;
    color: #000000;
}

section.blogsingle .comments-posted .comments h5 span {
    font-size: 17px;
}

section.blogsingle .write-comment ul li input {
    height: 47px;
    padding: 15px;
    border: 1px solid #c5c5c5;
    background: #fff;
    margin-bottom: 30px;
}

section.blogsingle .write-comment ul li input::placeholder,
section.blogsingle .write-comment ul li textarea::placeholder {
    font-size: 14px;
    font-style: italic;
    color: #cccccc;
}

section.blogsingle .write-comment ul li textarea {
    height: 150px;
    padding: 15px;
    border: 1px solid #c5c5c5;
    background: #fff;
    margin-bottom: 30px;
}

section.blogsingle .write-comment button {
    display: inline-block;
    min-width: 252px;
    height: 57px;
    background: linear-gradient(180deg, rgba(255, 244, 123, 1) 22%, rgba(255, 223, 49, 1) 95%);
    color: #000;
    letter-spacing: -0.6px;
    font-size: 17px;
    text-align: center;
    line-height: 58px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.6s;
    margin-bottom: 75px;
}

/* ------End of blogsingle page------- */

/* ------Support page-------- */
section.support-page .container h2 {
    margin-bottom: 56px;
}

section.support-page .container p {
    margin-bottom: 52px;
}

section.support-page .container h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 27px;
    margin: 0 0 5px;
    color: #000000;
    opacity: 0.6;
}

/* ------End of Support page----- */


/* -----Contact page------ */
section.contact-page {
    background: none;
}

section.contact-page input {
    border: 1px solid #efeaea;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
}

section.contact-page textarea {
    border: 1px solid #efeaea;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
}

/* -----End of contact page----- */


/* -----Portfolio page------- */
section.portfolio-page .container {
    max-width: 980px;
}

section.portfolio-page ul li .portfolio-gallery {
    width: 284px;
    height: 284px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom: 78px;
    position: relative;
     /* cursor: url('images/logo.png'),auto; */}

section.portfolio-page ul li .portfolio-gallery .portfolio-img {
    max-width: 100%;
    height: 100%;
    margin: 0;
}

section.portfolio-page ul li .portfolio-gallery .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    visibility: hidden;
    display: table;
    transition: all 0.4s;
}


section.portfolio-page ul li .portfolio-gallery:hover .overlay {
    opacity: 1;
    visibility: visible;
}

section.portfolio-page ul li .portfolio-gallery .portfolio-img img {
    width: 100%;
    height: 100%;
}

section.portfolio-page ul li .portfolio-gallery .overlay span {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

section.portfolio-page ul li .portfolio-gallery .overlay span a {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
}

section.portfolio-page ul li .portfolio-gallery .overlay span a:hover {
    color: #fff;
}


.nav-sec ul li .nav-link.active {
    color: rgb(255, 223, 49) !important;
}

.nav-sec ul li .nav-link:hover {
    color: rgb(255, 223, 49) !important;
}

/* ------End of Portfolio page----- */


/* ------Services page------- */
section.services-page {
    padding-top: 64px;
    padding-bottom: 140px;
}

section.services-page .container {
    max-width: 980px;
}

section.services-page .container h2 {
    font-size: 31px;
    color: #000000;
    text-transform: capitalize;
    line-height: 27px;
    margin-bottom: 42px;
}

section.services-page ul li h3 {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    margin: 0px;
    color: #000000;
     /* cursor: url('images/logo.png'),auto; */}

section.services-page ul li h3 i {
     /* cursor: url('images/logo.png'),auto; */
}

section.services-page ul li div.services-inner {
    border: 1px solid #a5a5a5;
    padding: 64px 48px;
    margin-bottom: 75px;
}

section.services-page ul li div.services-inner ul {
    padding-top: 25px;
}

section.services-page ul li div.services-inner ul li figure {
    width: 100%;
    height: 303px;
}

section.services-page ul li div.services-inner ul li figure img {
    max-width: 100%;
    height: 100%;
}

section.services-page .services-inner p {
    font-size: 15px;
    line-height: 28px;
    color: #000000;
    opacity: 0.6;
}

/* -------End of Services page----- */

/* ------contact page----- */
section.contact-banner h1 {
    padding: 0 137px;
}

section.contact-page ul li:first-child {
    padding: 0 15px;
}

section.contact-page ul li:nth-child(2) {
    padding: 0 15px;
}

/* ------End of contact page------ */

/* -----1920------- */

@media(max-width:2920px) and (min-width: 2840px) {
    .container {
        /* max-width: 1940px; */
        width:100%;
    }

    section.banner .container h1 {
        padding: 0 46px;
    }

    section.index-about-sec .container>p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 35px;
        width:100%;
    }

    section.index-about-sec ul li .index-abt-content h3 {
        padding-right: 100px;
    }

    section.index-about-sec ul li .index-abt-content p {
        font-size: 14px;
        line-height: 26px;
    }

    section.index-services .services-filter .service-images ul li {
        width: 344px;
        height: 325px;
    }

    section.index-services .services-filter .service-list h3 {
        padding: 59px;
    }

    section.index-blog ul li .overlay .blog-img {
        width: 100%;
        height: 100%;
    }

    section.about-page .container {
        max-width: 1340px;
    }

    section.innerpage-banner .container h1 {
        padding: 0 320px;
    }

    section.support-page .container h4 {
        margin: 0 0 10px;
    }

    section.about-page ul li figure {
        width: 100%;
        height: 550px;
    }

    section.about-page .container p {
        font-size: 17px;
        line-height: 33px;
    }

    section.contact-banner .container h1 {
        padding: 0 320px;
    }

    section.blog-page .container {
        max-width: 1340px;
    }

    section.contact-banner {
        padding-top: 260px;
    }

    section.blogsingle {
        max-width: 1340px;
    }

    section.blogsingle .similarposts,
    section.blogsingle .comments-posted {
        margin-bottom: 80px;
    }

    section.blogsingle .write-comment button {
        margin-bottom: 200px;
    }

    section.blogsingle p:nth-child(10) {
        margin-bottom: 79px;
    }

    section.blogsingle .overlay .blog-img {
        height: 800px;
    }

    section.blogsingle h3 {
        padding: 0 294px;
    }

    section.blogsingle>h6 {
        font-size: 21px;
    }

    section.blogsingle p {
        font-size: 19px;
        line-height: 36px;
    }

    section.portfolio-page ul li .portfolio-gallery {
        width: 370px;
        height: 370px;
    }

    section.services-page .container {
        max-width: 1340px;
    }

    section.services-page ul li div.services-inner ul li figure {
        width: 100%;
        height: 400px;
    }

    section.services-page ul li div.services-inner ul li figure img {
        width: 100%;
        height: 100%;
    }

    section.services-page .services-inner p {
        font-size: 17px;
        line-height: 34px;
        color: #000000;
        opacity: 0.6;
        margin-bottom: 55px;
    }

    section.index-services .services-filter .service-images ul.pricing-section li ul.features li {
        font-size: 16px;
    }

    section.index-services .services-filter .service-images {
        float: left;
        width: 80%;
        padding: 40px 40px 33px 40px;
        text-align: right;
    }

    .service-images ul.article-section li h4 {
        font-size: 27px;
        letter-spacing: -0.6px;
        text-align: left;
        text-transform: capitalize;
        margin: 20px 0 15px;
    }

    .service-images ul.article-section li p {
        font-size: 17px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    section.index-services .services-filter .service-images ul.pricing-section {
        margin-bottom: 50px;
    }

    section.index-services .services-filter .service-images ul.pricing-section li ul.features li {
        padding: 20px 30px 0;
    }

    section.index-services .services-filter .service-images ul.pricing-section li {
        margin: 0 14px;
    }

    section.index-blog ul li .overlay .blog-img figure {
        width: 100%;
        height: 400px;
    }

    section.portfolio-page ul li figure {
        width: 100%;
        height: 375px;
    }

    section.index-services .services-filter .service-images ul.pricing-section {
        padding-top: 50px;
    }
}

/* ----End of 1920----- */
    /* @media (max-width:1024px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    } */
    @media (max-width:1024px) {
        .container {
            width: 100%;
            padding: 0 20px;
        }

    /* -----Index page------ */
    section.index-blog ul {
        margin: 0 -15px;
    }

    section.index-blog ul li {
        padding: 0 15px;
    }

    section.index-blog ul li .overlay .blog-img {
        width: 100%;
        height: 100%;
    }

    section.banner .container h6 {
        font-size: 27px;
        margin-bottom: 50px;
    }

    section.banner {
        padding-top: 200px;
        padding-bottom: 120px;
    }

    section .container .get-started-btn {
        font-size: 18px;
        min-height: 52px;
        line-height: 52px;
        width: 200px;
    }

    section.index-about-sec h5 {
        font-size: 32px;
    }

    section.index-about-sec .layer {
        padding-top: 60px;
        padding-bottom: 65px;
    }

    section.index-services .services-filter .service-images {
        width: 100%;
        padding: 40px 19px 33px 0;
    }

    section.index-services .services-filter .service-list {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
    }

    section.index-services .services-filter .service-list h3 {
        font-size: 22px;
        padding: 30px 0;
        text-align: center;
        flex-grow: 1;
        border: 1px solid #cacaca;
        border-top: 0;
        border-left: 0;
    }

    section.index-services .services-filter .service-list h3.current {
        border-right: 1px solid #cacaca;
    }

    section.index-services .services-filter .service-list h3:last-child {
        border-right: 0;
    }

    section.index-services .services-filter .service-images ul li {
        width: 32.5%;
    }

    section.index-blog .container h3 {
        font-size: 30px;
    }

    section.index-blog ul li .overlay a:first-child h5 {
        font-size: 22px;
    }

    section.index-blog ul li .overlay a:last-child {
        height: 41px;
        line-height: 41px;
        font-size: 15px;
    }

    section.index-blog .container>p,
    section.index-contact p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 31px;
    }

    section.index-contact h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    section.index-contact .layer {
        padding: 61px 0 63px;
    }

    section.index-blog .layer {
        padding: 65px 0 75px;
    }

    section.index-services {
        padding: 66px 0;
    }

    /* -----End of Index page----- */

    /* -----blog page------ */
    section.blog-page .container {
        max-width: 100%;

   

        padding: 0 20px;
    }

    section.blog-page ul {
        margin: 0 -15px;
    }

    section.blog-page ul li.col-md-6 {
        padding: 0 15px;
    }

    section.blog-page {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    section.banner .container h1 {
        font-size: 44px;
        padding: 0 135px;
    }

    section.blog-page .container h2 {
        font-size: 26px;
    }

    section.blog-page ul li .overlay a:first-child h5 {
        font-size: 22px;
    }

    section.blog-page ul li .overlay p {
        font-size: 15px;
        margin-bottom: 22px;
    }

    section.blog-page ul li .overlay a:last-child {
        min-width: 120px;
        height: 39px;
        font-size: 13px;
        line-height: 39px;
        margin-bottom: 50px;
    }

    section.blog-page ul li .overlay .blog-img {
        margin-bottom: 21px;
    }

    section.blog-page ul li .overlay a:first-child h5 {
        margin-bottom: 15px;
    }

    /* -----End of blog page------- */

    /* -----blog single------ */
    section.blogsingle {
        max-width: 100%;
        padding: 52px 20px 0;
    }

    section.blogsingle .similarposts ul li.col-md-6 {
        padding: 0 15px;
    }

    section.blogsingle .similarposts ul {
        margin: 0 -15px;
    }

    section.blogsingle .overlay .blog-img {
        height: 550px;
    }

    section.blogsingle h3 {
        font-size: 30px;
        padding: 0 128px;
    }

    section.blogsingle .box h6 {
        font-size: 20px;
    }

    section.blogsingle .box {
        padding: 32px;
        margin-bottom: 35px;
    }

    section.blogsingle>h6 {
        margin-bottom: 43px;
    }

    section.blogsingle p:nth-child(10) {
        padding-bottom: 51px;
    }

    section.blogsingle .similarposts h2,
    section.blogsingle .comments-posted h2,
    section.blogsingle .write-comment h2 {
        font-size: 28px;
    }

    section.blogsingle .similarposts {
        padding-bottom: 35px;
        margin-bottom: 50px;
    }

    section.blogsingle .comments-posted {
        padding-bottom: 20px;
        margin-bottom: 50px;
    }

    section.blogsingle .write-comment button {
        min-width: 203px;
        height: 44px;
        font-size: 14px;
        line-height: 44px;
    }

    section.blogsingle .comments-posted .comments h5 {
        font-size: 18px;
    }

    section.blogsingle .comments-posted .comments h5 span {
        font-size: 15px;
    }

    section.blogsingle .comments-posted .comments p {
        font-size: 16px;
    }

    section.blogsingle p {
        font-size: 16px;
    }

    /* ----End of blog single------ */

    /* ----contact page----- */
    section.contact-page {
        padding: 40px 0 60px;
    }

    section.about-page .container h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    /* -----End of contact page----*/

    /* ----portfolio page------ */
    section.portfolio-page .container h2 {
        margin-bottom: 20px;
    }

    section.portfolio-page .container p {
        margin-bottom: 30px;
    }

    section.portfolio-page ul li .portfolio-gallery {
        margin-bottom: 40px;
    }

    section.portfolio-page {
        padding: 40px 0;
    }

    section.portfolio-page ul li .portfolio-gallery figure {
        width: 100%;
        margin: 0;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    section.portfolio-page ul li .portfolio-gallery {
        width: 100%;
        height: 284px;
    }

    /* -----End of Portfoilio----- */

    /* -----support page----- */
    section.support-page {
        padding: 44px 0 40px;
    }

    section.support-page .container p {
        margin-bottom: 32px;
    }

    /* ------End of support page----- */

    /* ------about page------ */
    section.about-page ul li.col-lg-6 {
        margin-bottom: 35px;
    }

    section.about-page {
        padding: 35px 0 60px;
    }

    /* ------end of about page------ */
}



@media(max-width:992px) {
    header .navbar .header-nav {
        position: fixed;
        top: 0;
        right: -250px;
        opacity: 0;
        visibility: hidden;
        width: 250px;
        height: 100%;
        padding-left: 0;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.8);
        transition: all 0.5s;
        text-align: center;
        padding-top: 60px;
    }

    header .navbar .header-nav .nav-item {
        margin: 10px 0;
    }

    header .search-box {
        margin-left: auto;
    }

    section.index-about-sec ul li .index-abt-content {
        margin-bottom: 30px;
    }

    section.index-about-sec ul li .index-abt-content h3 {
        padding-right: 0;
    }
}

@media(max-width:812px) {
    .hi {
        width: 90%;
        height: 75%;
    }
    section.banner .container h1 {
        font-size: 42px;
        padding: 0 95px;
        margin-bottom: 25px;
    }

    section.banner .container h6 {
        font-size: 24px;
    }

    section.index-about-sec h5 {
        font-size: 24px;
        letter-spacing: -0.2px;
        margin-bottom: 20px;
    }

    section.index-about-sec .container>p {
        font-size: 15px;
    }

    section.index-services .services-filter .service-images {
        padding: 40px 23px 33px 0;
    }

    section.index-about-sec ul li .index-abt-content p {
        font-size: 15px;
        letter-spacing: -0.2px;
        line-height: 27px;
    }

    section.index-blog .container h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    section.index-blog ul li .overlay a:first-child h5 {
        font-size: 20px;
    }

    section.index-contact h3 {
        font-size: 22px;
    }

    section.index-blog .container>p,
    section.index-contact p {
        font-size: 15px;
    }

    section.index-blog ul li .overlay .blog-img {
        margin-bottom: 20px;
    }

    section.index-blog ul li .overlay a:first-child h5 {
        margin-bottom: 20px;
    }

    section.index-blog .layer {
        padding: 45px 0 55px;
    }

    section.index-blog ul li .overlay a:last-child {
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        min-width: 120px;
    }

    section.index-contact button {
        min-width: 200px;
        height: 41px;
        line-height: 41px;
        font-size: 14px;
    }

    section.index-contact .layer {
        padding: 41px 0 43px;
    }

    section.index-about-sec .layer {
        padding: 40px 0 15px;

    }

    section.index-about-sec .container>p {
        margin-bottom: 30px;
    }

    section.index-services {
        padding: 46px 0;
    }

    section.index-contact input {
        margin-bottom: 25px;
    }

    section.index-contact textarea {
        margin-bottom: 23px;
    }

    section .container .get-started-btn {
        font-size: 15px;
        min-height: 46px;
        line-height: 46px;
        width: 200px;
    }

    section.banner {
        padding-bottom: 90px;
    }

    section.banner .container h6 {
        font-size: 24px;
        margin-bottom: 35px;
    }

    section.index-services .services-filter .service-list h3 {
        font-size: 20px;
        padding: 20px 0;
    }

    /* ----blog page----- */
    section.blog-page ul li .overlay a:first-child h5 {
        font-size: 18px;
        line-height: 26px;
    }

    /* ----End of Blog page------ */

    /* -----Blog Single----- */
    section.blogsingle .overlay .blog-img {
        height: 465px;
    }

    section.blogsingle h3 {
        padding: 0px 75px;
        margin-bottom: 35px;
    }

    section.blogsingle>h6 {
        margin-bottom: 27px;
        margin-top: 35px;
        padding: 15px 0;
    }

    section.blogsingle p {
        margin-bottom: 20px;
    }

    section.blogsingle .box {
        margin-bottom: 25px;
    }

    section.blogsingle .box h6 {
        font-size: 18px;
    }

    section.blogsingle p:nth-child(10) {
        padding-bottom: 31px;
    }

    section.blogsingle ul li .overlay a:first-child h5 {
        font-size: 21px;
        line-height: 28px;
    }

    section.blogsingle .similarposts {
        padding-bottom: 25px;
        margin-bottom: 35px;
    }

    section.blogsingle .comments-posted {
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    section.blogsingle {
        padding: 40px 20px 0;
    }

    section.blogsingle p:nth-child(6) {
        margin-bottom: 30px;
    }

    /* -----End of Blog Single------ */

    /* -----contact page----- */
    section.about-page .container h2 {
        font-size: 24px;
    }

    /* -----End of contact page------ */

    section.about-page ul li.col-lg-6 {
        margin-bottom: 0px;
    }

    section.about-page .container p {
        font-size: 15px;
        margin: 30px 0 0;
    }

    section.services-page ul li h3 {
        font-size: 24px;
    }

    section.services-page ul li div.services-inner {
        padding: 40px;
    }

    section.index-services .services-filter .service-images ul li {
        width: 32.9%;
    }

    section.index-services .services-filter .service-images {
        padding: 40px 10px 33px;
    }

    section.portfolio-page .container p,
    section.support-page .container p {
        margin: 10px 0 20px;
    }
}

@media(max-width:768px) {
    .hi {
        width: 90%;
        height: 75%;
    }
    section.index-about-sec ul li .index-abt-content h3 {
        font-size: 18px;
    }

    footer {
        min-height: 110px;
    }

    footer .layer {
        height: 110px;
    }

    section.services-page ul li div.services-inner ul li figure {
        width: 100%;
        height: 550px;
    }

    section.services-page ul li div.services-inner ul li figure img {
        width: 100%;
    }

    section.index-services .services-filter .service-images ul.pricing-section li {
        width: 46%;
        margin: 0 13px;
    }
}

@media(max-width:640px) {
    .hi {
        width: 90%;
        height: 75%;
    }
    section.banner .container h1 {
        font-size: 36px;
    }

    section.banner .container h6 {
        font-size: 22px;
    }

    section.index-about-sec ul li .index-abt-content h3 {
        font-size: 15px;
    }

    section.index-about-sec ul li .index-abt-content p {
        font-size: 14px;
    }

    section.index-services .services-filter .service-images ul li {
        width: 49.6%;
    }

    section.index-services .services-filter .service-images {
        padding: 40px 10px 33px 8px;
    }

    section.index-blog .container h3 {
        font-size: 24px;
        line-height: 32px;
        padding: 0 70px;
    }

    section.index-blog ul li .overlay .blog-img {
        margin-bottom: 15px;
    }

    section.index-blog ul li .overlay a:first-child h5 {
        margin-bottom: 10px;
    }

    section.index-blog ul li .overlay a:last-child {
        margin-bottom: 45px;
    }

    footer nav ul li a {
        font-size: 13px;
    }

    footer .layer .container .navbar .nav-link {
        padding: 0 0.3rem;
    }

    section.index-services .services-filter .service-images ul.article-section li {
        width: 100%;
        height: 300px;
    }

    section.index-services .services-filter .service-images ul.article-section li:last-child {
        margin-top: 40px;
    }

    /* -----blog page----- */
    section.blog-page {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    section.blog-page .container h2 {
        margin-bottom: 30px;
    }

    /* ----End of blog page----- */

    /* ----blog single----- */
    section.blogsingle h3 {
        padding: 0;
        font-size: 25px;
        margin-bottom: 28px;
        line-height: 35px;
    }

    section.blogsingle .overlay .blog-img {
        height: 375px;
    }

    section.blogsingle ul li .overlay a:first-child h5 {
        margin-bottom: 30px;
    }

    section.blogsingle .similarposts ul li .overlay .blog-img {
        margin-bottom: 10px;
    }

    section.blogsingle p:nth-child(10) {
        margin-bottom: 28px;
    }

    section.blogsingle .similarposts h2,
    section.blogsingle .comments-posted h2,
    section.blogsingle .write-comment h2 {
        margin-bottom: 25px;
    }

    section.blogsingle .similarposts {
        padding-bottom: 5px;
        margin-bottom: 30px;
    }

    section.blogsingle .comments-posted .comments {
        margin-bottom: 40px;
    }

    section.blogsingle .write-comment button {
        margin-bottom: 45px;
    }

    /* -----End of blog single---- */
    /* ------support page----- */
    section.support-page {
        padding: 24px 0 30px;
    }

    section.support-page .container h2 {
        margin-bottom: 20px;
    }

    /* ----End of support page---- */

    section.services-page ul li div.services-inner ul li figure {
        height: 450px;
    }

    section.index-services .services-filter .service-images ul.pricing-section li {
        width: calc(100% - 10%);
        margin-right: 5%;
    }

    section.index-services .services-filter .service-images ul.pricing-section li:first-child {
        margin-bottom: 50px;
    }
    section.index-services .services-filter .service-images ul.pricing-section {
        margin-bottom: 0px;
    }
}

@media(max-width:480px) {
    .hi {
        width: 90%;
        height: 75%;
    }
    section.banner .container h1 {
        padding: 0;
        font-size: 30px;
    }

    section.index-services .services-filter .service-list h3 {
        font-size: 16px;
    }

    section.index-services .services-filter .service-images ul li {
        width: 100%;
    }

    header div.search-box {
        display: none;
    }

    header .menu-icon {
        margin-left: auto;
    }

    header {
        height: 80px;
    }

    section.index-blog .container h3 {
        padding: 0;
    }

    footer .layer .container .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .layer .container .navbar .navbar-brand {
        border: 0;
        padding-top: 20px;

    }

    footer ul li {
        display: block;
        margin-bottom: 20px;
    }

    footer {
        height: auto;
    }

    footer .layer {
        height: auto;
        background-repeat: no-repeat;
    }

    section.index-blog .layer {
        padding-bottom: 0;
    }

    section.banner {
        padding-top: 165px;
    }

    section.index-about-sec .container>p {
        font-size: 14px;
    }

    section.index-about-sec h5 {
        font-size: 22px;
    }

    section.index-blog .container h3 {
        font-size: 22px;
        line-height: 30px;
    }

    section.index-blog ul li .overlay a:first-child h5 {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 26px;
    }

    section.index-contact h3 {
        font-size: 20px;
        line-height: 27px;
    }

    footer div.nav-sec {
        padding-top: 20px;
    }

    footer ul li:last-child p {
        text-align: left;
        line-height: 27px;
    }

    section.blog-page ul li .overlay .blog-img {
        margin-bottom: 11px;
    }

    section.blog-page ul li .overlay a:first-child h5 {
        margin-bottom: 5px;
    }

    section.innerpage-banner .container h1 {
        margin: 0;
    }

    section.blog-page .container h2 {
        font-size: 24px;
        text-align: center;
    }

    section.blog-page ul li .overlay p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    section.blogsingle h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    section.blog-page {
        padding-top: 25px;
    }

    section.blogsingle .overlay .blog-img {
        height: 275px;
    }

    section.blogsingle p {
        font-size: 15px;
    }

    section.blogsingle .box h6 {
        font-size: 16px;
    }

    section.blogsingle .box {
        padding: 25px;
    }

    section.blogsingle ul li .overlay a:first-child h5 {
        margin-bottom: 30px;
        font-size: 20px;
    }

    section.blogsingle .similarposts h2,
    section.blogsingle .comments-posted h2,
    section.blogsingle .write-comment h2 {
        font-size: 22px;
    }

    section.blogsingle .comments-posted .comments {
        padding: 25px;
    }

    section.portfolio-page ul li .portfolio-gallery {
        height: 350px;
    }

    section.about-page .container p {
        margin: 20px 0 0;
    }

    section.services-page ul li div.services-inner ul li figure {
        height: 100%;
    }

    section.services-page ul li h3 {
        font-size: 19px;
    }

    section.services-page ul li div.services-inner {
        padding: 40px 20px;
    }

    section.services-page .services-inner p {
        margin: 20px 0 0;
    }

    section.services-page ul li div.services-inner {
        margin-bottom: 40px;
    }

    section.services-page ul li:first-child .services-inner h3 i {
        display: inline-block;
        line-height: 37px;
    }

    section.index-services .services-filter .service-images ul.article-section li {
        height: 225px;
    }

    .service-images ul.article-section li .article-btn {
        min-height: 34px;
        line-height: 34px;
        font-size: 14px;
    }

    .service-images ul.article-section li h4 {
        font-size: 21px;
    }

    section.index-services .services-filter .service-images ul.pricing-section li ul.features li {
        font-size: 13px;
    }

    section.index-services .services-filter .service-images ul.pricing-section li:first-child {
        margin-bottom: 30px;
    }

    section.portfolio-page .container p{
        margin: 0 0 30px;
    }
    section.support-page .container p{
        margin: 10px 0 20px;
    }
}

@media(max-width:375px) {
    .hi {
        width: 90%;
        height: 75%;
    }
    section.banner .container h1 {
        font-size: 27px;
    }

    section.index-blog .container h3 {
        font-size: 20px;
    }

    section.banner .container h1 {
        font-size: 28px;
        line-height: 32px;
    }

    section.banner .container h6 {
        font-size: 18px;
        line-height: 25px;
    }

    section.index-about-sec h5 {
        font-size: 20px;
    }

    section.index-contact h3 {
        font-size: 18px;
    }

    section.index-services .services-filter .service-list h3 {
        font-size: 14px;
    }

    section.blogsingle h3 {
        font-size: 20px;
    }

    section.blogsingle .overlay .blog-img {
        height: 250px;
    }

    section.about-page {
        padding: 20px 0 30px;
    }

    section.about-page .container h2 {
        margin-bottom: 20px;
    }

    section.services-page ul li:last-child .services-inner h3 i {
        display: inline-block;
        line-height: 37px;
    }
}

@media(max-width:360px) {
    .hi {
        width: 90%;
        height: 75%;
    }
    section.index-about-sec h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .service-images ul.article-section li h4 {
        font-size: 20px;
    }
}

@media(max-width:320px) {
    .hi {
        width: 90%;
        height: 75%;
    }
    section.blogsingle h3 {
        font-size: 18px;
        line-height: 28px;
    }

    section.blogsingle .overlay .blog-img {
        height: 225px;
    }

    section.blogsingle>h6 {
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    section.blogsingle p {
        margin-bottom: 15px;
    }

    section.blogsingle ul li .overlay a:first-child h5 {
        font-size: 18px;
    }

    section.banner .container h1 {
        font-size: 25px;
    }

    section.services-page ul li .services-inner h3 i {
        display: inline-block;
        line-height: 37px;
    }
}



::-webkit-scrollbar {
    width: 20px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: red; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background:  red; 
    ; 
  }



  






  body {
    margin: 0;
    /* height: 100vh;
     */
     width:100%;
     height: 100%;
    /* //cursor: none; */
    background: rgb(27, 27, 27);
    font-family: 'Montserrat', sans-serif;
    position: relative; 
}

.cursor {
    width: 40px;
    height: 40px;
    border: 5px solid goldenrod;
    border-radius: 100%;
    position: absolute;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    animation: cursorAnim .5s infinite alternate;
    pointer-events: none;
    
}

.cursor::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 28px solid red;
    border-radius: 50%;
    opacity: .5;
    top: -8px;
    left: -8px;
    animation: cursorAnim2 .5s infinite alternate;

}

@keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
}

@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.4);
    }
}

@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.expand {
    animation: cursorAnim3 .5s forwards;
    border: 1px solid red;
}



.movedig {
 
    position: relative;
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: 70;
    animation-direction: alternate;  
  }
  
  @keyframes example {
    0%   {left:0px; top:0px;}
    25%  {left:20px; top:0px;}
    50%  {left:20px; top:20px;}
    75%  {left:0px; top:20px;}
    100% {left:0px; top:0px;}
      
  }













  /* body {
	background: #00b4ff;
	color: #333;
	font: 100% Lato, Arial, Sans Serif;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
} */

#background-wrap {
    bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
    animation-iteration-count: 70;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 5000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 14s ease-in-out infinite alternate;
	-moz-animation: animateBubble 15s linear infinite, sideWays 14s ease-in-out infinite alternate;
	animation: animateBubble 15s linear infinite, sideWays 14s ease-in-out infinite alternate;
	
	left: -5%;
	top: 5%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 14s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 14s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 14s ease-in-out infinite alternate;
	
	left: 5%;
	top: 80%;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 18s linear infinite, sideWays 14s ease-in-out infinite alternate;
	-moz-animation: animateBubble 18s linear infinite, sideWays 14s ease-in-out infinite alternate;
	animation: animateBubble 18s linear infinite, sideWays 14s ease-in-out infinite alternate;
	
	left: 10%;
	top: 40%;
	
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 13s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 13s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 13s ease-in-out infinite alternate;
	
	left: 20%;
	top: 0;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 14s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 14s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 14s ease-in-out infinite alternate;
	
	left: 30%;
	top: 50%;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 14s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 14s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 14s ease-in-out infinite alternate;
	
	left: 50%;
	top: 0;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 14s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 14s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 14s ease-in-out infinite alternate;
	
	left: 65%;
	top: 70%;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 13s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 13s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 13s ease-in-out infinite alternate;
	
	left: 80%;
	top: 10%;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 14s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 14s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 14s ease-in-out infinite alternate;
	
	left: 90%;
	top: 50%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 14s ease-in-out infinite alternate;
	-moz-animation: animateBubble 26s linear infinite, sideWays 14s ease-in-out infinite alternate;
	animation: animateBubble 26s linear infinite, sideWays 14s ease-in-out infinite alternate;
	
	left: 80%;
	top: 80%;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	
    height: 200px;
	position: absolute;
	width: 200px;
}

.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	
	content: "";
    height: 80px;
	left: 10px;
	position: absolute;
	width: 80px;
}





/* .cursorimage { */
    /* cursor: url(https://www.mozilla.org/media/img/logos/social/social-icon-sprite.bf2ae0cd0f01.svg), auto; */
    /* cursor: url(https://cdn.msgsndr.com/location%2FLc6a3br7mGiPT2B8eVNv%2Fimages%2Fcbd9418c-0729-4f0e-b758-ddb53fa2e531.gif?alt=media), auto;  */
    /* cursor: url(https://www.pngrepo.com/png/193628/60/chess.png) 15 15, auto;   } */
    
    /* https://www.pngrepo.com/png/234039/60/chess-chess-piece.png */




    /* Arrow Animation starts */
    .icon {
      position: absolute;
      /* top: 50%; */
      left: 50%;
      transform: translate(-50%,-50%);
      width: 80px;
      height: 60px;
      cursor: pointer;
    }
    
    .arrow {
      position: absolute;
    /*   top: 25px; */
      width: 90%;
      height: 10px;
      background-color: #fff;
      box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
      animation: arrow 700ms linear infinite;
    }
    
    .arrow::after, .arrow::before {
      content: '';
      position: absolute;
      width: 60%;
      height: 10px;
      right: -8px;
      background-color: #fff;
    }
    
    .arrow::after {
      top: -12px;
      transform: rotate(45deg);
    }
    
    .arrow::before {
      top: 12px;
      box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
      transform: rotate(-45deg);
    }

    .icon1 {
        position: absolute;
        /* top: 50%; */
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80px;
        height: 60px;
        cursor: pointer;
      }
      
      .arrow1 {
        position: absolute;
      /*   top: 25px; */
        width: 90%;
        height: 10px;
        background-color: #fff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        animation: arrow 700ms linear infinite;
      }
      
      .arrow1::after, .arrow1::before {
        content: '';
        position: absolute;
        width: 60%;
        height: 10px;
        right: -8px;
        background-color: #fff;
      }
      
      .arrow1::after {
        top: -12px;
        transform: rotate(45deg);
      }
      
      .arrow1::before {
        top: 12px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        transform: rotate(-45deg);
      }

      .icon2 {
        position: absolute;
        /* top: 50%; */
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80px;
        height: 60px;
        cursor: pointer;
      }
      
      .arrow2 {
        position: absolute;
      /*   top: 25px; */
        width: 90%;
        height: 10px;
        background-color: #fff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        animation: arrow 700ms linear infinite;
      }
      
      .arrow2::after, .arrow2::before {
        content: '';
        position: absolute;
        width: 60%;
        height: 10px;
        right: -8px;
        background-color: #fff;
      }
      
      .arrow2::after {
        top: -12px;
        transform: rotate(45deg);
      }
      
      .arrow2::before {
        top: 12px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        transform: rotate(-45deg);
      }

      .icon3 {
        position: absolute;
        /* top: 50%; */
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80px;
        height: 60px;
        cursor: pointer;
      }
      
      .arrow3 {
        position: absolute;
      /*   top: 25px; */
        width: 90%;
        height: 10px;
        background-color: #fff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        animation: arrow 700ms linear infinite;
      }
      
      .arrow3::after, .arrow3::before {
        content: '';
        position: absolute;
        width: 60%;
        height: 10px;
        right: -8px;
        background-color: #fff;
      }
      
      .arrow3::after {
        top: -12px;
        transform: rotate(45deg);
      }
      
      .arrow3::before {
        top: 12px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        transform: rotate(-45deg);
      }


      .icon4 {
        position: absolute;
        /* top: 50%; */
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80px;
        height: 60px;
        cursor: pointer;
      }
      
      .arrow4 {
        position: absolute;
      /*   top: 25px; */
        width: 90%;
        height: 10px;
        background-color: #fff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        animation: arrow 700ms linear infinite;
      }
      
      .arrow4::after, .arrow4::before {
        content: '';
        position: absolute;
        width: 60%;
        height: 10px;
        right: -8px;
        background-color: #fff;
      }
      
      .arrow4::after {
        top: -12px;
        transform: rotate(45deg);
      }
      
      .arrow4::before {
        top: 12px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        transform: rotate(-45deg);
      }
       /* Arrow animation ends */
    

       .card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        padding: 16px;
        text-align: center;
        background-color: transparent;
        /* border-color: white; */
        width: 80%;

      }

      .card1 {
        /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
        /* padding: 116px; */
        background-color: transparent;
        /* border-color: white; */
        /* width: 80%; */
      height:fit-content;
      padding-left: 100px;
      }












/* Navbar code starts  */

      @import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
button{
    outline: none;
    margin: 1rem;
    width: 50px;
    background: #2b396e;
    border: 1px solid #7ad1d7;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    padding: 5px;
    font-family: 'Roboto', sans-serif;
}
.container11{
    width:7%;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color:goldenrod;
    border-radius: 1rem;
    color: #fff;
    transition: all 0.5s;
    /* overflow: visible; */


    position: fixed;
    z-index: 1;
    top: 30%;
    left: 10px;
    overflow-x: hidden;
    padding: 8px 0;




}
.light{
    background-color:goldenrod;
}
.wide{
    width: 15%;
}
/*style navicon bar*/
.show{
    display:block;
    background-color:initial;
    width:40px;
    height:30px;
    border:none;
    outline:none;
    cursor:pointer;
    align-self: flex-end;
}
.show span{
    width:100%;
    height:5px;
    display:block;
    background-color:#fff;
    border-radius: 2px;
    transition:all 0.5s;
}
.show span:first-of-type{
    transform:translateY(-3px);
}
.show span:last-of-type{
    transform:translateY(3px);
}
.show .show-icon:first-of-type{
    display: none;
}
.show .show-icon:nth-of-type(2){
    transform:rotate(45deg);
}
.show .show-icon:last-of-type{
    transform:rotate(-45deg) translate(3px,-3px);
}
/*style portfolio*/
.portf{
    margin-bottom: 1rem;
}
.portf .img{
    width:70px;
    height:70px;
    border-radius: 50%;
    /* background: url('http://www.sahasrajith.com/images/logo.png'); */
    background: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTvol4cldqpUruRzlWnv9L5mz0p2q6V5ux1Nw&usqp=CAU');   
    background-size: cover;
    background-position: center;
    margin: auto;
    cursor: pointer;
}
h2,h3{
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    font-family: 'Roboto', sans-serif;
}
h2{
    font-size: 0.8rem;
    font-weight: 700;
}
h3{
    font-size: 0.5rem;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
}
h2.big-font{
    font-size: 1.2rem;
}
h3.big-font{
    font-size: 1rem;
}
/*style menu*/
.menu{
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}
.menu li{
    cursor: pointer;
    width: 100%;
    text-align:center;
    transition: background 0.4s linear;
}
.menu li:last-of-type{
    margin-bottom: 0;
}
.menu li:hover{
    background-color:rgba(255, 255, 255, 0.25);
   
}
.menu a{
    display: none;
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    text-align: center;
    transition: all 0.5s;
    font-family: 'Roboto', sans-serif;
}
.menu a.show-anchor{
    display: inline-block;
    font-size: 1rem;
}
.menu li .icons{
    display: inline-block;
    padding: 1rem;
    font-size: 1.2rem;
}
.menu a.show-anchor li{
  text-align:left;
}
/* Navbar code ends  */