/*----------------------
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: #ffffff;
    color: #00E0FF;
    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 */

.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.top_banner_section .elementor-widget-wrap.elementor-element-populated {
    padding: 0px !important;
}
.my_top_slider .elementor-slide-heading {
    margin: 0px !important;
    line-height: 35px !important;
}

.my_top_slider .elementor-slide-description {
    margin: 0px !important;
    line-height: 80px !important;
}

.my_top_slider .elementor-button 
{
    border: none !important;
    padding: 12px 25px 5px !important;
    border-radius: 0px !important;
}
header {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 9;
    border-bottom: solid 2px rgb(255,255,255,0.2);
    padding: 30px 0px;
}
.my_top_slider .elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute;
    left: 0px;
    top: 42%;
    z-index: 9;
}

.my_top_slider .elementor-swiper-button {
    font-size: 70px !important;
    color: rgb(255,255,255,1);
}

.my_top_slider .elementor-swiper-button.elementor-swiper-button-next {
    position: absolute;
    right: 0px;
    top: 42%;
    z-index: 9;
}
.my_nav_style li.menu-item a {
    padding: 10px 25px !important;
    transition: all 0.5s linear;
}

.my_nav_style li.menu-item a:hover {
    background: #00E0FF;
    color: #000 !important;
}

.my_nav_style li.menu-item:last-child a {
    background: #00E0FF !important;
    color: #000 !important;
}

.my_nav_style li.menu-item:last-child a:hover {
    background: #fff !important;
}
.my_btn_style  a.elementor-button-link {
    padding: 13px 45px !important;
}
.book_main_section {
    padding: 8em 0px 6em;
}
.after_before_title .elementor-heading-title {
    display: inline-block;
    position: relative;
    padding: 0px 35px;
}

.after_before_title .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    background-image: url('/wp-content/uploads/2024/04/title_before_img.png');
    width: 26px;
    height: 18px;
}

.after_before_title .elementor-heading-title:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 4px;
    background-image: url('/wp-content/uploads/2024/04/title_before_img.png');
    width: 26px;
    height: 18px;
    transform: rotate(180deg);
}
.newsletter_left_single_img img {
    max-width: unset !important;
    float: right !important;
}

.newsletter_title_small {margin-bottom: 0px !important;}

.form_style  input {
    height: 50px;
}

.form_style button {
    height: 50px;
}
.news_form_col {
    padding-left: 2em;
}
.my_testi_box .swiper-container {
    width: 100%;
    overflow: hidden;
}

.my_testi_box .swiper-slide {
    padding: 0px !important;
}

.review_single_section  .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.review_white_col {
    padding: 0px 50px;
    background: #d9d9d9;
    position: relative;
}

.review_white_col:before {
    content: '';
    position: absolute;
    left: -60px;
    top: -60px;
    background-image: url('/wp-content/uploads/2024/04/review_section_white_bg_img.png');
    width: 209px;
    height: 209px;
    z-index: 9;
}

.my_testi_box .elementor-testimonial__content {
    margin: 0px 0px 80px;
}

.my_testi_box .elementor-swiper-button {
    width: 49px;
    height: 49px;
    border: solid 2px #000;
    text-align: center;
    line-height: 49px;
    font-size: 30px !important;
    z-index:9;
}

.my_testi_box .elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute;
    right: 60px;
    bottom: 0px;
    left: unset;
}

.my_testi_box .elementor-swiper-button.elementor-swiper-button-next {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.main_single_bg_section {
    padding: 15em 0px 10em;
}
.review_single_section {
    margin-bottom: 70px;
}
.follow_us_section {
    padding: 13em 0px;
}
.download_section {
    padding: 10em 0px;
}
.make_border_top {
    border-top: solid 1px #fff;
    padding: 4em 0px 1em;
    margin-top: 3em;
}
.download_img img {
    max-width: unset !important;
    float: right;
    position: relative;
    left: 60px;
}
.my_top_slider  .swiper-slide-inner {
    padding: 3em 0px 0px !important;
}
.my_top_slider  .swiper-slide-inner {
    padding: 3em 0px 0px !important;
}

.footer_row {
    padding: 100px 0px 50px;
}

.cp_row {
    padding: 40px 0px;
    border-top: solid 2px #fff;
}

.cp_txt p {
    margin: 0px;
}
.form_style  textarea {
    resize: none;
    height: 100px;
    padding: 12px 14px;
}
.footer_form {
    padding-right: 80px;
}
.inner_top_title_box {
    min-height: 500px;
    background: #131313;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.inner_top_title_box h2 {
    margin: 70px 0px 0px;
    font-size: 50px;
    text-transform: uppercase;
    font-family: "Teko", Sans-serif;
    font-weight: 600;
    color: #fff;
}

.author_section_inner {
    padding: 7em 0px;
    border-bottom: solid 2px #fff;
}
.inner_row {
    margin-bottom: 45px;
}
.review_single_section_inner {
    padding: 7em 0px;
}
.contact_inner_section {
    padding: 7em 0px;
}
.review_single_section_inner  .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.footer_form .elementor-button {
    flex-basis: 45% !important;
}

.footer_form .elementor-field-type-submit {
    justify-content: flex-end;
}
/* New css ends here */
