/*@font-face {*/
/*    font-family: 'league_spartanthin';*/
/*    src: url('./Icon/leaguespartan-variablefont_wght-webfont.woff') format('woff2'),*/
/*        url('./Icon/leaguespartan-variablefont_wght-webfont.woff2') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: "Antic Didone";
    src: url("./public/Icon/AnticDidone-Regular.woff2") format("woff2"),
        url("./purlic/Icon/AnticDidone-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Antic Didone";
}

p {
    font-family: "Antic Didone";
    font-weight: 500;
}

a {
    font-family: "Antic Didone";
    text-decoration: none !important;
}

input,
textarea {
    font-family: "Antic Didone";
}

li {
    font-family: "Antic Didone";
}

img {
    width: 100%;
}

.page {
    overflow: hidden;
}

.container {
    max-width: 1250px;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #141313;
    font-size: 23px;
    padding: 0;
    /*margin:10px 0;*/
    display: inline-block;
    /*font-weight: 600;*/
}

.navbar .navbar-nav .nav-item {
    padding: 7px 35px;
    position: relative;
}

.navbar .active {
    color: #7170e5 !important;
    border-bottom: 2px solid #141313;
}

.navbar .navbar-nav a {
    text-transform: capitalize;
}

.top-icons a {
    border-radius: 50%;
    border-radius: 50%;
    background-color: #d6d6ff;
    padding: 5px 6px 5px;
    margin-right: 3px;
    font-size: 15px;
    color: #626360;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    /*margin: 0 0 15px 0;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999;
    background: #fff;
    width: 100%;
}

.navbar-brand {
    width: 15%;
}

.navbar img {
    width: 70%;
}

.registration-droup {
    display: none;
    width: 260px;
    position: absolute;
    border: none;
    outline: none;
    color: #000;
    top: 42px;
    background-color: #fff;
    text-decoration: none;
    padding: 10px;
    z-index: 10;
    left: 5px;
    transition: ease-in-out 0.2s;
}

.nav-item:hover .registration-droup {
    display: block;
    /* position: relative; */
    transition: ease-in-out 0.2s;
}

.nav-item b {
    font-size: 12px;
}

.dropdown-item a b {
    font-size: 12px;
}

.registration-droup.dropdown-menu ul li a {
    color: #000;
    font-size: 16px;
    line-height: 42px;
    font-weight: 600;
    list-style: none;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/*===========*/
ul.submenu {
    list-style: none;
    margin: 0;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 35%);
    position: absolute;
    padding: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 0%);
    left: 100%;
    min-width: 18rem;
    display: none;
    border-radius: 3px;
    z-index: 99;
}

.dropdown-menu {
    /*width: 200px;*/
}

.navbar-nav .dropdown-menu {
    min-width: 18rem;
}

.navbar-nav li.dropdown ul.dropdown-menu li:hover ul.submenu {
    display: block;
}

.navbar-nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.navbar-nav li.dropdown ul.dropdown-menu li {
    display: block;
    margin: 0;
    text-align: left;
    padding: 10px 0;
    position: relative;
}

.navbar-nav li.dropdown ul.dropdown-menu li span {
    display: none;
}

.navbar-nav li.dropdown ul.dropdown-menu li a {
    color: #141313;
    font-size: 16px;
    padding-left: 10px;
    margin: 0;
    /*font-weight: 600;*/
}

/*.navbar-nav li.dropdown ul.dropdown-menu li a:hover, .dropdown-menu>li>a:hover, .navbar-nav li.dropdown ul.dropdown-menu li a.active {*/
/*    color: #fff;*/
/*    background-color: #7170e5;*/
/*}*/
.navbar-nav li.dropdown ul.dropdown-menu li a {
    margin-right: 0;
}

.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item ul.submenu::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ffffff;
    position: absolute;
    top: 10px;
    left: -6px;
}

.navbar-nav li span::before {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    display: block;
    vertical-align: middle;
}

.navbar-nav li.dropdown span {
    width: 11px;
    height: 6px;
    margin: auto;
    position: absolute;
    right: 1px;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d6d6ff !important;
}

/*=============*/
.top-icons a:hover {
    background-color: #7170e5;
    color: #fff;
}

header {
    position: relative;
}

.header-img {
    position: relative;
}

.header-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.head-text {
    position: absolute;
    top: 22%;
    left: 10%;
    width: 35%;
    z-index: 99;
}

.header-img img {
    height: 550px;
    object-fit: cover;
}

.header-img.slick-slide.slick-cloned {
    position: relative;
}

.head-text h1 {
    font-size: 50px;
    font-weight: 300;
}

.head-text p {
    font-size: 22px;
    color: #474752;
    margin: 25px 0 29px;
}

.head-btn a {
    background-color: #7170e5;
    padding: 6px 27px 10px;
    color: #fff;
    border-radius: 13px;
    font-size: 17px;
}

.head-btn a:hover {
    background-color: #000;
}

.head-text span {
    color: #7170e5;
}

.sec-1 p {
    margin: 20px 0;
}

.sec-1 .head-btn {
    margin-top: 30px;
}

.sticky {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    animation: slidedown 1s ease-in forwards;
    background-color: #fff;
    z-index: 9999999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@keyframes slidedown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.carousel-caption {
    position: absolute;
    right: revert;
    bottom: 28%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #000;
    text-align: left;
}

.carousel-caption h5 {
    font-size: 58.333px;
    font-family: "AnticDidone";
    color: rgb(0, 0, 0);
    line-height: 1.143;
    text-align: left;
    left: 186.037px;
    top: 292.592px;
    z-index: 16;
}

.carousel-caption p {
    font-size: 21px;
    font-family: "AnticDidone";
    color: rgb(32, 32, 32);
    line-height: 1.328;
    text-align: left;
    left: 199.916px;
    top: 394.167px;
    width: 388px;
    height: 50px;
    z-index: 17;
}

button.slick-next.slick-arrow {
    display: none !important;
}

button.slick-prev.slick-arrow {
    display: none !important;
}

.title-Section {
    text-align: center;
}

.title-Section h2 {
    font-size: 41.667px;
    color: rgb(0, 0, 0);
    text-align: center;
    display: inline-block;
}

.title-Section h2::after {
    content: "";
    height: 3px;
    width: 80px;
    background-color: #000;
    display: block;
    margin: 0 0 0 auto;
}

.title-Section p {
    font-size: 16.667px;
    font-family: "AnticDidone";
    color: rgb(58, 58, 58);
    line-height: 1.66;
    text-align: center;
}

.all-placeholder {
    margin: 60px 0;
}

.title-Section {
    margin-bottom: 27px;
}

.place-box {
    position: relative;
    transition: ease-in-out 0.5s;
}

.pl-text {
    transition: ease-in-out 0.5s;
}

.place-box img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.About-3 h1 {
    font-size: 36px;
    font-weight: 700;
}

.about-2 {
    background-image: url(../public/Img/background-image.jpg);
    /*padding: 70px 0 31px;*/
}

.about-2 .row {
    align-items: center;
}

.sec-1 h6 {
    font-size: 16px;
}

.sec-1 h5 {
    font-size: 37px;
    font-weight: 400;
}

.about-img img {
    width: auto;
    height: 260px;
    justify-content: center;
    align-items: center;
}

.Text-about {
    font-size: 41.562px;
    font-family: "AnticDidone";
    color: rgb(0, 0, 0);
}

.Text-about_p {
    font-size: 12.625px;
    font-family: "AnticDidone";
    color: rgb(71, 71, 71);
    line-height: 1.504;
    text-align: left;
}

.team {
    text-align: center;
    margin: 60px 0;
}

.team .Col-size {
    margin: 10px;
}

.team .placeholder.slick-initialized.slick-slider {
    padding: 0 77px;
}

.teams-pic {
    /* width: 100px; */
    /* height: 100px; */
    background-color: #000;
    border: 4px solid #7179e8;
    border-radius: 50%;
    position: absolute;
    top: -6%;
    left: 6%;
    transition: all 0.2s;
}

.team-head {
    text-align: start;
}

p.Team-P {
    padding-top: 18px;
    text-align: left;
}

a.team-btn {
    color: #7170e5;
    font-size: 19px;
    cursor: pointer;
    transition: 0.5s ease;
}

a.team-btn:hover {
    color: #000;
}

.t-btn i {
    color: #000;
    font-size: 14px;
    padding-left: 5px;
}

.place-box {
    margin: 8px;
    background-color: #d7d6ff;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
    height: 385px;
}

.pl-text {
    padding: 10px 20px;
}

.pl-text h3 {
    font-size: 25px;
    font-weight: 400;
}

.hove-place {
    position: absolute;
    height: 100%;
    top: -100%;
    background-color: #000000ad;
    color: #fff;
    transition: 0.5s;
}

.place-box:hover .hove-place {
    top: 0%;
}

.hov-parent {
    position: relative;
    height: 100%;
}

.hov-text h3 {
    font-size: 28px;
    color: #d7d6ff;
}

.hov-text a {
    color: #d7d6ff;
    font-size: 23px;
    cursor: pointer;
}

.hov-parent img {
    height: 100%;
}

.hov-text {
    position: absolute;
    top: 0;
    padding: 27px;
    background: #000000c4;
    height: 100%;
}

.place-box {
    position: relative;
}

.team .Col-size {
    margin: 30px;
}

.team .placeholder.slick-initialized.slick-slider {
    padding: 0 77px;
}

.teams-pic {
    /* width: 100px; */
    /* height: 100px; */
    background-color: #000;
    border: 4px solid #7179e8;
    border-radius: 50%;
    position: absolute;
    top: -6%;
    left: 6%;
    transition: all 0.2s;
}

.team-head {
    text-align: start;
}

p.Team-P {
    padding-top: 50px;
    text-align: left;
}

a.team-btn {
    color: #7170e5;
    font-size: 19px;
    cursor: pointer;
    transition: 0.5s ease;
}

a.team-btn:hover {
    color: #000;
}

.t-btn i {
    color: #000;
    font-size: 14px;
    padding-left: 5px;
}

.place-box {
    margin: 8px;
    background-color: #d7d6ff;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}

.pl-text {
    padding: 10px 20px;
}

.pl-text h3 {
    font-size: 20px;
    font-weight: 400;
}

.hove-place {
    position: absolute;
    height: 100%;
    top: -100%;
    background-color: #000000ad;
    color: #fff;
    transition: 0.5s;
    overflow: hidden;
    width: 100%;
}

.place-box:hover .hove-place {
    top: 0%;
}

.hov-parent {
    position: relative;
    height: 100%;
    width: 100%;
}

.hov-text h3 {
    font-size: 28px;
    color: #d7d6ff;
}

.hov-text a {
    color: #d7d6ff;
    font-size: 23px;
    cursor: pointer;
}

.hov-parent img {
    height: 100%;
}

.hov-text {
    position: absolute;
    top: 0;
    padding: 27px;
    background: #000000c4;
    width: 100%;
    height: 100%;
}

.place-box {
    position: relative;
}

.team-img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 30px;
    align-self: center;
}

.team .team-name {
    text-align: center;
    font-size: 29px;
    font-family: "AnticDidone";
    color: rgb(133, 133, 230);
    line-height: 1.234;
    text-align: center;
    margin-top: 20px;
}

.Col-size img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
    object-position: right;
}

.team .team-Job {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: rgb(66, 66, 66);
    line-height: 1.234;
    text-align: center;
}

.Col-size .card {
    padding: 30px 0px;
    box-shadow: 3px -1px 15px 1px rgb(112 112 228 / 36%);
    text-align: left;
}

.Col-size h5 {
    font-size: 28px;
    color: #9898e9;
}

.team-P {
    text-align: center;
    font-size: 16.599px;
    font-family: "Antic Didone";
    color: rgb(104, 104, 104);
    line-height: 1.416;
    text-align: center;
}

.team-head h6 {
    color: #000;
    font-weight: 500;
}

.card-title {
    font-size: 23px;
    font-family: "AnticDidone";
    color: rgb(0, 0, 0);
    line-height: 1.455;
    text-align: center;
    padding: 10px;
}

.Aboutpage-2 {
    background-color: #e2e7ff;
    height: 500px;
}

.Aboutpage-3 {
    background-color: #e7ebff;
    height: 540px;
}

.Aboutpage-4 {
    background-color: #ffffff;
    height: 540px;
}

.btn-link {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: bolder;
    border-style: none;
    border: none;
}

.About-3-Text h5 {
    font-size: 58.333px;
    font-family: "AnticDidone";
    color: rgb(0, 0, 0);
    line-height: 1.143;
    text-align: left;
    padding-top: 80px;
}

.About-3-Text p {
    font-size: 14.333px;
    font-family: "AnticDidone";
    color: rgb(0, 0, 0);
    line-height: 1.143;
    text-align: left;
}

.About-2-Text {
    margin-top: 100px;
}

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background-color: rgb(112, 112, 228);
    position: relative;
    padding-top: 60px;
}

.bg-icon {
    background-color: #ffffff;
    padding: 8px 8px;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 50%;
    color: #4d4d4d;
    text-align: center;
}

.bg-icon1 {
    color: #fafafa;
    text-decoration: none;
}

.footer-content {
    position: relative;
    z-index: 2;
    height: 400px;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    width: 70%;
}

.footer-widget:nth-child(2) {
    padding-left: 40px;
    width: 20%;
}

.footer-text p {
    margin: 10px;
    font-size: 16px;
    font-family: "Antic Didone";
    color: rgb(255, 255, 255);
    line-height: 23px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 17px;
}

.footer-social-icon span {
    color: #ffffff;
    display: block;
    font-size: 10px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 20px;
    margin-right: 3px;
    text-decoration: none;
}

.footer-social-icon i {
    /* height: 80px; */
    /* width: 69px; */
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background-color: #eaeafc;
    padding: 8px;
    color: #535353;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
}

.footer-widget ul li {
    width: 90%;
    margin-bottom: 15px;
    list-style: none;
    text-decoration: none;
    display: flex;
}

.footer-widget ul li i {
    padding-right: 8px;
    text-decoration: none;
    font-size: 20px;
}

.footer-widget ul li a:hover {
    color: #e7e7e7;
}

.footer-widget ul li a {
    font-size: 16px;
    text-decoration: none;
    font-family: "Antic Didone";
    color: rgb(238, 238, 238);
    line-height: 1.91;
    word-break: break-all;
    text-align: left;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    /* border-radius: 0px; */
}

.subscribe-form input {
    width: 67%;
    padding: 7px 20px;
    background-color: rgb(112, 112, 228);
    border: 2px solid #e6e6e6;
    color: #fff !important;
    outline: none;
}

.subscribe-form input::placeholder {
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ffffff;
    color: #7070e4;
    padding: 5px 20px;
    font-size: 20px;
    border: 1px solid #fefeff;
    top: 0;
    font-weight: 700;
}

.foot-coll {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-widget {
    width: 25%;
}

.copyright-area {
    background: #f3f3f3;
    padding: 13px 0;
}

.copyright-text p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #141414;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #d7d6ff;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #7170e5;
}

.about-2 .slick-dots {
    margin-top: 50px;
}

header ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.form_popup {
    width: 70%;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 900px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.25);
    padding: 20px 30px 30px 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.15);
    transition: top 0ms ease-in-out 200ms, opacity 200ms ease-in-out 0ms,
        transform 200ms ease-in-out 0ms;
    z-index: -1;
}

.form_popup.active {
    /*top: 50%;*/
    opacity: 1;
    z-index: 999;
    transform: translate(-50%, -50%) scale(1);
    transition: top 0ms ease-in-out 0ms, opacity 200ms ease-in-out 0ms,
        transform 200ms ease-in-out 0ms;
}

.close_btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    z-index: 9999;
}

.form_popup_cont {
    display: flex;
    justify-content: space-between;
    /*flex-direction:column;*/
    padding: 20px;
}

.form-image {
    width: 50%;
}

.form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.form-text {
    width: 50%;
    background-color: #d7d6ff;
    padding: 20px;
}

.form-text h5 {
    font-size: 12px;
    text-align: center;
    color: #000;
}

.form-text h3 {
    font-size: 25px;
    text-align: center;
    color: #000;
}

.form-text p {
    margin: 0 0 10px 0;
    font-size: 13px;
    text-align: center;
    color: #000;
}

.form-submit {
    width: 100%;
    padding: 10px 0;
    display: block;
    font-size: 15px;
    background-color: #fff;
    color: #000;
    outline: none;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
}

.form-submit:hover {
    color: #fff;
    background-color: #7170e5;
}

.close {
    display: none;
}

.modal.show .modal-dialog {
    transform: none;
    width: 100%;
}

.modal-content {
    position: relative;
    /*display: flex;*/
    /*flex-direction: column;*/
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    /*padding: 40px;*/
}

.modal-header {
    padding: 0;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-body {
    position: relative;
    width: 100%;

}

.modal-dialog {
    max-width: 900px;
}

.form-text {
    margin-top: 0;
    font-size: .875em;
    color: #6c757d;
}

.box-model {
    display: none;
}

.about-box {
    width: 100%;
    margin: 70px 0 0 0;
}

.about-text {
    width: 100%;
}

.about-text h2 {
    font-size: 41px;
    position: relative;
    display: inline-block;
}

.about-text h2::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 80px;
    background-color: #000;
    right: 0;
    bottom: 0;
}

.about-text p {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
}

.about-image {
    width: 100%;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}

.team-box {
    width: 100%;
    margin: 70px 0;
}

.contact-box {
    width: 100%;
    margin: 70px 0;
}

.contact-text {
    width: 100%;
}

.contact-text h2 {
    font-size: 60px;
}

.contact-text p {
    font-size: 20px;
    margin: 20px 0 0 0;
    width: 60%;
}

.contact-link {
    width: 100%;
    margin: 20px 0 0 0;
}

.contact-link h4 {
    font-size: 25px;
    font-weight: 400;
}

.contact-link p {
    width: 100%;
}

.contact-form {
    width: 100%;
    padding: 60px;
    background-color: #9898e9;
}

.input-text {
    width: 100%;
    outline: none;
    border: 2px solid #eee;
    background-color: #fff;
    height: 50px;
    padding: 10px;
    margin: 0 0 30px 0;
    font-size: 17px;
    border-radius: 5px;
}

.select-text {
    width: 100%;
    outline: none;
    border: 2px solid #eee;
    background-color: #fff;
    font-family: "Antic Didone";
    height: 50px;
    padding: 10px;
    margin: 0 0 30px 0;
    font-size: 17px;
    border-radius: 5px;
}

.textarea {
    width: 100%;
    outline: none;
    border: 2px solid #eee;
    background-color: #fff;
    height: 100px;
    padding: 10px;
    margin: 0 0 30px 0;
    font-size: 17px;
    border-radius: 5px;
}

.submit-btn {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    background-color: #fff;
    color: #000;
    outline: none;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-btn:hover {
    color: #fff;
    background-color: #000;
}

.about_banner {
    width: 100%;
    height: 400px;
    position: relative;
    margin: 80px 0 0 0;
}

.about_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_banner_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8% 0 0 12%;
    ;
    background-color: rgba(0, 0, 0, 0.7);
}

.about_banner_cont h1 {
    font-size: 40px;
    color: #fff;
}

.about_banner_cont h2 {
    font-size: 40px;
    color: #fff;
}

.about_banner_cont ul {
    display: inline-block;
    padding: 10px 30px;
    background-color: #ffffff21;
}

.about_banner_cont ul li {
    display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
}

.about_banner_cont ul li a {
    font-family: poppins;
    color: #fff;
    transition: all 0.4s;
}

.about_banner_cont ul li a:hover {
    color: #9898e9;
}

.about_banner_cont ul li i {
    margin: 0 10px;
}

.blog-box {
    width: 100%;
    margin: 0 0 70px 0;
    text-align: center;
}

.blog-box h2 {
    font-size: 41px;
    position: relative;
    display: inline-block;
    padding: 0 0 10px 0;
}

.blog-box h2::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 80px;
    background-color: #000;
    right: 0;
    bottom: 0;
}

.blog_cont {
    width: 100%;
    box-shadow: 0 0 10px #b2b2b2;
    border-radius: 5px;
    text-align: left;
    padding: 0 0 20px 0;
    margin: 36px 0 0 0;
}

.blog_image {
    width: 100%;
    height: 250px;
    border-radius: 5px 5px 0 0;
}

.blog_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.blog_text {
    width: 100%;
    padding: 20px;
    position: relative;
}

.blog_text h4 {
    font-size: 22px;
    margin: 0 0 20px 0;
    font-weight: bold;
}

.blog_text p {
    font-size: 17px;
    margin: 0 0 20px 0;
}

.blog_text a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 0 0 20px 0;
    padding: 10px 30px;
    background-color: #7170e5;
    border-radius: 5px;
}

.blog_text a:hover {
    background-color: #000;
}

.blog-detail {
    width: 100%;
    margin: 70px 0;
}

.detail_text {
    width: 100%;
}

.detail_text h3 {
    font-size: 30px;
    /*font-weight: 600;*/
}

.detail_text p {
    font-size: 15px;
    margin: 20px 0 0 0;
}

.detail_image {
    width: 100%;
    height: 400px;
    margin: 0 0 30px 0;
}

.detail_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_info {
    width: 100%;
    background-color: #9898e9;
    padding: 30px 60px 30px 40px;
    margin: 30px 0 30px 0;
}

.blog_info h3 {
    color: #fff;
    font-weight: 100;
    font-size: 25px;
}

.blog_info p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    padding: 0 0 0 70px;
    display: inline-block;
    margin: 10px 0 0 0;
    position: relative;
}

.blog_info p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20%;
    height: 2px;
    background-color: #fff;
}

.blog_head_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 30px 0;
}

.blog_imagebox {
    width: 48%;
    height: 300px;
}

.blog_imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail_text h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 20px 0;
}

.taglist {
    display: flex;
    padding: 0 0 0 0;
    border-bottom: none !important;
    list-style: none;
}

.taglist li {
    margin: 0 5% 30px 0 !important;
    padding: 10px;
    border: 1px solid #dee7e1;
    border-radius: 5px;
    transition: all 0.5s;
}

.taglist li:hover {
    background-color: #7170e5;
    color: #fff;
    cursor: pointer;
}

.detail_formbox {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}

.detail_formbox h4 {
    padding: 0 0 5px 0px;
    font-size: 20px;
    color: #7170e5;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.detail_formbox h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 2px;
    background-color: #7170e5;
}

.detail_formbox ul {
    margin: 30px 0 40px 0;
    list-style-type: none;
}

.detail_formbox ul li {
    margin: 0 0 5px 0;
}

.detail_formbox ul li a {
    display: block;
    color: #fff;
    padding: 15px 0 15px 22px;
    background-color: #9898e9;
    font-size: 17px;
    transition: all 0.3s;
    cursor: pointer;
    border-top: 1px solid #9898e9;
    border-bottom: 1px solid #9898e9;
    border-right: 1px solid #9898e9;
    border-left: 4px solid #9898e9;
}

.detail_formbox ul li a i {
    font-size: 13px;
    margin: 0 10px 0;
    display: none;
}

.user-list li i {
    font-size: 17px !important;
}

.detail_formbox ul li a:hover {
    border-top: 1px solid #7170e5;
    border-bottom: 1px solid #7170e5;
    border-right: 1px solid #7170e5;
    border-left: 4px solid #7170e5;
    color: #000;
    background-color: transparent;
}

.blog_box_cont {
    width: 100%;
    padding: 20px;
    margin: 0 0 40px 0;
    box-shadow: 0 0 10px #d6d6ff;
    border-radius: 10px;
}

.blog_list {
    width: 100%;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.blog_list_image {
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.blog_list_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.blog_list:hover .blog_list_image img {
    transform: scale(1.1);
}

.blog_list_text {
    width: 70%;
}

.blog_list_text p {
    color: #939393;
    font-size: 14px;
}

.blog_list_text p i {
    margin: 0 10px 0 0;
    font-size: 12px;
}

.blog_list_text a {
    font-size: 17px;
    color: #7070e4;
    font-family: "Antic Didone";
}

/*TEAM-SECTION -POP-UP CSS*/
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -24px;
    cursor: pointer;
    background-color: #7070e4;
    width: 40px;
    height: 40px;
    line-height: 32px;
    z-index: 99;
    font-size: 35px;
    color: rgb(0, 0, 0);
    border-radius: 50%;
}

@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

.artbox_image {
    display: flex;
}

.artbox_image img {
    width: 30%;
    height: 144px;
    object-fit: cover;
}

.artbox_text {
    width: 100%;
    margin: 30px 0 0 0;
}

.art-txt {
    padding: 10px 30px;
}

.art-txt h3 {
    font-size: 36px;
}

.artbox_text p {
    font-size: 18px;
    color: #000;
}

.art-txt h3 {
    font-size: 50px;
    font-weight: bold;
}

.art-txt span {
    font-size: 22px;
    color: #000;
}

/*====================*/
/*BLOG-PAGE-CSS*/
.fs {
    margin: 70px 0 0 0;
}

.section-title {
    width: 100%;
    text-align: center;
}

.section-title h2 {
    font-size: 41px;
    position: relative;
    display: inline-block;
    padding: 0 0 10px 0;
}

.section-title h2::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 80px;
    background-color: #000;
    right: 0;
    bottom: 0;
}

.blog-item {
    width: 100%;
    margin: 15px 5px;
    margin-top: 36px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    -moz-box-shadow: 0px 2px 4px 1px #ccc;
    -webkit-box-shadow: 0px 2px 4px 1px #ccc;
    box-shadow: 0px 2px 4px 1px #ccc;
    border-radius: 10px;
}

.blog-img {
    overflow: hidden;
    width: 100%;
    height: 230px;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.blog-text {
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 20px;
}

.date {
    color: #fff;
    font-size: 13px;
    width: 62px;
    height: 60px;
    position: absolute;
    right: 11px;
    top: -48px;
    text-align: center;
    background-color: #7070e4;
    border-radius: 8px;
    padding: 10px 5px;
}

.post-info span {
    color: #000;
    font-size: 15px;
    margin-right: 18px;
}

.post-info h4 {
    font-family: "Antic Didone";
}

.post-info span i {
    color: #7070e4;
    font-size: 17px;
    margin-right: 8px;
}

.blog-text h4 {
    color: #000;
    font-size: 21px;
    line-height: 27px;
    margin: 12px 0;
    font-family: "Antic Didone";
}

.blog-text p {
    font-size: 16px;
    color: #000;
}

.btn-link {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background-color: #7170e5;
    border-radius: 10px;
    margin: 10px 0 0 0;
    font-weight: 400;
}

.blog-item:hover .btn-link {
    background-color: transparent;
    color: #000;
    border: 2px solid #7170e5;
}

.blog-item:hover .blog-text h4,
.blog-item:hover {
    color: #7070e4;
}

.blog-item:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.date-2 {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: auto;
    height: auto;
    text-align: left;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: #686868;
}

.date-2 i.fa.fa-calendar {
    color: #7070e4;
    margin-right: 6px;
}

.contributer {
    padding: 40px 0px;
}

.artistic_box {
    width: 100%;
    text-align: center;
}

.artisian {
    width: 22%;
    text-align: center;
    border: 1px solid #d6d6ff;
    box-shadow: 0 0 20px #d6d6ff;
    transition: 0.4s ease;
    position: relative;
    height: 300px;
    border-radius: 10px;
    margin: 0 40px 0 0;
}

.artisian:hover img {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    transform: scale(1.1);
}

.artisian_image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.artistic_flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    text-align: left;
    margin: 40px 0 0 0;
}

.artisian_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    /*object-position: top;*/
}

/*.artisian:hover .artisian_image img {*/
/*    transform: scale(1.2);*/
/*}*/
.artisian p {
    font-size: 15px;
    color: #fff;
    margin: 5px 0 5px 0px;
}

.offer_cont {
    width: 100%;
    height: 46px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #7170e5;
    transition: all 0.5s;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}

.offer_cont h3 {
    color: #fff;
    font-size: 17px;
    font-family: jost-medium;
    font-weight: 600;
    /* width: 80%; */
    padding: 12px 0;
    text-transform: uppercase;
    text-align: center;
}

.artisian:hover .offer_cont {
    background: rgb(112 112 228 / 61%);
    height: 100%;
    padding: 70px 20px;
    text-align: center;
}

.artisian:hover .offer_cont h3 {
    color: #fff;
    text-align: center;
    width: 100%;
}

.artisian a {
    background-color: #7170e5;
    padding: 6px 12px 10px;
    color: #fff;
    border-radius: 13px;
    margin-top: 10px;
    font-size: 15px;
}

.artisian a:hover {
    background-color: #000;
}

.con-head h3 {
    font-size: 26px;
    font-family: "Antic Didone";
    font-weight: 600;
    text-align: center;
    margin: 15px 0px;
    text-transform: capitalize;
}

.con-detail {
    padding: 50px 0px;
    background-color: #d6d6ff57;
}

.con-sec {
    padding: 45px 0px;
}

.con-img img {
    width: 80%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    height: 350px;
    margin: auto;
    text-align: center;
}

.con-img {
    position: relative;
    text-align: center;
}

.con-img h4 {
    position: absolute;
    bottom: -34px;
    left: 70px;
    right: 70px;
    text-align: center;
    margin: 0;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 1px 15px -11px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Antic Didone";
}

.con-info {
    font-family: "Antic Didone";
    ;
}

.artical-page {
    width: 100%;
    margin: 70px 0 0 0;
}

.editorial-text {
    /*width: 100%;*/
}

.editorial-text h2 {
    font-size: 41px;
    margin: 0 0 10px 0;
}

.editorial-image {
    width: 50%;
    height: 400px;
    margin: 0 0 20px 30px;
    float: right;
}

.editorial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-position: top; */
}

.editorial-left img {
    object-position: left;
}

.editorial-flex {
    width: 100%;
}

.editorial-box {
    /* margin: 20px 0 70px 0; */
}

.editorial-text h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 0 0;
    color: #7170E5;
}

.editorial-text p {
    margin: 20px 0 0 0;
}

.editorial-text p strong {
    color: #626360;
}

.editorial-text ul {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.editorial-text ul li {
    margin: 0 0 15px 0;
    position: relative;
    padding: 0 0 0 30px;
}

.editorial-text ul li:last-child {
    margin: 0;
}

.editorial-text ul li::before {
    content: url(../Img/check.png);
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
}

.editorial-text ul li strong {
    color: #626360;
}

.detail-link {
    margin: 20px 0 40px 0;
    width: 100%;
}

.detail-link ul {
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

.detail-link ul li {
    font-weight: 600;
    display: inline-block;
    margin: 0 10px 0 0;
}

.detail-link ul li i {
    color: #7170e5;
    margin: 0 10px 0 0;
}

.detail-share {
    width: 100%;
    padding: 10px;
    border: 1px solid #b2b2b2;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px #d6d6ff;
    margin: 0 0 40px 0;
    border-radius: 8px;
}

.detail-share ul {
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

.detail-share ul li {
    font-weight: 600;
    display: inline-block;
    margin: 0 10px 0 0;
}

.detail-share h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 20px 0 0;
}

.detail-share ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
}

.facebook {
    background-color: #1877f2;
}

.twitter {
    background-color: #1da1f2;
}

.linkedin {
    background-color: #0a66c2;
}

.whatsapp {
    background-color: #075e54;
}

.about-team {
    width: 100%;
    text-align: center;
    margin: 70px 0 0 0;
}

.about-team h2 {
    font-size: 41.667px;
    color: rgb(0, 0, 0);
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 0 5px 0;
}

.about-team h2::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 3px;
    width: 80px;
    background-color: #000;
    margin: 0 0 0 auto;
}

.about-team p {
    font-size: 16.667px;
    font-family: "Antic Didone";
    color: rgb(58, 58, 58);
    line-height: 1.66;
    text-align: center;
    font-weight: 300;
}

.about-team-content {
    width: 100%;
    margin: 50px 0 0 0;
}

.about-team-box {
    width: 100%;
    padding: 30px;
    box-shadow: 0 0 5px #7170e5;
    border-radius: 10px;
    margin: 0 0 60px 0;
}

.about-team-image {
    width: 200px;
    height: 200px;
    float: left;
    margin: 0 20px 0 0;
}

.about-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.about-team-text h4 {
    font-weight: 600;
    font-size: 25px;
}

.about-team-text span {
    font-size: 18px;
}

.about-icon {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.about-icon li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.about-icon li a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: #fff;
}

.about-team-text p {
    margin: 15px 0 0 0;
    font-weight: 300;
}

.about-team-last {
    margin: 50px 0 70px 0;
}

.blog-slider-box {
    width: 100%;
    text-align: center;
    margin: 50px 0 70px 0;
}

.blog-slider-box h2 {
    font-size: 41.667px;
    color: rgb(0, 0, 0);
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 0 5px 0;
}

.blog-slider-box h2::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 3px;
    width: 80px;
    background-color: #000;
    margin: 0 0 0 auto;
}

.blog-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-slider-content {
    width: 33%;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
}

.blog-slider-content .blog-item {
    width: 100%;
    text-align: left;
}

.author {
    display: none;
}

.contribute-share {
    width: 100%;
    /* padding: 10px; */
    margin: 50px 0px 0px -30px;
    text-align: center;
}

.contribute-share ul {
    padding: 0 0 0 18%;
    list-style-type: none;
    display: inline-block;
    margin: auto;
    text-align: center;
    /* margin: 50px 0 0 0; */
}

.contribute-share ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.contribute-share ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    font-size: 20px;
    color: #fff;
}

.sitemap-box {
    width: 100%;
    margin: 70px 0;
}

.home-link-btn {
    width: 100%;
    text-align: center;
}

.home-link {
    display: inline-block;
    padding: 10px 30px;
    background-color: #7170e5;
    color: #fff;
    border-radius: 5px;
    position: relative;
}

.home-link::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 30px;
    background-color: #000;
}

.home-link:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #7170e5;
}

.home-list {
    display: inline-block;
    border-top: 1px solid #000;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.home-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 30px;
    background-color: #000;
}

.home-list::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #000;
}

.home-nav {
    position: relative;
    text-align: center;
}

.home-nav a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #7170e5;
    color: #fff;
    margin: 30px 0 0 -80%;
}

.home-nav a:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #7170e5;
}

.home-abso {
    margin: 30px 0 0 0 !important;
    position: relative;
}

.home-abso::before {
    content: "";
    position: absolute;
    top: -70%;
    left: 50%;
    width: 0.5px;
    height: 30px;
    background-color: #000;
}

.home-abso-top::before {
    width: 0.5px;
}

.home-abso-last {
    margin: 30px -80% 0 0 !important;
    position: relative;
}

.home-sub-link {
    display: block;
    list-style-type: none;
}

.home-sub-link li a {
    display: inline-block;
    margin: 30px 0 0 0 !important;
    padding: 10px 19px;
    background-color: transparent;
    border: 1px solid #7170e5;
    color: #000;
    position: relative;
}

.home-sub-link li a::before {
    content: "";
    position: absolute;
    top: -45%;
    left: 50%;
    width: 0.5px;
    height: 30px;
    background-color: #000;
}

.custom-home-link::before {
    top: -70% !important;
}

.custom-list {
    width: 80%;
    margin: auto;
}

.modal {
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.login-head {
    font-size: 50px;
    font-weight: 100;
    font-family: "Antic Didone";
    color: #7170e5;

}

.text-field {
    border-bottom: 2px solid var(--primary-color);
    width: 100%;
    margin: 0 0 30px 0;
}

.text-field label {
    font-size: 16px;
    font-family: "Antic Didone";
    color: #7170e5;
}

.text-field input {
    width: 100%;
    padding: 10px 0;
    height: 40px;
    font-size: 13px;
    font-family: "Antic Didone";
    border: none;
    outline: none;
}

.pass {
    margin: -5px 0 20px 5px;
    color: #a6a6a6;
    cursor: pointer;
}

.pass:hover {
    text-decoration: underline;
}

.form-submit {
    width: 100%;
    height: 50px;
    background-color: #7170e5;
    font-size: 18px;
    font-family: "Antic Didone";
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
}

.form-submit:hover {
    background-color: #000;

}

.signup_link {
    margin: 30px 0;
    text-align: center;
    font-size: 16px;
    font-family: "Antic Didone";
}

.signup_link a {
    color: #7170e5;
    transition: all 0.5s;
}

.signup_link a:hover {
    color: #000;
    text-decoration: underline;
}

.nav-item b {
    display: none;
    position: absolute;
    right: 8px;
    top: 20px;
}

section.not-found {
    text-align: center;
    background: #d6d6ff;
    padding: 82px 0;
}

.not-found-cont h2 {
    font-size: 72px;
}

.not-found-cont a {
    background: #7070e4;
    padding: 10px 24px;
    color: #ffffff;
    font-size: 17px;
}

@media only screen and (max-width:1501px) {
    .about_banner_cont {
        padding: 8% 0 0 9%;
    }
}

@media only screen and (max-width:1401px) {
    .about_banner_cont {
        padding: 8% 0 0 7%;
    }
}

@media only screen and (max-width:1351px) {
    .about_banner_cont {
        padding: 8% 0 0 5%;
    }

    .sitemap-box {
        padding: 0 60px;
    }

    .home-abso-top::before {
        width: 0.7px;
    }

    .home-sub-link li a::before {
        width: 0.7px;
    }
}

@media only screen and (min-width:675px) {
    .home-nav a b {
        display: none !important;
    }
}

@media only screen and (max-width:991px) {
    .nav-item b {
        display: block;
    }
}

@media only screen and (max-width:1281px) {
    .about_banner_cont {
        padding: 8% 0 0 3%;
    }
}

@media only screen and (max-width:1151px) {
    .about_banner_cont {
        padding: 8% 0 0 2%;
    }

    .sec-1 h5 {
        font-size: 36px;
    }

    .title-Section h2 {
        font-size: 36px;
    }


    .about-text h2 {
        font-size: 36px;
    }

    .about-team h2 {
        font-size: 36px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .blog-text h4 {
        font-size: 22px;
    }

    .detail_text h3 {
        font-size: 36px;
    }

    .artistic_box h2 {
        font-size: 35px;
    }

    .contact-text h2 {
        font-size: 36px;
    }

    .contact-link h4 {
        font-size: 20px;
    }

    .home-sub-link li a::before {
        top: -32%;
    }
}

@media only screen and (max-width:1024px) {

    .about_banner_cont {
        padding: 8% 0 0 2%;
        ;
    }

    .sec-1 h5 {
        font-size: 35px;
    }

    .title-Section h2 {
        font-size: 35px;
    }

    .footer-widget:nth-child(2) {
        padding-left: 40px;
        width: 30%;
    }

    .footer-widget {
        width: 30%;
    }

    .footer-logo img {
        width: 50%;
    }

    .about-text h2 {
        font-size: 35px;
    }

    .about-team h2 {
        font-size: 35px;
    }

    .section-title h2 {
        font-size: 35px;
    }

    .blog-text h4 {
        font-size: 20px;
        font-weight: bold;
    }

    .detail_text h3 {
        font-size: 35px;
    }

    .artistic_box h2 {
        font-size: 35px;
    }

    .contact-text h2 {
        font-size: 35px;
    }

    .contact-link h4 {
        font-size: 20px;
    }

}

@media only screen and (max-width: 991px) {
    .nav-item b {
        font-size: 12px;
        top: 7px;
        padding: 3px 16px;
    }

    .dropdown-menu {
        width: 100%;
    }

    ul.submenu {
        left: 0;
        min-width: 100%;
        position: revert;
        box-shadow: none;
    }

    .top-icons {
        display: none;
    }

    .navbar {
        /*padding:10px 0;*/
        margin: 0 0 15px 0;
        padding: 0 0 20px 0;
    }

    .navbar-brand {
        width: 21%;
        margin: 0;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 17px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        margin: 5px 0;
    }

    .navbar .navbar-nav .nav-item {
        padding: 0;
    }


    ul.submenu {
        left: 45%;
        min-width: 9.5rem;
    }

    .head-text {
        left: 3%;
    }

    .foot-coll {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-widget {
        width: 48%;
        /*margin:0 0 30px 0;*/

    }

    .footer-widget:last-child {
        margin: 0 0 0 0;
        width: 48%;
    }

    .footer-logo {
        width: 100%;
    }

    .footer-logo img {
        width: 30%;
    }

    .footer-widget:nth-child(2) {
        width: 48%;
        padding-left: 0;
    }


    .about_banner_cont {
        padding: 8% 0 0 5%;
    }

    .header-img img {
        height: 580px;
        object-fit: cover;
    }


    .head-text {
        width: 100%;
    }

    .head-text h1 {
        font-size: 50px;
    }

    .head-text p {
        width: 60%;
    }

    .sec-1 {
        padding: 20px 0;
    }

    .sec-1 h5 {
        font-size: 27px;
    }

    .hov-text {
        padding: 20px;
    }

    .hov-text h3 {
        font-size: 22px;
    }

    .title-Section h2 {
        font-size: 30px;
    }

    .footer-widget-heading h3 {
        margin-bottom: 20px;
    }

    .subscribe-form {
        margin: 20px 0 0 0;
    }

    .copyright-text p {
        font-size: 15px;
        font-weight: 400;
    }

    .about-box {
        margin: 60px 0 0 0;
    }

    .about-text {
        text-align: center;
        margin: 0 0 50px 0;
    }

    .about-text h2 {
        font-size: 30px;
    }

    .about-team {
        margin: 60px 0 0 0;
    }

    .about-team h2 {
        font-size: 30px;
    }

    .fs {
        margin: 60px 0 0 0;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .blog-text h4 {
        font-size: 18px;
    }

    .modal-dialog {
        margin: 0;
        padding: 20px;
    }

    .form-text {
        padding: 15px;
    }

    .form-text h3 {
        font-size: 18px;
    }



    .blog-item {
        margin: 30px 0 50px 0;
    }

    .artistic_flex {
        flex-direction: column;

    }

    .artisian {
        width: 48%;
        margin: 0 10px 50px 0;

    }

    .contributer {
        padding: 40px 0 0 0;
    }

    .artistic_box h2 {
        font-size: 30px;
    }

    .editorial-image {
        height: 300px;
        margin: 0 0 10px 30px;
    }

    /*.editorial-image img {*/
    /*    object-position: left;*/
    /*}*/

    .editorial-text h2 {
        font-size: 30px;
    }

    .contact-box {
        margin: 60px 0;
    }

    .contact-text {
        margin: 0 0 50px 0;
    }

    .contact-text h2 {
        font-size: 30px;
    }

    .contact-text p {
        font-size: 16px;
        width: 100%;
    }

    .contact-link h4 {
        font-size: 20px;
    }

    .contact-form {
        padding: 20px;
    }

    .detail_text h3 {
        font-size: 30px;
        font-family: "Antic Didone";
        font-weight: 400;
    }

    .blog-detail {
        margin: 50px 0 60px 0;
    }

}

@media only screen and (max-width:972px) {
    .home-sub-link li a::before {
        top: -27%;
    }

}

@media only screen and (max-width:854px) {
    .home-sub-link li a::before {
        top: -22%;
    }
}

@media only screen and (max-width:810px) {
    .home-sub-link li a::before {
        top: -19%;
    }
}

@media only screen and (max-width: 768px) {
    .head-text {
        top: 30%;
    }

    .blog-slider-content {
        width: 45%;
    }

    .home-sub-link li a::before {
        top: -17%;
    }

    .editorial-image {
        width: 100%;
        float: unset;
        height: 400px;
        margin: 20px 0 10px 0;
    }

    .editorial-image img {
        object-position: top;
    }

}

@media only screen and (max-width: 676px) {
    .home-sub-link li a::before {
        top: -10%;
    }
}

@media only screen and (max-width:675px) {
    .home-sub-link li a::before {
        display: none;
    }

    .home-abso-top::before {
        display: none;
    }

    .home-list::after {
        display: none;
    }

    .home-abso::before {
        display: none;
    }

    .home-list::before {
        display: none;
    }

    .home-link::after {
        display: none;
    }

    .home-list {
        border-top: none;
    }

    .home-list {
        flex-wrap: wrap;
        margin: 0;
    }

    .home-nav {
        width: 48%;
        margin: 0 0 30px 0;
        position: relative;
    }

    .home-nav a {
        margin: 0 !important;
        width: 100%;
    }

    .home-abso-last {
        margin: 0 !important;
    }

    .home-abso {
        margin: 0 !important;
    }

    .home-link {
        margin: 0 0 40px 0;
    }

    .sitemap-box {
        padding: 0 60px;
    }

    .home-nav b {
        font-size: 10px;
    }

    .home-sub-link li a {
        border: none;
        margin: 0 !important;
    }

    .home-nav a:hover {
        border: none;
        background: #7170e5;
        color: #fff;
    }

    .home-sub-link li a:hover {
        border: none;
        background: #000;
        color: #fff;
    }

    .home-sub-link {
        position: relative;
        background-color: #b0b0df;
        width: 100%;
        display: none;
        text-align: left;


    }

    .custom-list {
        width: 100%;
    }

    .home-sub-link li a {

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
        border-radius: 0;

    }

    .home-nav:hover .home-sub-link {
        display: block;
    }
}

@media only screen and (max-width:601px) {
    .head-text h1 {
        font-size: 40px;
    }



    .head-text p {
        width: 80%;
        font-family: 'bootstrap-icons';
    }

    .form_popup_cont {

        flex-direction: column;
    }

    .form-text {
        width: 100%;
    }

    .form-image {
        width: 100%;
        height: 300px;
    }

    .modal-body {
        height: 550px;
        overflow: auto;
    }

    .head-text {
        top: 30%;
    }

    .close_btn {
        width: 30px;
        height: 30px;
        display: grid;
        place-content: center;
        background: #7170e5;
    }

    .blog-banner-cont h2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .about_banner_cont.blog-banner-cont ul li span {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

}

@media only screen and (max-width: 600px) {
    .seo_cont .lft_img {
        display: none;
    }

    .seo_cont h4 {
        font-size: 20px;
    }

    .seo_cont p {
        font-size: 16px;
    }

    .seo_cont h3 {
        font-size: 30px;
    }

    .content-text p {
        animation: scrolling-left1 52s linear infinite;
    }
}

@media only screen and (max-width:599px) {
    .blog-slider-content {
        width: 80%;
    }

    .about_banner {
        width: 100%;
        height: 248px;
    }

    .about_banner_cont {
        padding: 26% 0 0 5%;
    }

    .navbar-brand {
        width: 40%;
        margin: 0 0 0 0;
    }




    .foot-coll {
        flex-direction: column;
    }

    .footer-widget {
        width: 100%;
        /*margin:0 0 30px 0;*/

    }

    .footer-widget:last-child {
        margin: 0 0 0 0;
        width: 100%;
    }

    .footer-logo {
        width: 100%;
    }

    .footer-logo img {
        width: 45%;
    }

    .footer-text {
        width: 100%;
    }

    .footer-widget:nth-child(2) {
        width: 100%;
        padding-left: 0;
    }

    .editorial-image {
        height: 300px;
    }

    .artisian {
        width: 100%;
    }

    .form-image {
        height: auto;
    }

    .form_popup_cont {
        padding: 0;
    }

    .about-team-image {
        width: 100%;
        height: 300px;
        float: none;
        margin: 0 0 20px 0;
    }

    .blog-banner-cont h2 {
        font-size: 25px;
    }

    .detail-share ul li a {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .about_banner_cont h2 {
        font-size: 30px;
    }

    .head-text {
        top: 30%;
    }

    .bg-icon {
        place-content: center;
        place-items: center;
        width: 30px;
        height: 30px;
    }

    .footer-widget ul li i {
        font-size: 15px;
    }

}

@media only screen and (max-width:500px) {
    .not-found-cont h2 {
        font-size: 40px;
    }

    section.not-found {
        padding: 60px 0;
    }

    .home-nav {
        width: 100%;
        position: relative;
    }

    .home-link {
        width: 100%;
    }

    .head-text {
        top: 24%;
    }

    .head-text p {
        font-size: 20px;
    }

    .con-sec {
        padding: 45px 0px 0;
    }

    .detail_formbox {
        margin-top: 22px;
    }

    .detail_formbox ul {
        margin: 12px 0 11px 0;
        list-style-type: none;
    }

    .blog_list_text a {
        font-size: 16px;
    }

    .blog_list {
        margin: 12px 0 0 0;
    }

    .con-head h3 {
        font-size: 23px;
        margin: 0 0px;
    }

    .con-img h4 {
        font-size: 18px;
    }

    .contribute-share {
        margin: 50px 0px 15px -30px;
    }

    .contributer {
        padding: 0px 0 0 0;
    }

    .blog-item {
        margin: 2px 0 20px 0;
    }

    .blog-slider-box {
        margin: 30px 0 4px 0;
    }

    .artical-page {
        margin: 19px 0 0 0;
    }

    .contact-box {
        margin: 29px 0;
    }

    .contact-text {
        margin: 0 0 25px 0;
    }

    section.contributer h5 {
        margin-top: 25px;
    }

    .editorial-image {
        height: 300px;
    }

}

@media only screen and (max-width:481px) {
    .blog-slider-content {
        width: 100%;
    }

    .con-sec {
        padding: 21px 0px 0;
    }

    .detail_text h3 {
        font-size: 22px;
    }

    .detail-link ul li {
        margin: 0 10px 10px 0;
    }

    .about-team-box {
        padding: 0px;
    }

    .footer-text p {
        margin: 10px 0;
    }

    .about-box {
        margin: 30px 0 0 0;
    }

    .about-team-box {
        margin: 0 0 30px 0;
    }

    .about-team-text {
        padding: 0 20px 25px;
    }

    .about-text p {
        margin-top: 13px;
    }

    .pl-text h3 {
        font-size: 18px;
        font-weight: 400;
    }

    .about-team {
        margin: 33px 0 0 0;
    }

    .title-Section h2 {
        font-size: 27px;
    }

    .Col-size h5 {
        font-size: 22px;
    }

    .detail-link {
        margin: 13px 0 16px 0;
    }

    .sec-1 h5 {
        font-size: 20px;
    }

    .title-Section {
        margin-bottom: 5px;
    }

    .team-box {
        margin: 33px 0;
    }

    .all-placeholder {
        margin: 26px 0;
    }

    .team {
        margin: 30px 0;
    }

    blog-slider-content {
        width: 100%;
    }

    .blog_imagebox {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .head-text h1 {
        font-size: 32px;
    }

    .head-text p {
        font-size: 19px;
    }
}

@media only screen and (max-width:350px) {
    .blog-banner-cont h2 {
        font-size: 25px;
    }

    .head-text {
        top: 20%;
    }
}

.content-box {
    width: 100%;
    /*/ margin: 0 0 60px 0; /*/
    padding: 50px 0;
    background-image: url(../public/Img/background-image.jpg);
}

.content-text {
    width: 100%;
}

.content-text h2 {
    font-size: 23px;
    text-align: center;
    margin: 0 0 5px 0;
}

.content-text p {
    text-align: center;
    margin: 0;
    font-size: 17px;
    white-space: nowrap;
    width: 100%;
    /*overflow: hidden;*/
    animation: scrolling-left1 70s linear infinite;
}

.content-box {
    padding: 16px 0;
    background: #d6d6ff;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

@keyframes scrolling-left1 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-310%);
    }
}

a.not-found-btn {
    background: #7070e4;
    padding: 10px 17px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
}

.home-text {
    padding: 0px 33px;
}


.seo_cont {}

.seo_cont .lft_img {
    width: 45%;
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
}

.seo_cont h3 {
    font-size: 35px;
}

.seo_cont p {
    font-size: 17px;
    text-align: justify;
}

.seo_cont p a {
    color: #bd68d1;
}

.seo_cont h4 {
    font-size: 25px;
}

.seo_cont.seo_btcont {
    text-align: center;
}

.seo_cont.seo_btcont h4 {
    font-size: 41px;
    font-family: "Antic Didone";
    font-weight: 500;
    display: inline-block;
}

.seo_cont.seo_btcont h4 strong {
    font-weight: 500;
}

.seo_cont.seo_btcont h4:after {
    content: "";
    height: 3px;
    width: 80px;
    background-color: #000;
    display: block;
    margin: 0 0 0 auto;
}