@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%; justify-content: center;}

/*Header Css Start*/

section.Header {
    padding: 20px 0 20px 0;
}

.head-1 img {
    width: 180px;
    margin: -13px 0 -15px 0;
}

.head-2 {
    padding: 7px 0 0 0;
}

.head-2 ul li a {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    margin: 0 35px 0 0;
}

.head-2 ul li a:hover {
    color: #85A17F;
}

.head-3 a {
    background-color: #85A17F;
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 15px;
    padding: 10px 20px 10px 20px;
}

.head-2 a:hover {
    color: #fff;
}

/*Header Css End*/
/*Banner Css Start*/

section.Banner {
    background: url(../images/banner2.jpg);
    background-size: cover;
    padding: 10px 0 5px 0;
}

.ban-1 h1 {
    color: #000;
    font-family: Poppins-Bold;
    font-size: 35px;
    margin: 0;
    line-height: 50px;
}

.ban-1 p {
    color: #000;
    font-family: 'Poppins-Regular';
    font-size: 13px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 20px 0;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.35);
}

.ban-2 {
    display: flex;
}

.ban-3 a {
    background-color: #85A17F;
    color: #fff;
    padding: 8px 30px;
    font-family: 'Poppins-Bold';
    border-radius: 5px;
    margin: 0 10px 0 0;
}

.ban-4 {
    padding: 0 0 0 30px;
}

.ban-4 ul li {
    display: flex;
}

.ban-4 ul li p {
    color: #85A17F;
    margin: -10px 0 0 0;
    padding: 0 0 0 10px;
    font-family: 'Poppins-Medium';
    font-size: 14px;
}

.ban-4 ul li a {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 12px;
    padding: 0 0 0 50px;
    margin: -28px 0 0 0;
}

.ban-4 ul li span {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    transform: rotate(-45deg);
    background-color: #85A17F;
    position: relative;
    bottom: 7px;
}

.ban-4 ul li span i {
    transform: rotate(45deg);
}

.ban-5 h4 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 22px;
    padding: 0 0 10px 7px;
}

.ban-6 {
    display: flex;
}

.ban-6 input.form-control {
    font-size: 13px;
    margin: 0 10px 0 0;
    width: 220px;
    border: none;
    font-family: 'Poppins-Medium';
    color: #000;
    padding: 8px 0 6px 10px;
    border: 1px solid #85A17F;
}

.ban-7 {
    display: flex;
}

.form-group {
    padding: 0 0 10px 0;
}

.ban-7 input.form-control {
    font-size: 13px;
    margin: 0 10px 0 0;
    width: 220px;
    border: none;
    font-family: 'Poppins-Medium';
    color: #000;
    padding: 8px 0 6px 10px;
    border: 1px solid #85A17F;
}

.ban-7 textarea.form-control {
    font-size: 13px;
    margin: 0 10px 0 0;
    width: 220px;
    border: none;
    font-family: 'Poppins-Medium';
    color: #000;
    padding: 8px 0 6px 10px;
    height: 35px;
    border: 1px solid #85A17F;
}

.ban-5 button {
    background-color: #85A17F;
    color: #fff;
    padding: 8px 0;
    font-family: 'Poppins-Bold';
    border-radius: 5px;
    border: none;
    width: 83%;
}

/*Banner Css End*/
/*Content-1 Css Start*/

section.Content-1 {
    padding: 50px 0 0 0;
}

.cont-1 {
    position: relative;
    right: 80px;
}

.cont-1 img {
    width: 630px;
}

.cont-2 h2 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 32px;
    line-height: 45px;
    margin: 0;
}

.cont-2 p {
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 13px;
    margin: 0;
    padding: 5px 0 20px 0;
}

.cont-3 {
    border-top: 2px dashed #85A17F;
    padding: 15px 0 0 0;
}

.cont-3 p {
    padding: 0 0 15px 0;
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 13px;
    margin: 0;
}

/*Content-1 Css End*/
/*Content-2 Css Start*/

section.Content-2 {
    padding: 40px 0 40px 0;
}

.cont-4 span {
    color: #85A17F;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    letter-spacing: 1px;
}

.cont-4 h3 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 28px;
    line-height: 40px;
    margin: 0;
    padding: 5px 0 5px 0;
}

.cont-4 p {
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 13px;
    margin: 0;
    padding: 0 0 20px 0;
}

.cont-4 a {
    background-color: #85A17F;
    color: #fff;
    padding: 10px 30px 9px;
    font-family: 'Poppins-Bold';
    font-size: 14px;
}

.cont-4 a:hover {
    color: #fff;
}

.cont-5 {
    background-color: #85a17f26;
    padding: 30px 20px 20px 20px;
    border-radius: 30px;
    border: 2px solid #85A17F;
}

.cont-5 h4 {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 22px;
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 35px;
}

.cont-5 p {
    color: #000;
    font-size: 13px;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    margin: 0;
}

/*Why-Choose Css End*/
/*Side-Banner-1 Css Start*/

section.Side-Banner-1 {
    background: #000000db url(../images/side-background.jpg);
    background-size: cover;
    padding: 100px 0 100px 0;
    background-blend-mode: overlay;
    background-attachment: fixed;
}

.Side-1 {
    text-align: center;
}

.Side-1 span {
    color: #fff;
    font-family: 'Poppins-Medium';
    letter-spacing: 1px;
    font-size: 14px;
}

.Side-1 h3 {
    color: #fff;
    font-size: 30px;
    margin: 0;
    padding: 5px 0 30px 0;
    font-family: 'Poppins-Bold';
    letter-spacing: 1px;
}

.Side-1 h3 span {
    color: #85A17F;
    font-size: 30px;
    font-family: 'Poppins-Bold';
    animation: glowing 1.3s infinite;
}

.Side-1 a {
    background-color: #85A17F;
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 15px;
    padding: 10px 30px 10px 30px;
}

.Side-1 a:hover {
    color: #fff;
}

@-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% {
        
        transform:scale(1.1);
    }
}

/*Side-Banner-1 Css End*/
/*Subjects Css Start*/

section.Subjects {
    padding: 30px 0 0 0;
}

.subj-0 {
    text-align: center;
    padding: 0 0 30px 0;
}

.subj-0 h2 {
    color: #000;
    font-size: 33px;
    font-family: 'Poppins-Bold';
    margin: 0;
}

.subj-0 p {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 14px;
    margin: 0;
    padding: 10px 50px 0 50px;
    line-height: 26px;
}

.subj-1 {
    display: flex;
    padding: 25px 10px 23px 10px;
    align-items: center;
    border: 1px solid #85a17f;
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
    background-color: #fff;
}

.subj-1 i {
    color: #85A17F;
    font-size: 30px;
}

.subj-1 h3 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 12px;
    padding: 0 0 0 10px;
    margin: 0;
}

.subj-2 {
    display: flex;
    padding: 25px 10px 23px 10px;
    align-items: center;
    border: 1px solid #85A17F;
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
    background-color: #fff;
}

.subj-2 i {
    color: #85A17F;
    font-size: 30px;
}

.subj-2 h3 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 14px;
    padding: 0 0 0 10px;
    margin: 0;
}

.subj-3 {
    padding: 30px 0 0 0;
}

.subj-4 {
    text-align: center;
    padding: 40px 0 0 0;
}

/*Subjects Css End*/
/*Our-Writers Css Start*/

section.Our-Writers {
    padding: 40px 0 0 0;
}

.wri-0 {
    text-align: center;
    padding: 0 0 30px 0;
}

.wri-0 h2 {
    color: #000;
    font-size: 30px;
    font-family: 'Poppins-Bold';
    margin: 0;
}

.wri-0 p {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 14px;
    margin: 0;
    padding: 5px 0 0 0;
}

.wri-1 {
    background-color: #fff;
    box-shadow: 0 3px 20px rgba(99, 130, 255, 0.16);
    padding: 25px 20px 30px 20px;
    text-align: center;
}

.wri-1 img {
    width: 28%;
    border-radius: 50%;
    border: 3px solid #85A17F;
    padding: 5px 5px 5px 5px;
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
}

.wri-1 h3 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 18px;
    margin: 0;
    padding: 15px 0 10px 0;
}

.wri-1 p {
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 13px;
    margin: 0;
    padding: 0 0 20px 0;
}

.wri-1 a {
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 13px;
    background-color: #85A17F;
    padding: 10px 35px 8px;
    margin: 0 10px 0 0;
}

.wri-1 a:hover {
    color: #fff;
}

/*Our-Writers Css End*/
/*Our-Grades Css Start*/

section.Our-Grades {
    background-color: #000;
    padding: 70px 0 0 0;
}

.grade-1 span {
    color: #85A17F;
    font-family: 'Poppins-Medium';
    font-size: 18px;
}

.grade-1 h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins-Bold';
    line-height: 45px;
    padding: 5px 0 0px 0;
}

.grade-2 {
    display: flex;
    padding: 50px 0 0 0;
}

.grd {
    padding: 0 0 0 47px;
}

.grade-3 {
    border-left: 3px solid #85A17F;
    padding: 0 50px 0 20px;
}

.grade-3 h4 {
    color: #85A17F;
    font-family: 'Poppins-Bold';
    font-size: 22px;
}

.grade-3 p {
    color: #fff;
    font-family: 'Poppins-Regular';
    margin: 0;
}

.grade-4 {
    padding: 0 0 0 80px;
    border-left: 3px solid #85A17F;
    padding: 0 0px 0 20px;
}

.grade-4 h4 {
    color: #85A17F;
    font-family: 'Poppins-Bold';
    font-size: 22px;
}

.grade-4 p {
    color: #fff;
    font-family: 'Poppins-Regular';
    margin: 0;
}

.grade-main {
    background-color: #85A17F;
    height: 500px;
    margin: -70px 0 0px 0;
}

.grade-5 {
    display: flex;
    padding: 40px 0 0 50px;
    position: relative;
    top: 30px;
}

.grade-6 {
    border: 2px solid #000;
    border-radius: 50%;
    width: 105px;
    height: 68px;
    line-height: 63px;
    text-align: center;
}

.grade-6 img {
    width: 70%;
}

.grade-7 {
    padding: 0 0 0 20px;
}

.grade-7 h3 {
    color: #000;
    font-size: 20px;
    font-family: 'Poppins-Bold';
}

.grade-7 p {
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 24px;
    padding: 0 10px 0 0;
}

.grade-main:after {
    content: '';
    position: absolute;
    top: -30px;
    left: -10px;
    width: 620px;
    height: 420px;
    border-radius: 10px 10px 10px 10px;
    transition: all 0.3s ease-in-out;
    border: 4px solid #fff;
    opacity: 1;
}

/*Our-Grades Css End*/
/*Content-3 Css Start*/

section.Content-3 {
    padding: 60px 0 0 0;
}

.cont-7 {
    background-color: #fff;
    box-shadow: 0 3px 20px rgba(99, 130, 255, 0.16);
    padding: 10px 15px 20px 15px;
}

.cont-7 ul {
    margin: 0;
}

.cont-7 ul li span {
    color: #85a17f66;
    font-size: 50px;
    font-family: 'Poppins-Bold';
    letter-spacing: 1px;
}

.cont-7 ul li h4 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 14px;
    margin: -5px 0 0 0;
    padding: 0 0 10px 0;
}

.cont-7 p {
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 13px;
    margin: 0;
}

.cont-8 {
    padding: 25px 0 0 0;
}

.cont-9 span {
    color: #85A17F;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    letter-spacing: 1px;
}

.cont-9 h3 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 28px;
    line-height: 40px;
    margin: 0;
    padding: 5px 0 5px 0;
}

.cont-9 p {
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 13px;
    margin: 0;
}

.cont-10 {
    padding: 10px 0 0 0;
}

.cont-10 p {
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 13px;
    margin: 0;
    padding: 0 0 20px 0;
}

.cont-10 a {
    background-color: #85A17F;
    color: #fff;
    padding: 10px 30px 9px;
    font-family: 'Poppins-Bold';
    font-size: 14px;
}

/*Content-3 Css End*/
/*Faqs Css Start*/

section.Faqs {
    padding: 50px 0 30px 0;
}

.fq-m {
    text-align: center;
    padding: 0 0 20px 0;
}

.fq-m span {
    color: #000;
    font-family: 'Poppins-Medium';
    letter-spacing: 1px;
    font-size: 14px;
}

.fq-m h2 {
    font-size: 30px;
    font-family: 'Poppins-Bold';
    color: #000;
    padding: 10px 0 0 0;
}

.wrapper {
    width: 100%;
}

.free {
    color: #000;
    border-radius: 20px;
    margin: 20px 0;
    border: 2px solid #000;
}

.question {
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Poppins-Bold';
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    font-family: 'Poppins-Regular';
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 0px 0px 20px 20px;
    margin: 0;
}

.answer {
    padding: 20px 20px 0 20px;
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    margin: 0;
    font-size: 14px;
}

.question.active {
    background-color: #85A17F;
    border-radius: 20px;
    color: #fff;
    border-bottom: 4px solid #000;
}

/*Faqs Css End*/
/*Testimonials Css Start*/

section.Testimonials {
    padding: 0 0 40px 0;
}

.Test-0 {
    text-align: center;
    padding: 0 0 40px 0;
}

.Test-0 h2 {
    color: #000;
    font-family: 'Poppins-Medium';
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0;
}

.Test-0 h3 {
    font-size: 30px;
    font-family: 'Poppins-Bold';
    color: #000;
    padding: 10px 0 10px 0;
    margin: 0;
}

.Test-0 p {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 14px;
    margin: 0;
}

.test-3 {
    padding: 30px 20px 20px 20px;
    margin: 13px 10px 13px 10px;
    background-color: #fff;
    box-shadow: 0 3px 20px rgba(99, 130, 255, 0.16);
}

.test-4 {
    display: flex;
}

.test-4 img {
    border-radius: 50%;
    width: 17%;
    border: 3px solid #85A17F;
    padding: 5px 5px 5px 5px;
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
}

.test-5 h3 {
    font-family: 'Poppins-Bold';
    color: #000;
    font-size: 18px;
    margin: 0;
}

.test-5 i {
    color: #f8a22f;
    font-size: 12px;
    padding: 0 5px 0 0;
}

.test-5 {
    padding: 22px 0 0 15px;
}

.test-6 {
    padding: 10px 0 0 0;
}

.test-6 p {
    font-family: 'Poppins-Regular';
    line-height: 26px;
    color: #000;
    margin: 0;
    font-size: 13px;
}

/*Testimonials Css End*/
/*First-Footer Css Start*/

section.First-Footer {
    padding: 50px 0 10px 0;
    background-color: #85A17F;
}

.ft-1 img {
    width: 50%;
}

.ft-1 p {
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 13px;
    line-height: 26px;
    margin: 0;
    padding: 0 70px 0 0;
}

.ft-3 h3 {
    color: #fff;
    font-size: 22px;
    font-family: 'Poppins-Bold';
    margin: 0 0 15px 0;
}

.ft-3 ul li a {
    color: #fff;
    font-family: 'Poppins-Medium';
    font-size: 13px;
}

.ft-4 h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'Poppins-Bold';
    margin: 0 0 15px 0;
}

.ft-4 ul li a {
    color: #fff;
    font-family: 'Poppins-Medium';
    font-size: 13px;
}

.ft-5 ul {
    padding: 0 0 25px 0;
    margin: 0;
}

.ft-5 ul li {
    display: flex;
}

.ft-5 ul li span {
    color: #85A17F;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    transform: rotate(-45deg);
    background-color: #fff;
}

.ft-5 ul li span i {
    transform: rotate(45deg);
}

.ft-5 ul li p {
    padding: 0 0 0 15px;
    font-size: 13px;
    font-family: 'Poppins-Medium';
    color: #fff;
    margin: 0;
}

.ft-5 ul li a {
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins-Medium';
    padding: 0 0 0 50px;
    margin: -20px 0 0 0;
}

.ft-7 p {
    font-size: 14px;
    font-family: 'Poppins-Medium';
    color: #fff;
    margin: 0;
    position: relative;
    top: 10px;
}

.ft-8 ul {
    margin: 0;
}

.ft-8 ul li {
    display: flex;
}

.ft-8 ul li img {
    width: 51%;
}

/*First-Footer Css End*/
/*About-Us-1 Css Start*/

section.About-Us-1 {
    background: url(../images/pages-banner.jpg);
    background-size: cover;
    padding: 70px 0 50px 0;
    text-align: center;
}

.About-1 h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins-Bold';
    margin: 0;
}

.About-1 h3 {
    color: #fff;
    font-family: 'Poppins-Medium';
    margin: 0;
    padding: 5px 0 10px 0;
    font-size: 24px;
}

/*About-Us-1 Css End*/
/*About-Us-2 Css Start*/

section.About-Us-2 {
    padding: 40px 0 0 0;
}

.About-2 p {
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 14px;
    margin: 0;
    padding: 0 0 10px 0;
}

/*About-Us-2 Css Start*/
/*Contact-Us-1 Css Start*/

section.Contact-Us-1 {
    background: url(../images/pages-banner.jpg);
    background-size: cover;
    padding: 70px 0 50px 0;
    text-align: center;
}

.Contact-1 h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins-Bold';
    margin: 0;
}

.Contact-1 h3 {
    color: #fff;
    font-family: 'Poppins-Medium';
    margin: 0;
    padding: 5px 0 10px 0;
    font-size: 24px;
}

/*Contact-Us-1 Css End*/
/*Contact-Us-2 Css Start*/

section.Contact-Us-2 {
    padding: 40px 0 20px 0;
}

.Contact-5 form {
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
    padding: 20px 20px 16px 20px;
    margin: 0 0 20px 0;
    border: 1px solid #000;
}

.Contact-5 ul {
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
    padding: 20px 20px 20px 20px;
    margin: 0 0 20px 0;
    border: 1px solid #000;
}

.Contact-5 h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Poppins-Bold';
    margin: 0;
}

.Contact-5 p {
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 14px;
    margin: 0;
    padding: 15px 0 0 0;
}

.Contact-5 form input.form-control {
    border: 1px solid #000;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    color: #000;
    padding: 10px 0 10px 10px;
}

.Contact-5 form textarea.form-control {
    border: 1px solid #000;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    color: #000;
    padding: 15px 0 30px 10px;
}

.Contact-5 form button {
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 14px;
    border: 2px solid #000;
    background-color: #85A17F;
    width: 100%;
    padding: 12px 0 10px 0;
}

/*Contact-Us-2 Css End*/
/*Privacy-Policy-1 Css Start*/

section.Privacy-Policy-1 {
    background: url(../images/pages-banner.jpg);
    background-size: cover;
    padding: 70px 0 50px 0;
    text-align: center;
}

.Privacy-1 h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins-Bold';
    margin: 0;
}

.Privacy-1 h3 {
    color: #fff;
    font-family: 'Poppins-Medium';
    margin: 0;
    padding: 5px 0 10px 0;
    font-size: 24px;
}

/*Privacy-Policy-1 Css End*/
/*Privacy-Policy-2 Css Start*/

section.Privacy-Policy-2 {
    padding: 40px 0 0 0;
}

.Privacy-2 h3 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 20px;
    margin: 0;
}

.Privacy-2 p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins-Regular';
    padding: 10px 0 10px 0;
    margin: 0;
}

/*Privacy-Policy-2 Css End*/
/*Term-Condition-1 Css Start*/

section.Term-Condition-1 {
    background: url(../images/pages-banner.jpg);
    background-size: cover;
    padding: 70px 0 50px 0;
    text-align: center;
}

.Term-1 h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins-Bold';
    margin: 0;
}

.Term-1 h3 {
    color: #fff;
    font-family: 'Poppins-Medium';
    margin: 0;
    padding: 5px 0 10px 0;
    font-size: 24px;
}

/*Term-Condition-1 Css End*/
/*Term-Condition-2 Css Start*/

section.Term-Condition-2 {
    padding: 40px 0 0 0;
}

.Term-2 h3 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 20px;
    margin: 0;
}

.Term-2 p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins-Regular';
    padding: 10px 0 10px 0;
    margin: 0;
}

/*Term-Condition-2 Css End*/
/*Thank-You Css Start*/

.thankyou-blk h1 {
    font-size: 40px;
    color: #000;
    font-family: 'Poppins-Bold';
}

.thankyou-blk i {
    font-size: 60px;
    background: #85A17F;
    color: #fff;
    min-width: 100px;
    padding: 18px 0px;
    margin: 20px 0px;
    border-radius: 100px;
}

.thankyou-blk h5 {
    font-size: 29px;
    color: #000;
    font-family: 'Poppins-Medium';
}

.thankyou-blk a {
    display: inline-block;
    width: 18%;
    background: #85A17F;
    border-radius: 5px;
    padding: 13px 0px;
    color: #fff !important;
    margin: 30px 0px;
    font-family: 'Poppins-Bold';
}

.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){

header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Side-Banner-1 {
    overflow: hidden;
}

section.Subjects {
    overflow: hidden;
}

section.Our-Writers {
    overflow: hidden;
}

section.Content-3 {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

.btn-row {
    padding: 20px 0 10px 0;
}

.head-5 {
    display: none;
}

nav.navbar.navbar-expand-lg.navbar-light {
    justify-content: end;
    position: relative;
    margin: -30px 0 -10px 0;
    text-align: center;
}

.head-4 ul li a {
    margin: 0;
    padding: 0 0 5px 0;
}

.head-4 button {
    border: 1px solid #000 !important;
    margin: 0 0 15px 0;
}

.ban-1 h1 {
    font-size: 20px;
    line-height: 35px;
}

.ban-1 p {
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 30px 0;
}

.ban-3 a {
    font-size: 12px;
    padding: 10px 14px 10px 14px;
}

.ban-4 {
    padding: 0 0 0 10px;
}

.ban-5 h4 {
    font-size: 17px;
    padding: 0 0 10px 0;
}

.ban-6 {
    display: block;
}

.ban-7 {
    display: block;
}

.ban-6 input.form-control {
    width: 100%;
}

.ban-7 input.form-control {
    width: 100%;
}

.ban-7 textarea.form-control {
    width: 100%;
}

.ban-5 button {
    width: 100%;
}

.cont-1 img {
    width: 100%;
}

.cont-1 {
    right: 0;
}

.cont-2 h2 {
    font-size: 18px;
    line-height: 30px;
    padding: 15px 0 0 0;
}

.cont-2 p {
    font-size: 12px;
    line-height: 20px;
}

section.Content-2 {
    padding: 10px 0 20px;
}

.cont-4 span {
    font-size: 13px;
}

.cont-4 h3 {
    font-size: 16px;
    line-height: 30px;
}

.cont-4 p {
    font-size: 12px;
    line-height: 20px;
}

.cont-4 {
    padding: 0 0 30px;
}

.cont-5 {
    padding: 20px 10px;
}

.cont-5 h4 {
    font-size: 16px;
    line-height: 26px;
}

.cont-5 p {
    font-size: 12px;
    line-height: 20px;
}

section.Side-Banner-1 {
    padding: 40px 0 40px 0;
    background-size: 100% 100%;
}

.Side-1 h3 {
    font-size: 20px;
    line-height: 35px;
}

.Side-1 h3 span {
    font-size: 20px;
}

.subj-0 h2 {
    font-size: 20px;
}

.subj-0 p {
    padding: 0;
    font-size: 12px;
    line-height: 20px;
}

.subj-1 {
    margin: 0 0 20px 0;
}

.wri-0 h2 {
    font-size: 20px;
}

.wri-0 p {
    font-size: 12px;
    line-height: 20px;
}

.wri-1 {
    margin: 0 0 20px 0;
}

.wri-1 h3 {
    font-size: 15px;
}

.wri-1 p {
    font-size: 12px;
    line-height: 20px;
}

section.Content-3 {
    padding: 30px 0 0;
}

.cont-7 {
    margin: 0 0 20px 0;
}

.cont-7 ul li h4 {
    font-size: 14px;
}

.cont-7 p {
    font-size: 12px;
    line-height: 20px;
}

.cont-9 h3 {
    font-size: 18px;
    line-height: 30px;
}

.cont-9 p {
    font-size: 12px;
    line-height: 20px;
}

.cont-10 {
    padding: 15px 0 20px 0;
}

section#faq {
    padding: 30px 0 30px;
}

.fq-m h2 {
    font-size: 18px;
}

.question {
    font-size: 14px;
}

.answer {
    font-size: 12px;
    line-height: 20px;
}

.Test-0 h3 {font-size: 18px;}

.Test-0 p {
    font-size: 12px;
    line-height: 20px;
}

.test-5 h3 {
    font-size: 16px;
    padding: 0 0 5px 0;
}

.test-4 img {
    width: 35%;
}

.test-6 p {
    font-size: 12px;
    line-height: 20px;
}

.ft-2 {
    padding: 20px 0 20px 0;
}

.ft-3 h3 {
    font-size: 18px;
}

.ft-4 h3 {
    font-size: 18px;
}

.ft-7 p {
    font-size: 10px;
    padding: 0 0 25px 0;
}

.ft-8 {
    padding: 0 0 10px 0;
}

.About-1 h2 {
    font-size: 20px;
}

.About-1 h3 {
    font-size: 16px;
}

.About-2 p {
    font-size: 12px;
    line-height: 20px;
}

.Contact-1 h2 {
    font-size: 20px;
}

.Contact-1 h3 {
    font-size: 16px;
}

.Contact-5 h3 {
    font-size: 16px;
    line-height: 30px;
}

.Contact-5 p {
    font-size: 12px;
    line-height: 20px;
}

.Contact-5 form input.form-control {
    font-size: 12px;
}

.Contact-5 form textarea.form-control {
    font-size: 12px;
}

.Privacy-1 h2 {
    font-size: 20px;
}

.Privacy-1 h3 {
    font-size: 16px;
}

.Privacy-2 h3 {
    font-size: 14px;
}

.Privacy-2 p {
    font-size: 12px;
    line-height: 20px;
}

.Term-1 h2 {
    font-size: 20px;
}

.Term-1 h3 {
    font-size: 16px;
}

.Term-2 h3 {
    font-size: 14px;
}

.Term-2 p {
    font-size: 12px;
    line-height: 20px;
}

}
@media only screen and (min-width: 768px) and (max-width: 1024px){

header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Side-Banner-1 {
    overflow: hidden;
}

section.Subjects {
    overflow: hidden;
}

section.Our-Writers {
    overflow: hidden;
}

section.Content-3 {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

}
@media only screen and (min-width: 600px) and (max-width: 960px){

header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Side-Banner-1 {
    overflow: hidden;
}

section.Subjects {
    overflow: hidden;
}

section.Our-Writers {
    overflow: hidden;
}

section.Content-3 {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

}
@media only screen and (min-width: 300px) and (max-width: 519px){


}