/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.is-sticky .custom-header {
    box-shadow: 1.67px 2.5px 20px 0px rgba(195, 211, 230, .4);
    background: #fff;
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    font-size: inherit;
    border: 1px solid #C1D3E0;
    border-radius: 8px;
    padding: 10px 25px;
    height: auto;
    width: 100%;
    max-width: none;
    line-height: 1.3;
    background: #F2F4F5;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label{
    font-size: inherit;
}
label.wpforms-field-label {
    margin-left: 15px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #7B97B2;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #0F52A1;
    border: 1px solid transparent !important;
    color: #fff;
    padding: 7px 30px;
    border-radius: 10px;
    float: right;
}
.single-post .post-thumbnail {
    margin: 30px 0 0;
}
.single-post .page-content {
    margin: 40px 0 100px;
    max-width: 1000px;
}
.single-post .post-date{
color: #C1D3E0;
    margin: 0 0 20px
}
/*.postid-4179  .wp-post-image, .postid-4182  .wp-post-image{
    width: auto;
}*/
.single-post  h1.entry-title {
    font-size: 64px;
    font-weight: bold;
    max-width: 1000px;
}
.single-post main {
    max-width: 1500px !important;
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
}
.single-post .page-content p a {
    border-bottom: 1px solid;
}
.single-post section#comments {
    margin: 10px 0 100px;
    display: inline-block;
}
.single-post p {
    margin-bottom: 20px;
}
.back-button {
    background: #EAF0F7 !important;
    border: none !important;
    padding: 7px 10px 6px !important;
    /* margin-top: 40px; */
    border-radius: 15px;
    display: flex;
    align-items: center;
    transition: .5s all ease-out;
    color: inherit;
    width: auto;
    float: left;
    margin: 0 0 20px;
}
.single-page a#my-back-button {
    display: none;
}
.back-button:hover, .editor-back-button:hover a{
    background: #383F46 !important;
    color: #fff
}
.back-button svg, .editor-back-button svg{
    width: 18px;
}
.back-button:hover svg path, .editor-back-button:hover svg path {
    stroke: #fff;
    fill: #fff
}
[type=button], [type=submit], button{
    background: #383F46;
    border-color: transparent;
    color: #fff
}
[type=button]:hover, [type=submit]:hover, button:hover{
    background: #3A5064 !important;
}
textarea {
    overflow: auto;
    resize: vertical;
    border-color: #C3D3E6;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    border-color: #C3D3E6;
    border-radius: 10px;
}
h2#reply-title {
    font-weight: bold;
}
section#comments label {
    margin-bottom: 10px;
    margin-left: 15px;
    font-weight: bold;
}
#comments p.form-submit {
    float: right;
}
.g-recaptcha {
    margin-bottom: 20px;
    float: left;
}
p.comment-form-url, p.comment-form-cookies-consent {
    display: none;
}
#comments .comment-meta{
    flex-wrap: wrap;
}
#comments a, .reply a{
    color: #02b7db
}
.comment-body {
    margin-bottom: 40px;
}
a#cancel-comment-reply-link {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
#comments .comment .comment-body, #comments .pingback .comment-body{
    border-bottom: 1px solid #C3D3E6
}
.premium-blog-thumb-effect-wrapper {
   /* border-radius: 10px;
    height: 200px;*/
}
.premium-blog-thumb-effect-wrapper img{
    /*height: 200px !important;*/
}
.premium-blog-filter {
    justify-content: flex-start !important;
    margin-left: 15px;
}
.premium-blog-filters-container li a{
    border-radius: 0 !important;
    padding: 10px;
    color: inherit;
}
.premium-blog-filters-container li a.active{
    border-bottom: 3px solid #02B7DB;
    font-weight: 600 !important;
}
.premium-blog-entry-meta{
    margin-bottom: 0 !important;
}
.premium-blog-post-outer-container {
    position: relative;
    margin-bottom: 20px !important;
    /*margin-right: 20px;*/
}
 .premium-blog-post-outer-container {
    padding-right: calc( 30px/2 );
    padding-left: calc( 10px/2 );
}
 .premium-blog-wrap {
    margin-right: calc( -30px/2 );
}
#scrollUp{
    right: 50px !important;
}
.center-icons>div{
    justify-content: space-between;
}
.center-icons .elementor-column {
    max-width: 285px;
}
.icon-bordered-box .elementor-widget-container{
    min-height: 157px
}
.competencies-row figure{
    max-height: 48px;
}
.icon-bordered-box img{
    /*min-width: 64px;*/
}
.icon-bordered-box figure a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px;
}

.icon-bordered-box .elementor-image-box-content {
    margin-top: 30px;
    text-transform: capitalize;
}
.page-id-3455 .icon-bordered-box .elementor-image-box-content{
    text-transform: none
}
.icon-bordered-box:hover{
box-shadow: 10px 10px 54px 0px rgba(195, 211, 230, .4)
                   }
.steps-section .icon-bordered-box:hover {
    box-shadow: none
}

.premium-blog-post-container .premium-blog-post-content {
    display: none;
}
.premium-person-info, .premium-person-info-container {
    display: none !important;
}
.logo-box>div {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-box>div a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-box>div img{
    max-height: 190px;
    width: auto;
}
.service-description {
    min-height: 136px;
    max-width: 325px;
}
.service-description.long {
    min-height: 173px;
}
.error404 main.site-main {
    min-height: 500px;
    text-align: center;
    margin-top: 100px;
}
.wp-block-image figcaption a{
    color: #02b7db;
}
.current_page_item a, .current-page-ancestor>a {
    color: #ffe69b;
    font-weight: 600;
}
.diagonal-section{
    position: relative;
}
.diagonal-section>div{
    position: relative;
    z-index: 1;
}
.diagonal-section:after{
    content: '';
    transform: skewY(-5deg);
    background: #EAF0F7;
    position: absolute;
    top: -80px;
    width: 100%;
    height: calc(100% + 120px);
    left: 0;
    z-index: 0;
}

.img-bottom-border{
    position: relative;
}
.img-bottom-border:after{
    content: '';
    background: #02B7DB;
    width: 3px;
    height: 60px;
    position: absolute;
    bottom: -50px;
    left: calc( 50% - 2px);
    z-index: -1;
}
#line-top:before{
    content: '';
    background: #02B7DB;
    width: 3px;
    height: 60px;
    position: absolute;
    top: -50px;
    left: calc( 50% - 2px);
    z-index: -1;
}
.steps-section .icon-bordered-box img {
    min-width: 0;
}
.steps-section .icon-bordered-box .elementor-widget-container {
    min-height: 181px;
}
.steps-section .elementor-widget-image-box .elementor-image-box-description {
    min-height: 90px !important;
}
.custom-checkbox , .custom-checkbox label{
    position: relative !important;
    cursor: pointer;
}
.custom-checkbox>label{
    display: none !important;
}
.custom-checkbox label:before{
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #C3D3E6;
    border-radius: 5px;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);*/
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none !important;
    cursor: pointer;
}
.custom-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #02B7DB;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-radio input{
    display: none !important;
}
.custom-radio label{
    border: 1px solid #02B7DB;
    border-radius: 30px;
    padding: 12px 30px;
    text-align: center;
    min-width: 450px;
    cursor: pointer;
    color: #02B7DB
}
.custom-radio input:checked + label{
    background: #02B7DB;
    color: #fff;
}
.premium-person-image-container .premium-person-image-wrap {
    display: flex;
}
.premium-person-title {
    padding-bottom: 10px !important;
    border-bottom: 1px solid #fff;
}
.premium-person-info {
    bottom: 0 !important;
    height: 100%;
    display: flex;
    align-items: end;
    width: 100%;
}
.premium-person-info .wrap{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.premium-person-info .wrap img{
    margin-right:5px;
}
.premium-person-info-container {
    width: 100%;
    padding: 15px;
}
.member-title h4{
    margin: 0;
    font-size: 15px;
}
.premium-person-content {
    margin: 0 !important;
    font-size: 15px;
}
.site-navigation ul.menu li.menu-item-has-children a{
    position: relative;

}
.site-navigation ul.menu li.menu-item-has-children>a:after{
    background-image: url(img/arrow-down.svg);
    background-position: center;
    background-size: contain;
    content: "" !important;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    right: 15px;
}
.site-navigation ul.menu li.menu-item-has-children>a:after{
    background-image: url(img/arrow-down.svg);
    background-position: center;
    background-size: contain;
    content: "" !important;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    right: 15px;
    display: inline-block !important;
    margin-left: 5px;
}
.site-navigation ul.menu li.menu-item-has-children:after{
    display: none !important;
}
.step-box img{
    margin: 0 0 -20px -10px;
}
.step-box .elementor-widget-container{
    border: none !important;
}
.top-banner {
    margin-top: -5px !important;
    min-height: 440px;
}
.home-top-banner{
	background-position: center -5px !important;
    min-height: 440px;
}
/*.about-top-banner{
    background-position: center -50px !important;
}*/
.competencies-top-banner{
    background-position: center -70px !important
}
.ss-top-banner{
    background-position: center -40px !important
}
.elementor-page-1348 .post .wp-post-image, .elementor-page-1370 .post .wp-post-image{
    max-height: none
}
.team-wrapper p,.team-wrapper .elementor-widget-container{
    line-height: 1.2em;
}
.site-navigation-toggle-holder .site-navigation-toggle{
    color: #fff;
}
.num-circle {
    background: #fff;
    width: 60px !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 11px 10px 2px rgba(218, 227, 232, 0.4);
    border-radius: 50%;
    line-height: 60px;
}
.img-circle{
    width: 80px !important;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 11px 10px 2px rgba(218, 227, 232, 0.4);
    border-radius: 50%;
    overflow: hidden;
}
.num-circle p{
    padding: 0;
    margin: 0;
}
footer{
    clear: both;
}
.lang-item{
    position: relative;
    margin-left: 10px;
}
.lang-item:before {
    content: "";
    width: 1px;
    height: 24px;
    position: absolute;
    left: 0;
    background: #fff;
    top: 10px;
    opacity: .4;
}
.tp-flipbox {
    min-height: 196px;
}
.extra-input-field{
    display: flex;
    align-items: center;
}
#btn-add {
    background: #02b7db;
    color: #fff;
    padding: 6px 13px 7px;
    border-radius: 7px;
    margin: 0 0 0 10px;
    font-size: .8em;
}
.question em{
    font-family: "Amithen", sans-serif;
    color: #02B7DB;
    font-size: 1.3em;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label{
    font-weight: normal;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.legal-text ol {
    margin: 0;
    padding: 0 0 0 20px;
}
ol ::marker{
    font-weight: bold;
}
.section-boxes .elementor-column .elementor-widget-wrap{
    position: relative;
    padding-bottom: 20px;
}
.link-bottom{
   /* position: absolute;
    left: 20px;
    bottom: 20px;*/
}
.section-boxes .service-description.long {
    min-height: 230px !important;
}
@media screen and (min-width: 1300px){
    .image-wider-container>div{
        width: 120%;
    }
}

@media screen and (max-width: 768px){
    .site-navigation-toggle-holder.show {
        margin-top: 0;
        padding-top: 0;
    }
    .icon-bordered-box .elementor-widget-container{
        min-height: 0
    }
    .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        text-align: left !important;
    }
   .icon-bordered-box .elementor-image-box-title{
        margin: 0;
    }
    .site-navigation-dropdown ul.menu li.current-menu-item a {
        background: #EAF0F7;
        color: inherit;
    }
    .site-navigation-dropdown ul.menu li {
        width: 100%;
        position: relative;
    }
    .site-navigation-dropdown ul.menu li a{
        box-shadow: none !important;
    }
    ul.menu li.menu-item-has-children>a:after {
        background-image: url(img/arrow-down-dark.svg);
        background-position: center;
        background-size: contain;
        content: "" !important;
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        right: 25px;
        display: inline-block !important;
        margin-left: 5px;
        position: absolute;
        top: 23px;
    }
   ul.menu .menu-heading  {
       display: none !important;
    }
    .lang-item {
        margin-left: 0;
    }
    .service-description, .service-description.long,  .service-description p,  .service-description.long p{
        min-height: 0 !important;
    }
    .top-banner {
        min-height: 0;
    }
    .top-banner:not(.home-top-banner) {
        background-image: none !important;
    }
    .ss-top-banner {
        background-position: center -85px !important;
    }
    .home-top-banner{
        background-size: contain !important;
    }
    .team-wrapper{
        margin-top: 0 !important;
    }
    .team-wrapper .elementor-column {
        width: 33.33%;
    }
    .team-wrapper img{
        width: 100%;
    }
    .icon-bordered-box figure a {
        position: static;
    }
    .icon-bordered-box .elementor-image-box-content {
        margin-top: 0;
    }
    .elementor-widget-image img {
        width: auto!important;
    }
    .page-id-3844 .elementor-image-box-wrapper, .page-id-19 .elementor-image-box-wrapper{
        display: block;
    }
}
