@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 {
    background-color: #0b1f23;
    padding: 25px 0 22px 0;
}

.head-1 img {
    width: 180px;
    margin: -25px 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: #00c776;
}

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

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

.head-3 a {
    background-color: transparent;
    border: 2px solid #00c776;
    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: #00c776;
    color: #000;
}

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

section.Banner {
    background: #0b1f23 url(../images/banner.webp) center;
    background-size: cover;
    padding: 35px 0 18px 0;
    background-attachment: fixed;
    background-blend-mode: overlay;
}

.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 h1 span {
    margin: 0;
    color: #fff;
    font-size: 45px;
    line-height: 60px;
    padding: 0 5px 5px 2px;
    background-color: #00c776;
    font-family: 'Lexend-Bold';
}

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

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

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

.ban-2 form {
    background-color: #fff;
    padding: 15px 25px 10px 25px;
    border-radius: 15px;
    margin: 0 0 0 80px;
    box-shadow: 0px 30px 40px 0px rgba(0, 15, 47, 0.1);
}

.ban-2 form h2 {
    margin: 0;
    font-size: 21px;
    color: #00c776;
    padding: 10px 0 20px 0;
    font-family: 'Lexend-Bold';
}

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

.ban-2 form textarea {
    background-color: #f5f5f5;
    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 #00c776;
}

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

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

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

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

.cont-2 span {
    color: #000;
    font-size: 17px;
    font-family: 'Lexend-Medium';
}

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

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

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

.cont-3 ul {
    margin: 0;
}

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

.cont-3 ul li i {
    color: #00c776;
    background-color: #0b1f23;
    border-radius: 50%;
    line-height: 38px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 18px;
}

.cont-3 ul li p {
    margin: 0;
    color: #000;
    font-size: 15px;
    padding: 6px 0 0 12px;
    font-family: 'Lexend-Medium';
}

.thesis--scroll {
    overflow-y: scroll;
    height: 350px;
}

.cont-4 a {
    color: #000;
    font-size: 15px;
    background-color: #00c776;
    padding: 12px 30px;
    border-radius: 10px;
    font-family: 'Lexend-Medium';
}

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

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

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

section.Our-Services .container {
    border-radius: 20px;
    border: 1px solid #0b1f2317;
    background-color: #00c77621;
    padding: 40px 30px 30px 30px;
}

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

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

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

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

.ser-1 a {
    color: #000;
    font-size: 15px;
    background-color: #00c776;
    padding: 12px 25px;
    border-radius: 10px;
    font-family: 'Lexend-Medium';
}

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

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

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

.ser-2 a i {
    font-size: 14px;
    padding: 0 0 0 5px;
    transition: .5s;
}

.ser-2 a:hover i {
    color: #00c776;
    padding: 0 0 0 10px;
}

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

.ser-2 {
    background-color: transparent;
    padding: 20px 0 20px 20px;
    border-radius: 20px;
    transition: .5s;
}

.ser-2:hover {
    background-color: #fff;
    padding: 20px 0 20px 20px;
    border-radius: 20px;
}

.ser-3 {
    border: 2px solid #000;
    border-radius: 10px;
    width: 76px;
    height: 75px;
    line-height: 68px;
    text-align: center;
}

.ser-3 img {
    width: 68px;
    height: 68px;
    border-radius: 10px;
    line-height: 65px;
    text-align: center;
    background-color: #00c776c7;
    padding: 10px;
}

.ser-4 {
    background-color: #fff;
    padding: 20px 0 20px 20px;
    border-radius: 20px;
}

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

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

.ser-4 a {
    font-size: 14px;
    color: #0b1f23;
    font-family: 'Lexend-Medium';
}

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

.ser-4 a i {
    font-size: 14px;
    padding: 0 0 0 5px;
    transition: .5s;
}

.ser-4 a:hover i {
    color: #00c776;
    padding: 0 0 0 10px;
}

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

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

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

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

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

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

.choose-2 a {
    margin: 0 10px 0 0;
}

a.Choose-button-1 {
    color: #000;
    font-size: 15px;
    padding: 12px 30px;
    border-radius: 10px;
    background-color: #00c776;
    font-family: 'Lexend-Medium';
}

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

a.Choose-button-2 {
    color: #00c776;
    font-size: 15px;
    padding: 12px 30px;
    border-radius: 10px;
    background-color: #0b1f23;
    font-family: 'Lexend-Medium';
}

a.Choose-button-2:hover {
    color: #00c776;
}

.choose-4 {
    position: relative;
    top: 40px;
}

.choose-5 {
    position: relative;
    top: 20px;
}

.choose-6 {
    position: relative;
    top: 60px;
}

.choose-7 {
    text-align: center;
    border-radius: 15px;
    background-color: #0b1f23;
    padding: 20px 20px 20px 20px;
}

.choose-7 h4 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    padding: 20px 0 10px 0;
    font-family: 'Lexend-Bold';
}

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

.choose-8 {
    width: 70px;
    height: 70px;
    background-color: #00c776;
    padding: 4px;
    line-height: 60px;
    border-radius: 50%;
    position: relative;
    left: 70px;
}

.choose-8 img {
    width: 40px;
}

.choose-9 {
    text-align: center;
    border-radius: 15px;
    background-color: #00c776;
    padding: 20px 20px 20px 20px;
}

.choose-9 h4 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    padding: 20px 0 10px 0;
    font-family: 'Lexend-Bold';
}

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

.choose-10 {
    width: 70px;
    height: 70px;
    background-color: #0b1f23;
    padding: 4px;
    line-height: 60px;
    border-radius: 50%;
    position: relative;
    left: 70px;
}

.choose-10 img {
    width: 40px;
    filter: invert(1);
}

/*Why-Choose Css End*/
/*Side-Banner-1 Css Start*/

.side-1 img {
    width: 112%;
}

.side-2 {
    background-color: #0b1f23;
    padding: 21px 0 20px 30px;
    display: flex;
}

.side-3 {
    width: 580px;
}

.side-3 h3 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

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

.side-4 {
    padding: 45px 0 0 30px;
}

.side-4 a {
    color: #000;
    font-size: 15px;
    background-color: #00c776;
    padding: 12px 40px;
    border-radius: 10px;
    font-family: 'Lexend-Medium';
}

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

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

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

.cont-5 h3 {
    margin: 0;
    color: #000;
    font-size: 28px;
    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 {
    padding: 15px 0 0 0;
}

.cont-6 ul {
    margin: 0;
}

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

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

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

.cont-7 img {
    width: 100%;
    border-radius: 15px;
}

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

.rank-1 {
    text-align: center;
    border-radius: 10px;
    padding: 30px 0 10px 0;
    background-color: #0b1f23;
}

.rank-1:hover {
    background-color: #00c776;
}

.rank-1 img {
    width: 26%;
}

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

.rank-1 p {
    margin: 0;
    font-size: 14px;
    color: #00c776;
    font-family: 'Lexend-Medium';
    transition: .1s;
}

.rank-1:hover p {
    color: #fff;
}

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

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

.subj-1 {
    transition: 0.3s;
    margin: 0 0 20px 0;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #0b1f2317;
    padding: 30px 30px 25px 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.subj-1:hover{
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

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

.subj-2 {
    display: flex;
    padding: 0 0 20px 0;
}

.subj-2 i {
    width: 60px;
    height: 60px;
    font-size: 22px;
    color: #00c776;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #0b1f23;
}

.subj-1:hover .subj-2 i {
    color: #0b1f23;
    background-color: #00c776;
}

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

/*OurSubjects Css End*/
/*Faq Css Start*/

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

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

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

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

.faq-3 ul {
    margin: 0;
    padding: 30px 10px 20px 15px;
    box-shadow: 0px 30px 40px 0px rgba(0, 15, 47, 0.1);
    background-color: #fff;
    border-radius: 15px;
}

.faq-3 ul li i {
    color: #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;
}

.faq-3:hover ul li i {
    background-color: #0b1f23;
    color: #00c776;
    border: 1px solid #0b1f23;
}

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

.faq-3 ul li p {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0 0 0;
    font-family: 'Lexend-Regular';
    margin: 0;
}

.card {
    margin: 0 0 25px 0;
}

.card-header {
    padding: 20px 0px 15px 20px;
    margin-bottom: 0;
    background-color: #0b1f23;
    border: 1px solid #163f3459;
}

.card-header h4{
    margin: 0;
    cursor:pointer;
    position:relative;
    color: #fff;
    font-family: 'Lexend-Bold';
    font-size: 16px;
}

.card-header h4.collapsed::after{
    width:20px;
    height:22px;
    position:absolute;
    top:50%;
    right:24px;
    content:"\f055";
    font-family: FontAwesome;
    font-size:22px;
    line-height:22px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
    color: #00c776;
}

.card-header h4::after{
    width:20px;
    height:22px;
    position:absolute;
    top:50%;
    right:24px;
    content:"\f056";
    font-family: FontAwesome;
    font-size:22px;
    line-height:22px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
    color: #00c776;
}

div#item1 {
    border: none;
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.16);
}

div#item2 {
    border: none;
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.16);
}

div#item3 {
    border: none;
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.16);
}

div#item4 {
    border: none;
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.16);
}

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

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

section.Side-Banner-2 {
    background: #000000cc url(../images/side-background.jpg);
    background-size: cover;
    padding: 50px 0 70px 0;
    background-attachment: fixed;
    background-blend-mode: overlay;
}

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

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

.side-5 a {
    color: #000;
    font-size: 15px;
    background-color: #00c776;
    padding: 12px 30px;
    border-radius: 10px;
    font-family: 'Lexend-Medium';
}

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

/*Side-Banner-2 Css End*/
/*Our-Team Css Start*/

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

.team-1 {
    background-color: #fff;
    padding: 20px 30px 20px 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    text-align: center;
}

.team-1 img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid #00c776;
    padding: 5px;
}

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

.team-1 span {
    color: #00c776;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

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

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

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

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

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

.cont-11 {
    background-color: #0b1f23;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-family: 'Lexend-Bold';
}

.cont-11 span {
    color: #00c776;
    font-size: 30px;
}

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

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

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

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

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

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

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

.test-3 {
    background-color: #00c776;
    padding: 15px 0 15px 20px;
    border-radius: 20px 20px 20px 20px;
    display: flex;
}

.test-3 img {
    width: 23%;
    padding: 3px;
    border-radius: 50%;
    border: 3px solid #0b1f23;
}

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

.test-4 h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-family: 'Lexend-Bold';
}

.test-4 i {
    color: #0b1f23;
    font-size: 14px;
    padding: 0 5px 0 0;
}

/*Testimonials Css End*/
/*Footer Css Start*/

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

.footer-1 {
    position: relative;
    bottom: 120px;
    background-color: #fff;
    padding: 20px 0px 20px 0px;
    border: 3px solid #000000;
}

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

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

.footer-2 h3 {
    margin: 0;
    color: #0b1f23;
    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: #00c776;
}

.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: #00c776;
    padding: 0 0 0 10px;
}

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

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

.footer-3 h3 {
    margin: 0;
    color: #0b1f23;
    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: #00c776;
}

.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: #00c776;
    padding: 0 0 0 10px;
}

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

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

.footer-4 h3 {
    margin: 0;
    color: #0b1f23;
    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: #00c776;
}

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

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

.footer-4 ul li span {
    color: #00c776;
    background-color: #0b1f23;
    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: #00c776;
}

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

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

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

.footer-6 p span {
    color: #00c776;
}

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

section.About-Us-1 {
    background: url(../images/pages-background.webp) center;
    padding: 100px 0 80px 0;
    background-size: cover;
    background-attachment: fixed;
}

.about-1 h1 {
    margin: 0;
    color: #000;
    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 100px 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: url(../images/pages-background.webp) center;
    padding: 100px 0 80px 0;
    background-size: cover;
    background-attachment: fixed;
}

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

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

section.Contact-Us-2 {
    background: linear-gradient(151.89deg, #0b1f23 6.97%, rgb(2 32 36) 84.71%);
    padding: 130px 0 50px 0;
    margin: 70px 0 130px 0;
}

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

.contact-3 h3 {
    margin: 0;
    color: #fff;
    font-size: 47px;
    line-height: 70px;
    font-family: 'Lexend-Bold';
}

.contact-3 h3 span {
    color: #00c776;
}

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

.contact-4 {
    width: 200px;
    height: 200px;
    border: 50px solid #00c776;
    left: 1000px;
    bottom: 410px;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
}

.contact-5 {
    width: 300px;
    height: 300px;
    border: 50px solid #00c776;
    left: -240px;
    bottom: 0;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
}

.contact-6 ul {
    margin: 0;
    padding: 30px 10px 20px 20px;
    box-shadow: 0px 30px 40px 0px rgba(0, 15, 47, 0.1);
    background-color: #fff;
    border-radius: 15px;
}

.contact-6 ul li i {
    color: #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;
}

.contact-6:hover ul li i {
    background-color: #0b1f23;
    color: #00c776;
    border: 1px solid #0b1f23;
}

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

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

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

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

.contact-8 h4 {
    margin: 0;
    color: #000;
    font-size: 13px;
    padding: 15px 0 15px 0;
    font-family: 'Lexend-Bold';
}

.contact-8 form input {
    border: none;
    background-color: #f5f5f5;
    padding: 14px 0 13px 15px;
    font-family: 'Lexend-Medium';
    font-size: 13px;
    border-radius: 10px;
    color: #000;
}

.contact-8 form textarea {
    border: none;
    background-color: #f5f5f5;
    padding: 20px 0 20px 15px;
    font-family: 'Lexend-Medium';
    font-size: 13px;
    border-radius: 10px;
    color: #000;
    margin: 0 0 30px 0;
}

.contact-8 button {
    background-color: #00c776;
    color: #000;
    padding: 12px 0;
    width: 100%;
    font-family: 'Lexend-Medium';
    border-radius: 5px;
    border: 2px solid #0b1f23;
}

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

section.Our-Review-1 {
    background: url(../images/pages-background.webp) center;
    padding: 100px 0 80px 0;
    background-size: cover;
    background-attachment: fixed;
}

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

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

section.Our-Review-2 {
    padding: 50px 0 120px 0;
}

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

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

.review-3 {
    background-color: #00c776;
    padding: 15px 0 15px 20px;
    border-radius: 20px 20px 20px 20px;
    display: flex;
}

.review-3 img {
    width: 23%;
    padding: 3px;
    border-radius: 50%;
    border: 3px solid #0b1f23;
}

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

.review-4 h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-family: 'Lexend-Bold';
}

.review-4 i {
    color: #0b1f23;
    font-size: 14px;
    padding: 0 5px 0 0;
}

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

section.Privacy-Policy-1 {
    background: url(../images/pages-background.webp) center;
    padding: 100px 0 80px 0;
    background-size: cover;
    background-attachment: fixed;
}

.privacy-1 h1 {
    margin: 0;
    color: #000;
    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 100px 0;
}

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

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

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

section.Term-Condition-1 {
    background: url(../images/pages-background.webp) center;
    padding: 100px 0 80px 0;
    background-size: cover;
    background-attachment: fixed;
}

.term-1 h1 {
    margin: 0;
    color: #000;
    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 100px 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: 50px 0 0 0;
}

.thesis-1 {
    background-color: #eff1f5;
    padding: 30px 20px 30px 20px;
}

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

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

.thesis-1 ul {
    margin: 0;
}

.thesis-1 ul li {
    margin: 0 0 10px 0;
    background: #0b1f23;
    padding: 35px 20px 30px;
}

.thesis-1 ul li.\31 st-box {
    color: #000;
    font-size: 18px;
    background: #00c776;
    font-family: 'Lexend-Medium';
}

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

.thesis-2 {
    text-align: center;
    margin: 50px 0 0 0;
}

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

.thesis-2 form {
    background-color: #0b1f23;
    padding: 30px 20px 30px 20px;
    border-radius: 0 0 10px 10px;
}

.thesis-2 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-2 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-2 form button {
    background-color: #00c776;
    color: #000;
    padding: 12px 0;
    width: 100%;
    font-family: 'Lexend-Medium';
    border-radius: 5px;
    border: none;
}

.thesis-3 {
    padding: 50px 0 0 0;
}

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

.thesis-4 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-4 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-4 ul:hover li i {
    background-color: #0b1f23;
    color: #00c776;
    border: 1px solid #0b1f23;
}

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

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

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

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

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

.thesis-5 h5 {
    margin: 0;
    color: #000;
    font-size: 26px;
    line-height: 40px;
    padding: 10px 20px 10px 0;
    font-family: 'Lexend-Medium';
}

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

.thesis-6 img {
    width: 100%;
}

.thesis-7 {
    background-color: #eff1f5;
    padding: 33px 20px 30px 30px;
    margin: 30px 0 0 -30px;
}

.thesis-7 h5 {
    margin: 0;
    color: #000;
    font-size: 26px;
    padding: 0 0 20px 0;
    font-family: 'Lexend-Bold';
}

.thesis-7 ul {
    margin: 0;
}

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

.thesis-7 ul li i {
    color: #00c776;
    font-size: 20px;
    padding: 2px 10px 0 0;
}

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

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

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

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

.thesis-9 {
    text-align: center;
    background: #0b1f23 url(../images/thesis-img-3.webp);
    background-size: cover;
    padding: 80px 70px;
    background-blend-mode: overlay;
}

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

.thesis-9 a {
    color: #000;
    font-size: 15px;
    background-color: #00c776;
    padding: 12px 40px;
    border-radius: 10px;
    font-family: 'Lexend-Medium';
}

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

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

section.Thesis-Faqs {
    padding: 10px 0 0 0;
}

/*Thesis-Faqs 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: #0b1f23;
    color: #00c776;
    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: #00c776;
    color: #000;
    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.Our-Services {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

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

section.Content-2 {
    overflow: hidden;
}

section.Our-Ranking {
    overflow: hidden;
}

section.OurSubjects {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

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

section.Our-Teams {
    overflow: hidden;
}

section.Content-3 {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

section.Header {
    padding: 25px 0 0 0;
    margin: 0 0 -26px 0;
}

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

.head-2 button {
    border: 2px solid #fff !important;
    position: relative;
    bottom: 10px;
}

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

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

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

.head-3 a {
    display: none;
}

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

.ban-1 {
    padding: 0 0 35px 0;
}

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

.ban-1 h1 {
    font-size: 22px;
    line-height: 35px;
    padding: 5px 0 0 0;
}

.ban-1 h1 span {
    font-size: 22px;
    line-height: 35px;
}

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

.ban-2 form {
    margin: 0;
}

.ban-2 form h2 {
    font-size: 16px;
}

.ban-2 button {
    font-size: 13px;
}

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

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

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

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

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

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

.cont-3 ul li p {
    font-size: 12px;
    padding: 10px 0 0 15px;
}

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

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

.ser-0 {
    padding: 0;
}

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

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

.ser-1 {
    padding: 16px 0 30px 0;
}

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

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

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

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

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

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

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

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

a.Choose-button-1 {
    font-size: 14px;
    margin: 0 5px 0 0;
    padding: 10px 20px 10px 20px;
}

a.Choose-button-2 {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
}

.choose-4 {
    top: 0;
    margin: 20px 0 20px 0;
}

.choose-5 {
    top: 0;
}

.choose-6 {
    top: 0;
    margin: 20px 0 0 0;
}

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

.side-2 {
    padding: 20px 10px 25px 20px;
    display: block;
}

.side-3 {
    width: 100%;
}

.side-3 h3 {
    font-size: 16px;
    line-height: 30px;
}

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

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

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

.cont-5 h3 {
    font-size: 17px;
    line-height: 30px;
    padding: 0;
}

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

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

.rank-1 {
    margin: 0 0 15px 0;
}

.rank-1 h3 {
    padding: 20px 0 5px 0;
}

section.OurSubjects {
    padding: 15px 0 0 0;
}

.subj-1 {
    padding: 15px;
}

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

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

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

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

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

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

.faq-2 {
    padding: 10px 0 20px 0;
}

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

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

.card-header h4 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 50px 0 0;
}

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

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

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

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

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

.team-1 {
    margin: 0 0 30px 0;
}

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

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

.team-1 span {
    font-size: 12px;
}

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

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

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

.cont-10 {
    display: block;
}

.cont-11 {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

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

.cont-12 h3 {
    font-size: 16px;
}

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

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

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

.test-3 img {
    width: 30%;
}

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

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

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

.footer-1 {
    bottom: 0;
}

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

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

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

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

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

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

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

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

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

.footer-4 {
    padding: 0 0 100px 20px;
}

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

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

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

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

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

section.About-Us-1 {
    background-attachment: unset;
}

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

section.About-Us-2 {
    padding: 20px 0 20px 0;
}

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

section.Our-Review-1 {
    background-attachment: unset;
}

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

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

.review-3 img {
    width: 30%;
}

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

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

.review-4 i {
    font-size: 12px;
}

section.Contact-Us-1 {
    background-attachment: unset;
}

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

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

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

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

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

.contact-6 ul li a {
    font-size: 12px;
}

.contact-7 {
    padding: 0;
}

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

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

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

section.Privacy-Policy-1 {
    background-attachment: unset;
}

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

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

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

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

section.Term-Condition-1 {
    background-attachment: unset;
}

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

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

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

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

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

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

.thesis-1 {
    padding: 10px 20px;
}

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

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

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

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

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

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

.thesis-7 h5 {
    font-size: 16px;
}

.thesis-7 ul li p {
    font-size: 14px;
    padding: 3px 0 0 0;
}

.thesis-7 {
    padding: 20px 20px 10px 30px;
}

.thesis-8 h6 {
    font-size: 16px;
}

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

.thesis-9 {
    margin: 0 0 30px 0;
    padding: 20px 0 40px 0;
}

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

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

}
@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.Our-Services {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

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

section.Content-2 {
    overflow: hidden;
}

section.Our-Ranking {
    overflow: hidden;
}

section.OurSubjects {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

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

section.Our-Teams {
    overflow: hidden;
}

section.Content-3 {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

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

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

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

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

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

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

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

}
@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.Our-Services {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

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

section.Content-2 {
    overflow: hidden;
}

section.Our-Ranking {
    overflow: hidden;
}

section.OurSubjects {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

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

section.Our-Teams {
    overflow: hidden;
}

section.Content-3 {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

}