@font-face {
 font-family: "NotoSerif_Condensed-Regular";
 src: url("../fonts/NotoSerif_Condensed-Regular.ttf") format("truetype");
}
@font-face {
 font-family: "NotoSerif_Condensed-Medium";
 src: url("../fonts/NotoSerif_Condensed-Medium.ttf") format("truetype");
}
@font-face {
 font-family: "NotoSerif_Condensed-Bold";
 src: url("../fonts/NotoSerif_Condensed-Bold.ttf") format("truetype");
}
@font-face {
 font-family: "Italianno-Regular";
 src: url("../fonts/Italianno-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;
    padding: 5px 0 0 0;
}
.navbar-expand-lg .navbar-nav {width: 100%;}

/*Header Css Start*/

section.Header {
    position: absolute;
    width: 100%;
    z-index: 9999;
    padding: 20px 0 0 0;
}

.head-1 img {
    width: 60%;
    margin: -13px 0 0 0;
}

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

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0 0 0 80px;
}

.head-2 ul li a {
    font-size: 17px;
    font-family: 'NotoSerif_Condensed-Medium';
    color: #000;
    margin: 0 50px 0 0;
}

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

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

.head-3 a {
    color: #fff;
    background-color: #ff0706;
    padding: 10px 30px 8px 30px;
    border-radius: 30px;
    font-family: 'NotoSerif_Condensed-Medium';
    font-size: 18px;
    box-shadow: 2px 3px 0px 0px #000;
    border: 2px solid #000;
}

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

section.Banner {
    background: url(../images/ban-background.png);
    padding: 110px 0 50px 0;
}

.ban-1 h1 {
    color: #000;
    font-size: 55px;
    margin: 0 0 -10px 0;
    font-family: NotoSerif_Condensed-Bold;
}

.ban-1 h1 span {
    color: #ac0306;
}

.ban-1 p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0 10px 0;
    font-family: 'NotoSerif_Condensed-Regular';
}

.ban-2 ul {
    margin: 0;
    padding: 0 0 40px 0;
}

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

.ban-2 ul li i {
    color: #ac0306;
    font-size: 15px;
    padding: 5px 0 0 0;
}

.ban-2 ul li p {
    margin: 0;
    color: #000;
    font-size: 14px;
    padding: 0 0 0 5px;
    font-family: 'NotoSerif_Condensed-Medium';
}

.ban-2 a.ban-button-1 {
    color: #fff;
    background-color: #ff0706;
    padding: 10px 30px 8px 30px;
    border-radius: 30px;
    font-family: 'NotoSerif_Condensed-Medium';
    font-size: 18px;
    box-shadow: 2px 3px 0px 0px #000;
    border: 2px solid #000;
}

.ban-2 a.ban-button-2 {
    color: #ff0706;
    background-color: transparent;
    padding: 10px 30px 8px 30px;
    border-radius: 30px;
    font-family: 'NotoSerif_Condensed-Medium';
    font-size: 18px;
    box-shadow: 2px 3px 0px 0px #000;
    border: 2px solid #000;
    margin: 0 0 0 20px;
}

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

.ban-3 ul li {
    display: inline;
}

.ban-3 ul li img {
    width: 27%;
}

.ban-3 ul {
    margin: 0;
    border-radius: 40px;
    border: 1px solid #000;
    padding: 15px 10px 10px 10px;
    box-shadow: 2px 2px 2px #000;
}

.ban-2 ul li.ban-line {
    margin: 0 10px 0 10px;
    padding: 0 10px 0 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.ban-4 form {
    background-color: #fff;
    padding: 25px 20px 10px 20px;
    border: 2px solid #000;
    box-shadow: 7px 10px 0px 5px #000;
    border-radius: 10px;
}

.ban-4 h2 {
    margin: 0;
    color: #000;
    display: flex;
    font-size: 33px;
    padding: 0 0 25px 0;
    font-family: 'NotoSerif_Condensed-Medium';
}

.ban-4 ul {
    background-color: #ff0706;
    color: #fff;
    padding: 0px 17px 3px 17px;
    border-radius: 30px;
    border: 2px solid #000;
    margin: 0 10px 0 10px;
    transform: rotate(-8deg);
    font-family: 'NotoSerif_Condensed-Bold';
    font-size: 30px;
}

.ban-4 form input {
    border: none;
    background-color: #ff07060d;
    padding: 10px 0 9px 15px;
    font-family: 'NotoSerif_Condensed-Medium';
    font-size: 16px;
    border-radius: 10px;
    margin: 0 0 20px 0;
    border: 1px solid #ff0706;
}

.ban-4 form textarea {
    border: none;
    background-color: #ff07060d;
    padding: 10px 0 15px 15px;
    font-family: 'NotoSerif_Condensed-Medium';
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #ff0706;
}

.ban-4 button {
    color: #fff;
    background-color: #ff0706;
    padding: 10px 30px 8px 30px;
    border-radius: 30px;
    font-family: 'NotoSerif_Condensed-Medium';
    font-size: 18px;
    box-shadow: 2px 3px 0px 0px #000;
    border: 2px solid #000;
}

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

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

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

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

.cont-2 {
    display: flex;
    position: relative;
    padding: 30px 0 0 0;
}

.cont-3 a {color: #fff;background-color: #ff0706;padding: 10px 30px 8px 30px;border-radius: 30px;font-family: 'NotoSerif_Condensed-Medium';font-size: 18px;box-shadow: 2px 3px 0px 0px #000;border: 2px solid #000;}

.cont-3 a:hover {
}

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

.cont-4 a {
    color: #ff0706;
    background-color: transparent;
    padding: 10px 30px 8px 30px;
    border-radius: 30px;
    font-family: 'NotoSerif_Condensed-Medium';
    font-size: 18px;
    box-shadow: 2px 3px 0px 0px #000;
    border: 2px solid #000;
    margin: 0 0 0 20px;
}

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

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

section.Our-Experts {
    position: relative;
    padding: 80px 0 0 0;
}

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

.expert-1 h2 {
    margin: 0;
    color: #000;
    font-size: 40px;
    line-height: 55px;
    font-family: 'NotoSerif_Condensed-Bold';
}

.expert-1 h2:before {
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
    top: 138px;
    content: "";
    height: 7px;
    margin: auto;
    width: 100px;
    position: absolute;
    background-color: #ff0706;
}

.expert-1 h2:after {
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    top: 140px;
    height: 4px;
    content: "";
    width: 300px;
    margin: auto;
    position: absolute;
    background-color: #041d38;
}

.expert-2 {
    transition: .3s;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 30px 20px 30px;
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.10);
    border: 1px solid #041d3845;
}

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

.expert-4 {
    width: 80px;
}

.expert-4 img {
    width: 70px;
    height: 70px;
    padding: 2px;
    border-radius: 50%;
    border: 2px solid #ff0706;
}

.expert-5 {
    padding: 12px 0 0 0;
}

.expert-5 h3 {
    margin: 0;
    color: #000;
    font-size: 20px;
    padding: 0 0 5px 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

.expert-5 p {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-family: 'NotoSerif_Condensed-Medium';
}

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

.expert-5 p span {
    color: #000;
    font-size: 14px;
    padding: 0 3px 0 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

.expert-6 {
    padding: 10px 0 10px 0;
    border-top: 1px solid #d8d7d6;
    border-bottom: 1px solid #d8d7d6;
}

.expert-7 {
    margin: 0 -15px 0 0;
    border-right: 1px solid #ff0706;
}

.expert-7 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-family: 'NotoSerif_Condensed-Medium';
}

.expert-7 p span {
    color: #000;
    font-size: 14px;
    padding: 0 3px 0 0;
    font-family: 'Outfit-Bold';
}

.expert-8 p {
    margin: 0 -11px 0 -6px;
    color: #000;
    font-size: 13px;
    font-family: 'NotoSerif_Condensed-Medium';
}

.expert-8 p span {
    color: #000;
    font-size: 14px;
    padding: 0 3px 0 0;
    font-family: 'Outfit-Bold';
}

.expert-9 {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #d8d7d6;
}

.expert-9 h4 {
    margin: 0;
    font-size: 16px;
    color: #ff0706;
    padding: 0 0 5px 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

.expert-9 p {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-family: 'NotoSerif_Condensed-Regular';
}

.expert-10 {
    padding: 20px 0 0 0;
}

.expert-10 h4 {
    margin: 0;
    font-size: 15px;
    color: #ff0706;
    padding: 0 0 5px 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

.expert-10 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-family: 'NotoSerif_Condensed-Medium';
}

/*Our-Experts Css End*/
/*Premium-Editing-2 Css Start*/

section.Premium-Editing-2 {
    padding: 50px 0 50px 0;
    background-color: #ff0706;
}

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

.premium-3 h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-family: 'NotoSerif_Condensed-Bold';
}

.premium-4 {
    background-color: #fff;
    padding: 30px 20px 40px 20px;
}

.premium-5 h3 {
    margin: 0;
    color: #000;
    font-size: 28px;
    line-height: 45px;
    padding: 0 0 10px 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

.premium-6 {
    padding: 10px 0 0 0;
}

.premium-6 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    padding: 0 90px 25px 0;
    font-family: 'NotoSerif_Condensed-Regular';
}

.premium-6 a {
    color: #fff;
    background-color: #ff0706;
    padding: 10px 30px 8px 30px;
    border-radius: 30px;
    font-family: 'NotoSerif_Condensed-Medium';
    font-size: 18px;
    box-shadow: 2px 3px 0px 0px #000;
    border: 2px solid #000;
}

.premium-7 {
    left: -90px;
    position: relative;
    margin: 0 0 -20px 0;
}

.premium-7 img {
    width: 130%;
}

.premium-8 {
    background-color: #fff;
    padding: 20px 15px 35px 20px;
    border-left: 5px solid #041d38;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.premium-8 h3 {
    margin: 0;
    color: #000;
    font-size: 20px;
    padding: 0 0 10px 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

.premium-8 p {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 26px;
    padding: 0 0 25px 0;
    font-family: 'NotoSerif_Condensed-Regular';
}

.premium-8 a {
    color: #fff;
    background-color: #ff0706;
    padding: 10px 30px 8px 30px;
    border-radius: 30px;
    font-family: 'NotoSerif_Condensed-Medium';
    font-size: 18px;
    box-shadow: 2px 3px 0px 0px #000;
    border: 2px solid #000;
}

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

/*Premium-Editing-2 Css End*/
/*Peer-Review-3 Css Start*/

section.Peer-Review-3 {
    padding: 50px 0 40px 0;
}

.peer-17 {
    padding: 0 0 40px 0;
}

.peer-17 span {
    color: #ff0706;
    font-size: 45px;
    font-family: 'Italianno-Regular';
}

.peer-17 h2 {
    color: #000;
    font-size: 40px;
    line-height: 55px;
    margin: -15px 0 0 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

.peer-17 p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0 0 0;
    font-family: 'NotoSerif_Condensed-Medium';
}

.peer-18 {
    background-color: #fff;
    padding: 35px 20px 20px 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
    border-left: 5px solid #041d38;
}

.peer-18 h3 {
    margin: 0;
    color: #000;
    font-size: 20px;
    padding: 0 0 15px 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

.peer-18 h3 span {
    color: #ff0706;
    font-size: 24px;
    padding: 0 5px 0 0;
    font-family: 'Outfit-Bold';
}

.peer-18 ul {
    margin: 0;
    display: flex;
    padding: 5px 0 0 0;
}

.peer-18 ul li {
    display: flex;
}

.peer-18 ul li i {
    color: #ff0706;
    font-size: 7px;
    padding: 10px 10px 0 0;
}

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

.peer-19 {
    padding: 30px 0 0 0;
}

/*Peer-Review-3 Css End*/
/*Faqs Css Start*/

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

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

.faq-1 h2 {
    margin: 0;
    color: #000;
    font-size: 40px;
    line-height: 55px;
    font-family: 'NotoSerif_Condensed-Bold';
    position: relative;
}

.faq-1 h2:before {
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
    top: 65px;
    content: "";
    height: 7px;
    margin: auto;
    width: 100px;
    position: absolute;
    background-color: #ff0706;
}

.faq-1 h2:after {
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    top: 66px;
    height: 4px;
    content: "";
    width: 300px;
    margin: auto;
    position: absolute;
    background-color: #041d38;
}

.faq-3 {
  background-color: white;
  border-radius: 10px;
  box-shadow: 5px 3px 15px rgba(0 0 0 / 0.15);
  margin: 20px 0;
}

.question {
  font-size: 18px;
  padding: 20px 80px 15px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: 'NotoSerif_Condensed-Bold';
}

.question::after {
  content: "\002B";
  font-size: 26px;
  position: absolute;
  right: 20px;
  transition: 0.2s;
  color: #fff;
  background-color: #ff0706;
  border-radius: 20px;
  width: 26px;
  height: 26px;
  line-height: 25px;
  text-align: center;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 10px 20px 20px 20px;
}

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

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

section.Side-Banner-1 {
    padding: 20px 0 20px 0;
    background-color: #d8d7d6;
}

.side-1 h3 {
    margin: 0;
    color: #000;
    font-size: 34px;
    line-height: 50px;
    font-family: 'NotoSerif_Condensed-Bold';
}

.side-1 h3 span {
    color: #ff0706;
    font-size: 45px;
}

.blinking-text {
    animation: blink 1s infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.side-2 {
    display: flex;
    position: relative;
    padding: 40px 0 0 0;
    /* justify-content: end; */
}

.side-3 a {
    color: #fff;
    background-color: #ff0706;
    padding: 10px 30px 8px 30px;
    border-radius: 30px;
    font-family: 'NotoSerif_Condensed-Medium';
    font-size: 18px;
    box-shadow: 2px 3px 0px 0px #000;
    border: 2px solid #000;
}

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

.side-4 a {
    color: #ff0706;
    background-color: transparent;
    padding: 10px 30px 8px 30px;
    border-radius: 30px;
    font-family: 'NotoSerif_Condensed-Medium';
    font-size: 18px;
    box-shadow: 2px 3px 0px 0px #000;
    border: 2px solid #000;
    margin: 0 0 0 20px;
}

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

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

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

.subj-0 h2 {
    margin: 0;
    color: #000;
    font-size: 33px;
    font-family: 'NotoSerif_Condensed-Bold';
}

.subj-0 p {
    margin: 0;
    color: #000;
    font-size: 16px;
    padding: 10px 100px 0 100px;
    font-family: 'NotoSerif_Condensed-Medium';
}

.subj-1 {
    0px 10px 18px 10px;
    border: 2px dashed #ff0706;
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
    background-color: #fff;
}

.subj-1 i {
    color: #041d38;
    font-size: 30px;
}

.subj-1 h3 {
    color: #000;
    font-family: 'NotoSerif_Condensed-Medium';
    font-size: 14px;
    padding: 0 0 0 10px;
    margin: 0;
}

.subj-2 {
    border: 2px dashed #ff0706;
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
    background-color: #fff;
}

.subj-2 i {
    color: #041d38;
    font-size: 30px;
}

.subj-2 h3 {
    color: #000;
    font-size: 14px;
    padding: 0 0 0 10px;
    margin: 0;
    font-family: 'NotoSerif_Condensed-Medium';
}

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

.subj-4 {
    display: inline-flex;
    height: 65px;
    align-items: center;
    padding: 0 0 0 15px;
}

.subj-1:before {
    content: '';
    position: absolute;
    background-color: #000;
    height: 2px;
    width: 16px;
    z-index: 11111;
    opacity: 1;
    padding: unset;
    top: 0;
    left: 15px;
}

.subj-1:after {
    content: '';
    position: absolute;
    background-color: #000;
    height: 16px;
    width: 2px;
    z-index: 11111;
    opacity: 1;
    padding: unset;
    top: 0;
    left: 15px;
}

.subj-2:before {
    content: '';
    position: absolute;
    background-color: #000;
    height: 2px;
    width: 16px;
    z-index: 11111;
    opacity: 1;
    padding: unset;
    top: 0;
    left: 15px;
}

.subj-2:after {
    content: '';
    position: absolute;
    background-color: #000;
    height: 16px;
    width: 2px;
    z-index: 11111;
    opacity: 1;
    padding: unset;
    top: 0;
    left: 15px;
}

.subj-4:before {
    content: '';
    position: absolute;
    background-color: #000;
    height: 2px;
    width: 16px;
    z-index: 11111;
    opacity: 1;
    padding: unset;
    bottom: 0;
    right: 15px;
}

.subj-4:after {
    content: '';
    position: absolute;
    background-color: #000;
    height: 16px;
    width: 2px;
    z-index: 11111;
    opacity: 1;
    padding: unset;
    bottom: 0;
    right: 15px;
}

/*Subjects Css End*/
/*Business-Law-2 Css Start*/

section.Business-Law-2 {
    padding: 70px 0 0 0;
}

.business-6 h3 {
    margin: 0;
    color: #000;
    font-size: 40px;
    padding: 0 0 15px 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

.business-7 p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'NotoSerif_Condensed-Regular';
}

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

.business-9 h4 {
    margin: 0;
    color: #000;
    font-size: 26px;
    padding: 10px 0 5px 0;
    font-family: 'NotoSerif_Condensed-Medium';
}

.business-9 ul {
    margin: 0;
}

.business-9 ul li {
    display: flex;
    padding: 0 40px 0 0;
}

.business-9 ul li i {
    color: #ff0706;
    font-size: 16px;
    padding: 6px 8px 0 0;
}

.business-9 ul li p {
    margin: 0;
    color: #000;
    font-size: 17px;
    font-family: 'NotoSerif_Condensed-Regular';
}

/*Business-Law-2 Css End*/
/*Testimonials Css Start*/

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

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

.test-1 span {
}

.test-1 h2 {
    margin: 0;
    color: #000;
    font-size: 40px;
    line-height: 45px;
    padding: 0 200px 0 200px;
    font-family: 'NotoSerif_Condensed-Bold';
}

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

.test-4 {
    display: flex;
}

.test-5 {
    display: flex;
    align-items: center;
}

.test-6 img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #ff0706;
}

.test-7 h3 {
    margin: 0;
    color: #000;
    font-size: 17px;
    padding: 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

.test-7 p {
    margin: 0;
    padding: 0;
    color: #ff0706;
    font-size: 15px;
    font-family: 'NotoSerif_Condensed-Medium';
}

.test-6 {
    width: 30%;
}

.test-7 {
    width: 170%;
    padding: 10px 0 0 15px;
}

.test-8 {
    padding: 20px 0 0 0;
    position: relative;
    left: 200px;
}

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

.testimonial-wrap {
    width: 100%;
    padding: 20px 0;
    /* overflow: hidden; */
}

/* Row wrapper */
.slider-row {
    overflow: hidden;
    white-space: nowrap;
    width: 109%;
    position: relative;
    left: -45px;
}

.slider-row .inner {
    display: flex;
    gap: 20px;
}

/* Single card */
.inner_2 {
    background: #fff;
    padding: 30px 20px 20px 30px;
    border-radius: 5px;
    min-width: 500px;
    white-space: normal;
    border: 2px dashed #ff0706;
}

/* Animations */
.right .inner {
    animation: scrollRight 20s linear infinite;
}

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

.left .inner {
    animation: scrollLeft 20s linear infinite;
}

@keyframes scrollRight {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

@keyframes scrollLeft {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

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

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

.serv-1 {
    text-align: center;
    padding: 0 225px 60px 225px;
}

.serv-1 h2 {
    margin: 0;
    color: #000;
    font-size: 36px;
    line-height: 55px;
    font-family: 'Geomanist-Bold';
}

.serv-2 {
    border-radius: 20px;
    padding: 35px 0 20px 0;
    background-color: #161616;
    border-left: 5px solid #DDF247;
}

.serv-3 {
    padding: 0 35px 30px 30px;
    border-bottom: 1px solid #ffffff4d;
}

.serv-3 h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Geomanist-Bold';
}

.serv-3 h3:after {
    left: 19px;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: #DDF247;
    border-radius: 0 10px 10px 0;
}

.serv-3 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    padding: 10px 0 15px 0;
    font-family: 'Geomanist-Regular';
}

.serv-3 a {
    z-index: 1;
    color: #000;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    padding: 8px 19px 4px;
    border: 1px solid #DDF247;
    font-family: 'Geomanist-Medium';
}

.serv-3 a:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    transition: all .6s ease;
    background-color: #DDF247;
}

.serv-3 a:hover {
    color: #DDF247;
    border: 1px solid #DDF247;
}

.serv-3 a:hover:before {
    left: 0;
    width: 0;
}

.serv-4 {
    padding: 25px 35px 25px 30px;
}

.serv-5 {
    padding: 25px 35px 10px 30px;
}

.serv-5 h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Geomanist-Bold';
}

.serv-5 h3:after {
    left: 19px;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: #DDF247;
    border-radius: 0 10px 10px 0;
}

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

.serv-5 a {
    z-index: 1;
    color: #000;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    padding: 8px 19px 4px;
    border: 1px solid #DDF247;
    font-family: 'Geomanist-Medium';
}

.serv-5 a:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    transition: all .6s ease;
    background-color: #DDF247;
}

.serv-5 a:hover {
    color: #DDF247;
    border: 1px solid #DDF247;
}

.serv-5 a:hover:before {
    left: 0;
    width: 0;
}

.serv-6 {
    padding: 20px 35px 10px 30px;
}

.serv-6 h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Geomanist-Bold';
}

.serv-6 h3:after {
    left: 19px;
    content: '';
    width: 20px;
    height: 20px;
    bottom: 170px;
    position: absolute;
    background: #DDF247;
    border-radius: 0 10px 10px 0;
}

.serv-6 p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0 15px 0;
    font-family: 'Geomanist-Medium';
}

.serv-6 a {
    z-index: 1;
    color: #000;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    padding: 8px 19px 4px;
    border: 1px solid #DDF247;
    font-family: 'Geomanist-Medium';
}

.serv-6 a:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    transition: all .6s ease;
    background-color: #DDF247;
}

.serv-6 a:hover {
    color: #DDF247;
    border: 1px solid #DDF247;
}

.serv-6 a:hover:before {
    left: 0;
    width: 0;
}

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

section.Our-Process {
    position: relative;
    padding: 25px 0 50px 0;
}

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

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

.process-1 h2:before {
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
    top: 81px;
    content: "";
    height: 7px;
    margin: auto;
    width: 100px;
    position: absolute;
    background-color: #ff0706;
}

.process-1 h2:after {
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    top: 83px;
    height: 4px;
    content: "";
    width: 300px;
    margin: auto;
    position: absolute;
    background-color: #041d38;
}

.process-3 {
    height: 230px;
    background-color: #fff;
    border: 2px solid #000;
    padding: 30px 10px 0px 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
}

.process-3:before {
    top: 51%;
    z-index: 5;
    right: -1px;
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    background-color: #fff;
    border-right: 2px solid #ff0706;
    border-bottom: 2px solid #ff0706;
    transform: translateY(-50%) rotate(-45deg);
}

.process-3:after {
    top: 51%;
    z-index: 5;
    right: 5px;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #fff;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(-45deg);
}

.process-4 {
}

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

.process-5 h3 {
    margin: 0;
    color: #000;
    font-size: 19px;
    font-family: 'NotoSerif_Condensed-Bold';
}

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

.process-9 {
    border: 2px solid #000;
    background-color: #fff;
    padding: 30px 10px 34px 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
}

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

section.Our-Exams {
    padding: 80px 0 0 0;
}

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

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

.exam-1 p {
    margin: 0;
    color: #000;
    font-size: 17px;
    padding: 0 50px 0 50px;
    font-family: 'NotoSerif_Condensed-Medium';
}

.exam-3 {
    margin: 13px 10px;
    background-color: #fff;
    text-align: -webkit-center;
    padding: 35px 30px 20px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.exam-3 img {
    width: 70%;
}

.exam-3 h3 {
    margin: 0;
    color: #000;
    font-size: 20px;
    padding: 20px 0 10px 0;
    font-family: 'NotoSerif_Condensed-Medium';
}

.exam-3 p {
    margin: 0;
    color: #000;
    font-size: 17px;
    font-family: 'NotoSerif_Condensed-Regular';
}

/*Our-Exam Css End*/
/*First-Footer Css Start*/

section.First-Footer {
    padding: 50px 0 0;
    background: url(../images/banner.png);
}

.footer-1 h3 {
    margin: 0;
    color: #000;
    font-size: 25px;
    padding: 0 0 5px 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

.footer-1 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    padding: 0 15px 0 0;
    font-family: 'NotoSerif_Condensed-Medium';
}

.footer-2 ul {
    margin: 0;
    display: flex;
}

.footer-2 ul li span {
    color: #fff;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    background-color: #ff0706;
    padding: 7px 15px 10px 15px;
}

.footer-2 ul li p {
    margin: 0;
    color: #000;
    font-size: 15px;
    padding: 0 0 0 10px;
    font-family: 'NotoSerif_Condensed-Medium';
}

.footer-2 ul li a {
    left: 10px;
    color: #000;
    bottom: 2px;
    font-size: 19px;
    position: relative;
    letter-spacing: 1px;
    font-family: 'NotoSerif_Condensed-Bold';
}

.footer-2 ul li a:hover {
    color: #ff0706;
}

.footer-2 ul:hover li span i {
    transition: all 1s;
    transform: rotate(1turn);
}

.footer-3 {
    text-align: end;
    padding: 25px 0 0 0;
}

.footer-3 a {color: #fff;background-color: #ff0706;padding: 10px 30px 8px 30px;border-radius: 30px;font-family: 'NotoSerif_Condensed-Medium';font-size: 18px;box-shadow: 2px 3px 0px 0px #000;border: 2px solid #000;}

.footer-4 {
    padding: 40px 0 30px 0;
}

.footer-5 img {
    width: 72%;
}

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

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

.footer-6 ul {
    margin: 0;
}

.footer-6 ul li {
    display: contents;
}

.footer-6 ul li i {
    color: #041d38;
    font-size: 21px;
    padding: 0 7px 0 0;
}

.footer-6 ul li i:hover {
    filter: none;
}

.footer-7 h3 {
    margin: 0;
    color: #000;
    font-size: 22px;
    padding: 0 0 13px 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

.footer-7 ul {
    margin: 0;
}

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

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

.footer-7 ul li a {
    color: #000;
    font-size: 15px;
    font-family: 'NotoSerif_Condensed-Medium';
}

.footer-7 ul li a:hover {
    color: #ff0706;
}

.footer-8 {
    left: -20px;
    position: relative;
}

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

.footer-8 ul {
    margin: 0;
}

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

.footer-8 ul li i {
    color: #000;
    bottom: 2px;
    font-size: 6px;
    position: relative;
    padding: 0 7px 0 0;
}

.footer-8 ul li a {
    color: #000;
    font-size: 15px;
    font-family: 'NotoSerif_Condensed-Medium';
}

.footer-8 ul li a:hover {
    color: #ff0706;
}

.footer-9 {
    left: -20px;
    position: relative;
}

.footer-9 h3 {
    margin: 0;
    color: #000;
    font-size: 22px;
    padding: 0 0 13px 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

.footer-9 ul {
    margin: 0;
}

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

.footer-9 ul li span {
    width: 50px;
    color: #fff;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    background-color: #ff0706;
}

.footer-9 ul li p {
    margin: 0;
    color: #000;
    font-size: 15px;
    padding: 0 0 0 15px;
    font-family: 'NotoSerif_Condensed-Medium';
}

.footer-9 ul li a {
    left: 65px;
    color: #000;
    bottom: 28px;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
    font-family: 'NotoSerif_Condensed-Bold';
}

.footer-9 ul li a:hover {
    color: #ff0706;
}

.footer-9 ul:hover li span i {
    transition: all 1s;
    transform: rotate(1turn);
}

.footer-10 {
    display: flex;
}

.footer-10 img {
    width: 70%;
    left: -30px;
    position: relative;
}

.footer-11 {
    background-color: #041d38;
    padding: 5px 30px 7px 30px;
    border-radius: 10px 10px 0 0;
}

.footer-12 p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 4px 0 0 0;
    font-family: 'NotoSerif_Condensed-Medium';
}

.footer-13 {
    padding: 1px 0 0 0;
}

.footer-13 ul {
    margin: 0;
    display: flex;
    justify-content: end;
}

.footer-13 ul li {
    padding: 0 20px 0 0;
}

.footer-13 ul li a {
    color: #fff;
    font-size: 14px;
    font-family: 'Outfit-Regular';
}

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

.footer-13 ul li a i {
    bottom: 2px;
    color: #ff0706;
    font-size: 6px;
    transition: .3s;
    position: relative;
    padding: 0 5px 0 0;
}

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

section.About-Us-1 {
    background: url(../images/ban-background.png);
    padding: 150px 0 70px 0;
    background-blend-mode: overlay;
}

.about-1 {
    text-align: center;
    padding: 0 0 30px 0;
}

.about-1 h2 {
    margin: 0;
    color: #000;
    font-size: 50px;
    font-family: 'NotoSerif_Condensed-Bold';
}

.about-2 {
    text-align: center;
}

.about-2 ul {
    margin: 0;
    display: inline-flex;
}

.about-ul {
    padding: 0 40px 0 40px;
}

.about-2 ul li i {
    color: #ff0706;
    font-size: 16px;
    padding: 0 10px 0 0;
}

.about-2 ul li p {
    margin: 0;
    color: #000;
    font-size: 17px;
    font-family: 'NotoSerif_Condensed-Medium';
}

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

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

.about-3 h3 {
    margin: 0;
    color: #000;
    font-size: 33px;
    line-height: 47px;
    font-family: 'NotoSerif_Condensed-Bold';
}

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

.about-4 {
    position: relative;
    left: -59px;
    top: -35px;
}

.about-4 img {
    width: 115%;
}

/*About-Us-2 Css End*/
/*About-Us-4 Css Start*/

section.About-Us-4 {
    padding: 60px 0 40px 0;
}

.about-5 h3 {
    margin: 0;
    color: #000;
    font-size: 35px;
    font-family: 'NotoSerif_Condensed-Bold';
}

.about-5 h3 span {
    color: #ff0706;
}

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

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

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

section.Contact-Us-1 {
    background: url(../images/ban-background.png);
    background-size: cover;
    padding: 150px 0 70px 0;
    background-blend-mode: overlay;
}

.contact-5 {
    text-align: center;
    padding: 0 0 30px 0;
}

.contact-5 h2 {
    margin: 0;
    color: #000;
    font-size: 50px;
    font-family: 'NotoSerif_Condensed-Bold';
}

.contact-6 {
    text-align: center;
}

.contact-6 ul {
    margin: 0;
    display: inline-flex;
}

.contact-ul {
    padding: 0 40px 0 40px;
}

.contact-6 ul li i {
    color: #ff0706;
    font-size: 16px;
    padding: 0 10px 0 0;
}

.contact-6 ul li p {
    margin: 0;
    color: #000;
    font-size: 17px;
    font-family: 'NotoSerif_Condensed-Medium';
}

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

section.Home-Contact {
    padding: 80px 0 0 0;
}

.contact-0 img {
    width: 130%;
    position: relative;
    left: -60px;
    z-index: 1;
}

.contact-1 form {
    background-color: #fff;
    padding: 30px 22px 30px 30px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}

.contact-2 {
    text-align: center;
    padding: 10px 0 10px 0;
    background-color: #041d38;
}

.contact-2 h3 {
    margin: 0;
    font-size: 40px;
    color: #fff;
    font-family: 'NotoSerif_Condensed-Bold';
}

.contact-3 {
    display: flex;
}

.contact-3 span {
    font-size: 15px;
    color: #ff0706;
    font-family: 'NotoSerif_Condensed-Bold';
}

.contact-3 input {
    width: 96%;
    color: #000;
    border: none;
    font-size: 17px;
    border-radius: 5px;
    margin: 5px 200px 15px 0;
    padding: 12px 0 9px 20px;
    background-color: #d9d9d980;
    font-family: 'NotoSerif_Condensed-Medium';
}

.contact-4 span {
    font-size: 15px;
    color: #ff0706;
    font-family: 'NotoSerif_Condensed-Bold';
}

.contact-4 input {
    width: 98%;
    color: #000;
    border: none;
    font-size: 17px;
    border-radius: 5px;
    margin: 5px 0 15px 0;
    padding: 12px 0 9px 20px;
    background-color: #d9d9d980;
    font-family: 'NotoSerif_Condensed-Medium';
}

.contact-4 textarea {
    width: 98%;
    color: #000;
    border: none;
    font-size: 17px;
    margin: 5px 0 5px 0;
    border-radius: 10px;
    padding: 20px 0 40px 20px;
    background-color: #d9d9d980;
    font-family: 'NotoSerif_Condensed-Medium';
}

.contact-4 button {
    border: none;
    font-size: 22px;
    color: #fff;
    margin: 22px 0 0 0;
    border-radius: 30px;
    background-color: #ff0706;
    padding: 10px 50px 8px 50px;
    font-family: 'NotoSerif_Condensed-Bold';
}

/*Home-Contact Css End*/
/*Privacy-Policy-1 Css Start*/

section.Privacy-Policy-1 {
    background: url(../images/ban-background.png);
    background-size: cover;
    padding: 150px 0 70px 0;
    background-blend-mode: overlay;
}

.privacy-1 {
    text-align: center;
    padding: 0 0 30px 0;
}

.privacy-1 h2 {
    margin: 0;
    color: #000;
    font-size: 50px;
    font-family: 'NotoSerif_Condensed-Bold';
}

.privacy-2 {
    text-align: center;
}

.privacy-2 ul {
    margin: 0;
    display: inline-flex;
}

.privacy-ul {
    padding: 0 30px 0 30px;
}

.privacy-2 ul li i {
    color: #ff0706;
    font-size: 16px;
    padding: 0 10px 0 0;
}

.privacy-2 ul li p {
    margin: 0;
    color: #000;
    font-size: 17px;
    font-family: 'NotoSerif_Condensed-Medium';
}

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

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

.privacy-3 h3 {
    margin: 0;
    color: #000;
    font-size: 30px;
    padding: 20px 0 0 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

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

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

section.Term-Condition-1 {
    background: url(../images/ban-background.png);
    background-size: cover;
    padding: 150px 0 70px 0;
    background-blend-mode: overlay;
}

.term-1 {
    text-align: center;
    padding: 0 0 30px 0;
}

.term-1 h2 {
    margin: 0;
    color: #000;
    font-size: 50px;
    font-family: 'NotoSerif_Condensed-Bold';
}

.term-2 {
    text-align: center;
}

.term-2 ul {
    margin: 0;
    display: inline-flex;
}

.term-ul {
    padding: 0 30px 0 30px;
}

.term-2 ul li i {
    color: #ff0706;
    font-size: 16px;
    padding: 0 10px 0 0;
}

.term-2 ul li p {
    margin: 0;
    color: #000;
    font-size: 17px;
    font-family: 'NotoSerif_Condensed-Medium';
}

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

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

.term-3 h3 {
    margin: 0;
    color: #000;
    font-size: 30px;
    padding: 20px 0 0 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

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

/*Term-Condition-2 Css End*/
/*Immigration-Law-3 Css Start*/

section.Immigration-Law-3 {
    padding: 30px 0 0 0;
}

.immigration-7 {
    text-align: center;
    padding: 0 0 10px 0;
}

.immigration-7 h3 {
    margin: 0;
    color: #000;
    font-size: 45px;
    line-height: 55px;
    padding: 10px 200px 0 200px;
    font-family: 'NotoSerif_Condensed-Bold';
}

.immigration-8 p {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    font-family: 'NotoSerif_Condensed-Regular';
}

.immigration-9 {
    margin: 0 0 30px 0;
    padding: 30px 20px 20px 20px;
    background-color: #f4f4f4;
}

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

/*Immigration-Law-3 Css End*/
/*Manuscript-Formating-1 Css Start*/

section.Manuscript-Formating-1 {
    position: relative;
    margin: 30px 0 0 0;
    padding: 50px 0 50px 0;
    background-color: #041d38;
}

.manuscript-1 {
    text-align: center;
    padding: 0 0 80px 0;
}

.manuscript-1 h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 55px;
    font-family: 'NotoSerif_Condensed-Bold';
}

.manuscript-1 h2:before {
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
    top: 121px;
    content: "";
    height: 7px;
    margin: auto;
    width: 100px;
    position: absolute;
    background-color: #ff0706;
}

.manuscript-1 h2:after {
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    top: 123px;
    height: 4px;
    content: "";
    width: 300px;
    margin: auto;
    position: absolute;
    background-color: #fff;
}

.manuscript-2 {
    border-radius: 10px;
    background-color: #fff;
    padding: 0px 30px 35px 30px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
}

.manuscript-3 {
    left: 160px;
    width: 130px;
    text-align: center;
    position: relative;
    padding: 4px 0 5px 0;
    background-color: #000;
    border-radius: 0 0 25px 25px;
}

.manuscript-3 span {
    color: #fff;
    font-size: 15px;
    font-family: 'NotoSerif_Condensed-Bold';
}

.manuscript-4 {
    display: flex;
}

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

.manuscript-6 h3 {
    margin: 0;
    color: #000;
    font-size: 18px;
    padding: 20px 0 0 20px;
    font-family: 'NotoSerif_Condensed-Bold';
}

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

.manuscript-7 p {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 26px;
    font-family: 'NotoSerif_Condensed-Regular';
}

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

.manuscript-11 a {
    color: #fff;
    background-color: #ff0706;
    padding: 10px 30px 8px 30px;
    border-radius: 30px;
    font-family: 'NotoSerif_Condensed-Medium';
    font-size: 18px;
    box-shadow: 2px 3px 0px 0px #000;
    border: 2px solid #000;
}

.manuscript-11 a:hover {
    color: #fff;
}

.manuscript-12 {
    left: 160px;
    width: 130px;
    text-align: center;
    position: relative;
    padding: 4px 0 5px 0;
    background-color: #ff0706;
    border-radius: 0 0 25px 25px;
}

/*Manuscript-Formating-1 Css End*/
/*Manuscript-Formating-3 Css Start*/

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

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

.manuscript-21 p {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 26px;
    font-family: 'NotoSerif_Condensed-Regular';
}

.manuscript-22 {
    padding: 15px 0 15px 0;
}

.manuscript-22 ul {
    margin: 0;
    display: flex;
    padding: 0 0 15px 0;
}

.manuscript-22 ul li {
    display: flex;
}

.manuscript-22 ul li i {
    color: #ff0706;
    font-size: 18px;
    padding: 4px 10px 0 0;
}

.manuscript-22 ul li p {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-family: 'NotoSerif_Condensed-Medium';
}

/*Manuscript-Formating-3 Css End*/
/*Scientific-Editing-5 Css Start*/

section.Scientific-Editing-5 {
    padding: 30px 0 0 0;
}

.scientific-25 {
    padding: 0 0 40px 0;
}

.scientific-25 h2 {
    margin: 0;
    color: #000;
    font-size: 33px;
    padding: 0 0 5px 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

.scientific-25 p {
    margin: 0;
    color: #000;
    font-size: 17px;
    line-height: 26px;
    font-family: 'NotoSerif_Condensed-Regular';
}

.scientific-26 ul {
    margin: 0;
    display: flex;
}

.scientific-26 ul li {
    display: flex;
    padding: 0 0 10px 0;
}

.scientific-26 ul li i {
    color: #ff0706;
    font-size: 8px;
    padding: 9px 10px 0 0;
}

.scientific-26 ul li p {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 26px;
    font-family: 'NotoSerif_Condensed-Regular';
}

.scientific-26 ul li p span {
    padding: 0 5px 0 0;
    font-family: 'NotoSerif_Condensed-Bold';
}

.scientific-27 img {
    width: 100%;
    border-radius: 5px;
}

/*Scientific-Editing-5 Css End*/
/*Thank-You Css Start*/

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

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

.thankyou-blk a {color: #fff;background-color: #ff0706;padding: 10px 30px 8px 30px;border-radius: 30px;font-family: 'NotoSerif_Condensed-Bold';font-size: 20px;box-shadow: 2px 3px 0px 0px #000;border: 2px solid #000;}

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

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

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

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

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

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

/*WhatsApp Css End*/



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

section.Banner {
    overflow: hidden;
    padding: 90px 0 40px 0;
}

section.Content-1 {
    overflow: hidden;
}

section.Peer-Review-3 {
    overflow: hidden;
    padding: 30px 0 20px 0;
}

section.Immigration-Law-3 {
    overflow: hidden;
}

section.Manuscript-Formating-3 {
    overflow: hidden;
}

section.Manuscript-Formating-1 {
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 30px 0 5px 0;
}

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

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

section.Faqs {
    overflow: hidden;
    padding: 20px 0 0 0;
}

section.Scientific-Editing-5 {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
    padding: 40px 0 0;
}

section.Our-Process {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
    padding: 30px 0 0 0;
}

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

nav.navbar.navbar-expand-lg.navbar-light {
    justify-content: end;
    text-align: center;
    position: relative;
    top: -50px;
    padding: 0;
}

div#navbarSupportedContent {
    background-color: #ac0306;
    margin: 20px 0 0 0;
}

.head-2 div#navbarSupportedContent ul li a.dropdown-item {
    color: #000;
    margin: 0;
}

div#navbarSupportedContent ul {
    padding: 10px 0 10px 0;
}

.head-2 ul li a {
    color: #fff;
    margin: 0;
}

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

.head-3 {
    display: none;
}

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

.ban-1 p {
    font-size: 12px;
    padding: 10px 0 0 0;
}

.ban-2 ul li p {
    font-size: 13px;
}

.ban-2 ul li i {
    padding: 3px 0 0 0;
}

.ban-2 ul {
    padding: 0 0 10px 0;
}

.ban-3 ul {
    padding: 10px 10px 8px 10px;
}

.ban-3 {
    padding: 5px 0 25px 0;
}

.ban-2 a.ban-button-1 {
    font-size: 13px;
    padding: 7px 17px;
}

.ban-2 a.ban-button-2 {
    font-size: 13px;
    margin: 0 0 0 7px;
    padding: 7px 17px;
}

.ban-4 {
    margin: 40px 0 0 0;
}

.ban-4 form {
    border: 2px solid #000;
    padding: 25px 10px 10px 10px;
    box-shadow: 5px 5px 0px 2px #000;
}

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

.ban-4 ul {
    font-size: 18px;
    padding: 0px 7px;
}

.ban-4 form input {
    font-size: 13px;
}

.ban-4 form textarea {
    font-size: 13px;
}

.ban-4 button {
    font-size: 14px;
    padding: 7px 30px;
}

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

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

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

.cont-3 a {
    font-size: 14px;
    padding: 7px 20px;
}

.cont-4 a {
    font-size: 14px;
    padding: 7px 20px;
    margin: 0;
}

.cont-2 {
    display: ruby-text;
}

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

.peer-17 span {
    font-size: 24px;
}

.peer-17 h2 {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 0 0;
}

.peer-17 p {
    font-size: 12px;
    padding: 5px 0 0 0;
    line-height: 22px;
}

.peer-18 {
    margin: 25px 0 0 0;
}

.peer-17 {
    padding: 0;
}

.peer-18 h3 {
    font-size: 16px;
}

.peer-18 ul li p {
    font-size: 11px;
    line-height: 20px;
}

.peer-18 ul li i {
    padding: 4px 10px 0 0;
    font-size: 10px;
}

.peer-19 {
    padding: 0;
}

.immigration-7 h3 {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
}

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

section.Manuscript-Formating-3 {
    padding: 30px 0 0 0;
}

.manuscript-21 h2 {
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 5px 0;
}

.manuscript-21 p {
    font-size: 12px;
    line-height: 22px;
}

.manuscript-22 ul li p {
    font-size: 13px;
}

.manuscript-22 ul li i {
    font-size: 12px;
}

.manuscript-22 ul {
    padding: 0 0 3px 0;
}

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

.manuscript-1 h2:before {
    width: 50px;
    top: 84px;
}

.manuscript-1 h2:after {width: 150px;top: 85px;}

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

.manuscript-2 {
    padding: 20px 15px 30px 15px;
    margin: 0 0 30px 0;
}

.manuscript-3 {display: none;}

.manuscript-6 h3 {
    font-size: 16px;
    padding: 15px 0 0 15px;
}

.manuscript-7 p {
    font-size: 12px;
}

.manuscript-11 a {
    font-size: 14px;
    padding: 7px 20px;
}

.manuscript-11 {
    padding: 20px 0 0 0;
    text-align: justify;
}

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

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

.side-3 a {
    font-size: 14px;
    padding: 7px 20px;
}

.side-2 {
    display: ruby-text;
    padding: 20px 0 0 0;
}

.side-4 {
    padding: 0;
}

.side-4 a {
    font-size: 14px;
    padding: 7px 20px;
    margin: 0 0 0 0;
}

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

.subj-0 p {
    font-size: 13px;
    padding: 0;
}

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

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

.subj-4:before {
    bottom: 30px;
}

.subj-4:after {
    bottom: 30px;
}

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

.subj-3 {
    padding: 0;
}

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

.faq-1 h2:after {
    width: 150px;
}

.faq-1 h2:before {width: 50px;}

.question {
    font-size: 14px;
}

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

.scientific-25 h2 {
    font-size: 17px;
}

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

.scientific-25 {
    padding: 0 0 15px 0;
}

.scientific-26 ul li p span {
    font-size: 13px;
}

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

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

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

.test-7 p {
    font-size: 11px;
}

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

.process-1 h2 {
    font-size: 17px;
}

.process-1 h2:after {
    width: 150px;
    top: 66px;
}

.process-1 h2:before {width: 50px;top: 65px;}

.process-3 {
    margin: 0 0 30px 0;
    height: 145px;
    padding: 20px 10px 0 20px;
}

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

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

.process-3:before {
    display: none;
}

.process-3:after {
    display: none;
}

.footer-1 h3 {
    font-size: 16px;
    line-height: 24px;
}

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

.footer-2 {
    padding: 15px 0 10px 0;
}

.footer-2 ul li p {
    font-size: 13px;
}

.footer-3 {
    text-align: left;
}

.footer-3 a {
    font-size: 14px;
    padding: 7px 20px;
}

.footer-5 p {
    font-size: 12px;
    line-height: 22px;
}

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

.footer-8 {
    left: 0;
    padding: 25px 0 0 0;
}

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

.footer-7 ul li a {
    font-size: 13px;
}

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

.footer-8 ul li a {
    font-size: 13px;
}

.footer-9 {
    left: 0;
    padding: 25px 0 0 0;
}

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

.footer-9 ul li p {
    font-size: 13px;
}

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

.footer-10 img {
    left: 0;
    width: 50%;
}

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

section.Premium-Editing-2 {
    overflow: hidden;
}

section.Our-Exams {
    overflow: hidden;
    padding: 40px 0 0 0;
}

section.Business-Law-2 {
    overflow: hidden;
    padding: 15px 0 0 0;
}

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

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

.exam-1 p {
    font-size: 12px;
    padding: 0;
}

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

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

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

.business-6 h3 {
    font-size: 18px;
    line-height: 22px;
}

.business-7 p {
    font-size: 12px;
    line-height: 23px;
}

.business-9 h4 {
    font-size: 15px;
}

.business-9 ul li p {
    font-size: 13px;
}

.business-9 ul li {
    padding: 10px 0 0px 0;
}

.business-9 ul li i {
    padding: 2px 10px 0 0;
}

.premium-3 h2 {
    font-size: 18px;
    line-height: 24px;
}

.premium-8 {
    margin: 20px 0 0 0;
}

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

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

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

.premium-8 a {
    font-size: 14px;
    padding: 8px 25px;
}

.premium-5 h3 {
    font-size: 18px;
    line-height: 26px;
}

.premium-6 p {
    font-size: 12px;
    line-height: 22px;
    padding: 0 0 30px 0;
}

.premium-6 a {
    font-size: 14px;
    padding: 8px 25px;
}

.premium-7 {
    left: 0;
    padding: 30px 0 0 0;
}

.premium-7 img {
    width: 100%;
}

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

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

.expert-1 h2:before {width: 50px;top: 100px;}

.expert-1 h2:after {
    width: 150px;
    top: 102px;
}

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

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

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

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

.expert-7 {
    border: none;
}

.expert-7 p {
    font-size: 12px;
}

.expert-8 p {
    margin: 0;
    font-size: 12px;
}

.expert-9 h4 {
    font-size: 13px;
}

.expert-9 p {.cont-4
    font-size: 12px;
}

.expert-10 h4 {
    font-size: 13px;
}

.expert-10 p {
    font-size: 12px;
}

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

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

.about-1 {
    padding: 0 0 10px 0;
}

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

.about-2 ul li p {
    font-size: 13px;
}

.about-ul {
    padding: 0;
}

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

.about-1 {
    padding: 0 0 10px 0;
}

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

.about-2 ul li p {
    font-size: 13px;
}

.about-ul {
    padding: 0;
}

.about-3 h3 {
    font-size: 20px;
    line-height: 0;
    padding: 30px 0 5px 0;
}

.about-3 p {
    font-size: 12px;
    line-height: 22px;
}

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

.about-5 h3 {
    font-size: 17px;
}

.about-5 p {
    font-size: 12px;
    line-height: 22px;
}

section.Contact-Us-1 {
    padding: 90px 0px 20px 0;
}

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

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

.contact-6 ul li p {
    font-size: 13px;
}

.contact-6 ul {
    padding: 0;
}

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

.contact-2 h3 {
    font-size: 18px;
}

.contact-3 {
    display: block;
}

.contact-1 form {
    padding: 15px;
}

.contact-3 span {
    font-size: 13px;
}

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

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

.contact-4 textarea {
    font-size: 12px;
}

.contact-4 button {
    font-size: 14px;
}

section.Privacy-Policy-1 {
    padding: 90px 0px 20px 0;
}

.privacy-1 {
    padding: 0 0 10px 0;
}

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

.privacy-2 ul li p {
    font-size: 13px;
}

.privacy-2 ul {
    padding: 0;
}

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

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

section.Term-Condition-1 {
    padding: 90px 0px 20px 0;
}

.term-1 {
    padding: 0 0 10px 0;
}

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

.term-2 ul li p {
    font-size: 13px;
}

.term-2 ul {
    padding: 0;
}

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

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

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

section.Banner {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Peer-Review-3 {
    overflow: hidden;
}

section.Immigration-Law-3 {
    overflow: hidden;
}

section.Manuscript-Formating-3 {
    overflow: hidden;
}

section.Manuscript-Formating-1 {
    overflow: hidden;
}

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

section.Subjects {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

section.Scientific-Editing-5 {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.Our-Process {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

}
@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.Peer-Review-3 {
    overflow: hidden;
}

section.Immigration-Law-3 {
    overflow: hidden;
}

section.Manuscript-Formating-3 {
    overflow: hidden;
}

section.Manuscript-Formating-1 {
    overflow: hidden;
}

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

section.Subjects {
    overflow: hidden;
}

section.Faqs {
    overflow: hidden;
}

section.Scientific-Editing-5 {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.Our-Process {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

}