@font-face {
    font-family: 'BKoodak';
    src: url('../fonts/BKoodakBold.eot');
}
@font-face {
    font-family: 'BKoodak';
    src: url('../fonts/BKoodakBold.ttf');
}
@font-face {
    font-family: 'BKoodak';
    src: url('../fonts/BKoodakBold.woff');
}
/* General CSS */
body{
    color: #111;
    position: relative;
    overflow-x: hidden;
    font-family: 'BKoodak', fantasy;
}
::selection{
    background: #2629b5;
    color: #fff;
}
strong{
    font-weight: 900;
}
p{
    line-height: 24px;
    font-weight: 300;
}
/* Links */
a,a:focus{
    color: #2629b5;
}
a:hover{
    color: #761c19;
    text-decoration: none;
}
section{
    padding: 30px 0;
}
hr{
    width: 100%;
}
hr.divide { border: 0; height: 0;
    margin: 7px 0;
    /* Firefox... */ box-shadow: 0 0 10px 1px #368d87; } hr.divide:after { /* Not really supposed to work, but does */ content: "\00a0"; /* Prevent margin collapse */ }
hr.icon{width: 85px;
    border: 2px solid #a6e1ec;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
hr.icon:after{
    content: '\f123';
    font-family: FontAwesome, serif;
    color: #23527c;
    font-size: 1.5em;
    background-color: #fff;
    top: -0.8em;
    position: relative;
    padding: 0.3em;
    border-radius: 50px;
}
.section_heading{
    color: #1e2126;
}
.section_heading h3{
    font-weight: 300;

}
.section_heading hr{
margin-bottom: 60px;
}

/* End of General CSS*/
.vertical_align{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* Header CSS */
#home{

    background-position-y: center;
    background-position-x:-200px ;
    background-size: cover !important;
    background: #dbdad8 url("../images/land4.jpg") no-repeat fixed;
    color: #fff;
    height: 500px;
}
.logo{
    font-size: 72px;
    font-weight: 100;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #95cdaf;
    display: inline-block;
    margin-top: 100px;
    padding: 0 20px 15px 20px ;
    background: linear-gradient(to right, #31bafa 0%, #2f0b67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 900px) {
    .logo{
        margin-top: 200px;

    }
}
@media (max-width: 950px) {
    #home_logo{
        position:absolute;
        top:300px;
        left:45%;
    }
}
#home h3{
    color: #000;
    font-weight: 300;
    margin: 0;
}

.learn_more img{
    width: 50px;
    height: 50px;
    border-radius: 20px;
    background-color: #a6e1ec;
}
.learn_more:hover img{
    background-color: #cd84a2;

}

/* End of Header CSS */
/* About And Services */
#about{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7582d8+0,d2e0da+100 */
    background: rgb(117,130,216); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(117,130,216,1) 0%, rgba(210,224,218,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(117,130,216,1) 0%, rgb(210, 224, 218) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(117,130,216,1) 0%,rgba(210,224,218,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7582d8', endColorstr='#d2e0da',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #040426;
}
#about h2{
    color: #122b40;
    font-weight: 400;
    font-size: 64px;
}
#about p{
    color: #000;
    font-weight: 300;
    font-size: 20px;
}
.service_item{
    margin-bottom: 40px;
}
.service_item i{
    color: #c1c1c1;
    float: right;
    border-right: 1px solid #783fd5;
    padding-right: 20px;
}
.service_item p{
    color: #0f1426 !important;

}
.service_title{
    margin-top: -24px;
    margin-left: 20px;
    display: inline-block;
}
.service_title h3{
    font-weight: 900;
    font-family: "Times New Roman", serif !important;
}
.service_title h4{
    font-weight: 300;
    margin-top: -10px;
}
/* End of About and Services CSS */
/* Skills CSS */
#skills{
   position: relative;
    display: block;
}
#skills::after {
    content: "";
    background: url("../images/land1.jpg") no-repeat fixed center;

    background-size: cover;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
#skills h1{
    font-size: 48px;
    font-weight: 900;
    color: #122b40;
}
#skills h3{
    font-weight: 300;
    margin-top: 0;
}
#skills p{
    margin: 48px 0;
}
.progress{
    height: 30px;
    margin-bottom: 20px;
    opacity: 0.78;
    background-color: #fff;

}
.progress-bar h5{
    font-weight: 500;
    font-family: "Times New Roman", serif !important;

}
/* End of Skills CSS */
/* Gallery */
#portfolio .row>div{
    padding: 0;
}
.portfolio_thumbnail{
    overflow: hidden;
    padding: 0;
height: 400px;
    margin: 0;


}
.portfolio_thumbnail img{

    cursor: pointer;
    height: 100%;
    width: 100%;
}
.portfolio-overlay h2{
    opacity: 0;
    text-align: center;
    border-top: 1px solid #122b40;
    border-bottom: 1px solid #dca7a7;
    padding-top: 6px;
    transition: all 1s linear;
    position: relative;
    top: -200px;
    background: rgba(166, 225, 236, 0.64);

}
.portfolio-overlay i{
    opacity: 0;
    font-size: 60px;
    position: relative;
    top: -350px;
    transition: all 1s ease-in-out;
    color: #aebea3;
}
.portfolio-overlay i:hover{
color:red;
font-weight:900;
}
.portfolio_thumbnail:hover .portfolio-overlay h2{
    opacity: 1;

}
.portfolio_thumbnail:hover .portfolio-overlay i{
    opacity: 1;
}
/* Status CSS */
.state{
    height: 230px;
    color: #fff;
    padding-top: 50px;

}
.state h4{
    font-weight: 300;
}
.codes{
    background: url("../images/stats1.png") no-repeat center;
    background-size: cover;

}
.clients{
    background: url("../images/stats4.png") no-repeat center;
    background-size: cover;

}
.feedback{
    background: url("../images/stats3.png") no-repeat center;
    background-size: cover;

}
.projects{
    background: url("../images/stats2.png") no-repeat center;
    background-size: cover;

}
/* End of Status CSS */
/* News CSS */
#news{
    padding-top: 10px;
    background: url("../images/banner.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    color: #000;
    position: relative;
}
.owl-carousel h4{
    font-weight: 300;
}
.owl-carousel img{
    width: 80px;
    height: 80px;
    border-radius: 30px;
    margin: 20px 0;
}
.owl-carousel p{
    font-weight: 300;

}
.owl-prev{
     background-color: #e4f5d3!important;
     color:#000 !important;
     opacity: 1!important;
 }
.owl-next{
    background-color: #e4f5d3!important;
    color:#000 !important;
    opacity: 1!important;
}
.owl-controls span{
    background: #122b40 !important;
}
/* End of News CSS */
/* Contact Us */
.form-control{
    height: 45px;
    padding: 15px;
    font-size: 18px;
    color: #2f0b67;
    background-color: #e4f5d3;
    border: 1px solid #999999;
    box-shadow: none;
    font-weight: 300;
}
.form-control:focus{
    box-shadow: none;
    background-color: rgba(208, 224, 196, 0.57);
    border: 1px dot-dash #a6e1ec;
    transition: top 0.5s linear;
}
.form-control::placeholder{
    color: rgb(179, 140, 140);
}
.form-control:focus::placeholder{
    color: #999999;
}
.form-group>input:focus{
    transition: all 0.5s ease-in-out;
}
.form-group>textarea:focus{
    transition: all 0.5s ease-in-out;
}
/* Footer */
#footer{
   background-color: rgba(177, 239, 250, 0.23);
    height: 100%;
    color: #000;


}
#footer ul{
    margin-top: 30px;
    padding: 0;
}
#footer ul li{
    display: inline-block;
    font-size: 20px;
    margin-right: 30px;
}
.copyright{
    font-family: "Times New Roman", serif !important;
}
/****************/

@media (max-width: 768px) {
.service_item i{
    float: none;
    padding-left: 10px;
}
    .service_item{
        padding-left: 40px;
    }

}