@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot');
    src: url('../fonts/fontello.eot') format('embedded-opentype'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg?') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    color: #252525;
    font-weight: 400;
    overflow-x: hidden;
}

.custom-nav {
    background-color: #ffffff;
    align-content: center;
    vertical-align: middle;
    width: 100%;
    color: #111111;
    padding: 8px 0px;

}

.logo {
    width: 270px;
}


* .img-responsive {
    margin: 0 auto;
}


.bgblue {
    padding: 50px 0px 0px 0px;
    background:
        linear-gradient(rgba(0, 13, 29, 0.87),
            rgba(0, 13, 29, 0.97)),
        url("../img/bg1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.bgblue h1 {
    margin-top: 0px;
    font-size: 37px;
    overflow: hidden;
}

.bgblue h2 {
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 25px;
    overflow: hidden;
}

.bgblue p,
.bgblue ul li {
    line-height: 1.5em;
    margin-bottom: 15px;
    font-size: 15px;
    overflow: hidden;

}

.bgblue ul li span {
    font-size: 35px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;

}

.bgblue p:last-child {
    margin-bottom: 0px;
}



.devider1 {
    position: relative;
    top: 1.5px;
}

.telbtn {
    background-color: #000d1d;
    width: 270px;
    font-size: 17px;
    border: none;
    color: #ffffff;
    font-weight: 500;
    padding: 14px 20px;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    outline: none;
}

.telbtn:hover,
.telbtn:focus {
    background-color: #ff5f38;
    outline: none;
}

.flx {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flx-g {
    margin-left: auto;

}

.main {
    color: #ff5f38;
}

.main-bg {
    background-color: #ff5f38;
}

.third-bg {
    background-color: #f5f5f5;
}

.prm {
    color: #fff;
}

.ngf {
    color: #000e1d;
}

.prm,
.ngf {
    font-family: 'Fira Sans', sans-serif;
    padding: 25px 20px;

}

.ngf p,
.ngf h3 {
    color: #ff5f38;
}


.prm p,
.ngf p {
    font-weight: 300;
    font-size: 16px;
}

.blc-hr {
    border-top: 2px solid #fff;
    width: 80%;
}

.blc-hr-second {
    border-top: 2px solid #ff5f38;
    width: 80%;
}

.tri-blc {
    margin-top: -145px;
}

.bg-card {
    background-image: url('../img/pattern-card.png');
    background-size: cover;
    padding:50px 0px;
}


.main-title {
    margin: 18px 0px 50px 0px;
    color: #000d1d;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3em;
}

.main-title-wht {
    margin: 18px 0px 85px 0px;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3em;
}



.custom-fnt {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
}

.cust-card {
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px 30px;
    box-shadow: 0px 7px 18px 0px rgba(0, 13, 29, 0.18);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    animation-duration: 0.9s;
    animation-delay: .5s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nbr {
    width:50px;
    height:50px;
    text-align: center;
    padding:10px;
    font-size:25px;
    border-radius:50%;
    background-color:rgb(255, 95, 56);
    margin: 0 auto;
    margin-top: -45px

}

.cust-card .custom-fnt {
    font-size: 70px;
    color: #ff5f38;
    display: block;
    margin-bottom: 2px;
    margin-top: 0px;
}

.cust-card h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5em;
}

.cust-card font {
    color: #71777a;
    font-size: 13px;
    font-weight: 500;
}

.cust-card:hover * {
    color: #ffffff;
}

.cust-card:hover .nbr {
    background-color:#000d1d; 
}



.cust-card:hover {

    background-color: rgb(255, 95, 56);
    box-shadow: 0px 7px 18px 0px rgba(255, 95, 56, 0.41);
    cursor: pointer;
    transform: translateY(-15px);
}

@media (min-width: 1200px) {
    .cust-cntr {
        width: calc(1170px + 10%);
    }
}


.brand-bg {
    background: linear-gradient(rgba(255, 95, 56, 0.63), rgba(255, 95, 56, 0.63)), url(../img/bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;

}

.brand-carousel .item img {
    width: 80%;
    margin: 0 auto;
    text-align: center !important;
    height: 60px;
}

.brand-carousel .item {
    margin-bottom: 60px;
    text-align: center;
}

/** list-icon **/

.amo {
    background-image: url(../img/pattern-lg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: rgba(251,251,251,0.95);
}

.amo-ic {
    color: #ff5f38;
    font-size: 75px;
}

.icon-l {
    width: 97px;
    height: 97px;
    color: #ff5f38;
    line-height: 90px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #a7a8b4;
    position: relative;
    float: left;
    background-color: #ffffff;
    z-index: 99!important;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.icon-l:hover {
    background-color:#ff5f38;
    color:#ffffff;
    border: 2px solid #ffffff;
}

.icon-line-list.line:after {
    content: '';
    position: absolute;
    width: 1px;
    height: -webkit-calc(100% + 35px);
    height: calc(100% + 35px);
    top:37px;
    left:62px;
    background-color: #a7a8b4;


}

.idea:before {
    content: "\e804";
    font-size: 60px;
}

.study:before {
    content: "\e802";
    font-size: 55px;
    line-height: 97px;
}

.concept:before {
    content: "\e803";
    font-size: 50px;
}

.icon-tt {
    margin-top: 0;
    font-weight: bold
}

.icon-line-list {
    display: flex;
    align-items: center;
    position: relative;
}


/**********/

.btn:focus {
    outline: none !important;
}



.elt {
    display: flex;
    align-items: center;
    justify-content: center;
}





/* Block3 */

.no-mrg {
    margin: 0;
}

.ltrs {
    letter-spacing: 3px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}


.mb-y-20 {
    margin: 0px 0px 20px 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pd-50 {
    padding: 50px 0px;
}




.clr {
    clear: both !important;
}

.lh-15 {
    line-height: 1.5em;
}

.fs-15 {
    font-size: 16px;
    line-height: 1.6em;
}

.fs-20 {
    font-size: 17px;
}




::-moz-selection {
    background: #ff5f38;
    color: #ffffff;
}

::selection {
    background: #ff5f38;
    color: #ffffff;
}

textarea {
    resize: vertical;
}

.devider-footer{
    padding-bottom: 30px;
}

.av-footer {
    padding:50px 0px 60px 0px;
}

footer {
    background-color:#000d1d;
    background-blend-mode: luminosity;
    background-image: url(../img/pattern_footer.png);
    background-size:cover;
    color: #ffffff;

}

footer h1{
    margin-top: 0px;
    font-size:27px;
    line-height:1.5em;
    font-weight:bold;
}


footer a,
footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #ffffff;
}


.item {
    position: relative;
}



.owl-theme .owl-controls {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.owl-theme .owl-controls .owl-page span {
    background: #ff5f38 !important;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #ff5f38 !important;
}

.owl-prev:before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 18px;
}

.owl-next:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 18px;
}

.owl-carousel .owl-stage-outer {
    margin: -50px;
    padding: 50px;
}
