
body {
    font-family: "Poppins", sans-serif;
    /* line-height: 1.7 !important; */
    color: #000;
    scroll-behavior: smooth;
}
#news-slider{
    margin-top: 80px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    padding: 0px;
    margin: 10px;
    background: #0064ab;
    color: #666;
}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst {    left: 0;
    width: 40px;
    padding: 4px 15px;
    height: 40px;
    font-weight: 600;
    font-size: 23px; }
.MultiCarousel .rightLst {
    right: 0;
    width: 40px;
    padding: 4px 15px;
    height: 40px;
    font-weight: 600;
    font-size: 23px;
}
    .pad15 a{color:#fff;}
    .pad15 a:hover{color:#fff;}
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
.home-form {
    background: #ffffff;
    padding: 20px 20px;
    position: relative;
    border-radius: 5px;
    width: 90%;
    top: 10px;
    float: right;
    margin-top: -40px;
    box-shadow: 0px 0px 16px 26px #2b2b2b21;
}
.home-form select {
    width: 100%;
    height: 45px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #b9b9b9;
    margin-top: 17px;
}
.home-form input {
    width: 100%;
    height: 45px;
    padding: 6px;
    border-radius: 3px;
    border: 1px solid #b9b9b9;
    margin-top: 17px;
}
.link-home-page ul{
    list-style: none;
    margin-top: 15px;
}
.link-home-page li:hover {
    box-shadow: 0px 0px 0px -2px;
    /* background: cyan; */
    /* color: #fff; */
}
.link-home-page li {
    margin-top: 10px;
    padding: 4px 7px;
    border-radius: 6px;
    font-size: 14px;
}
.link-home-page {
    margin-top: 30px;
    border-left: 1px dotted;
}
.link-home-page li{margin-top:10px;}
.link-home-page i{margin-right:10px;}

            .containercall {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 59%);
    z-index:99;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.popup-boxcall h2 {
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 600!important;
    color: #113f60;
}
.button-call-back {
    /* display: inline-block; */
    -webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
    border-radius: 10px 10px 0px 0px;
    background: #0064ab;
    padding: 7px 12px;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    /* text-transform: uppercase; */
    position: fixed;
    color: #ded3d3;
    right: -41px;
    rotate: 270deg;
    margin: 0px;
    top: 50%;
    font-family: "Poppins", sans-serif;
}

.button-call-back:hover {
  opacity: 1.75;
  cursor:pointer;
  color:#fff;
}
.popup-boxcall {
    width: 60%;
    padding: 40px 65px;
    transform: translate(-50%, -50%) scale(0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 65%);
    border-radius: 10px;
    background: #ffffff;
    text-align: center;
    font-family: "Open Sans";
    line-height: 200%;
}
.close-buttoncall {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 15px;
    font-size: 50px;
    padding: 7px;
    right: 15px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 50%;
    background: #7b78ff;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.close-buttoncall:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(400deg);
}
.show-container-call {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 1.25s 0s, transform 1.25s;
}
.popup-boxcall input {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    padding: 10px 17px;
    border-radius: 10px;
    height: 75px;
    margin-top: 25px;
}
.popup-boxcall textarea {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    padding: 10px 17px;
    border-radius: 10px;
    height:200px;
    margin-top: 20px;
}
.popup-boxcall button {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    padding: 10px 30px;
    border-radius: 10px;
    height: 80px;
    margin-top: 25px;
    background:#0064ab;
    color: #fff;
    border: none;
}
.home-form button:hover {
    color: #fff;
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn {
    color: #212529;
    margin-top: 10px;
    text-decoration: none;
}
.home-form h2 {
    padding: 0px;
    font-size: 25px!important;
    font-weight: 600;
    color: #333;
    text-align: center;
}


.contant-orderr-list li {
    list-style: disc!important;
    margin-left: -10px;
}   
.spss-table-contant {
    border: 1px solid #949494;
    width: fit-content;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 10px 0px 20px 0px;
    box-shadow: 0px 8px 14px #e2e2e2;
}
.spss-table-contant li {
    margin-top: 10px;
    list-style: auto;
    margin-left: 15px;
}
.spss-table-contant a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin: 15px 0px;
}
#stickyform {
  margin-left:0px;
  border-radius: 10px;
  transition: box-shadow 0.5s;
  width: 350px;
  background:#fff;
  z-index:1;
}


.lock {
  margin-top:-193px;
  position: fixed;
}

.bottomrelease {
  position: absolute;
  top: 2600px;
  display: block;
}
.blog_recent_post h5{font-size:13px!important;}
.sidebar-form15 {
    background: url(../img/ssad.jpg)no-repeat;
    padding: 27px 16px;
    height: 169px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: -10px;
}
.sidebar-form h4 {
    padding: 0px 0px;
    color: #fff;
    font-size: 20px!important;
    font-weight: 700!important;
}
.blog-star-icon i {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 11px;
    color: #006db2!important;
}
.sidebar-form form{
    padding:15px;
}
.sidebar-form {
    box-shadow: 0px 0px 11px -3px;
}
.sidebar-form input{
    padding: 10px;
    margin-top: 10px;
}
.sidebar-form textarea{
    padding: 10px;
    margin-top: 10px;
}
.sidebar-form button{
    background: #036bb3;
    padding: 8px;
    color: #ffff;
    border: none;
    border-radius:10px;
    width: 100%;
    margin-top: 17px;
}
.star-bg {
    background: #ececec;
    width: 100%;
    margin-top: 20px;
    box-shadow: 4px 5px 8px -2px #cfc3c3;
}
.blog-count {
    font-size: 20px;
    font-weight: 600!important;
    color:#333!important;
}

.blog-star-count h3 {
    font-size: 15px;
    margin-top: 5px;
    color:#333!important;
}
.topclick {
    bottom: right;
    right: 30px;
    padding: 1px 11px;
    font-size: 25px;
    bottom: 60px;
    background: #036bb3;
    position: fixed;
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: none;
}
.faq-boxes1:hover{
    box-shadow: 0px 0px 0px 0px;
    border-radius: 0px 0px 10px 10px;
}
.faq-boxes1{
    box-shadow: 0px 5px 16px -6px;
    border-radius: 0px 0px 10px 10px;
}
.faq-boxes1 h6 {
    padding: 14px;
    border: 1px solid #f2f2f2;
    height: 350px!important;
    font-weight: 400!important;
    line-height: 28px;
    margin-top:-8px;
}
.faq-boxes h6 {
    background: #0064ab;
    padding: 10px;
    box-shadow: 1px 1px 1px 1px;
    font-size: 15px!important;
    text-align: center!important;
    color: #fff;
    height: 66px;
    margin-top: 10px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
:root {
    --blue-color: #036bb3;
    --red-color: #8a0010;
    --gray-color: #fafafa;
    --box-shadow: 0 4px 10px 0 rgb(109 112 115 / 15%);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #000;
}
.offer_strip_nwe {
    background: #e9f4e6;
    padding: 0px 0px;
    min-height: 35px;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 0px;
}
.offer_strip_nwe button.close {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 5%;
    font-size: 35px;
    font-weight: 300;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #2c2c2c;
    opacity: 0.5;
}
.offer_strip_nwe .offr_strp {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    justify-content: center;
    align-items: center;
}
.offer_strip_nwe .offr_strp p {
    margin-bottom: 0px;
    text-align: center;
    font-size: 12px!important;
    color: #fff;
}
.spss-table{width:100%;}

.spss-table tr{border: 1px solid #fff;}
.spss-table td {
    padding: 15px 10px;
    background: #036bb3;
    border: 1px solid #fff;
    color: #fff;
    border-color: #fff;
    font-family: 'Raleway', sans-serif;
}
.accordion-button:not(.collapsed):after {

    transform: rotate(-180deg);
    background: none;
}
img {
    max-width: 100%;
}
::marker {
    color: var(--blue-color);
}
.border-blue
{
    border: 2px solid var(--blue-color)!important;
}
.display-6 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color:#333;
}
.amazing-testimonials h3{
    font-size: 18px;
    margin-top: 10px;
}
.amazing-testimonials i{
    margin-top: 10px;
}
.amazing-testimonials{
    padding: 23px 18px 0px 18px;
    margin-top: 15px;
}
.testimonials-button button{
    margin-bottom: 15px;
    margin-top: -10px;
    background: #3575ce;
    border: none;
    color: #f7f7f7;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 50px;
}
.accordion-button:before{background:none;}
.accordion-button:after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: '\f0d7';
    font-family: 'Font Awesome 6 Free';
    /* background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234f4f4f'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E); */
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    background:none;
}


<!---Modul---->


.modal-content {
    border-radius: 0!important;
    padding: 0 20px 40px!important;
    border: 3px solid #373737!important;
    background: url(https://www.dissertationhomework.com/img/banner.jpg) no-repeat!important;
    background-size: cover!important;
}
.modal-content {
    position: relative!important;
    display: flex!important;
    flex-direction: column!important;
    width: 100%!important;
    pointer-events: auto!important;
    background: url(https://www.dissertationhomework.com/img/banner.jpg) no-repeat!important;
    background-clip: padding-box!important;
    border: 1px solid rgba(0,0,0,.2)!important;
    border-radius: 0.3rem!important;
    outline: 0!important;
}
.modal-header {
    display: flex!important;
    align-items: flex-start!important;
    justify-content: space-between!important;
    padding: 1rem!important;
    border-bottom: 1px solid #dee2e6!important;
    border-top-left-radius: calc(0.3rem - 1px)!important;
    border-top-right-radius: calc(0.3rem - 1px)!important;
}
.__assistance-btn1 img{
    width: 59px;
    margin-left: -40px;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: #00000091;
}
.modal-body {
    position: relative!important;
    flex: 1 1 auto!important;
    padding: 0px 20px 30px!important;
}
.__wait-img {
    width: 92px!important;
    height: 90px!important;
}
.modal-body h2 {
    font-size: 36px!important;
    font-weight: 900!important;
    color: #0064ab!important;
    text-transform: uppercase;
}
.modal-body h3 {
    font-weight: 700!important;
    font-size: 24px!important;
    padding: 9px 0px;
}
.modal-body h4 {
    font-weight: 600!important;
    font-size: 22px!important;
    
}
.__popup-elements-sprite{
    background-position: -103px 1px!important;
}
.__popup-elements-sprite {
    width: 30px!important;
    height: 40px!important;
}
.__assistance-btn {
    background-color: #256d0f!important;
    display: inline-block!important;
    color: #fff!important;
    padding: 8px 30px!important;
    border: none!important;
    box-shadow: 2px 2px 2px #9a9a9a!important;
    cursor: pointer!important;
    transition: all .2s ease-in-out!important;
    text-decoration: none!important;
    font-size: 16px!important;
    text-transform: capitalize!important;
    border-radius: 2px!important;
    text-align: center!important;
    text-transform: uppercase!important;
    margin-top:10px!important;
}
.__assistance-btn1 {
    display: inline-block!important;
    color: #333!important;
    padding: 8px 30px!important;
    border: none!important;
    font-weight:600!important;
    cursor: pointer!important;
    margin-top:0px!important;
    transition: all .2s ease-in-out!important;
    text-decoration: none!important;
    font-size: 16px!important;
    text-transform: capitalize!important;
    border-radius: 2px!important;
    text-align: center!important;
    text-transform: uppercase!important;
}
.__popup-elements-sprite-5{width:35px!important; height:35px!important;margin-top:10px;}

.modal-header1 .close {
    padding: 1rem!important;
    margin: -1rem 0rem -2rem auto!important;
}
 button.close {
    padding: 10!important;
    background-color: transparent!important;
    border: 0!important;
    float:right!important;
}
.close {
    color: #b9b9b9!important;
    font-size: 40px!important;
}

.Professional li {
    color: #161515;
    padding: 9px 0px;
    margin-left: -30px;
    margin-top: 2px;
    width: 110%;
    background: #fff;
    list-style:none;
}

.Professional li:nth-child(2){
    color: #161515;
    padding: 9px 0px;
    margin-left: -30px;
    margin-top: 2px;
    width: 110%;
    background: #d9d9d9;
    list-style:none;
}
.Professional li:nth-child(4){
    color: #161515;
    padding: 9px 0px;
    margin-left: -30px;
    margin-top: 2px;
    width: 110%;
    background: #d9d9d9;
    list-style:none;
}
.Professional li:nth-child(6){
    color: #161515;
    padding: 9px 0px;
    margin-left: -30px;
    margin-top: 2px;
    width: 110%;
    background: #d9d9d9;
    list-style:none;
}
.Professional a{color:#fff}
.Professional button {
    width: 90%;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
    padding: 7px;
    color: #fff;
    background: #036bb3;
    font-weight: 700;
    font-size: 18px;
    margin-left: 18px;
}
.Professional img{
    margin-right: 15px;
    margin-left: 15px;
}
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
    display: none;
    padding: 55px 0px 30px;
    text-align: center;
    width: 100%;
    margin: auto;
}
.Professional {
    background: #ffffff;
    margin-top: 0px;
    margin-left: -24px;
    padding: 20px 0px;
    height: 454px;
}
.Professional p{
    color: #333;
    text-align: center!important;
    margin-top: 25px!important;
    margin-bottom: -15px!important;
}
.Professional h2 {
    font-size: 24px;
    font-weight: 600!important;
    color: #333;
    text-align: center;
    margin-top: -10px;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.ms-content img {
    width: 16%;
    border: 2px solid #2467b7;
    margin-left: 38px;
}
.huc-heading {
    width: 100%;
    margin-bottom: 20px;
}
.huc-wraper {
    background-color: #e2e2e2;
    color: #333;
    margin-top:20px;
}
.huc-slide img {
    max-width: 100%;
    height: 75px;
    width: 150px;
    border: 4px solid #f76544;
}
#exampleSlider .MS-content {
    margin: 15px 5%;
    overflow: hidden;
    white-space: nowrap;
}
#exampleSlider .MS-content .item {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 20%;
}
/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 5px;
    background: #036bb3;
}
.home-univercity-section {
    width: 100%;
    display: block;
    padding: 30px 0px;
}

.af-icon1 p {
    text-align: center!important;
    line-height: 24px;
    margin-top: 15px!important;
    font-size: 18px!important;
}
.af-icon1 button{
    width: 20%;
    border: none;
    padding: 13px;
    margin-top: 10px;
    background: #036bb3;
    border-radius: 10px;
    color: #fff;
} 

.af-icon p {
    text-align: center!important;
    line-height: 24px;
    margin-top: 15px!important;
    font-size: 19px!important;
    font-weight:500px!important;
}
.af-icon button{
    width: 20%;
    border: none;
    padding: 13px;
    margin-top: 10px;
    background: #036bb3;
    border-radius: 10px;
    color: #fff;
}
.af-icon img {
    background: #036bb3;
    width: 80px;
    padding: 10px;
    border-radius: 20px;
    height: 80px;
}
.bg-black{background:#333;}
.af-icon:hover {
    box-shadow: 0px 0px 15px rgba(3, 107, 179, 0.12);
    padding: 8px;
}
.af-icon1 a{color:#fff;}
/* The dots/bullets/indicators */
.ru-icon {
    padding: 0px;
    border-top: 1px solid #cccccc;
    padding-bottom: 23px;
}
.ru-icon h2{
    margin: 30px 0px 20px 0px;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */


/* Add an italic font style to all quotes */
q {font-size:18px;}

/* Add a blue color to the author */
.author {
    color: #000;
    text-align: center!important;
    font-weight: 600;
}


h3,
.card-title.mt-2,
.jumbotron.heading_content span,.jamborthan_item,.fa-circle-info,.box_content h2 {
    font-size: 22px;
    font-weight:800!important;
} 
.group-btns
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
h2 {
    font-weight: 600 !important;
}
h4 {
    font-size: 20px !important;
}

h5,
footer span {
    font-size: 18px !important;
}
.pera-home{color: #505050!important;}
.slider_paragraph1 {text-align:center!important;}
p, ul, th, td, ol {
    margin: 0 !important;
    font-size: 15px !important;
    text-align: justify !important;
    font-family: 'roboto', sans-serif !important;
    line-height: 27px;
}
.header-contact-p i{
    background: #5ac110;
    padding: 6px;
    border-radius: 50%;
}
 .crs_btn{
    background: #00b245e6;
    padding: 6px;
    border-radius: 10px;
}
.crs_btn a:hover{color:#fff;}
.header-contact-p{color:#fff;}
.unorder-list15 li {
    font-size: 20px;
    padding: 15px 0px 2px 0px;
    color:#333;
}
.bg-blue {
    background-color: var(--blue-color) !important;
    height: fit-content;
}
.bg-gray {
    background-color: #f1f1f1 !important;
    border-radius: 10px;
}
.bg-red {
    background-color: var(--red-color) !important;
}
.text-red {
    color:#0037ff !important;
}
.text-blue {
    color: var(--blue-color) !important;
}
.hover:hover {
    background-color: var(--blue-color) !important;
    color: #fff;
}
.hover:hover .pera-home {
    color:#fff!important;
}
.hover:hover .btn.btn-sm {
    background-color: #fff;
    color: var(--blue-color);
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.box-shadow {
    box-shadow: var(--box-shadow);
}
.fw-extrabold {
    font-weight: 800 !important;
}




.btn {
    background-color: var(--blue-color);
    padding: 16px 26px;
    font-size: 16px;
    color: #fff;
    box-shadow: none;
    border-radius: 4px;
    display: inline-block;
    text-transform: capitalize;
    border: none;
    outline: none;
}
.active_item{
    color: var(--blue-color)!important;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    color: #fff;
    box-shadow: none;
}
.default-btn {
    padding: 16px;
    border: 1px solid #000;
    color: #000;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}
.list-group-item:hover {
    background-color: #f5f5f5;
}
.btn.btn-sm {
    padding: 12px 16px;
}
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500 !important;
}

/* nav css */
header {
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 0.16) !important;
}
.sticky {
    position: sticky !important;
    top: 0;
    background-color: #fff;
    z-index: 3;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 0.16) !important;
}

.navbar ul li ul {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    min-width: 14rem;
    border-radius: 0;
}
.dropdown-menu > li:last-child,
.dropdown-menu > li:last-child .dropdown-item,
.dropdown-menu > li:first-child,
.dropdown-menu > li:first-child .dropdown-item {
    border-radius: 0;
}
.dropdown-item:hover,
.sticky .dropdown-item:hover {
    background-color: var(--blue-color);
    color: #fff !important;
}
.dropdown-item {
    padding: 13px 1rem;
    font-size: 15px !important;
}
.navbar ul li.nav-item.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
}
.printbtn 
{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.navbar-brand img {
    margin-right: 0.25rem;
    width: 220px;
}
/* slider */
.text-justify {
    text-align: justify;
}
.slider .item,.dissertation {
    background-size: cover !important;
    height: 700px;
    background-position: center!important;
}
.dissertation .center,
.dissertation {
    height: 500px !important;
}
.center {
    align-items: center !important;
    height: 700px !important;
}
/* resource */
.resource img {
    margin-top: 15px;
    max-width: 120px;
    margin-left: 15px;
}
.category_item {
    font-size: 13px;
}
/* services page  */

.step_by_step ol li:last-child {
    padding: 0 !important;
}
/* 
.blog_content img {
    height: 200px;
    object-fit: cover;
} */
.blog_content h3{
    font-size: 20px;
}
.step_by_step ol {
    list-style: none;
    counter-reset: section;
    padding: 0;
}
.step_by_step ol li::before {
    width: 64px;
    height: 64px;
    background: var(--blue-color);
    line-height: 64px;
    text-align: center;
    position: absolute;
    font-size: 30px;
    border-radius: 50%;
    counter-increment: section;
    content: counters(section, ".") " ";
    font-weight: 600;
    color: #fff;
}

.step_by_step ol li::after {
    content: "";
    height: 100%;
    background: var(--blue-color);
    width: 4px;
    display: block;
    position: absolute;
    left: 30px;
    top: 0;
    z-index: -1;
}
.step_by_step .row {
    box-shadow: var(--box-shadow);
    margin-left: 11%;
    /* padding: 40px; */
}
.step_by_step ol li {
    position: relative;
    padding-bottom: 48px;
}
.reference .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}
.reference .list-group-item i {
    color: #1266f1;
}

.pagination .page-link {
    border: 1px solid #e0e0e0;
}
.badge {
    background-color: var(--red-color) !important;
    float: right;
}
button {
    outline: none;
}

footer p,
footer a {
    font-size: 15px !important;
}
.copyright {
    font-size: 13px !important;
}
.list-group li a {
    width: 100%;
    display: block;
    text-align: left;
}
.academic{margin:40px 0px 20px;}
footer span{
    display: block;
}
.card-body15 {
    padding: 14px 40px;
}
.applyinfo-btn i {
    position: fixed;
    left: 40px;
    bottom: 60px;
    background-color: #25d366;
    width: 70px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    z-index: 4;
    height: 70px;
    line-height: 70px;
}

.applyinfo-btn:hover {
    color: #fff;
}

/* custom csss */
.dissertation_content span strong, .slider.dissertation h1, .slider.dissertation h2 {
    font-size: 32px !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
}
.slider_paragraph, .faq_right p {
    font-size: 18px !important;
    padding-top: 10px;
}

.center-sm {
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter:hover {
    background: #065891;
}
/* .mb-3 {
    display: block !important;
} */
.accordion-button,
.accordion-body {
    padding: 16px !important;
}
footer .follow_us a {
    text-align: center;
    height: 48px;
    width: 48px;
    border: 2px solid;
    display: inline-block;
    font-size: 20px!important;
    border-radius: 50%;
}
footer .follow_us a i{
    line-height: 45px;

}
.img-country span {
    display: block;
    font-size: 12px;
    margin-top: 8px;
}
.img-country {
    background: #cccccc;
    padding: 16px;
    text-align: center;
}
.order-now .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
        color:  #000;
    border: 2px solid var(--blue-color);
}
.order-now .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
    background-color: transparent;
}
.order-now .nav-tabs .nav-link
{
    padding: 0;
    text-transform: capitalize;
}
.order-now .form-outline .form-control
{

    background-color: #fff;
}
.order-now .form-outline .form-control~.form-label
{
    z-index: 3!important;
}
 .form-outline .form-control~.form-label
{
    top: 3px!important;
}
 .form-outline .form-control
{
    padding: 10px .75em;
}
 .form-outline .form-control.active~.form-label, .form-outline .form-control:focus~.form-label {
    transform: translateY(-1rem) translateY(-3px) scale(.8)!important;
}
.jamborthan_form .form-outline .form-control ~ .form-notch div {
    border: 1px solid #fff;
}
.jamborthan_form .form-outline .form-control ~ .form-notch .form-notch-middle {
    border-left: none;
    border-right: none;
}
.jamborthan_form .form-outline .form-control ~ .form-notch .form-notch-trailing {
    border-left: none !important;
}
.jamborthan_form .form-outline .form-control ~ .form-notch .form-notch-leading {
    border-right: none !important;
}
.jamborthan_form .form-outline .form-control ~ .form-label, .eassy_page .form-outline .form-control {
    color: #fff !important;
    font-weight: 500;
}
.jamborthan_form .form-outline .form-control:focus ~ .form-notch .form-notch-leading
{
    border-top: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    border-left: 0.125rem solid #fff;
}
.jamborthan_form .form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
    border-top: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
}
.jamborthan_form .form-outline .form-control:focus~.form-notch .form-notch-middle
{
       border-bottom: 0.125rem solid #fff;
    border-top: 1px solid transparent;
}
.modal-body .social-media-icon a  {
    font-size: 18px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 8px;
}
.social-border:before {
    content: '';
    position: absolute;
    right: 4px;
    width: 43%;
    margin: 16px;
    height: 1px;
    background: #bdbdbd;
}
.social-border::after {
    content: '';
    position: absolute;
    left: 4px;
    width: 43%;
    margin: 16px;
    height: 1px;
    background: #bdbdbd;
}
.dashboard-design .dashboard_user
{
    outline: 1px solid #ccc;
}
.dashboard-design .dashboard_user .nav-link.active {
    background: var(--blue-color);
    color: #fff;
    border: 1px solid var(--blue-color);
}.dashboard-design .dashboard_user .nav-link {
    background: #f5f5f5;
    font-size: 15px;
    border: 1px solid #ccc;
}
.banner_dashboard p,.banner_dashboard .btn
{
    font-size: 14px!important;
}
.blog_recent_post img {
    object-fit: cover;
}
.social_media_icon ul li a {
    width: 40px;
    height: 40px;
    background: #f7f7f7;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #9e9e9e;
}
.social_media_icon ul li a:hover{
    background-color: var(--blue-color);
    color: #fff;
}
.our-comment {
    position: relative;
}
.blog-comment1 img {
    position: absolute;
    left: -20px;
    max-width: 50px;
    top: 3px;
}



.aboutus img {
    width: 100%; 
    height: 100%;
}

.accordion-header button{
    background: #036bb3 !important;
    color: #fff !important;
}

.head-whatsapp i{
    color: #ffffff;
    background: #25d366;
    width: 30px;
    height: 30px;
    padding: 3px; 
    line-height: 24px;
    border-radius: 50px;
    text-align: center;
}

.footer-hr{
    margin-top: 20px;
}
.whatsapp-button-header a button{
    width: 158px;
    padding: 10px;
    margin-left: 14px;
    background: #25d366;
    color: white;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 1px 12px -3px #545454;
}
.whatsapp-button-header button i{
    font-size: 20px;
    margin-left: 3px;
}

.footer-p-disclaimer{
    padding: 0px!important;
}
.card-border-px{
    outline: 1px solid #036bb3;
}

.card-border-px {
    outline: 1px solid #036bb3;
    width: 100%;
}
.footer-color{
    color: #fff;
}

.footer-what-icon{
    /*color: #3ac500!important;*/
    font-size: 18px!important
}
.topbar{
    background:#0064ab!important;
}
.counter-color{
    color: #fff;
}
.navbar-nav{
    font-size: 16px;
}
.header-logo{
    width: 100%; 
    height: 100%;
}
.ul-bullets{
    list-style-type: circle;
}
.footer-padding{
    padding-top: 3rem!important;
    padding-bottom: 1rem!important;
}
.slide-image{
    background: url('https://www.dissertationhomework.com/img/slider0333.jpg') no-repeat center; 
    background-size: cover;
}
.slide-h3-design {
    text-align: center;
    margin-top: 5px;
    margin-bottom: -43px;
    padding-top: 20px;
    font-size: 23px;
    font-weight: 600!important;
}
.text-reset-a{
    margin-top:20px;
}
.error-button {
    text-align: center;
}


#tim {
    width: 80%;
    margin: auto;
    /* text-align: center; */
    display: flex;
}

/*error-page*/
.error-page {
    text-align: center;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /*transform: translate(0px, 50px);*/
    padding: 20px 0;
}
.error-page-content h1{
    font-size: 36px;
    color: #23272a;
}
.error-button{
    margin-top: 30px;
}

.error-page-img img {
    width: 50%;
}

.error-page-content p {
    text-align: center !important;
    font-size: 26px !important;
    margin-top: 30px !important;
}


.tools-img {
    width: 85px;
    height: 77px;
}

.open-image-1 {
    width: 80px;
    height: 80px;
}
.open-image {
    width: 50px;
    height: 30px;
}
.uni-img {
    width: 195px;
    height: 97px;
}
.wht-img-size {
    width: 56px;
    height: 50px;
}

.slide-show-color {
    background: #f1f1f1;
    padding: 2px;
}
.my-slide-width q{
    max-width 80% !important:
    margin: auto !important;
}

    