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

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


}

section, main{
    position: relative;
    z-index: 2;
}

figure, p, address {
    margin: 0;
}

p {
    line-height: 1.55em;
}
b{
   font-weight: 600;
}
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';
    font-weight: 100;
}

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: 1px solid #ffffff;

    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;
}
.btn.white{
    color: #ffffff;
}
.btn.white:hover{
    color: #ffffff;
}*/




.btn {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 0px;
  width: 300px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;

  background: linear-gradient(90deg,#ffb200 0,#f9771e 100%);
}
.btn:hover{
    color: #ffffff;
    background-color: rgba(5,117,138,1);
    background: linear-gradient(-90deg,#ffb200 0,#f9771e 100%);
    /*border-color: #f9893d;*/
}

/* effect-1 styles */
.btn.effect-1 {
  transition: all 0.2s linear 0s;
}
.btn.effect-1:before {
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  color: #f9771e;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
}
.btn.effect-1:hover {
  text-indent: -20px;
}
.btn.effect-1:hover:before {
  opacity: 1;
  text-indent: 0px;
}

/*.btn::after {
  content: "";
  background: #f9893d;
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;

  transition: all 0.35s;
}
.btn:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}*/


.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.4em;
}

.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: #ffb200;   
    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: 140px;
    height: 40px;
    overflow: hidden;
    background: url(../images/logo_iteko.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: 150px;
    height: 55px;
    overflow: hidden;
    background: url(../images/citrix.png) no-repeat center right;
    background-size: cover;

    position: absolute;
    left: 170px;
    top: -12px;
    z-index: 2;
}





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

#home-slider {

    position: relative;
    overflow: hidden;

    padding: 0;

    height: 100vh;
    min-height: 600px;

    background: rgba(5,117,138,1);

    color: #ffffff;

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

#home-slider:after{
    z-index: 1;
    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: contain;
    height: 100%;
    width: 50%;
    right: 0;
    top: -70px;

    opacity: 1;
    position: absolute;

    background-image: url(../images/bg12.svg);
}
.slide-h1{
    position: relative;
    display: block;
    margin-top: -40px;

    font-size: 48px;
    line-height: 1.1em;
    letter-spacing: -1px;
    font-weight: 600;
}
.slide-h1:before{
    content: "";
    position: absolute;
    bottom: -15px; 
    left: 0;
    width: 100px;
    height: 3px;

    background: #f9893d;
}
.slide-h2{
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;

    font-size: 18px;
    line-height: 1.55em;
    font-family: Roboto;
    font-weight: 200;
}
.slider-bottom{
    z-index: 5;
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 30px 40px;

    background: #f9893d;
    background: linear-gradient(90deg,#ffb200 0,#f9771e 100%);
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.slider-date{
    font-size: 30px;
    font-weight: 400;
}
.slider-date span{
    font-size: 24px;
    font-weight: 300;
}









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

.block1{
    position: relative;
    overflow: hidden; 

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

    background: rgba(243,243,243,1);
    background-image: url(../images/plant1.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 200px 150px;

}
.block1:after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100px;
    height: 100px;
    background-image: url(../images/plant2.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}
.block1 p{
    padding-bottom: 15px;
}
.block1 p:last-child{
    padding-bottom: 0;
}
.block1-left{
    position: relative;
    padding-right: 40px;
}
.block1-right{
    position: relative;
    padding-left: 40px;
}
.block1-left:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;

    background: linear-gradient(180deg,#ffb200 0,#f9771e 100%);
    
}


.block1-right p span{
    display: block;
    margin-bottom: 3px;

    font-size: 24px;
    line-height: 1.3em;
    font-weight: 400;

    opacity: 0.85;
}





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

.block2{
    position: relative;
    overflow: hidden; 
    padding-top: 60px;
    padding-bottom: 60px;
    
    background: rgba(5,117,138,1);

    color: #ffffff;

}
.block2 .container{
    position: relative;
    padding: 30px;

    background: rgba(5,117,138,1);
    
    border: solid 3px transparent;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.block2 .container:after{
    content: "";
    z-index: -1;
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: 0;
    left: 0;
    margin: -5px;

    border-radius: inherit;
    background: linear-gradient(90deg,#ffb200 0,#f9771e 100%);
}
.block2-left{
    padding-right: 15px;
}
.block2 h2{
    position: relative;

    font-size: 36px;
    line-height: 1.1em;
    font-weight: 600;
}
.block2 h2:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    left: 0;
    bottom: -15px;

    background: #f9771e;
}
.block2 img{
    max-width: 90%;

    border: 2px solid rgba(255, 255, 255, 0.85);
}
.block2 p{
    padding-bottom: 15px;
}
.block2 p:last-child{
    padding-bottom: 0;
}
.block2-date{
    margin: 30px 0;
}
.block2-date span{
    display: block;
    margin-top: 5px;

    font-size: 24px;
    font-weight: 400;
}
.block2-speakers b{
    display: block;
    margin-bottom: 15px;
}
.block2-speakers span{
    display: block;

    font-weight: 600;
}
.block2-speakers i{
    display: block;

    font-style: normal;
    font-size: 14px;
    line-height: 1.3;
}
.speakers-item{
    margin-bottom: 15px;
}
/*.block2-about{
    position: relative;
    padding-left: 30px;
}
.block2-about:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;

    background: linear-gradient(180deg,#ffb200 0,#f9771e 100%);
    
}*/
.block2-about b{
    display: block;
    margin-bottom: 5px;
}
.block2-btn{
    padding: 30px 0;
    margin: 30px 0;
    width: calc(100% + 70px);
    margin-left: -35px;

    background: linear-gradient(90deg,#ffb200 0,#f9771e 100%);
}
.block2-right .btn{
    margin-top: 30px;
}




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

.block3{
    position: relative;
    overflow: hidden;  

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

.block3:after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 150px;
    height: 220px;
    background-image: url(../images/plant3.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

.block3-left{
    position: relative;
    padding-right: 40px;
    margin-bottom: 60px;
}
.block3-right:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;

    background: linear-gradient(180deg,#ffb200 0,#f9771e 100%);
    
}
.block3-right{
    position: relative;
    padding-left: 40px;
    margin-bottom: 60px;
}
.block3-p{
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 40px;
}
.block3 h2{
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 400;

    opacity: 0.85;
}
.block3 img{
    max-width: 100%;
    margin-top: 60px;
}
.block3-text{
    padding: 30px;

    background: rgba(237,237,237,1);
}

/*=================================================================
    BLOCK4
==================================================================*/

.block4{
    position: relative;
    overflow: hidden;  

    padding: 40px 0;

    background: rgba(5,117,138,1);
}

.block4-inner{
    /*z-index: 5;
    width: 100%;
    padding: 30px 40px;

    background: #f9893d;
    background: linear-gradient(90deg,#ffb200 0,#f9771e 100%);
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;*/

    color: #ffffff;
    font-weight: 200;
}
.block4-inner p{
    font-size: 18px;
}


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


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

    font-size: 14px;
}

.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: 700px;
    }
    .slide-h1{
        font-size: 40px;
    }
    .bg-img{
        width: 45%;
        top: -50px;
    }
    .block1-right p span{
        font-size: 21px;
    }
    .block2 h2{
        font-size: 28px;
    }
    .block3:after{
        height: 180px;
        width: 100px;
    }
    
   
}


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

@media (min-width: 768px) and (max-width: 979px) {

    #home-slider{
        height: 700px;
    }
    .slide-h1{
        font-size: 30px;
    }
    .bg-img{
        width: 40%;
    }
    .slider-date{
        font-size: 24px;
    }
    .slider-date span{
        display: block;
    }
    .block1-left{
        padding-right: 20px;
    }
    .block1-right{
        padding-left: 20px;
    }
    .block1{
        background-size: 80px 120px;
    }
    .block1-right p span{
        font-size: 18px;
    }
    .block3{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .block3 h2{
        font-size: 18px;
    }
    .block3-left{
        padding-right: 20px;
        margin-bottom: 50px;
    }
    .block3-right{
        padding-left: 20px;
        margin-bottom: 50px;
    }
    .block3:after{
        height: 150px;
        width: 100px;
    }
    .block3 img{
        margin-top: 50px;
    }
    .block4 .btn{
        margin-top: 30px;
    }

}


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

@media only screen and (max-width: 767px) {
    #home-slider{
        height: 100vh;
        min-height: 700px;
    }
    .navbar-brand a:first-child{
        width: 100px;
        height: 25px;
    }
    .navbar-brand a:last-child{
        width: 110px;
        height: 40px;
        left: 120px;
    }
    .slide-h1{
        font-size: 30px;
        margin-top: -100px;
        margin-bottom: 160px; 
    }
    .bg-img{
        width: 60%;
        right: 20%;
        top: -50px;
    }
    .slide-h2{
        font-size: 16px;
    }
    .slider-date{
        font-size: 21px;
    }
    .slider-date span{
        display: block;
        font-size: 16px;
    }
    .btn{
        width: 280px;
    }
    .slider-bottom{
        padding: 20px;
        left: 0;

        text-align: center;
    }
    .slider-bottom .btn{
        margin-top: 20px;
    }
    .block1{
        padding-top: 50px;
        padding-bottom: 60px;
        background-size: 50px 90px;
    }
    .block1-left{
        padding-right: 20px;
    }
    .block1-left:before{
        display: none;
    }
    .block1-right{
        padding-left: 0;
        margin-top: 20px;
    }
    .block1-right p span{
        font-size: 18px;
    }
    .block1:after{
        width: 70px;
        height: 70px;
    }
    .block2 h2{
        font-size: 28px;
    }
    .block2-left{
        padding-right: 0;
    }
    .block2 .container{
        padding: 20px;
    }
    .block2{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .speakers-item{
        margin-bottom: 15px;
        align-items: flex-start!important;
    }
    .block3-p{
        font-size: 18px;
        text-align: left;
    }
    .block3-p br{
        display: none;
    }
    .block3{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .block3-left{
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .block3 h2{
        font-size: 18px;
    }
    .block3-right{
        padding-left: 15px;
        margin-bottom: 20px;
    }
    .block3-right:before{
        display: none;
    }
    .block3-text{
        padding: 20px 0;
    }
    .block3 img{
        margin-top: 40px;
    }
    .block3:after{
        left: -5px;
        width: 53px;
        height: 100px;
    }
    .block4-inner p{
        font-size: 16px;
    }
    .block4 .btn{
        margin-top: 30px;
    }
    .copyright{
        text-align: center!important;
        font-size: 14px;

        margin-top: 20px;
    }
    .block3-p{
        margin-bottom: 30px;
    }


    

}


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

@media only screen and (max-width: 360px) {
    body{
        font-size: 14px;
    }
    #home-slider{
        height: 100vh;
        min-height: 600px;
    }
    .slide-h1{
        font-size: 24px;
        margin-bottom: 140px;
        margin-top: -80px;
    }
    .slide-h2{
        font-size: 14px;
    }
    .slider-date {
        font-size: 18px;
    }
    .slider-bottom{
        padding: 15px;
    }
    .slider-bottom .btn {
        margin-top: 10px;
    }
    .block1{
        padding-top: 40px;
        background-image: none;
    }
    .block1-left{
        padding-right: 0;
    }
    .block1:after{
        right: 10px;
        left: auto;
    }
    .block2 h2{
        font-size: 21px;
    }
    .block2-date span{
        font-size: 18px;
    }
    .block3{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block3:after {
        left: -5px;
        width: 49px;
        height: 80px;
    }
}

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

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




}
