/*
CTC Separate Stylesheet
Updated: 2023-06-08 11:59:51
*/
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
ul.wpb_page_list {
    list-style: none;
    list-style-type: none;
    border: 1px solid #CCC;
    padding: 80px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 8px;
}
ul.wpb_page_list li.page_item {
    padding: 30px 20px;
    width: 220px;
    border: 1px solid;
    margin: 10px;
    background-color: #15afbb2b;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition: all 0.3s ease;
	line-height: 26px;
	height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
}
ul.wpb_page_list li.page_item:hover{
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 2px rgba(0,255,255,0.20);
	background-color:#ff2712;
	color:white;
}
ul.wpb_page_list li.page_item a{
	color: black;
}
ul.wpb_page_list li.page_item:hover a{
	color: white;
}
ul.sibling::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

ul.site-map{
-webkit-column-count: 3;  /* Chrome/Opera, Safari */
-moz-column-count: 3; /* Mozilla Firefox */
column-count: 3;

-webkit-width: 100% ; /* Chrome/Opera, Safari */
-moz-width: 100% ; /* Mozilla Firefox */
width: 100% ;
}
.site-map .page_item{
	padding: 0 5rem 20px 0;	
}
.site-map .page_item:hover a{
	color:#4338ca;
}
/* .icon-box-single-page .wdt-content-item{
	height:523px;
} */
.topic-read_more p{
	white-space: break-spaces;
}
.main-title-section-wrapper.overlay-wrapper.dark-bg-breadcrumb > .main-title-section-bg, .main-title-section-wrapper.overlay-wrapper > .main-title-section-bg, .main-title-section-wrapper.dark-bg-breadcrumb > .main-title-section-bg, .main-title-section-wrapper > .main-title-section-bg {
    background-image: url(https://www.onlinedissertationhelp.com/wp-content/uploads/2023/08/single-page-banner.webp)!important;
}

.sticky-header .elementor-button-link {
    margin-top: 0;
}
.sticky-header .wdt-header-icons-list-item{
    padding: 0;
}

#offer_btn {
    font-size: 18px;
    width: 100% !important;
}

.wdt-footer-section .footer-desc a {
    align-items: center;
}

.footer-subscription-form .elementor-form-fields-wrapper {
    position: relative;
}
.footer-subscription-form .elementor-field-type-submit {
    position: absolute;
    top:0;
}
.footer-subscription-form .elementor-button {
    position: absolute;
    margin-top: 0;
    right: 10px;
    top: 3px;
}
.footer-subscription-form input[type="email"] {
    height: 60px;
}

.one-time-payment-adv .elementor-icon-box-wrapper {
    display: flex;
}
.one-time-payment-adv .elementor-icon-box-icon{
    margin-top: 5px;
    margin-right: 15px;
}

.wdt-footer-address-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wdt-footer-address-column:last-child() li{
    display: block !important;
}

.wdt-popup-box-window .mfp-close {
    padding: 0 13px;
}

.wdt-popup-box-window.mfp-wrap .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
    background-color: transparent !important;
}
.sidebar {
   flex-direction: column;
}

.sibling a{
	font-size: 14px !important; 
}
.blog-posts a{
	font-size: 14px !important; 
}
.accordion {
  background-color: #2a3290f0;
  color: #ffff;
  cursor: pointer;
  padding: 18px;
  width: 70% !important;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
   border-radius: 2px;
	margin-left: 13rem;
}

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

.accordion:after {
  content: '\002B';
  color: #ffff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
	
}

.active:after {
  content: "\2212";
}
.panel p{
	border: 1px solid;
    padding: 8px;
	background: #eee;
}
.panel {
  margin-left: 13rem;
  width: 70%;
  padding: 0 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.topic_form:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 78px solid #fff;
    border-right: 78px solid #2a52cf;
    width: 0;
}
.topic_form {
    background: #4f73e5 !important;
    text-align: center;
     padding: 2rem;
}

.discount-banner a{
	width:100%;
}
.home-faqs .elementor-tab-title{
	width:100% !important;
}
.home-faqs .elementor-active{
	background-color:#2a3290;
}
.home-faqs .elementor-tab-content{
	background-color: #ffff !important;
}
.testimonials .elementor-star-rating {
	order: -1;
}
#desktop-nav .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px !important; 
}
#blink p {
    animation: blinker 1.5s linear infinite !important;
}
@keyframes blinker {
    50% {
    opacity: 0;
}
}
@media (max-width: 767px) {
  .order-form-col {
    flex-basis: 100%;
  }
  ul.wpb_page_list {
      padding: 20px 10px;
  }
  ul.wpb_page_list li.page_item {
      width: 47%;
  }
	ul.site-map{
-webkit-column-count: 2;  /* Chrome/Opera, Safari */
-moz-column-count: 2; /* Mozilla Firefox */
column-count: 2;

-webkit-width: 100% ; /* Chrome/Opera, Safari */
-moz-width: 100% ; /* Mozilla Firefox */
width: 100% ;
}
.site-map .page_item{
	padding:0;	
}
}

@media (max-width: 708px){
    ul.wpb_page_list li.page_item {
      width: 45%;
  }
		ul.site-map{
-webkit-column-count: 1;  /* Chrome/Opera, Safari */
-moz-column-count: 1; /* Mozilla Firefox */
column-count: 1;

-webkit-width: 100% ; /* Chrome/Opera, Safari */
-moz-width: 100% ; /* Mozilla Firefox */
width: 100% ;
}
.site-map .page_item{
	padding:0;	
}
}

@media (max-width: 460px){
    ul.wpb_page_list li.page_item {
      width: 100%;
  }
		ul.site-map{
-webkit-column-count: 1;  /* Chrome/Opera, Safari */
-moz-column-count: 1; /* Mozilla Firefox */
column-count: 1;

-webkit-width: 100% ; /* Chrome/Opera, Safari */
-moz-width: 100% ; /* Mozilla Firefox */
width: 100% ;
}
.site-map .page_item{
	padding:0;	
}
}