@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: #fff;
    padding: 25px 0 22px 0;
}

.head-1 img {
    width: 180px;
    margin: -15px 0 -15px 0;
}

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

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

.head-2 ul li a:hover {
    color: #051d40;
}

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

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

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

.head-3 a {
    background-color: transparent;
    border: 2px solid #0a233a;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #0a233a;
    padding: 16px 35px 15px 35px;
    transition: .7s;
}

.head-3 a:hover {
    background-color: #051d40;
    color: #ffd230;
}

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

section.Banner {
    background: url(../images/banner.jpg) center;
    background-size: cover;
    padding: 25px 0 10px 0;
}

.ban-1 h1 {
    color: #fff;
    font-family: 'Lexend-Bold';
    line-height: 50px;
    font-size: 36px;
    margin: 0;
    padding: 0 0 5px 0;
}

.ban-1 h2 {
    background-color: #ffd230;
    color: #000;
    padding: 5px 0 5px 15px;
    font-size: 20px;
    font-family: 'Lexend-Medium';
    border-radius: 30px;
    width: 85%;
}

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

.ban-2 {
    display: flex;
}

.ban-3 a {
    background-color: #ffd230;
    color: #000;
    padding: 8px 30px;
    font-family: 'Lexend-Medium';
    border-radius: 5px;
    margin: 0 10px 0 0;
}

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

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

.ban-4 ul li p {
    color: #ffd230;
    margin: -10px 0 0 0;
    padding: 0 0 0 10px;
    font-family: 'Lexend-Bold';
    font-size: 14px;
}

.ban-4 ul li a {
    color: #fff;
    font-family: 'Lexend-Medium';
    font-size: 12px;
    padding: 0 0 0 50px;
    margin: -28px 0 0 0;
    letter-spacing: 1px;
}

.ban-4 ul li span {
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    transform: rotate(-45deg);
    background-color: #ffd230;
    position: relative;
    bottom: 7px;
}

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

.ban-5 h4 {
    color: #fff;
    font-family: 'Lexend-Bold';
    font-size: 30px;
    padding: 0 0 5px 0;
}

.ban-5 button {
    background-color: #ffd230;
    color: #000;
    padding: 8px 0 6px 0;
    font-family: 'Lexend-Bold';
    border-radius: 5px;
    border: none;
    width: 83%;
}

.ban-6 {
    display: flex;
    padding: 0 0 10px 0;
}

.ban-6 input.form-control {
    font-size: 13px;
    margin: 0 10px 0 0;
    width: 220px;
    border: none;
    font-family: 'Lexend-Medium';
    color: #000;
    padding: 8px 0 6px 10px;
}

.ban-7 {
    display: flex;
    padding: 0 0 15px 0;
}

.ban-7 input.form-control {
    font-size: 13px;
    margin: 0 10px 0 0;
    width: 220px;
    border: none;
    font-family: 'Lexend-Medium';
    color: #000;
    padding: 8px 0 6px 10px;
}

.ban-7 textarea.form-control {
    font-size: 13px;
    margin: 0 10px 0 0;
    width: 220px;
    border: none;
    font-family: 'Lexend-Medium';
    color: #000;
    padding: 8px 0 6px 10px;
    height: 34px;
}

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

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

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

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

.cont-2 a {
    background-color: transparent;
    border: 2px solid #051d40;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #051d40;
    padding: 12px 30px 10px 30px;
    transition: .7s;
    margin: 0 10px 0 0;
}

.cont-2 a:hover {
    color: #ffd230;
    background-color: #051d40;
}

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

section.Content-2 {
    background: #00000099 url(../images/content-background-2.jpg) center;
    background-size: cover;
    padding: 0 0 0 0;
    background-attachment: fixed;
    background-blend-mode: overlay;
}

.cont-3 {
    background-color: #fff;
    padding: 30px 20px 30px 60px;
    position: relative;
    right: 60px;
}

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

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

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

.cont-3 a {
    background-color: transparent;
    border: 2px solid #051d40;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #051d40;
    padding: 12px 30px 10px 30px;
    transition: .7s;
    margin: 0 10px 0 0;
}

.cont-3 a:hover {
    color: #ffd230;
    background-color: #051d40;
}

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

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

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

.ser-0 span {
    color: #051d40;
    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 {
    text-align: end;
    padding: 50px 0 0 0;
}

.ser-1 a {
    background-color: transparent;
    border: 2px solid #051d40;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #051d40;
    padding: 16px 25px 15px 25px;
    transition: .7s;
    margin: 0 10px 0 0;
}

.ser-1 a:hover {
    color: #ffd230;
    background-color: #051d40;
}

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

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

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

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

.ser-4 {
    border-left: 1px solid #051d401a;
    height: 200px;
    text-align: center;
    padding: 90px 0 0 0;
}

.ser-4 a {
    color: #000;
    font-size: 14px;
    font-family: 'Lexend-Regular';
}

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

.ser-5 {
    border-top: 1px solid #051d401a;
    border-bottom: 1px solid #051d401a;
    padding: 40px 0;
    margin: 40px 0;
}

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

section.Side-Banner-1 {
    background: url(../images/side-banner-1.jpg);
    background-size: cover;
    padding: 80px 0 60px 0;
    background-attachment: fixed;
}

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

.side-1 h3 {
    margin: 0;
    font-size: 50px;
    color: #ffd230;
    font-family: 'Lexend-Bold';
}

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

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

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

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

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

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

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

.subj-1 a {
    background-color: transparent;
    border: 2px solid #051d40;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #051d40;
    padding: 16px 25px 15px 25px;
    transition: .7s;
    margin: 0 10px 0 0;
}

.subj-1 a:hover {
    color: #ffd230;
    background-color: #051d40;
}

.subj-2 {
    background-color: #fff;
    padding: 15px 30px 15px 10px;
    border-radius: 50px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    text-align: center;
    display: flex;
    align-items: center;
}

.subj-2 h3 {
    margin: 0;
    color: #101115;
    font-size: 13px;
    font-family: 'Lexend-Medium';
    padding: 5px 0 0 10px;
    line-height: 18px;
}

.subj-3 {
    background-color: #051d40;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
}

.subj-3 i {
    color: #ffd230;
    font-size: 22px;
    width: 50px;
    height: 50px;
}

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

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

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

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

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

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

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

.cont-6 ul li i {
    color: #051d40;
    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-6 a {
    background-color: transparent;
    border: 2px solid #051d40;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #051d40;
    padding: 12px 30px 10px 30px;
    transition: .7s;
    margin: 0 10px 0 0;
}

.cont-6 a:hover {
    color: #ffd230;
    background-color: #051d40;
}

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

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

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

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

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

.faq-1 {
    text-align: end;
    padding: 50px 0 0 0;
}

.faq-1 a {
    background-color: transparent;
    border: 2px solid #051d40;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #051d40;
    padding: 16px 25px 15px 25px;
    transition: .7s;
    margin: 0 10px 0 0;
}

.faq-1 a:hover {
    color: #ffd230;
    background-color: #051d40;
}

.faq-3 a{
    color: #fff;
    background: #051d40;
    display:block;
    margin: 0 0px 15px;
    padding: 14px 0 15px 20px;
    position:relative;
    border-radius:5px;
    -webkit-box-shadow: -3px 3px 0px 0px #ffd230;
    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: #fff;
    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 20px 12px 20px;
    background:#fff;
    margin:0 0 20px;
    border-radius: 5px;
    border: 1px solid #051d40;
}

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

.faq-5 {
    text-align: end;
}

.faq-5 img {
    width: 80%;
}

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

section.Side-Banner-2 {
    background: url(../images/side-banner-2.webp) center;
    background-size: cover;
    padding: 0;
    position: relative;
}

.side-2 {
    background: linear-gradient(151.89deg, #051d40 6.97%, rgba(37, 117, 252, .83) 84.71%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.side-3 {
    position: relative;
    z-index: 1;
    padding: 40px 0 0 0;
}

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

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

.side-3 a {
    background-color: #ffd230;
    color: #000;
    padding: 12px 30px;
    font-family: 'Lexend-Medium';
    border-radius: 5px;
}

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

.side-4 {
    position: relative;
    z-index: 1;
    left: 60px;
}

.side-4 img {
    width: 100%;
    border-radius: 350px 0px 0px 0px;
}

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

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

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

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

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

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

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

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

.cont-8 a {
    background-color: transparent;
    border: 2px solid #051d40;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #051d40;
    padding: 12px 30px 10px 30px;
    transition: .7s;
    margin: 0 10px 0 0;
}

.cont-8 a:hover {
    color: #ffd230;
    background-color: #051d40;
}

.cont-9 {
    background-color: #051d40;
    padding: 20px 0 10px 20px;
    border-radius: 20px 20px 0px 0px;
}

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

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

.cont-9 ul {
    margin: 0;
}

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

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

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

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

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

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

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

.expert-1 {
    padding: 140px 0 0 0;
}

.expert-1 span {
    color: #051d40;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Lexend-Medium';
}

.expert-1 h3 {
    margin: 0;
    color: #000;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 10px 0 10px 0;
    font-family: 'Lexend-Bold';
}

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

.expert-1 a {
    background-color: transparent;
    border: 2px solid #051d40;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #051d40;
    padding: 12px 30px 10px 30px;
    transition: .7s;
    margin: 0 10px 0 0;
}

.expert-1 a:hover {
    color: #ffd230;
    background-color: #051d40;
}

a.expert-2 {
    background-color: #ffd230;
    color: #000;
    padding: 12px 30px;
    font-family: 'Lexend-Medium';
    border-radius: 5px;
}

a.expert-2:hover {
    color: #000;
    background-color: #ffd230;
}

.expert-3 {
    text-align: center;
    margin: 0 0 -60px 0;
}

.expert-4 img {
    width: 100%;
    border: 5px solid #051d40;
    padding: 2px;
    border-radius: 20px;
}

.expert-5 {
    position: relative;
    top: -85px;
    text-align: center;
    background-color: #fff;
    width: 260px;
    border-radius: 10px;
    left: 20px;
    padding: 10px 0 8px 0;
}

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

.expert-5 span {
    color: #ffd230;
    font-size: 14px;
    font-family: 'Lexend-Medium';
    letter-spacing: 1px;
}

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

section.Testimonials {
    background: url(../images/test-background.png);
    background-size: cover;
    padding: 70px 0 60px 0;
    background-attachment: fixed;
}

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

.test-1 span {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding: 0 0 0px 0;
    font-family: 'Lexend-Bold';
    font-size: 16px;
}

.test-1 h2 {
    color: #fff;
    font-family: 'Lexend-Medium';
    font-size: 40px;
    margin: 0;
    padding: 15px 260px 0 260px;
    line-height: 55px;
}

.test-2 .slick-dots li {
    border: 2px solid #fff;
    color: #fff;!i;!;
    border-radius: 50%;
}

.test-2 .slick-dots {
    position: relative;
    top: 20px;
}

.test-2 .slick-dots li button:before {
    color: #fff;
    opacity: 1;
    line-height: 18px;
    font-size: 20px;
    left: -1px;
}

.test-2 .slick-dots li.slick-active button:before {
    color: #ffd230;
    opacity: 1;
}

.test-3 {
    background-color: #fff;
    text-align: center;
    margin: 13px 10px 13px 10px;
    padding: 30px 25px 20px 25px;
}

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

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

.test-3 ul li i {
    color: #ffb539;
    font-size: 14px;
    padding: 0 5px 0 0;
}

.test-4 {
    text-align: -webkit-center;
    padding: 5px 0 15px 0;
}

.test-4 img {
    width: 30%;
    border-radius: 50%;
    border: 3px solid #051d40;
    padding: 2px;
}

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

.test-5 i {
    color: #ffd230;
    font-size: 50px;
}

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

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

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

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

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

.choose-1 {
    text-align: end;
    padding: 50px 0 0 0;
}

.choose-1 a {
    background-color: transparent;
    border: 2px solid #051d40;
    font-size: 14px;
    font-family: 'Lexend-Regular';
    color: #051d40;
    padding: 16px 25px 15px 25px;
    transition: .7s;
    margin: 0 10px 0 0;
}

.choose-1 a:hover {
    color: #ffd230;
    background-color: #051d40;
}

.choose-2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 10rem;
    margin: 0;
}

.choose-2 ul li {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    box-shadow: 0 0 20px #0002;
    padding: 20px 10px 20px 15px;
    border-radius: 16px;
    border: 1px solid #ffd23024;
}

.choose-3 {
    padding: 0 0px 0 10px;
}

.choose-3 h4 {
    margin: 0;
    color: #000;
    font-size: 18px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Bold';
}

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

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

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

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

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

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

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

.footer-3 ul {
    margin: 0;
}

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

.footer-3 ul li i {
    color: #ffd230;
    font-size: 7px;
    position: relative;
    bottom: 2px;
    padding: 0 10px 0 10px;
}

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

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

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

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

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

.footer-4 ul {
    margin: 0;
}

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

.footer-4 ul li i {
    color: #ffd230;
    font-size: 7px;
    padding: 6px 10px 0 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-10 {
    text-align: end;
}

.footer-10 img {
    width: 40%;
    margin: -20px 0 -12px 0;
}

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

section.About-Us-1 {
    background: url(../images/pages-background.jpg) 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 20px 0;
}

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

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

section.Contact-Us-1 {
    background: url(../images/pages-background.jpg) 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, #051d40 6.97%, rgba(37, 117, 252, .83) 84.71%);
    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: #ffd230;
}

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

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

.contact-6:hover ul li i {
    background-color: #051d40;
    color: #ffd230;
    border: 1px solid #051d40;
}

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

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

section.Our-Review-1 {
    background: url(../images/pages-background.jpg) 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 40px 0;
}

.review-2 {
    text-align: center;
    background-color: #fff;
    margin: 13px 10px 13px 10px;
    padding: 30px 25px 20px 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

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

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

.review-2 ul li i {
    color: #ffb539;
    font-size: 14px;
    padding: 0 5px 0 0;
}

.review-3 {
    text-align: -webkit-center;
    padding: 5px 0 15px 0;
}

.review-3 img {
    width: 30%;
    border-radius: 50%;
    border: 3px solid #051d40;
    padding: 2px;
}

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

.review-4 i {
    color: #ffd230;
    font-size: 50px;
}

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

.review-6 {
    padding: 15px 0 0 0;
}

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

section.Privacy-Policy-1 {
    background: url(../images/pages-background.jpg) 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 20px 0;
}

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

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

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

section.Term-Condition-1 {
    background: url(../images/pages-background.jpg) 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 20px 0;
}

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

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

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

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

.thesis-1 {
    background: url(../images/thesis-img-1.jpg) center;
    background-size: cover;
    padding: 40px 300px 33px 30px;
    border-radius: 20px;
}

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

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

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

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

.thesis-3 h4 {
    margin: 0;
    color: #000;
    font-size: 24px;
    padding: 0 0 15px 0;
    font-family: 'Lexend-Medium';
}

.thesis-3 ul {
    margin: 0;
}

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

.thesis-3 ul li i {
    color: #051d40;
    font-size: 14px;
    padding: 6px 7px 0 0;
}

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

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

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

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

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

section.Thesis-Help-2 {
    padding: 50px 0 0 0;
}

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

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

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

section.Thesis-Help-3 {
    padding: 40px 0 50px 0;
}

.thesis-6 h3 {
    margin: 0;
    color: #000;
    font-size: 24px;
    padding: 0 0 10px 0;
    font-family: 'Lexend-Medium';
}

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

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

/*Thesis-Help-3 Css End*/
/*Thesis-Help-4 Css Start*/

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

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

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

.thesis-11 {
    /* display: flex; */
    padding: 0 0 30px 0;
}

.thesis-12 {
    background-color: #051d40;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 85px;
    font-family: 'Lexend-Bold';
}

.thesis-12 span {
    color: #ffd230;
    font-size: 35px;
}

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

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

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

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

/*Thesis-Help-4 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: #051d40;
    color: #ffd230;
    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: #ffd230;
    color: #000;
    padding: 12px 30px 10px;
    font-family: 'Lexend-Medium';
    border-radius: 5px;
    border: 2px solid #051d40;
}

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

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

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

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

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

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

/*WhatsApp Css End*/


@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 320px) and (max-width: 480px){
    
section.Header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
    background: none;
}

section.Our-Services {
    overflow: hidden;
}

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

section.Our-Subjects {
    overflow: hidden;
}

section.Content-3 {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

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

section.Content-4 {
    overflow: hidden;
}

section.Our-Experts {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

section.Header {
    margin: 0 0 -40px 0;
    padding: 30px 0 20px 0;
}

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

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

.head-2 .dropdown-menu.show {
    text-align: center;
    padding: 10px 0 0 0;
}

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

.head-3 {
    display: none;
}

section.Banner {
    background: #051d40 !important;
    padding: 10px 0 25px 0;
}

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

.ban-1 h2 {
    font-size: 12px;
    width: 100%;
}

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

.ban-3 a {
    padding: 8px 8px;
    font-size: 14px;
    margin: 0;
}

.ban-4 {
    padding: 0 0 0 0px;
    position: relative;
    left: 10px;
}

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

.ban-4 ul li a {
    font-size: 11px;
}

.ban-5 h4 {
    font-size: 18px;
}

.ban-6 {
    display: block;
    padding: 0;
}

.form-group {
    padding: 0 0 10px 0;
}

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

.ban-7 {
    display: block;
}

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

.ban-7 textarea.form-control {
    width: 100%;
}

.ban-5 button {
    width: 100%;
}

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

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

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

.cont-3 {
    width: 130%;
}

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

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

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

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

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

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

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

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

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

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

.ser-4 {
    border: none;
    height: 100%;
    padding: 15px 0 0 0;
    text-align: left;
}

.ser-5 {
    padding: 20px 0;
    margin: 20px 0;
}

section.Side-Banner-1 {
    padding: 30px 0 0px 0;
    background-size: 100% 100%;
}

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

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

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

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

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

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

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

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

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

.subj-4 {
    padding: 0;
}

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

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

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

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

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

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

.faq-0 {
    padding: 0 0 25px 0;
}

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

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

.faq-1 {
    text-align: left;
    padding: 0 0 40px 0;
}

.faq-3 a {
    font-size: 14px;
    line-height: 26px;
    padding: 10px 40px 10px 20px;
}

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

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

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

.side-3 {
    padding: 20px 0 30px 0;
}

.side-3 h3 {
    font-size: 20px;
    line-height: 40px;
}

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

.side-4 {
    left: 20px;
}

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

.cont-7 h3 {
    font-size: 19px;
    line-height: 30px;
}

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

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

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

.cont-9 h4 {
    font-size: 18px;
}

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

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

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

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

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

.expert-1 h3 {
    font-size: 20px;
    line-height: 30px;
}

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

.expert-1 a {
    padding: 10px 21px;
}

.expert-3 {
    margin: 0 0 -45px 0;
}

.expert-5 {
    width: 86%;
}

.expert-5 h4 {
    font-size: 14px;
}

.expert-5 span {
    font-size: 12px;
}

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

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

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

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

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

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

.test-3 ul li i {
    font-size: 12px;
    padding: 0 5px 0 0;
}

.test-4 img {
    width: 35%;
}

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

.choose-0 {
    padding: 0 0 25px 0;
}

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

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

.choose-1 {
    text-align: left;
    padding: 0 0 40px 0;
}

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

.choose-2 ul li {
    display: block;
}

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

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

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

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

.footer-3 h3 {
    font-size: 16px;
    padding: 12px 0 35px 0;
}

.footer-4 h3 {
    font-size: 16px;
    padding: 12px 0 35px 0;
}

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

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

.footer-5 h3 {
    font-size: 16px;
    padding: 12px 0 35px 0;
}

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

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

.footer-10 img {
    width: 100%;
    padding: 35px 0 0 0;
}

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

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

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

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

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

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

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

section.Contact-Us-2 {
    padding: 30px 0 30px 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;
}

.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;
}

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

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

.thesis-1 {
    padding: 20px 0 20px 0;
    background-size: 100% 100%;
}

.thesis-1 h3 {
    font-size: 16px;
    line-height: 30px;
    padding: 0 100px 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section.Banner {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Our-Services {
    overflow: hidden;
}

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

section.Our-Subjects {
    overflow: hidden;
}

section.Content-3 {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

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

section.Content-4 {
    overflow: hidden;
}

section.Our-Experts {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

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

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

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

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

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

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

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

.head-3 a {
    color: #000;
    font-size: 16px;
    padding: 10px 30px;
}

section.Banner {
    background-size: 100% 100%;
}

.ban-1 h1 {
    font-size: 22px;
}

.ban-1 h2 {
    font-size: 12px;
}

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

.ban-3 a {
    font-size: 14px;
    padding: 12px 20px 10px;
}

.ban-4 {
    padding: 0;
}

.ban-5 h4 {
    font-size: 20px;
}

.ban-5 button {
    width: 100%;
}

.ban-6 {
    display: block;
    padding: 0;
}

.form-group {
    padding: 0 0 12px 0;
}

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

.ban-7 {
    display: block;
}

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

.ban-7 textarea.form-control {
    width: 100%;
}

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

.cont-1 h2 {
    font-size: 20px;
    line-height: 40px;
}

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

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

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

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

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

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

.ser-1 {
    text-align: justify;
    width: 160%;
    position: relative;
    left: -40px;
}

.ser-1 a {
    padding: 10px 20px;
    font-size: 14px;
}

.ser-3 {
    padding: 0;
}

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

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

.ser-4 {
    padding: 60px 0 0 10px;
    height: 140px;
}

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

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

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

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

.subj-1 {
    text-align: justify;
    width: 160%;
    position: relative;
    left: -40px;
}

.subj-1 a {
    padding: 10px 20px;
    font-size: 14px;
}

.subj-2 {
    display: block;
    padding: 20px 0px 20px 0px;
    border-radius: 0;
}

.subj-2 h3 {
    font-size: 10px;
    padding: 10px 0 0 0;
}

.subj-3 {
    position: relative;
    left: 20px;
}

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

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

.cont-5 h2 {
    font-size: 20px;
    line-height: 30px;
}

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

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

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

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

.faq-1 {
    text-align: justify;
    width: 170%;
    position: relative;
    left: -50px;
}

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

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

.faq-5 {
    padding: 80px 0 0 0;
}

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

.side-3 {
    padding: 30px 0 40px 0;
}

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

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

.side-4 {
    left: -70px;
}

.side-4 img {
    width: 133%;
}

.cont-7 h3 {
    font-size: 20px;
    line-height: 30px;
}

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

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

.cont-9 h4 {
    font-size: 20px;
}

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

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

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

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

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

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

.expert-1 a {
    font-size: 14px;
    padding: 10px 15px;
}

.expert-3 {
    margin: 0 0 -50px 0;
}

.expert-5 {
    width: 80%;
}

.expert-5 h4 {
    font-size: 14px;
}

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

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

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

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

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

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

.choose-1 {
    text-align: justify;
    width: 160%;
    position: relative;
    left: -40px;
}

.choose-1 a {
    padding: 10px 20px;
    font-size: 14px;
}

.choose-2 ul li {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-10 img {
    width: 49%;
}

}
@media only screen and (min-width: 600px) and (max-width: 960px){

section.Header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Our-Services {
    overflow: hidden;
}

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

section.Our-Subjects {
    overflow: hidden;
}

section.Content-3 {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

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

section.Content-4 {
    overflow: hidden;
}

section.Our-Experts {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

}