@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: local('☺'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Poppins-Medium;
}

.main {
    background: url("../img/bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    min-height: 690px;
}
.main-modern{
    background: url("../img/bg-modern.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    min-height: 690px;
}
.main-aem{
    background: url("../img/aem-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    min-height: 690px;
}
.main-fin{
    background: url("../img/fin.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    min-height: 690px;
}
.main-contacts{
    background: url("../img/contact-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    min-height: 690px;
}
#top_menu {
    padding: 10px 50px;
    opacity: 0.9;
    border-radius: 44px 0 0 44px;
    border: solid 1px #fff;
    background-color: #fff;

}

#top_menu .navbar-nav a {
    color: #262e34;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
}

#special li {
    color: #42444a;
    font-size: 1.7em;
    line-height: 2;
}

#special li:before {
    content: url("../img/check.png");
}

.top-section h2 {
    font-size: 3.75em;
    color: #2d98e0;
    text-indent: 50px;
}
.top-section-m h2{
    font-size: 3em;
    color: #2d98e0;
}
p.text{
    font-size: 1.75em;
}p.text1{
    font-size: 1.35em;
    color: #42444a;
}
 .blue-text{
     color: #2d98e0;
 }
.text-light-dark {
    font-size: 1.5em !important;
    font-weight: 100 !important;
}

.btn-play {
    background: url("../img/btn-play.png");
    background-position: 10px;
    background-repeat: no-repeat;
    outline: 0 none;
    padding: 10px 30px 10px 60px;
    font-size: 1.5em;
    border: 3px solid #308bd8;
    border-radius: 2em;
}

#middle-line {
    background: url(../img/layer-12.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: absolute;
    width: 230px;
    height: 600px;
}

h2.title {
    color: #308bd8;
    font-size: 3rem;
    line-height: 1.25;
}

.cut-text {
    color: #42444a;
    font-size: 1.7em;
    line-height: 1.8;
}

.read-more {
    border-radius: 33px;
    border: solid 3px #308bd8;
    color: #308bd8;
    font-size: 1.3em;
    padding: 10px 30px;
    display: inline-block;
}

.read-more:hover {
    background-image: linear-gradient(to top, #8abfec, #3e51b4), linear-gradient(to bottom, #ffffff, #ffffff);
    color: #fff;
    text-decoration: none;
}
#hamburger{background: #fff;}
.line {
    margin-top: 80px;
    margin-bottom: 80px
}

.title small {
    text-transform: capitalize;
    font-size: 70%;
    font-weight: 600;
}

.talk-list li {
    font-size: 20px;
    display: flex;
    flex-direction: row;
    margin-top: 13px;
}

#talk-to {
    margin-top: 10%;
}

.sub-title {
    color: #308bd8;
    font-size: 3rem;
    text-align: center;
    margin-top: 20px;
}

.talk-to {
    background: #1e71d7;
    color: #fff;
    text-align: center;
    padding: 10px 55px;
    font-size: 2em;
    display: block;
    max-width: 350px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.talk-to:hover {
    text-decoration: none;
}

.rounded-30 {
    border-radius: 40px;
}

#footer {
    background: #1e71d7;
    padding: 40px;
    margin-top: 70px;
}

#footer p {
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 0;
}

.active, .nav-link:hover {
    border-bottom: 3px solid #e40039;
    color:#0b529a!important;
}

.nav-item {
    padding: 5px 20px
}
.leader{
    position: absolute;
    top: 33px;
    left: 50px;
}
.logo{
    position: absolute;
    top: 0;
}
.top-section{
    padding-top: 15px;
}
.no-padding{padding: 0!important;}
.address p, .address strong{
    margin-bottom: 0;
    font-size: 20px;
}
.error{
    font-size: 14px;
    color:red;
}
.mar-top-50{
    margin-top: 60px;
}
.logos-tech img{
    margin: 0 3px;
}
.light-text{
    font-size: 20px;
    color:#42444a;
}
.playbutton{
    border: 0 none;
    background: transparent;
}
.ytp-hide-controls .ytp-watermark{display: none!important;}

@media (max-width: 767.98px) {

}
.ask {
    margin: 10px;
    display: block;
    position: fixed;
    bottom:10px;
    right: 5px;
    border-radius: 10px;
    cursor: pointer;
    border:1px solid #308bd8;
    color: #308bd8;
    padding: 5px;
    font-size: 1.5rem;
    animation: pulse 2s infinite;
    text-shadow: 1px 1px 2px #FFF;
    text-decoration: none;
}
.ask:hover {
    animation: none;

}
.ask a:hover{
    text-decoration: none;
}

@-webkit-keyframes pulse {
    0% {
        font-size: 1.5rem;
    }
    70% {
        font-size: 1.55rem;
    }
    100% {
        font-size: 1.5rem;
    }
}
@keyframes pulse {
    0% {
        font-size: 1.5rem;
    }
    70% {
        font-size: 1.55rem;
    }
    100% {
        font-size: 1.5rem;
    }
}
