@font-face {
 font-family: "Lexend-Bold";
 src: url("../fonts/Lexend-Bold.ttf") format("truetype");
}
@font-face {
 font-family: "Lexend-Medium";
 src: url("../fonts/Lexend-Medium.ttf") format("truetype");
}
@font-face {
 font-family: "Lexend-Light";
 src: url("../fonts/Lexend-Light.ttf") format("truetype");
}
@font-face {
 font-family: "Lexend-Regular";
 src: url("../fonts/Lexend-Regular.ttf") format("truetype");
}
@charset "utf-8";
/* CSS Document */
body, html{
    height: 100%;
}
body{
    background: #fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins-SemiBold', sans-serif;
}
p{
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    text-decoration: none !important;
    transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.navbar-expand-lg .navbar-nav {width: 100%;}

/*Header Css Start*/

section.Header {
    position: absolute;
    width: 100%;
    z-index: 9999;
    padding: 25px 0 0 0;
}

.head-1 img {
    width: 50%;
    margin: -18px 0 0 0;
}

.head-2 {
    padding: 8px 0 0 0;
}

.head-2 ul li a {
    color: #000;
    font-size: 13px;
    padding: 0 50px 0 0;
    font-family: 'Lexend-Regular';
}

.head-2 ul li a:hover {
    color: #087d85;
}

.dropdown-menu.show {
    padding: 15px 0 2px 10px;
}

.dropdown-menu.show a {
    margin: 0 0 10px 0;
}

.head-3 {
    text-align: end;
}

.head-3 a {
    background-color: transparent;
    border: 1px solid #071615;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #071615;
    padding: 16px 35px 15px 35px;
    transition: .7s;
}

.head-3 a:hover {
    background-color: #087d85;
    color: #fff;
    border: none;
}

/*Header Css End*/
/*Banner Css Start*/

section.Banner {
    background: #f6f6f7a6 url(../images/banner.jpg) center;
    background-size: cover;
    padding: 110px 0 41px 0;
    background-blend-mode: overlay;
}

.ban-1 h1 {
    color: #000;
    font-family: 'Lexend-Bold';
    font-size: 35px;
    margin: 0;
    padding: 0px 0 0 0;
    line-height: 55px;
}

.ban-1 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    font-family: 'Lexend-Regular';
    line-height: 26px;
    padding: 5px 0 10px 0;
}

.ban-2 ul {
    margin: 0;
    padding: 0 0 20px 0;
}

.ban-2 ul li {
    display: flex;
    padding: 0 0 15px 0;
}

.ban-2 ul li i {
    color: #087d85;
    font-size: 14px;
    padding: 2px 7px 0 0;
}

.ban-2 ul li p {
    margin: 0;
    color: #000;
    font-size: 13px;
    font-family: 'Lexend-Medium';
}

.ban-2 a {
    background-color: transparent;
    border: 1px solid #071615;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #071615;
    padding: 16px 35px 15px 35px;
    transition: .7s;
}

.ban-2 a:hover {
    background-color: #087d85;
    color: #fff;
    border: none;
}

.ban-3 form {
    background-color: #071615;
    padding: 20px 20px 10px 20px;
    margin: 0 0 0 80px;
    border-radius: 10px;
}

.ban-3 h2 {
    color: #087d85;
    font-family: 'Lexend-Bold';
    font-size: 25px;
    padding: 0 0 5px 0;
    text-align: center;
    line-height: 30px;
    margin: 0;
}

.ban-3 p {
    color: #fff;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    text-align: center;
}

.ban-3 h2 span {
    color: #f04e23;
}

.ban-3 form input {
    border: none;
    background-color: #fff;
    padding: 10px 0 9px 15px;
    font-family: 'Lexend-Medium';
    font-size: 14px;
    border-radius: 10px;
    margin: 0 0 20px 0;
    color: #000;
}

.ban-3 form textarea {
    color: #000;
    border: none;
    background-color: #fff;
    padding: 10px 0 15px 15px;
    font-family: 'Lexend-Medium';
    font-size: 14px;
    border-radius: 10px;
}

.ban-3 button {
    background-color: #087d85;
    color: #fff;
    border: none;
    padding: 10px 45px;
    font-family: 'Lexend-Bold';
    border-radius: 5px;
    width: 100%;
}

/*Banner Css End*/
/*Our-Ranking Css Start*/

section.Our-Ranking {
    padding: 50px 0 0 0;
}

.rank-1 h2 {
    margin: 0;
    color: #000;
    font-size: 30px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.rank-1 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Lexend-Regular';
}

.rank-2 {
    text-align: center;
}

.rank-2 h3 {
    margin: 0;
    color: #087d85;
    font-size: 50px;
    padding: 0 0 5px 0;
    font-family: 'Lexend-Bold';
}

.rank-2 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    font-family: 'Lexend-Regular';
}

/*Our-Ranking Css End*/
/*Our-Service Css Start*/

section.Our-Services {
    padding: 60px 0 60px 0;
}

.ser-0 span {
    color: #087d85;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

.ser-0 h2 {
    margin: 0;
    color: #000;
    font-size: 30px;
    letter-spacing: 1px;
    padding: 5px 0 10px 0;
    font-family: 'Lexend-Bold';
}

.ser-0 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    padding: 0 0 20px 0;
    font-family: 'Lexend-Regular';
}

.ser-0 a {
    background-color: transparent;
    border: 1px solid #071615;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #071615;
    padding: 13px 30px 11px 30px;
    transition: .7s;
}

.ser-0 a:hover {
    background-color: #087d85;
    color: #fff;
    border: none;
}

.ser-1 {
    padding: 25px 0 0 0;
}

.ser-1 img {
    width: 100%;
    border-radius: 10px;
}

.ser-2 {
    box-shadow: 0px 15px 40px 0px rgba(13,29,13,0.1);
    background-color: #fff;
    padding: 25px 20px 35px 20px;
}

.ser-2 h3 {
    margin: 0;
    color: #000;
    font-size: 17px;
    font-family: 'Lexend-Bold';
}

.ser-2 p {
    margin: 0;
    color: #000;
    font-size: 12px;
    line-height: 26px;
    padding: 10px 0 25px 0;
    font-family: 'Lexend-Regular';
}

.ser-2 a {
    background-color: transparent;
    border: 1px solid #071615;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #071615;
    padding: 13px 30px 11px 30px;
    transition: .7s;
}

.ser-2 a:hover {
    background-color: #087d85;
    color: #fff;
    border: none;
}

.ser-2:after {
    content: '';
    width: 0%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 15px;
    background-image: -webkit-linear-gradient(left, #071615, #087d85);
    transition: all .5s linear 0ms;
}

.ser-2:hover:after {
    width: 223px;
}

.ser-3 {
    padding: 35px 0 0 0;
}

/*Our-Service Css End*/
/*Content-1 Css Start*/

section.Content-1 {
    padding: 70px 0 0 0;
}

.cont-1 span {
    color: #087d85;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

.cont-1 h3 {
    margin: 0;
    color: #000;
    font-size: 40px;
    line-height: 53px;
    padding: 0 0 0px 0;
    font-family: 'Lexend-Bold';
}

.cont-1 h3 span {
    color: #087d85;
    font-size: 40px;
    font-family: 'Lexend-Bold';
}

.cont-1 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    padding: 0 0 15px 0;
    font-family: 'Lexend-Regular';
}

.cont-3 {
    padding: 0px 0 0 0;
}

.cont-3 ul {
    margin: 0;
    padding: 0 0 20px 0;
}

.cont-3 ul li {
    display: flex;
    padding: 0 10px 15px 0;
}

.cont-3 ul li i {
    color: #087d85;
    font-size: 14px;
    padding: 2px 7px 0 0;
}

.cont-3 ul li p {
    margin: 0;
    color: #000;
    font-size: 13px;
    font-family: 'Lexend-Medium';
}

.cont-3 a {
    background-color: transparent;
    border: 1px solid #071615;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #071615;
    padding: 13px 40px 11px 40px;
    transition: .7s;
    position: relative;
    left: 13px;
}

.cont-3 a:hover {
    background-color: #087d85;
    color: #fff;
    border: none;
}

.cont-4 {
    background: url(../images/cont-background.png);
    padding: 50px 0 0 0;
    background-color: #087d85;
    width: 110%;
}

.cont-5 img {
    width: 91%;    
}

/*Content-1 Css End*/
/*Our-Courses Css Start*/

section.Our-Courses {
    padding: 40px 0 0 0;
}

.course-0 {
    padding: 0 0 40px 0;
}

.course-0 span {
    color: #087d85;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

.course-0 h2 {
    margin: 0;
    color: #000;
    font-size: 30px;
    line-height: 55px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.course-1 {
    text-align: end;
    padding: 50px 0 0 0;
}

.course-1 a {
    background-color: transparent;
    border: 1px solid #071615;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #071615;
    padding: 16px 30px 14px 30px;
    transition: .7s;
}

.course-1 a:hover {
    background-color: #087d85;
    color: #fff;
    border: none;
}

.course-2 {
    text-align: center;
}

.course-2 img {
    width: 160px;
    height: 170px;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.course-3 {
    padding: 30px 0;
}

/*Our-Courses Css End*/
/*Side-Banner-1 Css Start*/

section.Side-Banner-1 {
    padding: 30px 0 0 0;
}

section.Side-Banner-1 .container {
    background: #000000e6 url(../images/side-banner.jpg) center;
    background-size: cover;
    padding: 50px 0 50px 0;
    background-attachment: fixed;
    text-align: center;
    border-radius: 50px;
    background-blend-mode: overlay;
}

.side-1 h3 {
    margin: 0;
    color: #fff;
    font-size: 35px;
    font-family: 'Lexend-Bold';
    letter-spacing: 1px;
}

.side-1 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    padding: 20px 180px 35px;
    font-family: 'Lexend-Regular';
}

.side-1 a {
    background-color: transparent;
    border: 1px solid #087d85;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #fff;
    padding: 16px 35px 15px 35px;
    z-index: 11;
    position: relative;
    transition: .7s;
}

.side-1 a:hover {
    background-color: #fff;
    color: #087d85;
    border: none;
}

/*Side-Banner-1 Css End*/
/*Content-2 Css Start*/

section.Content-2 {
    padding: 60px 0 0 0;
}

.cont-6 img {
    width: 100%;
    border-radius: 20px;
}

.cont-8 h3 {
    margin: 0;
    color: #000;
    font-size: 30px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.cont-8 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    padding: 0 0 15px 0;
    font-family: 'Lexend-Regular';
}

.cont-9 ul {
    margin: 0;
    padding: 0 0 20px 0;
}

.cont-9 ul li {
    display: flex;
    padding: 0 10px 10px 0;
}

.cont-9 ul li i {
    color: #087d85;
    font-size: 14px;
    padding: 6px 7px 0 0;
}

.cont-9 ul li p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Lexend-Regular';
}

.cont-9 a {
    background-color: transparent;
    border: 1px solid #071615;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #071615;
    padding: 13px 40px 11px 40px;
    transition: .7s;
}

.cont-9 a:hover {
    background-color: #087d85;
    color: #fff;
    border: none;
}

/*Content-2 Css End*/
/*Content-3 Css Start*/

section.Content-3 {
    padding: 60px 0 50px 0;
}

.cont-10 h3 {
    margin: 0;
    color: #000;
    font-size: 30px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.cont-10 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    padding: 0 0 15px 0;
    font-family: 'Lexend-Regular';
}

.cont-11 ul {
    margin: 0;
    padding: 0 0 20px 0;
}

.cont-11 ul li {
    display: flex;
    padding: 0 10px 8px 0;
}

.cont-11 ul li i {
    color: #087d85;
    font-size: 14px;
    padding: 6px 7px 0 0;
}

.cont-11 ul li p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Lexend-Regular';
}

.cont-11 a {
    background-color: transparent;
    border: 1px solid #071615;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #071615;
    padding: 13px 40px 11px 40px;
    transition: .7s;
}

.cont-11 a:hover {
    background-color: #087d85;
    color: #fff;
    border: none;
}

.cont-12 {
    background-color: #087d85;
    padding: 20px 20px 5px 20px;
    border-radius: 20px 20px 0px 0px;
}

.cont-12 h4 {
    color: #fff;
    font-family: 'Lexend-Bold';
    font-size: 24px;
    margin: 0;
}

.cont-12 p {
    color: #fff;
    font-family: 'Lexend-Regular';
    line-height: 26px;
    font-size: 12px;
    margin: 0;
    padding: 10px 0 10px 0;
}

.cont-12 ul {
    margin: 0;
}

.cont-12 ul li {
    display: flex;
    padding: 0 0 10px 0;
}

.cont-12 ul li i {
    font-size: 14px;
    color: #071615;
    padding: 6px 0 0 0;
}

.cont-12 ul li p {
    color: #fff;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 13px;
    font-family: 'Lexend-Regular';
}

.cont-13 {
    text-align: end;
}

.cont-13 img {
    width: 100%;
    border-radius: 0 0 20px 20px;
}

/*Content-3 Css End*/
/*Subjects Css Start*/

section.Subjects {
    background-color: #071615;
    padding: 50px 0 30px 0;
}

.subj-1 {
    text-align: center;
    padding: 30px 0 20px 0;
}

.subj-1 span {
    color: #087d85;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

.subj-1 h2 {
    margin: 0;
    color: #000;
    font-size: 23px;
    line-height: 35px;
    padding: 5px 0 0 0;
    font-family: 'Lexend-Bold';
}

.subj-2 {
    background-color: #fff;
    padding: 20px 25px 12px 25px;
    border-radius: 10px;
}

.subj-3 {
    border: 1px solid #f6f6f6;
    padding: 30px 0 40px 20px;
    width: 120%;
    margin: 0 0 0 -10px;
    border-radius: 10px 10px 10px 10px;
}

.subj-4 {
    padding: 0 0 20px 0;
}

.subj-4 i {
    color: #087d85;
    font-size: 35px;
}

.subj-5 h3 {
    color: #000;
    font-size: 16px;
    margin: 0 0 0px 0;
    font-family: 'Lexend-Medium';
}

.subj-6 img {
    width: 100%;
    position: relative;
    top: 24px;
}

.subj-7 {
    border: 1px solid #f6f6f6;
    padding: 30px 0 40px 20px;
    width: 112%;
    margin: 0 0 0 -10px;
    border-radius: 10px 10px 10px 10px;
}

.subj-8 {
    text-align: center;
    padding: 40px 0 0 0;
}

.subj-8 ul li {
    display: inline-block;
}

.subj-8 ul li p {
    color: #fff;
    padding: 0 20px 0 20px;
    margin: 0;
    font-family: 'Lexend-Bold';
    font-size: 14px;
    letter-spacing: 1px;
}

.subj-8 ul li a {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #fff;
    padding: 13px 40px 11px 40px;
    transition: .7s;
}

.subj-8 a:hover {
    background-color: #087d85;
    color: #fff;
    border: none;
}

/*Subjects Css End*/
/*Testimonails Css Start*/

section.Testimonials {
    padding: 60px 0 50px 0;
}

.test-0 {
    padding: 0 0 20px 0;
}

.test-0 span {
    color: #087d85;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

.test-0 h2 {
    margin: 0;
    color: #000;
    font-size: 30px;
    line-height: 55px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.test-00 {
    text-align: end;
    padding: 50px 0 0 0;
}

.test-00 a {
    background-color: transparent;
    border: 1px solid #071615;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #071615;
    padding: 16px 30px 14px 30px;
    transition: .7s;
}

.test-00 a:hover {
    background-color: #087d85;
    color: #fff;
    border: none;
}

.test-2 {
    position: relative;
    background-color: #087d8533;
    border: 2px solid #087d8533;
    border-radius: 20px;
    padding: 20px 40px 30px 30px;
    z-index: 2;
    margin: 5px 5px 5px 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.test-2:hover {
    border: 1px solid #087d85;
    background-color: #087d85;
    transform: translate(0, -5px);
}

.test-2:before {
    content: '';
    position: absolute;
    inset: 0;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    border-radius: 20px;
    background-color: #ffffff;
}

.test-2 p {
    color: #000;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    line-height: 26px;
    border-bottom: 1px solid #E3E9F0;
    padding: 0 0 30px 0;
}

.test-3 {
    display: flex;
    padding: 20px 0 0 0;
}

.test-4 {
    padding: 0 20px 0 0;
}

.test-4 img {
    width: 70px;
    border-radius: 50%;
}

.test-5 h3 {
    color: #000;
    font-size: 16px;
    font-family: 'Lexend-Bold';
    margin: 0;
}

.test-5 span {
    color: #000;
    font-family: 'Lexend-Medium';
    font-size: 12px;
    letter-spacing: 1px;
}

.test-6 i {
    color: #f8a22f;
    padding: 0 1px 0 0;
    font-size: 13px;
}

/*Testimonails Css End*/
/*Why-Choose Css Start*/

section.Why-Choose {
    background-color: #071615;
    padding: 60px 0 40px 0;
}

.choose-0 {
    text-align: center;
    padding: 0px 0 80px 0;
}

.choose-0 span {
    color: #087d85;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

.choose-0 h2 {
    margin: 0;
    color: #fff;
    font-size: 35px;
    padding: 0 250px;
    line-height: 50px;
    letter-spacing: 1px;
    font-family: 'Lexend-Bold';
}

.choose-1 {
    line-height: 20px;
    display: flex;
    border-radius: 60px;
    border: 1px solid #087d85;
    background: #087d851f;
    padding: 12px 45px 12px 12px;
    position: relative;
}

.choose-1:after {
    position: absolute;
    content: "";
    right: -115px;
    border: 1px solid #ffffff;
    width: 30%;
    z-index: 1;
    top: 32px;
}

.choose-1 span {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #087d85;
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
}

.choose-1 h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Bold';
}

.choose-2 {
    height: 56px;
}

.choose-3 {
    line-height: 20px;
    display: flex;
    border-radius: 60px;
    border: 1px solid #087d85;
    background: #087d851f;
    padding: 12px 45px 12px 12px;
    position: relative;
    left: -30px;
}

.choose-3:after {
    position: absolute;
    content: "";
    right: -115px;
    border: 1px solid #ffffff;
    width: 30%;
    z-index: 1;
    top: 32px;
}

.choose-3 span {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #087d85;
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
}

.choose-3 h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Bold';
}

.choose-4 {
    line-height: 20px;
    display: flex;
    border-radius: 60px;
    border: 1px solid #087d85;
    background: #087d851f;
    padding: 12px 45px 12px 12px;
    position: relative;
}

.choose-4:after {
    position: absolute;
    content: "";
    right: -115px;
    border: 1px solid #ffffff;
    width: 30%;
    z-index: 1;
    top: 32px;
}

.choose-4 span {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #087d85;
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
}

.choose-4 h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Bold';
}

.choose-5 {
    text-align: center;
    position: relative;
    top: -30px;
    z-index: 111;
}

.choose-5 img {
    width: 80%;
    border-radius: 150px 150px 5px 5px;
}

.choose-6 {
    line-height: 20px;
    display: flex;
    border-radius: 60px;
    border: 1px solid #087d85;
    background: #087d851f;
    padding: 12px 45px 12px 12px;
    position: relative;
}

.choose-6:after {
    position: absolute;
    content: "";
    left: -115px;
    border: 1px solid #ffffff;
    width: 30%;
    z-index: 1;
    top: 32px;
}

.choose-6 span {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #087d85;
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
}

.choose-6 h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Bold';
}

.choose-2 {
    height: 56px;
}

.choose-7 {
    line-height: 20px;
    display: flex;
    border-radius: 60px;
    border: 1px solid #087d85;
    background: #087d851f;
    padding: 12px 45px 12px 12px;
    position: relative;
    left: 30px;
}

.choose-7:after {
    position: absolute;
    content: "";
    left: -115px;
    border: 1px solid #ffffff;
    width: 30%;
    z-index: 1;
    top: 32px;
}

.choose-7 span {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #087d85;
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
}

.choose-7 h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Bold';
}

.choose-8 {
    line-height: 20px;
    display: flex;
    border-radius: 60px;
    border: 1px solid #087d85;
    background: #087d851f;
    padding: 12px 45px 12px 12px;
    position: relative;
}

.choose-8:after {
    position: absolute;
    content: "";
    left: -115px;
    border: 1px solid #ffffff;
    width: 30%;
    z-index: 1;
    top: 32px;
}

.choose-8 span {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #087d85;
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
}

.choose-8 h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Bold';
}

/*Why-Choose Css End*/
/*Our-Expert Css Start*/

section.Our-Expert {
    padding: 30px 0 210px 0;
}

.expert-0 {
    padding: 0 0 30px 0;
}

.expert-0 span {
    color: #087d85;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

.expert-0 h2 {
    margin: 0;
    color: #000;
    font-size: 30px;
    line-height: 55px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.expert-1 {
    text-align: end;
    padding: 50px 0 0 0;
}

.expert-1 a {
    background-color: transparent;
    border: 1px solid #071615;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #071615;
    padding: 16px 30px 14px 30px;
    transition: .7s;
}

.expert-1 a:hover {
    background-color: #087d85;
    color: #fff;
    border: none;
}

.expert-2 {
    position: relative;
}

.expert-3 img {
    border-radius: 15px;
    width: 100%;
}

.expert-4 {
    text-align: center;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 200px;
    background: #087d85;
    padding: 20px 10px 30px 10px;
    box-shadow:0 10px 40px -10px rgba(0,64,128,.2);
    border-radius: 15px;
}

.expert-4 h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Lexend-Bold';
}

.expert-4 p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    padding: 10px 0 20px 0;
    font-family: 'Lexend-Regular';
}

.expert-4 a {
    background-color: transparent;
    border: 1px solid #071615;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #fff;
    padding: 12px 30px 10px 30px;
    z-index: 11;
    position: relative;
    transition: .7s;
}

.expert-4 a:hover {
    background-color: #fff;
    color: #087d85;
    border: none;
}

/*Our-Expert Css End*/
/*Faq Css Start*/

section.Faq {
    padding: 50px 0 0 0;
}

.faq-0 {
    padding: 0 0 40px 0;
}

.faq-0 span {
    color: #087d85;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

.faq-0 h2 {
    margin: 0;
    color: #000;
    font-size: 30px;
    line-height: 55px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.faq-1 {
    text-align: end;
    padding: 50px 0 0 0;
}

.faq-1 a {
    background-color: transparent;
    border: 1px solid #071615;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #071615;
    padding: 16px 30px 14px 30px;
    transition: .7s;
}

.faq-1 a:hover {
    background-color: #087d85;
    color: #fff;
    border: none;
}

.card {
    background-color: #087d85;
    border-radius: 12px;
    padding: 0 30px 2px 30px;
    margin: 0 0 25px 0;
}

.card-body {
    padding: 15px 0 15px 0;
}

.card-header h4{
    cursor:pointer;
    position:relative;
    color: #fff;
    font-family: 'Lexend-Bold';
    font-size: 15px;
    margin: 0;
    padding: 20px 0 13px 0;
    border-radius: 10px;
}

.card-header h4.collapsed::after{
    width: 20px;
    height: 20px;
    position:absolute;
    top:50%;
    right: -5px;
    content:"\f055";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 24px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
    color: #fff;
}

.card-header h4::after{
    width: 20px;
    height: 20px;
    position:absolute;
    top:50%;
    right: -5px;
    content:"\f056";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 24px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
    color: #fff;
}

div#item1 {
    border: none;
    border-top: 1px dashed #071615;
    margin: 5px 0 0 0;
}

div#item2 {
    border: none;
    border-top: 1px dashed #071615;
    margin: 5px 0 0 0;
}

div#item3 {
    border: none;
    border-top: 1px dashed #071615;
    margin: 5px 0 0 0;
}

div#item4 {
    border: none;
    border-top: 1px dashed #071615;
    margin: 5px 0 0 0;
}

div#item5 {
    border: none;
    border-top: 1px dashed #071615;
    margin: 5px 0 0 0;
}

.card-body p {
    margin: 0;
    color: #fff;
    font-family: 'Lexend-Regular';
    line-height: 26px;
    font-size: 13px;
}

/*Faq Css End*/
/*Footer Css Start*/

section.First-Footer {
    background-color: #071615;
    padding: 40px 0 20px;
}

.footer-2 img {
    width: 60%;
}

.footer-2 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    padding: 15px 0 0 0;
    font-family: 'Lexend-Regular';
}

.footer-3 h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    padding: 8px 0 37px 0;
    font-family: 'Lexend-Bold';
}

.footer-3 h3:after {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 15px;
    border-radius: 10px;
    height: 2px;
    width: 100px;
    background-color: transparent;
    background-image: linear-gradient(to right, #087d85, transparent);
}

.footer-3 ul {
    margin: 0;
}

.footer-3 ul li {
    padding: 0 0 5px 0;
    margin: 0 0 0 -10px;
}

.footer-3 ul li i {
    color: #087d85;
    font-size: 7px;
    position: relative;
    bottom: 2px;
    padding: 0 10px 0 10px;
}

.footer-3 ul li a {
    color: #fff;
    font-size: 13px;
    font-family: 'Lexend-Medium';
}

.footer-3 ul li a:hover {
    color: #fff;
}

.footer-3 ul li a:hover i {
    transform: rotate(0deg);
    color: #5f2dee;
}

.footer-4 h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    padding: 8px 0 37px 0;
    font-family: 'Lexend-Bold';
}

.footer-4 h3:after {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 15px;
    border-radius: 10px;
    height: 2px;
    width: 100px;
    background-color: transparent;
    background-image: linear-gradient(to right, #087d85, transparent);
}

.footer-4 ul {
    margin: 0;
}

.footer-4 ul li {
    padding: 0 0 10px 0;
    display: flex;
}

.footer-4 ul li i {
    color: #087d85;
    font-size: 7px;
    padding: 6px 10px 0 0px;
}

.footer-4 ul li a {
    color: #fff;
    font-size: 13px;
    font-family: 'Lexend-Medium';
}

.footer-4 ul li a:hover {
    color: #fff;
}

.footer-4 ul li a:hover i {
    color: #5f2dee;
    transform: rotate(0deg);
}

.footer-5 h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    padding: 8px 0 35px 0;
    font-family: 'Lexend-Bold';
}

.footer-5 h3:after {
    content: '';
    top: 40px;
    bottom: 0;
    left: 15px;
    height: 2px;
    width: 100px;
    position: absolute;
    border-radius: 10px;
    background-color: transparent;
    background-image: linear-gradient(to right, #087d85, transparent);
}

.footer-5 ul {
    margin: 0;
    padding: 0 0 25px 0;
}

.footer-5 ul li {
    display: flex;
}

.footer-5 ul li span {
    width: 35px;
    height: 35px;
    color: #087d85;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    border-radius: 10px;
    transform: rotate(-45deg);
    border: 1px solid #087d85;
    background-color: transparent;
}

.footer-5 ul li span i {
    transform: rotate(45deg);
}

.footer-5 ul li p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    padding: 0 0 0 15px;
    font-family: 'Lexend-Medium';
}

.footer-5 ul li a {
    color: #fff;
    font-size: 12px;
    margin: -20px 0 0 0;
    padding: 5px 0 0 50px;
    font-family: 'Lexend-Regular';
}

.footer-5 ul li a:hover {
    color: #087d85;
}

.footer-8 {
    text-align: center;
    margin: 25px 0 0 0;
    padding: 25px 0 18px 0;
    border-top: 1px solid #087d854f;
    border-bottom: 1px solid #087d854f;
}

.footer-9 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

.footer-9 p span {
    color: #087d85;
}

/*Footer Css End*/
/*About-Us-1 Css Start*/

section.About-Us-1 {
    background: #f6f6f7c7 url(../images/pages-banner.webp) center;
    padding: 200px 0 120px 0;
    background-size: cover;
    background-blend-mode: overlay;
}

.about-1 h1 {
    margin: 0;
    color: #000;
    font-size: 45px;
    letter-spacing: 1px;
    font-family: 'Lexend-Bold';
}

/*About-Us-1 Css End*/
/*About-Us-2 Css Start*/

section.About-Us-2 {
    padding: 30px 0 20px 0;
}

.about-2 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    padding: 0 0 5px 0;
    font-family: 'Lexend-Regular';
}

/*About-Us-2 Css End*/
/*Contact-Us-1 Css Start*/

section.Contact-Us-1 {
    background: #f6f6f7c7 url(../images/pages-banner.webp) center;
    padding: 200px 0 120px 0;
    background-size: cover;
    background-blend-mode: overlay;
}

.contact-1 h1 {
    margin: 0;
    color: #000;
    font-size: 45px;
    letter-spacing: 1px;
    font-family: 'Lexend-Bold';
}

/*Contact-Us-1 Css End*/
/*Contact-Us-2 Css Start*/

section.Contact-Us-2 {
    padding: 50px 0 30px 0;
}

.Home-Contact-1 ul {
    margin: 0;
    border: 1px solid #071615;
    padding: 30px 10px 20px 10px;
}

.Home-Contact-1 ul li i {
    color: #087d85;
    font-size: 20px;
    padding: 0 0px 0 0;
    border: 1px solid #087d85;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.Home-Contact-1:hover ul li i {
    background-color: #087d85;
    color: #fff;
    border: 1px solid #087d85;
}

.Home-Contact-1 ul li a {
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 10px;
    font-family: 'Lexend-Medium';
}

.Home-Contact-1 ul li p {
    color: #000;
    font-size: 12px;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Regular';
    margin: 0;
}

.Home-Contact-2 {
    padding: 40px 0 0 0;
}

.Home-Contact-4 {
    display: flex;
}

.Home-Contact-5 {
    padding: 0 25px 0 0;
}

.Home-Contact-5 input.form-control {
    width: 550px;
    font-family: 'Lexend-Medium';
    font-size: 13px;
    color: #000;
    background-color: #fff;
    padding: 14px 0 12px 20px;
    border-radius: 10px;
    margin: 0 0 25px 0;
}

.Home-Contact-6 textarea.form-control {
    width: 535px;
    font-family: 'Lexend-Medium';
    font-size: 14px;
    color: #000;
    background-color: #fff;
    padding: 35px 0 25px 20px;
    border-radius: 10px;
    margin: 0 0 30px 0;
}

.Home-Contact-6 button {
    color: #fff;
    font-family: 'Lexend-Bold';
    border: none;
    width: 100%;
    font-size: 15px;
    padding: 17px 0 15px 0;
    border-radius: 5px;
    background-color: #087d85;
}

/*Contact-Us-2 Css End*/
/*Privacy-Policy-1 Css Start*/

section.Privacy-Policy-1 {
    background: #f6f6f7c7 url(../images/pages-banner.webp) center;
    padding: 200px 0 120px 0;
    background-size: cover;
    background-blend-mode: overlay;
}

.privacy-1 h1 {
    margin: 0;
    color: #000;
    font-size: 45px;
    letter-spacing: 1px;
    font-family: 'Lexend-Bold';
}

/*Privacy-Policy-1 Css End*/
/*Privacy-Policy-2 Css Start*/

section.Privacy-Policy-2 {
    padding: 30px 0 20px 0;
}

.privacy-2 h4 {
    margin: 0;
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.privacy-2 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    padding: 0 0 15px 0;
    font-family: 'Lexend-Regular';
}

/*Privacy-Policy-2 Css End*/
/*Term-Condition-1 Css Start*/

section.Term-Condition-1 {
    background: #f6f6f7c7 url(../images/pages-banner.webp) center;
    padding: 200px 0 120px 0;
    background-size: cover;
    background-blend-mode: overlay;
}

.term-1 h1 {
    margin: 0;
    color: #000;
    font-size: 45px;
    letter-spacing: 1px;
    font-family: 'Lexend-Bold';
}

/*Term-Condition-1 Css End*/
/*Term-Condition-2 Css Start*/

section.Term-Condition-2 {
    padding: 30px 0 20px 0;
}

.term-2 h4 {
    margin: 0;
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.term-2 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    padding: 0 0 15px 0;
    font-family: 'Lexend-Regular';
}

/*Term-Condition-2 Css End*/
/*Our-Review-1 Css Start*/

section.Our-Review-1 {
    background: #f6f6f7c7 url(../images/pages-banner.webp) center;
    padding: 200px 0 120px 0;
    background-size: cover;
    background-blend-mode: overlay;
}

.review-1 h1 {
    margin: 0;
    color: #000;
    font-size: 45px;
    letter-spacing: 1px;
    font-family: 'Lexend-Bold'
    
}

/*Our-Review-1 Css End*/
/*Our-Review-2 Css Start*/

section.Our-Review-2 {
    padding: 50px 0 40px 0;
}

.review-2 {
    position: relative;
    background-color: #087d8533;
    border: 2px solid #087d8533;
    border-radius: 20px;
    padding: 20px 40px 30px 30px;
    z-index: 2;
    margin: 5px 5px 5px 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.review-2:hover {
    border: 1px solid #087d85;
    background-color: #087d85;
    transform: translate(0, -5px);
}

.review-2:before {
    content: '';
    position: absolute;
    inset: 0;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    border-radius: 20px;
    background-color: #ffffff;
}

.review-2 p {
    color: #000;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    line-height: 26px;
    border-bottom: 1px solid #E3E9F0;
    padding: 0 0 30px 0;
}

.review-3 {
    display: flex;
    padding: 20px 0 0 0;
}

.review-4 {
    padding: 0 20px 0 0;
}

.review-4 img {
    width: 70px;
    border-radius: 50%;
}

.review-5 h3 {
    color: #000;
    font-size: 16px;
    font-family: 'Lexend-Bold';
    margin: 0;
}

.review-5 span {
    color: #000;
    font-family: 'Lexend-Medium';
    font-size: 12px;
    letter-spacing: 1px;
}

.review-6 i {
    color: #f8a22f;
    padding: 0 1px 0 0;
    font-size: 13px;
}

.review-7 {
    padding: 20px 0 20px 0;
}

/*Our-Review-2 Css End*/
/*Thesis-Writing-1 Css Start*/

section.Thesis-Writing-1 {
    padding: 40px 0 30px 0;
}

.thesis-1 h3 {
    margin: 0;
    color: #000;
    font-size: 30px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.thesis-1 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Lexend-Regular';
}

.thesis-2 {
    padding: 20px 0 0 0;
}

.thesis-2 ul {
    margin: 0;
}

.thesis-2 ul li {
    display: flex;
    padding: 0 0 10px 0;
}

.thesis-2 ul li i {
    color: #087d85;
    font-size: 14px;
    padding: 6px 7px 0 0;
}

.thesis-2 ul li p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Lexend-Regular';
}

/*Thesis-Writing-1 Css End*/
/*Thesis-Writing-2 Css Start*/

section.Thesis-Writing-2 {
    padding: 50px 0 0 0;
}

.thesis-3 h3 {
    margin: 0;
    color: #000;
    font-size: 30px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.thesis-3 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Regular';
}

/*Thesis-Writing-2 Css End*/
/*Thesis-Writing-3 Css Start*/

section.Thesis-Writing-3 {
    padding: 50px 0 0 0;
}

.thesis-5 {
    padding: 0 0 40px 0;
}

.thesis-5 span {
    color: #087d85;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

.thesis-5 h2 {
    margin: 0;
    color: #000;
    font-size: 30px;
    line-height: 55px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.thesis-6 {
    text-align: end;
    padding: 50px 0 0 0;
}

.thesis-6 a {
    background-color: transparent;
    border: 1px solid #071615;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #071615;
    padding: 16px 30px 14px 30px;
    transition: .7s;
}

.thesis-6 a:hover {
    background-color: #087d85;
    color: #fff;
    border: none;
}

.thesis-7 {
    box-shadow: 0 0 11px 0 rgba(0,0,0,.15);
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border-radius: 15px;
    border: 1px solid #087d852b;
}

.thesis-7 h3 {
    margin: 0;
    color: #000;
    font-size: 16px;
    padding: 20px 0 10px 0;
    font-family: 'Lexend-Bold';
}

.thesis-7 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Lexend-Regular';
}

.thesis-8 img {
    width: 35%;
}

.thesis-9 {
    padding: 30px 0 0 0;
}

/*Thesis-Writing-3 Css End*/
/*Thesis-Writing-4 Css Start*/

section.Thesis-Writing-4 {
    padding: 40px 0 0 0;
}

.thesis-10 {
    background-color: #fff;
    padding: 30px 20px 30px 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.thesis-10 p {
    color: #000;
    font-family: 'Lexend-Regular';
    line-height: 26px;
    padding: 20px 0 0 0;
    margin: 0;
    font-size: 13px;
}

.thesis-11 {
    display: flex;
}

.thesis-11 span {
    background-color: #087d85;
    padding: 20px 0px 15px 20px;
    border-radius: 50%;
    width: 20%;
}

.thesis-11 span img {
    width: 83%;
}

.thesis-11 h3 {
    color: #000;
    font-family: 'Lexend-Bold';
    font-size: 22px;
    padding: 50px 0 0 20px;
    line-height: 30px;
    margin: 0;
}

.thesis-12 {
    text-align: end;
}

.thesis-12 img {
    width: 100%;
    border-radius: 15px;
}

/*Thesis-Writing-4 Css End*/
/*Thesis-Writing-5 Css Start*/

section.Thesis-Writing-5 {
    padding: 70px 0 0 0;
}

.thesis-13 {
    text-align: end;
}

.thesis-13 img {
    width: 100%;
    border-radius: 15px;
}

.thesis-14 {
    background-color: #fff;
    padding: 30px 20px 30px 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.thesis-14 p {
    color: #000;
    font-family: 'Lexend-Regular';
    line-height: 26px;
    padding: 20px 0 0 0;
    margin: 0;
    font-size: 13px;
}

.thesis-15 {
    display: flex;
}

.thesis-15 span {
    background-color: #087d85;
    padding: 20px 0px 15px 20px;
    border-radius: 50%;
    width: 20%;
}

.thesis-15 span img {
    width: 83%;
}

.thesis-15 h3 {
    color: #000;
    font-family: 'Lexend-Bold';
    font-size: 22px;
    padding: 50px 0 0 20px;
    line-height: 30px;
    margin: 0;
}

/*Thesis-Writing-5 Css End*/
/*Modal Css Start*/

div#myModal {
    z-index: 99999;
}

.head-form1 h5 {
    margin: 0;
    color: #fff;
    font-size: 31px;
    padding: 0 0 20px 0;
    font-family: 'Lexend-Bold';
}

.head-form1 h5 span {
    color: #fff;
}

form#ajax-contact {
    background-color: #071615;
    padding: 19px 20px 26px 20px;
}

form#ajax-contact input {
    width: 100%;
    color: #000;
    border: none;
    font-size: 14px;
    margin: 0 0 20px 0;
    border-radius: 5px;
    padding: 9px 0 7px 10px;
    background-color: #f4f4f4;
    font-family: 'Lexend-Medium';
}

form#ajax-contact button {
    width: 100%;
    border: none;
    color: #fff;
    font-size: 20px;
    margin: 10px 0 0 0;
    border-radius: 30px;
    font-family: 'Lexend-Bold';
    background-color: #087d85;
    padding: 7px 50px 4px 50px;
}

.close {
    right: 20px;
    width: 30px;
    height: 30px;
    bottom: -25px;
    border: none;
    font-size: 28px;
    color: #087d85;
    line-height: 6px;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
    font-family: 'Lexend-Bold';
}

.close:hover {
    color: #8b4513;
    background-color: #fff;
}

/*Modal Css End*/
/*Thank-You Css Start*/

.thankyou-blk h1 {
    margin: 0;
    color: #000;
    font-size: 40px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.thankyou-blk i {
    color: #fff;
    height: 100px;
    font-size: 60px;
    min-width: 100px;
    margin: 20px 0px;
    line-height: 100px;
    border-radius: 50%;
    background: #087d85;
}

.thankyou-blk h5 {
    margin: 0;
    color: #000;
    font-size: 29px;
    padding: 0 0 50px 0;
    font-family: 'Lexend-Medium';
}

.thankyou-blk a {
    color: #087d85;
    border-radius: 5px;
    padding: 12px 30px 10px;
    background-color: #071615;
    font-family: 'Lexend-Medium';
}

.thankyou-blk {
    text-align: center;
    padding: 90px 0px 0px;
}

/*Thank-You Css End*/
/*WhatsApp Css Start*/

.floating_btn {
  position: fixed;
  bottom: 0px;
  left: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:
  center;
  justify-content:
  center;
  z-index: 1000;
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

@-webkit-keyframes glowing {
    0% {
        
        text-shadow: 0 0 5px #fff;
        transform:scale(1);
    }
    50% {
        
        text-shadow: 0 0 25px #fff;
        transform:scale(1.05);
    }
    100% {
        
        text-shadow: 0 0 5px #fff;
        transform:scale(1.1);
    }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

/*WhatsApp Css End*/




@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 320px) and (max-width: 480px){

section.Header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Our-Ranking {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Our-Services {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.Our-Courses {
    overflow: hidden;
}

section.Our-Expert {
    overflow: hidden;
}

section.Side-Banner-1 {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Content-3 {
    overflow: hidden;
}

section.Subjects {
    overflow: hidden;
}

section.Faq {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

.head-2 nav.navbar.navbar-expand-lg.navbar-light {
    justify-content: end;
    position: relative;
    bottom: 40px;
    text-align: center;
}

.head-2 button {
    border: 1px solid #000 !important;
}

.head-2 div#navbarSupportedContent {
    top: 20px;
    position: relative;
    background-color: #fff;
}

.head-2 ul.navbar-nav.mr-auto {
    padding: 15px 0 5px 0;
}

.head-2 ul li a {
    padding: 0 0 5px 0;
}

.head-2 .dropdown-menu.show {
    border: none;
    text-align: center;
    padding: 0;
    margin: 0 0 -10px 0;
}

.head-3 a {
    display: none;
}

section.Banner {
    padding: 90px 0 41px 0;
}

.ban-1 h1 {
    font-size: 22px;
    line-height: 30px;
}

.ban-1 p {
    font-size: 12px;
    line-height: 20px;
}

.ban-2 ul li p {
    font-size: 12px;
}

.ban-2 ul li {
    padding: 0 0 5px 0;
}

.ban-2 a {
    font-size: 13px;
    padding: 10px 20px 10px 20px;
}

.ban-3 {
    padding: 30px 0 0 0;
}

.ban-3 form {
    margin: 0;
}

.ban-3 h2 {
    font-size: 18px;
}

.ban-3 p {
    font-size: 12px;
}

.ban-3 form input {
    font-size: 12px;
}

.ban-3 form textarea {
    font-size: 12px;
}

.ban-3 button {
    font-size: 14px;
}

section.Our-Ranking {
    padding: 30px 0 0 0;
}

.rank-1 {
    text-align: center;
}

.rank-1 h2 {
    font-size: 20px;
    padding: 0 0 5px 0;
}

.rank-1 p {
    font-size: 12px;
    line-height: 20px;
}

.rank-2 {
    padding: 15px 0 0 0;
}

.rank-2 h3 {
    font-size: 30px;
    padding: 0;
}

.rank-2 p {
    font-size: 12px;
}

section.Content-1 {
    padding: 30px 0 60px 0;
}

.cont-1 h3 {
    font-size: 20px;
    line-height: 30px;
}

.cont-1 p {
    font-size: 12px;
    line-height: 20px;
}

.cont-3 ul {
    padding: 0;
}

.cont-3 ul li {
    padding: 0 10px 5px 0;
}

.cont-3 ul li p {
    font-size: 12px;
}

.cont-3 a {
    top: 20px;
}

.cont-4 {
    top: 60px;
    position: relative;
}

section.Our-Services {
    padding: 35px 0 0 0;
}

.ser-0 h2 {
    font-size: 26px;
}

.ser-0 p {
    font-size: 12px;
    line-height: 20px;
}

.ser-0 a {
    font-size: 13px;
    padding: 10px 20px;
}

.ser-1 {
    padding: 25px 0 30px 0;
}

.ser-2 {
    margin: 0 0 30px 0;
}

.ser-2:after {
    bottom: 30px;
}

.ser-2:hover:after {
    width: 290px;
}

.ser-2 h3 {
    font-size: 15px;
}

.ser-2 p {
    line-height: 20px;
}

.ser-2 a {
    font-size: 13px;
    padding: 10px 25px;
}

.ser-3 {
    padding: 0;
}

section.Why-Choose {
    padding: 30px 0 30px 0;
}

.choose-0 {
    padding: 0 0 40px 0;
}

.choose-0 h2 {
    font-size: 16px;
    line-height: 30px;
    padding: 0;
}

.choose-1:after {
    display: none;
}

.choose-1 h3 {
    font-size: 14px;
}

.choose-2 {
    height: 20px;
}

.choose-3 {
    left: 0;
}

.choose-3:after {
    display: none;
}

.choose-3 h3 {
    font-size: 14px;
}

.choose-4:after {
    display: none;
}

.choose-4 h3 {
    font-size: 14px;
}

.choose-5 img {
    display: none;
}

.choose-6 {
    margin: 20px 0 0 0;
}

.choose-6:after {
    display: none;
}

.choose-6 h3 {
    font-size: 14px;
}

.choose-7 {
    left: 0;
}

.choose-7:after {
    display: none;
}

.choose-7 h3 {
    font-size: 14px;
}

.choose-8:after {
    display: none;
}

.choose-8 h3 {
    font-size: 14px;
}

.course-0 {
    padding: 0;
}

.course-0 h2 {
    font-size: 18px;
    line-height: 30px;
}

.course-1 {
    text-align: justify;
    padding: 20px 0 50px;
}

.course-2 img {
    width: 60%;
    height: 100%;
    margin: 0 0 20px 0;
    border-radius: 10px;
}

section.Our-Expert {
    padding: 0 0 0 0;
}

.expert-0 {
    padding: 0;
}

.expert-0 h2 {
    font-size: 18px;
    line-height: 30px;
}

.expert-1 {
    text-align: left;
    padding: 15px 0 50px;
}

.expert-2 {
    margin: 0 0 125px 0;
}

.expert-4 h3 {
    font-size: 16px;
}

.expert-4 p {
    font-size: 12px;
    line-height: 20px;
}

section.Side-Banner-1 {
    padding: 10px 0 0 0;
}

section.Side-Banner-1 .container {
    border-radius: 0px;
}

.side-1 h3 {
    font-size: 18px;
    line-height: 30px;
}

.side-1 p {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px 30px;
}

section.Content-2 {
    padding: 40px 0 10px 0;
}

.cont-6 {
    padding: 0 0 25px 0;
}

.cont-8 h3 {
    font-size: 20px;
    line-height: 30px;
}

.cont-8 p {
    font-size: 12px;
    line-height: 20px;
}

.cont-9 ul li p {
    font-size: 12px;
    line-height: 20px;
}

section.Content-3 {
    padding: 35px 0 40px 0;
}

.cont-10 h3 {
    font-size: 20px;
    line-height: 30px;
}

.cont-10 p {
    font-size: 12px;
    line-height: 20px;
}

.cont-11 {
    padding: 0 0 35px 0;
}

.cont-11 ul li p {
    font-size: 12px;
    initial-letter: 20px;
}

.cont-12 h4 {
    font-size: 15px;
}

.cont-12 p {
    font-size: 12px;
    line-height: 20px;
}

.cont-12 ul li p {
    font-size: 12px;
}

.subj-1 {
    padding: 0 0 20px 0;
}

.subj-1 h2 {
    font-size: 18px;
    line-height: 30px;
}

.subj-3 {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
    padding: 20px 0 20px 0;
    border: 1px solid #000;
}

.subj-6 img {
    display: none;
}

.subj-7 {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
    padding: 20px 0 20px 0;
    border: 1px solid #000;
}

.subj-8 ul li p {
    font-size: 15px;
    padding: 0 0 30px 0;
}

section.Faq {
    padding: 30px 0 0 0;
}

.faq-0 {
    padding: 0;
}

.faq-0 h2 {
    font-size: 20px;
    line-height: 30px;
}

.faq-1 {
    text-align: left;
    padding: 15px 0 50px 0;
}

.card {
    padding: 0 20px 0 20px;
}

.card-header h4 {
    font-size: 13px;
    line-height: 22px;
    padding: 15px 20px 12px 0;
}

.card-body p {
    font-size: 10px;
    line-height: 20px;
}

section.Testimonials {
    padding: 10px 0 20px 0;
}

.test-0 {
    padding: 0;
}

.test-0 h2 {
    font-size: 18px;
    line-height: 30px;
}

.test-00 {
    text-align: left;
    padding: 15px 0 50px 0;
}

.test-2 {
    padding: 30px 20px 30px 20px;
}

.test-2 p {
    font-size: 12px;
    line-height: 20px;
}

section.First-Footer {
    padding: 30px 0 20px 0;
}

.footer-2 p {
    font-size: 12px;
    line-height: 20px;
    padding: 15px 0 20px 0;
}

.footer-3 {
    padding: 0 0 10px 0;
}

.footer-3 h3 {
    font-size: 16px;
    padding: 10px 0 20px 0;
}

.footer-3 h3:after {
    top: 35px;
}

.footer-3 ul li a {
    font-size: 12px;
}

.footer-4 h3 {
    font-size: 16px;
    padding: 10px 0 20px 0;
}

.footer-4 h3:after {
    top: 35px;
}

.footer-4 ul li a {
    font-size: 12px;
}

.footer-5 h3 {
    font-size: 16px;
    padding: 10px 0 30px 0;
}

.footer-5 h3:after {
    top: 35px;
}

.footer-8 {
    margin: 0;
}

.footer-9 p {
    font-size: 12px;
    line-height: 24px;
}

section.About-Us-1 {
    padding: 110px 0 50px 0;
}

.about-1 h1 {
    font-size: 20px;
}

.about-2 p {
    font-size: 12px;
    line-height: 20px;
}

section.Contact-Us-1 {
    padding: 110px 0 50px 0;
}

.contact-1 h1 {
    font-size: 20px;
}

section.Contact-Us-2 {
    padding: 40px 0 15px;
}

.Home-Contact-1 {
    margin: 0 0 20px 0;
}

.Home-Contact-4 {
    display: block;
}

.Home-Contact-5 {
    padding: 0;
}

.Home-Contact-5 input.form-control {
    width: 100%;
    margin: 0;
}

.Home-Contact-6 textarea.form-control {
    width: 100%;
}

.Home-Contact-6 button {
    font-size: 13px;
}

section.Our-Review-1 {
    padding: 110px 0 50px 0;
}

.review-1 h1 {
    font-size: 20px;
}

section.Our-Review-2 {
    padding: 40px 0 10px;
}

.review-2 {
    margin: 0 0 20px 0;
    padding: 20px 20px 25px 20px;
}

.review-2 p {
    font-size: 11px;
    line-height: 20px;
}

.review-7 {
    padding: 0;
}

section.Privacy-Policy-1 {
    padding: 110px 0 50px 0;
}

.privacy-1 h1 {
    font-size: 20px;
}

.privacy-2 h4 {
    font-size: 16px;
}

.privacy-2 p {
    font-size: 12px;
    line-height: 20px;
}

section.Term-Condition-1 {
    padding: 110px 0 50px 0;
}

.term-1 h1 {
    font-size: 20px;
}

.term-2 h4 {
    font-size: 16px;
}

.term-2 p {
    font-size: 12px;
    line-height: 20px;
}

section.Thesis-Writing-1 {
    overflow: hidden;
    padding: 30px 0 20px 0;
}

.thesis-1 h3 {
    font-size: 19px;
    line-height: 30px;
}

.thesis-1 p {
    font-size: 12px;
    line-height: 20px;
}

.thesis-2 ul li p {
    font-size: 12px;
    line-height: 20px;
}

section.Thesis-Writing-2 {
    overflow: hidden;
    padding: 30px 0 0 0;
}

.thesis-3 h3 {
    font-size: 20px;
    line-height: 30px;
}

.thesis-3 p {
    font-size: 12px;
    line-height: 20px;
}

.thesis-4 {
    padding: 10px 0 0 0;
}

.thesis-4 img {
    width: 100%;
    border-radius: 10px;
}

section.Thesis-Writing-3 {
    overflow: hidden;
    padding: 35px 0 0 0;
}

.thesis-5 {
    padding: 0;
}

.thesis-5 h2 {
    font-size: 20px;
    line-height: 30px;
}

.thesis-6 {
    text-align: left;
    padding: 15px 0 50px 0;
}

.thesis-7 {
    margin: 0 0 30px 0;
}

.thesis-7 p {
    font-size: 12px;
    line-height: 20px;
}

.thesis-8 img {
    width: 20%;
}

.thesis-9 {
    padding: 0;
}

section.Thesis-Writing-4 {
    overflow: hidden;
    padding: 30px 0 0 0;
}

.thesis-10 p {
    font-size: 12px;
    line-height: 20px;
}

.thesis-11 h3 {
    font-size: 16px;
    line-height: 26px;
    padding: 15px 0 0 20px;
}

.thesis-11 span {
    width: 110px;
    height: 80px;
}

.thesis-11 span img {
    width: 70%;
}

.thesis-12 {
    padding: 30px 0 0 0;
}

section.Thesis-Writing-5 {
    padding: 40px 0 30px 0;
}

.thesis-13 {
    padding: 0 0 30px 0;
}

.thesis-14 p {
    font-size: 12px;
    line-height: 20px;
}

.thesis-15 h3 {
    font-size: 16px;
    line-height: 26px;
    padding: 15px 0 0 20px;
}

.thesis-15 span {
    width: 80px;
    height: 80px;
}

.thesis-15 span img {
    width: 70%;
}

.head-form1 h5 {
    font-size: 15px;
}

button.close {
    bottom: -15px;
}

}
@media only screen and (min-width: 768px) and (max-width: 1024px){

section.Header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Our-Ranking {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Our-Services {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.Our-Courses {
    overflow: hidden;
}

section.Our-Expert {
    overflow: hidden;
}

section.Side-Banner-1 {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Content-3 {
    overflow: hidden;
}

section.Subjects {
    overflow: hidden;
}

section.Faq {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

}
@media only screen and (min-width: 600px) and (max-width: 960px){

section.Header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Our-Ranking {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Our-Services {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.Our-Courses {
    overflow: hidden;
}

section.Our-Expert {
    overflow: hidden;
}

section.Side-Banner-1 {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Content-3 {
    overflow: hidden;
}

section.Subjects {
    overflow: hidden;
}

section.Faq {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

}