
@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Montserrat/Montserrat-Medium.ttf');
}

/* =================================== */
/*  Basic Style 
/* =================================== */

body {
    position: relative;
    background-color: #ffffff;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55em;
    font-size: 16px;
    font-weight: 300;
    color: #404040;


}

section, main{
    position: relative;
}

figure, p, address {
    margin: 0;
}

p {
    line-height: 1.55em;
}
b{
   font-weight: 500;
}
p b{
}
iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

a, a:hover, a:focus{
    text-decoration: none;
    outline: none;
    color: #ffffff;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    position: relative;
    margin: 0;
    padding: 0;

    font-family: 'Montserrat', sans-serif;
    font-display: swap;
    font-weight: 500;
}

button{
    background: none;
}

main > section {
    
}

.btn, .btn:visited {
    display: block;
    cursor: pointer!important;
    border-radius: 0;
    border: 0;
    position: relative;
    padding: 15px 20px;
    height: auto;
    width: 100%;
    text-align: center;

    border-radius: 30px;
    background: transparent;
    border: 2px solid rgba(230, 58, 58, 1);

    font-family: Montserrat, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}

.btn:hover{
    color: #ffffff;
    background: transparent;
    border: 2px solid rgba(14, 40, 76, 1);
}
.btn.onwhite{
    color: #404040;
}
.btn.blue{
    border: 2px solid #20beec;
    background: #20beec;
    color: #ffffff!important;
}
.btn.blue:hover{
    color: #ffffff!important;
    background: rgba(14, 40, 76, 1);
    border: 2px solid rgba(14, 40, 76, 1);
}
.btn.orange{
    border: 2px solid rgba(253, 171, 51, 1);
    background: rgba(253, 171, 51, 1);
    color: #ffffff!important;
}
.btn.orange:hover{
    color: #ffffff!important;
    background: rgba(14, 40, 76, 1);
    border: 2px solid rgba(14, 40, 76, 1);
}
.btn.red{
    border: 2px solid rgba(230, 58, 58, 1);
    background: rgba(230, 58, 58, 1);
    color: #ffffff!important;
}
.btn.red:hover{
    color: #ffffff!important;
    background: rgb(237 167 167);
    border: 2px solid rgba(14, 40, 76, 1);
}




.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}


.overlay{
    background: #717fb0;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    height: 100%;

}


.block-p1{
    font-size: 18px;
    line-height: 1.5;
}
.block-p2{
    font-size: 24px;
    line-height: 1.4;
}

h2.sec-title{
    font-size: 36px;
    line-height: 1.2em;
}
h3.sec-title{
    font-size: 24px;
    line-height: 1.3em;
}

.ul-styled{
    margin: 0;
    padding: 0;

    list-style: none;
}
.ul-styled li{

}
.ul-styled li:last-child{
    padding-bottom: 0;
}
.ul-styled li:before{
    content: "\2022";
    position: relative;
    top: 4px;
    padding-right: 7px;
    font-size: 24px;
    color: rgba(14, 40, 76, 1);   
    transition-duration: 0.5s;
}




/**
/*  Header
/* ==========================================*/

.navbar-brand {
    margin: 0;
    height: 80px;
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 20px;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0;
    
}

.navbar-brand a:first-child{
    display: inline-block;
    width: 130px;
    height: 55px;
    overflow: hidden;
    background: url(../images/logo-cns-3.png) no-repeat center left;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.navbar-brand a:last-child{
    display: inline-block;
    width: 90px;
    height: 70px;
    overflow: hidden;
    background: url(../images/cisco-partner-logo.png) no-repeat center right;
    background-size: cover;

    position: absolute;
    left: 155px;
    top: -10px;
    z-index: 2;
}





/**
/*  home-slider
/* ==========================================*/

#home-slider {

    position: relative;
    overflow: hidden;

    padding: 0;

    height: 80vh;
    min-height: 500px;

    background: #20bde8;
    

    background: rgba(5,117,138,1);
    background: #0e284c;

    color: #ffffff;

    z-index: 3;

}
#home-slider .container-center{
    position: relative;
    z-index: 4;
}
.container-center, .container-center .row{
    height: 100%;
}

#home-slider:after{
    z-index: 3;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: calc(100% + 1px);
    width: 100%;

    /*background: linear-gradient(180deg,rgba(32,32,32,0.6) 0,#202020 100%);*/
    
}

.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;

    opacity: 0.2;
    position: absolute;

    background-image: url(../images/bg21.jpg);
}
.slide-h1{
    position: relative;
    display: block;

    font-size: 50px;
    line-height: 1.1em;
    letter-spacing: -1px;
    font-weight: 500;
}

.slide-h2{
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;

    font-size: 20px;
    line-height: 1.5em;
    font-family: Roboto;
    font-weight: 300;
}
.slider-bottom{
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 7px;
    width: 100%;
}
.slider-bottom .btn{
    margin-bottom: 15px;
}










/*=================================================================
    BLOCK1
==================================================================*/

.block1{
    position: relative;
    overflow: hidden; 

    z-index: 3;

}
.block1-left{
    padding: 80px 30px 80px 30px;
}
.block1-right{
    position: relative;
    padding: 80px 0 80px 30px;

}
.block1-right:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1000%;
    margin-right: -500%;

    background: #f0f0f0;

}
.block1-right:after{
    content: "";
    position: absolute;
    top: 0;
    left: 55px;
    height: 100%;
    width: calc(100% - 30px);

    background-image: url(../images/img1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;

    opacity: 0.9;

}
.block1-right img{
    position: relative;
    width: auto;
    max-width: 100%;
    height: 350px;
}
.block1-left h3{
    margin-bottom: 16px;
}
.block1-left p{
    margin-bottom: 16px;
}
.block1-links .links-item{
    position: relative;
    margin-top: 16px;
    padding-top: 16px;

    border-top: 2px solid #f0f0f0;
    
} 

.block1-links .links-item.item1{
    border-top: none;
}

.block1-links .links-item img{
    max-width: 100%;
    height: 100%;
    margin-left: -40px;
    margin-top: -8px;
}
.block1-links .links-item .btn{
    display: inline-block;

    /*color: #404040;*/
}
.block1-links .links-item p{
    margin-left: -16px;
}
.block1-links .links-item .item2{
    position: relative;
}




/*=================================================================
    BLOCK2
==================================================================*/

.block2{
    position: relative;

    padding-top: 60px;
    padding-bottom: 60px;

    background: rgba(14, 40, 76, 1);

    color: #ffffff;

    z-index: 1;
}
.block2:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    background-image: url(../images/bg24-1.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;

    opacity: 0.1;
}
.block-quote{
    position: relative;


}
.block-quote p{
    padding-right: 30px;
    padding-bottom: 16px;

    font-size: 24px;
}
.block-quote p span{
    position: relative;
    bottom: -7px;

    color: #20beec;
    font-size: 54px;
    line-height: 0;
    font-weight: 400;
}
.block-quote p span.q1{
    left: -10px;
    margin-left: -30px;
}
.block-quote p span.q2{
    right: -10px;
}
.quote-img{
    
}
.block-quote .quote-img img{
    max-width: 100%;
}
.block-quote2{
    position: relative;
    padding-top: 16px;

}
.block-quote2:before{
    content: "";
    position: absolute;
    width: calc(100% - 15px);
    height: 2px;
    left: 15px;
    top: 0;

    background: #20beec;
}
.block-quote2 b{
    display: block;
    margin-bottom: 7px;
}
.block-coz{
    margin-top: 46px;
    padding: 46px;

    background: rgba(14, 40, 76, 0.7);
    background: linear-gradient(180deg,rgba(24, 133, 158, 0.3) 0,rgba(14, 40, 76, 0.7) 100%);
    border-radius: 40px;
}
.block-coz b{
    display: block;
    margin-bottom: 10px;

    font-size: 24px;
    font-weight: 400;
}

/*=================================================================
    BLOCK3
==================================================================*/

.block3{
    position: relative;
    overflow: hidden; 

    padding-top: 80px;
    padding-bottom: 80px;

}
.block-prod-descr h3{
    margin-bottom: 16px;
}
.block-prod-img{
    display: block;
    position: relative;
    margin-bottom: 16px;

}
.block-prod-img img{
    max-height: 300px;
    max-width: 100%;
}
.block-prod p{
    display: inline-block;
    padding: 16px 0;
}
.block-prod-descr p{
    padding-bottom: 16px;
}
.block-prod-descr p:last-chilf{
    padding-bottom: 0;
}
/*=================================================================
    BLOCK4
==================================================================*/

.block4{
    position: relative;
    overflow: hidden; 

    

}
.block-story{
    position: relative;
    padding: 60px 0;

    background: #f0f0f0;

}
.block-story:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    background-image: url(../images/quest6.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;

    opacity: 0.15;
}
.block-story:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;

    background: linear-gradient(90deg,rgba(24, 133, 158, 0.3) 0,rgba(14, 40, 76, 0.7) 100%);
}
.block-story h3{
    margin-bottom: 16px;
    padding-right: 30px;
}
.block-story p{
     padding-right: 30px;

     font-size: 18px;
}
/*=================================================================
    BLOCK5
==================================================================*/

.block5{
    position: relative;
    overflow: hidden; 

    padding-top: 80px;
    padding-bottom: 80px;

}

/*=================================================================
    BLOCK6
==================================================================*/

.block6{
    position: relative;
    overflow: hidden; 

    padding-top: 60px;
    padding-bottom: 60px;

    background: rgba(14, 40, 76, 1);

    color: #ffffff;
}
.block6:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    background-image: url(../images/bg24.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    opacity: 0.1;
}
.block6 .block-quote p span{
    color: rgba(253, 171, 51, 1);
}

.block6 .block-quote2:before{
    background: rgba(253, 171, 51, 1);
}
.block6 .block-coz{
    background: linear-gradient(180deg,rgba(253, 171, 51, 0.25) 0,rgba(14, 40, 76, 0.7) 100%);
}

/*=================================================================
    BLOCK7
==================================================================*/

.block7{
    position: relative;
    overflow: hidden; 

    padding-top: 80px;
    padding-bottom: 80px;

}
.block7 h3{
    margin-bottom: 30px;
}
.block7 p{
    padding-bottom: 16px;
}
.block7 p:last-child{
    padding-bottom: 0;
}
.block7-item{
    position: relative;
    margin-bottom: 30px;
}
.block7-item p{
    padding: 0;
    padding-left: 16px;
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: middle;
}
.block7-item:before{
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    margin-left: -30px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

    opacity: 0.3;
}
.block7-item.item1:before{
    background-image: url(../images/icon1.svg);
}
.block7-item.item2:before{
    background-image: url(../images/icon2.svg);
}
.block7-item.item3:before{
    background-image: url(../images/icon3.svg);
}

/*=================================================================
    BLOCK8
==================================================================*/

.block8{
    position: relative;
    overflow: hidden; 

    padding-top: 60px;
    padding-bottom: 60px;

}
.block-vict{
    background: #f0f0f0;
}
.block-vict h3{
    margin: 16px 0;
}
.block-vict p span{
    color: rgba(14, 40, 76, 1);
    font-weight: 400;
}
.block-vict img{
    display: inline-block;
    max-width: 90%;
}
.block-vict .btn{
    margin-top: 16px;
    margin-bottom: 30px;
}
/*=================================================================
    BLOCK9
==================================================================*/

.block9{
    position: relative;
    overflow: hidden; 

    padding-top: 60px;
    padding-bottom: 60px;

    background: rgba(14, 40, 76, 1);

    color: #ffffff;
}
.block9:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    background-image: url(../images/bg24.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    opacity: 0.1;
}
.block9 .block-quote p span{
    color: rgba(230, 58, 58, 1);
}

.block9 .block-quote2:before{
    background: rgba(230, 58, 58, 1);
}
.block9 .block-coz{
    background: linear-gradient(180deg,rgba(230, 58, 58, 0.3) 0,rgba(14, 40, 76, 0.7) 100%);
}
.block9 .btn{
    margin-top: 30px;
}


/*=================================================================
    BLOCK10
==================================================================*/

.block10{
    position: relative;
    overflow: hidden; 

    padding-top: 80px;
    padding-bottom: 80px;

}
/*=================================================================
    BLOCK11
==================================================================*/

.block11{
    position: relative;
    overflow: hidden; 

    padding-top: 60px;
    padding-bottom: 60px;

    background: #f0f0f0;
    

}
.block11 img{
    max-width: 100%;
    max-height: 300px;
    padding: 2px;
    background: rgba(14, 40, 76, 0.7);
}
.block11 p{
    padding-bottom: 16px;
}
.block11 .btn{
    margin-top: 16px;
}

/*=================================================================
    BLOCK12
==================================================================*/

.block12.block-story:before{
    background-image: url(../images/quest7.jpg);

}



/*=================================================================
    FOOTER
==================================================================*/


.footer{
    padding-bottom: 40px;
    padding-top: 60px;

    background: #f0f0f0;
    
}
.footer-top{
    margin-bottom: 16px;
}
.footer h3{
    margin-bottom: 16px;
}
.form-control{
    background: none;
}
.copyright{
    margin-top: 30px;
    line-height: 22px;

    font-size: 14px;
}
.copyright a{
    color: #404040;
}
.copyright img{
    width: 100%;
    max-width: 90px;
}




/*============================================================ 
    Responsive Styles
 ============================================================*/

@media (min-width: 980px){

   
}

/*============================================================
    For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {
    #home-slider{
        height: 650px;
    }
    
   
}


/*============================================================
    Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {
     #home-slider{
        height: 600px;
    }
    .slide-h1{
        font-size: 38px;
        line-height: 1.3em;
    }
    .block1-left {
        padding: 60px 10px 60px 10px;
    }
    .slide-h2{
        width: 100%;
    }
    .block1-right{
        display: none;
    }
    .block1-links .links-item img{
        margin-left: -20px;
        height: 90px;
    }
    .block2{
        padding-left: 20px;
        padding-right: 20px;
    }
    .block-quote p{
        font-size: 18px;
    }
    .block-quote p span{
        font-size: 44px;
    }
    .block-quote p span.q1{
        left: -5px;
    }
    .block-quote p span.q2 {
        right: -5px;
    }
    .block-coz{
        padding: 30px;
    }
    .block3{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .block-story .btn{
        margin-top: 30px;
    }
    .block5{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .block7{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .block12.block-story:before{
        background-position: right top;

    }


}


/*============================================================
    Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {

    #home-slider{
        min-height: 600px;
        height: 100vh;
    }
    .slide-h1{
        margin-top: -50px;
        
        font-size: 28px;
        line-height: 1.3em;
    }
    .slide-h2{
        width: 100%;
        font-size: 16px;
    }
    #home-slider .btn.blue{
        margin-bottom: 16px;
    }
    .navbar-brand a:first-child{
        width: 120px;
        height: 46px;
    }
    .navbar-brand a:last-child{
        width: 80px;
        height: 64px;
        left: 135px;
    }
    .block1-left {
        padding: 40px 20px 40px 20px;
    }
    .block1-right{
        display: none;
    }
    .block1-links .links-item img{
        margin-left: -20px;
        height: 90px;
    }
    h3.sec-title {
        font-size: 21px;
        line-height: 1.3em;
    }
    .block1-links .links-item img {
        margin-left: 0;
        height: 70px;
    }
    .block1-links .links-item p{
        margin-left: -20px;
    }
    .block1-links .links-item .btn{
        margin-top: 16px;
    }
    .block-quote p {
        padding-right: 0;
        padding-left: 20px;
        padding-bottom: 16px;
        font-size: 18px;
    }
    .block-quote p span{
        font-size: 48px;
    }
    .block-quote p span.q2 {
        right: -5px;
    }
    .block-quote p span.q1 {
        left: -5px;
        margin-left: -28px;
    }
    .block-quote .quote-img{
        text-align: center;
        margin-bottom: 24px;
    }
    .block-quote .quote-img img{
        max-width: 60%;
    }
    .block2{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block-quote2{
        padding-left: 35px;
    }
    .block-quote2:before{
        left: 35px;
        width: calc(100% - 60px);
    }
    .block-coz{
        margin-top: 24px;
        padding: 30px 25px;
    }
    .block3{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block-prod-img{
        margin-bottom: 0;
        margin-top: 24px;
    }
    .block-story{
        padding: 40px 0;
    }
    .block-story .btn{
        margin-top: 30px;
    }
    .block-story p{
        padding-right: 0;
    }
    .block-story h3{
        padding-right: 0;
    }
    .block5{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block6{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block7{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block7-item:before{
        margin-left: -10px;
    }
    .block-vict img{
        margin-top: 30px;
    }
    .block8{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block9{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block10{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block11{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block11 .btn{
        margin-bottom: 30px;
    }
    .block12.block-story:before{
        background-position: right top;
    }
    .footer{
        padding-top: 40px;
    }
    .footer-form{
        margin-top: 30px;
    }


    

}


/*============================================================
    Mobile (Portrait) Design for a width of 360px
==============================================================*/

@media only screen and (max-width: 360px) {
    body{
        font-size: 14px;
    }
    #home-slider{
        min-height: 550px;
        height: 100vh;
    }
    .slide-h1{
        font-size: 22px;
    }
    .slide-h2{
        font-size: 14px;
    }
    h3.sec-title{
        font-size: 20px;
    }
    .block1-links .links-item img{
        height: 60px;
    }
    .block-quote p{
        font-size: 16px;
    }
    .block-story p{
        font-size: 16px;
    }

}

/*============================================================
    Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {




}
