/*
CTC Separate Stylesheet
Updated: 2017-02-05 10:06:05
*/
/* SHR DESIGN */
/* Apply Media Loves Tech Styling to All Competitions */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

.is-clickable {
    color: #008ed6;
    cursor: pointer;
}
.float-none {
    float: none !important;
}
.tooltip {
    position: fixed;
}
.tooltip-inner {
    max-width: 500px;
}
#wp-admin-bar-wp-logo,
#wp-admin-bar-edit,
#wp-admin-bar-new-content,
#wp-admin-bar-comments,
#dashboard_activity,
#dashboard_right_now,
#contextual-help-link-wrap,
#screen-options-link-wrap,
.gf_dashboard_view .gf_dashboard_button,
.theme-info .parent-theme,
.theme-info .theme-tags,
body:not(.is-super) #wp-admin-bar-root-default li:not(:first-child) { 
    display: none; 
}
.login #login h1 a{ background: none !important; }
.ab-submenu .menupop ul li:nth-child(2),
.ab-submenu .menupop ul li:nth-child(3){ display: none; }
.acccountbtn{
    background-image: url(images/tr-btn.png);
    background-repeat: repeat-x;
    background-color: #00a5f9;
    background-size: contain;
    text-shadow: none;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.6;
    border: none;
    padding: 10px 30px 10px 30px;
    color: #ffffff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-weight: bold;
}
.no-menu{ display: none; }
#clients,
#customers,

#latestnews,
#team{ display: none; }
div#preview_hdr span.toggle_helpers,
#preview_top .preview_notice,
#preview_form_container .gform_footer{ display: none !important; }
#accordion{
    width: 50%;
    margin: 0 auto;
}
#accordion .panel-heading .panel-title{
    background-color: #ddd;
    padding: 15px;
}
.timeline-wrap{
    width: 50%;
    margin: 0 auto;
}
.calendar-ico i{ font-size: 44px; }
.calendar-ico,
.tl-date{ text-align: center; }
.tl-item{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.cal-slot{
    padding: 20px 0;
    background-color: #ddd;
}

[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header-style-one .intro-section{
    margin-top: 0;
}

*{
    font-family: "Noto sans","Helvetica Neue", Helvetica, sans-serif;
}

h1#intro_section_text_1{
    font-family: "Noto sans","Helvetica Neue", Helvetica, sans-serif;
    font-size: 40px;
    line-height: 50px;
    color: #55DEFF;
}

.section-header h2{
    font-family: 'DW TheAntiquaB W5 Plain', Georgia, serif;
    text-transform: capitalize;
    text-align: left;
    color: #002d5a;
}

.colored-line{
    width: 70%;
    margin: 0;
    background-color: #002d5a;
}

.sub-heading{
    text-align: left;
}

.services-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.services-wrap .service-box,
.single-service{
    height: 100%;
    border-radius:15px;
    border: 0;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-service:hover{
    background-color: #002d5a;
}

.single-service:hover .service-icon.colored-text,
.single-service:hover h3.colored-text,
.single-service:hover p.untexc,
.single-service:hover p.untfull{
    color: #fff;
}


.service-icon.colored-text,
h3.colored-text{
    color: #002d5a;
}

/*
    Styling Objectives Section
*/
.objectives {
    border-bottom: 1px solid #eaebec;
}
.objectives .objectives-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.objectives .objective-box {
    border: 1px solid rgba(181,203,233,0.3);
    border-radius: 15px;
    display: block;
    margin-bottom: 30px;
    padding: 40px 35px 40px 35px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.objectives .objective-box:hover,
.objectives .objective-box:focus {
    background-color: rgba(181,203,233,0.3);
}
@media all and (min-width: 768px) {
    .objectives .objectives-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -15px;
        margin-left: -15px;
    }
    .objectives .objective-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 15px;
        margin-right: 15px;
        width: calc(33.3333% - 30px);
    }
}
h3.colored-text{
    font-size: 20px
}

.contact-info .colored-line{
    margin: auto;
}

.contact-info .dark-text{
    color: 	#002d5a;
}

.row.contact-links{
    margin-top: 40px;
}

.contact-links .contact-link-box{
    width: 20%;
    margin-bottom: 15px;
    margin-right: 20px;
    border: 1px solid #55DEFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-links .contact-link-box:hover{
    background-color: #55DEFF;
}

.contact-links .contact-link-box:hover .icon-container span,
.contact-links .contact-link-box:hover a{
    color: #fff;
    text-decoration: none;
}

a#inpage_scroll_btn{
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50px;
    background-color: #55DEFF;
    color: #002d5a;
}

/* login */


.lgnTabCont{
    width: 70% !important;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.08);
    box-shadow: 0 0 5px rgba(0,0,0,0.08);
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px 40px;
    margin: auto;
    /* background: #55DEFF; */
}

#login  h3.text-center,
#signup h3.text-center {
    text-align: left;
    font-family: 'DW TheAntiquaB W5 Plain', Georgia, serif;
    color: #002d5a;
}

#login p.text-center,
#signup p.text-center {
    text-align: left;
}

#login p.text-center a,
#signup p.text-center a {
    color: #00A5FF;
}

input[type="submit"]{
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50px;
    background-color: #55DEFF;
    color: #fff;
}

input.form-control {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #dedede;
    border-radius: 0;
}

input.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/* account */


h1.entry-title.single-title{
    font-family: 'DW TheAntiquaB W5 Plain', Georgia, serif;
    color: #002d5a;
    font-size: 30px;
    text-transform: capitalize;
}

.colored-line-left{
    width: 40%;
    background-color: #002d5a;
}

th{
    background-color: #002d5a;
    color: #fff;
}

a.btn.btn-primary{
    border-radius: 50px;
}

a.btn.btn-default {
    border-radius: 50px;
}

label.gfield_label{
    color: #002d5a;
}

.entry-content p strong {
    color: #55DEFF;
}

@media only screen and (max-width: 600px) {
    .services-wrap {
        display: block;
    }

    .contact-links .contact-link-box{
        width: 40%;
    }
}

/* arabic */

html[lang="ar"] .only-logo .navbar-header{
    float: none !important;
}

html[lang="ar"] a#inpage_scroll_btn{
    float: none !important;
}

html[lang="ar"] .section-header h2,
html[lang="ar"] .sub-heading{
    text-align: right;
}

/* ar login */

html[lang="ar"] #login h3.text-center, html[lang="ar"] #signup h3.text-center{
    text-align:right;
}

footer.footer ul.social-icons{
    display: none !important;
}
#lang-switch li.wpml-ls-item-fr{ 
    display: none; 
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 12px;
}
::-webkit-scrollbar:horizontal {
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
img.fancy-image {
    margin-bottom: 15px;
}
.no-sync {
    padding-top: 30px;
}
#wpadminbar #wp-admin-bar-untap-help-desk .fa,
#wpadminbar #wp-admin-bar-untap-get-trained .fa {
    font-family: "Font Awesome 5 Free", fontawesome, sans-serif;
}
.confirm_pass_msg,
.password-rules {
    color: #F44336;
    display: none;
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
}
.position-relative,
.form-group {
    position: relative;
}
.password-toggle {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 10px;
}
.password-toggle {
    right: 5px;
}
.has-signup-form .crisp-client .cc-tlyw[data-full-view=true] .cc-kxkl .cc-nsge,
.has-signup-form .crisp-client .cc-tlyw .cc-kxkl .cc-nsge,
.page-template-appJgLogin-page .crisp-client .cc-tlyw[data-full-view=true] .cc-kxkl .cc-nsge,
.page-template-appJgLogin-page .crisp-client .cc-tlyw .cc-kxkl .cc-nsge {
    bottom: 80px !important;
    right: 12px !important;
}
.home.has-signup-form .signup-pre-text {
    padding-top: 90px;
}
.page-template-appJgLogin-page .signup-pre-text {
    margin-bottom: 2.5rem;
}
.gp-word-count-label .gwwc-max-reached {
    color: red !important;
}
body:not(.rtl) .gp-word-count-label .gwwc-max-reached:after {
    content: " (You have reached the word limit)";
}