.entry-content p, 
p{
    margin-bottom: 0;
}
/******** history-slider **********/
#history_slider .history-wrap {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(0, 53, 95, 0.18);
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.07);
}
#history_slider .history-wrap .left,
#history_slider .history-wrap .right{
    width: 50%;
}
#history_slider .history-wrap .right{
   padding: 40px;
}
#history_slider .history-wrap .right .title {
    background: #0092D0;padding: 18px 24px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    font-weight: 700;font-size: 18px;
    line-height: 16px;color: #FFFFFF;
    width: 100%;margin-left: -70px;
    margin-bottom: 30px;
}
#history_slider .history-wrap .right .content {
    font-weight: 300;font-size: 16px;
    line-height: 26px;color: #000000;
}
#history_slider .history-wrap .left figure img {
    height: 100%;
    object-fit: cover;
}
#history_slider .center .item{
    opacity: 1;
}
#history_slider .item {
    opacity: 0.1;
}
#history_slider .owl-nav {
    display: flex;pointer-events: none;
    justify-content: space-around;
    position: absolute;
    width: 100%;top: 50%;
    transform: translateY(-50%);
}
#history_slider button.owl-next,
#history_slider button.owl-prev {
    width: 48px;height: 48px;
    pointer-events: painted;
    border: 1px solid #BABABA !important;
    background: url('../images/history-arrow.svg') #fff no-repeat center !important;
}
#history_slider button.owl-prev{
    transform: rotate(180deg);
}
#history_slider button.owl-next:hover,
#history_slider button.owl-prev:hover{
    background: url('../images/history-arrow-white.svg') #000 no-repeat center !important;
    border: 1px solid #000 !important;
}
#history_slider button.owl-next span,
#history_slider button.owl-prev span{
    display: none;
}
#history_slider button.owl-prev {
    margin-right: -25px;
}
#history_slider button.owl-next{
    margin-left: -25px;
}
#history_slider .owl-dots{
    display: flex;justify-content: center;
    gap: 5px;
}
#history_slider .owl-stage-outer {
    padding-bottom: 45px;
}
#history_slider button.owl-dot {
    width: 8px;height: 8px;
    background: #D9D9D9 !important;
    border-radius: 100%;
}
#history_slider button.owl-dot.active{
    background: #0092D0 !important;
}

/*******Gallery Slider**********/
#gallery_slider .owl-stage .owl-item:nth-child(odd) img {
    transform: scaleY(.8);
}
#gallery_slider .owl-item .item,
#gallery_slider .owl-item .gallery-wrap,
#gallery_slider .owl-item .gallery-wrap figure,
#gallery_slider .owl-item .gallery-wrap figure img{
    height: 100% !important;transition: all .6s ease;
}
#gallery_slider .owl-stage{
    display: flex;align-items: center;
}

/********Case Study********/
#case_study .study-wrap {
    display: flex;
}
#case_study .study-wrap h5.country-name {
    font-weight: 500;font-size: 24px;
    line-height: 24px;color: #0092D0;
    margin: 0 0 0 0;
}
#case_study .study-wrap h3.title {
    font-weight: 700;font-size: 54px;
    color: #000000;margin: 0 0 0 0;
}
#case_study .study-wrap .content {
    font-weight: 300;font-size: 20px;
    line-height: 36px;color: #000000;
    margin: 25px 0 25px 0;
}
#case_study .study-wrap a.case-study-more {
    padding: 14px 35px;border: solid 1px #000;
    text-decoration: none !important;
    color: #000;display: block;
    width: fit-content;
}
#case_study .study-wrap a.case-study-more:hover{
    background: #000;color: #fff;
}
#case_study .study-wrap .right {
    width: 40%; padding: 0px;
    display: flex;justify-content: center;
    flex-direction: column;
}
#case_study .study-wrap .left{
    width: 60%;
}
#case_study .study-wrap .left figure {
    width: 600px;height: 500px;
    display: flex;align-items: center;
    justify-content: center;float: left;
    border: 1px solid rgba(0, 146, 208, 0.36);
    box-shadow: 0px 45px 45px rgba(0, 0, 0, 0.05);
}
#case_study .item{
    margin-top: 100px;
}
#case_study .item:nth-child(even) .study-wrap{
    flex-direction: row-reverse;
}
#case_study .item:nth-child(even) figure {
    float: right;
}

/********Case Study Detail********/
p{
    margin: 0;
}
.color-secondary strong {
    color: #0092D0;
}

/******** Articles ********/
.main-blog-col .eael-grid-post-holder-inner .eael-entry-wrapper {
    padding: 25px 0 0 0;
    display: flex;flex-direction: column-reverse;
}

/******** Articles / Bloge / Detail ********/
.single.single-post nav.navigation.post-navigation,
.single.single-post div#comments,
.single.single-post article {
    display: none !important;
}
.single.single-post .ast-container {
    flex-wrap: wrap;padding: 0;
    max-width: 100%;
}
.single.single-post .single-banner {
    width: 100%;margin: 0 auto;
    text-align: center;
    padding: 190px 15px 126px;
    background: url('../images/inner-banner.jpg') no-repeat center left;
    background-size: cover;
}
.single.single-post .single-banner h1{
    font-weight: 300;font-size: 60px;
    line-height: 90px;text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.single.single-post .single-banner p {
    font-weight: 300;font-size: 30px;
    line-height: 48px;text-align: center;
    color: #FFFFFF;max-width: 1072px;
    margin: 0 auto;
}
.single.single-post .single-wrapper {
    display: flex;width: 100%;
    max-width: 1200px;margin: 0 auto;
    padding: 100px 15px;column-gap: 30px;
}
.single.single-post .single-wrapper span.post-date {
    font-weight: 300;font-size: 20px;
    line-height: 36px;color: #000000;
}
.single.single-post .single-wrapper h2.post-title {
    font-weight: 700;font-size: 40px;
    line-height: 60px;text-transform: capitalize;
    color: #000000;margin:5px 0 15px 0;
}
.single.single-post .single-wrapper img.featured-img {
    width: 100%;max-width: 100%;
    object-fit: cover;
}
.single.single-post .single-wrapper .wp-block-group__inner-container h2 {
    font-weight: 700;padding: 20px 30px;
    font-size: 24px;line-height: 32px;
    color: #FFFFFF;background: #0092D0;
}
.single.single-post .single-wrapper ul.wp-block-latest-posts__list.wp-block-latest-posts {
    padding: 30px;background: #F9F9F9;
}
.single.single-post .single-wrapper ul a.wp-block-latest-posts__post-title {
    font-weight: 600;font-size: 18px;
    line-height: 22px;text-transform: capitalize;
    color: #000000;overflow: hidden;
    text-overflow: ellipsis;display: -webkit-box;
    -webkit-line-clamp: 2;-webkit-box-orient: vertical;
    grid-column: 2;grid-row: 2;max-height: 45px;
	width: 192px;
}
.single.single-post .single-wrapper ul time.wp-block-latest-posts__post-date {
    font-weight: 300;font-size: 14px;
    line-height: 36px;color: #0092D0;
    grid-column: 2;grid-row: 1;max-height: 0;
	padding-bottom: 10px;
}
.single.single-post .single-wrapper #primary h3.text-dark {
    font-weight: 700;font-size: 24px;
    line-height: 40px;text-transform: capitalize;
    color: #000000;margin: 20px 0;
    max-width: 659px;
}
.single.single-post .single-wrapper #primary h3.text-secoundary {
    font-weight: 700;font-size: 24px;
    line-height: 40px;text-transform: capitalize;
    color: #0092D0;margin: 30px 0 10px 0;
}
.single.single-post .single-wrapper #primary .content,
.single.single-post .single-wrapper #primary p {
    font-weight: 300;font-size: 20px;
    line-height: 36px;color: #000000;
}
.single.single-post .single-wrapper #secondary {
    width: 34% !important;
}
.single.single-post .single-wrapper #secondary li {
    margin-bottom: 20px;display: grid;
}
.single.single-post .single-wrapper #secondary li:last-child{
    margin-bottom: 0;
}
.wp-block-latest-posts__featured-image.alignleft {
    grid-column: 1;
    grid-row: 1 / span 2;
    float: none !important;
	width: 120px;	
	margin-right:0;
}
.single.single-post .single-wrapper #secondary .is-layout-flow.wp-block-group,
.single.single-post .single-wrapper #secondary,
.single.single-post .single-wrapper #primary{
    margin: 0 !important;
    padding: 0 !important;
}

/************* traning-form ************/
.traning-form-col label.wpforms-field-label {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 30px !important;
    color: #000000;
}
.traning-form-col .wpforms-container-full .wpforms-form .choices{
    color: #989898 !important;
}
.traning-form-col .wpforms-container-full .wpforms-form .choices.is-open{
    color: #0092D0 !important;
}
.traning-form-col textarea,
.traning-form-col .wpforms-container-full .wpforms-form .choices .choices__inner,
.traning-form-col input {
    height: 56px !important;
    background-color: #FFFFFF !important;
    border: 1px solid rgba(0, 53, 95, 0.08) !important;
    border-radius: 8px !important;
}
.traning-form-col .hasDatepicker{
    cursor: pointer;
}
.traning-form-col .date-pick{
    position: relative !important;
}
.traning-form-col .date-pick:after {
    position: absolute;content: '';
    width: 15px;height: 15px;
    bottom: 30px;right: 10px;
    background: url(../images/icon-calendar.png) no-repeat center;
    background-size: contain;
}
.traning-form-col textarea{
    height: 136px !important;
}
.contact-form-col .wpforms-submit,
.traning-form-col .wpforms-submit{
    font-weight: 500;font-size: 20px !important;
    line-height: 16px;text-align: center;
    text-transform: uppercase !important;color: #FFFFFF !important;
    background: #000 !important;padding: 22px 75px !important;
}
.contact-form-col .wpforms-submit:hover,
.traning-form-col .wpforms-submit:hover{
    background: #0092D0 !important;
}

/*********Contact page*******/
.contact-form-col label{
    font-weight: 300 !important;font-size: 16px !important;
    line-height: 30px !important;color: #000000;
}
.contact-form-col input {
    height: 52px !important;
    background: #F7F8F9 !important;
    border: 1px solid rgba(0, 53, 95, 0.1) !important;
    border-radius: 0 !important;
}
.contact-form-col input#wpforms-3203-field_5_1 {
    width: 24px;height: 24px !important;
    border: 1px solid #0092D0 !important;
    margin: 0 15px 0 0;
}
.contact-form-col .wpforms-field-checkbox ul li {
    display: flex;
}
.contact-main-col{
    position: relative;
}
.contact-info-content-sec,
.contact-info-btn-sec {
    position: absolute;top: 50%;
    transform: translateY(-50%);
}
.contact-info-btn{
    cursor: pointer;
}
.contact-info-content-sec{
    opacity: 0;pointer-events: none;
}
.contact-info-content-sec.active{
    opacity: 1;pointer-events: painted;
}
.contact-main-section .elementor-widget:not(:last-child){
    margin: 0;
}
.contact-main-section .elementor-container {
    flex-wrap: wrap;gap: 30px;
    justify-content: center;
}
.contact-info-content-sec .elementor-container{
    flex-wrap:nowrap;gap:unset;
    justify-content: start;
}
.contact-info-content-sec .elementor-container .elementor-column{
    width: 100% !important;
}
.contact-main-section .elementor-container .elementor-column{
    width: 48%;
}
.contact-info-content-sec .elementor-container .elementor-column .elementor-widget-wrap a{
    text-decoration: none;
}
.wpforms-confirmation-container-full{
	background: #e0ffc7 !important;
    border: 1px solid #b4d39b !important;
    box-sizing: border-box !important;
    text-align: center !important;
}
/*******footer blog sec*******/
.blog-col .uael-post__content-wrap,
.full-blog-col .uael-post__content-wrap {
    display: flex;
    flex-direction: column;
}
.blog-col .uael-post__meta-data,
.full-blog-col .uael-post__meta-data {
    order: 1;
}
.blog-col .uael-post__title,
.full-blog-col .uael-post__title {
    order: 2;
}
.blog-col .uael-post__excerpt,
.full-blog-col .uael-post__excerpt {
    order: 3;
}
.full-blog-col a.uael-post__read-more.elementor-button {
    order: 4;
    max-width: 138px;
}
.blog-col .uael-post__title a ,
.full-blog-col .uael-post__title a {
    text-decoration: none;
}
.full-blog-col .uael-post__footer{
    display:none;
}

/*******cloud-keyfeature*******/
.key-features-section .key-features-box h3.elementor-icon-box-title {
    min-height: 60px;
}
.it-work-section .it-work-box .elementor-icon-box-icon {
    background: #F2F5F7;
    width: 103px;height: 103px;
    border-radius: 100%;display: flex;
    justify-content: center;
    align-items: center;
}
.it-work-section .it-work-inner-row:before {
    width: 100%;
    max-width: 65%;
    content: '';
    position: absolute;
    top: 85px;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 2px;
    background: url(/qisoft/wp-content/uploads/2023/04/line.svg);
    background-repeat: repeat-x;
}
.it-helps-tabs .eael-tabs-nav ul {
    gap: 10px;
}

/*******Traning Page*******/

.traning-info-section .traning-info-box p.elementor-icon-box-description {
    min-height: 170px;
}
/************ ^.^ ***********/
/********Media Query********/
@media(max-width:1600px){
    #history_slider .history-wrap .left figure img {
        min-height:500px;
    }
}
@media(max-width:1440px){
#history_slider .history-wrap .left figure img {
    min-height: 430px;
}
#history_slider .history-wrap .right {
    padding: 30px;
}
}
@media(max-width:1439px){
#history_slider .history-wrap .left figure img {
    min-height: 535px;
}
}
@media(max-width:1200px){
#history_slider .history-wrap .right {
    padding: 20px;
}
#history_slider .history-wrap .right .title{
    padding: 15px 18px;
}
#history_slider .history-wrap .left figure img {
    min-height: 560px;
}
#case_study .study-wrap .left,
#case_study .study-wrap .right{
    padding: 15px;width: 50%;
}
#case_study .study-wrap .left figure{
    width: 500px;padding: 20px;
}
.full-blog-col .uael-post__content-wrap {
    padding: 30px !important;
    justify-content: center;
}
.full-blog-col .uael-post__thumbnail img{
        height:100%;
}
.it-work-section .it-work-inner-row:before {
    top: 65px;
}
.traning-info-section .traning-info-box p.elementor-icon-box-description {
    min-height: 225px;
}
	.single.single-post .single-banner h1{
		font-size: 50px;
		line-height:80px;
	}
}
@media(max-width:1024px){
.traning-info-section .traning-info-box p.elementor-icon-box-description {
    min-height: 115px;
}
	.single.single-post .single-banner {
    padding: 150px 15px 100px;
  }
	.single.single-post .single-wrapper{
		padding:80px 15px;
	}
}
@media(max-width:1023px){
#history_slider .owl-nav{
    top: auto;
}
#history_slider .history-wrap .left figure img {
    min-height: auto;
}
#case_study .study-wrap .left figure {
    width: 440px;height: 440px;
}
#case_study .study-wrap .left figure img {
    width: 200px;height: 200px;
    object-fit: contain;
}
.contact-info-content-sec .elementor-container .elementor-column .elementor-widget-wrap{
    height: 255px;overflow-y: auto;
}
}
@media(max-width:991px){
.single.single-post .single-wrapper #primary,
.single.single-post .single-wrapper #secondary {
    width: 100% !important;
}
.single.single-post .single-wrapper #secondary {
    margin-top: 30px !important;
}
.single.single-post .single-wrapper{
    flex-wrap: wrap;
}
.contact-main-section .elementor-container{
    gap: 20px;
}
.key-features-section .key-features-box p.elementor-icon-box-description {
    min-height: 85px;
}
	.single.single-post .single-banner{
		padding: 100px 15px 110px !important;
	}
	.single.single-post .single-wrapper{
		padding:50px 15px;
	}
}
@media(max-width:921px){
/*.single.single-post .single-banner {
    padding: 60px 15px;
}*/
.contact-info-content-sec .elementor-container .elementor-column .elementor-widget-wrap {
    height: 210px;
}
.single.single-post .single-banner h1 {
    font-size: 40px;
    line-height: 55px;
}
.single.single-post .single-banner p {
    font-size: 20px;line-height: 28px;
}
#case_study .study-wrap .left,
#case_study .study-wrap .right{
    width: 100%;
}
#case_study .study-wrap {
    flex-wrap: wrap;
}
#case_study .study-wrap .left figure {
    width: 100%;height: 270px;
}
#case_study .study-wrap .content{
    text-align: center;
}
#case_study .study-wrap .right{
    align-items: center;
}
#case_study .item {
    margin-top: 50px;
}
#case_study .study-wrap h3.title {
    font-size: 35px;text-align: center;
}
}
@media(max-width:767px){
.contact-main-section .elementor-container .elementor-column{
    width: 100%;
}
.contact-info-content-sec .elementor-container .elementor-column .elementor-widget-wrap{
    height: auto;
}
.single.single-post .single-wrapper h2.post-title {
    font-size: 35px;line-height: 40px;
}
.single.single-post .single-wrapper #primary .content,
.single.single-post .single-wrapper #primary p {
    font-size: 16px;line-height: 28px;
}
.single.single-post .single-wrapper ul.wp-block-latest-posts__list.wp-block-latest-posts{
    padding: 15px;
}
.single.single-post .single-wrapper #primary h3.text-secoundary,
.single.single-post .single-wrapper #primary h3.text-dark {
    font-size: 22px;line-height: 28px;}

#history_slider .history-wrap .right .title {
    padding: 15px 18px;
    margin: 0 0 20px 0;
}
#history_slider .history-wrap .left, 
#history_slider .history-wrap .right {
    width: 100%;
}
#history_slider .history-wrap{
    display: block;
}
.blog-col .uael-post__meta-data, .full-blog-col .uael-post__meta-data {
    order: 1;
    margin-bottom: 5px !important;
}
.traning-info-section .traning-info-box p.elementor-icon-box-description,
.key-features-section .key-features-box p.elementor-icon-box-description,
.key-features-section .key-features-box h3.elementor-icon-box-title {
    min-height:auto;
}
.it-work-section .it-work-inner-row:before {
   display:none;
}
.it-helps-tabs .eael-tabs-nav ul {
    gap: 20px;
}
.it-helps-tabs .eael-tabs-nav ul li {
    width: 100%;
}
}
@media(max-width:540px){
    .contact-info-content-sec .elementor-container .elementor-column .elementor-widget-wrap p{
        font-size: 14px;
    }
    .contact-info-content-sec .elementor-container .elementor-column .elementor-widget-wrap{
        height: 240px;
    }
	#case_study .study-wrap h3.title {
    font-size: 30px !important;
    line-height: 40px !important;
   }
#case_study .study-wrap h5.country-name {
      font-size: 22px !important;
	line-height:30px !important;
}
.study-wrap .content {
    font-size: 18px !important;
    line-height: 30px !important;
}
}
@media(max-width:375px){
    .contact-info-content-sec .elementor-container .elementor-column .elementor-widget-wrap{
        height: 175px;
    }
}