body {
  font-family: 'Roboto', sans-serif;
}

.site-content a {color:#3b499e;
 text-decoration:none;
	font-weight:600
}

h1 {
  margin-bottom: 0.5em;
  font-size: 32px;
  font-weight: 700;
}
p {
  margin-bottom: 0.5em;
  font-size: 16px;
  line-height: 1.6;
}
.button {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 25px;
  border-radius: 4px;
}


li, p {margin-bottom:10px}


.button-primary {
  position: relative;
  background-color: #c0ca33;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  transition: color 0.3s ease-in;
  z-index: 1;
}
.button-primary:hover {
  color: #c0ca33;
  text-decoration: none;
}
.button-primary::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  border-radius: 4px;
  opacity: 0;
  -webkit-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  transform: scaleX(0.8);
  transition: all 0.3s ease-in;
  z-index: -1;
}
.button-primary:hover::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.overlay::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.banner {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.banner h1 {
  font-weight: 800;
}
.banner p {
  font-weight: 700;
}

.navbar-brand img{
  width: 100%;
}

.home-banner{
    background: url(../img/landing-page-female-background.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity .5s ease;
    background-color: rgb(0 0 0 / 67%);
    background-blend-mode: soft-light;
    padding-top: 60px;
    padding-bottom: 50px;
}

.home-banner .home-left h1 {
  font-size: 37px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.home-banner .home-icons{
    margin: 2rem -0.5rem;
}

.home-bannerm .home-icons-item{
    align-items: center;
    padding: .5rem;

}

.home-icons-caption {
    font-size: 14px;
    margin-top: 12px;
}

.home-icons-item img{
    margin-left: 18px;
}

.home-icons-caption{
    font-size: 14px!important;
}

.home-buttons {
    margin: -0.5rem;
}

.hero__button {
    margin: 0.5rem;
    padding: 1em 3.5em;
    font-size: medium;
    font-weight: 700;
    text-align: center;
    background-color: #000;
    border-radius: 3px;
    border: 2px solid var #000;
    transition: background-color .3s,box-shadow .3s,border .3s,color .3s;
}

.a--cta {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.hero__button:hover {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}

.hero__button--hollow {
    background-color: transparent;
    border: 2px solid #fff;
}

.hero__button--hollow:hover {
  background-color: #ea3b24;
  border-color: #fff;
}

.section-about-us{
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-about-us .AsHAust h2 {
  margin: 0 0 20px;
  font-weight: 700;
  color: #ca2f10;
  line-height: normal;
  text-align: center;
}

.section-about-us .AsHAust h2:before{
  content: '';
    background-image: url(../img/g-border.png);
    background-repeat: no-repeat;
    width: 205px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    bottom: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-about-us .AsHAust p {
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
    font-size: 16px;
    color: #4c4c4c;
}

.section-about-us .aboutRightBox {
    position: relative;
    padding: 35px;
    margin-top: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 9px 12px 20px rgb(0 0 0 / 22%);
}

.section-about-us .aboutRightBox:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background: #3b499e;
}

.section-about-us .abUnikP {
    padding: 0 15px 15px 0;
    border-bottom: 1px solid #ffffff57;
    margin-bottom: 15px;
}

.section-about-us .abUnikP h3 {
    margin: 0 0 10px;
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    font-size: 20px;
}

.section-about-us .aboutRightBox ul {
  list-style: none;
  margin-left: -36px;
}

.section-about-us .aboutRightBox ul li {
    margin-bottom: 5px;
}

.section-about-us .aboutRightBox ul li span {
  display: inline-block;
  text-align: right;
  color: #ea3b24;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 600;
}

.section-about-us .aboutRightBox ul li p {
    margin: 0;
    display: inline-block;
    padding-left: 5px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.section-about-us .rtStar {
    margin-right: 30px;
}

.section-about-us .rtStar h4 {
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    font-size: 17px;
}

.section-about-us .rtStar ul {
    margin: 15px 0;
}

.section-about-us .rtStar ul li {
    display: inline-block;
    margin: 0 2px;
}

.section-about-us .star-rating i {
  height: 20px;
  color: rgb(234 59 36);
}

.section-about-us .revBtn {
    text-align: right;
}

.section-about-us .revBtn .themeBtn2 {
    padding: 11px 24px;
    line-height: normal;
    margin-bottom: 10px;
}

.section-about-us .aboutRightBox .themeBtn2 {
    border: 1px solid #fff;
    transition: all 500ms ease;
    color: #fff;
    font-weight: 600;
}

.section-about-us .themeBtn2 {
    font-size: 15px;
    text-transform: capitalize;
    background: transparent;
    border-radius: 33px;
}

.section-about-us .aboutRightBox .themeBtn2:hover {
    transition: all 500ms ease;
    background: #fff;
    color: #ea3b24;
}

.section-about-us .rtStar p {
    color: #fff;
    font-size: 14px;
}

.section-about-us .rtStar p span {
  color: #ea3b24;
  font-weight: 600;
}

.section-about-us .trustMap .recom {
    font-size: 15px;
    text-align: center;
    line-height: normal;
    padding: 10px 0 0;
    font-weight: 400;
    color: #888;
    margin-top: 15px;
}

.main__rating-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #eee;
}

.main__rating-section .wrap {
    max-width: 114rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.main__rating-section .rating__block{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-evenly;
    max-width: 78rem;
    margin: 0 auto;
}

.main__rating-section .rating__block-item{
    padding: 13px 20px 16px;
    background: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 28%;
}

.main__rating-section .icon-tp {
    min-width: 50px;
    height: 48px;
    background: url(../img/singapore-assignment-trustpilot.svg);
}

.main__rating-section .icon-sjb {
    min-width: 51px;
    height: 45px;
    background: url(../img/singapore-assignment-sitejabber.svg);
}

.main__rating-section .icon-dmw {
    width: 30%;
    height: 56px;
    background-size: 100%!important;
    background: url(../img/my-assignment-help-singapore-logo.webp) no-repeat;
}

.main__rating-section .rating__icon {
    margin-right: 20px;
}

.main__rating-section .rating__name {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.main__rating-section .rating-title {
    font-size: 20px;
    line-height: 23px;
    color: #000;
    margin-bottom: 8px;
}

.rating-stars {
    display: flex;
}

.rating-stars figure.full-star {
    background-image: url(../img/singapore-assignment-help-star.svg);
}

.rating-stars figure.plushalf-star {
    background-image: url(../img/singapore-assignment-help-half-star.svg);
}

.rating-stars figure {
    width: 15px;
    height: 15px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    margin-right: 8px;
}

.main__rating-section .rating__score {
    font-size: 50px;
    line-height: 57px;
    color: #333;
}

.cid-s6HqreFlF3 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f4f8fa;
}

.display-2 {
  margin: 0 0 0px;
  font-weight: 700;
  color: #ca2f10;
  line-height: normal;
  text-align: center;
}


.cid-s6HqreFlF3 .mbr-section-subtitle:before{
  content: '';
  background-image: url(../img/g-border.png);
  background-repeat: no-repeat;
  width: 205px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  margin-top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.display-7 {
    font-size: 1rem;
}

.mbr-light {
  font-weight: 300;
  text-align: center;
  font-size: 16px;
}

.cid-s6HqreFlF3 .row-item {
    margin-bottom: 2rem;
}

.cid-s6HqreFlF3 .wrapper {
    padding: 2.5rem 1rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgb(115 128 157 / 10%);
}

.card-img {
    width: auto;
    text-align: center;
    -webkit-flex-shrink: 0;
}

.cid-s6HqreFlF3 .mbr-iconfont {
    width: max-content;
    transition: color .3s;
    padding: 1.5rem;
}

.display-7 {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
}

.cid-s6HqreFlF3 .row-item:hover .wrapper {
  background: linear-gradient(90deg,#5c6ac1,#f57160);
    cursor: pointer;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all .3s;
}

.cid-s6HqreFlF3 .row-item:hover .mbr-card-title {
    color: #fff!important;
}

.horizontal {
    transition: all 0.35s ease;
}

.rounded {
    border-radius: 15px;
}

.carrot {
  background-color: #ea3b24;
}

.medium {
    padding: 10px 25px;
    font-size: 1.15em;
}

.fancy-button {
    position: relative;
    color: #fff!important;
    border: 1px solid;
    margin: 5px;
    text-decoration: none;
    display: block;
    outline: none;
    line-height: 100%;
    overflow: hidden;
    padding: 20px;
    font-weight: 700;
    border: 2px solid #ffffff;
    box-sizing: border-box;
}

.fancy-button .icon {
    float: none
}

.carrot:hover {
  color: #ea3b24!important;
  background-color: #fff;
}

.fancy-button:hover {
  text-decoration: none;
  color: #ea3b24!important;	
  border: 2px solid #ea3b24;
}

.horizontal .icon {
    animation: horizontal 0.75s infinite linear alternate;
}

@keyframes horizontal{
    0% {
    margin-right: 0;
}
25% {
    margin-right: -4px;
}
50% {
    margin-right: 0;
}
75% {
    margin-right: -4px;
}
100% {
    margin-right: 0;
}
}

.short-cta-button{
    width: 21%;
    text-align: center;
    margin: auto;
}

.online-wrapper {
    width: 100%;
    background-image: url(../img/singapore-assignment-background-image.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(0 0 0 / 40%);
    background-blend-mode: soft-light;
}

.online-wrapper .title h2 {
    color: #ffffff;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    margin: 0 0 0px;
    text-align: center;
}

.online-wrapper .title h2.mdi-t::before {
    content: '';
    background-image: url(../img/g-border.png);
    background-repeat: no-repeat;
    width: 205px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.online-wrapper .dis p {
    color: #ffffff;
    line-height: 1.8;
    font-size: 1rem;;
}

.more-btn {
    margin-top: 1rem;
}

.online-wrapper .more-btn a {
    justify-content: center;
}
.more-btn a {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.online-wrapper .more-btn a:hover{
    text-decoration: underline;
    color: #ffffff;
}

.more-btn a:hover img {
    transform: translate(10px, 0px);
}

.more-btn a img {
    margin-left: 0.3rem;
    transition: all .5s ease-in-out;
}

.story-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;    
}

.story-wrapper .left-con .img-wrap {
  background: #ea3b24;
  padding: 1rem 0 0 0.5rem;
}

.story-wrapper .left-con .img-wrap img {
    width: 100%;
    transform: translate(1.5rem, 1rem);
    transition: all .5s ease-in-out;
}

.story-wrapper .right-con {
    padding-left: 3rem;
}

.story-wrapper .right-con h2 {
  margin: 0 0 10px;
  font-weight: 700;
  color: #ca2f10;
  line-height: normal;
  /* text-align: center; */
}


.story-wrapper .title h2.mdi-t::before {
  content: '';
  background-image: url(../img/g-border.png);
  background-repeat: no-repeat;
  width: 205px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  bottom: 323px;
  left: 20%;
  transform: translate(-50%, -50%);
}

.dis p {
    color: #353535;
    font-size: 1rem;
    line-height: 1.5;
}

.features-left h2 {
  margin: 0 0 10px;
  font-size: 30px;
  color: #ea3b24;
  line-height: normal;
}

.order-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    list-style: none;
}

.order-box ul li {
    width: 32%;
    margin-right: 1%;
    transition: all .5s ease-in-out;
    list-style-type: none;
}

.order-box ul li .contents {
    padding-top: 0.5rem;
    max-width: 160px;
    border-right: 1px solid #e3e3e3;
}

.order-box ul li:last-child .contents {
    border: none;
}

.order-box ul li .contents {
    padding-top: 0.5rem;
    max-width: 220px;
}

.order-box ul li .contents .title span {
    font-size: 22px;
    color: #001753;
    font-weight: 500;
}
.order-box ul li .contents .title p {
    font-size: 1rem;
    color: #353535;
}

.order-box ul li:hover {
    transform: translate(0, -10px);
}

.story-wrapper .fancy-button {
    position: relative;
    color: #fff;
    border: 1px solid;
    margin: 5px;
    text-decoration: none;
    display: block;
    outline: none;
    line-height: 100%;
    overflow: hidden;
    padding: 20px;
    font-weight: 700;
    border: 2px solid #ffffff;
    box-sizing: border-box;
}

.story-wrapper .fancy-button .icon {
    float: none;
}

.story-wrapper .carrot:hover {
  color: #ea3b24;
  background-color: #fff;
}

.story-wrapper .fancy-button:hover {
  text-decoration: none;
  border: 2px solid #ea3b24;
}

.story-wrapper .horizontal .icon {
    animation: horizontal 0.75s infinite linear alternate;
}

.story-wrapper .short-cta-button{
    width: 25%;
    text-align: center;
}

.content {
    padding: 0px 0;
}

.features {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: whitesmoke;
}

.features p{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.features p{
    font-size: 16px;
    margin-bottom: 30px;
}

.features .features-c {
  box-shadow: 0 5px 10px 0 #3b499e;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin: 5px 5px 5px 5px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #ffffff;
  padding: 10px;
  height: 82px;
}

.features .counter-title {
    font-size: 12px;
}

.features .elementor-counter-number{
    font-size: 20px;
}

.icon-box {
    margin: 3px 0px 0px -15px;
}

.icon-box .icon {
  background-color: #3b499e;
  fill: #ea3b24;
  color: #f5f5f5;
  border-radius: 50%;
  font-size: 30px;
  width: 40px;
  height: 40px;
}

.icon-box .icon i {
    margin: 10px 0px 0px 10px;
    font-size: 20px;
}

.cid-sail7DuNUe {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cid-sail7DuNUe .mbr-section-title {
    margin: 0;
}

.cid-sail7DuNUe .underline {
    margin-top: 0.5rem;
    margin-bottom: -0.5rem;
}

.cid-sail7DuNUe .underline .line {
  content: '';
    background-image: url(../img/g-border.png);
    background-repeat: no-repeat;
    width: 205px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cid-sail7DuNUe .mbr-section-subtitle {
    color: #232323;
    text-align: center;
    font-size: 18px;
}

.cid-sail7DuNUe .main-wrapper {
    padding: 3rem 0 0 0;
}

.cid-sail7DuNUe .icon-main {
    margin: 1rem 0;
    text-align: center;
    padding: 0;
    transition: all 0.3s ease-in-out 0s;
}

.cid-sail7DuNUe .process-icon{
  width: 100%;
    padding-bottom: 2rem;
}

.cid-sail7DuNUe .wrapper-without-before {
    position: relative;
    margin-bottom: 2rem;
}

.cid-sail7DuNUe .icon-container {
    display: inline-flex;
    position: relative;
}

.cid-sail7DuNUe .icon-container a {
    display: inherit;
    text-decoration: none;
}

.cid-sail7DuNUe .icon-wrapper {
    position: relative;
    z-index: 1;
    padding: 0.9em;
   height: 90%;
    margin: 0 auto;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 50%;
    font-size: 30px;
    color: #ffffff;
   
}

.mbri-idea:before {
    content: "\f27a";
    font-family: 'Font Awesome 5 Free';
}

.mbri-idea:before:hover {
    text-decoration: none;
}

.cid-sail7DuNUe .icon-number {
    text-align: center;
    height: 35px;
    width: 35px;
    margin: 0;
    line-height: 2.5em;
    top: -10px;
    right: 0px;
    position: absolute;
    display: inline-block;
    background-color: #ea3b24 !important;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 50%;
    color: #ffffff;
    z-index: 1;
}

.cid-sail7DuNUe .subicon-title {
    color: #000000;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 700;
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 18px;
}

.cid-sail7DuNUe .subicon-text {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 18px;
}

.cid-sail7DuNUe .icon-main:hover .icon-wrapper {
  background-color: #ea3b24 !important;
}

.cid-sail7DuNUe .icon-main:hover .icon-number {
  background-color: #3b499e !important;
  color: #ffffff !important;
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
  content: '';
  background-image: url(../img/g-border.png);
  background-repeat: no-repeat;
  width: 205px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(../img/singapore-assignment-testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

.FAQ{
  padding-top: 50px;
  padding-bottom: 50px;
}

.FAQ h2{
  padding-bottom: 20px;
}

.FAQ  .card-header .title {
  font-size: 17px;
  color: #000;
}
.FAQ  .card-header .accicon {
float: right;
font-size: 20px;  
width: 1.2em;
}
.FAQ .card-header{
cursor: pointer;
border-bottom: none;
}
.FAQ .card{
border: 1px solid #ddd;
}
.FAQ .card-body{
border-top: 1px solid #ddd;
}
.FAQ .card-header:not(.collapsed) .rotate-icon {
transform: rotate(180deg);
}

.FAQ .accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
  height: 70px;
}

.FAQ .card-body {
  border: 1px solid rgba(0,0,0,.125);
  background: #fff;
  padding: 1.25rem;
}

.col_white_amrc {
  color: #fff;
}

.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}

.mb10 {
  padding-bottom: 15px;
}

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 27px;
  height: 27px;
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 37px 0 20px -48px;
}

.heading {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}


.section-head {
  margin-bottom: 40px;
  margin-top: 20px;

}
.section-head h4 {
  position: relative;
  padding: 0;
  color: #f91942;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 6px;
}

.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}


.section-head h2 {
  position: relative;
  padding: 0;
  color: #f91942;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 6px;
}

.section-head h2 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}



p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color: #000000;
    font-size: 15px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item {
    background: #fff;
    text-align: center;
    padding: 10px 10px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    height: 343px;
}
.item:hover{
    background: #ea3b24;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 60px;
    margin-bottom:25px;
    color: #b6bf31;  
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}

.item .icon svg{
  font-size: 37px;
  height: 49px;
    width: 67px;
}

.item .feature_box_col_one{
    background: #d0f3ff;
    color: #3b499e;
}
.item .feature_box_col_two{
    background:#d0f3ff;
    color:#3b499e;
}
.item .feature_box_col_three{
    background:#d0f3ff;
    color:#3b499e;
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
    margin-top: 20px;
    font-weight: 700;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.speech-offer ul li{
    color: #11284f;
    line-height: 180%;
    letter-spacing: .02em;
}
.speech-offer ul li i {
  color: #ea3b24;
  margin-right: 20px;
}
.speech-offer{
  padding-top: 50px;
  padding-bottom: 50px;
}

.speech-offer .offer-image img{
  margin-top: 60px;
}

.speech-offer .short-cta-button {
    width: 30%!important;
    text-align: center;
    margin: inherit;
}

.information-container {
  background: #000000;
  background: -webkit-linear-gradient(45deg, #434343, #000000);
  background: linear-gradient(45deg, #434343, #000000);

  background-size: cover;
  padding: 60px 0;
}

.inner-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  overflow: hidden;
}

.section-title {
  text-align: center;
  color: #ddd;
  /* text-transform: uppercase; */
  font-size: 35px;
  font-weight: 700;
}

.border {
  width: 160px;
  height: 2px;
  background: #c0ca33;
  margin: 10px auto;
}



.service-box {
  max-width: 33.33%;
  padding: 10px;
  text-align: center;
  color: #ddd;
  cursor: pointer;
}

.service-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 3px solid #ea3b24;
  transform: rotate(45deg);
  margin-bottom: 30px;
  margin-top: 16px;
}

.service-icon i {
  line-height: 70px;
  transform: rotate(-45deg);
  font-size: 26px;
}

.service-box:hover .service-icon {
  background: #ea3b24;
  color: #ddd;
}

.service-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.description {
  font-size: 14px;
}

@media screen and (max-width:960px) {
  .service-box {
    max-width: 45%;
  }
}

@media screen and (max-width:768px) {
  .service-box {
    max-width: 50%;
  }
}

@media screen and (max-width:480px) {
  .service-box {
    max-width: 100%;
  }
}

.section-team {
	padding-top: 50px;
  padding-bottom: 50px;
}

.section-team .header-section {
	margin-bottom: 10px;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
	font-size: 16px;
    font-weight: 500;
    color: #c0ca33;
}

.section-team .header-section .title {
    font-weight: 700;
}

.section-team .single-person {
	margin-top: 30px;
	padding: 30px;
	background-color: #f6f9ff;
	border-radius: 5px;
}

.section-team .single-person:hover {
  background: linear-gradient(to right, #ea3b24, #b93d2d);
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 50px;
    border-radius: 50%;
    border: 4px dashed transparent;
    transition: padding .3s;
}

.section-team .single-person:hover .person-image {
	padding: 12px;
    border: 4px dashed #fff;
}

.section-team .single-person .person-image img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.section-team .single-person:hover .person-image img {
    height: 100%;
}

.section-team .single-person .person-image .icon {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #ea3b24, #ea3b24);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.section-team .single-person:hover .person-image .icon {
  background: none;
  background-color: #fff;
  color: #3b499e;
}

.section-team .single-person .person-info .full-name {
	margin-bottom: 10px;
	font-size: 28px;
    font-weight: 700;
}

.section-team .single-person .person-info .speciality {
  text-transform: uppercase;
  font-size: 14px;
  color: #3b499e;
  font-weight: 700;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
	color: #fff;
}

.section-team .single-person .person-image .icon i{
  margin-top: 18px;
}

.training {
  background-image: url(../img/training-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: -26px;
}

.training .training-text {
    position: relative;
    transform: translateY(-50%);
    right: 0;
    height: 332px;
    padding-right: 80px;
}

.training .training-text:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 165px!important;
    right: 95%;
    bottom: 0;
    border-bottom: 330px solid rgba(65,106,137,.8);
    border-left: 100px solid transparent;
}

.training .training-text:after {
    content: "";
    top: 166px;
    right: 0;
    bottom: 0;
    width: 95%;
    position: absolute;
    background-color: rgba(65,106,137,.8);
    height: 329px;
}

.training-text .training-info {
    position: relative;
    z-index: 1;
    top: 100%;
    transform: translateY(-50%);
    font-weight: 600!important;
}

.training-text .training-info p {
    color: #fff;
    margin-left: 60px!important;
    font-size: 16px;
    letter-spacing: 0;
}

.training-text .training-info span {
    color: #ffe000;
    margin-left: 60px;
    font-size: 16px;
    letter-spacing: 0;
}

.training-text .btn-training {
    float: right;
    height: 50px;
    padding: 0 25px;
    margin-top: 20px;
    background-color: #ea3b24;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 48px;
    border-radius: 0;
    margin-left: 60px;
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.training-text .btn-training:hover {
  background: #3b499e;
    color: #fff;
}

.training-text .training-info h2 {
  color: #ea3b24;
  margin-left: 60px;
  margin-bottom: 8px;
  margin-top: 25px;
  font-weight: 700;
}

.training-text .training-info p {
    color: #fff;
    margin-left: 60px!important;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0px 60px 5px!important;
    font-weight: 200;
}

.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  background-color: #ea3b24;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 10px 40px;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px!important;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: -25px;
  top: 6px;
  transition: 1s;
}
.faq-title {
  text-align: center;
  font-size: 17px;
  /* border-bottom: 2px dashed #000000; */
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #000000;
}

.faq .faq-list p {
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  text-align: justify;
}

.faq p{
  font-size: 16px;
}

.collapsed i.fas.fa-arrow-up {
    
}
.collapsed i.fas.fa-arrow-up {
    transform: rotate(180deg);
}

/*.faq .carrot {*/
/*    background-color: #ffffff;*/
/*}*/

.faq .fancy-button {
  color: #ea3b24;
  border: 2px solid #ea3b24;
}

.faq .fancy-button:hover {
    text-decoration: none;
    border: 2px solid #ffffff;
}

.faq .carrot:hover {
  color: #ffffff;
  background-color: #ea3b24;
}

.indigo.lighten-4 {
    background-color: #c5cae9!important;
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0.25rem;
}

.breadcrumb a{
  text-decoration: none;
}

.breadcrumb a:hover{
  font-weight: 700;
}

.breadcrumb-item {
    float: left;
}

.black-text{
    color: #000!important;
}

.bc-icons-2 .breadcrumb-item.active {
    color: #455a64;
}

.breadcrumb::after {
    display: block;
    clear: both;
    content: "";
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "";
}

.blog-sections .blog-card img{
 
}

.blog-sections .post_inner a{
  text-decoration: none;
}

.blog-sections .post_inner p {
    font-size: 16px;
    padding: 0px 10px 0px 10px;
}

.blog-sections h2 {
    margin: 12px;
    font-size: 24px;
    color: #000;
    text-align: left;
}

.blog-sections h2:hover{
    color:#ea3b24;
}


.blog-sections .blog-card .read-more{

}

.blog-sections .btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ea3b24;
}

.blog-sections .read-more {
  border: 2px solid #ea3b24;
  border-radius: 22px;
  font-size: 15px;
  margin: 0px 0px 15px 10px;
}

.blog-sections .color-orange {
    color: #000000;

}

.pagination {
    text-align: center!important;
    display: block!important;
    list-style: none;
    margin-bottom: 30px;
}

.pagination a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
    font-weight: 700;
}

.pagination a:hover:not(.active) {
  background-color: #3b499d;
    color: white;
}

.pagination a.active {
    background-color: #ea3b24;
    color: white;
    border: 1px solid #ea3b24;
}

.blog_sec {
    box-shadow: 0 0 12px 0.8px rgb(225 225 225 / 30%);
    border: 1px solid #cccccc47;
}

.blog-img img {
    width: 100%;
}

#st-1.st-animated{
  transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}

#st-1 .st-btn {
  transition: opacity 0.2s ease-in, top 0.2s ease-in;border-radius: 3px;
    border: solid 1px #ccc;
    cursor: pointer;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
}

#st-1 .st-btn[data-network='facebook'] {
    background-color: #fff;
    display: inline-block;
}

#st-1 .st-btn[data-network='twitter'] {
    background-color: #fff;
     display: inline-block;
}

#st-1 .st-btn[data-network='reddit'] {
    background-color: #fff;
    display: inline-block;
}

#st-1 .st-btn[data-network='whatsapp'] {
    background-color: #fff;
    display: inline-block;
}

#st-1 .st-btn[data-network='skype'] {
    background-color: #fff;
    display: inline-block;
}

#st-1 .st-btn[data-network='linkedin'] {
    background-color: #fff;
    display: inline-block;
}

#st-1 .st-btn[data-network='gmail'] {
    background-color: #fff;
    display: none;
}

#st-1 .st-btn > img {
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    top: 8px;
    vertical-align: top;
}

#st-1 .st-btn:hover {
    opacity: .8;
    top: -4px;
}

.blog-title h2 {
    font-size: 20px;
    font-weight: bold!important;
}

.blog-desc p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
    font-size: 16px;
}

.blog-desc a {
    color: #ea3b24;
    text-transform: capitalize;
    text-decoration: none;
}

.blog-desc h2{
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.blog-detail{
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-detail .card {
    margin-bottom: 30px;
    margin-top: 0px;
    border: 0;
    box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}

.blog-detail .card-header:first-child {
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.blog-detail .card-header {
    background-color: #3b499e;
    padding: 0px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.blog-detail .card-header h5 {
    font-weight: 600;
    margin: 0px;
    font-size: 16px;
    padding: 15px 10px;
    color: #fff;
}

.blog-detail .card-body {
    min-height: 1px;
    padding: 0.5rem;
    flex: 1 1 auto;
    border: 1px solid #ea3b24;
    border-top: 0px;
}

.blog-detail .list-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
}

.blog-detail .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.blog-detail .list-group-item:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.blog-detail .list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
    padding: 3px 1px;
}

.blog-detail .list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.list-group-flush .list-group-item p {
    text-align: inherit;
    font-size: 16px;
}

.style-1 del {
    text-decoration: none;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

.style-1 del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid #ea3b24;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate( -7deg );
}

.btn-align {
  border-radius: 30px;
  font-weight: 600;
  padding: 4px 10px;
  border: 0;
  text-transform: capitalize;
  background: #ea3b24;
}

.order_btn {
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    animation: shadow-pulse-big 1s infinite;
}

@keyframes shadow-pulse-big{
0% {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
}
100% {
    box-shadow: 0 0 0 4px #0c0b3933;
}
}

.btn-success:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.service-sidebar .special-offer {
    background: url(../img/singapore-assignment-help-discount-offer.webp) no-repeat center center/cover;
    position: relative;
    margin-top: 40px;
    padding: 55px 30px;
    z-index: 1;
}

.service-sidebar .special-offer:before {
  background: #ea3b24d6;
  opacity: .8;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}

.service-sidebar .special-offer .special-text p {
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-size: 16px;
    text-align: justify;
    text-align: center;
}

.service-sidebar .special-offer .special-text h2 {
    color: #fff;
    line-height: 50px;
    padding: 10px 0;
    font-size: 2rem;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight: 500;
}

.service-sidebar .special-offer .special-text .offer-btn-box {
    background: #ffffff;
    border: medium none;
    border-radius: 0;
    height: 48px;
    width: 180px;
    margin: 10px auto 0;
}

.service-sidebar .special-offer .special-text .offer-btn-box .offer-btn {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    line-height: 47px;
    text-transform: uppercase;
    text-decoration: none;
}

.blog-category .list-unstyled {
    padding-left: 15px;
    list-style: none;
}

.blog-category h6 {
    padding: 20px 0px 0px 14px;
}

.blog-category ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 0;
    color: #0f1934;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
}

.blog-category ul li::before {
  content: "\f061";
  font-family: FontAwesome;
  right: 0;
  top: 10px;
  position: absolute;
  color: #ea3b24;
  padding-right: 10px;
}

.blog-category ul li a{
  color: #000;
  text-decoration: none;
}

.blog-category ul li a:hover{
  color: #364392;
}

.service-sidebar{
  position: sticky;
    top: 80px;
    overflow: hidden;
     
}

.experts{
  padding-top: 50px;
  padding-bottom: 50px;
}

.con-title {
    text-align: center;
    margin-bottom: 40px;
}

.con-title h2 {
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 40px;
}

.con-title h2 span {
    font-size: 36px;
    font-weight: 700;
    color: #b6bf31;
    line-height: 40px;
}

.con-title p {
    font-size: 16px;
    color: #3f444a;
    font-weight: 300;
}

.feature-box .fbox-center {
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
}

.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #333;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
    margin-left: -47px;
}

.feature-box p{
  font-size: 16px;
    color: #636363;
    font-weight: 400;
    line-height: 24px;
}

.feature-box .fbox-icon img{
  width: 32%;
}

.fbox-icon{
  margin-left: 73px;
}

.ed-res-bg {
    background: url(../img/map.png) no-repeat center center #eeeff1;
}

.con-title {
    text-align: center;
    margin-bottom: 40px;
}

.con-title h2 {
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 40px;
    font-weight: 700;
}

.con-title h2 span {
  font-size: 36px;
  font-weight: 700;
  color: #ea3b24;
  line-height: 40px;
}

.con-title p {
    font-size: 16px;
    color: #3f444a;
    font-weight: 300;
    line-height: 24px;
}

.testimonial-1 {
    margin-top: 20px;
}

.boxed {
    position: relative;
    overflow: hidden;
    padding: 1.85714286em;
    margin-bottom: 30px;
    border-radius: 6px;
    background: #fff;
}

.testimonial-1 img {
    border-radius: 50%;
    border: 2px solid #eee;
    margin-bottom: 20px;
}

.testimonial-1 p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #636363;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
}

.testimonial-1 h5 {
    font-weight: 700;
}

.testimonial-1 h5 + span {
    font-style: italic;
    opacity: .8;
    font-size: 15px;
    color: #636363;
    font-weight: 400;
    line-height: 24px;
}

.experts-details .con-title{
  padding-top: 50px;
}

.pagin {
    text-align: center!important;
    display: block!important;
    list-style: none;
    margin-bottom: 50px;
    margin-top: 60px;
}

.writer-box {
    padding: 16px;
    border-radius: 10px;
    cursor: pointer;
    background: #fff;
    border: 1px solid transparent;
    position: relative;
    top: 0;
    transition: all .4s ease-in-out;
    width: 100%;
    display: inline-block;
}

.writer-box .writer-image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: all .4s ease-in-out;
}

.writer-box .writer-image {
  height: 250px;
}

.writer-box .writer-image img{
    border-radius: 10px;
    transition: all .4s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.writer-box .writer-detail{
  padding-top: 16px;
    position: relative;
}

.writer-box .writer-detail .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.writer-box .writer-detail .name a {
    color: #151515;
    transition: all .4s ease-in-out;
}

.writer-box .writer-detail .star {
    height: 18px;
}

.writer-box .writer-detail .star i {
  color: #ffc107;
}

.sub-detail {
    margin-top: 16px;
    margin-bottom: 8px;
}

.sub-detail li {
    margin-bottom: 8px;
    width: 50%;
    align-items: flex-start;
}

.slick-slide img {
    display: block;
}

.sub-detail li span {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
}

.btn.secondary-btn {
  background-color: #ea3b24;
  color: #f8f9fa;
}

.writer-box .btn {
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 0;
    width: 240px;
    border-radius: 6px !important;
    transition: all .3s ease-in-out;
    width: 100%;
}

.btn.secondary-btn:hover {
  background-color: #df3620;
  color: #fff;
}

.writer-box:hover {
  box-shadow: 0px 20px 40px rgb(38 56 77 / 20%);
  border-color: #ea3b24;
  top: -20px;
}

.orderServices{
  padding-top: 50px;
}

.orderServices:before {
    content: "";
    background-image: url(../img/papercuteffact.svg);
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    top: -80px;
    z-index: 0;
}

.orderServices .serviceRow {
    border-bottom: 1px solid #ddd;
}

.orderServices .serviceRow .service {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.orderServices .serviceRow .service .image {
    height: 60px;
}

.orderServices .service .name {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #12245a;
}

.orderServices .service .desc {
    font-size: 15px;
    line-height: 23px;
    color: #5f6368;
    padding: 0 10px;
}

.ourworks-box{
	width: 60%;
	justify-content: center;
	text-align: center;
}

.our-works-head {
    font-size: 40px;
    font-weight: 700;
    color: black;
}

.ourworks-box p {
    width: 100%;
    font-size: 16px;
}

.introduce{
	height: 250px;
	background-color:white;
	box-shadow: 0 3px 10px #5969f642;
	border-bottom: 4px solid #3b499e;
	color: black;
}

.introduce:hover{
	box-shadow: 0 3px 15px #5969f666;
	border-bottom: 4px solid #ea3b24;
	color: black;
	text-decoration: none;
}
.flex-column-1{
	height: 70%;
	width: 100%;
}

.flex-column-1 p {
    font-size: 16px;
    padding: 20px;
}

.flex-column-2{
	height: 30%;
	width: 100%;
	align-items:center;
}
.text-gray{
	color: gray;
}
.pic{
    height: 70px;
    width: 70px;
    margin-left: -40px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}
.expert-rating{
  margin-left: -23px;
}

.expert-rating i{
  color: darkgoldenrod;
}

.expert-works{
  margin-left: -23px;
}

.introduce:hover .pic{
	transform: scale(1.1);
}
.carousel-indicators .active{
	background-color: #ea3b24;
}
.carousel-indicators li{
	background-color: #c8e5ff;
}
.carousel-indicators{
	bottom: -50px;
}
.p1{
	background-image: url("http://lorempixel.com/150/150/nature");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.p2{
	background-image: url("http://lorempixel.com/150/150/people");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.p3{
	background-image: url("http://lorempixel.com/150/150/cats");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.information p {
    margin: -9px 0px 0px -24px;
}

.shop-item {
    display: block;
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 10px 20px;
    background-color: #fcfdfe;
    color: #535353;
    margin: 20px 0px 20px 0px;
    width: 100%;
    height: 75%;
}


.shop-item a{
  transition: .2s linear;
}

.shop-item img {
    transition: all .5s;

}

.nav-links{
    margin-top:30px;
}

.shop-item:hover{
  box-shadow: 0 0 15px rgb(0 0 0 / 6%);
  background-color: #f9fafb;
    color: #535353;
}

.shop-item:hover img {
    transform: scale(1.03);
}

.review-img{
    background-image: url(../img/singapore-assignment-help-review-banner.jpg);
    width: 100%;
    height: 500px;
    background-color: #191919;
    color: #fff;
    position: relative;
    border-bottom: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0 25px 0;
    z-index: 0;
    overflow: hidden;
}

.bg-grey {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-x: hidden;
}

.section-header {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 20px;
}

.section-header h2{
  font-weight: 700;
    color: #37404d;
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 2rem;
}

.section-header hr {
    width: 50px;
    margin-bottom: 1.5rem;
}

hr {
    border-top-color: rgba(83,83,83,.07);
    margin: 2rem auto;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.card-bordered {
    border: 1px solid #f1f2f3;
}

.card {
    border-radius: 0;
    transition: .5s;
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: #fff;
}

.card-hover-shadow:hover {
    box-shadow: 0 1px 35px rgb(0 0 0 / 7%);
}

.p-10 {
    padding: 10px!important;
}

.lh-12 {
    line-height: 1.2;
    font-size: 15px;
}

.mb-12 {
    margin-bottom: 12px!important;
}

.rating {
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0;
}

.rating label.active {
    color: #ffba00;
}

.rating label::before {
    margin-right: 5px;
    display: inline-block;
}

.rating label {
    color: #bab3b3;
    cursor: default;
    line-height: 10px;
}
.align-middle {
    vertical-align: middle!important;
}

.media {
    padding: 24px 0;
    transition: background-color .2s linear;
}

.media>* {
    margin: 0 8px;
}

.fs-14 {
    font-size: 14px!important;
} 

ul.f16 {
    max-width: 320px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.f16 .flag {
    padding-left: 24px;
}
.f16 .flag, .f32 .flag {
    width: auto;
    clear: right;
}
.f16 .au {
    background-position: 0 -544px;
}
.f16 .flag {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: text-top;
    line-height: 16px;
    background: url(../img/flags16.png) no-repeat;
}

.about_sec {
    width: 100%;
    margin: 0;
    padding: 40px 0;
}

.contentTitle h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #ea3b24;
    margin: 0 0 0px;
    position: relative;
    padding: 0 0 20px;
    display: inline-block;
}


.about_sec h3 {
  color: #ea3b24;
  font-size: 20px;
  font-weight: 700;
}

.about_sec p{
  font-size: 18px;
}

.order_form input, textarea, select{
    border: solid 1px #dddddd;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px;
    background: #eee;
    resize: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  
}

.order_form button#isValidOrder {
  border: none;
  background-color: #ea3b24;
  color: #fff;
  padding: 10px 60px;
}

.mt-lg-0 {
    margin-top: 0!important;
}

.side_ad img {
    height: 100%;
    width: 100%;
}

.side_ad{
  margin-top: 30px;
}

.innerBanner {
    background-image: url(../img/innerBanner.webp);
    background-size: cover;
    background-position: top;
    padding: 130px 0;
}

.innerBanner h1 {
    font-weight: 700;
    color: #000;
}

.innerBanner ol.breadcrumb {
    margin-left: 10px;
    float: left;
    background-color: transparent;
    padding: 0;
}

.innerBanner ol.breadcrumb li{
  color: #ea3b24;
    font-weight: 600;
    font-size: 17px;
}

.innerBanner ol.breadcrumb li a{
  color: #ea3b24;
    font-weight: 600;
    font-size: 17px;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #ea3b24;
    content: var(--bs-breadcrumb-divider, "/");
}

.card-head {
  background: #3b499e;
  padding: 10px 0;
  text-align: center;
  color: white;
  border-radius: 15px;
  box-shadow: 12px 12px 2px 1px #ffffff6b;
}

.card-head h2{
  text-align: center;
    font-weight: 600;
    margin-top: 0px;
}

.card-body {
    border: 1px solid rgba(0,0,0,.125);
    background: #fff;
    padding: 1.25rem;
}

.form-group {
    margin-bottom: 5px;
    margin-top: 5px;
}

.form-group .form-control {
    padding: 0px 4px;
    width: 100%;
}

.form-group .datepicker-here {
    padding: 2px 4px;
    width: 100%;
}

.form-group textarea.form-control {
    height: auto;
}

.form-group .select {
    padding: 0px 4px;
    margin-left: 17px;
    width: 90%;
}

.pull-right {
    float: right;
    margin-right: 20px;
}

.btn-light-blue {
  background-color: #ea3b24;
  color: #fff;
}

.submit_order_button .btn {
    font-size: .8rem;
    padding: 0.85rem 2.13rem;
    margin: 6px;
    border-radius: 2px;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    white-space: normal!important;
    cursor: pointer;
}

.btn-light-blue:hover {
  background-color: #374493!important;
  color: #fff;
}

.submit-form {
    font-size: 20px;
}

.home-left p{
  font-size: 16px;
}

#neonShadow{
  height:50px;
  width:100px;
  border:none;
  border-radius:50px;
  transition:0.3s;
  background-color: #ea3b24;
  animation: glow 1s infinite ;
  transition:0.5s;
}

#neonShadow a{
  text-decoration: none;
}

#neonShadow span{
    display: block;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-top: 15%;
    padding-right: 2.5%;
    margin-right: 0px;
    font-size: 16px;
    transition: 0.3s;
    opacity: 1;
    color: #fff;
    }
#neonShadow span:hover{
    transition: 0.3s;
    opacity: 1;
    font-weight: 700;
    color: #fff;
    }

#neonShadow:hover{
  transform:translateX(-20px)rotate(30deg);
  border-radius:5px;
  background-color:#c3bacc;
  transition:0.5s;
}

@keyframes glow{
0% {
    box-shadow: 5px 5px 20px rgb(234 59 36), -5px -5px 20px rgb(234 59 36);
}
50% {
    box-shadow: 5px 5px 20px rgb(255 255 255), -5px -5px 20px rgb(255 255 255);
}
100% {
    box-shadow: 5px 5px 20px rgb(59 73 158), -5px -5px 20px rgb(59 73 158);
}
}


/* navbar */

  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0; }
  .site-navbar-wrap a {
    color: #fff; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

  .site-navbar {
    margin-bottom: 0px;
    width: 100%;
    margin-top: 0px;
    background-color: #fff;
}
  .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 10px;
        color: rgb(0, 0, 0);
        font-size: 15px;
        font-weight: 600;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: rgb(255, 0, 0); }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: rgb(255, 0, 0); }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #fff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #ebeef0;
              color: #212529; }
          
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #ebeef0;
            color: #212529; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: rgb(255, 0, 0); }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1;
        z-index: 999;
      width: 290px; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 17px;
        z-index: 20;
        font-family: 'FontAwesome';
        content: "\f0dd";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

.sticky-wrapper {
  z-index: 100;
  width: 100%;
  height: 90px; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar ul li.active a {
      color: rgb(255, 0, 0); }
      .sticky-wrapper.is-sticky .site-navbar {
        background-color: #000000e0;
    }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 4px;
  }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 20px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
          padding: 10px 10px;
          color: rgb(255 255 255)!important;
          font-size: 15px;
      }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
        color: #fff; }
        .icon-menu:before {
          content: "\f0c9";
          font-family: 'FontAwesome';
      }

      .icon-close2:before {
        content: "\f00d";
        font-family: 'FontAwesome';
    }



/* Footer*/

.footer-1 {
  background: #000;
  padding: 25px 0 0;
}

.footer-1 span {
  color: #ea3b24;
  font-weight: 300;
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 32px;
}

.heading-line {
  margin-bottom:20px;
  position: relative;
  float: left;
  width: 100%;
}

.heading-line .short-line {
  width: 80px;
  /* animation: move-short 1.5s infinite linear; */
  display: inline-block;
  height: 2px;
  background-color: #d6cfcf;
  border-radius: 10px;
  position: relative;
  margin-right: 10px;
  transition: all .4s linear;
}

.heading-line .long-line {
  width: 0px;
  animation: move 1.5s infinite linear;
  display: inline-block;
  height: 2px;
  background-color: #d6cfcf;
  border-radius: 10px;
  position: relative;
  transition: all .4s linear;
}

@keyframes move-short{
  100% {
    width: 140px;
    margin-right: 0;
}
}

.footer-1 .list_nav li {
  color: #fff;
  margin-bottom: 10px;
}

.footer-1 .list_nav a {
  color: #fff;
  text-decoration: none;
}

.footer-1 ul li a:hover {
  color: #ea3b24;
}

.hr_footer {
  border-top: 1px solid #fff!important;
  display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.footer-p {
  color: #fff;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-align: justify;
}

ul.get_touch {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.get_touch li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.get_touch img {
  width: 25px;
  margin-right: 16px;
  float: left;
  vertical-align: middle;
}

.get_touch a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.get_touch span {
  /* float: left; */
  width: calc(100% - 50px);
  margin-bottom: 3px;
}

.rated p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px;
}

.rated p span {
  color: #ea3b24;
}

.rating-foot i {
  color: #cfb223;
}

.footer-1 i {
  margin-right: 3px;
}
.foot-left {
  background-color: #282e3a;
  font-size: 12px;
  line-height: 29px;
  color: #fff;
  width: 100%;
  font-weight: 300;
  text-align: center;
}

footer .footer-title {
  color: #fff;
  margin-top: 54px;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

footer .collapse:not(.show) {
  display: block;
}



.review-top {
  background: #ec2929;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  padding: 7px;
}

.user-meta {
  font-weight: 600;
}

.text-orange {
  color: #ec2929!important;
}

 .testimonial .rating {
  margin-top: 10px;
  color: #FF8200!important;
}

.nonesss {
  transition: all .2s cubic-bezier(.02,.54,.58,1);
  border-radius: 4px 4px 4px 4px;
}

.mega_info_box_2{
  padding: 14px 7px !important;
}

.mega_info_box_2 .mega-info-header {
  display: table-cell;
  padding-right: 14px!important;
  float: left;
}

.mega_info_box_2 i {
  text-align: center;
}

.mega_info_box_2 .mega-info-footer {
  display: table-cell;
  vertical-align: middle;
}

.listing h3.mega-info-title {
  display: none;
}

.mega_info_box_2 .mega-info-title {
  margin-bottom: 6px;
  margin-top: 0px;
  color: #444;
}

.mega_info_box_2 .mega-info-desc p {
  margin-bottom: 0px !important;
  line-height: 24px;
    font-size: 16px !important;
}

.media {
  display: flex;
  align-items: flex-start;
}

.live-chat {
  width: 50px;
  height: 50px;
}

.media-body {
  flex: 1;
}

.media-body a{
  text-decoration: none;
}

.features .short-cta-button {
  width: 75%;
  text-align: center;
  margin: auto;
}

/* dissertation_data */

.dissertation_data {
  width: 100%;
  padding: 0em 0;
  overflow: hidden;
}

.service_dissertation_item {
  width: 100%;
}

.service_info {
  padding: 2.1em 2em;
  background: #bcc3c947;
}

.service_info h5 {
  margin: 0;
  font-size: 30px;
  padding-bottom: 20px;
}

.service_dissertation_item img{
  height: 100%!important;
  width: 100%!important;
}

/* calltoactiondata */

.calltoactiondata {
  width: 100%;
  background: url(../img/singapore-assignment-call-to-action-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 3em 0;
  margin-bottom: 50px;
}

.calltoactiondata h4 {
  color: #000;
  font-size: 1.75rem;
}

.calltoactiondata img {
  position: absolute;
  width: 166px;
  bottom: -76px;
  left: 0;
  right: 0;
  margin: auto;
}

#hero-banner {
    padding: 20px 0;
    background-color: #ec2929;
}

.nofoundtemplate .not-founs-list li {
    float: left;
    font-size: 18px;
}

.nofoundtemplate .not-founs-list li a {
    color: white;
    display: block;
    text-align: left;
    margin: 5px;
    border: 1px solid white;
    padding: 6px;
    border-radius: 10px;
    text-decoration: none;
}

.error-btn {
    background: #3b499e;
    color: #fff;
    min-width: 90px;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.error-btn:hover {
    background: #000;
    color: #fff!important;
}

input[type=search] {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    padding: 6px;
    width: 79%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

button[type=submit] {
    background: #3b499e;
    color: white;
    border: initial;
    border-radius: 0px;
    /* height: 41px; */
    padding: 5px 15px;
    font-size: 18px;
}

.item:hover h3, .item:hover p {
    color: #fff;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    font-weight: 700;
}


 
#slideout { background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(3,38,123,1) 0%, rgba(201,19,48,1) 100%); display:block;
    border-radius:9px;  -moz-border-radius:8px; -webkit-border-radius:8px; padding: 0px 15px; width:700px; position:fixed; bottom:-300px; left: 26%;z-index:555555; height:260px;}
#slideout .discount-box{color: white;  line-height: 65px; font-weight: 600;}
#slideout .discount-box .upto{font-size:30px}   
#slideout .discount-box .count{font-size:90px; display:flex}   
#slideout .discount-box .count .percent{font-size:70px}   
#slideout .discount-box .dis{font-size:35px}   
#slideout .col-md-8{border-left:5px solid white}
#slideout .slidepout-feature{font-size: 22px;text-align: center; color: white; font-weight: 600;}
#slideout .feature{font-size:14px; margin-bottom:20px;}
#slideout .feature i {background-color: #ffffff;margin-right: 5px;border-radius: 2px;height: 28px;color: #002279;width: 28px;text-align: center;line-height: 28px;}
#slideout .slideout-btn{background-color: #ffff; color: #000;  padding: 5px 25px;  font-size: 18px;  font-weight: 600;display: inline-block;    box-shadow: initial;    border-radius: 3px;}
#slideout .slideout-btn:hover{background-color: #000; color: #ffff;}
#slideout  svg{position:absolute; bottom:0; left:0;}
 #cross{color:#555;font-size:10px;font-weight:bold;height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    border-radius: 50%;
    right: -15px;
    top: -10px;
    background-color: #c8102e;
    position: absolute;
    font-size: 14px;
    cursor: pointer;
    opacity: 1;
    z-index: 66;
    box-shadow: 0 0 17px 8px rgba(0 0 0 / 12%);
    
 }
 












