@import url("https://fonts.googleapis.com/css?family=Playfair+Display:500,700,800,900|Poppins:400,500,600,700,800&display=swap");

body {
    font-family: "Poppins", sans-serif;
}

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

a {
    text-decoration: none;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}

a:hover {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a,
button:focus {
    outline: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

p {
    line-height: 1.8;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

ul li {
    list-style: none;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.container-fluid {
    max-width: 1920px;
}

a.scroll-top {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #4d148c;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 3;
    font-weight: lighter;
}

a.scroll-top i {
    font-size: 13px;
}

.section-tittle {
    position: relative;
}

.section-tittle h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Nunito Sans", sans-serif;
    color: #181818;
    margin-bottom: 15px;
}

.section-tittle p {
    color: #616161;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.page-title-content {
    margin-top: 90px;
    text-align: center;
    position: relative;
}

.page-title-content h2 {
    font-size: 50px;
    font-weight: bold;
    font-family: "Playfair Display", serif;
    color: #fff;
}

.page-title-content ul {
    margin: 0;
    padding: 0;
}

.page-title-content ul li a {
    font-size: 20px;
    color: #fff;
    position: relative;
}

.page-title-content ul li a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.page-title-content ul li a:hover::before,
.page-title-content ul li a.active::before {
    width: 100%;
}

.page-title-content ul li p {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    position: relative;
}

.page-title-content ul li p::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.page-title-content ul li p:hover::before,
.page-title-content ul li p.active::before {
    width: 100%;
}

.page-title-content ul li i {
    font-size: 16px;
    color: #fff;
    padding: 0 5px;
}

.box-btn {
    padding: 11px 10px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    margin-right: 20px;
   /* margin-top: 20px;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    color: #4d148c;
    position: relative;
}

.box-btn:hover {
    background: #fff;
    color: #000;
}
.box-btn1 {
    padding: 18px 30px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    margin-right: 20px;
    margin-top: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    overflow: hidden;
    background: #4d148c;
    color: #fff;
    position: relative;
}

.box-btn1:hover {
    background: #ff6803;
    color: #fff;
}

.border-btn {
    padding: 18px 30px;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-transform: capitalize;
    margin-right: 20px;
    margin-top: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
}

.border-btn:hover {
    color: #fff;
    background: #4d148c;
    border: 1px solid #4d148c;
}

.border-btn i {
    margin-left: 10px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.line-bnt {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #616161;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 500;
}

.line-bnt i {
    margin-left: 1px;
    font-size: 14px;
    font-weight: bold;
}

.line-bnt:hover {
    letter-spacing: 1px;
    color: #4d148c;
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    margin-top: 0px;
    top: 0px;
}

#loading #loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading #loading-center #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;
}

@-webkit-keyframes loading-center-absolute {
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes loading-center-absolute {
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

#loading #loading-center #loading-center-absolute .object {
    width: 25px;
    height: 25px;
    background-color: #4d148c;
    float: left;
}

#loading #loading-center #loading-center-absolute #object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

@-webkit-keyframes object_one {
    25% {
        -webkit-transform: translate(0, -50px) rotate(-180deg);
        transform: translate(0, -50px) rotate(-180deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_one {
    25% {
        -webkit-transform: translate(0, -50px) rotate(-180deg);
        transform: translate(0, -50px) rotate(-180deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg);
    }
}

#loading #loading-center #loading-center-absolute #object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}

@-webkit-keyframes object_two {
    25% {
        -webkit-transform: translate(50px, 0) rotate(-180deg);
        transform: translate(50px, 0) rotate(-180deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_two {
    25% {
        -webkit-transform: translate(50px, 0) rotate(-180deg);
        transform: translate(50px, 0) rotate(-180deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg);
    }
}

#loading #loading-center #loading-center-absolute #object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}

@-webkit-keyframes object_three {
    25% {
        -webkit-transform: translate(-50px, 0) rotate(-180deg);
        transform: translate(-50px, 0) rotate(-180deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_three {
    25% {
        -webkit-transform: translate(-50px, 0) rotate(-180deg);
        transform: translate(-50px, 0) rotate(-180deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg);
    }
}

#loading #loading-center #loading-center-absolute #object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}

@-webkit-keyframes object_four {
    25% {
        -webkit-transform: translate(0, 50px) rotate(-180deg);
        transform: translate(0, 50px) rotate(-180deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_four {
    25% {
        -webkit-transform: translate(0, 50px) rotate(-180deg);
        transform: translate(0, 50px) rotate(-180deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg);
    }
}

.navbar-area .mean-container a.meanmenu-reveal span {
    position: relative;
    margin-top: -6px;
    top: 8px;
}

.navbar-area {
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 15px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

.navbar-area .main-nav {
    background: #fff;
    border-radius: 90px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar-area .main-nav .navbar {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.navbar-area .main-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.navbar-area .main-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item a.active {
    color: #4d148c;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-left: 1px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-area .main-nav .navbar .navbar-nav .nav-item.active a {
    color: #4d148c;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 240px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100px;
    background: #4d148c;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: -1;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 30px;
    margin: 0;
    color: #181818;
    font-size: 15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #4d148c;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -245px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #181818;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #4d148c;
    letter-spacing: 1px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -245px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #4d148c;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -245px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #4d148c;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 195px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #4d148c;
    letter-spacing: 1px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 195px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #4d148c;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 195px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #4d148c;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #4d148c;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #4d148c;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #4d148c;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #4d148c;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #4d148c;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #4d148c;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #fff;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover::before {
    width: 100%;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
    content: ">";
    margin-left: .355em;
    vertical-align: 0;
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-toggle::after {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.black {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    -webkit-animation: fadeInDown 500ms ease-in-out;
    animation: fadeInDown 500ms ease-in-out;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 2px 8px rgba(221, 221, 221, 0.5);
    box-shadow: 0 2px 8px rgba(221, 221, 221, 0.5);
}

.slider-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 900px;
}

.slider-area .home-slider .single-slider {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}

.slider-area .home-slider .single-slider::before {
    position: absolute;
    content: "";
    background: url(../images/home-overly.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-area .home-slider .single-slider .slider-tittle {
    position: relative;
    padding: 0 10%;
}

.slider-area .home-slider .single-slider .slider-tittle .slider-span {
    position: relative;
    font-weight: 500;
}

.slider-area .home-slider .single-slider .slider-tittle h1 {
    font-size: 75px;
    font-weight: bold;
    color: #fff;
    font-family: "Playfair Display", serif;
}

.slider-area .home-slider .single-slider .slider-tittle p {
    margin-top: 20px;
    color: #fff;
    padding: 0 14%;
    font-family: "Poppins", sans-serif;
}

.slider-area .home-slider .box-btn {
    padding: 20px 50px;
}

.slider-area .home-slider .box-btn:hover {
    background: #4d148c;
    color: #fff;
}

.slider-area .owl-item.active .slider-tittle.one h1 {
    -webkit-animation: 1.5s .2s fadeInUpBig both;
    animation: 1.5s .2s fadeInUpBig both;
}

.slider-area .owl-item.active .slider-tittle.one p {
    -webkit-animation: 1.5s .2s fadeInDownBig both;
    animation: 1.5s .2s fadeInDownBig both;
}

.slider-area .owl-item.active .slider-tittle.two h1 {
    -webkit-animation: 1.5s .2s fadeInUpBig both;
    animation: 1.5s .2s fadeInUpBig both;
}

.slider-area .owl-item.active .slider-tittle.two p {
    -webkit-animation: 1.5s .2s fadeInDownBig both;
    animation: 1.5s .2s fadeInDownBig both;
}

.slider-area .owl-item.active .slider-btn.btn1 a {
    -webkit-animation: 2.5s .2s fadeInUpBig both;
    animation: 2.5s .2s fadeInUpBig both;
}

.slider-area .owl-item.active .slider-btn.btn2 a {
    -webkit-animation: 2.5s .2s fadeInUpBig both;
    animation: 2.5s .2s fadeInUpBig both;
}

.slider-area .owl-nav {
    display: inline-block !important;
}

.slider-area .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    top: 50%;
    position: absolute;
    right: 1%;
    background: #fff;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #4d148c;
}

.slider-area .owl-nav button.owl-next:hover {
    background: #4d148c;
    color: #fff;
}

.slider-area .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    left: 1%;
    top: 50%;
    position: absolute;
    color: #4d148c;
    font-weight: bold;
    background: #fff !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slider-area .owl-nav button.owl-prev:hover {
    background: #4d148c;
    color: #fff;
}

.slider-area .single-slider-bg-1 {
    background: url(../images/home-bg.png);
}

.slider-area .single-slider-bg-2 {
    background: url(../images/home-bg2.png);
}

.service-area {
    position: relative;
    z-index: 1;
    bottom: 100px;
}

.service-area .single-service {
    position: relative;
    -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
    padding: 20px 20px;
    background: #FFF;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.service-area .single-service h2 {
    font-size: 24px;
    font-family: "Playfair Display", serif;
    color: #181818;
    margin-bottom: 12px;
}

.service-area .single-service .service-icon {
    width: 45px;
    height: 45px;
    background-color: #4d148c;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.service-area .single-service .service-icon i {
    font-size: 23px;
    line-height: 44px;
}

.service-area .single-service .service-content p {
    margin-bottom: 0;
    font-size: 16px;
    color: #4f4f4f;
    margin-top: 0px;
}

.service-area .single-service:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.shape-ellips {
    width: 100%;
    position: absolute;
    z-index: 0;
    margin-top: -55px;
}

.home-ragular-course {
    overflow: hidden;
    position: relative;
    padding-bottom: 75px;
}

.home-ragular-course .section-tittle {
    margin-bottom: 30px;
}

.home-ragular-course .section-tittle p {
    margin: auto 25%;
}

.home-ragular-course .single-ragular-course {
    margin-top: 30px;
    position: relative;
    -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    text-align: center;
}

.home-ragular-course .single-ragular-course .course-img {
    position: relative;
}

.home-ragular-course .single-ragular-course .course-img h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 31px;
    font-family: "Playfair Display", serif;
    color: #fff;
    text-align: center;
}

.home-ragular-course .single-ragular-course .course-img img {
    border-radius: 0px 0px 100% 100%;
}

.home-ragular-course .single-ragular-course .course-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #4d148c;
    border-radius: 0px 0px 100% 100%;
}

.home-ragular-course .single-ragular-course .course-content {
    padding: 30px 30px;
}

.home-ragular-course .single-ragular-course .course-content p {
    color: #616161;
    font-size: 16px;
}

.home-ragular-course .single-ragular-course .course-content a {
    border: 1px solid #4d148c;
    color: #4d148c;
    margin-top: 10px;
    margin-right: 0;
}

.home-ragular-course .single-ragular-course:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.home-ragular-course .single-ragular-course:hover a {
    background: #4d148c;
    color: #fff;
}

.choose-area {
    position: relative;
   /* padding: 75px 0;*/
    overflow: hidden;
}

.choose-area .home-choose-img {
    position: relative;
    z-index: -1;
    /*padding-right: 30px;*/
}

/*.choose-area .home-choose-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 575px;
    background: #4d148c;
    z-index: -2;
    top: -50px;
    border-top-right-radius: 70px;
    left: -50px;
}*/

.choose-area .home-choose-content {
    max-width: 100%;
}

.choose-area .home-choose-content .section-tittle p {
    color: #000;
    font-size: 16px;
   /* padding-right: 10%;*/
    margin-bottom: 20px;
}

.choose-area .home-choose-content .box-btn {
    background: #4d148c;
    color: #fff;
    padding: 10px 10px;
    width: 200px;
	margin-bottom:20px;
}

.choose-area .home-choose-content .box-btn:hover {
    background: #181818;
}

.choose-area .home-choose-content ul {
    margin: 0;
    padding: 0;
}

.choose-area .home-choose-content ul li {
    color: #444343;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    display: block;
    padding-left: 32px;
}

.choose-area .home-choose-content ul li i {
    color: #6c84e6;
    position: absolute;
    top: 2px;
    left: 0;
}

.choose-area .home-choose-content ul li:hover {
    color: #181818;
}

.choose-area .home-choose-content .choose-list-home {
    padding-left: 25px;
}

.home-admission {
    position: relative;
    padding: 75px 0;
    overflow: hidden;
}

.home-admission .single-addmission {
    background: url(../images/admission/bg.png) no-repeat;
    background-position: center center;
    position: relative;
    height: 100%;
    width: 100%;
    left: 30px;
    padding: 30px 0;
    border-radius: 230px 0 0 42%;
}

.home-admission .single-addmission .admission-circle {
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    border: 40px solid #4d148c;
    -webkit-box-shadow: 4px 2px 13px -1px rgba(0, 0, 0, 0.6);
    box-shadow: 4px 2px 13px -1px rgba(0, 0, 0, 0.6);
    top: -25px;
    left: -16px;
}

.home-admission .single-addmission .admission-circle h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 55px;
    font-family: "Playfair Display", serif;
    color: #181818;
}

.home-admission .single-addmission .admission-circle h2 span {
    display: block;
}

.home-admission .single-addmission .admission-circle .admission-shape1 {
    position: absolute;
    top: 75%;
    left: 22%;
    -webkit-animation: adshape 4s infinite linear;
    animation: adshape 4s infinite linear;
}

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

    50% {
        -webkit-transform: translate(20px);
        transform: translate(20px);
    }

    100% {
        -webkit-transform: translate(-20px);
        transform: translate(-20px);
    }
}

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

    50% {
        -webkit-transform: translate(20px);
        transform: translate(20px);
    }

    100% {
        -webkit-transform: translate(-20px);
        transform: translate(-20px);
    }
}

.home-admission .single-addmission .admission-circle .admission-shape2 {
    position: absolute;
    right: 22%;
    top: 20%;
    -webkit-animation: adshapes 4s infinite linear;
    animation: adshapes 4s infinite linear;
}

@-webkit-keyframes adshapes {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes adshapes {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.home-admission .single-addmission .admission-shape3 {
    position: absolute;
    top: 15%;
    left: 22%;
    -webkit-animation: animationFramesOne 15s infinite linear;
    animation: animationFramesOne 15s infinite linear;
    z-index: 0;
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(100px, 72px) rotate(72deg);
        transform: translate(100px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 100px) rotate(108deg);
        transform: translate(83px, 100px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(100px, 72px) rotate(72deg);
        transform: translate(100px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 100px) rotate(108deg);
        transform: translate(83px, 100px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.home-admission .single-addmission .admission-shape4 {
    position: absolute;
    bottom: 15%;
    right: 22%;
    -webkit-animation: rotated 8s infinite linear;
    animation: rotated 8s infinite linear;
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

.home-admission .single-addmission .admission-content {
    left: 25px;
    position: relative;
}

.home-admission .single-addmission .admission-content h2 {
    font-size: 30px;
    font-family: "Playfair Display", serif;
    color: #fff;
    padding-top: 35px;
    font-weight: bold;
}

.home-admission .single-addmission .admission-content p {
    color: #fff;
    font-size: 18px;
}

.home-admission .single-addmission .admission-content .admission-list {
    margin: 0;
    padding: 0;
}

.home-admission .single-addmission .admission-content .admission-list li {
    text-align: center;
    margin-right: 20px;
    display: inline-block;
}

.home-admission .single-addmission .admission-content .admission-list li p {
    display: block;
    width: 85px;
    height: 85px;
    border: 3px solid #fff;
    border-radius: 5px;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
}

.home-admission .single-addmission .admission-content .admission-list li span {
    font-family: "Playfair Display", serif;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
}

.home-admission .single-addmission .admission-content .box-btn {
    margin-top: 40px;
}

.home-admission .single-addmission .loon {
    position: absolute;
    top: -15%;
    right: 10%;
    max-width: 6%;
    z-index: -1;
    -webkit-animation: adshapess 3s infinite linear;
    animation: adshapess 3s infinite linear;
}

@-webkit-keyframes adshapess {
    0% {
        -webkit-transform: translate(-10px);
        transform: translate(-10px);
    }

    50% {
        -webkit-transform: translate(10px);
        transform: translate(10px);
    }

    100% {
        -webkit-transform: translate(-10px);
        transform: translate(-10px);
    }
}

@keyframes adshapess {
    0% {
        -webkit-transform: translate(-10px);
        transform: translate(-10px);
    }

    50% {
        -webkit-transform: translate(10px);
        transform: translate(10px);
    }

    100% {
        -webkit-transform: translate(-10px);
        transform: translate(-10px);
    }
}

.home-special-course {
    position: relative;
    padding: 60px 0px 0px 0px;
    overflow: hidden;
    background: #e5eaff;
}

.home-special-course .section-tittle {
    margin-bottom: 30px;
}

.home-special-course .section-tittle p {
    margin: auto 30%;
}

.home-special-course .single-home-special-course {
    margin-top: 30px;
    position: relative;
	border:2px solid #4d148c6b;
}

.home-special-course .single-home-special-course .course-img {
    position: relative;
}

.home-special-course .single-home-special-course .course-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.home-special-course .single-home-special-course .course-img .course-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 20%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}

.home-special-course .single-home-special-course .course-img .course-content h2 {
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 25px;
    width: 100%;
    font-family: "Playfair Display", serif;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.home-special-course .single-home-special-course .course-img .course-content p {
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: -300px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 10px;
    font-size: 15px;
}

.home-special-course .single-home-special-course .course-img .course-content .box-btn {
    position: absolute;
    text-align: center;
    color: #4d148c;
    bottom: -300px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 20px;
    font-size: 15px;
    margin: auto;
    border: 1px solid transparent;
    left: 30%;
    margin-bottom: 30px;
}

.home-special-course .single-home-special-course .course-img .course-content .box-btn:hover {
    border: 1px solid #4d148c;
    color: #4d148c;
    background: transparent;
}

.home-special-course .single-home-special-course:hover .course-img .course-content {
    height: 100%;
}

.home-special-course .single-home-special-course:hover .course-img .course-content h2 {
    bottom: 20px;
}

.home-special-course .single-home-special-course:hover .course-img .course-content p {
    bottom: 60px;
}

.home-special-course .single-home-special-course:hover .course-img .course-content .box-btn {
    bottom: 0px;
}

.home-special-course .owl-nav {
    display: inline-block !important;
}

.home-special-course .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
   /* border-radius: 50%;*/
    border: none;
    font-size: 16px;
    line-height: 0;
    top: 50%;
    position: absolute;
    right: 0%;
    background: #fff;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #4d148c;
	-webkit-box-shadow: -4px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: -4px 3px 5px 0px rgba(0,0,0,0.75);
}

.home-special-course .owl-nav button.owl-next:hover {
    background: #4d148c;
    color: #fff;
}

.home-special-course .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    /*border-radius: 50%;*/
    border: none;
    font-size: 16px;
    line-height: 0;
    /*left: 18%;*/
    top: 50%;
    position: absolute;
    color: #4d148c;
    font-weight: bold;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	-webkit-box-shadow: 6px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 6px 0px 5px 0px rgba(0,0,0,0.75);
}

.home-special-course .owl-nav button.owl-prev:hover {
    background: #4d148c;
    color: #fff;
}

.course-slider-area {
    background: #e5eaff;
    position: relative;
    overflow: hidden;
    padding-bottom: 75px;
}

.course-slider-area .course-slider {
    background: url(../images/courses/slider.png) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px;
    height: 100%;
    padding-bottom: 10px;
    border-radius: 30px;
}

.course-slider-area .course-slider .course-slider-img img {
    border-radius: 12px;
}

.course-slider-area .course-slider .course-slider-content {
    /*max-width: 75%;*/
    margin: 0 25px;
}

.course-slider-area .course-slider .course-slider-content h2 {
    font-size: 30px;
    font-family: "Playfair Display", serif;
    color: #fff;
}

.course-slider-area .course-slider .course-slider-content p {
    color: #fff;
    margin: 20px auto;
}

.course-slider-area .owl-nav {
    display: inline-block !important;
}

.course-slider-area .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    top: 48%;
    position: absolute;
    right: -15px;
    background: #fff;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #4d148c;
}

.course-slider-area .owl-nav button.owl-next:hover {
    background: #4d148c;
    color: #fff;
}

.course-slider-area .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    left: -15px;
    top: 48%;
    position: absolute;
    color: #4d148c;
    font-weight: bold;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.course-slider-area .owl-nav button.owl-prev:hover {
    background: #4d148c;
    color: #fff;
}

.course-slider-area .course-slider-btn .border-btn {
    padding: 18px 30px;
}

.course-slider-area .course-slider-btn .border-btn:hover {
    border: 1px dashed #fff;
    background: #4d148c;
}

.course-slider-area .course-slider-btn .box-btn {
    border: 1px solid transparent;
    padding: 20px 30px;
}

.course-slider-area .course-slider-btn .box-btn:hover {
    border: 1px dashed #fff;
    background: #4d148c;
    color: #fff;
}

.left-shape {
    position: absolute;
    left: 0;
    margin-top: 50%;
    max-width: 10%;
}

.home-news {
    position: relative;
    overflow: hidden;
}

.home-news .section-tittle {
    margin-bottom: 30px;
}

.home-news .section-tittle p {
    margin: auto 25%;
}

.home-news .single-home-news {
    cursor: pointer;
    margin-top: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.home-news .single-home-news a {
    width: 100%;
}

.home-news .single-home-news a img {
    width: 100%;
}

.home-news .single-home-news .single-home-content {
    padding: 30px;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.home-news .single-home-news .single-home-content h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
}

.home-news .single-home-news .single-home-content .calender {
    margin-bottom: 10px;
    color: #616161;
    font-weight: normal;
    font-size: 14px;
}

.home-news .single-home-news .single-home-content .calender i {
    font-size: 14px;
    margin-right: 5px;
}

.home-news .single-home-news .single-home-content p {
    font-weight: 500;
    color: #616161;
}

.home-news .single-home-news:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.home-news .single-home-news:hover .calender i {
    color: #4d148c;
}

.home-news .single-home-news:hover h2 {
    color: #4d148c;
}

.home-news .single-home-news:hover a {
    color: #4d148c;
}

.home-teachers-area {
    position: relative;
    overflow: hidden;
}

.home-teachers-area .section-tittle {
    margin-bottom: 30px;
}

.home-teachers-area .section-tittle p {
    margin: auto 25%;
}

.home-teachers-area .single-home-teacher {
    margin-top: 30px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}

.home-teachers-area .single-home-teacher .teacher-img a {
    width: 100%;
}

.home-teachers-area .single-home-teacher .teacher-img img {
    width: 100%;
}

.home-teachers-area .single-home-teacher .teachers-content {
    max-width: 90%;
    position: relative;
    left: 12px;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    top: -30px;
    background: #fff;
    padding: 15px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.home-teachers-area .single-home-teacher .teachers-content h2 {
    color: #616161;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.4;
}

.home-teachers-area .single-home-teacher .teachers-content p {
    color: #616161;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
}

.home-teachers-area .single-home-teacher .teacher-social {
    position: absolute;
    width: 100%;
    bottom: -10%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.home-teachers-area .single-home-teacher .teacher-social::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 90%;
    height: 22px;
    left: 12px;
    bottom: 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.home-teachers-area .single-home-teacher .teacher-social ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.home-teachers-area .single-home-teacher .teacher-social ul li {
    display: inline-block;
}

.home-teachers-area .single-home-teacher .teacher-social ul li a {
    width: 35px;
    height: 35px;
    background: #fff;
    -webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #4d148c;
    transition: 0.3s;
}

.home-teachers-area .single-home-teacher .teacher-social ul li a i {
    font-size: 16px;
}

.home-teachers-area .single-home-teacher .teacher-social ul li a:hover {
    background: #4d148c;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.home-teachers-area .single-home-teacher:hover .teacher-social {
    opacity: 1;
    bottom: 5px;
}

.home-teachers-area .single-home-teacher:hover .teacher-social::before {
    -webkit-box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.05);
}

.about {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/about-bg.png);
    background-attachment: fixed;
    height: 400px;
}

.about::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.about-area {
    padding: 75px 0;
}

.about-area .single-about .about-contnet h2 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: #181818;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.about-area .single-about .about-contnet p {
    color: #616161;
    padding-right: 5%;
    line-height: 30px;
}

.about-area .about-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.about-area .about-btn .box-btn {
    background: #4d148c;
    border: 1px solid transparent;
    color: #fff;
}

.about-area .about-btn .box-btn:hover {
    border: 1px dashed #4d148c;
    background: #fff;
    color: #181818;
}

.about-area .about-btn .video-pop {
    margin-top: 26px;
    font-size: 16px;
    color: #4d148c;
}

.about-area .about-btn .video-pop:hover {
    color: tomato;
}

.about-area .about-btn .video-pop .video {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    color: #4d148c;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 8px rgba(228, 221, 221, 0.363);
    box-shadow: 0 0 20px 8px rgba(228, 221, 221, 0.363);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 10px 0 10px;
}

.about-area .about-btn .video-pop .video i {
    font-size: 18px;
    position: relative;
    top: 1px;
    left: 2px;
}

.about-area .about-btn .video-pop .video::before,
.about-area .about-btn .video-pop .video::after {
    -webkit-animation: animatin 1.2s ease-out infinite;
    animation: animatin 1.2s ease-out infinite;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #4d148c;
}

.about-area .about-btn .video-pop .video::before {
    -webkit-animation: animatin 2s linear infinite;
    animation: animatin 2s linear infinite;
}

.about-area .about-btn .video-pop .video::after {
    -webkit-animation: animatin 2s linear 1s infinite;
    animation: animatin 2s linear 1s infinite;
}

@-webkit-keyframes animatin {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

@keyframes animatin {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

.about-area .about-content-right {
    position: relative;
}

.about-area .about-content-right ::-webkit-input-placeholder {
    color: #616161;
    opacity: 1;
}

.about-area .about-content-right :-ms-input-placeholder {
    color: #616161;
    opacity: 1;
}

.about-area .about-content-right ::-ms-input-placeholder {
    color: #616161;
    opacity: 1;
}

.about-area .about-content-right ::placeholder {
    color: #616161;
    opacity: 1;
}

.about-area .about-content-right .about-search {
    height: 65px;
    border-radius: 90px;
    -webkit-box-shadow: 0px 10px 20px 1px #cabdbd4f;
    box-shadow: 0px 10px 20px 1px #cabdbd4f;
    border: none;
    padding-left: 18px;
    position: relative;
}

.about-area .about-content-right .form-control:focus {
    -webkit-box-shadow: 0px 10px 20px 1px #cabdbd4f;
    box-shadow: 0px 10px 20px 1px #cabdbd4f;
}

.about-area .about-content-right button {
    position: absolute;
    right: 30px;
    font-size: 25px;
    color: #616161;
    top: 14px;
    z-index: 6;
    background: transparent;
    border: none;
}

.about-area .about-content-right .visit {
    font-size: 24px;
    color: #121232;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 5px;
}

.about-area .about-content-right .about-list {
    margin: 0;
    padding: 0;
}

.about-area .about-content-right .about-list li {
    margin-bottom: 10px;
}

.about-area .about-content-right .about-list li:last-child {
    margin-bottom: 0;
}

.about-area .about-content-right .about-list li a {
    font-size: 18px;
    position: relative;
    color: #616161;
}

.about-area .about-content-right .about-list li a i {
    font-size: 12px;
    margin-right: 5px;
}

.about-area .about-content-right .about-list li a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #4d148c;
    left: 0;
    top: 55%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.about-area .about-content-right .about-list li a:hover {
    letter-spacing: 1px;
}

.about-area .about-content-right .about-list li a:hover::before {
    width: 100%;
}

.about-area .about-content-right .consultation-area {
    margin-top: 30px;
    padding: 30px;
    -webkit-box-shadow: 0px 10px 20px 1px #cabdbd4f;
    box-shadow: 0px 10px 20px 1px #cabdbd4f;
    border-radius: 30px;
}

.about-area .about-content-right .consultation-area ::-webkit-input-placeholder {
    color: #b8b8b8;
    opacity: 1;
}

.about-area .about-content-right .consultation-area :-ms-input-placeholder {
    color: #b8b8b8;
    opacity: 1;
}

.about-area .about-content-right .consultation-area ::-ms-input-placeholder {
    color: #b8b8b8;
    opacity: 1;
}

.about-area .about-content-right .consultation-area ::placeholder {
    color: #b8b8b8;
    opacity: 1;
}

.about-area .about-content-right .consultation-area h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #181818;
}

.about-area .about-content-right .consultation-area input.form-control {
    height: 50px;
    border-radius: 90px;
    margin-bottom: 15px;
    border: 1px solid #c0ccff;
    padding-left: 15px;
}

.about-area .about-content-right .consultation-area textarea.form-control {
    border-radius: 10px;
    border: 1px solid #c0ccff;
    max-height: 100px;
    min-height: 100px;
    padding-left: 15px;
}

.about-area .about-content-right .consultation-area .box-btn {
    background: #4d148c;
    color: #fff;
    padding: 10px 35px;
	margin-top: 13px;
}

.about-area .about-content-right .consultation-area .box-btn:hover {
    border: 1px dashed #4d148c;
    background: #fff;
    color: #181818;
}

.class-details {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/classes-details.png);
    height: 400px;
    background-size: cover;
}

.class-details::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.classes {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/courses/class.png);
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.classes::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.class-area {
    padding: 75px 0;
}

.class-area .single-ragular-course {
    margin-bottom: 30px;
    position: relative;
    -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    text-align: center;
}

.class-area .single-ragular-course .course-img {
    position: relative;
}

.class-area .single-ragular-course .course-img h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 31px;
    font-family: "Playfair Display", serif;
    color: #fff;
    text-align: center;
}

.class-area .single-ragular-course .course-img img {
    border-radius: 0px 0px 100% 100%;
}

.class-area .single-ragular-course .course-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #4d148c;
    border-radius: 0px 0px 100% 100%;
}

.class-area .single-ragular-course .course-content {
    padding: 30px 30px;
}

.class-area .single-ragular-course .course-content p {
    color: #616161;
    font-size: 16px;
}

.class-area .single-ragular-course .course-content a {
    border: 1px solid #4d148c;
    color: #4d148c;
    margin-top: 10px;
    margin-right: 0;
}

.class-area .single-ragular-course:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.class-area .single-ragular-course:hover a {
    background: #4d148c;
    color: #fff;
}

.class-area .pagination {
    margin-top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.class-area .pagination .page-item .page-link {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: normal;
    margin: 0 10px;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
}

.class-area .pagination .page-item .page-link:hover {
    background: #4d148c;
    color: #fff;
}

.class-area .pagination .page-item.active .page-link {
    background: #4d148c;
}

.special-class {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/special-Courses.png);
    height: 400px;
    background-size: cover;
}

.special-class::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.single-class-area {
    padding: 75px 0;
}

.single-class-area .single-class .class-contnet h2 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: #181818;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}

.single-class-area .single-class .class-contnet p {
    color: #616161;
    padding-right: 5%;
    line-height: 30px;
}

.single-class-area .class-btn {
    position: relative;
}

.single-class-area .class-btn .box-btn {
    background: #4d148c;
    border: 1px solid transparent;
    color: #fff;
}

.single-class-area .class-btn .box-btn:hover {
    border: 1px dashed #4d148c;
    background: #fff;
    color: #181818;
}

.single-class-area .class-content-right {
    position: relative;
}

.single-class-area .class-content-right ::-webkit-input-placeholder {
    color: #616161;
    opacity: 1;
}

.single-class-area .class-content-right :-ms-input-placeholder {
    color: #616161;
    opacity: 1;
}

.single-class-area .class-content-right ::-ms-input-placeholder {
    color: #616161;
    opacity: 1;
}

.single-class-area .class-content-right ::placeholder {
    color: #616161;
    opacity: 1;
}

.single-class-area .class-content-right .about-search {
    height: 65px;
    border-radius: 90px;
    -webkit-box-shadow: 0px 10px 20px 1px #cabdbd4f;
    box-shadow: 0px 10px 20px 1px #cabdbd4f;
    border: none;
    padding-left: 18px;
    position: relative;
}

.single-class-area .class-content-right .form-control:focus {
    -webkit-box-shadow: 0px 10px 20px 1px #cabdbd4f;
    box-shadow: 0px 10px 20px 1px #cabdbd4f;
}

.single-class-area .class-content-right button {
    position: absolute;
    right: 30px;
    font-size: 25px;
    color: #616161;
    top: 14px;
    z-index: 6;
    background: transparent;
    border: none;
}

.single-class-area .class-content-right .visit {
    font-size: 24px;
    color: #121232;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 5px;
}

.single-class-area .class-content-right .sp-class {
    font-size: 24px;
    color: #121232;
    font-weight: 500;
    margin-bottom: 6px;
}

.single-class-area .class-content-right .class-list {
    margin: 0;
    padding: 0;
}

.single-class-area .class-content-right .class-list li {
    margin-bottom: 10px;
}

.single-class-area .class-content-right .class-list li:last-child {
    margin-bottom: 0;
}

.single-class-area .class-content-right .class-list li a {
    font-size: 18px;
    position: relative;
    color: #616161;
}

.single-class-area .class-content-right .class-list li a i {
    font-size: 12px;
    margin-right: 5px;
}

.single-class-area .class-content-right .class-list li a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #4d148c;
    left: 0;
    top: 55%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-class-area .class-content-right .class-list li a:hover {
    letter-spacing: 1px;
}

.single-class-area .class-content-right .class-list li a:hover::before {
    width: 100%;
}

.single-class-area .class-content-right .consultation-area {
    margin-top: 30px;
    border-radius: 30px;
    padding: 30px;
    -webkit-box-shadow: 0px 10px 20px 1px #cabdbd4f;
    box-shadow: 0px 10px 20px 1px #cabdbd4f;
}

.single-class-area .class-content-right .consultation-area ::-webkit-input-placeholder {
    color: #b8b8b8;
    opacity: 1;
}

.single-class-area .class-content-right .consultation-area :-ms-input-placeholder {
    color: #b8b8b8;
    opacity: 1;
}

.single-class-area .class-content-right .consultation-area ::-ms-input-placeholder {
    color: #b8b8b8;
    opacity: 1;
}

.single-class-area .class-content-right .consultation-area ::placeholder {
    color: #b8b8b8;
    opacity: 1;
}

.single-class-area .class-content-right .consultation-area h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #181818;
}

.single-class-area .class-content-right .consultation-area input.form-control {
    height: 50px;
    border-radius: 90px;
    margin-bottom: 15px;
    border: 1px solid #c0ccff;
    padding-left: 20px;
}

.single-class-area .class-content-right .consultation-area textarea.form-control {
    border-radius: 10px;
    border: 1px solid #c0ccff;
    max-height: 100px;
    min-height: 100px;
    padding-left: 20px;
}

.single-class-area .class-content-right .consultation-area .box-btn {
    background: #4d148c;
    color: #fff;
    padding: 20px 40px;
}

.single-class-area .class-content-right .consultation-area .box-btn:hover {
    border: 1px dashed #4d148c;
    background: #fff;
    color: #181818;
}

.special-single-class {
    padding: 75px 0;
}

.special-single-class .single-sp-class {
    margin-bottom: 30px;
    position: relative;
}

.special-single-class .single-sp-class .course-img {
    position: relative;
}

.special-single-class .single-sp-class .course-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.special-single-class .single-sp-class .course-img .course-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 20%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}

.special-single-class .single-sp-class .course-img .course-content h2 {
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 30px;
    width: 100%;
    font-family: "Playfair Display", serif;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.special-single-class .single-sp-class .course-img .course-content p {
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: -300px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 20px;
    font-size: 15px;
    margin-bottom: 20px;
}

.special-single-class .single-sp-class .course-img .course-content .box-btn {
    position: absolute;
    text-align: center;
    color: #4d148c;
    bottom: -300px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 20px;
    font-size: 15px;
    margin: auto;
    border: 1px solid transparent;
    left: 30%;
    margin-bottom: 30px;
}

.special-single-class .single-sp-class .course-img .course-content .box-btn:hover {
    border: 1px solid #4d148c;
    color: #4d148c;
    background: transparent;
}

.special-single-class .single-sp-class:hover .course-img .course-content {
    height: 100%;
}

.special-single-class .single-sp-class:hover .course-img .course-content h2 {
    bottom: 170px;
}

.special-single-class .single-sp-class:hover .course-img .course-content p {
    bottom: 60px;
}

.special-single-class .single-sp-class:hover .course-img .course-content .box-btn {
    bottom: 0px;
}

.special-single-class .pagination {
    margin-top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.special-single-class .pagination .page-item .page-link {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: normal;
    margin: 0 10px;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
}

.special-single-class .pagination .page-item .page-link:hover {
    background: #4d148c;
    color: #fff;
}

.special-single-class .pagination .page-item.active .page-link {
    background: #4d148c;
}

.events-bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/events/events-bg.png);
    height: 400px;
    background-size: cover;
    background-position: center center;
}

.events-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.events {
    padding: 75px 0;
    position: relative;
}

.events .single-events {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
}

.events .single-events .events-img a {
    width: 100%;
}

.events .single-events .events-img img {
    width: 100%;
}

.events .single-events .content {
    padding: 30px;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.events .single-events .content h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    margin-bottom: 14px;
    color: #181818;
}

.events .single-events .content .calender {
    margin-bottom: 10px;
    color: #616161;
    font-size: 14px;
}

.events .single-events .content .calender i {
    margin-right: 5px;
}

.events .single-events .content p {
    font-weight: 500;
    color: #616161;
}

.events .single-events:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.events .single-events:hover .calender i {
    color: #4d148c;
}

.events .single-events:hover h2 {
    color: #4d148c;
}

.events .single-events:hover a {
    color: #4d148c;
}

.events .pagination {
    margin-top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.events .pagination .page-item .page-link {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: normal;
    margin: 0 10px;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
}

.events .pagination .page-item .page-link:hover {
    background: #4d148c;
    color: #fff;
}

.events .pagination .page-item.active .page-link {
    background: #4d148c;
}

.events-details {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/events/events-bg1.png);
    height: 400px;
    background-size: cover;
}

.events-details::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.single-event {
    padding: 75px 0;
    position: relative;
    overflow: hidden;
}

.single-event .event-slider {
    position: relative;
}

.single-event .event-slider .content h2 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: #181818;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}

.single-event .event-slider .content p {
    color: #616161;
    padding-right: 5%;
    line-height: 30px;
}

.single-event .event-slider .owl-nav {
    display: inline-block !important;
    margin-top: 40px;
}

.single-event .event-slider .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    bottom: 0;
    position: absolute;
    left: 50px;
    background: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #4d148c;
}

.single-event .event-slider .owl-nav button.owl-next:hover {
    background: #4d148c;
    color: #fff;
}

.single-event .event-slider .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
    position: absolute;
    color: #4d148c;
    font-weight: bold;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-event .event-slider .owl-nav button.owl-prev:hover {
    background: #4d148c;
    color: #fff;
}

.single-event .col-lg-8 {
    position: relative;
}

.single-event .share {
    position: absolute;
    right: 15px;
    bottom: 28px;
    right: 5%;
    display: inline-block;
    z-index: 2;
}

.single-event .share .share-list {
    margin: 0;
    padding: 0;
}

.single-event .share .share-list li {
    display: inline-block;
}

.single-event .share .share-list li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
    text-align: center;
    line-height: 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 5px;
    color: #4d148c;
    border: 1px solid transparent;
}

.single-event .share .share-list li a i {
    font-size: 16px;
}

.single-event .share .share-list li a:hover {
    background: #4d148c;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-event .share .share-p {
    display: inline-block;
    margin-right: 15px;
    font-weight: 600;
}

.single-event .right-content {
    position: relative;
}

.single-event .right-content ::-webkit-input-placeholder {
    color: #616161;
    opacity: 1;
}

.single-event .right-content :-ms-input-placeholder {
    color: #616161;
    opacity: 1;
}

.single-event .right-content ::-ms-input-placeholder {
    color: #616161;
    opacity: 1;
}

.single-event .right-content ::placeholder {
    color: #616161;
    opacity: 1;
}

.single-event .right-content .about-search {
    height: 65px;
    border-radius: 90px;
    -webkit-box-shadow: 0px 10px 20px 1px #cabdbd4f;
    box-shadow: 0px 10px 20px 1px #cabdbd4f;
    border: none;
    padding-left: 18px;
}

.single-event .right-content .form-control:focus {
    -webkit-box-shadow: 0px 10px 20px 1px #cabdbd4f;
    box-shadow: 0px 10px 20px 1px #cabdbd4f;
}

.single-event .right-content button {
    position: absolute;
    right: 30px;
    font-size: 25px;
    color: #616161;
    top: 14px;
    z-index: 6;
    background: transparent;
    border: none;
}

.single-event .right-content .visit {
    font-size: 24px;
    color: #121232;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 15px;
    font-family: "Playfair Display", serif;
}

.single-event .right-content .single-content {
    margin-top: 15px;
    margin-bottom: 30px;
}

.single-event .right-content .single-content .content {
    padding: 30px;
    padding-right: 5px;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
}

.single-event .right-content .single-content .content a h2 {
    font-size: 20px;
    color: #181818;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

.single-event .right-content .single-content .content p {
    color: #616161;
    font-weight: 500;
}

.single-event .right-content .single-content .content .calender {
    color: #616161;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 13px;
}

.single-event .right-content .single-content:hover a {
    color: #4d148c;
}

.single-event .right-content .single-content:hover a h2 {
    color: #4d148c;
}

.single-event .right-content .single-content:hover .calender i {
    color: #4d148c;
}

.single-event .right-content .single-content:hover .line-btn {
    color: #4d148c;
}

.single-event .right-content .box-btn {
    background: #4d148c;
    color: #fff;
    margin-top: 10px;
    border: 1px solid transparent;
}

.single-event .right-content .box-btn:hover {
    border: 1px dashed #4d148c;
    background: #fff;
    color: #000;
}

.news-bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/news/news.png);
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.news-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.news-details {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/news/news-bg.png);
    height: 400px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.news-details::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.news {
    padding: 75px 0;
    position: relative;
}

.news .single-news {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
}

.news .single-news .news-img a {
    width: 100%;
}

.news .single-news .news-img img {
    width: 100%;
	    border: 1px solid #e7e7e7;
}

.news .single-news .events-img a {
    width: 100%;
}

.news .single-news .events-img img {
    width: 100%;
}

.news .single-news .content {
    padding: 30px;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.news .single-news .content a {
    color: #181818;
}

.news .single-news .content a h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
}

.news .single-news .content .calender {
    margin-bottom: 12px;
    color: #616161;
    font-weight: normal;
    font-size: 14px;
}

.news .single-news .content .calender i {
    font-size: 14px;
    margin-right: 5px;
}

.news .single-news .content p {
    font-weight: 500;
    color: #616161;
}

.news .single-news:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.news .single-news:hover .calender i {
    color: #4d148c;
}

.news .single-news:hover h2 {
    color: #4d148c;
}

.news .single-news:hover a {
    color: #4d148c;
}

.news .pagination {
    margin-top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.news .pagination .page-item .page-link {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 30px;
    margin: 0 10px;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
}

.news .pagination .page-item .page-link:hover {
    background: #4d148c;
    color: #fff;
}

.news .pagination .page-item.active .page-link {
    background: #4d148c;
}

.single-news-area {
    padding: 75px 0;
    position: relative;
}

.single-news-area .news-slider {
    position: relative;
}

.single-news-area .news-slider .content h2 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: #181818;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}

.single-news-area .news-slider .content p {
    color: #616161;
    padding-right: 5%;
    line-height: 30px;
}

.single-news-area .news-slider .owl-nav {
    display: inline-block !important;
    margin-top: 40px;
}

.single-news-area .news-slider .owl-nav button.owl-next {
   /* width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    bottom: 0;
    position: absolute;
    left: 50px;
    background: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #4d148c;*/
}

.single-news-area .news-slider .owl-nav button.owl-next:hover {
    background: #4d148c;
    color: #fff;
}

.single-news-area .news-slider .owl-nav button.owl-prev {
   /* width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
    position: absolute;
    color: #4d148c;
    font-weight: bold;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;*/
}

.single-news-area .news-slider .owl-nav button.owl-prev:hover {
    background: #4d148c;
    color: #fff;
}

.single-news-area .share {
    position: relative;
    right: -68%;
    bottom: 1px;
    display: inline-block;
    z-index: 2;
}

.single-news-area .share .share-list {
    margin: 0;
    padding: 0;
}

.single-news-area .share .share-list li {
    display: inline-block;
}

.single-news-area .share .share-list li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
    text-align: center;
    line-height: 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 5px;
    color: #4d148c;
    border: 1px solid transparent;
}

.single-news-area .share .share-list li a i {
    font-size: 16px;
}

.single-news-area .share .share-list li a:hover {
    background: #4d148c;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-news-area .share .share-p {
    display: inline-block;
    margin-right: 15px;
    font-weight: 600;
}

.single-news-area .news-content-right {
    position: relative;
}

.single-news-area .news-content-right ::-webkit-input-placeholder {
    color: #616161;
    opacity: 1;
}

.single-news-area .news-content-right :-ms-input-placeholder {
    color: #616161;
    opacity: 1;
}

.single-news-area .news-content-right ::-ms-input-placeholder {
    color: #616161;
    opacity: 1;
}

.single-news-area .news-content-right ::placeholder {
    color: #616161;
    opacity: 1;
}

.single-news-area .news-content-right .about-search {
    height: 65px;
    border-radius: 90px;
    -webkit-box-shadow: 0px 10px 20px 1px #cabdbd4f;
    box-shadow: 0px 10px 20px 1px #cabdbd4f;
    border: none;
    padding-left: 18px;
}

.single-news-area .news-content-right .form-control:focus {
    -webkit-box-shadow: 0px 10px 20px 1px #cabdbd4f;
    box-shadow: 0px 10px 20px 1px #cabdbd4f;
}

.single-news-area .news-content-right button {
    position: absolute;
    right: 30px;
    font-size: 25px;
    color: #616161;
    top: 14px;
    z-index: 6;
    background: transparent;
    border: none;
}

.single-news-area .news-content-right .visit {
    font-size: 24px;
    color: #121232;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 5px;
}

.single-news-area .news-content-right .sp-class {
    font-size: 24px;
    color: #4d148c;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
}

.single-news-area .news-content-right .class-list {
    margin-bottom: 20px;
    padding: 0;
}

.single-news-area .news-content-right .class-list li {
    margin-bottom: 2px;
}

.single-news-area .news-content-right .class-list li:last-child {
    margin-bottom: 0;
}

.single-news-area .news-content-right .class-list li a {
    font-size: 17px;
   /* position: relative;*/
    color: #000;
	background:#efecec;
	display:block;
	line-height:40px;
	padding-left:20px;
}

.single-news-area .news-content-right .class-list li a i {
    font-size: 12px;
    margin-right: 5px;
}

.single-news-area .news-content-right .class-list li a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #4d148c;
    left: 0;
    top: 55%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-news-area .news-content-right .class-list li a:hover {
    letter-spacing: 1px;
	color: #ffffff;
    background: #ff6c0c;
}

.single-news-area .news-content-right .class-list li a:hover::before {
   /* width: 100%;*/
}

.single-news-area .news-content-right .consultation-area {
    margin-top: 30px;
    padding: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 10px 20px 1px #cabdbd4f;
    box-shadow: 0px 10px 20px 1px #cabdbd4f;
}

.single-news-area .news-content-right .consultation-area ::-webkit-input-placeholder {
    color: #b8b8b8;
    opacity: 1;
}

.single-news-area .news-content-right .consultation-area :-ms-input-placeholder {
    color: #b8b8b8;
    opacity: 1;
}

.single-news-area .news-content-right .consultation-area ::-ms-input-placeholder {
    color: #b8b8b8;
    opacity: 1;
}

.single-news-area .news-content-right .consultation-area ::placeholder {
    color: #b8b8b8;
    opacity: 1;
}

.single-news-area .news-content-right .consultation-area h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #4d148c;
}

.single-news-area .news-content-right .consultation-area input.form-control {
    height: 50px;
    border-radius: 90px;
    margin-bottom: 15px;
    border: 1px solid #c0ccff;
    padding-left: 20px;
}

.single-news-area .news-content-right .consultation-area textarea.form-control {
    border-radius: 10px;
    border: 1px solid #c0ccff;
    max-height: 100px;
    min-height: 100px;
    padding-left: 20px;
}

.single-news-area .news-content-right .consultation-area .box-btn {
    background: #4d148c;
    padding: 10px 35px;
    color: #fff;
	margin-top:13px;
}

.single-news-area .news-content-right .consultation-area .box-btn:hover {
    border: 1px dashed #4d148c;
    background: #fff;
    color: #181818;
}

.single-news-area .more-news {
    position: relative;
    margin-top: 40px;
}

.single-news-area .more-news .m-news {
    font-size: 24px;
    color: #181818;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
}

.single-news-area .more-news .single-news {
    margin-bottom: 30px;
}

.single-news-area .more-news .single-news .news-img a {
    width: 100%;
}

.single-news-area .more-news .single-news .news-img img {
    width: 100%;
}

.single-news-area .more-news .single-news .content {
    padding: 30px;
    -webkit-box-shadow: 0px 10px 20px 1px #cabdbd4f;
    box-shadow: 0px 10px 20px 1px #cabdbd4f;
}

.single-news-area .more-news .single-news .content a h2 {
    font-size: 20px;
    color: #181818;
    font-family: "Playfair Display", serif;
    margin-bottom: 12px;
}

.single-news-area .more-news .single-news .content .calender {
    margin-bottom: 0;
    color: #616161;
    font-size: 13px;
}

.single-news-area .more-news .box-btn {
    background: #4d148c;
    color: #fff;
    margin-top: 5px;
    border: 1px solid transparent;
}

.single-news-area .more-news .box-btn:hover {
    background: #fff;
    color: #4d148c;
    border: 1px dashed #4d148c;
}

.teachers {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/teachers/teacher-bg.png);
    height: 400px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.teachers::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.teacher-details {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/teachers/teacher-bg2.png);
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.teacher-details::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.teachers-area {
    padding-top: 75px;
    padding-bottom: 75px;
}

.teachers-area .single-teacher {
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

.teachers-area .single-teacher .teachers-content {
    max-width: 90%;
    position: relative;
    left: 12px;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    top: -30px;
    background: #fff;
    padding: 10px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.teachers-area .single-teacher .teachers-content h2 {
    color: #616161;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    font-weight: 600;
}

.teachers-area .single-teacher .teachers-content p {
    color: #616161;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
}

.teachers-area .single-teacher .teacher-social {
    position: absolute;
    width: 90%;
    bottom: -5%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.teachers-area .single-teacher .teacher-social::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 89.5%;
    height: 22px;
    left: 12px;
    bottom: 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.teachers-area .single-teacher .teacher-social ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.teachers-area .single-teacher .teacher-social ul li {
    display: inline-block;
}

.teachers-area .single-teacher .teacher-social ul li a {
    width: 35px;
    height: 35px;
    background: #fff;
    -webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #4d148c;
    transition: 0.3s;
}

.teachers-area .single-teacher .teacher-social ul li a i {
    font-size: 16px;
}

.teachers-area .single-teacher .teacher-social ul li a:hover {
    background: #4d148c;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.teachers-area .single-teacher:hover .teacher-social {
    opacity: 1;
    bottom: 20px;
}

.teachers-area .single-teacher:hover .teacher-social::before {
    -webkit-box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.05);
}

.teachers-area .pagination {
    margin-top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.teachers-area .pagination .page-item .page-link {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: normal;
    margin: 0 10px;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
}

.teachers-area .pagination .page-item .page-link:hover {
    background: #4d148c;
    color: #fff;
}

.teachers-area .pagination .page-item.active .page-link {
    background: #4d148c;
}

.single-teacher-area {
    padding: 75px 0;
}

.single-teacher-area .teacher-slider .single-slider .content h2 {
    font-size: 24px;
    color: #181818;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    margin-bottom: 0;
    padding: 20px 0;
}

.single-teacher-area .teacher-slider .single-slider .content p {
    color: #616161;
    padding-right: 5%;
    line-height: 30px;
}

.single-teacher-area .teacher-slider .owl-nav {
    display: inline-block !important;
    margin-top: 40px;
}

.single-teacher-area .teacher-slider .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    bottom: 0;
    position: absolute;
    left: 50px;
    background: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #4d148c;
}

.single-teacher-area .teacher-slider .owl-nav button.owl-next:hover {
    background: #4d148c;
    color: #fff;
}

.single-teacher-area .teacher-slider .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
    position: absolute;
    color: #4d148c;
    font-weight: bold;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-teacher-area .teacher-slider .owl-nav button.owl-prev:hover {
    background: #4d148c;
    color: #fff;
}

.single-teacher-area .right-content {
    position: relative;
}

.single-teacher-area .right-content ::-webkit-input-placeholder {
    color: #616161;
    opacity: 1;
}

.single-teacher-area .right-content :-ms-input-placeholder {
    color: #616161;
    opacity: 1;
}

.single-teacher-area .right-content ::-ms-input-placeholder {
    color: #616161;
    opacity: 1;
}

.single-teacher-area .right-content ::placeholder {
    color: #616161;
    opacity: 1;
}

.single-teacher-area .right-content .about-search {
    height: 65px;
    border-radius: 90px;
    -webkit-box-shadow: 0px 10px 20px 1px #cabdbd4f;
    box-shadow: 0px 10px 20px 1px #cabdbd4f;
    border: none;
    padding-left: 18px;
}

.single-teacher-area .right-content .form-control:focus {
    -webkit-box-shadow: 0px 10px 20px 1px #cabdbd4f;
    box-shadow: 0px 10px 20px 1px #cabdbd4f;
}

.single-teacher-area .right-content button {
    position: absolute;
    right: 30px;
    font-size: 25px;
    color: #616161;
    top: 14px;
    z-index: 6;
    background: transparent;
    border: none;
}

.single-teacher-area .right-content .visit {
    font-size: 24px;
    color: #121232;
    font-weight: 500;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
    padding-top: 15px;
}

.single-teacher-area .right-content .box-btn {
    background: #4d148c;
    color: #fff;
    margin-top: 30px;
    border: 1px solid transparent;
}

.single-teacher-area .right-content .box-btn:hover {
    border: 1px dashed #4d148c;
    background: #fff;
    color: #000;
}

.single-teacher-area .right-content .single-teacher {
    -webkit-box-shadow: 0px 10px 20px 1px #cabdbd4f;
    box-shadow: 0px 10px 20px 1px #cabdbd4f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 12px;
    border-radius: 5px;
}

.single-teacher-area .right-content .single-teacher .content {
    padding: 10px 0;
}

.single-teacher-area .right-content .single-teacher .content a {
    width: 100%;
}

.single-teacher-area .right-content .single-teacher .content a h2 {
    color: #121232;
    font-size: 18px;
    margin-bottom: 3px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
}

.single-teacher-area .right-content .single-teacher .content a p {
    font-size: 14px;
    color: #616161;
    margin-bottom: 0;
}

.single-teacher-area .right-content .single-teacher:hover {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.signup {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/signup.png);
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
}

.signup::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.signup-area {
    padding: 75px 0;
}

.signup-area .sign-up-img {
    -webkit-animation: adshape 4s infinite linear;
    animation: adshape 4s infinite linear;
}

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

    50% {
        -webkit-transform: translate(20px);
        transform: translate(20px);
    }

    100% {
        -webkit-transform: translate(-20px);
        transform: translate(-20px);
    }
}

.signup-area .signup-form {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    border-radius: 5px;
}

.signup-area .signup-form h2 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
}

.signup-area .signup-form .form-group {
    margin-bottom: 20px;
}

.signup-area .signup-form .form-control {
    height: 50px;
    border-radius: 90px;
    border: 1px solid #c0ccff;
    padding-left: 20px;
}

.signup-area .signup-form .form-control:focus {
    -webkit-box-shadow: 0 0 0 0.04rem #4d148c;
    box-shadow: 0 0 0 0.04rem #4d148c;
}

.signup-area .signup-form .box-btn {
    background: #4d148c;
    border: 1px solid transparent;
    color: #fff;
    margin-bottom: 15px;
    padding: 20px 45px;
}

.signup-area .signup-form .box-btn:hover {
    border: 1px dashed #4d148c;
    color: #181818;
    background: #fff;
}

.signup-area .signup-form .already {
    margin-left: 20px;
}

.terms,
.privecy,
.faq,
.gallery,
.admission {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/terms.png);
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
}

.terms::before,
.privecy::before,
.faq::before,
.gallery::before,
.admission::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.terms-area,
.privecy-area {
    position: relative;
    padding: 75px 0;
}

.terms-area h2,
.privecy-area h2 {
    font-size: 30px;
    font-family: "Playfair Display", serif;
    color: #181818;
    margin-bottom: 15px;
}

.terms-area p,
.privecy-area p {
    font-size: 16px;
    color: #616161;
}

.faq-area {
    position: relative;
    padding: 75px 0;
}

.faq-area .faq-content {
    margin: 0 auto;
}

.faq-area .faq-content .faq-accordion .section-tittle h2 {
    margin-bottom: 40px;
}

.faq-area .faq-content .faq-accordion .accordion {
    padding: 0;
    margin: 0;
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 12px;
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-title {
    padding: 15px 20px;
    color: #4d148c;
    position: relative;
    background: transparent;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    border: 1px solid #4d148c;
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-title i {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4d148c;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-title.active {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-title.active i::before {
    content: "\f068";
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-content {
    display: none;
    background-color: #fff;
    margin-bottom: 0;
    padding: 20px 15px;
    font-size: 15px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    z-index: 1;
    position: relative;
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-content.show {
    display: block;
}

.testimonials {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/testimonials.png);
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.testimonials::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.testimonials-area {
    padding: 75px 0;
}

.testimonials-area .section-tittle {
    margin-bottom: 50px;
}

.testimonials-area .section-tittle p {
    margin: 0 25%;
}

.testimonials-area .single-testimonials {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 20px 20px;
    position: relative;
    text-align: left;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.testimonials-area .single-testimonials .testimonials-head .testimonials-img {
    border: 1px solid #4d148c;
    padding: 6px;
    overflow: hidden;
}

.testimonials-area .single-testimonials .testimonials-head .content h2 {
    color: #181818;
    font-family: "Playfair Display", serif;
    position: relative;
    font-size: 25px;
    font-weight: 600;
}

.testimonials-area .single-testimonials .testimonials-head .content h2::before {
    position: absolute;
    content: "";
    background: #4d148c;
    width: 60px;
    height: 2px;
    top: 50%;
    left: -60px;
    z-index: -1;
    overflow: hidden;
}

.testimonials-area .single-testimonials .testimonials-head .content .rate {
    padding: 0;
    margin: 0;
}

.testimonials-area .single-testimonials .testimonials-head .content .rate li {
    display: inline-block;
}

.testimonials-area .single-testimonials .testimonials-head .content .rate li i {
    font-size: 11px;
    color: #ffc107;
}

.testimonials-area .single-testimonials .testimonials-foot p {
    margin-bottom: 0;
    color: #616161;
}

.testimonials-area .single-testimonials:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.testimonials-area .pagination {
    margin-top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.testimonials-area .pagination .page-item .page-link {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: normal;
    margin: 0 10px;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
}

.testimonials-area .pagination .page-item .page-link:hover {
    background: #4d148c;
    color: #fff;
}

.testimonials-area .pagination .page-item.active .page-link {
    background: #4d148c;
}

.area-404 {
    position: relative;
    height: 850px;
}

.area-404 .error-img {
    margin: 0 auto;
}

.area-404 .error-img img {
    max-width: 80%;
    margin: 0 auto;
}

.area-404 .error-img .box-btn {
    background: #4d148c;
    color: #fff;
    text-align: center;
}

.area-404 .error-img .box-btn:hover {
    border: 1px dashed #4d148c;
    color: #000;
    background: #fff;
}

.price {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/price-bg.png);
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
}

.price::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.price-area {
    padding: 75px 0;
    position: relative;
}

.price-area .single-price {
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price-area .single-price .price-head {
    padding: 50px 0 40px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    background: #4d148c;
}

.price-area .single-price .price-head h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    margin-bottom: 0;
    color: #fff;
}

.price-area .single-price .price-head p {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

.price-area .single-price .price-head p span {
    font-size: 16px;
}

.price-area .single-price .price-list {
    text-align: center;
    margin: 0;
    padding: 20px 0;
}

.price-area .single-price .price-list li p {
    margin-bottom: 0;
    padding: 8px 0;
    color: #616161;
}

.price-area .single-price .box-btn {
    background: #4d148c;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
}

.price-area .single-price:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.price-area .single-price:hover .box-btn {
    border: 1px dashed #4d148c;
    color: #4d148c;
    background: #fff;
}

.admission-area {
    padding: 75px 0;
    position: relative;
}

.admission-area .admission-form {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    margin-top: 35px;
    padding: 40px;
}

.admission-area .admission-form h2 {
    font-size: 30px;
    font-family: "Playfair Display", serif;
    color: #181818;
    margin-bottom: 30px;
}

.admission-area .admission-form .form-group {
    margin-bottom: 20px;
}

.admission-area .admission-form .form-control {
    height: 50px;
    border-radius: 90px;
    border: 1px solid #c0ccff;
    padding-left: 15px;
}

.admission-area .admission-form .form-control:focus {
    -webkit-box-shadow: 0 0 0 0.04rem #4d148c;
    box-shadow: 0 0 0 0.04rem #4d148c;
}

.admission-area .admission-form label {
    color: #666666;
    font-weight: 500;
    margin-bottom: 10px;
}

.admission-area .admission-form .box-btn {
    background: #4d148c;
    border: 1px solid transparent;
    color: #fff;
}

.admission-area .admission-form .box-btn:hover {
    border: 1px dashed #4d148c;
    background: #fff;
    color: #4d148c;
}

.gallery-area {
    padding: 75px 0;
    position: relative;
}

.gallery-area .all-gall {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.gallery-area .all-gall li {
    display: inline-block;
    margin-right: 10px;
}

.gallery-area .all-gall li span {
    color: #4d148c;
}

.gallery-area .all-gall li.active {
    position: relative;
}

.gallery-area .all-gall li.active::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #4d148c;
    content: "";
}

.gallery-area .gall-list {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.gallery-area .gall-list .single-gall {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-area .gall-list .single-gall .gall-img {
    height: 400px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.gallery-area .gall-list .single-gall .gall-img img {
    border-radius: 5px;
    width: 100%;
}

.gallery-area .gall-list .single-gall .gall-content {
    position: absolute;
    text-align: center;
    background: #fff;
    padding: 10px 20px;
    bottom: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.gallery-area .gall-list .single-gall .gall-content h3 {
    color: #181818;
    margin-bottom: 0;
    line-height: normal;
    font-family: "Playfair Display", serif;
}

.gallery-area .gall-list .single-gall:hover .gall-content {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
}

.gallery-area .gall-list .single-gall:hover .gall-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-area .pagination {
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.gallery-area .pagination .page-item .page-link {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: normal;
    margin: 0 10px;
    -webkit-box-shadow: 0px 0px 10px #e9ecef;
    box-shadow: 0px 0px 10px #e9ecef;
}

.gallery-area .pagination .page-item .page-link:hover {
    background: #4d148c;
    color: #fff;
}

.gallery-area .pagination .page-item.active .page-link {
    background: #4d148c;
}

.shape-ellips-contact {
    position: absolute;
    z-index: -1;
    margin-top: -40px;
}

.contact {
    position: relative;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/contact-bg1.png);
    height: 400px;
    background-size: cover;
    background-position: center center;
    z-index: 2;
    background-attachment: fixed;
}

.contact::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.png);
    left: 0;
    top: 0;
    background-size: cover;
}

.contact-service {
    position: relative;
    z-index: 1;
    padding: 75px 0;
}

.contact-service .single-service {
    position: relative;
    -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
    padding: 65px 20px;
    background: url(../images/servicebg.png) center center;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.contact-service .single-service .service-icon {
    width: 45px;
    height: 45px;
    background-color: #4d148c;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    margin: 0 auto;
}

.contact-service .single-service .service-icon i {
    font-size: 23px;
    line-height: 44px;
}

.contact-service .single-service .service-content p {
    margin-bottom: 0;
    font-size: 20px;
    color: #4f4f4f;
    margin-top: 10px;
}

.contact-service .single-service:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

::-webkit-input-placeholder {
    color: #bdbdbd;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #bdbdbd;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #bdbdbd;
    opacity: 1;
}

::placeholder {
    color: #bdbdbd;
    opacity: 1;
}

.home-contact-area {
    position: relative;
    overflow: hidden;
}

.home-contact-area .text-danger {
    color: #dc3545 !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

.home-contact-area .text-success {
    color: #28a745 !important;
}

.home-contact-area .home-contact-content {
    position: relative;
    background: url(../images/contact-bg.png);
    background-size: cover;
    padding: 50px;
    border-radius: 40px;
    left: -20%;
    -webkit-box-shadow: 0 1px 10px 5px rgba(228, 221, 221, 0.363);
    box-shadow: 0 1px 10px 5px rgba(228, 221, 221, 0.363);
}

.home-contact-area .home-contact-content h2 {
    font-family: "Playfair Display", serif;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: bold;
}

.home-contact-area .home-contact-content .form-group {
    margin-bottom: 15px;
}

.home-contact-area .home-contact-content input.form-control {
    height: 60px;
    border-radius: 90px;
    border: 1px solid #c0ccff;
    padding-left: 20px;
}
.home-contact-area .home-contact-content select.form-control {
    height: 60px;
    border-radius: 90px;
    border: 1px solid #c0ccff;
    padding-left: 20px;
}

.home-contact-area .home-contact-content textarea.form-control {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #c0ccff;
    height: 170px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    padding-top: 15px;
}

.home-contact-area .home-contact-content .form-control:focus {
    -webkit-box-shadow: 0 0 0 0.04rem #4d148c;
    box-shadow: 0 0 0 0.04rem #4d148c;
}

.home-contact-area .box-btn {
    background: #4d148c;
    color: #fff;
    padding: 18px 25px;
    border: 1px solid transparent;
}

.home-contact-area .box-btn:hover {
    border: 1px dashed #4d148c;
    background: #fff;
    color: #4d148c;
}

.home-contact-area .list-unstyled {
    margin-bottom: 0;
    color: #dc3545;
}

.fml-25 {
    margin-left: 15%;
}

.fml-15 {
    margin-left: 13%;
}
.footer-area1 {
    position: relative;
    padding: 75px 0;
    overflow: hidden;
    background:url(../images/kids-banner.jpg);
    background-size: cover;
}

.footer-area {
    position: relative;
    padding: 75px 0;
    overflow: hidden;
    background: url(../images/footer-area.png);
    background-size: cover;
}

.footer-area .footer-left p {
    color: #fff;
    margin-top: 20px;
}

.footer-area .footer-left .footer-social {
    margin: 0;
    padding: 0;
}

.footer-area .footer-left .footer-social li {
    display: inline-block;
}

.footer-area .footer-left .footer-social li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 5px;
    color: #4d148c;
    border: 1px solid transparent;
}

.footer-area .footer-left .footer-social li a i {
    font-size: 16px;
}

.footer-area .footer-left .footer-social li a:hover {
    background: #4d148c;
    color: #fff;
    border: 1px dashed #fff;
}

.footer-area .footer-content h2 {
    color: #fff;
    font-size: 25px;
}

.footer-area .footer-content ul {
    margin: 0;
    padding: 0;
}

.footer-area .footer-content ul li a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 11px;
    /*position: relative;*/
}

.footer-area .footer-content ul li a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #000;
    top: 13px;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-area .footer-content ul li a i {
    /*font-size: 9px;*/
    margin-right: 2px;
}

.footer-area .footer-content ul li a:hover:before {
    width: 100%;
}

.copy-area {
    padding: 15px 0;
    background: #4d148c;
    text-align: center;
}

.copy-area .copy {
    margin: auto;
}

.copy-area .copy p {
    color: #fff;
    margin-bottom: 0;
}

.copy-area .copy a {
    color: #fff;
}

.copy-area .copy a:hover {
    color: #f3ac7e;
}

/*# sourceMappingURL=style.css.map */
/* / 02. custom animation / */
@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}


@-webkit-keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@-webkit-keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0.7;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0.7;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}


@keyframes hvr-ripple-out {
    0% {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
    }

    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }

    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@-webkit-keyframes scale-up-four {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    40% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes scale-up-four {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    40% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes scale-up-five {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes scale-up-five {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}


@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, 1px) rotate(36deg);
    }

    40% {
        transform: translate(60px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, 1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(60px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        transform: translate(40px, 72px) rotate(144deg) scale(1.1);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}


@keyframes animationFramesThree {
    0% {
        transform: translate(135px, 90px);
    }

    50% {
        transform: translate(30px, 290px);
    }

    75% {
        transform: translate(80px, 190px);
    }

    100% {
        transform: translate(135px, 90px);
    }
}


@keyframes animationFramesFour {
    0% {
        transform: translate(30px, -70px) rotate(0deg);
    }

    50% {
        transform: translate(251px, 20px) rotate(180deg);
    }

    75% {
        transform: translate(30px, -70px) rotate(0deg);
    }

    100% {
        transform: translate(251px, 20px) rotate(180deg);
    }
}


@keyframes animationFramesFive {
    0% {
        transform: translate(61px, -99px) rotate(0deg);
    }

    21% {
        transform: translate(4px, -190px) rotate(38deg);
    }

    41% {
        transform: translate(-139px, -200px) rotate(74deg);
    }

    60% {
        transform: translate(-263px, -164px) rotate(108deg);
    }

    80% {
        transform: translate(-195px, -49px) rotate(144deg);
    }

    100% {
        transform: translate(-1px, 0px) rotate(180deg);
    }
}



@keyframes gradientBG {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 300% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 300% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes imageBgAnim {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 120% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 120% 0;
    }

    100% {
        background-position: 0 0;
    }
}


/* / Bob / */

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #ffffff;
    }

    50% {
        box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 #ff6c0c;
    }

    50% {
        box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@keyframes pulse-orange {
    0% {
        box-shadow: 0 0 0 0 #ff6600;
    }

    50% {
        box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@keyframes pulse-grey {
    0% {
        box-shadow: 0 0 0 0 #ddd;
    }

    50% {
        box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}



/* custom  */
@keyframes team-shape-1 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(50px, -20px) rotate(0deg);
    }

    50% {
        transform: translate(100px, -40px) rotate(0deg);
    }

    75% {
        transform: translate(-50px, -70px) rotate(0deg);
    }

    100% {
        transform: translate(90px, 50px) rotate(0deg);
    }
}

@keyframes team-shape-3 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(-50px, 20px) rotate(0deg);
    }

    50% {
        transform: translate(-180px, 40px) rotate(0deg);
    }

    75% {
        transform: translate(-50px, -70px) rotate(0deg);
    }

    100% {
        transform: translate(90px, 50px) rotate(0deg);
    }
}


@-webkit-keyframes wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes animation-pulse-shrink {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    75% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animation-pulse-shrink {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    75% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes phone-icon-animate {

    0%,
    100% {
        transform: rotate(0)scale(1)skew(1deg);
    }

    10% {
        transform: rotate(-25deg)scale(1)skew(1deg);
    }

    20%,
    40% {
        transform: rotate(25deg)scale(1)skew(1deg);
    }

    30% {
        transform: rotate(-25deg)scale(1)skew(1deg);
    }

    50% {
        transform: rotate(0)scale(1)skew(1deg);
    }
}

@keyframes phone-icon-animate {

    0%,
    100% {
        transform: rotate(0)scale(1)skew(1deg);
    }

    10% {
        transform: rotate(-25deg)scale(1)skew(1deg);
    }

    20%,
    40% {
        transform: rotate(25deg)scale(1)skew(1deg);
    }

    30% {
        transform: rotate(-25deg)scale(1)skew(1deg);
    }

    50% {
        transform: rotate(0)scale(1)skew(1deg);
    }
}

/*--- preloader ---*/
.dark #preloader {
    background-color: #232323;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ff6c0c;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/*--- end of preloader ---*/

/*----------------------------------------*/
/*  02. Header
/*----------------------------------------*/
.tp-header-menu-area.header-sticky.sticky-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tp-sticky-column {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-sticky-column {
        display: inherit;
    }
}

.tp-sticky-column-btn {
    display: none;
}

.sticky-menu .tp-sticky-column {
    display: inherit;
}

.sticky-menu .tp-sticky-column-btn {
    display: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .sticky-menu .tp-sticky-column-btn {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sticky-menu .tp-sticky-column-btn .theme-btn {
        padding: 0px 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-sticky-column-btn {
        display: none;
    }
}

.tp-sticky-btn {
    margin-left: auto;
    line-height: 1;
}

.tp-transparent-header-menu {
    position: absolute;
    top: 105px;
    left: 0px;
    right: 0px;
    z-index: 9;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-transparent-header-menu {
        position: static;
        background: #ffffff;
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
        padding: 15px 0px;
    }
}

.tp-header-top-info {
    display: flex;
    align-items: center;
}

.tp-header-top-info-single-icon {
    float: left;
}

.tp-header-top-info-single-icon i {
    font-size: 45px;
    color: #ffffff;
    line-height: 0.8;
    vertical-align: middle;
}

.tp-header-top-info-single-text {
    overflow: hidden;
}

.tp-header-top-info-single-text a {
    color: #ffffff;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-top-info-single.mr-85 {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-top-info-single.mr-85 {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-top-info-single.pr-40 {
        padding-right: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-top-info-single.pr-40 {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-top-info-single.mr-40 {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-top-info-single.mr-40 {
        margin-right: 20px;
    }
}

.tp-header-top-info-single-icon-call i {
    animation: phone-icon-animate 1.5s ease-in-out infinite;
}

.tp-header-top-info-single-label {
    font-size: 15px;
    color: #ffffff;
    display: block;
}

.tp-header-top-info-single-content {
    font-size: 16px;
    color: #ffffff;
    display: block;
}

.tp-header-top-info-single-btn {
    line-height: 1;
}

.border-right-1 {
    border-right: 1px solid #417e60;
}

.tp-main-menu-bg {
    background: #ffffff;
    margin-left: 30px;
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-main-menu-bg {
        margin: 0px;
    }
}

.tp-main-menu ul {
    list-style: none;
}

.tp-main-menu ul li {
    display: inline-block;
    margin: 0px 23px;
    position: relative;
    /*submenu start*/
    /*submenu end*/
}

.tp-main-menu ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #2a0f48;
    display: block;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding: 31px 0px;
}

.tp-main-menu ul li a:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 0%;
    left: 0px;
    bottom: 31px;
    background: #ff6c0c;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}

.tp-main-menu ul li a:hover::before,
.tp-main-menu ul li a.active::before {
    width: 100%;
}

.tp-main-menu ul li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 119%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 240px;
    z-index: 9;
    border-top: 4px solid #ff6c0c;
    text-align: left;
    padding: 15px 0;
}

.tp-main-menu ul li .sub-menu li {
    display: block;
    margin: 0px;
    padding: 8px 25px 8px 25px;
}

.tp-main-menu ul li .sub-menu li a {
    padding: 0px;
    display: inline-block;
    color: #212237;
    position: relative;
}

.tp-main-menu ul li .sub-menu li a:after {
    display: none;
}

.tp-main-menu ul li .sub-menu li a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #ff6c0c;
}

.tp-main-menu ul li .sub-menu li:hover a {
    color: #ff6c0c;
}

.tp-main-menu ul li .sub-menu li:hover a:before {
    width: 100%;
    left: 0;
    right: auto;
}

.tp-main-menu ul li:hover a {
    color: #ff6c0c;
}

.tp-main-menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.tp-mobile-menu.mean-container {
    clear: both;
    overflow: hidden;
}

.contact-infos {
    margin-top: 30px;
}

.contact-infos h4 {
    font-size: 27px;
    color: #ffffff;
    margin-bottom: 20px;
}

.contact-infos ul li {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 15px;
    list-style: none;
}

.contact-infos ul li:last-child {
    margin-bottom: 0px;
}

.contact-infos ul li i {
    color: #ff6c0c;
    vertical-align: middle;
    width: 25px;
    display: inline-block;
}

.sidebar__menu--social {
    margin-top: 25px;
}

.sidebar__menu--social a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    background: #393f53;
    color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}

.sidebar__menu--social a:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0%;
    background: #ff6c0c;
    z-index: -1;
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar__menu--social a:hover:before {
    width: 100%;
}

.sidebar__menu--social a:hover i {
    transform: rotate(360deg);
}

.sidebar__menu--social a:last-child {
    margin-right: 0px;
}

.tp-header-area-two.header-sticky.sticky-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 91;
    background: none;
    animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #ffffff;
}

.tp-header-area-two.header-sticky.sticky-menu .tp-header-top-two {
    display: none;
}

.tp-header-area-two.header-sticky.sticky-menu .tp-header-logo-two-inner {
    min-height: 80px;
    padding-left: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-area-two.header-sticky.sticky-menu .tp-header-logo-two-inner {
        padding: 8px 15px;
        min-height: inherit;
    }
}

.tp-header-area-two {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    right: 0px;
    z-index: 91;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-header-area-two {
        background: #ffffff;
    }
}

.tp-header-logo-two {
    margin-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-header-logo-two {
        margin-right: 0px;
        max-width: 240px;
    }
}

.tp-header-menu-two-wrapper {
    margin-left: -55px;
    background: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-header-menu-two-wrapper {
        margin-left: 0px;
    }
}

.tp-header-logo-two-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-left: 35px;
    display: flex;
    align-items: center;
    min-height: 150px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-logo-two-inner {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-logo-two-inner {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-header-logo-two-inner {
        min-height: inherit;
        padding: 10px 15px;
    }
}

.tp-header-top-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 14px 20px;
    border-bottom: 1px solid #e5e8e9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-header-top-two {
        display: none;
    }
}

.tp-header-top-two-info ul li,
.tp-header-top-two-info ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #626664;
}

.tp-header-top-two-info ul li i,
.tp-header-top-two-info ul li a i {
    font-size: 30px;
    color: #ff6c0c;
    margin-right: 10px;
}

.tp-header-top-two-info ul li {
    display: inline-flex;
    align-items: center;
    list-style: none;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 2px dashed #e5e8e9;
}

.tp-header-top-two-info ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
}

.tp-header-top-two-social a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    color: #09150f;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 0px rgba(46, 57, 88, 0.14);
    display: inline-block;
    margin-right: 8px;
}

.tp-header-top-two-social a:last-child {
    margin-right: 0px;
}

.tp-header-top-two-social a:hover {
    color: #ffffff;
    background: #ff6c0c;
}

.tp-header-menu-two {
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-header-menu-two {
        padding: 0px;
    }
}

.tp-main-menu-two ul li {
    margin-left: 0px;
    margin-right: 25px;
}

.tp-main-menu-two ul li:last-child {
    margin-right: 0px;
}

.tp-main-menu-two ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #09150f;
}

.tp-main-menu-two ul li a::before {
    display: none;
}

.tp-main-menu-two ul li a:after {
    content: "\f067";
    margin-left: 5px;
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #09150f;
}

.tp-main-menu-two ul li:hover a:after {
    color: #ff6c0c;
}

.tp-main-menu-two ul li .sub-menu a::before {
    display: inherit;
}

.tp-main-menu-two-btn {
    display: inline-flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-main-menu-two-btn {
        display: none;
    }
}

.tp-main-menu-two-btn a {
    height: 50px;
    line-height: 50px;
    padding: 0px 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-header-area-three {
        padding: 15px 0px;
    }
}

.tp-header-area-three.header-sticky.sticky-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tp-main-menu-three {
    padding-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-main-menu-three {
        padding-left: 0px;
    }
}

.tp-main-menu-three ul li {
    margin-left: 0px;
    margin-right: 35px;
}

.tp-main-menu-three ul li a {
    color: #102579;
    padding: 41px 0px;
}

.tp-main-menu-three ul li a::before {
    bottom: 40px;
}

.tp-header-right-three {
    display: flex;
    justify-content: end;
    align-items: center;
}

.tp-header-right-three .tp-header-number-three {
    margin-right: 60px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-right-three .tp-header-number-three {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-right-three .tp-header-number-three {
        display: none;
    }
}

.tp-header-right-three .tp-header-number-three span {
    font-weight: 500;
    font-size: 18px;
    color: #ff6c0c;
    line-height: 1;
}

.tp-header-right-three .tp-header-number-three span a {
    font-weight: 500;
    font-size: 20px;
    color: #09150f;
}

.tp-header-right-three .tp-header-btn-three {
    transform: translateY(4px);
}

.tp-header-right-three .tp-header-btn-three a {
    color: #102579;
}

.tp-header-right-three .tp-header-btn-three a:hover {
    color: #ffffff;
}

.tp-main-menu-inner ul li a {
    color: #09150f;
}

.tp-main-menu-inner ul li:hover a {
    color: #ff6c0c;
}

/*----------------------------------------*/
/*  03. Hero
/*----------------------------------------*/
.tp-single-slider {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tp-slider-height {
    min-height: 800px;
}

@media (max-width: 767px) {
    .tp-slider-height {
        min-height: 700px;
    }
}

.slider-img {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-img {
        width: 50%;
        height: 100%;
    }

    .slider-img img {
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .slider-img {
        width: 100%;
        height: 100%;
    }

    .slider-img:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        background: rgba(255, 255, 255, 0.7);
    }

    .slider-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    -webkit-transition: all 8s ease-out 0s;
    -moz-transition: all 8s ease-out 0s;
    -ms-transition: all 8s ease-out 0s;
    -o-transition: all 8s ease-out 0s;
    transition: all 8s ease-out 0s;
}

.swiper-slide-active .slide-bg {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12);
}

.tp-slider-subtitle {
    font-size: 16px;
    font-weight: 500;
}

.common-yellow-shape {
    position: relative;
    padding-left: 13px;
    z-index: 1;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    margin-top: 3px;
}

.common-yellow-shape:before {
    position: absolute;
    content: "";
    top: -4px;
    left: 0px;
    height: 28px;
    width: 50px;
    background: #fed10c;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: -1;
}

.common-yellow-shape.w-80::before {
    width: 80px;
}

.tp-slider-title {
    font-size: 40px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .tp-slider-title {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-slider-wrapper {
        padding-top: 100px;
    }
}

.tp-slider-video-btn {
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: calc(50% + 85px);
    transform: translate(-50%, -50%);
    z-index: 4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-video-btn {
        left: calc(75% + 50px);
        transform: translate(-75%, -50%);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-slider-video-btn {
        padding: 8px;
        top: 0px;
        transform: inherit;
        left: 0px;
        z-index: 5;
    }
}

.tp-slider-video-btn a {
    height: 90px;
    line-height: 90px;
    width: 90px;
    background: #ff6c0c;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-slider-video-btn a {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
}

.play_btn::after,
.play_btn::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    animation-name: popupBtn;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.play_btn::before {
    animation-delay: 0.8s;
}

@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.6);
        opacity: 0.3;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

.tp-slider-active .slide-prev,
.tp-slider-active .slide-next {
    position: absolute;
    font-size: 20px;
    background: #ffffff;
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 20px;
    color: #09150f;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
    margin: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 0px 30px 0px rgba(0, 5, 63, 0.1);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {

    .tp-slider-active .slide-prev,
    .tp-slider-active .slide-next {
        left: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {

    .tp-slider-active .slide-prev,
    .tp-slider-active .slide-next {
        left: calc(50% - 60px);
        top: auto;
        bottom: 120px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

.tp-slider-active .slide-prev:hover,
.tp-slider-active .slide-next:hover {
    background: #ff6c0c;
    color: #ffffff;
}

.tp-slider-active .slide-next {
    left: auto;
    right: 80px;
    z-index: 9;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-active .slide-next {
        right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-slider-active .slide-next {
        right: calc(50% - 60px);
        top: auto;
        bottom: 120px;
    }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.7;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-slider-area-three .tp-slider-active .slide-prev {
        left: calc(50% - 60px);
        top: auto;
        bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-slider-area-three .tp-slider-active .slide-next {
        right: calc(50% - 60px);
        top: auto;
        bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-area-three .tp-slider-active .slide-prev {
        left: calc(50% - 75px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-area-three .tp-slider-active .slide-next {
        right: calc(50% - 75px);
    }
}

.swiper-container-horizontal.common-dots .slide-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.swiper-container-horizontal.common-dots .slide-dots .swiper-pagination-bullet {
    font-size: 0px;
    height: 12px;
    width: 12px;
    padding: 3px;
    background: #97bdaa;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    display: inline-block;
    outline: none;
    position: relative;
    margin: 6px;
}

.swiper-container-horizontal.common-dots .slide-dots .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 2px solid transparent;
    top: -6px;
    left: -6px;
}

.swiper-container-horizontal.common-dots .slide-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 6px;
    width: 6px;
    background: #ff6c0c;
    margin: 11px;
    margin-left: 9px;
    transform: translateY(2px);
}

.swiper-container-horizontal.common-dots .slide-dots .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border-color: #ff6c0c;
}

.tp-slider-active.swiper-container-horizontal.common-dots .slide-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
    z-index: 5;
    width: 20px;
    bottom: auto;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-active.swiper-container-horizontal.common-dots .slide-dots {
        left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-slider-active.swiper-container-horizontal.common-dots .slide-dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
        top: inherit;
        right: inherit;
        width: inherit;
    }
}

.tp-slider-height-two {
    min-height: 950px;
}

@media (max-width: 767px) {
    .tp-slider-height-two {
        min-height: 800px;
    }
}

.tp-slider-title-two {
    font-size: 90px;
    line-height: 1.1;
    color: #09150f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-title-two {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-title-two {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .tp-slider-title-two {
        font-size: 42px;
        margin-bottom: 20px;
    }
}

.tp-slider-title-two span {
    display: block;
    font-size: 80px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-title-two span {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-title-two span {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .tp-slider-title-two span {
        font-size: 36px;
    }
}

.tp-slider-subtitle-two {
    font-size: 30px;
    color: #09150f;
    font-weight: 700;
}

@media (max-width: 767px) {
    .tp-slider-subtitle-two {
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-slider-wrapper-two {
        margin: 0px;
    }
}

.tp-slider-video-btn-two {
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    background: rgba(6, 174, 90, 0.302);
    position: relative;
    z-index: 3;
    animation: pulse-green 6s infinite;
}

.tp-slider-video-btn-two a {
    height: 80px;
    line-height: 80px;
    width: 80px;
    background: #ff6c0c;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-slider-video-btn-two a {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
}

.tp-slider-height-three {
    min-height: 850px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-height-three {
        min-height: 750px;
    }
}

@media (max-width: 767px) {
    .tp-slider-height-three {
        min-height: 650px;
    }

    .tp-slider-height-three h1 br {
        display: none;
    }
}

.slider-img-three {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-img-three {
        width: 40%;
        height: 100%;
    }

    .slider-img-three img {
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .slider-img-three {
        width: 100%;
        height: 100%;
    }

    .slider-img-three:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.4);
    }

    .slider-img-three img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.tp-slider-three-subtitle {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 25px;
}

.tp-slider-three-subtitle img {
    transform: translateY(-3px);
}

.tp-slider-three-title {
    font-size: 90px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-three-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-three-title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .tp-slider-three-title {
        font-size: 42px;
    }
}

.tp-slider-three-btn a {
    color: #102579;
}

.tp-slider-three-btn a:hover {
    color: #ffffff;
}

.tp-slider-area-three .tp-slider-active .slide-prev:hover,
.tp-slider-area-three .tp-slider-active .slide-next:hover {
    background: #1e3077;
    color: #ffffff;
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-phone-call:before {
    content: "\f103";
}
.tect14 {
	margin-top:40px;
}
.texthp2 h3{
	font-size:22px;
}
.texthp2 ul {
    margin: 0;
    padding: 0;
}

.texthp2 ul li {
    color: #444343;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    display: block;
    padding-left: 32px;
}

.texthp2 ul li i {
    color: #6c84e6;
    position: absolute;
    top: 2px;
    left: 0;
}

.texthp2 ul li:hover {
    color: #181818;
}

.texthp2 .choose-list-home {
    padding-left: 25px;
}

input.form-control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #c0ccff;
    padding-left: 20px;
    color: #000;
}
.box001{
	background:url(../images/box001.png) #4d148c no-repeat bottom right;
	padding:20px 20px 50px 20px;
	/*opacity: 70%;*/
}

.box001 h4{
	font-size:24px;
	color:#fff;
}

.box001 ul{
	margin:30px 0px;
	width:80%;
}
.box001 ul li{
	list-style-image:url(../images/iconpoint.png);
	padding-bottom:10px;
	color:#fff;
	margin-left:20px;
}

.box002{
	background:url(../images/box002.png) #d55502 no-repeat bottom right;
	padding:20px 20px 63px 20px;
	/*opacity: 70%;*/
}

.box002 h4{
	font-size:24px;
	color:#fff;
}

.box002 ul{
	margin:30px 0px;
	width:80%;
}
.box002 ul li{
	list-style-image:url(../images/iconpoint.png);
	padding-bottom:10px;
	color:#fff;
	margin-left:20px;
}

.box003{
	background:url(../images/box003.png) #0b6600 no-repeat bottom right;
	padding:20px 20px 63px 20px;
	/*opacity: 70%;*/
}

.box003 h4{
	font-size:24px;
	color:#fff;
}

.box003 ul{
	margin:30px 0px;
	width:80%;
}
.box003 ul li{
	list-style-image:url(../images/iconpoint.png);
	padding-bottom:10px;
	color:#fff;
	margin-left:20px;
}

.box004{
	padding:20px 20px 63px 20px;
	/*opacity: 70%;*/
}

.box004 h4{
	font-size:24px;
	color:#000;
}

.box004 ul{
	margin:30px 0px;
	width:80%;
}
.box004 ul li{
	list-style-image:url(../images/iconpoint.png);
	padding-bottom:10px;
	color:#fff;
	margin-left:20px;
}

.box005{
	background:url(../images/box005.png) #a5014d no-repeat bottom right;
	padding:20px 20px 63px 20px;
	/*opacity: 70%;*/
}

.box005 h4{
	font-size:24px;
	color:#fff;
}

.box005 ul{
	margin:30px 0px;
	width:80%;
}
.box005 ul li{
	list-style-image:url(../images/iconpoint.png);
	padding-bottom:10px;
	color:#fff;
	margin-left:20px;
}


.box006{
	background:url(../images/box001.png) #4d148c no-repeat bottom right;
	padding:20px 20px 50px 20px;
	
	color:#fff !important;
	/*opacity: 70%;*/
}

.box006 h4{
	font-size:35px;
	color:#fff;
	text-align:center;
	margin-top: 30px;
    margin-bottom: 30px;
	
}

.box006 h5{
	/*text-align:center !important;*/
	color: #ff6600;
	/*width:280px;*/
	margin: 0px auto;
	font-size:25px;
}
.box006 h5 span{
	/*text-align:center !important;*/
	color: #ff6600;
	/*width:280px;*/
	margin: 0px auto;
	font-size:18px;
}
.box006 h6{
	margin: 0px auto;
	/*text-align: center;*/
	margin-bottom: 15px;
}
.box006 h6 a{
	text-align:center !important;
	color:#fff;
	width:200px;
	
	padding:10px;
	border:#FFF solid 2px;
	margin-top:20px;
	text-transform:uppercase;
	font-size:18px;
	}
	.box006 h6 a:hover{
	text-align:center !important;
	color:#fff;
	width:200px;
	margin: 0px auto;
	border:#FFF solid 2px;
	margin-top:20px;
	text-transform:uppercase;
	font-size:18px;
	background:#ff6600;
	}

.box006 ul{
	margin:0px;
}
.box006 ul li{
	list-style-image:url(../images/iconpoint-left.png);
	padding-bottom:10px;
	color:#fff;
	list-style-position:inside;
	/*text-align: center;*/
}
.pricebox{
	margin:0px 30px 30px 30px;
	/*border:#d5afff 2px dashed;*/
	padding: 10px 30px 30px 30px;
	/*background: #00000045;*/
}

.pricebox1{
	margin:0px 30px 30px 30px;
	/*border:#d5afff 2px dashed;*/
	padding: 10px 30px 30px 30px;
	/*background: #00000045;*/
}
.bor-bot{
	border-bottom: 1px solid #ffba8d;
}




.box007{
	background:url(../images/box002.png) #d55502 no-repeat bottom right;
	padding:20px 20px 50px 20px;
	
	color:#fff !important;
	/*opacity: 70%;*/
}

.box007 h4{
	font-size: 35px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
	
}

.box007 h5{
	/*text-align:center !important;*/
	color: #d5afff;
	/*width:280px;*/
	margin: 0px auto;
	font-size:25px;
}
.box007 h5 span{
	/*text-align:center !important;*/
	color: #d5afff;
	/*width:280px;*/
	margin: 0px auto;
	font-size:18px;
}
.box007 h6{
	margin: 0px auto;
	/*text-align: center;*/
	margin-bottom: 15px;
}
.box007 h6 a{
	text-align:center !important;
	color:#fff;
	width:200px;
	
	padding:10px;
	border:#FFF solid 2px;
	margin-top:20px;
	text-transform:uppercase;
	font-size:18px;
	}
	.box007 h6 a:hover{
	text-align:center !important;
	color:#000;
	width:200px;
	margin: 0px auto;
	border:#FFF solid 2px;
	margin-top:20px;
	text-transform:uppercase;
	font-size:18px;
	background:#d5afff;
	}

.box007 ul{
	margin:0px;
}
.box007 ul li{
	list-style-image:url(../images/iconpoint-right.png);
	padding-bottom:10px;
	color:#fff;
	list-style-position:inside;
	/*text-align: center;*/
}

.breadcolor{
	background:#ebe9ea;
}













.student-text p{
	font-size:14px;
	line-height:20px !important;
	color:#000 !important;
}

.student-text h5{
	font-size:16px;
	
}
.test{
	border-bottom:1px solid #CCC;
	margin:20px 0px;
}

.testi-scroll{
	height: 450px; 
	overflow: auto;
}
.testi-scroll::-webkit-scrollbar {
    width: 13px;
}
 
.testi-scroll::-webkit-scrollbar-track {
    background-color: #e2e2e2;
    border-radius: 10px;
}
 
.testi-scroll::-webkit-scrollbar-thumb {
    background-color: #4d148c;
    border-radius: 10px;
}
.but{
	text-align: center;
    margin-top: 30px;
}
.boxnew{
	padding: 20px;
    background: #fbfbfb;
    border: 1px solid #ccc;
	margin-bottom:20px;
}
.button001{
	color:#F60;
}
.tp-page-title{
	padding-left:70px;
}
.bloghed {
	margin-bottom:55px;
}
.bloghed h2{
	font-size:30px;
	text-align:center;
}
.bloghed h5{
	font-size:18px;
	text-align:center;
}
#preloader {
    position: fixed;
    display: none;
    text-align: center;
    width: 100%; height: 100%;
    top: 0; left: 0;
    background-color: rgba(255, 255, 255, 0.49);
    z-index: 999999999;
  }
  #page-loading p {
    text-align: center;
    text-transform: uppercase;
    z-index: 99;
    padding: 10px 0;
    color: black;
    font-size: 12px;
    overflow: hidden;
    margin-top: 5px;
  }
  #page-loading div {
    width: 40px;
    height: 40px;
    margin: auto;
    margin-top: 25%;
    border-right: 3px solid #246fc1;
    border-bottom: 3px solid transparent;
    border-radius: 100%;
    -webkit-animation: spin 0.9s linear infinite;
    -moz-animation: spin 0.9s linear infinite;
    -o-animation: spin 0.9s linear infinite;
    animation: spin 0.9s linear infinite;
  }
  
  @keyframes spin {
   0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    } 
    100% {
      transform: rotate(359deg);
    }
  }
  @-webkit-keyframes spin {
   0% {
      -webkit-transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
    } 
    100% {
      -webkit-transform: rotate(359deg);
    }
  }
  @-moz-keyframes spin {
   0% {
      -moz-transform: rotate(0deg);
    }
    50% {
      -moz-transform: rotate(180deg);
    } 
    100% {
      -moz-transform: rotate(359deg);
    }
  }
  @-o-keyframes spin {
   0% {
      -o-transform: rotate(0deg);
    }
    50% {
      -o-transform: rotate(180deg);
    } 
    100% {
      -o-transform: rotate(359deg);
    }
  }
  .admission-area .admission-form .form-control {
    height: 50px;
    border-radius: 90px;
    border: 1px solid #c0ccff;
    padding-left: 15px;
    color: #4d148c;
}
.signup-area .signup-form .form-control {
    height: 50px;
    border-radius: 90px;
    border: 1px solid #c0ccff;
    padding-left: 20px;
    color: #4d148c;
}
.single-news-area .news-content-right .consultation-area input.form-control {
    height: 50px;
    border-radius: 90px;
    margin-bottom: 15px;
    border: 1px solid #c0ccff;
    padding-left: 20px;
    color: #4d148c;
}
