@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*/

.top-row {
    padding: 10px 0 0 0;
    background-color: #000;
    margin: 0 0 -10px 0;
}

.head-0 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-family: 'Lexend-Regular';
}

.head-00 {
    padding: 0 0 0 55px;
    position: relative;
    left: 45px;
}

.head-00 ul {
    display: flex;
}

.head-00 ul li {
    display: flex;
    padding: 0 50px 0 0;
}

.head-00 ul li i {
    color: #0D897D;
    font-size: 16px;
    padding: 2px 5px 0 0;
}

.head-00 ul li a {
    color: #fff;
    font-size: 13px;
    font-family: 'Lexend-Medium';
}

.head-00 ul li a:hover {
    color: #ffcb00;
}

.btn-row {
    padding: 25px 0 21px 0;
    background-color: #fff;
}

.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-Medium';
}

.head-2 ul li a:hover {
    color: #ffcb00;
}

.dropdown-menu.show {
    padding: 15px 0 2px 10px;
}

.dropdown-menu.show a {
    color: #000;
    margin: 0 0 10px 0;
}

.dropdown-menu.show a:hover {
    color: #0D897D;
}

.head-3 {
    text-align: end;
}

.head-3 a {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Medium';
    color: #000;
    padding: 16px 35px 15px 35px;
    transition: .3s;
}

.head-3 a:hover {
    background-color: #ffcb00;
    color: #000;
    border: none;
}

/*Header Css End*/
/*Banner Css Start*/

section.Banner {
    padding: 20px 0 90px 0;
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
}

.ban-1 h1 {
    color: #fff;
    font-family: 'Lexend-Bold';
    font-size: 37px;
    margin: 0;
    padding: 0px 0 0 0;
    line-height: 55px;
}

.ban-1 h1 span {
    color: #ffcb00;
}

.ban-1 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-family: 'Lexend-Regular';
    line-height: 26px;
    padding: 5px 0 20px 0;
}

.ban-2 {
    padding: 0 0 10px 0;
}

.ban-3 {
    border-right: 2px solid #fff;
    height: 35px;
    margin: 0 5px 0 0;
}

.ban-3 ul {
    display: flex;
}

.ban-3 ul li i {
    color: #ffcb00;
    font-size: 40px;
    padding: 0 10px 0 0;
}

.ban-3 ul li h3 {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    font-family: 'Lexend-Medium';
}

.ban-4 {
    border-right: 2px solid #fff;
    height: 35px;
    position: relative;
    right: 26px;
    margin: 0 0px 0 0px;
}

.ban-4 ul {
    display: flex;
}

.ban-4 ul li i {
    color: #ffcb00;
    font-size: 40px;
    padding: 0 10px 0 0;
}

.ban-4 ul li h3 {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    font-family: 'Lexend-Medium';
}

.ban-5 {
    position: relative;
    right: 45px;
}

.ban-5 ul {
    display: flex;
}

.ban-5 ul li i {
    color: #ffcb00;
    font-size: 40px;
    padding: 0 10px 0 0;
}

.ban-5 ul li h3 {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    font-family: 'Lexend-Medium';
}

.ban-6 {
    display: flex;
}

.ban-7 a {
    color: #fff;
    background-color: #ffcb00;
    padding: 12px 0px 10px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Lexend-Bold';
}

.ban-7 a:hover {
    color: #000;
}

.ban-7 a i {
    background-color: #000;
    width: 39px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 39px;
    text-align: center;
    position: relative;
    top: -1px;
    left: 1px;
}

.ban-7 a:hover i {
    color: #ffcb00;
}

.ban-8 {
    padding: 0 0 0 20px;
}

.ban-8 a {
    color: #fff;
    background-color: #55ad44;
    padding: 12px 0px 11px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Lexend-Bold';
    position: relative;
    top: -4px;
}

.ban-8 a:hover {
    color: #fff;
}

.ban-8 a i {
    background-color: #4dea26;
    width: 41px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    position: relative;
    top: 1px;
    left: 1px;
}

.ban-8 a:hover i {
    color: #fff;
}

.ban-- img {
    width: 100%;
    height: 320px;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
}

.ban-- {
    margin: 13px 10px;
}

/*Banner Css End*/
/*Home-Form Css Start*/

section.Home-Form .container {
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
    border: 6px solid #fff;
    border-radius: 50em;
    height: auto;
    padding: 20px 35px 5px 30px;
    position: relative;
    top: -45px;
}

.form-2 {
    display: flex;
}

.form-3 {
    margin: 0 30px 0 0;
}

.form-3 input.form-control {
    color: #000;
    font-size: 13px;
    padding: 10px 20px 6px 20px;
    border-radius: 30px;
    border: none;
    font-family: 'Lexend-Medium';
    width: 110%;
}

.form-3 textarea.form-control {
    color: #000;
    font-size: 13px;
    padding: 10px 20px 6px 20px;
    border-radius: 30px;
    border: none;
    font-family: 'Lexend-Medium';
    width: 110%;
    height: 36px;
}

.form-3 button {
    color: #000;
    border: none;
    background-color: #ffcb00;
    width: 160%;
    padding: 7px 0 5px 0;
    border-radius: 30px;
    font-family: 'Lexend-Bold';
}

/*Home-Form Css End*/
/*Content-1 Css Start*/

section.Content-1 {
    padding: 20px 0 50px 0;
}

.cont-1 span {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

.cont-1 h2 {
    margin: 0;
    color: #000;
    font-size: 45px;
    line-height: 65px;
    font-family: 'Lexend-Bold';
}

.cont-1 h2 span {
    margin: 0;
    color: #ffcb00;
    font-size: 45px;
    line-height: 70px;
    font-family: 'Lexend-Bold';
}

.cont-1 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    padding: 5px 0 0 0;
    font-family: 'Lexend-Regular';
}

.cont-1 a {
    top: 25px;
    color: #000;
    font-size: 14px;
    transition: .3s;
    position: relative;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 16px 30px 15px 30px;
    font-family: 'Lexend-Medium';
    background-color: transparent;
}

.cont-1 a:hover {
    color: #000;
    border: none;
    background-color: #ffcb00;
}

.cont-2 img {
    width: 100%;
    border-radius: 10px;
}

.cont-3 {
    display: flex;
    padding: 0 0 10px 0;
}

.cont-4 img {
    width: 100%;
    border-radius: 10px;
}

.cont-4 {
    margin: 0 10px 0 0;
}

.cont-5 {
    background-color: #ffcb00;
    padding: 20px 0 5px 20px;
    border-radius: 10px;
    margin: 10px 0 0 0;
}

.cont-5 h3 {
    margin: 0;
    color: #000;
    font-size: 22px;
    padding: 0 0 15px 0;
    font-family: 'Lexend-Bold';
}

.cont-5 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Medium';
}

.cont-5 p i {
    color: #000;
}

/*Content-1 Css End*/
/*Our-Process Css Start*/

section.Our-Process {
    padding: 0 0 60px 0;
}

.process-1 {
    text-align: center;
    padding: 0 0 30px 0;
}

.process-1 h2 {
    margin: 0;
    color: #000;
    font-size: 35px;
    line-height: 60px;
    padding: 0 200px 10px 200px;
    font-family: 'Lexend-Bold';
}

.process-1 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    padding: 0 150px 0 150px;
    font-family: 'Lexend-Medium';
}

.process-2 img {
    width: 110%;
}

.process-3 {
    display: flex;
    padding: 0 0 20px 0;
}

.process-4 span {
    color: #000;
    font-size: 40px;
    font-family: 'Lexend-Bold';
}

.process-5 {
    padding: 0 0 0 20px;
}

.process-5 h3 {
    margin: 0;
    color: #000;
    font-size: 26px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.process-5 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Lexend-Regular';
}

.process-6 {
    display: flex;
    padding: 50px 0 0 0;
    justify-content: center;
}

.process-7 a {
    color: #000;
    font-size: 14px;
    margin: 0 15px 0 0;
    border-radius: 10px;
    background-color: #ffcb00;
    padding: 17px 30px 16px 30px;
    font-family: 'Lexend-Medium';
}

.process-7 a:hover {
    color: #000;
}

.process-8 a {
    color: #000;
    font-size: 14px;
    transition: .3s;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 16px 30px 15px 30px;
    font-family: 'Lexend-Medium';
    background-color: transparent;
}

.process-8 a:hover {
    color: #fff;
    border: none;
    background-color: #0D897D;
}

/*Our-Process Css End*/
/*Side-Banner-1 Css Start*/

section.Side-Banner-1 .container {
    background: url(../images/side-background.webp) center;
    background-size: cover;
    padding: 50px 13px 60px 13px;
    border-radius: 10px;
    border: 3px solid #ffcb00;
}

.side-1 {
    text-align: center;
}

.side-1 h3 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 45px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.side-1 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    padding: 0 0 35px 0;
    font-family: 'Lexend-Regular';
}

.side-1 a {
    color: #000;
    font-size: 14px;
    margin: 0 15px 0 0;
    border-radius: 10px;
    background-color: #ffcb00;
    padding: 17px 30px 16px 30px;
    font-family: 'Lexend-Medium';
}

.side-1 a:hover {
    color: #000;
}

/*Side-Banner-1 Css End*/
/*Our-Services Css Start*/

section.Our-Services {
    padding: 60px 0 0 0;
}

.ser-1 {
    width: 112%;
    padding: 20px 20px 60px 20px;
    background: linear-gradient(216deg, #0D897D, #2f2f2f);
}

.ser-1 h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Lexend-Bold';
}

.ser-1 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Regular';
}

.ser-1 a {
    top: 25px;
    color: #000;
    font-size: 14px;
    position: relative;
    margin: 0 15px 0 0;
    border-radius: 10px;
    background-color: #ffcb00;
    padding: 17px 30px 16px 30px;
    font-family: 'Lexend-Medium';
}

.ser-1 a:hover {
    color: #000;
}

.ser-2 {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgb(50 50 50 / 10%);
}

.ser-3 h3 {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-family: 'Lexend-Medium';
}

.ser-3 h3:after {
    content: "";
    position: absolute;
    left: 45px;
    width: 85px;
    height: 3px;
    top: 60px;
    background: #ffcb00;
}

.ser-4 {
    padding: 50px 0 0 0;
}

.ser-5 {
    margin: 13px 10px;
    border-radius: 10px;
    padding: 0 0 30px 0;
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
}

.ser-6 img {
    width: 100%;
}

.ser-7 {
    padding: 20px 20px 0 20px;
}

.ser-7 h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.ser-7 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    padding: 0 0 20px 0;
    font-family: 'Lexend-Regular';
}

.ser-7 a {
    color: #000;
    font-size: 14px;
    padding: 12px 20px 11px 20px;
    background-color: #ffcb00;
    border-radius: 10px;
    font-family: 'Lexend-Medium';
}

.ser-7 a:hover {
    color: #000;
}

/*Our-Services Css End*/
/*Content-2 Css Start*/

section.Content-2 {
    padding: 60px 0 0 0;
}

.cont-6 img {
    width: 100%;
    border-radius: 20px;
}

.cont-7 h3 {
    margin: 0;
    color: #000;
    font-size: 30px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.cont-7 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    padding: 0 0 15px 0;
    font-family: 'Lexend-Regular';
}

.cont-8 ul {
    margin: 0;
    padding: 0 0 20px 0;
}

.cont-8 ul li {
    display: flex;
    padding: 0 10px 10px 0;
}

.cont-8 ul li i {
    color: #087d85;
    font-size: 14px;
    padding: 6px 7px 0 0;
}

.cont-8 ul li p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Lexend-Regular';
}

.cont-8 a {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Medium';
    color: #000;
    padding: 13px 40px 11px 40px;
    transition: .7s;
}

.cont-8 a:hover {
    background-color: #0D897D;
    color: #fff;
    border: none;
}

/*Content-2 Css End*/
/*Testimonials Css Start*/

section.Testimonials {
    padding: 40px 0 30px 0;
}

.test-0 {
    text-align: center;
    padding: 0 0 40px 0;
}

.test-0 h2 {
    margin: 0;
    color: #000;
    font-size: 35px;
    line-height: 60px;
    padding: 0 200px 10px 200px;
    font-family: 'Lexend-Bold';
}

.test-0 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    padding: 0 150px 0 150px;
    font-family: 'Lexend-Medium';
}

.test-2 {
    margin: 13px 10px 25px;
    border-radius: 25px;
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.16);
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
    padding: 0;
}

.test-3 {
    text-align: center;
    padding: 30px 0px 10px 0;
}

.test-3 img {
    width: 100px;
    margin: 0 auto;
    border: 3px solid #ffcb00;
    border-radius: 50%;
}

.test-3 h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px 0 0 0;
    font-family: 'Lexend-Bold';
}

.test-3 span {
    color: #ffcb00;
    font-size: 13px;
    font-family: 'Lexend-Medium';
}

.test-4 {
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 20px;
    text-align: center;
}

.test-4 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Regular';
}

.test-4 i {
    font-size: 70px;
    color: #ffcb00;
}

.slick-dots {
    bottom: -50px !important;
}

.slick-dots li.slick-active button:before {
    border: 2px solid #ffc900;
    border-radius: 50%;
    width: 20px;
    height: 21px;
    text-align: center;
    color: #fff !important;
    opacity: 1 !important;
    line-height: 17px;
    left: -1px;
}

.slick-dots li button:before {
    color: #fff !important;
    font-size: 40px !important;
    line-height: 19px !important;
}

/*Testimonials Css End*/
/*Our-Ranking Css Start*/

section.Our-Ranking {
    padding: 0 0 40px 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: #0D897D;
    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-Subjects Css Start*/

section.Our-Subjects {
    padding: 0 0 50px 0;
}

.subj-1 {
    text-align: center;
    padding: 0 0 40px 0;
}

.subj-1 h2 {
    margin: 0;
    color: #000;
    font-size: 35px;
    line-height: 60px;
    padding: 0 200px 10px 200px;
    font-family: 'Lexend-Bold';
}

.subj-1 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    padding: 0 150px 0 150px;
    font-family: 'Lexend-Medium';
}

.subj-2 {
    background-color: #fff;
    padding: 15px 30px 15px 10px;
    border-radius: 50px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    text-align: center;
    display: flex;
    align-items: center;
}

.subj-2 h3 {
    margin: 0;
    color: #101115;
    font-size: 13px;
    font-family: 'Lexend-Medium';
    padding: 5px 0 0 10px;
    line-height: 18px;
}

.subj-3 {
    background-color: #0D897D;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
}

.subj-3 i {
    color: #ffcb00;
    font-size: 22px;
    width: 50px;
    height: 50px;
}

.subj-4 {
    padding: 25px 0 25px 0;
}

/*Our-Subjects Css End*/
/*Side-Banner-2 Css Start*/

section.Side-Banner-2 .container {
    background: #2f2f2f url(../images/side-background-2.webp) center;
    background-size: cover;
    padding: 50px 13px 60px 13px;
    border-radius: 30px;
    background-blend-mode: overlay;
    background-attachment: fixed;
}

.side-2 {
    text-align: center;
}

.side-2 h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    padding: 0 20px 10px 20px;
    font-family: 'Lexend-Bold';
}

.side-2 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    padding: 0 0 35px 0;
    font-family: 'Lexend-Regular';
}

.side-2 a {
    color: #000;
    font-size: 14px;
    margin: 0 15px 0 0;
    border-radius: 10px;
    background-color: #ffcb00;
    padding: 17px 30px 16px 30px;
    font-family: 'Lexend-Medium';
}

.side-2 a:hover {
    color: #000;
}

/*Side-Banner-2 Css End*/
/*Our-Experts Css Start*/

section.Our-Expert {
    padding: 30px 0 210px 0;
}

.expert-1 {
    text-align: center;
    padding: 0 0 40px 0;
}

.expert-1 h2 {
    margin: 0;
    color: #000;
    font-size: 35px;
    line-height: 60px;
    padding: 0 200px 10px 200px;
    font-family: 'Lexend-Bold';
}

.expert-1 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    padding: 0 150px 0 150px;
    font-family: 'Lexend-Medium';
}

.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: #0D897D;
    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: 13px;
    line-height: 26px;
    padding: 10px 0 20px 0;
    font-family: 'Lexend-Regular';
}

.expert-4 a {
    background-color: transparent;
    border: 1px solid #000;
    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: #ffcb00;
    color: #000;
    border: none;
}

/*Our-Experts Css End*/
/*Faq Css Start*/

section.Faqs {
    padding: 40px 0 40px 0;
}

.faq-1 span {
    color: #ffcb00;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

.faq-1 h2 {
    margin: 0;
    color: #000;
    font-size: 35px;
    line-height: 55px;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Bold';
}

.faq-1 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Lexend-Regular';
}

.faq-3 ul {
    margin: 0;
    padding: 30px 10px 20px 15px;
    box-shadow: 0px 30px 40px 0px rgba(0, 15, 47, 0.1);
    background-color: #fff;
    border-radius: 15px;
}

.faq-3 ul li i {
    color: #000;
    font-size: 20px;
    padding: 0 0px 0 0;
    border: 1px solid #0D897D;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.faq-3:hover ul li i {
    background-color: #ffcb00;
    color: #000;
    border: 1px solid #000;
}

.faq-3 ul li a {
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 10px;
    font-family: 'Lexend-Medium';
}

.faq-3 ul li p {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Regular';
    margin: 0;
}

.card {
    margin: 0 0 25px 0;
}

.card-header {
    padding: 20px 0px 15px 20px;
    margin-bottom: 0;
    background-color: #0D897D;
    border: 1px solid #0D897D;
}

.card-header h4{
    margin: 0;
    cursor:pointer;
    position:relative;
    color: #fff;
    font-family: 'Lexend-Bold';
    font-size: 16px;
}

.card-header h4.collapsed::after{
    width:20px;
    height:22px;
    position:absolute;
    top:50%;
    right:24px;
    content:"\f055";
    font-family: FontAwesome;
    font-size:22px;
    line-height:22px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
    color: #ffcb00;
}

.card-header h4::after{
    width:20px;
    height:22px;
    position:absolute;
    top:50%;
    right:24px;
    content:"\f056";
    font-family: FontAwesome;
    font-size:22px;
    line-height:22px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
    color: #ffcb00;
}

div#item1 {
    border: none;
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.16);
}

div#item2 {
    border: none;
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.16);
}

div#item3 {
    border: none;
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.16);
}

div#item4 {
    border: none;
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.16);
}

.card-body p {
    margin: 0;
    color: #000;
    font-family: 'Lexend-Regular';
    line-height: 26px;
    font-size: 13px;
    padding: 10px 0 10px 20px;
}

/*Faq Css End*/
/*Why-Choose Css Start*/

section.Why-Choose {
    padding: 0px 0 0 0;
}

.choose-1 {
    padding: 0 0 40px 0;
}

.choose-1 h3 {
    margin: 0;
    color: #000;
    font-size: 30px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.choose-1 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Lexend-Regular';
}

.choose-3 {
    display: flex;
    padding: 0 0 30px 0;
}

.choose-4 {
    background-color: #ffcb00;
    width: 155px;
    height: 68px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-family: 'Lexend-Bold';
}

.choose-4 span {
    color: #000;
    font-size: 30px;
}

.choose-5 {
    padding: 0 0 0 20px;
}

.choose-5 h3 {
    margin: 0;
    color: #000;
    font-size: 20px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.choose-5 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Lexend-Regular';
}

/*Why-Choose Css End*/
/*Footer Css Start*/

section.First-Footer {
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
    padding: 40px 0 20px;
}

.footer-2 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    padding: 45px 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, #ffcb00, 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: #ffcb00;
    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, #ffcb00, transparent);
}

.footer-4 ul {
    margin: 0;
}

.footer-4 ul li {
    padding: 0 0 10px 0;
    display: flex;
}

.footer-4 ul li i {
    color: #ffcb00;
    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, #ffcb00, 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: #fff;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    border-radius: 10px;
    transform: rotate(-45deg);
    border: 1px solid #ffcb00;
    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: #ffcb00;
}

.footer-5 img {
    width: 100%;
}

.footer-8 {
    text-align: center;
    margin: 25px 0 0 0;
    padding: 25px 0 18px 0;
    border-top: 1px solid #ffcb006e;
    border-bottom: 1px solid #ffcb006e;
}

.footer-9 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

.footer-9 p span {
    color: #ffcb00;
}

/*Footer Css End*/
/*About-Us-1 Css Start*/

section.About-Us-1 {
    background: #2f2f2f url(../images/pages-banner.webp) center;
    padding: 160px 0 100px 0;
    background-size: cover;
    background-blend-mode: overlay;
}

.about-1 h1 {
    margin: 0;
    color: #fff;
    font-size: 45px;
    font-family: 'Lexend-Bold';
    letter-spacing: 1px;
}

/*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: #2f2f2f url(../images/pages-banner.webp) center;
    padding: 160px 0 100px 0;
    background-size: cover;
    background-blend-mode: overlay;
}

.contact-1 h1 {
    margin: 0;
    color: #fff;
    font-size: 45px;
    font-family: 'Lexend-Bold';
    letter-spacing: 1px;
}

/*Contact-Us-1 Css End*/
/*Contact-Us-2 Css Start*/

section.Contact-Us-2 {
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
    padding: 130px 0 50px 0;
    margin: 70px 0 70px 0;
}

.contact-2 {
    padding: 0 0 30px 0;
}

.contact-3 h3 {
    margin: 0;
    color: #fff;
    font-size: 47px;
    line-height: 70px;
    font-family: 'Lexend-Bold';
}

.contact-3 h3 span {
    color: #ffcb00;
}

.contact-3 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Lexend-Regular';
}

.contact-4 {
    width: 200px;
    height: 200px;
    border: 50px solid #ffcb00;
    left: 1000px;
    bottom: 410px;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
}

.contact-5 {
    width: 300px;
    height: 300px;
    border: 50px solid #ffcb00;
    left: -240px;
    bottom: 0;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
}

.contact-6 ul {
    margin: 0;
    padding: 30px 10px 20px 20px;
    box-shadow: 0px 30px 40px 0px rgba(0, 15, 47, 0.1);
    background-color: #fff;
    border-radius: 15px;
}

.contact-6 ul li i {
    color: #000;
    font-size: 20px;
    padding: 0 0px 0 0;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.contact-6:hover ul li i {
    background-color: #ffcb00;
    color: #000;
    border: 1px solid #000;
}

.contact-6 ul li a {
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 10px;
    font-family: 'Lexend-Medium';
}

.contact-6 ul li p {
    color: #000;
    font-size: 12px;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Regular';
    margin: 0;
}

.contact-7 {
    padding: 20px 0 0 0;
}

.contact-8 form {
    background-color: #fff;
    padding: 20px 40px 30px 40px;
    border-radius: 25px;
    margin: 0 0 0 40px;
    box-shadow: 0px 30px 40px 0px rgba(0, 15, 47, 0.1);
}

.contact-8 h4 {
    margin: 0;
    color: #000;
    font-size: 13px;
    padding: 15px 0 15px 0;
    font-family: 'Lexend-Bold';
}

.contact-8 form input {
    border: none;
    background-color: #f5f5f5;
    padding: 14px 0 13px 15px;
    font-family: 'Lexend-Medium';
    font-size: 13px;
    border-radius: 10px;
    color: #000;
}

.contact-8 form textarea {
    border: none;
    background-color: #f5f5f5;
    padding: 20px 0 20px 15px;
    font-family: 'Lexend-Medium';
    font-size: 13px;
    border-radius: 10px;
    color: #000;
    margin: 0 0 30px 0;
}

.contact-8 button {
    background-color: #ffcb00;
    color: #000;
    padding: 12px 0;
    width: 100%;
    font-family: 'Lexend-Medium';
    border-radius: 5px;
    border: 2px solid #000;
}

/*Contact-Us-2 Css End*/
/*Our-Review-1 Css Start*/

section.Our-Review-1 {
    background: #2f2f2f url(../images/pages-banner.webp) center;
    padding: 160px 0 100px 0;
    background-size: cover;
    background-blend-mode: overlay;
}

.review-1 h1 {
    margin: 0;
    color: #fff;
    font-size: 45px;
    font-family: 'Lexend-Bold';
    letter-spacing: 1px;
}

/*Our-Review-1 Css End*/
/*Our-Review-2 Css Start*/

section.Our-Review-2 {
    padding: 50px 0 40px 0;
}

.review-2 {
    text-align: center;
    background-color: #fff;
    margin: 13px 10px 13px 10px;
    padding: 30px 25px 20px 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.review-2 h3 {
    margin: 0;
    color: #000;
    font-family: 'Lexend-Bold';
    font-size: 20px;
}

.review-2 p {
    color: #000;
    font-family: 'Lexend-Regular';
    line-height: 26px;
    font-size: 13px;
    margin: 0;
}

.review-2 ul li i {
    color: #ffb539;
    font-size: 14px;
    padding: 0 5px 0 0;
}

.review-3 {
    text-align: -webkit-center;
    padding: 5px 0 15px 0;
}

.review-3 img {
    width: 25%;
    border-radius: 50%;
}

.review-4 {
    padding: 20px 0 0 0;
}

.review-4 i {
    color: #ffcb00;
    font-size: 50px;
}

.review-5 {
    padding: 15px 0;
}

.review-6 {
    padding: 15px 0 0 0;
}

/*Our-Review-2 Css End*/
/*Privacy-Policy-1 Css Start*/

section.Privacy-Policy-1 {
    background: #2f2f2f url(../images/pages-banner.webp) center;
    padding: 160px 0 100px 0;
    background-size: cover;
    background-blend-mode: overlay;
}

.privacy-1 h1 {
    margin: 0;
    color: #fff;
    font-size: 45px;
    font-family: 'Lexend-Bold';
    letter-spacing: 1px;
}

/*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: #2f2f2f url(../images/pages-banner.webp) center;
    padding: 160px 0 100px 0;
    background-size: cover;
    background-blend-mode: overlay;
}

.term-1 h1 {
    margin: 0;
    color: #fff;
    font-size: 45px;
    font-family: 'Lexend-Bold';
    letter-spacing: 1px;
}

/*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*/
/*Thesis-Writing-1 Css Start*/

section.Thesis-Writing-1 {
    padding: 20px 0 0 0;
}

.thesis-1 h3 {
    margin: 0;
    color: #000;
    font-size: 33px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.thesis-1 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Regular';
}

.thesis-2 img {
    width: 100%;
    border-radius: 10px;
}

/*Thesis-Writing-1 Css End*/
/*Thesis-Writing-2 Css Start*/

section.Thesis-Writing-2 {
    padding: 70px 0 40px 0;
}

.thesis-3 {
    background-color: #f7f7f7;
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
    border: 2px solid #0D897D;
}

.thesis-3 h4 {
    margin: 0;
    color: #000;
    font-size: 22px;
    line-height: 40px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.thesis-3 h4 span {
    color: #0D897D;
}

.thesis-3 p {
    margin: 0;
    color: #000;
    font-size: 16px;
    padding: 5px 0 10px 0;
    font-family: 'Lexend-Medium';
}

.thesis-3 p i {
    color: #0D897D;
    padding: 0 10px 0 0;
}

.thesis-4 {
    margin: 30px 0 0 0;
    text-align: center;
    background: #000000de url(../images/thesis-img-2.webp) center;
    background-size: cover;
    padding: 30px 20px 40px;
    background-blend-mode: overlay;
    border-radius: 10px;
}

.thesis-4 h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    padding: 0 0 30px 0;
    font-family: 'Lexend-Bold';
}

.thesis-4 a {
    color: #000;
    font-size: 14px;
    margin: 0 15px 0 0;
    border-radius: 10px;
    background-color: #ffcb00;
    padding: 17px 30px 16px 30px;
    font-family: 'Lexend-Medium';
}

.thesis-4 a:hover {
    color: #000;
}

.thesis-5 h3 {
    margin: 0;
    color: #000;
    font-size: 33px;
    line-height: 55px;
    font-family: 'Lexend-Bold';
}

.thesis-5 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Regular';
}

/*Thesis-Writing-2 Css End*/
/*Thesis-Writing-3 Css Start*/

section.Thesis-Writing-3 {
    padding: 0 0 50px 0;
}

.thesis-6 h3 {
    margin: 0;
    color: #000;
    font-size: 33px;
    line-height: 55px;
    font-family: 'Lexend-Bold';
}

.thesis-6 h4 {
    margin: 0;
    color: #000;
    font-size: 26px;
    padding: 30px 0 20px 0;
    font-family: 'Lexend-Medium';
}

.thesis-6 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Regular';
}

.thesis-7 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 5px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  transform-origin: center center 0px;
  transition: all 0.5s ease-out;
}

.thesis-7:hover {
  transform: perspective(1000px) rotateX(355deg) rotateY(0deg) rotateZ(0deg);
  box-shadow: 0 10px 40px rgba(0,0,0,0);
}

.thesis-8 {
  transform: perspective(1000px) rotateX(0deg) rotateY(35deg) rotateZ(0deg);
  background: linear-gradient(216deg, #0D897D, #000000);
  height: 125px;
}

.thesis-8:hover {
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.thesis-9 {
  transform: perspective(1000px) rotateX(0deg) rotateY(35deg) rotateZ(0deg);
  background: linear-gradient(216deg, #0D897D, #000000);
  height: 180px;
}

.thesis-9:hover {
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.thesis-10 {
  transform: perspective(1000px) rotateX(0deg) rotateY(-35deg) rotateZ(0deg);
  background: linear-gradient(216deg, #0D897D, #000000);
  height: 155px;
}

.thesis-10:hover {
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.thesis-11 {
  transform: perspective(1000px) rotateX(0deg) rotateY(-35deg) rotateZ(0deg);
  background: linear-gradient(216deg, #0D897D, #000000);
  height: 155px;
}

.thesis-11:hover {
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.thesis-12 {
    padding: 20px 20px 20px 20px;
}

.thesis-12 h3 {
    margin: 0;
    color: #ffcb00;
    font-size: 18px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Medium';
}

.thesis-12 p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Lexend-Regular';
}

/*Thesis-Writing-3 Css End*/


@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){


}