/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
    overflow-x:hidden;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

::selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


a {
    color:#ccc;

}
a:hover {color:#000;}

/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */

/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.img-rounded {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.img-polaroid {padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.img-circle {-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;}




.container {width: 1170px;margin:0 auto;}


.slider_wrapper {
    width:960px;
    height:409px;
    overflow:hidden;

}

/*----------------------
Header
----------------------*/

#header {
    float: left;
    width: 100%;
}

.logo {float: left;}


/*----------------------
Navigation
----------------------*/
/* Main Navigation
====================================*/


/*----------------------
Footer
----------------------*/

.head
form#searchform {
    position: relative;
    border: 1px solid #cccccc;
    float: right;
    padding: 3px;
}

form#searchform input {
    border: 0;
    padding: 7px 10px;
    float: left;
}

form#searchform input#searchsubmit {
    background-color: #ed1b24;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Inter';
}

form#searchform i {
    position: absolute;
    left: 10px;
    top: 12px;
}

form#searchform input#s {
    padding-left: 30px;
    font-size: 15px;
}
div#service-slider .thumb {
/*     height: 190px; */
    overflow: hidden;
    margin-bottom: 0;
/*     height: 180px; */
}

div#service-slider h3 {
   font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 0px;
    /* min-height: 80px; */
    font-family: 'Inter';
}

div#service-slider .content p {
    font-size:20px;
    color: #0d4199;
    font-family: 'Inter';
    font-weight: 400;
    font-style: italic;
}

div#service-slider .content {
    text-align: center;
    padding: 10px 10px 30px;
    margin-top: 10px;
}

div#service-slider .content a {
    font-weight: bold;
    font-size: 16px;
    color: #b7b7b7;
    margin: 20px auto 0;
    display: table;
    background-color: #1189fa;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
}
div#service-slider .box {
    max-width: 96%;
    display: block;
    margin: 0 auto;
    padding:25px;
}
#service-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: -70px;
}

#service-slider .owl-nav button.owl-next {
    float: right;
    position: relative;
    right: -140px;
}

#service-slider .owl-nav button {
    font-size: 70px;
    background-color: #1189fa;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 0.4;
}

#service-slider .owl-nav button span {
    position: relative;
    top: -3.2px;
    font-size: 49px;
    float: left;
    width: 100%;
}
div#service-slider ~ div {
    display: none;
}
div#service-slider .thumb img {
    width: unset;
    height: unset;
    max-height: unset;
}

/* New css starts here */

header {
    padding: 0px 0px 20px !important;
}

.my_menu_style .elementor-nav-menu {
  position: relative;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 8px 0px;
}
.remove_section_space .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.top_banner_title {
  margin-bottom: 5px !important;
}
.my_btn_style ul li a {
  display: inline-block;
  padding: 10px 30px;
  color: #000;
  background: #ff8e01;
  transition: all 0.5s linear;
  border: solid 1px #ff8e01;
}
.my_btn_style ul {
  display: flex;
  display: -webkit-flex;
  gap: 15px;
}
.my_btn_style ul li a:hover {
  background: #fff;
  border-color: #fff;
}
.my_btn_style ul li.white_btn a {
  background: #fff;
  border-color: #fff;
}
.my_btn_style ul li.white_btn a:hover {
  background: #ff8e01;
  border-color: #ff8e01;
}

.center_btn_list ul {
  justify-content: center;
}
.page_home header {
  background: transparent !important;
  position: absolute;
  left: 0pX;
  right: 0px;
  margin: 0 auto;
  top: 0px;
  z-index: 1;
}
.top_banner_section {
  padding: 20em 0px 4em;
}
.book_main_section::after{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 59%;
    height: 50% !important;
    background-color: #121212 !important;
    transform-origin: bottom right;
    transform: skewY(0deg);
    z-index: 0;
}
header {
    padding: 12px 0px;
    background-color: #000 !important;
}
.book_main_section .featured-book-list{
 display: flex;
 flex-wrap: wrap; 
}
.book_main_section .featured-book-list .image-text-item{
     display: flex;
     margin-right: 15px;
}
.book_main_section .featured-book-list .image-text-item h4{
    margin-top: 3px !important;
    margin-bottom: 0px !important;
    color: #000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.book_main_section .featured-book-list .image-text-item h5{
    margin-top: 5px !important;
    color: #000;
    font-family: "Montserrat", Sans-serif;
    font-size: 15pxpx;
    font-weight: 400;
}
.book_main_section .featured-book-list .image-text-item img{
    margin-right: 13px !important;
}
#testimonial-section .elementor-widget-container{
 background-position: 100% 68% !important;
}
#testimonial-section .elementor-main-swiper{
    overflow: hidden !important;
    max-width: 85% !important;
}
#testimonial-section .elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url(https://sandydovey.cloudtrek360.com/wp-content/uploads/2025/05/Group-18.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 41px;
    height: 41px;
    position: absolute;
    right: 2%;
    top: 26%;
    left: unset;
}
#testimonial-section .eicon-chevron-left:before, #testimonial-section .eicon-chevron-right:before{
    display: none;
}
#testimonial-section .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url(https://sandydovey.cloudtrek360.com/wp-content/uploads/2025/05/Group-19.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 41px;
    height: 41px;
    position: absolute;
    left: 88%;
    top: 26%;
}
#testimonial-section .elementor-testimonial__content{
        width: 91%;
}
#testimonial-section .elementor-swiper-button.elementor-swiper-button-prev::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: -42px;
    bottom: 0;
    width: 3px;
    background-color: #000;
    height: 115px;
}

.header_top .elementor-widget:not(:last-child){
	margin-bottom: 0px !important;
}
#form-section .elementor-field-type-textarea textarea {
    width: 100% !important;
    height: 133px !important;
}
.post-inner-section li {
    list-style: circle !important;
    list-style-position: outside !important;
    padding: 0px;
    margin: 15px 0px 15px 42px;
}
#form-section .elementor-field-type-textarea .elementor-field-textual {
    height: 150px !important;
    width: 100% !important; 
    resize: none !important;
}
#form-section .elementor-form-fields-wrapper input, #form-section .elementor-button {
    min-height: 58px;
}
.category-blogs .post-title{
	display: none !important;
}
@media only screen and (max-width: 1024px) {
	.book_main_section::after{
		display: none !important;
	}
	#post-section .elementor-post__text{
       padding: 20px 0px 20px 0px !important;
	}
	#testimonial-section .elementor-widget-container{
		background-image: none !important;
	}
	#testimonial-section .elementor-testimonial__footer{
		margin-top: 40px !important;
	}
	#newsletter-section .elementor-form-fields-wrapper{
		justify-content: center !important;
	}
	#footer-section .elementor-nav-menu--layout-horizontal, .elementor-nav-menu{
		justify-content: center !important;
	}
	
 }

@media only screen and (min-width: 768px) and (max-width: 1024px){
	.top_banner_section {
    padding: 15em 0px 5em !important;
}
	.header_top .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}
	#testimonial-section .elementor-swiper-button.elementor-swiper-button-next{
		left: auto !important;
        right: 79px !important;
	}
	#testimonial-section .elementor-swiper-button.elementor-swiper-button-prev{
     right: 0 !important;
    left: unset !important;
	}
	
	 #testimonial-section .elementor-testimonial__content {
    width: 95%;
}

}

@media only screen and (min-width: 600px) and (max-width: 767px){
	#post-section .elementor-posts-container{
	    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;	
	}
}

@media only screen and (max-width: 767px) {
	.top_banner_section br{
		display: none !important;
	}
	.my_btn_style ul li a{
		padding: 10px 25px !important;
	}
	.top_banner_section {
    padding: 15em 0px 4em;
}
.book-inner-section .inner-book-column .elementor-widget-wrap{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 18px !important;
    width: 340px !important;
}
	
	#testimonial-section .elementor-swiper-button.elementor-swiper-button-prev, #testimonial-section .elementor-swiper-button.elementor-swiper-button-next{
		display: none;
	}
	#testimonial-section .elementor-testimonial__content {
    width: 100% !important;
}
	#testimonial-section .elementor-main-swiper {
       max-width: 100% !important;
}
	#post-section .elementor-posts-container .elementor-post__thumbnail {
       padding-bottom: calc(0.8 * 104%) !important;
    }
	.book_main_section .featured-book-list{
		justify-content: center;
	}
	.inner-book-column{
	justify-content: center;	
	}
 }
/* New css ends here */
