
@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap");

/* Color Variable */
a {
  text-decoration: none;
}
a:focus {
  outline: 0 solid;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
aside, section {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #002d8a;
  text-transform: capitalize;
}
span{
    font-family: "Nunito", sans-serif;
}

html, body {
  line-height: 1.6;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  overflow-x: hidden;
}
p {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
i.bx {
  vertical-align: middle;
}

/*================================================
2. Header Menu CSS
=================================================*/

.logo  .logo-normal {
	display: block;
}

.logo  .logo-sticky {
	display: none;
}

.sticky .logo  .logo-normal {
	display: none;
}

.sticky .logo .logo-sticky {
	display: block;
}
.logo, .main-nav, .menu-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-menu-area {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: transparent;
  padding: 0 98px;
}
.main-nav {
  justify-content: center;
}
.menu-btn-wrap.menu-main-button {
  justify-content: end;
}
.hamburger {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  margin-top: 10px;
  display: none;
  z-index: 1;
}
.hamburger span {
  width: 100%;
  height: 2px;
  background: #002d8a;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger span.h-top {
  top: 0;
}
.hamburger span.h-bottom {
  bottom: 0;
  width: 27px;
}
.hamburger span.h-middle {
  top: 50%;
  margin-top: -1px;
  width: 25px;
}
.hamburger.h-active span {
  width: 100%;
}
.hamburger.h-active span.h-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}
.hamburger.h-active span.h-middle {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.hamburger.h-active span.h-bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}

.main-nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 47px 15px;
}

.main-nav > ul > li > a {
  display: block;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.main-nav > ul > li:hover > a:after {
  opacity: 1;
}

.main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 90px;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
          box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  border-radius: 4px;
  border: 1px solid #ddd;
}

.main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

.main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

.main-nav ul li .sub-menu > li a {
  display: block;
  padding: 15px 18px;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav ul li .sub-menu > li a:last-child {
  border: none;
}

.main-nav ul li .sub-menu > li a:hover {
  color: #6440FA;
}

.main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

.main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

.main-nav > ul > li:hover > .sub-menu, .main-nav ul li .sub-menu li:hover > .sub-menu, .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.menu-btn-1 {
      background-image: linear-gradient(to right,#09a5ec 0,#053fb1 51%,#09a6ed 100%);
    background-size: 200%;);
  /*padding: 12px 25px;*/
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  box-shadow: -2px 6px 10px rgb(0 0 0 / 50%);
  transition: all 0.3s linear;
  padding: 0px;
    width: 140px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
}
.hero-main-btn.head-btn{
    padding: 0px;
    width: 140px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
}
.hero-btn-2.head-btn{
    padding: 0px;
    width: 140px;
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 45px;
    font-weight: 600;
}
a.menu-btn-1.hero-btn-2 {
    margin: 0 0 0 5px;
}
.hero-main-btn {
      background: #525FE1;
  padding: 12px 25px !important;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  box-shadow: -2px 6px 10px rgb(0 0 0 / 50%);
  transition: all 0.3s linear;
}
.hero-btn-2 {
      background: #F86F03;
  padding: 12px 25px !important;
  border-radius: 4px;
  font-size: 16px;
      margin: 0 0 0 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  box-shadow: -2px 6px 10px rgb(0 0 0 / 50%);
  transition: all 0.3s linear;
}
a.hero-main-btn:hover {
    color: #fff;
    background: linear-gradient(to right,#09a5ec 0,#053fb1 51%,#09a6ed 100%);
    background-size: 200%;
      background-position: right center;
    transition: all 0.3s linear;
}
.hero-btn-2:hover {
    color: #fff;
     background: linear-gradient(to right,#09a5ec 0,#053fb1 51%,#09a6ed 100%);
    background-size: 200%;
      background-position: right center;
    transition: all 0.3s linear;
}
.menu-btn-1:hover{
  color: #fff;
  background-position: right center;
}

.main-nav ul li a.home:hover{
  color: #00aff0;
}

.main-nav ul li a.about:hover{
  color: #00aff0;
}

.main-nav ul li a.service:hover{
  color: #00aff0;
}

.main-nav ul li a.blog:hover{
  color: #00aff0;
}

.main-nav ul li a.contact:hover{
  color: #00aff0;
}

.sticky {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 999;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.01);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.01);
  padding-top: unset;
  border: none;
  box-shadow: 0 5px 5px rgba(0 0 0 / 50%);
}

.sticky .main-nav > ul > li {
  padding: 34px 15px;
  color: #00aff0;
}

.sticky .main-nav > ul > li > a{
  color: #00aff0;
}

.sticky .main-nav > ul > li.has-child-menu:after {
  top: 33px;
}

.menu-info-wrap {
  z-index: 99;
  top: 0;
  left: 20%;
}

.menu-info-wrap .menu-info-shape a i {
  margin-right: 5px;
}

.menu-info-wrap .menu-info-content p {
  color: #FFFFFF;
}

.menu-info-wrap .menu-info-content p a {
  color: #FF9D0F;
}

i.fa.fa-shopping-cart {
  padding: 0 10px 0 0px;
}

/*================================================
22. Service History CSS
=================================================*/
.service-history {
    padding: 100px 0 100px 0;
}
@-webkit-keyframes rot-2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rot-2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.service-history-wrap {
  padding: 0px 50px 50px 0px;
}
.section-title h1 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 10px;
}
.section-title p {
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #00aff0;
    margin-bottom: 4px;
}
.service-history-wrap p span::before {
    position: absolute;
    content: "";
    border: 1px dashed #00aff0;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    -webkit-animation: rot-2 20s linear infinite;
    animation: rot-2 20s linear infinite;
}
.about-sir {
    position: absolute;
    display: inline-block;
    border: 5px solid #002d8a;
    height: 73%;
    width: 92%;
    right: 0;
    bottom: 0;
    border-radius: 20px;
}
.service-history-wrap .service-history-box {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.service-history-wrap .service-history-box:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

.service-history-wrap .service-history-box:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.service-history-wrap .service-history-box::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  width: 100%;
  z-index: 2;
  opacity: 0;
}

.service-history-wrap .service-history-box img {
  position: relative;
  z-index: 1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-filter: grayscale(20%);
          filter: grayscale(20%);
}

/*.service-history-wrap p {*/
/*  position: absolute;*/
/*  display: inline-block;*/
/*  border: 5px solid #002d8a;*/
/*  height: 73%;*/
/*  width: 92%;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  border-radius: 20px;*/
/*}*/

.about-sir p::before{
        position: absolute;
    content: "";
    border: 1px dashed #FF9D0F;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    -webkit-animation: rot-2 20s linear infinite;
    animation: rot-2 20s linear infinite;
}
.about-sir p {
  width: 170px;
  height: 170px;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: #002d8a;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.service-history-wrap p span::before {
  position: absolute;
  content: "";
  border: 1px dashed #00aff0;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  -webkit-animation: rot-2 20s linear infinite;
          animation: rot-2 20s linear infinite;
}
.priv-cont{
    padding: 50px 0;
}
.priv-cont p{
        font-size: 18px;
        color: #000;
        font-family: "Nunito", sans-serifl;
        padding-bottom: 10px;
    }
    h6{
        font-size: 22px;
        color: #002d8a;
        padding-bottom: 10px;
        font-family: "Nunito", sans-serifl;
    }
/*================================================
3. Hero CSS
=================================================*/
.hero-area {
  background: linear-gradient(to left, rgba(0, 175, 240, 0.7), rgba(0, 45, 138, 0.7)), url(../images/banner-bg-1-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-content {
  padding-top: 70px;
margin: 0 0 0 10px;
}

.hero-content p {
  font-weight: 400;
  font-size: 62px;
  line-height: 62px;
  color: #FFFFFF;
  padding-bottom: 30px;
}

a.hero-order {
  color: #fff;
  font-size: 21px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 8px 20px;
  font-weight: 400;
  position: relative;
  transition: 0.5s;
}

a.hero-order:hover{
  box-shadow: 0 0 35px rgba(0, 175, 240, 0.6);
  border: 2px solid #fff;
}

.fom-head {
  border-bottom: 2px solid #002d8a;
}

.fom-head p {
  background-color: #fff;
  text-align: center;
  font-size: 21px;
  color: #002d8a;
  font-weight: 700;
  padding: 8px 0;
}

.form-link {
  width: 100%;
  background: #F86F03;
  text-align: center;
  padding: 10px 0;
  margin: 12px 0;
  border-radius: 5px;
  transition: all 0.3s linear;
}
.form-link:hover{
    background: linear-gradient(to right,#09a5ec 0,#053fb1 51%,#09a6ed 100%);
    background-size: 200%;
      background-position: right center;
    transition: all 0.3s linear;
}

.form-link a {
  padding: 12px 30px;
  font-size: 18px;
  border-radius: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.assignment-form {
    width: 90%;
    margin: 0px 0px 0 42px;
}

.pages {
  padding: 5px 0 5px 0;
}

.deadline input {
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  background-color: #F3F7FA;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #002d8a;
}

::placeholder{
  color: #002d8a;
  font-weight: 400;
}

.main-option-div {
  background: #fff;
  padding: 20px 40px;
}

.std-name input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 12px;
  background-color: #F3F7FA;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.std-name input::placeholder{
  color: #002d8a;
  font-weight: 400;
}

.email input {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 10px;
  background-color: #F3F7FA;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.email input::placeholder{
  color: #002d8a;
  font-weight: 400;
}

.acd-level select{
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 10px;
  background-color: #F3F7FA;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-appearance: none;
  color: #002d8a;
  font-weight: 400;
}

.phone-number input {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 10px;
  background-color: #F3F7FA;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.phone-number input::placeholder{
  color: #002d8a;
  font-weight: 400;
}

/*================================================
3. Article CSS
=================================================*/
section#article-1 {
  padding-top: 50px;
}
section#article-2 {
  padding-top: 25px;
}
section#article-3 {
  padding-top: 25px;
  padding-bottom: 50px;
}
section#article-4 {
  padding: 40px 0 40px 0;
}
section#article-6 {
  padding: 60px 0 0 0;
}
section#article-7 {
  padding: 40px 0 55px 0;
}
.arti-3 {
  padding-bottom: 40px;
}
.arti-1 h1 {
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 15px;
}

.arti-1 p {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
}

h2.seri-asiin-head {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 25px;
}

.col-lg-6.col-md-12.arti-img {
  display: flex;
  align-items: center;
}

.arti-2 p {
  padding-bottom: 10px;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  text-align: justify;
  line-height: 26px;
}

.arti-2 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.arti-3 h3 {
  font-size: 25px;
  font-weight: 700;
}

.arti-3 p {
  padding-top: 15px;
  font-size: 16px;
}

.expert-p{
    font-size: 16px;
    line-height: 26px;
}
.col-lg-6.col-md-12.arti-img {
    padding-bottom: 40px;
}
.artic-col-1 {
  background: #fff;
  box-shadow: 0px 4px 22px rgb(0 0 0 / 45%);
  padding: 35px;
  text-align: center;
  transition: all 0.3s linear;
  border-radius: 15px;
}
.artic-col-1:hover {
    background: linear-gradient(45deg, #003a94, #00aaec);
}
.artic-col-1:hover h4{
    color: #fff;
}
.artic-col-1:hover p{
    color: #fff;
}

.artic-col-1 img {
  width: 100px;
  padding-bottom: 15px;
}

.artic-col-1 h4 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

.artic-col-1 p {
  font-size: 16px;
}

.artic-col-2 {
  background: #fff;
  box-shadow: 0 0 0 rgb(0 0 0 0.5);
  padding: 35px 35px 61px 35px;
  box-shadow: 2px 8px 15px 8px #ecebeb;
  text-align: center;
}

.artic-col-2 img {
  width: 100px;
  padding-bottom: 15px;
}

.artic-col-2 h4 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

.artic-col-3 {
  background: #fff;
  box-shadow: 0 0 0 rgb(0 0 0 0.5);
  padding: 35px;
  box-shadow: 2px 8px 15px 8px #ecebeb;
  text-align: center;
}

.artic-col-3 img {
  width: 100px;
  padding-bottom: 15px;
}

.artic-col-3 h4 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

.artic-4 {
  padding-top: 50px;
}

.artic-img-4{
  display: flex;
  align-items: center;
}

.artic-4 h3 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 15px;
}

.perks{
  background-image: url(../images/assignment-1.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 700px;
  z-index: -1;
}

h4.perks-icons-head {
  padding: 80px 0 50px 0;
  z-index: 100;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

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

.per-1 img {
  width: 100px;
}

.per-2 {
  text-align: center;
  padding: 30px 0;
}

.per-2 img {
  width: 100px;
}

.per-1 p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
}

.per-2 p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
}

.col-lg-6.col-md-12.artic--6-img {
  display: flex;
  align-items: center;
  justify-content: end;
}

.artic-6 {
  padding-top: 30px;
}

.artic-6 p{
    font-size: 16px;
        line-height: 28px;
}

.artic-6 h4 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 15px;
}

.artic-6 h4 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 15px;
}

/*.artic--6-img img {*/
/*  width: 80%;*/
/*}*/

.artic-7 h4 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 15px;
}

.artic-7 p {
  font-size: 16px;
      line-height: 28px;
}

/*.artic-img-7 img {*/
/*  width: 80%;*/
/*}*/

/*.artic-col-1:hover {*/
/*    box-shadow: -1px 10px 20px rgb(0 0 0 / 50%);*/
/*}*/

p.last-artic {
  text-align: center;
  padding-top: 60px;
  font-size: 25px;
  color: #1A064E;
  font-weight: 700;
}

/*================================================
4. Service Area CSS
=================================================*/
.service-area {
    padding: 100px 0;
}
.single-service-box .service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 78px;
      padding-bottom: 15px;
}

.single-service-box .service-icon img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.single-service-box .service-content h3 {
  font-weight: 400;
  font-size: 18px;
  margin: 20px 0 8px
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  color: #002d8a;
}

.single-service-box .service-content p {
  line-height: 30px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.serv-main-btn a {
    font-size: 16px;
}
.serv-main-btn a i {
    font-size: 16px;
    padding: 0px 0 0 3px;
}
.single-service-box:hover .service-content h3 {
  color: #00aff0;
}

.single-service-box:hover .service-icon img {
  -webkit-transform: rotate3d(1, 1, 1, -360deg);
          transform: rotate3d(1, 1, 1, -360deg);
}

.single-service-box.single-service-box-2 {
  margin-bottom: 24px;
}

/*================================================
13. Footer CSS
=================================================*/
.footer-border {
  padding-bottom: 30px;
  margin-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-title {
  text-align: center;
}

.footer-title h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 30px;
}

.footer-title p {
  color: #fff;
  font-size: 16px;
}

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

.footer-link {
  text-align: center;
}

.footer-logo.wow.fadeInDown {
  padding-top: 70px;
}

.footer-social.text-lg-end {
  padding-top: 68px;
}

.footer-social ul li:last-child {
  margin-right: 0;
}

.single-widget {
  margin-bottom: 50px;
}

.single-widget .footer-title h3 {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.single-widget .footer-link ul li, .single-widget .footer-contact ul li {
  padding-bottom: 10px;
}

.single-widget .footer-link ul li:last-child, .single-widget .footer-contact ul li:last-child {
  margin-bottom: 0;
}

.single-widget .footer-link ul li a, .single-widget .footer-contact ul li a {
  color: #FFFFFF;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

.single-widget .footer-link ul li a:hover, .single-widget .footer-contact ul li a:hover {
  color: #00aff0;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.single-widget .footer-contact ul li {
  font-weight: 700;
  color: #00aff0;
}

.single-widget .footer-contact ul li a {
  font-weight: 400;
}

.footer-area {
  background: linear-gradient(to bottom, #002d8a, #00aff0);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 30px 0;
}

.copy-text {
  padding: 19px 10px;
}

.copy-text p {
  color: #FFFFFF;
  margin: 0 0 0 150px;
}

.copy-text p a {
  color: #fff;
  font-weight: 700;
}

.footer-contact a i {
  background-color: transparent;
  border: 1px solid #fff;
  color: #FFF;
  border-radius: 50px;
  margin: 0 5px;
  font-size: 16px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  margin-top: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.footer-contact a i:hover{
  box-shadow: 0 0 20px #002d8a;;
}

.copy-right-area {
  background-color: #002d8a;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/*================================================
13. About Page CSS
=================================================*/

.main-para p {
  font-size: 62px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
}
.about-in-content p {
  font-size: 16px;
  padding-bottom: 12px;
  font-weight: 400;
}
section#about-data {
  padding: 100px 0 70px 0;
}
.col-lg-6.col-md-6.col-sm-12.about-img img {
  width: 90%;
}
.col-lg-6.col-md-6.col-sm-12.about-img {
  text-align: end;
}

/*================================================
13. contact Page CSS
=================================================*/
section#form {
  margin: 60px 0;
}
.contact-para p {
  font-size: 42px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}
.form-contact h1 {
  font-size: 42px;
  font-weight: 700;
}
.form-contact p {
  padding: 10px 0;
}
.phon-info {
  display: inline-flex;
  padding-bottom: 22px;
}
.mail-info {
  display: flex;
}
.phone-icon i {
  color: #fff;
  background: linear-gradient(to left, #002d8a, #00aff0);
  padding: 12px;
  border-radius: 23px;
}
.mail-info i {
  color: #fff;
  background: linear-gradient(to left, #002d8a, #00aff0);
  padding: 12px;
  border-radius: 23px;
}
.phon-info ul {
  padding-left: 18px;
}
.mail-info ul {
  padding-left: 18px;
}
.phon-info ul li {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}
.mail-info ul li {
  font-size: 16px;
  font-weight: 600;
}
.contact-form input {
  width: 90%;
  margin-bottom: 15px;
  padding: 10px 0px 10px 15px;
  outline: none;
  color: #1A064E;
  font-size: 16px;
  background-color: #F3F7FA;
  border: none;
  border-radius: 5px;
}
.contact-form input::placeholder{
  color: #002d8a;
}
.contact-form {
  text-align: center;
  background: rgba(255, 255, 255, 0.56);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(4.8px);
  -webkit-backdrop-filter: blur(4.8px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 20px 0 40px 0;
}
.contact-form textarea {
  width: 90%;
  border: none;
  background: #F3F7FA;
  padding: 12px 0 0 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #002d8a;
  font-size: 16px;
  outline: none;
}
.contact-form textarea::placeholder{
  color: #002d8a;
}
.contact-form p {
  font-size: 26px;
  color: #002d8a;
  font-weight: 600;
  padding-bottom: 10px;
}
.contact-btn a {
      background-image: linear-gradient(to right,#09a5ec 0,#053fb1 51%,#09a6ed 100%);
    background-size: 200%;
  color: #fff;
  padding: 15px 55px;
  border-radius: 5px;
  transition: all 0.3s linear;
}
.contact-btn a:hover{
    background-position: right center;
}


/*================================================
13. Service Page CSS
=================================================*/
#service-card{
  background: radial-gradient(farthest-side at 60% 55%, #002d8a, #00aff0);
  padding: 80px 0;
}
.service-head p {
  font-size: 42px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.service-card {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 40px 0 40px 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: grid;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.service-card a img {
  width: 130px;
}

.service-card:nth-child(1){
  margin-bottom: 40px;
}

.service-card a {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 14px;
}

.col-12.service-head-2 {
  padding-bottom: 40px;
  text-align: center;
}

.col-12.service-head-2 h3 {
  font-size: 32px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
}

/*================================================
13. thesis writing Page CSS
=================================================*/
.thesis-head p {
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-style: oblique;
  font-weight: 700;
  font-style: oblique;
}

section#thesis-1 {
  padding: 45px 0px 45px 0;
}

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

.col-12.thesis-main-cont h1 {
  font-size: 42px;
  padding-bottom: 15px;
}

.col-12.thesis-main-cont p {
  font-size: 16px;
  padding-bottom: 10px;
}

.thesis-2 h2 {
  font-size: 28px;
  padding-bottom: 10px;
}

section#thesis-2 {
  padding: 35px 0 0 0;
}

.thesis-2 p {
  padding-bottom: 10px;
}

.col-lg-6.col-md-6.col-sm-12.thesis-2-img {
  display: flex;
  justify-content: end;
  align-items: center;
}

section#thesis-3 {
  padding: 35px 0 0 0;
}

.thesis-3-cont h3 {
  font-size: 28px;
  padding-bottom: 10px;
}

section#thesis-4 {
  padding-top: 35px;
}

.thesis-4-cont h3 {
  font-size: 28px;
  padding-bottom: 10px;
}

.thesis-4-cont p {
  font-size: 16px;
}

.thesis-5-cont h4 {
  padding-bottom: 20px;
  font-size: 22px;
}

.accordion {
  background: linear-gradient(45deg, #002C8A, #009BE1);
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  margin-bottom: 10px;
}

.active, .accordion:hover {
  background-color: #009BE1; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  font-size: 16px;
}

.thesis-5-cont2 p {
  font-size: 16px;
  padding-bottom: 10px;
}

.thesis-5-cont2 p:nth-child(2){
  text-align: center;
  font-size: 24px;
  color: #002C8A;
  padding: 15px 0px 40px 0;
}

/*================================================
13. dissertation writing Page CSS
=================================================*/

.col-lg-6.col-md-6.col-sm-12.dissert-img-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.acade-para p {
  font-size: 42px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: oblique;
}

.dissertation-head p {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  font-style: oblique;
}

.dissert-cont-1 h1 {
  font-size: 36px;
  padding-bottom: 10px;
}

section#dissert-1 {
  padding-top: 35px;
}

section#dissert-2{
  padding-top: 35px;
}

section#dissert-3 {
  padding: 35px 0;
}

.dissert-2-cont h2 {
  font-size: 25px;
  padding-bottom: 10px;
}

.dissert-3-cont h3 {
  font-size: 26px;
  padding-bottom: 10px;
}

/*================================================
13. academic writing Page CSS
=================================================*/

section#academic-1 {
  padding-top: 35px;
}

.acade-cont-1 h1 {
  font-size: 42px;
  padding-bottom: 10px;
}

section#academic-2 {
  padding-top: 35px;
}

.acade-cont-2 h2 {
  font-size: 25px;
  padding-bottom: 10px;
}

.col-lg-6.col-md-6.col-sm-12.acade-2-img {
  display: flex;
  align-items: center;
}

section#academic-3 {
  padding: 35px 0;
}

.acade-cont-3 h3 {
  font-size: 25px;
  padding-bottom: 10px;
}

/*================================================
13. easy writing Page CSS
=================================================*/
.sub-pages {
  padding: 210px 0 100px;
}

.easy-head p{
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-style: oblique;
}

section#easy-1 {
  padding-top: 40px;
}

.easy-cont-1 h1 {
  font-size: 42px;
  padding-bottom: 10px;
}

section#easy-2 {
  padding-top: 35px;
}

section#easy-3 {
  padding-top: 35px;
}

section#easy-4 {
  padding-top: 35px;
}

section#easy-5 {
  padding-top: 35px;
}

section#easy-6 {
  padding-top: 35px;
}

section#easy-7 {
  padding-top: 35px;
}

section#easy-8 {
  padding: 35px 0;
}

.easy-cont-2 h4 {
  font-size: 22px;
  padding-bottom: 10px;
}

.easy-3-cont h4 {
  font-size: 22px;
  padding-bottom: 10px;
}

.easy-3-cont p {
  padding-bottom: 20px;
}

.easy-4-cont h2 {
  font-size: 28px;
  padding-bottom: 10px;
}

.easy-perks ul li {
  padding: 10px 0;
}

.easy-perks ul li i {
  color: #002d8a;
  font-size: 18px;
}

.easy-perks ul li span {
  color: #000;
  font-size: 16px;
  padding-left: 10px;
}

.easy-5-cont h3 {
  font-size: 26px;
}

.col-lg-6.col-md-6.col-sm-12.easy-img {
  display: flex;
  align-items: center;
}

.easy-cont-6 h4 {
  font-size: 22px;
  padding-bottom: 10px;
}

.easy-cont-7 h4 {
  font-size: 22px;
  padding-bottom: 10px;
}

.easy-cont-8 h4 {
  text-align: center;
  font-size: 22px;
  padding-bottom: 10px;
}

.easy-cont-8 p {
  text-align: center;
}

/*================================================
13. Proofreading Page CSS
=================================================*/
section#proofread-1 {
  padding-top: 35px;
}

.read-cont-1 h1 {
  font-size: 42px;
  padding-bottom: 10px;
}

section#proofread-2 {
  padding-top: 35px;
}

.read-5-cont h2 {
  font-size: 28px;
  padding-bottom: 10px;
}

.col-lg-6.col-md-6.col-sm-12.read-img {
  display: flex;
  justify-content: end;
}

section#proofread-7 {
  padding: 35px 0;
}

.read-cont-7 h4 {
  font-size: 28px;
  padding-bottom: 10px;
}
/*================================================
13. Research Paper Page CSS
=================================================*/

.research-head p {
  font-size: 42px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
}

#research-1{
  padding-top: 35px;
}

#research-2 {
  padding-top: 35px;
}

#research-7 {
  padding: 35px 0;
}

.research-cont-1 h1{
  padding-bottom: 10px;
}

.research-5-cont h2{
  padding-bottom: 10px;
}

.research-cont-7 h4 {
  padding-bottom: 10px;
}

/*================================================
13. Blog Page CSS
=================================================*/

.main-blog-sides {
  padding: 120px 0;
}

.main-blog p {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  font-style: oblique;
}

.blog-side-posts {
  margin-bottom: 30px;
}

.blog-side-data {
  background-color: #fff;
  box-shadow: 2px 8px 15px 8px #ecebeb;
  padding: 40px 40px 30px 40px;
}

.blog-side-data a {
  font-size: 28px;
  font-weight: 600;
  color: #002d8a;
}

.blog-side-data p {
  padding: 12px 0;
}

.blog-side-data ul {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
}

.blog-side-data ul li i {
  font-size: 24px;
  color: #00aff0;
  padding-right: 15px;
}

.blog-side-data ul li span {
  color: #009BE1;
  font-size: 18px;
}

.blog-side-data ul li span {
  font-size: 18px;
  color: #002C8A;
}

.blog-side-data ul li span a {
  font-size: 18px;
  color: #002d8a;
  font-weight: 400;
}

.blog-side-psot-img img{
  transition: all 1s;
}

.blog-side-psot-img img:hover{
  transform: scale(1);
}

.blog-side-cate h2 {
  background: linear-gradient(to right, #002C8A, #009BE1);
  color: #fff;
  padding: 12px 24px;
}

.blog-side-cate ul {
  padding: 20px 0;
}
.blog-side-cate ul li {
  padding: 10px 0;
}

.blog-side-cate ul li {
  transition: all 1s;
}

.blog-side-cate ul li a {
  color: rgba(0, 44, 138, 0.8);
  font-size: 18px;
}

.blog-side-cate ul li:hover{
  transform: translateX(10px);
  color: #009BE1;
}

.blog-side-cate ul li a i {
  padding-right: 12px;
}
.recent-blog-posts h2 {
  background: linear-gradient(to right, #002C8A, #009BE1);
  color: #fff;
  padding: 5px 24px;
}
.serv-det-page ul li {
    display: flex;
    padding-bottom: 15px;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
}
.serv-det-list ul li:hover {
        color: #fff;
    background: linear-gradient(to right,#09a5ec 0,#053fb1 51%,#09a6ed 100%);
    background-size: 200%;
    background-position: right center;
    transition: all 0.3s linear;
}
.serv-det-list ul li:hover a {
    color: #fff;
}
.serv-det-page p {
    font-size: 16px !important;
    font-weight: 400;
    text-align: justify;
    font-family: "Nunito", sans-serif !important;
}
.serv-det-list ul li {
    background: rgba(0,175,240,0.2);
    /* padding: 15px 30px; */
    cursor: pointer;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 15px;
    margin-bottom: 15px;
    transition: all 0.3s linear;
}
.serv-det-list h2 {
    background: transparent;
    color: #002d8a;
    position: relative;
}
.serv-det-list h2::before {
    content: "";
    height: 100%;
    width: 5px;
    border-radius: 10px;
    background: linear-gradient(45deg, #00aff0, #002d8a);
    position: absolute;
    left: 0;
    top: 0;
}
.recent-blog-data {
  margin: 15px 0;
}

.recent-blog-data {
  display: flex;
}

.recent-blog-data a img {
  width: 200px;
}

.recent-blog-data ul li a {
  font-size: 18px;
  line-height: 22px;
  color: #002C8A;
}

.recent-blog-data ul {
  padding-left: 20px;
}

.recent-blog-data ul li:nth-child(2) {
  color: #00aff0;
  font-size: 16px;
}

.blog-tags h2 {
  background: linear-gradient(to right, #002C8A, #009BE1);
  color: #fff;
  padding: 12px 24px;
}

.tags-links {
  margin-top: 25px;
}

.tags-links {
  line-height: 50px;
}

.tags-links ul li a {
  border-width: 3px;
  border-image: linear-gradient(to right, #002C8A, #00aff0) 1;
  border-style: solid;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s;
}
.foot-privacy{
        font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s linear;
}
.foot-privacy:hover{
    color: #00aff0;
}
/*Media queries*/
@media only screen and (max-width : 768px){
    .menu-btn-wrap.menu-main-button {
    justify-content: end;
    display: flex;
}
.footer-contact a i {
     padding: 0px 0px !important; 
}
.copy-text p {
    color: #FFFFFF;
     margin: 0 0 0 0px !important; 
}
   }
@media only screen and (max-width : 425px){
    span#docs-internal-guid-e0d10998-7fff-acfe-580d-7142d8bc4425 p {
    font-size: 16px;
}
span#docs-internal-guid-c60e547f-7fff-2016-4ff7-a88c444cc89b p {
    font-size: 16px;
}
.arti-3 p {
    font-size: 16px;
}
    .hamburger {
    display: block;
    float: right;
    margin-right: -10px;
    margin-top: -2px;
}
    .hero-main-btn.head-btn {
    font-size: 14px;
    padding: 5px !important;
     width: 100px; 
    height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
}
.hero-btn-2.head-btn {
    font-size:14px;
    padding: 5px !important;
     width: 100px; 
    height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
}
    .logo.text-left a img {
    width: 145px !important;
}
    .menu-btn-wrap.menu-main-button{
        display: flex;
    }
    .copy-text p {
    text-align: center;
    color: #FFFFFF;
     margin: 0 0 0 0 !important; 
}
.copy-text {
    padding: 10px 10px;
}
.copy-text.text-end.wow.flipInX {
    text-align: center !important;
}
.arti-2 p {
    font-size: 16px !important;
    padding-top: 0px;
    padding-bottom: 15px;
}
}
.footer-logo{
    background: #fff;
    display: block;
    border-radius: 10px;
    margin-bottom: 15px;
}
