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

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

/*Header Css Start*/

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

.head-1 img {
    width: 160px;
    margin: -35px 0 -30px 0;
}

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

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

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

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

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

.head-2 .dropdown-menu.show a {
    color: #000;
}

.head-2 .dropdown-menu.show a:hover {
    color: #0054c9;
}

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

.head-3 a {
    background-color: transparent;
    border: 2px solid #0054c9;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #fff;
    padding: 13px 35px 11px 35px;
    transition: .7s;
    border-radius: 10px;
}

.head-3 a:hover {
    background-color: #0054c9;
    color: #fff;
}

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

section.Banner {
    background: url(../images/banner.jpg) center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 37px 0;
}

.ban-1 span {
    color: #fff;
    font-size: 20px;
    font-family: 'Lexend-Bold';
    letter-spacing: 1px;
}

.ban-1 h1 {
    margin: 0;
    color: #fff;
    font-size: 45px;
    line-height: 70px;
    padding: 15px 0 10px 0;
    font-family: 'Lexend-Bold';
}

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

.ban-1 a {
    color: #fff;
    font-size: 15px;
    background-color: #0054c9;
    padding: 12px 30px;
    border-radius: 10px;
    font-family: 'Lexend-Medium';
}

.ban-1 a:hover {
    color: #fff;
}

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

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

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

.cont-1 span {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
    background-color: #0054c9;
    padding: 5px 5px 7px 5px;
    font-family: 'Lexend-Medium';
}

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

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

.cont-2 a {
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    border: 2px solid #000;
    background-color: #0054c9;
    font-family: 'Lexend-Medium';
    padding: 10px 25px 10px 25px;
}

.cont-2 a:hover {
    color: #fff;
}

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

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

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

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

.cont-4 form {
    background-color: #0054c9;
    padding: 15px 25px 10px 25px;
    border-radius: 15px;
    margin: 0 0 0 0px;
    box-shadow: 0px 30px 40px 0px rgba(0, 15, 47, 0.1);
}

.cont-4 form h2 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 10px 0 20px 0;
    font-family: 'Lexend-Bold';
}

.cont-4 .form-group input.form-control {
    color: #000;
    font-size: 11px;
    margin: 0 0 22px 0;
    border-radius: 10px;
    background-color: #fff;
    padding: 12px 0 10px 10px;
    font-family: 'Lexend-Medium';
    border: 1px dashed #000;
}

.cont-4 form textarea {
    background-color: #fff;
    padding: 20px 0 20px 15px;
    font-family: 'Lexend-Medium';
    font-size: 13px;
    border-radius: 10px;
    color: #000;
    margin: 0 0 20px 0;
    border: 1px dashed #000;
}

.cont-4 button {
    background-color: #000;
    color: #0054c9;
    padding: 12px 0;
    width: 100%;
    font-family: 'Lexend-Medium';
    border-radius: 5px;
    border: 2px solid #000;
}

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

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

.ser-1 {
    text-align: center;
    padding: 0 0 50px 0;
}

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

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

.ser-2 img {
    width: 380px;
}

.ser-3 {
    text-align: center;
    padding: 30px 10px 0 30px;
}

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

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

.ser-3 a {
    color: #fff;
    font-size: 15px;
    padding: 12px 30px;
    border-radius: 10px;
    background-color: #0054c9;
    font-family: 'Lexend-Medium';
}

.ser-3 a:hover {
    color: #000;
}

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

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

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

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

.side-1 a {
    color: #fff;
    font-size: 15px;
    padding: 12px 30px;
    border-radius: 10px;
    background-color: #0054c9;
    font-family: 'Lexend-Medium';
}

.side-1 a:hover {
    color: #000;
}

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

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

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

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

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

.subj-1 {
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.16);
    border-radius: 15px;
    padding: 30px 20px 20px 20px;
    text-align: center;
}

.subj-1 h4 {
    margin: 0;
    color: #000;
    font-size: 16px;
    padding: 25px 0 0 0;
    font-family: 'Lexend-Medium';
}

.subj-2 {
    transform: rotate(45deg);
    background-color: #0054c9;
    border-radius: 20px;
    width: 80px;
    height: 80px;
    line-height: 90px;
    text-align: center;
    left: 20px;
    position: relative;
}

.subj-2 i {
    color: #fff;
    font-size: 35px;
    transform: rotate(-45deg);
    text-align: center;
}

.subj-3 {
    padding: 25px 0;
}

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

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

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

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

.cont-6 {
    text-align: center;
    background: #000000cc url(../images/cont-background.webp);
    background-size: cover;
    padding: 80px 70px;
    background-blend-mode: overlay;
}

.cont-6 h3 {
    margin: 0;
    color: #fff;
    font-size: 35px;
    line-height: 50px;
    padding: 0 0 30px 0;
    font-family: 'Lexend-Bold';
}

.cont-6 a {
    color: #fff;
    font-size: 15px;
    background-color: #0054c9;
    padding: 12px 30px;
    border-radius: 10px;
    font-family: 'Lexend-Medium';
}

.cont-6 a:hover {
    color: #000;
}

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

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

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

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

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

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

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

.wrapper {
    width: 100%;
}

.free {
    color: black;
    border-radius: 20px;
    margin: 20px 0;
    border: 1px solid #0054c9;
    background-color: #0054c93b;
}

.question {
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Lexend-Bold';
    padding: 20px 80px 20px 20px;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    font-family: 'Lexend-Regular';
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

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

.question.active {
    background-color: #0054c9;
    border-radius: 20px;
    color: #fff;
}

/*Faqs Css End*/
/*Side-Banner-2 Css Start*/

section.Side-Banner-2 {
    background-color: #0054c9;
    padding: 40px 0;
}

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

.side-2 h3 {
    margin: 0;
    color: #000;
    font-size: 50px;
    font-style: italic;
    padding: 0 0 5px 0;
    font-family: 'Lexend-Bold';
}

.side-2 p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

.side-line {
    border-right: 1px solid #000;
}

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

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

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

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

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

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

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

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

.cont-9 a {
    color: #fff;
    font-size: 15px;
    background-color: #0054c9;
    padding: 12px 30px;
    border-radius: 10px;
    font-family: 'Lexend-Medium';
}

.cont-9 a:hover {
    color: #fff;
}

.cont-10 {
    background-color: #0054c9;
    padding: 20px 0 5px 20px;
    border-radius: 20px 20px 0px 0px;
}

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

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

.cont-10 ul {
    margin: 0;
}

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

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

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

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

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

/*Content-4 Css End*/
/*Our-Writers Css Start*/

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

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

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

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

.wri-2 {
    background-color: #fff;
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.16);
}

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

.wri-2 p {
    margin: 0;
    font-size: 14px;
    color: #0054c9;
    font-family: 'Lexend-Medium';
}

.wri-3 {
    overflow: hidden;
}

.wri-3 img {
    transition: 0.2s linear;
    width: 100%;
    border-radius: 10px;
}

.wri-2:hover .wri-3 img {
    transform: scale(1.1);
    border-radius: 10px;
}

/*Our-Writers Css End*/
/*Home-Form Css Start*/

section.Home-Contact {
    padding: 50px 0 50px 0;
}

.form-1 input {
    color: #000;
    font-size: 13px;
    font-family: 'Lexend-Medium';
    padding: 19px 0 17px 20px;
    border: 1px solid #0054c9;
    width: 98%;
    margin: 5px 0 5px 0;
    background: none;
}

.form-1 .form-control::placeholder {
    color: #000 !important;
}

.form-1 textarea {
    color: #000;
    font-size: 13px;
    font-family: 'Lexend-Medium';
    padding: 25px 0 40px 20px;
    border: 1px solid #0054c9;
    width: 98%;
    margin: 8px 0 30px 0;
    background: none;
}

.form-1 button {
    background-color: #0054c9;
    color: #000;
    padding: 12px 0;
    width: 30%;
    font-family: 'Lexend-Medium';
    border-radius: 5px;
    border: 2px solid #000;
}

.form-2 {
    display: flex;
}

.form-2 input {
    margin: 5px 178px 5px 0px;
    width: 96%;
}

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

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

.test-0 {
    text-align: center;
    padding: 0 0 30px 0;
}

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

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

.test-2 {
    margin: 13px 10px;
    background-color: #fff;
    border: 2px solid #0054c9;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 3px 12px rgba(99, 130, 255, 0.16);
}

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

.test-3 {
    display: flex;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 2px dashed #0054c9;
}

.test-4 {
    width: 80px;
}

.test-4 img {
    width: 85%;
    padding: 3px;
    border-radius: 50%;
    border: 2px solid #0054c9;
}

.test-5 {
    padding: 10px 0 0 0;
}

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

.test-5 span {
    color: #000;
    font-size: 13px;
    font-family: 'Lexend-Medium';
}

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

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

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

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

.choose-1 a {
    color: #fff;
    font-size: 15px;
    background-color: #0054c9;
    padding: 12px 30px;
    border-radius: 10px;
    font-family: 'Lexend-Medium';
    position: relative;
    top: 20px;
}

.choose-1 a:hover {
    color: #fff;
}

.choose-2 ul {
    border-left: 1px solid #00000042;
    padding-left: 38px;
    margin-left: 15px;
}

.choose-2 ul li {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.choose-2 ul li i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 31px;
    background: #0054c9;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: -53px;
    border-radius: 50%;
    font-size: 16px;
}

.choose-2 ul li h3 {
    margin: 0;
    color: #000;
    font-size: 22px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Medium';
}

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

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

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

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

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

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

.footer-2 h3:after {
    content: "";
    position: absolute;
    height: 19px;
    width: 6px;
    left: 0;
    top: 6px;
    border-radius: 6px;
    background: #0054c9;
}

.footer-2 ul {
    margin: 0;
}

.footer-2 ul li {
    padding: 0 0 10px 0;
}

.footer-2 ul li a {
    color: #000;
    font-size: 14px;
    padding: 0 0 0 0px;
    transition: .5s;
    font-family: 'Lexend-Medium';
}

.footer-2 ul li a:hover {
    color: #0054c9;
    padding: 0 0 0 10px;
}

.footer-2 ul li a i {
    color: #0054c9;
    font-size: 16px;
    padding: 0 5px 0 0;
}

.footer-2 ul li a:hover i {
    color: #0b1f23;
}

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

.footer-3 h3:after {
    content: "";
    position: absolute;
    height: 19px;
    width: 6px;
    left: 0;
    top: 6px;
    border-radius: 6px;
    background: #0054c9;
}

.footer-3 ul {
    margin: 0;
}

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

.footer-3 ul li a {
    color: #000;
    font-size: 14px;
    padding: 0 0 0 0px;
    transition: .5s;
    font-family: 'Lexend-Medium';
}

.footer-3 ul li a:hover {
    color: #0054c9;
    padding: 0 0 0 10px;
}

.footer-3 ul li a i {
    color: #0054c9;
    font-size: 16px;
    padding: 0 5px 0 0;
}

.footer-3 ul li a:hover i {
    color: #0b1f23;
}

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

.footer-4 h3:after {
    content: "";
    position: absolute;
    height: 19px;
    width: 6px;
    left: 0;
    top: 6px;
    border-radius: 6px;
    background: #0054c9;
}

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

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

.footer-4 ul li span {
    color: #fff;
    background-color: #0054c9;
    border-radius: 50%;
    line-height: 38px;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 18px;
}

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

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

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

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

.footer-5 {
    text-align: center;
    margin: 25px 0 0 0;
    padding: 25px 0 20px 0;
    border-top: 1px solid #00000057;
    border-bottom: 1px solid #00000057;
}

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

.footer-6 p span {
    color: #0054c9;
}

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

section.About-Us-1 {
    background: #000000c9 url(../images/pages-background.webp) center;
    padding: 160px 0 100px 0;
    background-size: cover;
    background-blend-mode: overlay;
}

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

.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: #000000c9 url(../images/pages-background.webp) center;
    padding: 160px 0 100px 0;
    background-size: cover;
    background-blend-mode: overlay;
}

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

.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 {
    padding: 40px 0;
}

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

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

.contact-2 form {
    background-color: #0054c9;
    padding: 40px 25px 20px 25px;
    border-radius: 15px;
    margin: 0 0 0 0px;
    box-shadow: 0px 30px 40px 0px rgba(0, 15, 47, 0.1);
}

.contact-2 .form-group input.form-control {
    color: #000;
    font-size: 11px;
    margin: 0 0 22px 0;
    border-radius: 10px;
    background-color: #fff;
    padding: 12px 0 10px 10px;
    font-family: 'Lexend-Medium';
    border: 1px dashed #000;
}

.contact-2 form textarea {
    background-color: #fff;
    padding: 20px 0 20px 15px;
    font-family: 'Lexend-Medium';
    font-size: 13px;
    border-radius: 10px;
    color: #000;
    margin: 0 0 20px 0;
    border: 1px dashed #000;
}

.contact-2 button {
    background-color: #000;
    color: #0054c9;
    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: #000000c9 url(../images/pages-background.webp) center;
    padding: 160px 0 100px 0;
    background-size: cover;
    background-blend-mode: overlay;
}

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

.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: 40px 0;
}

.review-2 {
    margin: 13px 10px;
    background-color: #fff;
    border: 2px solid #0054c9;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 3px 12px rgba(99, 130, 255, 0.16);
}

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

.review-3 {
    display: flex;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 2px dashed #0054c9;
}

.review-4 {
    width: 80px;
}

.review-4 img {
    width: 85%;
    padding: 3px;
    border-radius: 50%;
    border: 2px solid #0054c9;
}

.review-5 {
    padding: 10px 0 0 0;
}

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

.review-5 span {
    color: #000;
    font-size: 14px;
    font-family: 'Lexend-Medium';
}

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

section.Privacy-Policy-1 {
    background: #000000c9 url(../images/pages-background.webp) center;
    padding: 160px 0 100px 0;
    background-size: cover;
    background-blend-mode: overlay;
}

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

.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-2 p span {
    font-size: 16px;
    color: #0054c9;
    font-family: 'Lexend-Bold';
}

.privacy-3 h5 {
    margin: 0;
    color: #000;
    font-size: 20px;
    padding: 10px 0 20px 0;
    font-family: 'Lexend-Medium';
}

.privacy-3 ul {
    margin: 0;
}

.privacy-3 ul li {
    display: flex;
    padding: 0 0 5px 0;
}

.privacy-3 ul li i {
    font-size: 14px;
    color: #0054c9;
    padding: 5px 10px 0 0;
}

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

.privacy-3 ul li a {
    color: #000;
    font-size: 13px;
    padding: 4px 0 0 10px;
    font-family: 'Lexend-Medium';
}

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

.privacy-4 h5 {
    margin: 0;
    color: #000;
    font-size: 20px;
    padding: 0 0 20px 0;
    font-family: 'Lexend-Medium';
}

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

.privacy-4 ul {
    margin: 0;
}

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

.privacy-4 ul li i {
    font-size: 8px;
    color: #0054c9;
    padding: 8px 10px 0 0;
}

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

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

section.Term-Condition-1 {
    background: #000000c9 url(../images/pages-background.webp) center;
    padding: 160px 0 100px 0;
    background-size: cover;
    background-blend-mode: overlay;
}

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

.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-Help-1 Css Start*/

section.Thesis-Help-1 {
    padding: 40px 0 20px 0;
}

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

.thesis-1 img {
    width: 100%;
    border-radius: 10px;
    padding: 0 0 20px 0;
}

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

.thesis-1 h4 {
    margin: 0;
    color: #000;
    font-size: 26px;
    LINE-HEIGHT: 45PX;
    padding: 20px 0 20px 0;
    font-family: 'Lexend-Bold';
}

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

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

.thesis-2 p i {
    font-size: 14px;
    color: #0054c9;
}

.thesis-3 {
    padding: 20px 0 10px 0;
}

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

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

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

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

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

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

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

.thesis-5 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';
}

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

.thesis-6 ul {
    border-radius: 15px;
    margin: 20px 0 20px 0;
    background-color: #fff;
    padding: 30px 10px 20px 20px;
    border: 1px solid #0b1f230d;
    box-shadow: 0px 10px 15px 0px rgba(50, 50, 50, 0.16);
}

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

.thesis-6 ul:hover li i {
    background-color: #0054c9;
    color: #fff;
    border: 1px solid #0054c9;
}

.thesis-6 ul li a {
    color: #000;
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 10px;
    font-family: 'Lexend-Medium';
}

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

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

.thesis-8 {
    background-color: #eff1f5;
    padding: 20px 10px 0px 10px;
}

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

.thesis-8 ul {
    margin: 0;
}

.thesis-8 ul li {
    display: flex;
    padding: 0 0 15px 0;
}

.thesis-8 ul li i {
    color: #0054c9;
    font-size: 20px;
    padding: 2px 10px 0 0;
}

.thesis-8 ul li p {
    margin: 0;
    color: #000000ab;
    font-size: 13px;
    font-family: 'Lexend-Medium';
}

.thesis-9 {
    text-align: center;
    background: #000000de url(../images/thesis-img-3.jpg);
    background-size: cover;
    padding: 30px 20px 40px;
    background-blend-mode: overlay;
    border-radius: 10px;
}

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

.thesis-9 a {
    color: #fff;
    font-size: 15px;
    background-color: #0054c9;
    padding: 12px 25px;
    border-radius: 10px;
    font-family: 'Lexend-Medium';
}

.thesis-9 a:hover {
    color: #000;
}

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

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

/*Thesis-Help-1 Css End*/
/*Thesis-Testimonials Css Start*/

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

/*Thesis-Testimonials 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: #0054c9;
    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: 29px;
    padding: 0 0 50px 0;
    font-family: 'Lexend-Medium';
}

.thankyou-blk a {
    background-color: #0054c9;
    color: #fff;
    padding: 12px 30px 10px;
    font-family: 'Lexend-Medium';
    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: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 320px) and (max-width: 480px){
    
section.Header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Our-Services {
    overflow: hidden;
}

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

section.Our-Subjects {
    overflow: hidden;
}

section.Content-3 {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

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

section.Content-4 {
    overflow: hidden;
}

section.Our-Writers {
    overflow: hidden;
}

section.Home-Contact {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

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

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

.head-2 div#navbarSupportedContent {
    background-color: #fff;
}

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

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

.collapse.show a {
    color: #000;
}

.head-3 a {
    display: none;
}

section.Banner {
    padding: 90px 0 25px 0;
    background-attachment: unset;
}

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

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

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

.ban-1 a {
    font-size: 13px;
}

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

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

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

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

.cont-2 a {
    font-size: 13px;
}

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

.cont-3 h3 {
    font-size: 18px;
    line-height: 30px;
}

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

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

.cont-4 form h2 {
    font-size: 16px;
}

.cont-4 form textarea {
    font-size: 11px;
}

.cont-4 button {
    font-size: 14px;
}

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

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

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

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

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

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

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

.ser-3 a {
    font-size: 13px;
}

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

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

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

.side-1 a {
    font-size: 13px;
}

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

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

.subj-0 h2 {
    font-size: 17px;
    line-height: 30px;
    padding: 0;
}

.subj-1 {
    margin: 0 0 25px 0;
    padding: 30px 20px 50px 20px;
}

.subj-2 {
    width: 60px;
    height: 60px;
    line-height: 70px;
}

.subj-2 i {
    font-size: 26px;
}

.subj-1 h4 {
    font-size: 14px;
    padding: 0 0 0 20px;
    margin: -40px 0 0 0;
}

.subj-3 {
    padding: 0;
}

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

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

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

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

.cont-6 {
    padding: 30px 0 50px 0;
}

.cont-6 h3 {
    font-size: 18px;
    padding: 0 0 10px 0;
}

.cont-6 a {
    font-size: 13px;
}

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

section.Faqs {
    padding: 25px 0 15px 0;
}

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

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

.faq-1 {
    padding: 0;
}

.question {
    font-size: 14px;
    line-height: 25px;
    padding: 10px 30px 10px 15px;
}

.answer {
    font-size: 12px;
    line-height: 20px;
    padding: 15px 10px 0 15px;
}

section.Side-Banner-2 {
    padding: 20px 0;
}

.side-line {
    border: none;
}

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

.side-2 h3 {
    font-size: 30px;
}

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

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

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

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

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

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

.cont-9 a {
    font-size: 13px;
}

.cont-10 h4 {
    font-size: 16px;
}

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

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

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

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

.wri-1 h2 {
    font-size: 17px;
    line-height: 30px;
    padding: 0;
}

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

.wri-2 h3 {
    font-size: 16px;
    padding: 20px 0 0 0;
}

.wri-2 p {
    font-size: 11px;
}

section.Home-Contact {
    padding: 10px 0 0 0;
}

.form-2 {
    display: block;
}

.form-2 input {
    margin: 0;
    width: 100%;
}

.form-1 input {
    width: 100%;
}

.form-1 textarea {
    width: 100%;
}

.form-1 button {
    font-size: 14px;
    width: 100%;
}

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

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

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

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

.test-5 {
    padding: 17px 0 0 0;
}

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

.test-5 span {
    font-size: 10px;
}

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

.choose-1 {
    padding: 0 0 60px 0;
}

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

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

.choose-1 a {
    font-size: 13px;
}

.choose-2 ul li h3 {
    font-size: 14px;
}

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

.footer-1 img {
    width: 80%;
}

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

.footer-2 {
    padding: 0 0 0 25px;
}

.footer-2 h3 {
    font-size: 18px;
}

.footer-2 h3:after {
    left: 15px;
    top: 0px;
}

.footer-2 ul li a {
    font-size: 13px;
}

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

.footer-3 h3 {
    font-size: 18px;
}

.footer-3 h3:after {
    left: 15px;
    top: 0px;
}

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

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

.footer-4 h3 {
    font-size: 18px;
}

.footer-4 h3:after {
    left: 15px;
    top: 0px;
}

.footer-6 p {
    font-size: 12px;
}

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

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

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

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

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

.contact-2 h3 {
    font-size: 18px;
    line-height: 30px;
}

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

.contact-2 button {
    font-size: 14px;
}

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

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

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

.review-5 h3 {
    font-size: 16px;
}

.review-5 span {
    font-size: 10px;
}

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

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

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

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

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

.privacy-4 h5 {
    font-size: 14px;
    line-height: 25px;
}

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

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

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

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

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

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

section.Thesis-Help-1 {
    padding: 20px 0 20px 0;
}

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

.thesis-1 img {
    padding: 0;
}

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

.thesis-1 h4 {
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0 0 0;
}

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

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

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

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

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

.thesis-8 h4 {
    font-size: 15px;
}

.thesis-8 ul li p {
    font-size: 12px;
    padding: 4px 0 0 0;
}

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

.thesis-9 a {
    font-size: 13px;
}

section.Thesis-Testimonials {
    padding: 20px 0 0 0;
}

}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    
section.Header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Our-Services {
    overflow: hidden;
}

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

section.Our-Subjects {
    overflow: hidden;
}

section.Content-3 {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

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

section.Content-4 {
    overflow: hidden;
}

section.Our-Writers {
    overflow: hidden;
}

section.Home-Contact {
    overflow: hidden;
}

section.Testimonials {
    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.Content-1 {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Our-Services {
    overflow: hidden;
}

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

section.Our-Subjects {
    overflow: hidden;
}

section.Content-3 {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

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

section.Content-4 {
    overflow: hidden;
}

section.Our-Writers {
    overflow: hidden;
}

section.Home-Contact {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

}