<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Theme Name: Verny - Material Design Personal template
   Author: Krishthemes
   Author e-mail: themesbykrish@gmail.com
   Distributor: http://bootstraptema.ru/
   Version: 1.0
   Created:March 2016
   File Description:Main CSS file of the template
*/


/* TABLE OF CONTENTS
        1) Reset
        2) Pre-loader
        3) Parallax
        4) Navigation
        5) Home
        6) About-us
            - Progress-bar
            - Skills
        7) Fun-facts
        8) Time Line Resume
        9) Portfolio
        10) Testimonials
        11) Contact
        12) Map-Slytes
        13) Footer
        14) Color-Style
        15) Back-to-top
        16) Responsive
*/

/*  1. Reset
----------------------------------------------------------------------------- */

body{
	font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
}
.header-title h1 {
    text-align: center;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #0288d1;
    text-transform: uppercase;
    font-weight: 400; 
}
hr {
    border: 1px solid #0288d1;
    width: 80px;
    margin: 0 auto;
    margin-top: 10px;
}
.header-title p{
    font-size: 14px;
    text-align: center;
    color: #97a0af;
    padding-top: 20px;
}

section{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}
p{
    color: #97a0af;
}
img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p {
    font- font-family: 'Roboto', sans-serif;
}

/*---------------- Reset Material ----------------*/

button:focus {
    outline: none;
    background-color: transparent;
}
.row {
    margin-bottom: 0px;
}
.container .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

/*  2. Preloader
----------------------------------------------------------------------------- */

.animationload {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
}
.loader {
    width:200px;
    height:200px;
    font-size:0;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/perloader.GIF); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*  3. Parallax
-------------------------------------------------------*/

.parallax-bg {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

/*  4. Navigation
----------------------------------------------------------------------------- */

.navbar-inverse {
    border-radius: 0;
    background-color: #fff !important;
    border: none;
    box-shadow: 0 0px 4px rgba(0,0,0,0.4);
}
.navbar-brand {
    padding: 15px 15px;
    height: auto;
}
.navbar-nav&gt;li {
    float: left;
    padding: 35px 0px;
}
.navbar-inverse .navbar-nav&gt;li&gt;a {
    color: #4c5667;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    outline: none;
}
.navbar-inverse .navbar-nav&gt;li&gt;a:hover,.navbar-inverse .navbar-nav&gt;li&gt;a:focus {
    color: #0288d1 !important;
    background-color: transparent !important;
}
.navbar-inverse .navbar-nav&gt;.active&gt;a, .navbar-inverse .navbar-nav&gt;.active&gt;a:hover, .navbar-inverse .navbar-nav&gt;.active&gt;a:focus {
    color:#0288d1;
    font-weight: 500;
    background-color: transparent;
}
.navbar-inverse .navbar-brand,.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
    color: #4c5667;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
}
span {
    color: #0288d1;
}
@media(min-width:768px){
    .navbar-trans {
        background-color: rgba(0,0,0,0.4);
        border-radius: 0;
        margin: 0;
    }
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #0288d1;

}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
}
.navbar-inverse .navbar-nav&gt;.open&gt;a, .navbar-inverse .navbar-nav&gt;.open&gt;a:focus, .navbar-inverse .navbar-nav&gt;.open&gt;a:hover {
    color: #4c5667 !important;
    background-color: transparent !important;
}
/*---------------- DROPDOWN ----------------*/
@media (min-width: 767px) {
    /*Dropdown Menu*/
    .navbar-nav .dropdown-menu { 
        padding: 0;
        border: none;
        min-width: 170px;
        border-radius: 0; 
        z-index: 999999 !important;
        border-top: 3px solid #0288d1;
    }
    .navbar-nav .dropdown-menu li a { 
        color: #4c5667; 
        font-size: 13px;
        background-color: #fff;
        letter-spacing: 1px; 
        font-weight: 500 !important;
        text-transform: uppercase; 
        padding: 12px 25px; 
        text-align: left;
        border-bottom: solid 1px #eee;
    }
    .navbar-nav .dropdown-menu li &gt; a:hover {
        color: #0288d1;
        background-color: #eee`;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    .navbar-nav .dropdown-menu li &gt; a:focus {
        background: none;
    }   
    .navbar-nav &gt; li.dropdown:hover &gt; .dropdown-menu {
        display: block;
    }
}

/*  5. Home
----------------------------------------------------------------------------- */

.overlay {
    background: cover;
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.carousel-section {
    background: url("../images/bg-3.jpg") no-repeat ;
    overflow: hidden;
    padding: 110px 0px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 310px;
}
.carousel-razon .carousel-caption {
    position: static;
    text-align: center;
}
.carousel-razon .carousel-indicators {
    bottom: -15px !important;
}
.carousel-razon .carousel-indicators li {
    margin: 0 4px;
}
.carousel-indicators li{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 12px;
    width: 12px;
    background: transparent;
}
.carousel-indicators .active {
    background: #fff;
}
.carousel-text h1{
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px !important;
    font-family: 'Roboto', sans-serif;
    text-shadow: none !important;
}
.carousel-text span{
    color: #0288d1;
    text-shadow: none !important;
    text-transform: uppercase;
}
.carousel-text p{
    color: #fff;
    padding-top: 20px;
    font-size: 14px !important;
    text-shadow: none !important;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}
.carousel-text .sub-title{
    letter-spacing: 0.10em;
    font-size: 23px !important;
    color: #fff;
    text-shadow: none !important;
    margin-bottom: 20px;
}
.carousel-caption a { 
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 15px 30px;
    height: auto;
    width: auto;
    border-radius: 0px;
    line-height: 15px;
    background-color: #0288d1;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.26);
}
.carousel-caption a:hover,.carousel-caption a:active,.carousel-caption a:focus {
    color: #fff;
    background-color: #0288d1;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.18);
}

/*  6. About-us
----------------------------------------------------------------------------- */

.about-img img{
    max-width: 300px;
    margin-top: 30px;
    float: right;
}

.about-img1 img{
    max-width: 450px;
    margin-top: 30px;
    float: right;
}


.about {
    background-color: #fff; 
    margin-top: 80px;
}
.about-title h1 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    color: #0288d1;
    font-weight: 00;
}
.introduce h2 {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #4c5667;
    font-size: 20px;
    font-weight: 500;
}
.introduce p {
    margin-bottom: 20px;
}
.introduce h4 {
    color: #0288d1;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.introduce-pre{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #97a0af;
    line-height: 25px;
    font-weight: normal;
}
.introduce .presonal-inform li {
    margin-bottom: 20px;
}
.introduce .presonal-inform ul li{
    width: 50%;
    float: left;
}
.introduce .presonal-inform li b {
    width: 210px;
    display: inline-block;
    text-transform: capitalize;
    color: #0288d1;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.introduce .presonal-inform li {
    text-transform: capitalize;
    color: #97a0af;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.presonal-inform b {padding-left:10px;}

/*---------------- Progress-bar ----------------*/

#skills {
    margin-top: 20px;
}
.skill-title h3 {
    color: #4c5667;
    letter-spacing: 1px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.progress-bar {
    -webkit-transition: width 1.5s ease-in-out;
    -moz-transition: width 1.5s ease-in-out;
    -o-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    box-shadow: none;
}
.skills-progress h4,
.skills-progress h4 span {
    color: #4c5667;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    margin-bottom: 14px;
    letter-spacing: 0.02em;
}
.progress-solid.meter { 
    height: 5px;
    position: relative;
    background: #f6f6f5;
    margin-bottom: 20px;
}
.meter .progress-bar {
    display: block;
    height: 5px;
    position: relative;
    overflow: hidden;
    background-color: #0288d1;
}
.skills-progress h4 span {
    float: right;
}
.row.mt-minus-30 {
    margin-top: -30px;
}
#skills-progress {
    margin-top: 60px;
}

/*  7. Fun-Facts
----------------------------------------------------------------------------- */

.fun-facts {
    overflow: hidden;
    color: #888;
    text-align: center;
	max-height:150px;
	line-height:150px;
}
.facts{
    margin: -50px 0px;
}

.counter h1 {
    font-size: 25px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}
.counter h2 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-top: 10px;
    font-size: 17px;
}

.counter a {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-top: 10px;
    font-size: 17px;
}
.counter span {
    color: #4c5667;
}
.counter {
    color: #fff;
}
.bg-dark {
    background: #0288d1;
}

/*  8. Time Line Resume
----------------------------------------------------------------------------- */

.experience h2{
    color: #4c5667;
    font-size: 25px;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.time-line {
    position: relative;
}
.time-line:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 2px;
    margin: 0 auto;
    height: 80%;
    background: #0288d1;
    top: 15px;
}
.rs-round:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
} 
.rs-round {
    content: "";
    position: absolute;
    text-align: center;
    height: 120px;
    line-height: 120px;
    width: 120px;
    border-radius: 50%;
    left: 0px;
    margin-left: -60px;
    border: 10px solid #fff;
    background-color: #0288d1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.rs-round.second {
    right: 0 !important;
    left: auto !important;
    margin-right: -60px !important;
}
.edu-second {
    left: 0px !important
    right: auto !important;
    margin-right: -60px;
}
.rs-round i {
    color: #fff;
    font-size: 30px;
}
.rex-item h3 {
    font-size: 22px;
    color: #0288d1;
    font-weight: 400;
}
.rex-item h4 {
    font-weight: 500;
    font-size: 17px;
    color: #4c5667;
    letter-spacing: 1px;
    margin-top: 10px;
    
}
.rex-item p {
    line-height: 20px;
    font-size: 14px;
    color: #97a0af;
}
.rex-left {
    padding-right: 80px;
    text-align: right;
}
.rex-right {
    padding-left: 80px;
    text-align: left;
}
.rex-item {
    padding-top: 7px;
}
.time-line .colam {
    margin-bottom: 80px; 
}
.colam-tird {
    margin-bottom: 0px;
}
.education h3{
    text-align: center;
    color: #4c5667;
    font-size: 25px;
    letter-spacing: 1px;
    padding-top: 40px;
    padding-bottom: 10px;
}
/*  9. Portfolio
----------------------------------------------------------------------------- */

.portfolio{
    background-color: #eef2f5 !important;
}
.portfolioFilter {
    margin-top: 20px;
}
.thumb {
    margin-top: 30px;
    width: 100%;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.26);
}
.thumb:hover{
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.18);    
}
.thumb-img {
    border-radius: 0px;
    overflow: hidden;
}
a:focus {
    outline: none !important;
}
.portfolio-category{
    text-align: center;
    display: inline-block;
    
}
.portfolio-category li .current{
    font-weight: 700;
    color: #fff;
    background-color: #0288d1;
}
.portfolio-category li a{
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.26);
    background-color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    color: #97a0af;
    line-height: 1.2;
    display: inline-block;
    padding: 14px 15px;
    margin-right: 7px;
    list-style: none;
    cursor: pointer;
    text-transform: none;
}
.portfolio-category li a:hover{
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.18);
}
.portfolio-category li {
    display: inline-block;
}
.portfolio-images {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.portfolio-images .pf-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    background-color: rgba(2, 136, 209, 0.50);
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: default;
}
.portfolio-deatil {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.portfolio-deatil {
    z-index: 1;
}
.portfolio-deatil i {
    text-align: center !important;
    color: #fff;
    font-size: 30px;
    margin-bottom: 7px;
}
.portfolio-deatil h3{
    font-size: 17px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}
.portfolio-deatil a {
    font-size: 17px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    position: absolute;
    left: 34%;
    bottom: 15px;
    text-transform: uppercase;
}
.portfolio-images:hover .portfolio-deatil {
    opacity: 1;
    visibility: visible;
}
.portfolio-images:hover .pf-overlay {
    opacity: 1;
    visibility: visible;
}
/*---------------- Magnific Popup ----------------*/

.mfp-bg{
    background-color: rgba(2, 136, 209, 0.50);
}
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out; 
    -webkit-transform: scale(0.8); 
    -moz-transform: scale(0.8); 
    -ms-transform: scale(0.8); 
    -o-transform: scale(0.8); 
    transform: scale(0.8); 
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1); 
    -moz-transform: scale(1); 
    -ms-transform: scale(1); 
    -o-transform: scale(1); 
    transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8); 
    -moz-transform: scale(0.8); 
    -ms-transform: scale(0.8); 
    -o-transform: scale(0.8); 
    transform: scale(0.8); 
    opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out; 
    -moz-transition: opacity 0.3s ease-out; 
    -o-transition: opacity 0.3s ease-out; 
    transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .96;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out; 
    -moz-transition: opacity 0.3s ease-out; 
    -o-transition: opacity 0.3s ease-out; 
    transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-container{
    padding:28px !important;
    overflow:auto;
}
.popup-box {
    background: #fff;
    max-width: 800px;
    margin:0 auto;
    position:relative;
    -webkit-box-shadow: 0 10px 50px 0 rgba(0,0,0,.18);
    -moz-box-shadow: 0 10px 50px 0 rgba(0,0,0,.18);
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.18);
}
.popup-box .mfp-close{
    background: #fff;
    top:-24px;
    right:-24px;
    height:48px;
    width:48px;
    border-radius:50%;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    opacity:1;
    font-size:26px;
}
.popup-box .mfp-close:hover{
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.18);
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.18);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.18);
}
.popup-box .popup-content{
    padding: 10px 30px 10px 0px;
}
.popup-box .popup-content h2{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #0288d1;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:bold;
    font-size:20px;
}
.popup-box .popup-content p {
    font-size:14px;
    color: #97a0af !important;
    font-weight:400;
}

/*  10. Testimonials
----------------------------------------------------------------------------- */

.testi-title {
    color: #0288d1;
    font-size: 30px;
    text-transform: uppercase;
}
.testimonials{
    background: url("../images/parallax.jpg") no-repeat center;
}
#testi-carousel {
    padding: 50px 0px 50px 0px;
}
.testimonials h4 {
    color:#fff;
    font-weight: 400;
    line-height: 32px;
    font-size: 16px;
    font-style: italic;
    color: rgba(255,255,255,0.77);
}
.testimonials i{
    color:#0288d1;
    font-size: 50px;
    font-style: italic;
}
.testimonials p{
    color:#0288d1;
    font-style: italic;
    margin-top: 10px;
    font-size: 15px;
}
.owl-theme .owl-controls .owl-page span {
    background-color: #0288d1;
}
.owl-theme .owl-controls {
    margin-top: 40px;
}

/*  11. Blog-post
----------------------------------------------------------------------------- */

.card-wrapper {
    margin-top: 30px;
}
.card .card-action {
    border-top: none !important; 
}
.card {
    border-radius: 0px !important;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.26);
}
.card:hover {
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.18);
}
.card .card-image {
    padding: 0px;
}
.card .card-content {
    padding: 20px;
    padding-bottom: 0px;
}
.post-content a:hover,.post-content a:focus {
    text-decoration: none !important;
}
.post-content .post-title {
    margin-top: 0px;
    color: #0288d1 ;
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
.post-content .post-subtitle {
    margin-top: 15px !important;
    color: #97a0af !important;
    line-height: 24px;
    font-size: 14px !important;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.card-action a.brand-text,.card-action a.brand-text:hover,.card-action a.brand-text:focus {
    color: #0288d1;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}
.card .post-ver-date {
    color: #fff !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    font-size: 14px;
}
.card-action a.blog-comment {
    font-size: 15px;
    color: #0288d1 !important;
    text-decoration: none;
    margin-right: 0px;
    font-weight: 500;
    padding: 19px 20px;
}
.card-action a.blog-social {
    color: #0288d1 !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    margin-right: 0px !important;
    float: right !important;
    cursor: pointer;
    padding: 16px 20px;
}  
.card-action {
    padding: 0px !important;
}

/*---------------- Button ----------------*/

a.load {
    margin-top: 20px;
    text-align: center !important;
    color: #fff;
    background-color: #0288d1;
    text-decoration: none;
    padding: 15px 30px;
    line-height: 15px;
    font-weight: 500;
    height: auto;
    width: auto;
    border-radius: 0px;
}
a.load:hover {
    color: #fff;
    background-color: #0288d1;
    text-decoration: none;
}

/*  12. Contact
----------------------------------------------------------------------------- */

.contact-detial {
    margin-top: 25px;
}
.contact-inform h2 {
    font-size: 18px;
    font-weight: 400;
    color: #0288d1;
    text-transform: uppercase;
    margin-top: 46px;
}
.contact {
    background-color: #eef2f5 !important;
}
.ci-icons {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    color: #0288d1;
    float: left;
    margin-right: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.ci-icons:hover {
    background-color: #0288d1;
    color: #fff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.ci-items address {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #777;
    line-height: 1.7;
    margin-top: 12px;
    margin-bottom: 0px;
}
.ci-items {
    margin-bottom: 23px;
}

/*---------------- Contect-form ----------------*/

.section-form {
    margin-top: 20px;
}
.contact-info {
    display: block;
    padding: 8px 0;
}
.contact-info li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}
.contact-info li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 14px;
    display: block;
}
.contact-info li:last-child {
    border-right: none;
    box-shadow: none;
}
.contact-form .input-field {
    margin-top: 5px;
    margin-bottom: 15px;
}
.contact-form .input-field-submit {
    margin-bottom: 0px;
}
.contact-form .card-panel {
    margin: 0;
}
.contact-form .input-label {
    color: #bbb;
    left: 0;
    font-size: 14px;
    font-weight: 500 ! important;
}
.contact-form  .input-label.active {
    color: #0288d1 !important;
    font-size: 12px;
    border-bottom: #0288d1 !important;

}
.contact-form .materialize-textarea:focus, .contact-form .input-box:focus {
    border-bottom: 1px solid #0288d1 !important;
    box-shadow: 0px 1px 0px #0288d1 !important;
}
.contact-form .materialize-textarea,
.contact-form .input-box {
    margin-bottom: 0;
    border-bottom: 1px solid #777 ! important;
    box-shadow: 0px 1px 0px #fff;
    color: #444444;
    font-size: 15px;
    height: 35px;
}
.contact-form .materialize-textarea {
    padding: 0px;
    margin: 0;
    height: 110px !important;
    overflow: hidden;
    overflow-y: auto;
}
.input-field.textarea-input label {
    bottom: auto;
    top: 0px;
}

.input-field label.active {
    -webkit-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    transform: translateY(-130%) ! important; 
}

.textarea-input label.active {
    bottom: auto;
    top: 0px; 
}

.contact-form .submit-btn {
    background-color: #0288d1;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    line-height: 15px;
    width: auto;
    height: auto;
    border-radius: 0px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.26);
}

.contact-form .submit-wrap {
    margin-bottom: 0px;
}

.contact-form .submit-btn:hover,
.contact-form .submit-btn:focus {
    color: #fff ! important;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.18);
}

.form-loader-area {
    margin-top: 9px;
    display: none;
}

.error {
    margin: 8px 0px;
    color: red;
    display: none;
    font-family: 'Roboto', sans-serif !important;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
    font-family: 'Roboto', sans-serif !important;
}

/*  13. Map-Styles
----------------------------------------------------------------------------- */

.maps {
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
}
.map-canvas {
    position: relative;
    width: 100%;
    height: 400px;
}
.map-buttons .btn-block,.map-buttons .btn-block:focus {
    display: block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 50%;
    color: #fff;
    margin-left: -33px;
    margin-top: -33px;
    background-color: #0288d1;
}

.map-buttons i {
    color: #fff;
    font-size: 30px;
}

/*  14. Footer
----------------------------------------------------------------------------- */

.footer-first {
    background-color: #fff;
}
.footer-title,.footer-title:hover,.footer-title:focus {
    color: #4c5667;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center;

    text-transform: uppercase;
}
.footer-title span {
    color: #0288d1;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center;

    text-transform: uppercase;
}
.footer-title h2{
    margin: 0px;
}
.social li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}

.footer-second {
    border: 1px solid rgba(238,238,238,0.82);
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    color: #4c5667 !important;
    font-weight: 500;
}
.bottom-footer p {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

/*  15. Blogpages
----------------------------------------------------------------------------- */

    /*----------- 1). Masonry -----------*/

.blog-single {
    padding-top: 80px;
    padding-bottom: 0px !important;
    background: #eef2f5 !important;
}
.blog-contan h2{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px ! important;
    text-transform: uppercase;
    margin: 0px;
    padding: 60px 0px;   
}
.blog-contan p {
    color: #0288d1;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin: 0px;
}
.single-post {
   margin-bottom: 30px !important; 
}
.slides-container .owl-controls {
    position: absolute;
    bottom: 5px;
    z-index: 2;
    right: 18px;
    margin: 0;
}
/*----------------- Video -----------------*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
/*----------------- Audio -----------------*/
.audioWrapper iframe {
    top: 0;
    left: 0;
    width: 100%;
    border: none;
}


/*----------- 2). Blog with Sidebar -----------*/

.post-content .side-sub-title {
    line-height: 35px;
}
.side-blog {
    margin-bottom: 25px;
}
.blog-single-img {
    background: url("../images/blog-parallax.jpg") center no-repeat; 
    padding-bottom: 0px;
    padding-top: 66px;
}
.card .card-image img {
    max-width: 100%;
    width: 100%;
}
.overly {
    background: cover;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.single {
    padding: 120px 0px !important;
}
.single h2 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px ! important;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px !important;
}
.blog-contan-img h2{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px ! important;
    text-transform: uppercase;
    margin: 0px;
    padding: 120px 0px;   
}
.parallax-container {
    height: auto;
}
.breadcrumb {
    background-color: transparent;
}
.breadcrumb li a {
    color: #0288d1;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}
.breadcrumb .active {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

/*-------------- Pagination --------------*/
.pagination {
    margin-top: 30px;
    margin-bottom: 0px;
}

.pagination li {
    border-radius: 0;
}
.pagination li.active {
    background-color: #0288d1;
}
.pagination li {
    display: inline-block;
    width: 40px;
    height: 40px;
}
.pagination li a {
    border: none;
    color: #4c5667;
    float: none;
    font-size: 15px;
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
    border-radius: 2px;
}
.pagination li i {
    line-height: 40px;
    font-size: 25px;
    color: #0288d1;
}
.pagination li.active a,
.pagination li.active a:active,
.pagination li.active a:focus,
.pagination li.active a:hover {
    color: #fff;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;a:hover .pagination&gt;li&gt;a:focus {
    background-color: transparent !important;
}
.pagination li a:active,
.pagination li a:focus,
.pagination li a:hover {
    background-color: transparent !important;
}
.pagination li.disabled a,
.pagination li.disabled a:active,
.pagination li.disabled a:focus,
.pagination li.disabled a:hover {
    background-color: transparent !important;
}
.pagination li.disabled a {
    cursor: not-allowed;
}
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, 
.pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, 
.pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover {
    background-color: transparent;
}

/*-------------- Search-button --------------*/

.input-field {
    position: relative;
    width: 100%;
}
.sidebar {
    margin-left: 30px;
}
.input-field button {
    background: transparent;
    position: absolute;
    border: none;
    top: 0;
    right: 0px;
    font-size: 20px;
}
.input-field-send button{
    background: transparent;
    border: none;
    top: 0;
    right: 0px;
    font-size: 20px;
}
.placeholder {
    color: #0288d1;
}
.input-field button i {
    color: #0288d1;
    font-size: 20px;
}
input[type=text] {
    border-bottom: 1px solid #777 ! important;
    color: #444444 !important;
    font-size: 15px;
    height: 35px;
}
.search .materialize-textarea:focus, .search .input-box:focus {
    border-bottom: 1px solid #0288d1 !important;
    box-shadow: 0px 1px 0px #0288d1 !important;
}
.side-title h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #4c5667;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.side-title li {
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    padding: 12px 0px; 
}
.side-title li a {
    font-size: 15px;
    color: #97a0af;
    text-decoration: none;
    font-weight: 500;
}
.side-title li a:hover {
    color: #0288d1;
}
.m-b-50 {
    margin-bottom: 50px;
}
.tagcloud {
    padding-top: 13px;
}
.tagcloud a{
    background-color: #97a0af;
    color: #fff;
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 1px;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    line-height: 20px;
    text-decoration: none;
}
.tagcloud a:hover {
    background-color: #0288d1;
}
.social-contain li {
    border: none !important;
    width: auto !important;
}
.social-contain .social a {
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    padding: 0px;
    background-color: #fff;
    line-height: 40px;
    display: inline-block;
    color: #97a0af;
    font-size: 18px;
    float: left;
    outline: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.social-contain .social a:hover{
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    color: #0288d1;
}

/*----------- 3). Blog with Sidebar -----------*/

.single-post-content .post-title{
    margin-top: 30px;
    margin-bottom: 20px;
    color: #97a0af;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}
blockquote {
    padding: 10px 20px;
    margin-bottom: 20px;
    border-left: 5px solid #0288d1;
    background-color: #eef2f5;
}
blockquote p {
    line-height: 30px;
    font-style: italic;
    color: #97a0af;
    font-size: 16px;
}
.blockquote-reverse {
    border-right: 5px solid #0288d1;
    border-left: none;
    padding-left: 30px;
    margin-top: 20px;
}
.custom-blockquote {
    background: #eef2f5;
}
footer {
    color: #97a0af !important;
}
.post-class h4{
    margin-top: 0px;
    color: #0288d1;
    font-size: 20px;
    margin-bottom: 20px;
}
.post-class p{
    margin-top: 20px;
    color: #97a0af;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
}
.post-class blockquote p {
    line-height: 30px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #97a0af;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.post-class .sub-tt {
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}
.blog-post-comments {
    margin-top: 50px;
}
.blog-post-comments h4 {
    color: #4c5667;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
.comments .panal {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.26);
    position: relative;
    margin-top: 30px;
}
.comments .second {
    margin-left: 58px;
}
.images img{
    float: left;
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.comments .panal-content h5{
    font-size: 18px;
    margin-left: 100px;
    margin-top: 0px;
}
.panal-content li h5 {
    margin-left: 30px;
    font-size: 18px;
    margin-top: 0px;
}
.comments .panal-content p{
    font-size: 14px;
    color: #97a0af;
    margin-left: 100px;
}
.comments .panal-content i {
    color: #0288d1;
    margin-left: 30px;
    font-size: 35px;
}
.comments .panal-content .date {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #4c5667;
}

/*  16. Color Swither - Demo purpose only
----------------------------------------------------------------------------- */

#style-switcher div h3 {
    color: #4c5667;
    font-size: 16px;
    margin: 8px 3px 12px;
}

#style-switcher {
    background: none repeat scroll 0 0 #eef2f5;
    box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.3);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px;
}
#style-switcher div {
    padding: 5px 10px;
}
#style-switcher .bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #252525;
    padding: 0;
}
#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #0288d1;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.26);
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 3px;
}
#style-switcher .bottom a.settings:hover {
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.18);
}
#style-switcher .bottom a {
  text-decoration: none;
}
#style-switcher .bottom a.settings i {
    margin-left: 42px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    margin-top: 8px;
}
ul.pattern {
    list-style: none outside none;
    margin: 0 0 0px;
    overflow: hidden;
    padding:0;
    border-radius: 0px;
}
ul.pattern li {
    float: left;
    margin: 2px;
}
ul.pattern li a {
    cursor: pointer;
    display: block;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}
ul.pattern .color1 {
    background-color: #0288d1;
}
ul.pattern .color2 {
    background-color: #7b1fa2;
}
ul.pattern .color3 {
    background-color: #ffb300;
}
ul.pattern .color4 {
    background-color: #c2185b;
}
ul.pattern .color5 {
    background-color: #388e3c;
}
ul.pattern .color6 {
    background-color: #00b19d;
}
ul.pattern .color7 {
    background-color: #6d4c41;
}
ul.pattern .color8 {
    background-color: #ff9e80;
}

/*  17. Back-to-top
----------------------------------------------------------------------------- */

.back-to-top,.back-to-top:focus {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 5;
    line-height: 40px !important;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    background-color: #0288d1;
    text-align: center;
    border: none;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.26);
}
.back-to-top:hover {
    background-color: #0288d1;
    color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.18);
}

/*  18. Responsive
----------------------------------------------------------------------------- */

@media only screen and (max-width: 479px) {
    #style-switcher {
        display: none;
    }
	
.about-img1 img{
max-width: 300px;}	
	
	
}
@media only screen and (max-width: 639px) {
    .introduce .presonal-inform li b {
        width: 200px;
    }
    .introduce .presonal-inform ul li {
        width: 350px;
    }
    .about-img img {
        float: none !important;
        margin: 0 auto !important;
    }
	
	
    #skills-progress {
        margin-top: 30px; 
    }
}
@media only screen and (max-width: 767px) {
    .container {
        width: 96%;
    }
	
    .about-img1 img {
        float: none !important;
        margin: 0 auto !important;
    }		
	
	
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover {
        color: #0288d1;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        color: #4c5667;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;    
    }
    .navbar-brand {
        padding: 16px 15px;
        height: auto;
    }
    .nav li {
        float: none !important
    }
    .navbar-custom {
        background-color: #000;
    }
    .navbar-custom .navbar-brand {
        color: #ffffff;
        padding: 13px 15px 20px 15px;
        margin-top: 10px;
        height: auto;
    }
    .navbar-custom .navbar-toggle {
        margin-top: 15px;
    }
    .intro-title,.intermediate-container .heading h2{
        font-size: 30px;
    }
    #home {
        padding: 200px 0px 120px;
    }
    .carousel-title h1{
        font-size: 26px !important;
    }

    .carousel-text p {
        font-size: 14px !important;
        font-family: 'Roboto', sans-serif;  
    }
    .carousel-text .sub-title {
        font-size: 20px !important;
    }
    .facts i {
        font-size: 30px !important;
        height: 65px;
        width: 65px;
        line-height: 65px;
    }
    .counter h1{
        font-size: 23px;
    }
    .time-line {
        position: relative;
    }
    .time-line:before {        
        margin-left: 52px;
    }
    .rex-item h3 {
        font-size: 20px;
    }
    .rex-item h4 {
        font-size: 15px;
    }
    .rex-item p {
        font-size: 13px;
    }
    .rex-left {
        padding-right: 15px;
        text-align: right;
    }
    .rex-right {
        padding-left: 15px;
    }
    .rex-item {
        padding-left: 0px;
        text-align: left;
        margin-left: 130px;
    }
    .rs-round {
        left: 15px;
        margin: 0px !important;
        height: 105px;
        line-height: 105px;
        width: 105px;
    }
    .rs-round.second {
        margin: 0px !important;
        left: 15px !important;
        right: 0px !important;
    }

    .portfolio-category {
        text-align: left;
        font-weight: 500;        
    }
    .portfolioFilter {
        text-align: left;
    }
    .portfolio-category li {
        margin-bottom: 15px;
    }
    .portfolio-category li a {
        padding: 10px 10px;
    }
    .popup-box {
        max-width: 450px;
    }
    .popup-box .popup-content {
        padding: 10px 20px 10px 20px;
    }

    .social li {
        margin: 0px;
    }
    .footer-social-area .social a {
        text-align: center;
        margin-left: 2px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: none;
        color: #0288d1;
        padding: 0px;
        background-color: #fff;
        line-height: 40px;
        display: inline-block;
        float: left;
        outline: none !important;
    }
    .back-to-top, .back-to-top:focus {
        position: fixed;
        right: 15px;
        bottom: 25px;
        line-height: 40px !important;
        height: 40px;
        width: 40px;
    }
    .contact-form .input-field {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px){
    .navbar-nav&gt;li&gt;a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1023px){
    .popup-box {
        max-width: 500px;
    }
.about-img1 img{
max-width: 300px;}	
    .popup-box .popup-content {
        padding: 10px 20px 10px 20px;
    }
}

@media only screen and (min-width: 1200px){
    .container {
        width: 1170px;
    }
}


#lang {right:20px;
z-index: 99;
position: absolute;}</pre></body></html>