@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 {
    z-index: 999;
    width: 100%;
    position: absolute;
    padding: 30px 0 30px 0;
}

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

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

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

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

.dropdown-menu.show a:hover {
    color: #81a9e2;
}

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

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

.head-3 a:hover {
    color: #000;
    border: none;
    background-color: #81a9e2;
}

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

section.Banner {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 0 35px 0;
}

.ban-1 {
    position: absolute;
}

.ban-1:after {
    background: #000000b5;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
}

.ban-1 video#myVideo {
    height: 100%;
    width: 100%;
}

.ban-2 {
    padding: 100px 0 0 0;
}

.ban-2 h1 {
    margin: 0;
    color: #fff;
    font-size: 29px;
    line-height: 55px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.ban-2 h1 span {
    color: #81a9e2;
}

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

.ban-3 ul {
    margin: 0;
    padding: 0 0 20px;
}

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

.ban-3 ul li i {
    color: #81a9e2;
    font-size: 20px;
    padding: 1px 10px 0 0;
}

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

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

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

.ban-5 {
    text-align: -webkit-right;
    padding: 115px 0 0 0;
}

.ban-5 form {
    width: 80%;
    padding: 25px 20px 25px 20px;
    border-radius: 10px;
    background: linear-gradient(45deg, #81a9e2, #ffffff);
}

.ban-5 form h2 {
    margin: 0;
    color: #000;
    font-size: 20px;
    text-align: center;
    padding: 0 0 25px 0;
    font-family: 'Lexend-Bold';
}

.ban-5 form p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    font-family: 'Lexend-Medium';
    padding: 0 0 20px 0;
}

.ban-5 input {
    color: #000;
    font-size: 13px;
    border: 1px dashed #000;
    margin: 0 0 10px 0;
    padding: 12px 0 10px 20px;
    border-radius: 30px;
    font-family: 'Lexend-Medium';
}

.ban-5 textarea {
    color: #000;
    font-size: 13px;
    border: 1px dashed #000;
    padding: 20px 0 10px 20px;
    border-radius: 40px;
    margin: 0 0 20px 0;
    font-family: 'Lexend-Medium';
}

.ban-5 button {
    color: #000;
    font-size: 14px;
    border: 2px solid #000;
    width: 100%;
    border-radius: 30px;
    padding: 12px 0 10px 0;
    font-family: 'Lexend-Bold';
    background-color: #81a9e2;
}

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

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

.cont-1 {
    text-align: center;
    padding: 0 0 20px 0;
}

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

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

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

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

.cont-4 ul {
    margin: 0;
}

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

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

.cont-4 a {
    top: 25px;
    color: #000;
    font-size: 14px;
    transition: .3s;
    position: relative;
    border-radius: 10px;
    background-color: #81a9e2;
    font-family: 'Lexend-Medium';
    padding: 16px 35px 15px 35px;
}

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

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

.Our-Rank {
    padding: 50px 0;
}

.rank-0 {
    text-align: center;
    padding: 0 0 60px 0;
}

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

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

.rank-1 {
    text-align: center;
    background: #ffffff;
    padding: 40px 40px 40px;
    transition: all 0.3s ease-in-out;
    border-bottom: 5px solid transparent;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.rank-1:hover {
    transform: translateY(-20px);
    border-bottom: 5px solid #81a9e2;
}

.rank-1 h3 {
    margin: 0;
    color: #000;
    font-size: 18px;
    padding: 0 0 30px 0;
    font-family: 'Lexend-Medium';
}

.rank-2 {
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    background: #f3f3f4;
    margin-bottom: 32px;
    border-radius: 100px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.rank-1:hover .rank-2 {
    background: #81a9e2;
}

.rank-2 img {
    filter: invert(1);
}

.rank-1:hover .rank-2 img {
    filter: brightness(0) invert(1);
}

.rank-3 h4 {
    margin: 0;
    color: #000;
    font-size: 35px;
    font-family: 'Lexend-Bold';
}

.rank-3 h4 span {
    color: #81a9e2;
}

/*Our-Rank Css End*/
/*Testimonial Css Start*/

section.testimonial {
    padding: 20px 0;
}

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

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

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

.test-1 {
    margin: 13px 10px;
    padding: 40px 40px 40px 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
}

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

.test-2 {
    display: inline-flex;
}

.test-3 {
    width: 100%;
}

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

.test-3 span {
    color: #81a9e2;
    font-size: 14px;
    font-family: 'Lexend-Medium';
}

.test-4 {
    text-align: right;
    width: 300px;
}

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

.test-5 {
    display: flex;
}

.test-6 {
    background: #81a9e2;
    min-width: 60px;
    text-align: -webkit-center;
    border-radius: 50%;
    height: 60px;
    padding: 23px 0 0 0;
}

/*Testimonial Css Start*/
/*Our-Process Css Start*/

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

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

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

.process-0 h2 span {
    color: #81a9e2;
}

.process-0 p {
    margin: 0;
    color: #000;
    font-size: 13px;
    padding: 0 100px;
    font-family: 'Lexend-Medium';
}

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

.process-2 span {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: -4px;
    left: 50px;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    color: #000;
    background: #81a9e2;
    border: 5px solid #ffffff;
    box-shadow: 1px 0px 40px rgb(0 0 0 / 3%);
    font-family: 'Lexend-Bold';
}

.process-3 {
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    background: #81a9e2;
    transition: all 0.3s ease-in-out;
}

.process-3::before {
    content: "";
    width: 5px;
    height: 72px;
    bottom: -66px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background: #81a9e2;
}

.process-3 img {
    width: 50%;
    filter: invert(1);
}

.process-4 {
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 50px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    background: #81a9e2;
}

.process-5 {
    padding: 70px 0 0 0;
}

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

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

.process-6 {
    top: 34px;
    right: -25px;
    position: absolute;
}

.process-6 img {
    width: 100%;
    filter: brightness(0.5);
}

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

section.Our-Services {
    padding: 50px 0;
    background-color: #aeb1b345;
}

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

.ser-1 span {
    color: #000;
    font-size: 18px;
    font-family: 'Lexend-Medium';
}

.ser-1 h2 {
    margin: 0;
    color: #000;
    font-size: 36px;
    padding: 10px 110px 20px 0;
    font-family: 'Lexend-Bold';
}

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

.ser-2 {
    text-align: end;
}

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

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

.ser-5 {
    margin: 13px 10px;
    background-color: #81a9e2;
    padding: 25px 20px 30px 20px;
    border-radius: 10px;
    border: 2px solid #000;
}

.ser-6 img {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #000;
    padding: 3px;
}

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

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

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

.ser-7 a {
    color: #000;
    font-size: 13px;
    font-family: 'Lexend-Medium';
    border: 1px solid #000;
    padding: 13px 25px 12px 25px;
    border-radius: 10px;
}

.ser-7 a:hover {
    color: #81a9e2;
    background-color: #000;
}

.slick-dots {
    bottom: -50px !important;
}

.slick-dots li.slick-active button:before {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000 !important;
    opacity: 1 !important;
}
.slick-dots li button:before {
    color: #000 !important;
    font-size: 70px !important;
    line-height: 27px !important;
    margin: 0 10px 0 0 !important;
}

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

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

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

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

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

.subj-2 {
    text-align: center;
    background-color: #fff;
    border: 2px solid #81a9e2;
    padding: 30px 10px 20px 15px;
}

.subj-2:before {
    content: "";
    position: absolute;
    border-left: 3px solid #000;
    border-top: 3px solid #000;
    top: -1px;
    left: 14px;
    width: 40px;
    height: 40px;
}

.subj-2:after {
    content: "";
    position: absolute;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    bottom: 0px;
    right: 14px;
    width: 40px;
    height: 40px;
}

.subj-2 i {
    color: #000;
    font-size: 40px;
    background-color: #81a9e2;
    padding: 20px 25px 20px 25px;
    border-radius: 5px;
}

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

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

.subj-3:before {
    content: "";
    position: absolute;
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    top: -1px;
    left: 231px;
    width: 40px;
    height: 40px;
}

.subj-3:after {
    content: "";
    position: absolute;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    bottom: 0;
    right: 231px;
    width: 40px;
    height: 40px;
}

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

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

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

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

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

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

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

.expert-2 {
    text-align: center;
    margin-bottom: 3px;
    border-radius: 10px;
    border-top: 2px solid #000;
    padding: 20px 10px 30px 10px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #81a9e2;
    border-right: 2px solid #81a9e2;
}

.expert-2 img {
    width: 100px;
    height: 100px;
    padding: 3px;
    border-radius: 50%;
    border: 3px solid #81a9e2;
}

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

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

.expert-2 a {
    color: #81a9e2;
    font-size: 15px;
    border-radius: 30px;
    background-color: #000;
    padding: 14px 40px 12px;
    font-family: 'Lexend-Medium';
}

/*Our-Experts Css Start*/
/*Why-Choose Css Start*/

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

.choose-1 span {
    color: #81a9e2;
    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: #81a9e2;
    font-family: 'Lexend-Medium';
}

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

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

a.Choose-button-2:hover {
    color: #81a9e2;
}

.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: #000;
    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: #81a9e2;
    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: #81a9e2;
    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: #000;
    padding: 4px;
    line-height: 60px;
    border-radius: 50%;
    position: relative;
    left: 70px;
}

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

/*Why-Choose Css End*/
/*Section-Faqs Css Start*/

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

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

.fq span {
    font-size: 14px;
    color: #81a9e2;
    font-family: 'Lexend-Medium';
}

.fq h2 {
    margin: 0;
    color: #000;
    font-size: 33px;
    padding: 5px 0 10px 0;
    font-family: 'Lexend-Bold';
}

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

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

.faq-1 img {
    width: 90%;
    border-radius: 10px;
}

.faq-3 a{
    color: #fff;
    background: #000;
    display:block;
    margin: 0 0px 15px;
    padding: 14px 0 15px 20px;
    position:relative;
    border-radius:5px;
    -webkit-box-shadow: -3px 3px 0px 0px #81a9e2;
    -moz-box-shadow: inherit;
    font-family: 'Lexend-Bold';
}

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

.faq-3 a i{
    position:absolute;
    top:50%;
    right:0;
    font-style:normal;
    font-size:1.625em;
    color: #81a9e2;
    background:transparent;
    height:49px;
    width:50px;
    text-align:center;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center;
    transform:translate(0,-50%);
}

.faq-3 .collapsed i:before {
    content:"+";
}

.faq-3 a i:before {
    content:"- ";
}

.faq-4 {
    padding: 15px 30px 0px 20px;
    -moz-box-shadow:-3px -1px 21px 0px rgba(156,156,156,0.75);
    background:#fff;
    margin:0 0 20px;
    border-radius: 5px;
    border: 1px solid #1a1a3785;
}

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

/*Section-Faqs Css End*/
/*Side-Banner-1 Css Start*/

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

section.Side-Banner-1 .container {
    border: 2px solid #000;
    padding: 10px 10px 10px 10px;
    border-radius: 70px;
}

section.Side-Banner-1 .side-0 {
    background-color: #81a9e2;
    border-radius: 50px;
    padding: 10px 10px 10px 10px;
}

.side-1 {
    display: flex;
}

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

.side-3 {
    padding: 13px 0 0 15px;
}

.side-3 h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-family: 'Lexend-Bold';
    letter-spacing: 1px;
    padding: 0 0 3px 0;
}

.side-3 span {
    color: #000;
    font-size: 13px;
    font-family: 'Lexend-Medium';
    letter-spacing: 1px;
}

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

.side-4 h4 {
    margin: 0;
    color: #000;
    font-size: 22px;
    font-family: 'Lexend-Bold';
    letter-spacing: 1px;
}

.side-5 {
    text-align: end;
    position: relative;
    right: 10px;
    padding: 25px 0 0 0;
}

.side-5 a {
    color: #81a9e2;
    font-size: 15px;
    padding: 14px 40px 12px;
    border-radius: 30px;
    background-color: #000;
    font-family: 'Lexend-Medium';
}

/*Side-Banner-1 Css End*/
/*First-Footer Css Start*/

section.First-Footer {
    padding: 0 0 20px 0;
}

.footer-1 {
    border-radius: 30px;
    padding: 35px 0 15px 0;
    background: #fff;
    margin: 15px 30px 0px 30px;
    border: 2px solid #81a9e2;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
}

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

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

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

.footer-3 ul {
    margin: 0;
}

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

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

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

.footer-3 ul li a i {
    bottom: 2px;
    color: #81a9e2;
    font-size: 7px;
    padding: 0 5px 0 0;
    position: relative;
}

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

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

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

.footer-4 ul {
    margin: 0;
}

.footer-4 ul li {
    padding: 7px 0 0 0;
}

.footer-4 ul li a {
    color: #000;
    font-size: 14px;
    font-family: 'Lexend-Medium';
}

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

.footer-4 ul li a i {
    color: #81a9e2;
    font-size: 7px;
    padding: 0 5px 0 0;
    position: relative;
    bottom: 2px;
}

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

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

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

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

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

.footer-5 ul li span {
    width: 40px;
    color: #000;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    background-color: #81a9e2;
    transform: rotate(-45deg);
}

.footer-5 ul:hover li span {
    background-color: #000;
    color: #81a9e2;
}

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

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

.footer-5 ul li a {
    left: 50px;
    color: #000;
    bottom: 20px;
    font-size: 13px;
    position: relative;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

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

.footer-6 {
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px dashed #8cc53e;
}

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

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

.footer-7 p span {
    color: #81a9e2;
    padding: 0 2px;
}

.footer-8 {
    display: flex;
    justify-content: end;
}

.footer-8 img {
    width: 40%;
}

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

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

.about-1 h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'Lexend-Bold';
}

/*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: 10px 0 0 0;
    font-family: 'Lexend-Regular';
}

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

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

.contact-1 h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'Lexend-Bold';
}

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

section.Contact-Us-2 {
    background: linear-gradient(216deg, #81a9e2, #000);
    padding: 130px 0 50px 0;
    margin: 70px 0 70px 0;
}

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

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

.contact-3 h3 span {
    color: #81a9e2;
}

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

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

.contact-6:hover ul li i {
    background-color: #81a9e2;
    color: #000;
    border: 1px solid #000;
}

.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: #81a9e2;
    color: #000;
    padding: 12px 0;
    width: 100%;
    font-family: 'Lexend-Medium';
    border-radius: 5px;
    border: 2px solid #000;
}

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

section.Our-Reviews-1 {
    padding: 170px 0 100px 0;
    background: #000000c7 url(../images/pages-banner.webp) center;
    background-size: cover;
    background-blend-mode: overlay;
}

.review-1 h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'Lexend-Bold';
}

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

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

.review-2 {
    position: relative;
    background-color: #81a9e259;
    border: 2px solid #81a9e2;
    border-radius: 20px;
    padding: 20px 40px 30px 30px;
    z-index: 2;
    margin: 5px 5px 5px 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.review-2:hover {
    border: 1px solid #81a9e2;
    background-color: #81a9e2;
    transform: translate(0, -5px);
}

.review-2:before {
    content: '';
    position: absolute;
    inset: 0;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    border-radius: 20px;
    background-color: #ffffff;
}

.review-2 p {
    color: #000;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    line-height: 26px;
    border-bottom: 1px solid #E3E9F0;
    padding: 0 0 30px 0;
}

.review-3 {
    display: flex;
    padding: 20px 0 0 0;
}

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

.review-4 img {
    width: 70px;
    border-radius: 50%;
}

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

.review-5 span {
    color: #000;
    font-family: 'Lexend-Medium';
    font-size: 12px;
    letter-spacing: 1px;
}

.review-6 i {
    color: #f8a22f;
    padding: 0 1px 0 0;
    font-size: 13px;
}

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

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

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

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

.privacy-1 h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'Lexend-Bold';
}

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

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

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

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

.privacy-3 {
    padding: 0 0 5px 0;
}

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

.privacy-3 p span {
    font-size: 14px;
    padding: 0 5px 0 0;
    font-family: 'Lexend-Bold';
}

.privacy-4 ul {
    margin: 0;
}

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

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

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

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

.term-1 h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'Lexend-Bold';
}

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

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

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

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

.term-3 h4 {
    margin: 0;
    font-size: 16px;
    padding: 10px 0 10px 0;
    font-family: 'Lexend-Medium';
}

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

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

.term-4 ul {
    margin: 0;
}

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

.term-5 {
    display: flex;
    padding: 30px 0 0 0;
}

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

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

.term-5 ul:hover li i {
    color: #000;
    border: 1px solid #000;
    background-color: #81a9e2;
}

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

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

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

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

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

.thesis-1 {
    /* background-color: #eeebee; */
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    border: 2px solid #000;
}

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

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

.thesis-1 ul {
    margin: 0;
}

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

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

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

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

.thesis-2 {
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
    border: 2px solid #000;
}

.thesis-2 h4 {
    margin: 0;
    color: #000;
    font-size: 22px;
    line-height: 40px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

.thesis-2 h4 span {
    color: #81a9e2;
}

.thesis-2 p {
    margin: 0;
    color: #000;
    font-size: 16px;
    padding: 5px 0 10px 0;
    font-family: 'Lexend-Medium';
}

.thesis-2 p i {
    color: #81a9e2;
    padding: 0 10px 0 0;
}

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

.thesis-3 ul:hover {
    border: 1px solid #81a9e2;
}

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

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

.thesis-3 ul:hover li span {
    background-color: #000;
}

.thesis-3 ul:hover li span i {
    color: #81a9e2;
}

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

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

.thesis-3 ul li a:hover {
    color: #81a9e2;
}

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

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

.thesis-4 h3 {
    margin: 0;
    color: #000;
    font-size: 38px;
    line-height: 50px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

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

.thesis-5 img {
    width: 49%;
    height: 260px;
    border-radius: 10px;
}

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

.thesis-6 ul {
    margin: 0;
}

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

.thesis-6 ul li i {
    color: #81a9e2;
    font-size: 18px;
    padding: 0 10px 0 0;
}

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

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

.thesis-7 h4 {
    margin: 0;
    color: #000;
    font-size: 26px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Medium';
}

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

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

.thesis-8 ul {
    margin: 0;
}

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

.thesis-8 ul li i {
    color: #81a9e2;
    font-size: 7px;
    padding: 6px 10px 0 0;
}

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

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

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

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

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

/*Thesis-Writing-1 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: #81a9e2;
    color: #fff;
    min-width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 20px 0px;
    border-radius: 50%;
}

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

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

.thankyou-blk {
    text-align: center;
    padding: 90px 0px 0px;
}

/*Thank-You Css End*/
/*WhatsApp Css Start*/

.floating_btn {
  position: fixed;
  bottom: 0px;
  left: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:
  center;
  justify-content:
  center;
  z-index: 1000;
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

@-webkit-keyframes glowing {
    0% {
        
        text-shadow: 0 0 5px #fff;
        transform:scale(1);
    }
    50% {
        
        text-shadow: 0 0 25px #fff;
        transform:scale(1.05);
    }
    100% {
        
        text-shadow: 0 0 5px #fff;
        transform:scale(1.1);
    }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

/*WhatsApp Css End*/


@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 375px) and (max-width: 667px){
    
.subj-3:before {
    left: 320px !important;
}
    
}
@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-Process {
    overflow: hidden;
}

section.Our-Services {
    overflow: hidden;
}

section.Our-Rank {
    overflow: hidden;
}

section.Our-Subjects {
    overflow: hidden;
}

section.testimonial {
    overflow: hidden;
}

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

section.Our-Experts {
    overflow: hidden;
}

section.faqs {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

.head-1 img {
    width: 50%;
}

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

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

.head-2 .navbar-light .navbar-toggler-icon {
    filter: invert(1);
}

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

.head-2 ul.navbar-nav.mr-auto {
    margin: 20px 0 0 0;
    background-color: #fff;
    padding: 15px 0 10px 0;
    border-radius: 5px;
}

.head-2 ul.navbar-nav.mr-auto li a {
    color: #000;
}

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

.head-3 {
    display: none;
}

.ban-1 {
    height: 48%;
}

section.Banner {
    background-color: #81a9e2;
}

.ban-1 video#myVideo {
    width: 235%;
    left: -190px;
    position: relative;
}

.ban-2 {
    padding: 85px 0 0 0;
}

.ban-2 h1 {
    font-size: 16px;
    line-height: 30px;
}

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

.ban-3 ul li p {
    font-size: 10px;
    line-height: 20px;
}

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

.ban-5 {
    padding: 60px 0 0 0;
    text-align: justify;
}

.ban-5 form {
    width: 100%;
    border: 2px solid #000;
}

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

.ban-5 button {
    font-size: 13px;
    padding: 10px 0 8px 0;
}

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

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

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

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

.cont-4 a {
    font-size: 12px;
}

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

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

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

.process-6 {display: none;}

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

.process-5 h3 {
    font-size: 15px;
    padding: 0 0 5px 0;
}

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

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

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

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

.ser-2 {
    text-align: justify;
}

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

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

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

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

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

.rank-0 {
    padding: 0 0 35px 0;
}

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

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

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

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

.subj-3:before {left: 265px;}

.subj-3:after {
    left: 15px;
    bottom: 20px;
}

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

.subj-2:after {
    bottom: 20px;
}

.subj-4 {
    padding: 0;
}

.subj-5 {
    padding: 0;
}

section.testimonial {
    padding: 0 0 0 0;
}

.test h2 {
    font-size: 18px;
}

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

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

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

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

.test-1 {
    padding: 20px 20px 25px 20px;
}

.test-4 {
    text-align: left;
    width: 150%;
    left: 25px;
    position: relative;
}

.test-3 {
    width: 170%;
}

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

.test-2 {
    display: flex;
}

.slick-dots li.slick-active button:before {
    top: -50px;
}

.slick-dots li button:before {
    top: -50px !important;
}

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

section.Side-Banner-1 .container {
    border-radius: 10px;
}

section.Side-Banner-1 .side-0 {
    border-radius: 10px;
    padding: 15px 10px 25px 10px;
}

.side-4 {
    text-align: left;
    padding: 20px 0 10px 5px;
}

.side-5 {
    text-align: left;
    padding: 10px 0 0 15px;
}

.side-5 a {
    font-size: 12px;
}

.side-4 h4 {
    font-size: 17px;
}

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

.side-3 span {
    font-size: 12px;
}

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

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

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

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

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

.expert-2 {
    margin: 0 0 20px 0;
}

section.faqs {
    padding: 25px 0 0 0;
}

.fq h2 {
    font-size: 18px;
}

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

.faq-3 a {
    font-size: 14px;
    padding: 10px 50px 10px 15px;
}

.fq {
    padding: 0 0 30px 0;
}

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

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

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

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

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

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

a.Choose-button-1 {
    font-size: 12px;
    margin: 0;
}

a.Choose-button-2 {
    font-size: 12px;
}

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

.choose-6 {
    top: 0;
}

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

.choose-7 {
    text-align: -webkit-center;
}

.choose-8 {
    left: 0;
}

.choose-9 {
    text-align: -webkit-center;
}

.choose-10 {
    left: 0;
}

.choose-7 h4 {
    font-size: 16px;
}

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

.choose-3 {
    margin: 0 0 20px 0;
}

section.First-Footer {
    padding: 0;
}

.footer-1 {
    margin: 15px;
}

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

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

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

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

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

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

.footer-5 {
    right: 0;
}

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

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

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

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

.footer-8 img {
    width: 52%;
}

section.About-Us-1 {
    padding: 100px 0 40px 0;
    background-size: 100% 100%;
}

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

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

section.Contact-Us-1 {
    padding: 100px 0 40px 0;
    background-size: 100% 100%;
}

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

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

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

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

.contact-7 {
    padding: 0;
}

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

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

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

.contact-8 button {
    font-size: 14px;
    padding: 12px 0 10px 0;
}

section.Our-Reviews-1 {
    padding: 100px 0 40px 0;
    background-size: 100% 100%;
}

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

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

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

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

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

.review-6 i {
    font-size: 11px;
}

.review-7 {
    padding: 0;
}

.review-8 {
    padding: 0;
}

section.Privacy-Policy-1 {
    padding: 100px 0 40px 0;
    background-size: 100% 100%;
}

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

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

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

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

section.Term-Condition-1 {
    padding: 100px 0 40px 0;
    background-size: 100% 100%;
}

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

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

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

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

.term-5 {
    display: block;
}

.term-5 ul {
    width: 100%;
    margin: 0 0 20px 0;
}

.term-5 ul li a {
    font-size: 13px;
}

section.Thesis-Writing-1 {
    overflow: hidden;
    padding: 35px 0 0 0;
}

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

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

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

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

.thesis-2 p {
    font-size: 13px;
}

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

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

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

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

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

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

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

.thesis-7 {
    padding: 0;
}

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

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

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

.thesis-8 {
    padding: 0;
}

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

.thesis-10 h4 {
    font-size: 18px;
}


}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){}