/*----------------------
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: #f4d329;
    color: #000;
    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: 35px 0px;
}
.two_col_btns ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    align-items: center;
}

.two_col_btns ul li a {
    display: inline-block;
    height: 50px;
    padding: 0px 30px;
    border: solid 1px #000;
    border-radius: 35px;
    line-height: 50px;
    color: #000;
    transition: all 0.5s linear;
}

.two_col_btns ul li a:hover {
    background: #000;
    color: #fff;
}
.two_col_btns ul li.img_btn a {
    padding: 0px;
    border: none;
    position: relative;
    top: -5px;
}
.under_line_txt {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.under_line_txt:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    height: 18px;
    background: #f4d329;
    z-index: -1;
}

.top_banner_section {
    height: 727px;
}

.top_banner_cover img {
    max-width: 110% !important;
    position: relative;
    top: 30px;
}
.my_menu_style .elementor-nav-menu--main ul li:last-child a {
    padding: 10px 25px !important;
    border: solid 1px #000;
    border-radius: 35px;
    transition: all 0.5s linear;
}

.my_menu_style .elementor-nav-menu--main ul li:last-child a:hover {
    background: #000;
    color: #fff !important;
}
.add_extra_btm_sp_title {
    margin-bottom: 30px;
}

.platform_list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.feature_row {
    padding: 8em 0px 0px;
}
.custom_btn a.elementor-button-link {
    padding: 13px 25px !important;
}
.author_section {
    padding: 5em 0px 5em;
}

.author_section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25%;
    height: 100%;
    background: #ccc;
    border-radius: 0px 30px 30px 0px;
    background-image: linear-gradient(0deg, #f4d92a 22%, #db9304 60%);
}
.top_testi_slider .elementor-testimonial__text {
    position: relative;
}

.top_testi_slider .elementor-testimonial__text:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 30px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #f4d92a 22%, #db9304 60%);
}

.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.testi_top_section {
    border-top: solid 1px #b3b3b3;
    border-bottom: solid 1px #b3b3b3;
    margin: 8em 0px 0px;
}
.my_testi_slider .elementor-main-swiper {width: 100% !important;overflow: hidden;}

.my_testi_slider .elementor-main-swiper .swiper-slide {
    padding: 0px !important;
}

.my_testi_slider .elementor-main-swiper .elementor-testimonial__footer {
    margin-top: 10px !important;
}

.testi_main_row {
    padding: 10em 0px;
    margin-bottom: 70px;
}

.testi_gallery img {
    border: none !important;
}

.testi_gallery {
    padding: 0px 3em !important;
}
h2.post-title {
    display: none;
}
.inner_row {
    margin-bottom: 35px;
}

.blog_section {
    padding: 7em 0px;
}

.my_blogs_list a.elementor-post__read-more {
    padding: 10px 25px !important;
    border: solid 1px #000;
    display: inline-block;
    border-radius: 35px;
    transition: all 0.5s linear;
}

.my_blogs_list article:hover a.elementor-post__read-more {
    background: #000 !important;
    color: #fff !important;
}
.inc_size_top_banner {
    font-size: 95px;
}

.black_txt {
    color: #000;
}

.inner_miss_row {
    border-top: solid 1px #b3b3b3;
    padding: 20px 0px 0px;
}
.dont_miss_section:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 25%;
    height: 75%;
    background: #ccc;
    border-radius: 0px;
    background-image: linear-gradient(0deg, #f4d92a 0%, #db9304 60%);
}

.dont_miss_section {
    padding: 3em 0px 4em;
}

.miss_section_cover  img {
    max-width: 110% !important;
    float: right !important;
}
.subs_form input {
    background: transparent !important;
    padding: 12px 35px;
    color: #fff !important;
}

.subs_form input::placeholder {
}

.subs_form .elementor-button {
    min-height: auto !important;
    padding: 13px 0px !important;
}

.subs_form {
    padding: 0px 13em;
}
.cp_txt p {
    margin: 0px;
}

.cp_row {
    padding: 1em 0px;
}
.center_footer_row {
    border-top: solid 1px #343330;
    border-bottom: solid 1px #343330;
    padding: 4em 0px;
}
.subs_row_top {
    padding: 5em 0px;
}
.blog_section_main {
    padding: 0em 0px 5em;
}
.my_form_style input {
    padding: 12px 15px !important;
}

.my_form_style textarea {
    padding: 12px 15px !important;
    resize: none;
}

.my_form_style button.elementor-button {
    padding: 15px 0px !important;
    border-radius: 10px !important;
}

.contact_section {
    padding: 3em 0px 6em;
}
.blog_list_style ul li {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.blog_list_style ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 10px;
    height: 6px;
    background: #000;
}
/* New css ends here */
