@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

html {
    font-size: 62.5%;
}

.top {
    background-color: var(--accent-color);
    padding: 12px 0;
}

/* social */
.top .social {
    display: flex;
    justify-content: end;
}

.top .social a {
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #a8a8a8;
}

.top .social a.last {
    margin-right: 0;
}

.top .social a img {
    width: auto;
}

.top .social a:hover {
    background-color: #fff;
}

a.tltip {
    position: relative;
}

.tltip .tooltiptext {
    display: none;
    width: max-content;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: -31px;
}

.tltip:hover .tooltiptext {
    display: block;
}

/* header */
.header {
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
}

.header .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .main .logo-block {
    width: auto;
}

.header .main .logo-block a img {
    width: 100%;
}

/* nav */
.header .nav {
    align-items: center;
}

.header .nav ul li {
    margin-right: 25px;
}

.header .nav ul li.last {
    margin: 0;
}

.header .nav ul li a {
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--accent-color);
    text-transform: uppercase;
    position: relative;
    padding: 0px 10px;
}

.header .nav ul li a::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #1c1753;
    transition: 300ms;
}

.header .nav ul li a:hover::before {
    width: 100%;
}

.header .nav ul li a.active::before {
    width: 100%;
}

/* header end */

/* banner start */

.banner {
    position: relative;
    overflow: hidden;
}

.banner img.desk {
    width: 100%;
}

.banner img.mob {
    width: 100%;
    display: none;
}

/* banner end */

/* about start */

.about {
    padding: 110px 0;
    overflow: hidden;
    position: relative;
    background-color: #f1f2f2;
}

.about .main {
    display: flex;
    justify-content: space-between;
}

.about .main .lt {
    width: 45%;
}

.about .main .lt h2 {
    font-size: 5.3rem;
    font-weight: 300;
    color: var(--accent-color);
    text-transform: uppercase;
}

.about .main .lt p {
    font-size: 2rem;
    font-weight: 500;
    color: var(--accent-color);
    line-height: 1.4;
    margin: 20px 0;
}

.about .main .lt ul {
    display: block;
    margin: 20px 0 60px 0;
}

.about .main .lt ul li {
    font-size: 2rem;
    font-weight: 500;
    color: var(--accent-color);
    line-height: 1.4;
    margin-bottom: 20px;
    padding-left: 30px;

    background-image: url(../images/right-arrow-circle-solid-24.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 22px;
}

.about .main .lt ul li.last {
    margin-bottom: 0;
}

.about .main .lt a.btn-more {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white-color);
    text-transform: uppercase;
    padding: 15px 15px;
    background: linear-gradient(0deg, rgba(71, 50, 0, 1) 0%, rgba(141, 100, 0, 1) 100%);
    border-radius: 0%;
    clip-path: polygon(0 0, 100% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 70%);
    cursor: pointer;
}

.about .main .lt a.btn-more img {
    margin-left: 10px;
    vertical-align: middle;
}

/* rt */
.about .main .rt {
    width: 48%;
}

.about .main .rt h2 {
    font-size: 5.3rem;
    font-weight: 300;
    color: var(--accent-color);
}

.about .main .rt ul {
    display: block;
    margin-top: 50px;
}

.about .main .rt ul li {
    background-color: #fff;
    clip-path: polygon(0 0%, 95% 0, 100% 35%, 100% 100%, 0 100%, 0% 50%);
    padding: 20px 35px;
    margin-bottom: 6px;
}

.about .main .rt ul li p {
    font-size: 2rem;
    font-weight: 400;
    color: var(--accent-color);
    line-height: 2;
    padding-left: 40px;

    background-image: url(../images/batch.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto;
}

.about .main .rt ul li.last {
    margin-bottom: 0;
}

/* experience */
.about .experience {
    padding-top: 130px;
}

.about .experience h2 {
    font-size: 5.3rem;
    font-weight: 300;
    color: #311e55;
    text-align: center;
}

.about .experience .items {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.about .experience .items .item {
    width: 31%;
    padding: 50px;
    background-color: #f9f9f9;
    text-align: center;
    transition: var(--trans);
    clip-path: polygon(0 0%, 90% 0, 100% 10%, 100% 100%, 0 100%, 0% 50%);
}

.about .experience .items .item:hover {
    background-color: #fff;
}

.about .experience .items .item img {
    width: auto;
}

.about .experience .items .item p {
    font-size: 2rem;
    font-weight: 400;
    color: #311e55;
    margin-top: 25px;
}

/* about end */

/* services start */

.services {
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 85% 0%, 100% 15%, 100% 100%, 0 100%, 0% 50%);
    background-color: #f9f9f9;
    padding: 150px 0;
}

.services h2 {
    font-size: 5.3rem;
    font-weight: 300;
    color: var(--accent-color);
    text-transform: uppercase;
    text-align: center;
}

/* main */

.services .main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 90px;
}

.services .main .item {
    width: 24%;
    background-color: #f1f2f2;
    text-align: center;
    padding: 70px 35px;
    transition: var(--trans);
    cursor: pointer;
}

.services .main .item .img-block {
    width: 100px;
    height: 100px;
    background-color: var(--accent-color);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 15% 100%, 0 85%);
    transition: var(--trans);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services .main .item .img-block img {
    width: auto;
}

.services .main .item h6 {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--black-color);
    line-height: 1.5;
    margin-top: 35px;
}

.services .main .item:hover {
    background-color: var(--accent-color);
}

.services .main .item:hover .img-block {
    background-color: var(--light-color);
}

.services .main .item:hover h6 {
    color: var(--white-color);
}

/* services end */

/** modal **/

.modal-content {
    margin: 0px 0px 0px 0px;
    padding: 40px;
    background: #fff;
    border-radius: 0px;
    clip-path: polygon(0 0%, 93% 0, 100% 4%, 100% 100%, 0 100%, 0% 100%);
    position: relative;
}

.modal-content button.btn-close {
    position: absolute;
    top: 60px;
    right: 30px;
    color: #000 !important;
    opacity: 1;
    z-index: 5;
}

.modal-body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.modal-bx {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.modal-icn {
    width: 100px;
    height: 100px;
    background-color: #05af05;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 15% 100%, 0 85%);
    transition: var(--trans);
    margin: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.modal-pic {
    display: block;
}

.modal-txt {
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.modal-txt h3 {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: 500;
    font-size: 3.5rem;
    color: #1c1753;
}

.modal-txt2 h3 {
    margin: 0px 0px 23px 0px;
}

.modal-txt p {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 2rem;
    color: #1c1753;
    line-height: 33px;
}

.modal-txt h4 {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: 600;
    font-size: 2.2rem;
    color: #1c1753;
    line-height: 1.7;
}

.modal-txt ul {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
}

.modal-txt u.last {
    margin: 0px 0px 0px 0px;
}

.modal-txt ul li {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 30px;
    font-weight: 400;
    font-size: 2rem;
    color: #1c1753;
    background: url(../images/list-arrow.png) left 5px no-repeat;
}

.modal-txt ul li.last {
    margin: 0px 0px 0px 0px;
}

/* testimonial start */

.testimonial {
    padding: 80px 0 130px 0;
    overflow: hidden;
    position: relative;
}

.testimonial h2 {
    font-size: 5.3rem;
    font-weight: 300;
    color: var(--accent-color);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

#blog-demo .item {
    width: 90%;
    margin: 0 auto !important;

    background-image: url(../images/slider1.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    padding: 30px 40px 60px 40px !important;
}

#blog-demo .item2 {
    background-image: url(../images/slider2.png);
}

#blog-demo .item3 {
    background-image: url(../images/slider3.png);
}

#blog-demo .item4 {
    background-image: url(../images/slider4.png);
}

#blog-demo .item5 {
    background-image: url(../images/slider5.png);
    padding: 30px 40px 200px 40px !important;
}

#blog-demo .item img {
    width: 100%;
}

#blog-demo .item .text {
    width: 65%;
}

#blog-demo .item .text h3 {
    font-size: 4rem;
    font-weight: 300;
    color: var(--accent-color);
}

#blog-demo .item .text h3 span {
    font-size: 2rem;
    font-weight: 400;
    color: var(--accent-color);
    display: block;
    margin-top: 10px;
}

#blog-demo .item .text img.star {
    width: auto;
    margin: 25px 0 35px 0;
}

#blog-demo .item .text p {
    font-size: 2rem;
    font-weight: 400;
    color: var(--accent-color);
    line-height: 1.5;
}

#blog-demo .item .text p span {
    display: block;
    margin-top: 20px;
}

/* testimonial end */

/* article start */

.article {
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 85% 0%, 100% 15%, 100% 100%, 0 100%, 0% 50%);
    background-color: #f9f9f9;
    padding: 80px 0 160px 0;
}

.article h2 {
    font-size: 5.3rem;
    font-weight: 300;
    color: var(--accent-color);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

#blog-demo2 .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#blog-demo2 .item .img-block {
    width: 48%;
}

#blog-demo2 .item .img-block img {
    width: 100%;
}

#blog-demo2 .item .text {
    width: 48%;
}

#blog-demo2 .item .text h3 {
    font-size: 3.7rem;
    font-weight: 500;
    color: var(--accent-color);
    text-transform: uppercase;
    margin-bottom: 35px;
    line-height: 1.3;
}

#blog-demo2 .item .text ul {
    display: block;
}

#blog-demo2 .item .text ul li {
    font-size: 2rem;
    font-weight: 400;
    color: var(--accent-color);
    line-height: 1.5;
    margin-bottom: 15px;
    display: block;
    padding-left: 30px;

    background-image: url(../images/right-arrow-circle-solid-24.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 22px;
}

#blog-demo2 .item .text ul li span {
    font-weight: 600;
}

#blog-demo2 .item .text ul li p {
    font-size: 2rem;
    font-weight: 400;
    color: var(--accent-color);
    line-height: 1.5;
}

#blog-demo2 .item .text p.last {
    font-size: 2rem;
    font-weight: 400;
    color: var(--accent-color);
    line-height: 1.5;
}


/* item2 */

#blog-demo2 .item2 .img-block {
    width: 48%;
    order: 2;
}

#blog-demo2 .item2 .text {
    width: 48%;
    order: 1;
}

#blog-demo2 .item2 .text ul li {
    background-color: #f1f2f2;
    clip-path: polygon(0 0%, 95% 0, 100% 35%, 100% 100%, 0 100%, 0% 50%);
    padding: 18px 30px;
    margin-bottom: 6px;
    background-image: none;
}

#blog-demo2 .item2 .text ul li p {
    font-size: 2rem;
    font-weight: 400;
    color: var(--accent-color);
    line-height: 1.7;
    padding-left: 35px;

    background-image: url(../images/right-arrow-circle-solid-24.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 22px;
}

#blog-demo2 .item2 .text ul li.last {
    margin-bottom: 0;
}

/* article end */

/* footer start */

.footer {
    position: relative;
    overflow: hidden;
    background-color: var(--accent-color);
    padding: 90px 0;
}

.footer .main {
    display: flex;
    justify-content: space-between;
}

.footer .main .item img {
    width: auto;
}

.footer .main .item h4 {
    font-size: 3rem;
    font-weight: 300;
    color: var(--white-color);
    margin-bottom: 35px;
}

.footer .main .item ul {
    display: block;
}

.footer .main .item ul li {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}

.footer .main .item ul li span {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
}

.footer .main .item ul li.last {
    margin: 0;
}

.footer .main .item ul li a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #ffff;
}

.footer .main .item ul li a.footer_linked {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #a8a8a8;
}

.footer .main .item ul li a.footer_linked:hover {
    background-color: #fff;
}

/* item3 */

.footer .main .item3 ul li.mid a {
    background-image: url(../images/envelop-white.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto;
    padding-left: 35px;
}

.footer .main .item3 ul li.last a {
    background-image: url(../images/call-white.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto;
    padding-left: 35px;
}

/* item4 */
.footer .main .item4 ul {
    display: flex;
}

.footer .main .item4 ul li {
    margin-right: 15px;
    margin-bottom: 0;
}

.footer .main .item4 ul li a i.bx {
    font-size: 3.2rem;
    color: #a8a8a8;
    transition: var(--trans);
}

.footer .main .item4 ul li a i.bx:hover {
    color: #fff;
}

/* footer end */

/* copy start */

.copy {
    padding: 40px 0;
    background-color: var(--accent-color);
    border-top: 1px solid #27326c;
}

.copy p {
    font-size: 2rem;
    font-weight: 400;
    color: var(--white-color);
    text-align: center;
}

/* copy end */

/* go to top */

#myBtn {
    position: fixed;
    bottom: 3%;
    right: 2%;
    padding: 10px;
    z-index: 999;
    font-size: 2.2rem;
    border: none;
    outline: none;
    background-color: #8cc63f;
    cursor: pointer;
    border-radius: 180px;
    line-height: 0;
    transition: all 0.3s ease-in-out;
    color: var(--white-color);
}

#myBtn:hover {
    box-shadow: 0 0 15px 0 rgba(139, 139, 139, 0.8);
}

/* go to top */

video {
    width: 100% !important;
    height: 400px;
}

.modal.show .modal-dialog {
    max-width: 700px;
}