@font-face {
 font-family: "Poppins-Bold";
 src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
 font-family: "Poppins-Medium";
 src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
 font-family: "Poppins-Light";
 src: url("../fonts/Poppins-Light.ttf") format("truetype");
}
@font-face {
 font-family: "Poppins-Regular";
 src: url("../fonts/Poppins-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.Main-Header {
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.first-header {
    padding: 15px 0 0 0;
}

.first-header .container {
  background-color: #fff;
  padding: 25px 13px 20px 13px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.head-1 img {
    width: 160px;
    margin: -25px 0 -20px 0;
}

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

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

.head-2 ul li a {
    color: #000;
    font-size: 13px;
    font-family: Poppins-Medium;
}

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

.dropdown-menu a {
    color: #000 !important;
}

.head-3 {
    text-align: end;
    margin: -3px 0 0 0;
}

.head-3 a {
    color: #5f2dee;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    letter-spacing: 1px;
    border: 1px solid #5f2dee;
    padding: 13px 20px 12px 20px;
}

.head-3 a:hover {
    color: #5f2dee;
}

.second-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 25px 0 21px 0;
  z-index: 999999999;
  box-shadow: 0 3px 20px rgba(99, 130, 255, 0.16);
}

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

section.Banner {
    padding: 90px 0 13px 0;
    background-color: #d9dedf82;
}

.ban-8:before {
    position: absolute;
    content: '';
    right: -70px;
    top: -91px;
    height: 124%;
    width: 110%;
    background: #1d1729 url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.ban-1 h1 {
    color: #1d1729;
    font-family: 'Poppins-Bold';
    font-size: 35px;
    margin: 0;
    line-height: 45px;
    padding: 0 0 20px 0;
}

.ban-1 p {
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 13px;
    margin: -5px 0 0 0;
    padding: 0 0 25px 0;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.35);
}

.ban-2 {
    display: flex;
}

.ban-3 a {
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 15px;
    background-color: #5f2dee;
    padding: 10px 35px 8px;
    border-radius: 5px;
    margin: 0 10px 0 0;
}

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

.ban-4 {
    margin: -5px 0 0 0;
    padding: 0 0 0 15px;
}

.ban-4 ul {
    margin: 0;
}

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

.ban-4 ul li span {
    color: #5f2dee;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    transform: rotate(-45deg);
    border: 2px solid #5f2dee;
}

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

.ban-4 ul li p {
    padding: 8px 0 0 15px;
    font-size: 13px;
    font-family: 'Poppins-Medium';
    color: #000;
    margin: 0;
    text-shadow: none;
    line-height: 0px;
}

.ban-4 ul li a {
    color: #000;
    font-size: 12px;
    font-family: 'Poppins-Medium';
    position: relative;
    left: 50px;
    bottom: 15px;
}

.ban-5 form {
    background-color: #5f2dee1c;
    border: 1px solid #5f2dee;
    padding: 10px 11px 5px 20px;
    border-radius: 10px;
}

.ban-5 span {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 12px;
}

.ban-5 .form-group {
    margin: 0 0 10px 0;
}

.ban-5 input {
    color: #000;
    font-size: 13px;
    font-family: 'Poppins-Medium';
    padding: 9px 0 7px 20px;
    background: none;
    border: none;
    border-radius: 5px;
    width: 98%;
    margin: 5px 0 0 0;
    border: 1px solid #5f2dee;
    letter-spacing: 1px;
}

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

.ban-5 textarea {
    color: #000;
    font-size: 13px;
    font-family: 'Poppins-Medium';
    padding: 10px 0 0 20px;
    background: none;
    border: none;
    border-radius: 5px;
    width: 100%;
    margin: 5px 77px 0 0;
    border: 1px solid #5f2dee;
    letter-spacing: 1px;
    height: 37px;
}

.ban-5 button {
    background-color: #5f2dee;
    color: #fff;
    font-size: 16px;
    border: none;
    font-family: 'Poppins-Bold';
    letter-spacing: 1px;
    padding: 12px 70px 9px 70px;
    border-radius: 30px;
    transition: all .2s linear 0s;
    cursor: pointer;
}

.ban-6 {
    display: flex;
}

.ban-6 input {
    margin: 3px 170px 2px 0px;
    width: 96%;
}

.ban-7 {
    display: flex;
}

.ban-7 input {
    margin: 5px 70px 5px 0px;
    width: 96%;
}

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

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

.rate-1 {
    background-color: #fff;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 20px 0 20px 0;
    border: 1px dotted #5f2dee;
}

.rate-1 h3 {
    margin: 0;
    color: #1d1729;
    font-size: 40px;
    letter-spacing: 1px;
    font-family: 'Poppins-Bold';
    font-style: italic;
}

.rate-1 p {
    margin: 0;
    color: #5f2dee;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Poppins-Medium';
}

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

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

.cont-4 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    top: 130px;
    text-align: -webkit-right;
    left: 250px;
}

.cont-4 img {
    width: 90%;
}

.cont-2 {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 15px;
}

.cont-2 img {
    width: 95%;
}

.cont-3 {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    bottom: -220px;
}

.cont-3 img {
    width: 95%;
    border-radius: 10px;
}

.cont-5 h2 {
    color: #000;
    font-size: 35px;
    font-family: 'Poppins-Bold';
    line-height: 60px;
    padding: 0 0 10px 0;
}

.cont-5 h2 span {
    color: #5f2dee;
}

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

.cont-5 a {
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 15px;
    background-color: #5f2dee;
    padding: 10px 35px 8px;
    border-radius: 5px;
    margin: 0 10px 0 0;
    position: relative;
    top: 17px;
}

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

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

section.Services {
    background-color: #1d1729;
    padding: 50px 0 50px 0;
}

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

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

.ser-0 p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins-Medium';
}

.ser-1 {
    background-color: #ffffff17;
    padding: 39px 20px 47px 20px;
}

.ser-1 h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: 'Poppins-Bold';
}

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

.ser-1 a {
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 15px;
    background-color: #5f2dee;
    padding: 10px 35px 8px;
    border-radius: 5px;
    margin: 0 10px 0 0;
}

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

.ser-2 {
    background-color: #ffffff17;
    padding: 25px 20px 35px 20px;
}

.ser-2 h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: 'Poppins-Bold';
}

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

.ser-2 a {
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 15px;
    background-color: #5f2dee;
    padding: 10px 35px 8px;
    border-radius: 5px;
    margin: 0 10px 0 0;
}

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

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

.ser-4 {
    background-color: #ffffff17;
    padding: 25px 20px 35px 20px;
}

.ser-4 h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: 'Poppins-Bold';
}

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

.ser-4 a {
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 15px;
    background-color: #5f2dee;
    padding: 10px 35px 8px;
    border-radius: 5px;
    margin: 0 10px 0 0;
}

.ser-4 a:hover {
    color: #fff;
}

.ser-5 {
    background-color: #ffffff17;
    padding: 39px 20px 47px 20px;
}

.ser-5 h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: 'Poppins-Bold';
}

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

.ser-5 a {
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 15px;
    background-color: #5f2dee;
    padding: 10px 35px 8px;
    border-radius: 5px;
    margin: 0 10px 0 0;
}

.ser-5 a:hover {
    color: #fff;
}

/*Services Css End*/
/*Subjects Css Start*/

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

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

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

.subj-0 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins-Medium';
}

.subj-1 {
    color: #000;
    align-items: center;
    display: flex;
    border: 1px dotted #5f2dee;
    padding: 25px 10px 23px 20px;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

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

.subj-1 h3 {
    margin: 0;
    color: #000;
    font-size: 12px;
    font-family: Poppins-Bold;
    padding: 0 0 0 15px;
}

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

/*Subjects Css End*/
/*Course-Images Css Start*/

section.Course-Images {
    padding: 10px 0 20px 0;
}

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

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

.image-0 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins-Medium';
}

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

.image-1 img {
    width: 70%;
    border: 2px solid #d9dedf;
    padding: 5px;
}

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

/*Course-Image Css End*/
/*Testimonials Css Start*/

section.Testimonial {
    padding: 40px 0 30px 0;
}

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

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

.test-0 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins-Medium';
}

.test-2 {
    background: #fff;
    margin: 0px 15px;
    box-shadow: 0 3px 20px rgba(99, 130, 255, 0.16);
    border: 1px solid #5f2dee42;
}

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

.test-3 {
    background-color: #d9dedf;
    padding: 10px 20px 20px 20px;
}

.test-3 h4 {
    font-family: 'Poppins-Bold';
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 15px 0 0 0;
}

.test-3 i {
    color: #f8a22f;
    font-size: 12px;
    padding: 0 5px 0 0;
}

.test-4 {
    float: left;
    margin-right: 15px;
}

.test-4 img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 2px 2px 2px 2px;
    border: 2px solid #5f2dee;
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
}

/*Testimonials Css End*/
/*Grades Css Start*/

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

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

.grade-0 h2 {
    margin: 0;
    color: #000;
    font-size: 30px;
    letter-spacing: 1px;
    padding: 0 155px 5px 155px;
    font-family: 'Poppins-Bold';
    line-height: 55px;
}

.grade-0 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins-Medium';
}

.grade-1 {
    text-align: center;
    padding: 20px 26px 20px;
    border: 2px solid #1d1729;
}

.grade-1 img {
    width: 60%;
    background-color: #1d1729;
    padding: 10px;
}

.grade-1 h3 {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    padding: 12px 0 0 0;
}

/*Grades Css End*/
/*Our-Writers Css Start*/

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

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

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

.wri-0 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins-Medium';
}

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

.wri-2 {
    width: 90%;
    z-index: 2;
    background-color: #fff;
    position: relative;
    bottom: 30px;
    left: 12px;
    border-radius: 10px;
    text-align: center;
    padding: 15px 0 15px 0;
    box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
}

.wri-2 h3 {
    color: #1d1729;
    font-size: 18px;
    margin: 0;
    font-family: 'Poppins-Bold';
}

.wri-2 span {
    color: #5f2dee;
    font-size: 12px;
    font-family: Poppins-Bold;
    letter-spacing: 1px;
}

/*Our-Writers Css End*/
/*Our-Process Css Start*/

section.Our-process {
    padding: 20px 0 40px 0;
    background-color: #fff;
}

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

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

.process-0 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins-Medium';
}

.process-1 {
    position: relative;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    padding: 50px 10px 15px 15px;
}

.process-1 h3 {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins-Bold';
    letter-spacing: 1px;
    padding: 40px 0 10px 0;
}

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

.process-2:before, .process-2:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 65px;
    background-color: #d9dedf;
    -webkit-clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
}

.process-2:after {
    background-color: #5f2dee;
    top: 20px;
    left: 75px;
    z-index: 1;
}

.process-2 img {
    width: 20%;
    z-index: 222222;
    position: relative;
}

/*Our-Process Css Start*/
/*First-Footer Css Start*/

section.First-Footer {
    padding: 50px 0 30px 0;
    background-color: #1d1729;
}

.footer-1 {
    background: radial-gradient(267.9% 200.83% at 47.19% -80%, hsl(0deg 0% 100% / 23%) 0, hsla(0, 0%, 100%, 0) 100%);
    padding: 20px 20px 0;
    border-radius: 30px;
}

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

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

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

.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: -webkit-linear-gradient(left, #5f2dee, transparent);
    background-image: linear-gradient(to right, #5f2dee, 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: #fff;
    font-size: 18px;
    position: relative;
    bottom: -1px;
    padding: 0 10px 0 10px;
}

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

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

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

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

.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: -webkit-linear-gradient(left, #5f2dee, transparent);
    background-image: linear-gradient(to right, #5f2dee, transparent);
}

.footer-4 ul {
    margin: 0;
}

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

.footer-4 ul li i {
    color: #fff;
    font-size: 18px;
    position: relative;
    bottom: -1px;
    padding: 0 10px 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section.About-Us-1 {
    background: url(../images/pages-banner.jpg);
    background-size: cover;
    padding: 230px 0 100px 0;
}

.about-1 h2 {
    margin: 0;
    color: #000;
    font-size: 45px;
    font-family: 'Poppins-Bold';
    letter-spacing: 1px;
    padding: 0 0 10px 0;
}

.about-1 h3 {
    margin: 0;
    color: #5f2dee;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    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: Poppins-Regular;
}

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

section.Contact-Us-1 {
    background: url(../images/pages-banner.jpg);
    background-size: cover;
    padding: 230px 0 100px 0;
}

.contact-1 h2 {
    margin: 0;
    color: #000;
    font-size: 45px;
    font-family: 'Poppins-Bold';
    letter-spacing: 1px;
    padding: 0 0 10px 0;
}

.contact-1 h3 {
    margin: 0;
    color: #5f2dee;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section.Privacy-Policy-1 {
    background: url(../images/pages-banner.jpg);
    background-size: cover;
    padding: 230px 0 100px 0;
}

.privacy-1 h2 {
    margin: 0;
    color: #000;
    font-size: 45px;
    font-family: 'Poppins-Bold';
    letter-spacing: 1px;
    padding: 0 0 10px 0;
}

.privacy-1 h3 {
    margin: 0;
    color: #5f2dee;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    letter-spacing: 1px;
}

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

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

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

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

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

section.Term-Condition-1 {
    background: url(../images/pages-banner.jpg);
    background-size: cover;
    padding: 230px 0 100px 0;
}

.term-1 h2 {
    margin: 0;
    color: #000;
    font-size: 45px;
    font-family: 'Poppins-Bold';
    letter-spacing: 1px;
    padding: 0 0 10px 0;
}

.term-1 h3 {
    margin: 0;
    color: #5f2dee;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    letter-spacing: 1px;
}

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

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

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

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

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

section.Our-Reviews-1 {
    background: url(../images/pages-banner.jpg);
    background-size: cover;
    padding: 230px 0 100px 0;
}

.review-0 h2 {
    margin: 0;
    color: #000;
    font-size: 45px;
    font-family: 'Poppins-Bold';
    letter-spacing: 1px;
    padding: 0 0 10px 0;
}

.review-0 h3 {
    margin: 0;
    color: #5f2dee;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    letter-spacing: 1px;
}

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

section.Our-Reviews-2 {
    padding: 40px 0 30px 0;
}

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

.review-2 {
    background: #fff;
    margin: 0px 15px;
    box-shadow: 0 3px 20px rgba(99, 130, 255, 0.16);
    border: 1px solid #5f2dee42;
}

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

.review-3 {
    background-color: #d9dedf;
    padding: 10px 20px 20px 20px;
}

.review-3 h4 {
    font-family: 'Poppins-Bold';
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 15px 0 0 0;
}

.review-3 i {
    color: #f8a22f;
    font-size: 12px;
    padding: 0 5px 0 0;
}

.review-4 {
    float: left;
    margin-right: 15px;
}

.review-4 img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 2px 2px 2px 2px;
    border: 2px solid #5f2dee;
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
}

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

section.Thesis-Writing-1 {
    margin: -30px 0 -10px 0;
}

.thesis-1 h3 {
    margin: 0;
    color: #000;
    font-size: 26px;
    letter-spacing: 1px;
    padding: 0 0 20px 0;
    font-family: 'Poppins-Bold';
}

.thesis-1 h4 {
    margin: 0;
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 15px 0 10px 0;
    font-family: 'Poppins-Medium';
}

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

.thesis-1 p span {
    color: #5f2dee;
}

.thesis-1 p i {
    background-color: #5f2dee;
    color: #fff;
    font-size: 9px;
    border-radius: 50%;
    margin: 0 5px 10px 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

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

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

.thesis-2 span {
    color: #5f2dee;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    letter-spacing: 1px;
}

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

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

.thesis-3 {
    background-color: #d9dedf8a;
    padding: 30px 20px 20px 20px;
    border-radius: 30px;
    border: 1px solid #5f2dee;
}

.thesis-3 h4 {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 22px;
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 40px;
}

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

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

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

.thesis-4 {
    border: 10px solid #1d17297a;
    padding: 30px 20px 5px 20px;
}

.thesis-4 h3 {
    color: #000;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 24px;
    font-family: 'Poppins-Bold';
}

.thesis-4 h4 {
    color: #5f2dee;
    font-family: 'Poppins-Medium';
    margin: 0;
    font-size: 20px;
    padding: 0 0 10px 0;
}

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

/*Thesis-Writing-3 Css End*/
/*Thank-You Css Start*/

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

.thankyou-blk i {
    font-size: 60px;
    background: #5f2dee;
    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: 'Poppins-Medium';
}

.thankyou-blk a {
    background-color: #5f2dee;
    color: #fff;
    padding: 12px 30px 10px;
    font-family: 'Poppins-Medium';
    border-radius: 5px;
    border: 2px solid #1d1729;
}

.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.Main-Header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Our-Rate {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Services {
    overflow: hidden;
}

section.Subjects {
    overflow: hidden;
}

section.Testimonial {
    overflow: hidden;
}

section.Course-Images {
    overflow: hidden;
}

section.Our-Grades {
    overflow: hidden;
}

section.Our-Writers {
    overflow: hidden;
}

section.Our-process {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

.first-header {
    margin: 0 0 -40px 0;
}

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

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

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

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

.head-3 a {
    display: none;
}

.second-header {
    display: none !important;
}

section.Banner {
    padding: 110px 0 20px 0;
}

.ban-1 h1 {
    font-size: 18px;
    padding: 0;
}

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

.ban-3 a {
    font-size: 13px;
    padding: 10px 30px 8px;
}

.ban-4 {
    padding: 0;
}

.ban-5 form {
    padding: 15px;
}

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

.ban-5 textarea {
    font-size: 11px;
    margin: 5px 77px 25px 0;
}

.ban-5 button {
    font-size: 13px;
    width: 100%;
}

.ban-6 {
    display: block;
}

.ban-6 input {
    font-size: 11px;
    width: 100%;
}

.ban-7 {
    display: block;
}

.ban-7 input {
    font-size: 11px;
    width: 100%;
}

.ban-8:before {
    display: none;
}

.rate-1 {
    margin: 0 0 25px 0;
}

.rate-1 h3 {
    font-size: 30px;
}

.rate-1 p {
    font-size: 12px;
}

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

.cont-2 {
    display: none;
}

.cont-3 {
    position: relative;
    bottom: 0px;
    text-align: center;
    display: block;
}

.cont-3 img {
    width: 100%;
}

.cont-4 {
    display: none;
}

.cont-5 h2 {
    font-size: 20px;
    line-height: 35px;
    padding: 0;
}

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

.cont-5 a {
    font-size: 13px;
    padding: 10px 30px 8px;
}

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

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

.ser-1 {
    margin: 0 0 20px 0;
}

.ser-1 h3 {
    font-size: 16px;
}

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

.ser-1 a {
    font-size: 13px;
    padding: 10px 30px 8px;
}

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

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

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

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

.ser-4 {
    margin: 0 0 20px 0;
}

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

.ser-4 a {
    font-size: 13px;
    padding: 10px 30px 8px;
}

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

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

.ser-5 a {
    font-size: 13px;
    padding: 10px 30px 8px;
}

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

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

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

.subj-2 {
    padding: 0;
}

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

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

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

.test-3 h4 {
    font-size: 14px;
}

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

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

.image-1 {
    margin: 0 0 25px 0;
}

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

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

.grade-1 {
    margin: 0 0 20px 0;
}

.grade-1 img {
    width: 40%;
}

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

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

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

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

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

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

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

.process-1 {
    margin: 0 0 25px 0;
    text-align: -webkit-center;
}

.process-2 {
    background-color: #5f2dee;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.process-2:before, .process-2:after {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.footer-5 h3 {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0 0 50px 0;
}

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

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

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

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

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

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

section.Our-Reviews-1 {
    padding: 120px 0 50px;
}

.review-0 h2 {
    font-size: 20px;
}

.review-0 h3 {
    font-size: 14px;
}

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

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

.review-3 h4 {
    font-size: 14px;
}

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

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

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

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

.Home-Contact-1 ul li a {
    font-size: 12px;
}

.Home-Contact-1 ul li p {
    font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.thesis-1 h3 {
    font-size: 16px;
}

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

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

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

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

.thesis-2 span {
    font-size: 12px;
}

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

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

.thesis-3 h4 {
    font-size: 16px;
    line-height: 30px;
}

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

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

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

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

}

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

section.Banner {
    overflow: hidden;
}

section.Our-Rate {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Services {
    overflow: hidden;
}

section.Subjects {
    overflow: hidden;
}

section.Testimonial {
    overflow: hidden;
}

section.Course-Images {
    overflow: hidden;
}

section.Our-Grades {
    overflow: hidden;
}

section.Our-Writers {
    overflow: hidden;
}

section.Our-process {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

.second-header {
    display: none !important;
}

.head-1 img {
    width: 120%;
    margin: -10px 0 -20px 0;
}

.head-2 nav.navbar.navbar-expand-lg.navbar-light {
    justify-content: center;
    text-align: center;
}

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

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

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

.head-3 {
    margin: 0;
    padding: 9px 0 0 0;
}

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

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

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

.ban-5 form {
    padding: 15px;
}

.ban-5 button {
    font-size: 14px;
    width: 100%;
}

.ban-6 {
    display: block;
}

.ban-6 input {
    width: 100%;
}

.ban-7 {
    display: block;
}

.ban-7 input {
    width: 100%;
}

.ban-8:before {
    top: -135px;
    height: 134%;
    background-size: 100% 100%;
}

.rate-1 h3 {
    font-size: 22px;
}

.rate-1 p {
    font-size: 10px;
}

.cont-2 {
    position: relative;
    display: block;
}

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

.cont-3 {
    display: block;
    position: relative;
    bottom: -30px;
}

.cont-4 {
    display: none;
}

.cont-5 h2 {
    font-size: 22px;
    line-height: 35px;
}

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

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

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

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

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

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

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

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

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

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

.ser-4 p {
    font-size: 11px;
    line-height: 20px;
}

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

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

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

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

.subj-0 h2 {
    font-size: 20px;
}

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

.subj-1 {
    display: block;
    text-align: center;
    height: 130px;
}

.subj-1 h3 {
    font-size: 11px;
    padding: 15px 10px 0 10px;
}

.test-0 h2 {
    font-size: 20px;
}

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

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

.image-0 h2 {
    font-size: 20px;
}

.image-0 p {
    font-size: 12px;
}

.grade-0 h2 {
    font-size: 20px;
    padding: 0;
}

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

.grade-1 {
    padding: 15px 7px;
    height: 124px;
}

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

.grade-1 h3 {
    font-size: 9px;
}

.wri-0 h2 {
    font-size: 20px;
}

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

.wri-2 h3 {
    font-size: 13px;
}

.wri-2 span {
    font-size: 10px;
    letter-spacing: 0px;
}

.process-0 h2 {
    font-size: 20px;
}

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

.process-1 {
    text-align: -webkit-center;
    padding: 25px 8px 20px 8px;
    border-radius: 10px;
}

.process-1 h3 {
    font-size: 14px;
    padding: 20px 0 10px 0;
}

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

.process-2 {
    background-color: #5f2dee;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.process-2:before, .process-2:after {
    display: none;
}

.process-2 img {
    width: 55%;
}

.footer-2 p {
    font-size: 10px;
    line-height: 20px;
}

.footer-3 {
    position: relative;
    right: 15px;
}

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

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

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

.footer-4 {
    position: relative;
    right: 45px;
}

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

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

.footer-5 {
    position: relative;
    right: 55px;
}

.footer-5 h3 {
    font-size: 16px;
    padding: 8px 0 50px 0;
}

.footer-5 h3:after {
    left: 0;
}

.footer-5 ul li a {
    font-size: 9px;
}

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

section.About-Us-1 {
    padding: 130px 0 50px 0;
    background-attachment: fixed;
    background-size: 110%;
}

.about-1 h2 {
    font-size: 22px;
}

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

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

section.Our-Reviews-1 {
    padding: 130px 0 50px 0;
    background-attachment: fixed;
    background-size: 110%;
}

.review-0 h2 {
    font-size: 22px;
}

.review-0 h3 {
    font-size: 14px;
}

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

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

.review-3 h4 {
    font-size: 12px;
}

.review-4 {
    display: contents;
}

.review-4 img {
    width: 60px;
    height: 60px;
}

section.Contact-Us-1 {
    padding: 130px 0 50px 0;
    background-attachment: fixed;
    background-size: 110%;
}

.contact-1 h2 {
    font-size: 22px;
}

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

.Home-Contact-1 ul {
    padding: 30px 6px;
}

.Home-Contact-1 ul li i {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}

.Home-Contact-1 ul li a {
    font-size: 10px;
}

.Home-Contact-1 ul li p {
    font-size: 10px;
}

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

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

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

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

section.Privacy-Policy-1 {
    padding: 130px 0 50px 0;
    background-attachment: fixed;
    background-size: 110%;
}

.privacy-1 h2 {
    font-size: 22px;
}

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

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

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

section.Term-Condition-1 {
    padding: 130px 0 50px 0;
    background-attachment: fixed;
    background-size: 110%;
}

.term-1 h2 {
    font-size: 22px;
}

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

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

.thesis-1 h4 {
    font-size: 16px;
}

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

.thesis-2 span {
    font-size: 12px;
}

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

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

.thesis-3 h4 {
    font-size: 16px;
    line-height: 30px;
}

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

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

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

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

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

section.Banner {
    overflow: hidden;
}

section.Our-Rate {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Services {
    overflow: hidden;
}

section.Subjects {
    overflow: hidden;
}

section.Testimonial {
    overflow: hidden;
}

section.Course-Images {
    overflow: hidden;
}

section.Our-Grades {
    overflow: hidden;
}

section.Our-Writers {
    overflow: hidden;
}

section.Our-process {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

}