@font-face {
    font-family: "ITC Avant Garde Gothic Std";
    src: url('/fonts/ITCAvantGardeStd-Bold/fonts/ITCAvantGardeStd-Bold.eot'); /* IE9 Compat Modes */
    src: url('/fonts/ITCAvantGardeStd-Bold/fonts/ITCAvantGardeStd-Bold.eot?#iefix') format('embedded-opentype'),
        /*!* IE6-IE8 *! url('/fonts/ITCAvantGardeStd-Bold/fonts/ITCAvantGardeStd-Bold.woff') format('woff'),*/
        /*!* Pretty Modern Browsers *! url('/fonts/ITCAvantGardeStd-Bold/fonts/ITCAvantGardeStd-Bold.ttf') format('truetype'),*/
        /* Safari, Android, iOS */ url('/fonts/ITCAvantGardeStd-Bold/fonts/ITCAvantGardeStd-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

*:focus {
    outline: none !important;
}

.logo {
    width: 165px;
    padding-top: 3px;
}

#search-button {
    padding: 8px 1.25rem !important;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    color: #22245b;
    position: relative;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

#search-bar {
    background: #00aeef;
    color: white;
    height: 81px;
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 1003;
    opacity: 0;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);

}

#search-bar .close-btn {
    position: absolute;
    right: 5%;
    top: 39%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: inline-block;
    background-color: transparent;
    width: 18px;
    height: 18px;
    outline: 0;
}

#search-bar .close-btn:before {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 20px;
    height: 1px;
    background-color: white;
    display: inline-block;
    position: absolute;
    content: "";
    top: 0px;
    left: 0;

    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#search-bar .close-btn:after {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 20px;
    height: 1px;
    background-color: white;
    display: inline-block;
    position: absolute;
    content: "";
    top: 14px;
    left: 0;

    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-container {
    text-align: center;
    padding: 24px 0;
}

.search-container input {
    background: #00aeef;
    border: 0;
    border-bottom: 1px solid white;
    font-family: "PT Sans", sans-serif;
    color: white;
    width: 346px;
}

.search-container input[type="text"]::-webkit-input-placeholder {
    color: white;
    font-style: italic;
}

.search-container input[type="text"]::-moz-placeholder {
    color: white;
    font-style: italic;
}

.search-container input[type="text"]:-ms-input-placeholder {
    color: white;
    font-style: italic;
}

.search-container input[type="text"]:-moz-placeholder {
    color: white;
    font-style: italic;
}

.search-container button {
    border: 0;
    background: transparent;
    color: white;
}

.headline1 {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 38px;
    color: #22245b;
}

.headline2 {
    font-size: 30px;
    color: #22245b;
    font-family: "PT Sans", sans-serif;
}

.headline-button {
    color: white;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    border-radius: 0;
    background-color: #00aeef;
    text-transform: uppercase;
}

.headline-button1 {
    opacity: 0.4;
    cursor: default;
    color: white;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    border-radius: 0;
    background-color: #00aeef;
    text-transform: uppercase;
}

.headline-button:hover {
    background: #ec008c;
    border: 1px solid #ec008c;
}

.fixedmenu .navbar-nav .nav-link.active, .fixedmenu .navbar-nav .nav-link.active:hover, .fixedmenu .navbar-nav .nav-link.active:focus, .center-brand.fixedmenu .navbar-nav .nav-link.active {
    background: #00aeef;
}

.heading-title > span {
    color: #00aeef;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    text-transform: initial;
    letter-spacing: 0.3px;
}

.heading-title h2 {
    color: #22245b;
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 32px;
    margin-top: 10px;
}

.heading_space {
    margin-bottom: 35px;
}

p {
    color: #333333;
    font-family: "PT Sans", sans-serif;
    letter-spacing: 0.3px;
    font-size: 14px;
}

.padding {
    padding: 50px 0;
}

#our-apps {
    background: #effafe;
}

#app-feature .feature-item {
    height: 100%;
}

.feature-item img {
    max-height: none;
    height: 100%;
    object-fit: contain;
}

.custom-icon {
    position: relative;
}

.custom-icon img {
    width: 92px;
    height: 73px;
    object-fit: contain;
}

.custom-icon img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.feature-item:hover .custom-icon img:nth-of-type(2) {
    opacity: 0;
}

.feature-item h4, .feature-item p {
    transition: .3s linear;
    color: #22245b;
}

.feature-item:hover h4 {
    color: #ec008c;
}

.feature-item:hover p {
    color: #3a3e96;
}

#app-feature .content-left .text {
    margin-right: 107px;
}

#app-feature .content-right .text {
    margin-left: 107px;
}

#our-portfolio {
    background: white;
}

.dark_overlay .overlay {
    background: rgba(0, 174, 239, 0.85);
}

.cbp-item-wrapper h4 {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 24px;
    color: white;
    margin-bottom: 5px;
    margin-top: 12px;
}

/*#our-portfolio .cbp img {*/
    /*opacity: .7;*/
/*}*/

#flat-gallery .cbp-item-wrapper p {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    color: white;
}

.overlay.center-block.whitecolor {
    padding: 38px 50px;
    text-align: center;
}

.navbar-nav .nav-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

a.button > i.fas {
    margin-left: 8px;
}

a.button.centered {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

#our-blog, #our-blog > div {
    background-color: #effafe;
    overflow: hidden;
}

.news_item .news_desc h3 > a, .news_item .news_desc h3 {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 24px;
    color: #22245b;
    line-height: 24px;
    text-transform: initial;
}

.meta-tags li a {
    color: #626498;
    font-size: 16px;
    font-weight: 300;
}

.meta-tags li a i {
    font-size: 16px;
    vertical-align: initial;
}

.news_item a.button.btnprimary {
    background-color: #00aeef;
    color: white;
    border-radius: 0;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    letter-spacing: .3px;
    font-size: 14px;
    text-transform: uppercase;
}

.news_item a.button.btnprimary:hover {
    background: #ec008c;
}

.headline-button.pink {
    background-color: #ec008c;
}

.headline-button.pink:hover {
    background: #00aeef;
    border: 1px solid #00aeef;
}

#contactus p {
    color: #22245b;
}

.our-address h5 {
    color: #22245b;
    font-size: 18px;
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

#site-footer .logo {
    width: 158px;
    padding-top: 21px;
}

#site-footer .copyrights {
    color: #383d95;
    padding-top: 28px;
}

#site-footer ul.social-icons {
    margin-top: 21px;
}

#site-footer ul.social-icons li a {
    background: #00aeef;
    color: white;
}

.overlay-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(236, 0, 140, 0.15);*/
}

.breadcrumb .breadcrumb-item:hover, .breadcrumb .breadcrumb-item:focus, .breadcrumb .breadcrumb-item.active {
    color: #00aeef;
}

.side-menu {
    background: #22245b;
}

#our-blog.white-bg, #our-blog.white-bg > div {
    /*background: white;*/
    /*overflow: initial;*/
}

#our-blog.white-bg .cbp-wrapper-outer,
#our-blog.white-bg .cbp .cbp-item {
    /*overflow: initial;*/
}

#our-blog.white-bg .news_item .news_desc {
    margin-bottom: 30px;
}

.blog-page-header.page-header {
    background-attachment: inherit !important;
    background-position: center 100% !important;
    background-image: url(../images/proba-blog.jpg);
}

.blog-page-header.page-header h2, .breadcrumb .breadcrumb-item {
    color: #22245b;
}

.pagination li.active > a {
    background: #ec008c !important;
}

.pagination li > a:hover, .pagination li > a:focus {
    background: #00aeef;
}

.form-control {
    border-radius: 0;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .news_item .news_desc h3 > a, .news_item .news_desc h3 {
        font-size: 20px;
    }

    .meta-tags li a, .meta-tags li a i {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    #sidemenu_toggle {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .site-header .container {
        max-width: calc(100% - 104px);
    }
}

@media (max-width: 767px) {
    .logo {
        width: 140px;
    }

    .sidemenu_btn {
        margin-top: 0;
        top: 20px
    }

    #site-footer .row > div {
        text-align: center !important;
    }

    #site-footer .copyrights {
        padding-top: 0;
        padding-bottom: 30px;
    }

    #site-footer ul.social-icons {
        margin-bottom: 15px !important;
    }

    #site-footer .logo {
        padding-top: 30px;
    }

    .news_item {
        margin-bottom: 20px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .news_item .news_desc h3 > a, .news_item .news_desc h3 {
        font-size: 18px;
    }

    .news_item .news_desc {
        padding: 30px 15px;
    }

    .meta-tags li a, .meta-tags li a i {
        font-size: 12px;
    }

    .single_post .post {
        height: 40px;
        width: 40px;
    }
}

@media (max-width: 767px) {
    .line-break {
        display: block;
    }

    .mobile-stay-put {
        left: 0 !important;
        right: 0 !important;
    }

    .eny_profile .profile_photo {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 992px) {
    .heading-title > span {
        font-size: 14px;
    }
}

#search-button-mobile {
    position: absolute;
    right: 94px;
    top: 29px;
    z-index: 111111;
    color: #000;
    font-size: 16px;
}

@media (min-width: 992px) {
    #search-button-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    #search-button-mobile {
        position: absolute;
        right: 61px;
        top: 21px;
        z-index: 111111;
        color: #000;
        font-size: 16px;
    }
}


a.navbar-brand:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#site-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.nav-link2{
    border-radius: 0;
    padding: 8px 1.25rem !important;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    /* color: #212331; */
    color: #22245b;
    position: relative;
    -webkit-border-radius: 20px;
    overflow: hidden;
    display: block;
}

a.nav-link2:hover{
    color:#00aeef;
}

.homepage-header-container {
    position: absolute;
    top: 40%;
    z-index: 9999;
    text-align: center;
    width: 100%;
}

.homepage-header-container h1 {
    text-transform: none !important;
}

.homepage-header-container .headline2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.homepage-header-container a {
    font-weight: 200 !important;
}

@media (max-width: 767px) {
    .next-line {
        display: block;
    }

    .homepage-header-container .headline2 {
        font-size: 20px;
    }

    .homepage-header-container h1 {
        font-size: 25px;
    }
}