@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: #EBEBFB;
    margin: 0 0 -10px 0;
}

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

.head-00 {
    padding: 0 0 0 30px;
    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: #004583;
    font-size: 16px;
    padding: 2px 5px 0 0;
}

.head-00 ul li a {
    color: #000;
    font-size: 13px;
    font-family: 'Lexend-Medium';
}

.head-00 ul li a:hover {
    color: #f5812d;
}

.btn-row {
    padding: 25px 0 21px 0;
    background-color: #fff;
}

.head-1 img {
    width: 85%;
    margin: -20px 0 -15px 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-Medium';
}

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

.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: #f5812d;
}

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

.head-3 a {
    background-color: #004583;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Medium';
    color: #fff;
    padding: 16px 35px 15px 35px;
    transition: .3s;
}

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

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

section.Banner {
    background: url(../images/banner.webp) center;
    background-size: cover;
    padding: 30px 0 10px 0;
    position: relative;
    overflow: hidden;
}

.ban-0 {
    position: absolute;
    background-color: #004583;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0px;
}

.ban-1 h1 {
    margin: 0;
    color: #fff;
    font-size: 37px;
    line-height: 60px;
    padding: 0 0 5px 0;
    font-family: 'Lexend-Bold';
}

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

.ban-2 {
    display: flex;
    padding: 30px 0 0 0;
}

.ban-3 {
    margin: 0 15px 0 0;
}

.ban-3 a {
    background-color: #f5812d;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Medium';
    color: #fff;
    padding: 16px 35px 15px 35px;
    transition: .3s;
}

.ban-3 a:hover {
    background-color: #fff;
    color: #f5812d;
    border: none;
}

.ban-4 a {
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Medium';
    color: #f5812d;
    padding: 16px 35px 15px 35px;
    transition: .3s;
}

.ban-4 a:hover {
    background-color: #f5812d;
    color: #fff;
    border: none;
}

.all-sliders {
    display: flex;
    gap: 20px;
    transform: rotate(24deg);
    position: relative;
    left: 30px;
    margin: -147px 0 -152px 0;
}

.slider-vertical {
    height: 750px;
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    flex-direction: column;
    animation: scrollUp 20s linear infinite;
}

.slider-track.reverse {
    animation: scrollDown 20s linear infinite;
}

.book-card {
    background: white;
    margin: 5px auto;
    padding: 5px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    text-align: center;
}

.book-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
}

@keyframes scrollUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

@keyframes scrollDown {
    0% { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}

.slider-vertical:hover .slider-track {
    animation-play-state: paused;
}

/*Banner Css End*/
/*Home-Form Css Start*/

section.Home-Form {
    background-color: #EBEBFB;
}

section.Home-Form .container {
    background-color: #004583;
    border: 6px solid #EBEBFB;
    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: #fff;
    border: none;
    background-color: #f5812d;
    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 {
    background-color: #EBEBFB;
    padding: 20px 0 0 0;
}

.cont-1 {
    padding: 0 0 30px 0;
}

.cont-1 img {
    width: 100%;
    border-radius: 50px;
}

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

.cont-2 h2 {
    margin: 0;
    color: #004583;
    font-size: 45px;
    line-height: 65px;
    font-family: 'Lexend-Bold';
}

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

.cont-4 {
    padding: 30px 15px 10px 15px;
    background-color: #fff;
    border-radius: 20px;
}

.cont-5 ul {
    margin: 0;
}

.cont-5 ul li {
    display: flex;
    padding: 0 0 20px 0;
}

.cont-5 ul li i {
    color: #f5812d;
    font-size: 6px;
    padding: 7px 7px 0 0
}

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

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

.cont-6 a {
    background-color: #f5812d;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Medium';
    color: #fff;
    padding: 16px 35px 15px 35px;
    transition: .3s;
}

.cont-6 a:hover {
    background-color: #004583;
    color: #fff;
    border: none;
}

.cont-7 {
    position: relative;
    bottom: 130px;
    margin: 0 0 -70px 0;
}

.cont-7 img {
    width: 100%;
    border: 8px solid #fff;
    border-radius: 30px;
}

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

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

.process-1 {
    padding: 0 0 50px 0;
}

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

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

.process-2 {
    text-align: end;
    padding: 40px 0 0 0;
}

.process-2 a {
    background-color: #004583;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Medium';
    color: #fff;
    padding: 16px 23px 15px 22px;
    transition: .3s;
}

.process-2 a:hover {
    background-color: #f5812d;
    color: #fff;
    border: none;
}

.process-3 {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 30px 20px;
    border-radius: 30px;
}

.process-3 span {
    color: #F5812D00;
    font-family: "Inter", Sans-serif;
    font-size: 80px;
    font-weight: 900;
    letter-spacing: -4px;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #f5812d;
    stroke: #f5812d;
    text-shadow: 0px 10px 0px #f5812d6e;
}

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

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

.process-4 span {
    color: #F5812D00;
    font-family: "Inter", Sans-serif;
    font-size: 80px;
    font-weight: 900;
    letter-spacing: -4px;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #004583;
    stroke: #004583;
    text-shadow: 0px 10px 0px #0045836e;
}

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

section.Side-Banner-1 {
    overflow: hidden;
    position: relative;
    padding: 70px 0 400px 0;
    background: url(../images/side-background.webp) center;
    background-size: cover;
}

.side-1 {
    position: absolute;
    background: linear-gradient(180deg, #004583 23%, #F2295B00 98%);
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0px;
}

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

.side-2 h3 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    padding: 0 0 20px 0;
    font-family: 'Lexend-Bold';
}

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

.side-3 {
    justify-content: center;
    display: flex;
    padding: 50px 0 0 0;
}

.side-4 a {
    background-color: #f5812d;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Medium';
    color: #fff;
    padding: 16px 35px 15px 35px;
    transition: .3s;
}

.side-4 a:hover {
    background-color: #fff;
    color: #f5812d;
    border: none;
}

.side-5 {
    padding: 0 0 0 30px;
    margin: -10px 0 0 0;
}

.side-5 ul {
    margin: 0;
}

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

.side-5 ul li span {
    width: 50px;
    height: 50px;
    color: #f5812d;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    transform: rotate(-45deg);
    background-color: #fff;
}

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

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

.side-5 ul li a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
    position: relative;
    left: 65px;
    bottom: 25px;
}

.side-5 ul li a:hover {
    color: #f5812d;
}

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

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

.ser-0 {
    padding: 0 0 50px 0;
}

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

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

.ser-1 {
    text-align: end;
    padding: 40px 0 0 0;
}

.ser-1 a {
    background-color: #004583;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Medium';
    color: #fff;
    padding: 16px 23px 15px 22px;
    transition: .3s;
}

.ser-1 a:hover {
    color: #fff;
    background-color: #f5812d;
}

.ser-2 {
    position: relative;
    padding: 30px 20px 20px 20px;
    margin: 0 0 20px 0;
    border: 2px solid #004583;
}

.ser-2:before {
    content: "";
    position: absolute;
    border-left: 3px solid #f5812d;
    border-top: 3px solid #f5812d;
    top: -2px;
    left: -2px;
    width: 40px;
    height: 40px;
}

.ser-2:after {
    content: "";
    position: absolute;
    border-right: 3px solid #f5812d;
    border-bottom: 3px solid #f5812d;
    bottom: -2px;
    right: -2px;
    width: 40px;
    height: 40px;
}

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

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

.ser-2 a {
    font-size: 14px;
    color: #f5812d;
    font-family: 'Lexend-Medium';
}

.ser-2 a:hover {
    color: #004583;
}

.ser-3 {
    display: flex;
    margin: 0 0 -40px 0;
}

.ser-4 img {
    width: 100px;
    border-radius: 50%;
    height: 100px;
    margin: -15px 0 0 0;
}

.ser-5 {
    position: relative;
    left: 80px;
    bottom: 40px;
}

.ser-5-1 {
    left: 85px;
}

.ser-5 span {
    font-size: 100px;
    font-family: 'Lexend-Bold';
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f5812d;
    color: transparent;
}

.ser-6 {
    padding: 40px 0 0 0;
}

/*Our-Services Css End*/
/*Content-2 Css Start*/

section.Content-2 {
    background-color: #004583;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
}

.cont-8 {
    padding: 20px 0 0 0;
}

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

.cont-8 h3 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

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

.cont-9 img {
    width: 100%;
    border-left: 2px solid #f5812d;
    border-right: 2px solid #f5812d;
    border-bottom: 2px solid #f5812d;
    border-radius: 0px 0px 200px 230px;
    padding: 0 5px 5px;
    margin: -20px 0 0 0;
}

.cont-10 img {
    width: 100%;
    border-left: 2px solid #f5812d;
    border-right: 2px solid #f5812d;
    border-top: 2px solid #f5812d;
    border-radius: 200px 230px 0px 0px;
    padding: 5px 5px 0;
    margin: 0 0 -20px 0;
}

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

.cont-12 {
    padding: 20px 0 0 0;
}

.cont-12 ul {
    margin: 0;
}

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

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

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

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

.cont-13 a {
    background-color: #f5812d;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Medium';
    color: #fff;
    padding: 16px 35px 15px 35px;
    transition: .3s;
}

.cont-13 a:hover {
    background-color: #fff;
    color: #f5812d;
    border: none;
}

.cont-14 {
    padding: 50px 0 0 0;
}

/*Content-2 Css End*/
/*Our-Subjects Css Start*/

section.Our-Subjects {
    background-color: #004583;
    padding: 100px 0 60px 0;
    margin: -50px 0 0 0;
}

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

.subj-1 h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.subj-1 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    padding: 0 300px 0 300px;
    font-family: 'Lexend-Medium';
}

.subj-3 {
    background-color: #fff;
    border-radius: 20px;
    text-align: -webkit-center;
    padding: 40px 0 30px 0;
    margin: 13px 10px;
}

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

.subj-3 a {
    color: #f5812d;
    font-size: 14px;
    font-family: 'Lexend-Medium';
}

.subj-3 a:hover {
    color: #004583;
}

.subj-4 {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 120px;
    text-align: center;
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.25);
}

.subj-4 i {
    font-size: 40px;
    color: #004583;
}

.subj-5 {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 120px;
    text-align: center;
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.25);
}

.subj-5 i {
    font-size: 40px;
    color: #f5812d;
}

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

.subj-6 a {
    background-color: #f5812d;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Medium';
    color: #fff;
    padding: 16px 35px 15px 35px;
    transition: .3s;
}

.subj-6 a:hover {
    background-color: #fff;
    color: #004583;
    border: none;
}

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

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

section.Our-Ranking .container {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 50px 0 50px 0;
    box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.rank-1 {
    background: url(../images/rank-background.png) center;
    background-size: cover;
    position: absolute;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0px;
}

.rank-line {
    border-right: 1px solid #f5812d;
}

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

.rank-2 h3 {
    margin: 0;
    color: #004583;
    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*/
/*Faq Css Start*/

section.Faqs {
    padding: 70px 0 40px 0;
}

.faq-1 span {
    color: #f5812d;
    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 5px 20px 10px;
    box-shadow: 0px 30px 40px 0px rgba(0, 15, 47, 0.1);
    background-color: #fff;
    border-radius: 15px;
}

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

.faq-3:hover ul li i {
    background-color: #f5812d;
    color: #fff;
    border: 1px solid #fff;
}

.faq-3 ul li a {
    color: #000;
    font-size: 13px;
    margin: 0;
    padding: 0 0 0 5px;
    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: #004583;
    border: 1px solid #004583;
}

.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: #f5812d;
}

.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: #f5812d;
}

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 10px 10px 20px;
}

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

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

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

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

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

.expert-2 {
    text-align: end;
    padding: 40px 0 0 0;
}

.expert-2 a {
    background-color: #004583;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Medium';
    color: #fff;
    padding: 16px 23px 15px 22px;
    transition: .3s;
}

.expert-2 a:hover {
    color: #fff;
    background-color: #f5812d;
}

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

.expert-4 {
    padding: 25px 0 20px 20px;
    border-style: solid;
    border-width: 0px 3px 5px 0px;
    border-color: #0045836b;
    border-radius: 0px 0px 10px 0px;
}

.choose-5 {
    background-color: #f5812d;
    border-radius: 50%;
    border: 7px solid #004583;
    padding: 10px 35px 0 35px;
}

.choose-5 span {
    color: #fff;
    font-size: 50px;
    font-family: 'Lexend-Bold';
    position: relative;
}

.choose-6 {
    padding: 0 0 0 30px;
}

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

.expert-4 p {
    margin: 0;
    color: #f5812d;
    font-size: 14px;
    font-family: 'Lexend-Medium';
}

.expert-5 {
    padding: 25px 0 20px 20px;
    border-style: solid;
    border-width: 0px 3px 5px 0px;
    border-color: #f5812d70;
    border-radius: 0px 0px 10px 0px;
}

.expert-5 p {
    color: #004583;
}

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

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

.test-1 {
    padding: 0 0 50px 0;
}

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

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

.test-2 {
    text-align: end;
    padding: 40px 0 0 0;
}

.test-2 a {
    background-color: #004583;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Medium';
    color: #fff;
    padding: 16px 23px 15px 22px;
    transition: .3s;
}

.test-2 a:hover {
    color: #fff;
    background-color: #f5812d;
}

.test-4 {
    margin: 13px 10px;
    background-color: #EBEBFB;
    padding: 40px 30px 30px 30px;
    border-radius: 30px;
    box-shadow: 10px 10px 0px 0px #0045836b;
}

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

.test-5 {
    position: absolute;
}

.test-5 img {
    width: 60%;
}

.test-6 {
    display: flex;
    padding: 30px 0 0 0;
}

.test-7 img {
    width: 77px;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #004583;
    height: 80px;
}

.test-9 .test-7 img {
    width: 77px;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #f5812d;
    height: 80px;
}

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

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

.test-8 span i {
    color: #f8a22f;
    font-size: 14px;
    padding: 0 5px 0 0;
}

.test-9 {
    background-color: #f5812d38;
    box-shadow: 10px 10px 0px 0px #f5812d87;
}

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

.choose-0 img {
    width: 100%;
}

.choose-1 {
    box-shadow: 0px 10px 20px 0px rgb(50 50 50 / 10%);
    position: relative;
    right: 30px;
    padding: 22px 20px 23px 20px;
    width: 105%;
}

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

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

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

.choose-3 {
    text-align: end;
    padding: 40px 0 0 0;
}

.choose-3 a {
    background-color: #004583;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lexend-Medium';
    color: #fff;
    padding: 16px 23px 15px 22px;
    transition: .3s;
}

.choose-3 a:hover {
    color: #fff;
    background-color: #f5812d;
}

.choose-4 {
    display: flex;
    position: relative;
    right: 80px;
}

.choose-4:hover .choose-5 {
    background-color: #004583;
    border: 7px solid #f5812d;
}

.choose-6 h3 {
    margin: 0;
    color: #000;
    font-size: 20px;
    padding: 0 0 10px 0;
}

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

.choose-7 {
    padding: 15px 0 15px 0;
}

.choose-8 {
    padding: 15px 0 0 0;
}

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

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

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

.footer-2 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    padding: 22px 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, #f5812d, 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: #f5812d;
    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, #f5812d, transparent);
}

.footer-4 ul {
    margin: 0;
}

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

.footer-4 ul li i {
    color: #f5812d;
    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, #f5812d, 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: 30px;
    text-align: center;
    border-radius: 10px;
    transform: rotate(-45deg);
    border: 2px solid #f5812d;
    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: #f5812d;
}

.footer-5 img {
    width: 100%;
}

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

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

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

/*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-color: #004583;
    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: #f5812d;
}

.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 #EBEBFB;
    left: 1000px;
    bottom: 410px;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
}

.contact-5 {
    width: 300px;
    height: 300px;
    border: 50px solid #EBEBFB;
    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: #004583;
    font-size: 20px;
    padding: 0 0px 0 0;
    border: 1px solid #f5812d;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.contact-6:hover ul li i {
    background-color: #f5812d;
    color: #fff;
    border: 1px solid transparent;
}

.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: #004583;
    color: #fff;
    padding: 12px 0;
    width: 100%;
    font-family: 'Lexend-Medium';
    border-radius: 5px;
    border: none;
}

/*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: 77px;
    height: 80px;
    border: 2px solid #f5812d;
    border-radius: 50%;
    padding: 3px;
}

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

.review-4 i {
    color: #f5812d;
    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: 60px 0 0 0;
}

.thesis-1 {
    background-color: #EBEBFB;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
}

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

.thesis-1 h2:after {
    content: '';
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 34px;
    border-radius: 10px;
    height: 2px;
    width: 110px;
    background-color: transparent;
    background-image: linear-gradient(to right, #f5812d, transparent);
}

.thesis-1 ul {
    margin: 0;
}

.thesis-1 ul li {
    margin: 0 0 10px 0;
    background: #004583;
    padding: 12px 20px 10px;
    border-radius: 10px;
}

.thesis-1 ul li.\31 st-box {
    color: #fff;
    font-size: 16px;
    background: #f5812d;
    font-family: 'Lexend-Medium';
}

.thesis-1 ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Lexend-Medium';
}

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

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

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

.thesis-3 {
    margin: 30px 0 0 0;
    border-radius: 10px;
    background-color: #EBEBFB;
    padding: 20px 10px 10px 20px;
}

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

.thesis-3 h3:after {
    content: '';
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 35px;
    border-radius: 10px;
    height: 3px;
    width: 110px;
    background-color: transparent;
    background-image: linear-gradient(to right, #f5812d, transparent);
}

.thesis-3 ul {
    margin: 0;
}

.thesis-3 ul li {
    display: flex;
    padding: 0 0 20px 0;
}

.thesis-3 ul li i {
    font-size: 20px;
    color: #f5812d;
    padding: 0 15px 0 0;
}

.thesis-3 ul li p {
    margin: 0;
    font-size: 14px;
    color: #004583;
    font-family: 'Lexend-Medium';
    text-shadow: 0px 0px 11px #00000059;
}

.thesis-4 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: 30px 0 0 0;
}

.thesis-6 {
    margin: 13px 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px 25px 15px 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.thesis-6 h4 {
    margin: 0;
    color: #000;
    font-size: 20px;
    padding: 0 0 3px 0;
    font-family: 'Lexend-Bold';
}

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

.thesis-7 {
    display: flex;
}

.thesis-8 {
    padding: 5px 0 15px 0;
    text-align: -webkit-center;
}

.thesis-8 img {
    width: 77px;
    height: 80px;
    padding: 3px;
    border-radius: 50%;
    border: 2px solid #f5812d;
}

.thesis-9 {
    padding: 22px 0 0 20px;
}

.thesis-9 ul {
    margin: 0;
}

.thesis-9 ul li i {
    color: #ffb539;
    font-size: 14px;
    padding: 0 5px 20px 0;
}

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

.thesis-11 ul {
    margin: 0 0 14px 0;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #004583;
    padding: 20px 10px 15px 15px;
    box-shadow: 0px 10px 10px 0px rgba(0, 15, 47, 0.1);
}

.thesis-11 ul:hover {
    border: 1px solid #f5812d;
}

.thesis-11 ul li {
    display: flex;
}

.thesis-11 ul li span {
    top: 13px;
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    background-color: #f5812d;
}

.thesis-11 ul:hover li span {
    background-color: #004583;
}

.thesis-11 ul li span i {
    color: #fff;
    font-size: 24px;
}

.thesis-11 ul li a {
    left: 67px;
    margin: 0;
    bottom: 10px;
    color: #000;
    font-size: 14px;
    position: relative;
    font-family: 'Lexend-Medium';
}

.thesis-11 ul li a:hover {
    color: #f5812d;
}

.thesis-11 ul li p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0 0 15px;
    font-family: 'Lexend-Medium';
}

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

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

.thesis-12 h3 {
    margin: 0;
    color: #000;
    font-size: 33px;
    line-height: 55px;
    font-family: 'Lexend-Bold';
}

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

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

.thesis-13 h4 {
    margin: 0;
    color: #004583;
    font-size: 26px;
    padding: 0 0 25px 0;
    font-family: 'Lexend-Medium';
}

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

.thesis-13 p span {
    color: #f5812d;
    font-size: 16px;
    padding: 0 5px 0 0;
    font-family: 'Lexend-Bold';
}

.thesis-14 {
    margin: 10px 0 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 70px 71px;
    border-radius: 10px;
    background: url(../images/thesis-img-3.webp) center;
    background-size: cover;
}

.thesis-14 h3 {
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: 35px;
    line-height: 50px;
    position: relative;
    padding: 0 0 30px 0;
    font-family: 'Lexend-Bold';
}

.thesis-14 a {
    z-index: 1;
    color: #fff;
    font-size: 14px;
    transition: .3s;
    position: relative;
    border-radius: 10px;
    background-color: #f5812d;
    padding: 16px 35px 15px 35px;
    font-family: 'Lexend-Medium';
}

.thesis-14 a:hover {
    border: none;
    color: #f5812d;
    background-color: #fff;
}

.thesis-15 {
    position: absolute;
    background-color: #004583;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
}

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

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

.thesis-16 h3 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    padding: 10px 15px 5px 15px;
    font-family: 'Lexend-Bold';
    background-color: #f5812d;
    border-radius: 10px 10px 0 0;
}

.thesis-16 form {
    background-color: #004583;
    padding: 20px 15px 1px 15px;
    border-radius: 0 0 10px 10px;
}

.thesis-16 form input.form-control {
    color: #000;
    margin: 0 0 10px 0;
    border: none;
    padding: 10px 0 7px 15px;
    font-family: 'Lexend-Medium';
    font-size: 13px;
    border-radius: 5px;
}

.thesis-16 form textarea.form-control {
    color: #000;
    margin: 0 0 20px 0;
    border: none;
    padding: 15px 0 10px 15px;
    font-size: 13px;
    font-family: 'Lexend-Medium';
    border-radius: 5px;
}

.thesis-16 form button {
    background-color: #f5812d;
    color: #fff;
    padding: 12px 0;
    width: 100%;
    font-family: 'Lexend-Medium';
    border-radius: 5px;
    border: none;
    font-size: 14px;
}

.thesis-17 {
    right: 5px;
    position: relative;
    padding: 0px 0 0 0;
}

.thesis-17 img {
    width: 105%;
}

.thesis-18 .card-body p {
    padding: 10px 20px 10px 20px;
}

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

section.Thesis-Form {
    background-color: #fff;
    margin: 0 0 -60px 0;
}

section.Thesis-Form .container {
    border-color: #fff;
}

/*Thesis-Form 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 {
    font-size: 60px;
    background: #004583;
    color: #fff;
    min-width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 20px 0px;
    border-radius: 50%;
}

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

.thankyou-blk a {
    background-color: #f5812d;
    color: #fff;
    padding: 12px 30px 10px;
    font-family: 'Lexend-Bold';
    border-radius: 5px;
    border: 2px solid #000;
}

.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: 320px) and (max-width: 480px){

section.Header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Home-Form {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Our-Process {
    overflow: hidden;
}

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

section.Our-Services {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.Our-Ranking {
    overflow: hidden;
}

section.Our-Subjects {
    overflow: hidden;
}

section.Our-Expert {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

.head-0 p {
    font-size: 12px;
    padding: 0 0 15px 0;
}

.head-00 {
    left: 0;
    padding: 0;
}

.head-00 ul li {
    padding: 0 42px 0 0;
}

.head-00 ul li a {
    font-size: 12px;
}

.btn-row {
    padding: 25px 0 0 0;
    margin: 0 0 -25px 0;
}

.head-1 img {
    width: 60%;
    padding: 7px 0 0 0;
}

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

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

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

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

div#navbarSupportedContent {
    margin: 0 0 -15px 0;
}

.head-2 .dropdown-menu.show {
    text-align: center;
}

.head-3 a {
    display: none;
}

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

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

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

.ban-3 a {
    font-size: 12px;
    padding: 10px 20px 10px 20px;
}

.ban-4 a {
    font-size: 12px;
    padding: 10px 20px 10px 20px;
}

.all-sliders {
    transform: rotate(0deg);
    margin: 30px 0 -152px 0;
    left: 0;
}

.book-card img {
    width: 100%;
}

section.Home-Form {
    padding: 20px 0 0 0;
}

section.Home-Form .container {
    top: 0;
    border-radius: 15px;
    padding: 20px 15px 0 15px;
}

.form-2 {
    display: block;
}

.form-3 input.form-control {
    border-radius: 5px;
}

.form-3 textarea.form-control {
    border-radius: 5px;
}

.form-3 button {
    width: 110%;
    font-size: 14px;
}

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

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

.cont-2 span {
    font-size: 14px;
}

.cont-2 h2 {
    font-size: 18px;
    line-height: 30px;
}

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

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

.cont-6 a {
    font-size: 12px;
    padding: 13px 25px 11px 25px;
}

.cont-7 {
    bottom: 0;
    padding: 40px 0 0 0;
}

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

.process-1 {
    padding: 0;
}

.process-1 span {
    font-size: 14px;
}

.process-1 h2 {
    font-size: 17px;
    line-height: 30px;
}

.process-2 {
    text-align: left;
    padding: 20px 0 50px 0;
}

.process-2 a {
    font-size: 12px;
    padding: 12px 25px 10px 25px;
}

.process-3 {
    margin: 0 0 30px 0;
}

.process-3 span {
    font-size: 50px;
}

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

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

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

.side-1 {
    height: 150%;
}

.side-2 h3 {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 5px 0;
}

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

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

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

.side-4 a {
    font-size: 10px;
    padding: 10px 15px 10px 15px;
}

.side-5 {
    padding: 0;
}

.side-5 ul li span {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.side-5 ul li p {
    font-size: 12px;
    text-shadow: 0 0 7px #000;
    padding: 0 0 0 10px;
}

.side-5 ul li a {
    font-size: 14px;
    text-shadow: 0 0 7px #000;
    left: 50px;
}

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

.ser-0 {
    padding: 0;
}

.ser-0 span {
    font-size: 14px;
}

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

.ser-1 {
    padding: 20px 0 40px 0;
    text-align: justify;
}

.ser-1 a {
    font-size: 12px;
    padding: 12px 25px 10px 25px;
}

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

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

.ser-5 {
    left: 30px;
}

.ser-6 {
    padding: 0;
}

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

.cont-8 span {
    font-size: 14px;
}

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

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

.cont-11 p {
    font-size: 12px;
    line-height: 20px;
    padding: 40px 0 0 0;
}

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

.cont-13 a {
    font-size: 12px;
    padding: 12px 25px 10px 25px;
}

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

.test-1 {
    padding: 0;
}

.test-1 span {
    font-size: 14px;
}

.test-1 h2 {
    font-size: 16px;
    line-height: 30px;
}

.test-2 {
    text-align: justify;
    padding: 20px 0 30px 0;
}

.test-2 a {
    font-size: 12px;
    padding: 12px 25px 10px 25px;
}

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

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

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

.test-8 span i {
    font-size: 12px;
}

section.Our-Ranking .container {
    width: 90%;
    padding: 20px 0 0 0;
}

.rank-line {
    border: none;
}

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

.rank-2 h3 {
    font-size: 22px;
}

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

section.Our-Subjects {
    padding: 75px 0 45px 0;
}

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

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

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

.subj-3 h3 {
    font-size: 15px;
}

.subj-6 a {
    font-size: 12px;
    padding: 12px 25px 10px 25px;
}

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

.expert-1 {
    padding: 0;
}

.expert-1 span {
    font-size: 14px;
}

.expert-1 h2 {
    font-size: 16px;
    line-height: 30px;
}

.expert-2 {
    text-align: justify;
    padding: 20px 0 35px 0;
}

.expert-2 a {
    font-size: 12px;
    padding: 12px 25px 10px 25px;
}

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

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

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

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

.faq-1 span {
    font-size: 14px;
}

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

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

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

div#faqs-content {
    padding: 30px 0 0 0;
}

.card-header h4 {
    font-size: 13px;
    padding: 0 40px 0 0;
}

.card-header h4::after {
    right: 10px;
}

.card-header h4.collapsed::after {
    right: 10px;
}

.card-body p {
    font-size: 12px;
    line-height: 20px;
    padding: 15px 20px 15px 20px;
}

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

.choose-1 {
    right: 0;
    width: 100%;
    padding: 20px;
}

.choose-2 {
    padding: 0;
}

.choose-2 span {
    font-size: 14px;
}

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

.choose-3 {
    text-align: justify;
    padding: 20px 0 35px 0;
}

.choose-3 a {
    font-size: 12px;
    padding: 12px 25px 10px;
}

.choose-4 {
    display: block;
    right: 0;
}

.choose-5 {
    width: 100px;
    height: 100px;
    line-height: 70px;
    padding: 10px 0 0 0;
    text-align: center;
    display: inline-block;
}

.choose-6 {
    padding: 10px 0 0 0;
}

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

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

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

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

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

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

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

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

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

.footer-9 p {
    font-size: 11px;
}

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

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

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

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

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

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

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

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

.contact-6 ul {
    margin: 0 0 15px 0;
}

.contact-7 {
    padding: 0;
}

.contact-8 form {
    width: 100%;
    margin: 0;
    padding: 20px;
}

.contact-8 h4 {
    font-size: 12px;
}

.contact-8 form input {
    font-size: 12px;
}

.contact-8 form textarea {
    font-size: 12px;
}

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

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

.review-2 {
    padding: 20px 15px;
}

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

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

.review-2 ul li i {
    font-size: 12px;
}

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

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

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

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

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

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

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

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

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

.thesis-1 h2 {
    font-size: 20px;
}

.thesis-1 ul li.\31 st-box {
    font-size: 14px;
}

.thesis-1 ul li a {
    font-size: 14px;
}

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

.thesis-2 h3 {
    font-size: 17px;
    padding: 25px 0 0 0;
}

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

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

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

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

.thesis-6 h4 {
    font-size: 14px;
}

.thesis-6 p {
    font-size: 12px;
    initial-letter: 20px;
}

.thesis-9 ul li i {
    font-size: 12px;
}

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

.thesis-11 ul {
    padding: 0 0 10px 15px;
}

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

.thesis-11 ul li a {
    font-size: 13px;
}

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

.thesis-12 h3 {
    font-size: 16px;
    line-height: 30px;
}

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

.thesis-13 h4 {
    font-size: 17px;
    line-height: 30px;
}

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

.thesis-14 {
    padding: 15px 0 35px 0;
}

.thesis-14 h3 {
    font-size: 18px;
}

.thesis-14 a {
    font-size: 12px;
    padding: 12px 25px 10px;
}

.thesis-17 img {
    display: none;
}

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

section.Header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Home-Form {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Our-Process {
    overflow: hidden;
}

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

section.Our-Services {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.Our-Ranking {
    overflow: hidden;
}

section.Our-Subjects {
    overflow: hidden;
}

section.Our-Expert {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

section.Why-Choose {
    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.Home-Form {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Our-Process {
    overflow: hidden;
}

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

section.Our-Services {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.Our-Ranking {
    overflow: hidden;
}

section.Our-Subjects {
    overflow: hidden;
}

section.Our-Expert {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

}