/*
Template Name: Resumex
Description: HTML5 / CSS3 One Page
Version: 1.0
Author: themehippo.com
*/

/*------------------------------------------------------------------
# [Color codes]

# Body  (text): #3a4750
# Heading Color #444444
# Theme Color (link color) #82b541
# Mid grey (sub header) #f4f4f4
# -------------------------------------------------------------------*/

body {
    font-family : 'Hind', sans-serif;
    font-size   : 15px;
    line-height : 1.8em;
    color       : #000000;
    font-weight : 400;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;    
    }

/* --------------------------------------
 * Global Typography
 *------------------------------------------*/

.small, small {
    font-size: 90%;
}

h1, h2, h3, h4, h5, h6 {
    margin : 0 0 15px;
    color  : #2b2b3d;
    }

h1 {
    font-size   : 26px;
    line-height : 1.8em;
    font-weight : 700;
    }

h2 {
    font-size   : 18px;
    line-height : 1.8em;
    font-weight : 700;
    }

h3 {
    font-size   : 16px;
    line-height : 1.8em;
    font-weight : 500;
    }

h4 {
    font-size   : 15px;
    line-height : 1.8em;
    font-weight : 500;
    }

h5 {
    font-size   : 15px;
    line-height : 1.5em;
    font-weight : 500;
    }

h6 {
    font-size   : 15px;
    line-height : 1.5em;
    }

/* --------------------------------------
 * LINK STYLE
 *------------------------------------------*/
a {
    color              : #FFC107;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
    }

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

p {
    margin-bottom : 2px;
    }

ul {
    margin     : 0;
    padding    : 0;
    list-style : none;
    }

/*------------------
 * Button Style
 *------------------*/
.btn {
    padding        : 14px 30px 11px;
    margin-bottom  : 0;
    font-size      : 14px;
    font-weight    : 500;
    border-radius  : 0;
    border         : 0;
    text-transform : uppercase;
    }

.btn-lg {
    font-weight : 700;
    font-size   : 24px;
    padding     : 15px 30px;
    }

/*btn-primary*/
.btn-primary {
    background-color : #FFC107;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;}
    }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    background-color: #ff9800;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;}
    }

/*btn-default*/
.btn-default {
    color            : #2a54f5;
    background-color : transparent;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;}
    border           : 2px solid #2a54f5;
    }

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
    background-color  : #2a54f5;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;}
    color        : #ffffff;
    border-color : #2a54f5;
    }

button:focus,
.btn:focus,
.btn:active:focus {
    outline : none;
    }

/* --------------------
 * Column Block
 * -------------------*/

.columns-block {
    display                : -webkit-flex;
    display                : flex;
    -webkit-flex-direction : row;
    flex-direction         : row;
    margin                 : 60px auto;
    padding                : 0;
    /* box-shadow             : 0 0 0 1px #eaeaea; */
    }

.blocks {
    box-sizing : border-box;
	width:100%;
    }

.left-col-block {
    overflow     : hidden;
    -webkit-flex : 1 0 0;
    flex         : 1 0 0;
    position     : relative;
    background   : rgba(255, 255, 255, .8);
    border-right-color : 1px solid #eaeaea;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;}
    }

.right-col-block {
    -webkit-flex : 2 0 0;
    flex         : 2 0 0;
    position     : relative;
    background-color   : #ffffff;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;}
    }



@media (max-width : 768px) {

    .columns-block {
        display    : block;
        margin     : 0;
        box-shadow : none;
        }

    .left-col-block {
        width    : 100%;
        position : relative;
        border   : 0;
        }

    .right-col-block {
        width      : 100%;
        position   : relative;
        box-shadow : none;
        }
    }

@media (min-width : 769px) and (max-width : 1024px) {
    .columns-block {
        margin-top    : 30px;
        margin-bottom : 30px;
        }
    }

/* --------------------
 * Section Background
 * -------------------*/

.gray-bg {
    background-color : #ffffff;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;}
    }

/* --------------------
 *  main Wrapper
 * -------------------*/
#main-wrapper {
    overflow : hidden;
    }

/*-------------------
 * Section Wrapper
 *-------------------*/
.section-wrapper {
    padding: 0px 20px 0px 40px;
  }



/*---------------------------
* Section Title
*---------------------------*/
.section-title {
    margin-bottom : 15px;
    }

.section-title h2 {
    margin-bottom : 5px;
    color         : #000000;
    }

/*-----------------------------
 * NAVIGATION & HEADER STYLE
 *-----------------------------*/

.header {
    padding  : 20px !important;
    margin   : 0;
    position : relative;
    }

.header .profile-img {
    margin-bottom : 50px;
    }

.header .content-wrapper {

    }

.header .content {
    width  : 100%;
    margin : 0 auto;
    }

.header .content h1 {
    line-height : 1;
    margin      : 0 0 5px;
    }

.header .content .lead {
    font-size : 18px;
    }

.header .content .about-text {
    margin : 10px 0;
    }

.header .btn {
    margin-top : 40px;
    }

@media (max-width : 768px) {
    .header {
        padding       : 0;
        text-align    : center;
        border-bottom : 1px solid #ededed;
        }

    .header img {
        margin : 0 auto;
        }

    .header .content {
        padding : 50px;
        }
    }

/* Header Sticky */

.sticky {
    position : -webkit-sticky;
    position : sticky;
    top      : 0;
    }

/*-------------------
 * Social Icon
 *-------------------*/

.social-icon {
    margin  : 20px 0;
    padding : 0;
    display : block;
    }

.social-icon li {
    display : inline-block;
    margin  : 0 2px;
    }

.social-icon li a {
    display       : block;
    font-size     : 12px;
    color         : #333333;
    width         : 34px;
    height        : 34px;
    line-height   : 33px;
    text-align    : center;
    border-radius : 2px;
    border        : 2px solid #eeeeee;
    }

.social-icon li a:hover {
    border-color : #cccccc;
    }

/*-------------------
 * Expertise
 *-------------------*/
.expertise-item {
    margin-bottom : 20px;
    }

.expertise-item h3 {
    margin-bottom : 5px;
    font-weight   : 700;
    }

/*-------------------
 * Skills Progressbar
 *-------------------*/

.progress-item {
    position : relative;
    }

.progress-item .progress-title {
    font-size     : 15px;
    font-weight   : 400;
    display       : inline-block;
    margin-bottom : 5px;
    }

.progress-item .progress {
    height        : 4px;
    box-shadow    : none;
    border-radius : 5px;
    }

.progress-item .progress-bar {
    background-color : #FFC107;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;}
    box-shadow       : none;
    text-align       : right;
    }

.progress-item .progress-percent {
    font-size        : 10px;
    background-color : #313131;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;}
    position         : absolute;
    top              : 5px;
    padding          : 0 8px;
    border-radius    : 3px;
    }

.progress-item .progress-percent::before {
    content      : "";
    position     : absolute;
    left         : 0;
    bottom       : -4px;
    border-top   : 6px solid #313131;
    border-right : 8px solid transparent;
    }

/*-------------------
 * Portfolio
 *-------------------*/

.portfolio-item {
    position      : relative;
    display       : block;
    margin-bottom : 30px;
    }

.portfolio-item .portfolio-thumb img {
    height    : auto;
    display   : block;
    max-width : 100%;
    }

.portfolio-item .portfolio-info {
    position   : absolute;
    bottom     : 0;
    padding    : 30px 15px 5px;
    width      : 100%;
    background : -webkit-linear-gradient(
            top,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 100%
    );
	-webkit-print-color-adjust:exact;
	color-adjust:exact;}
    }

.portfolio-item .portfolio-info h3 {
    margin      : 0;
    line-height : 1;
    color       : #ffffff;
    }

.portfolio-item .portfolio-info small {
    color : #ffffff;
    }

.portfolio-item:hover .portfolio-info {
    background : -webkit-linear-gradient(
            top,
            transparent 0%,
            #000 100%
    );
	-webkit-print-color-adjust:exact;
	color-adjust:exact;}
    }

/*-------------------
 * Content Item
 *-------------------*/

.content-item {
    margin-bottom : 20px;
    }

.content-item h3 {
    margin         : 0 0 5px;
    line-height    : 1;
    font-weight    : bold;
	color: #337ab7;
}

.content-item h4 {
    margin      : 0;
    line-height : 1;
    }

.content-item small {
    color : #000000;
    }

/*-------------------
 * Contact
 *-------------------*/

.feedback-form {
    margin-top : 50px;
    }

/*-------------------
 * Form Style
 *-------------------*/
.form-control {
    height        : 50px;
    padding       : 0 20px;
    font-size     : 13px;
    line-height   : 50px;
    color         : #969595;
    border        : 1px solid #cccccc;
    border-radius : 0;
    box-shadow    : none;
    box-sizing    : border-box;
    }

.form-control:focus,
.form-control:active {
    box-shadow : none;
    }

/* --------------------------------------------
 *   Footer
 *---------------------------------------------- */

/* Copyright */

.footer {
    padding : 30px 50px;
    }

.footer .copyright-section {
    font-size : 13px;
    color     : #888888;

    }

.footer .copyright-section .copytext {
    font-weight : 400;
    display     : block;
    }

@media (max-width : 480px) {
    .footer {
        padding : 10px 20px;
        }
    }

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
    background : rgba(255, 255, 255,.8);
    bottom     : 0;
    left       : 0;
    position   : fixed;
    right      : 0;
    top        : 0;
    z-index    : 9999;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;}
    }

#status,
.status-mes {
    background-image    : url(../img/preloader.svg);
	-webkit-print-color-adjust:exact;
	color-adjust:exact;
    background-position : center;
    background-repeat   : no-repeat;
    height              : 200px;
    left                : 50%;
    margin              : -100px 0 0 -100px;
    position            : absolute;
    top                 : 50%;
    width               : 200px;
    }

.status-mes {
    background : none;
    left       : 0;
    margin     : 0;
    text-align : center;
    top        : 65%;
    }
	
	
.self ul li.mail {
    background-image: url("../img/icn-mail.gif");

}
.self ul li.tel {
    background-image: url("../img/icn-tel.gif");
}
.self ul li {
    background-position: 0 0.1em;
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    margin-top: -2px;
    padding-left: 26px;
}

.specmargin10 { margin-top:10px; }
.personaldetail{width:100%;margin-bottom: 10px;}
.personaldetail .keyname{width:25%;float:left;}
.personaldetail .keyspace{width:1%;float:left;}
.personaldetail .keyvalue{width:70%;padding-left:10px;float:left;}
.specmarginfooter{padding-top:40px;margin-bottom:50px;}
.text-center{text-align:center;}
	.cust-btn{    background: linear-gradient(#66d0f9,#61c3e8);
    border: 1px solid #2b9cc5;
    padding: 3px 5px;
    color: white;
    margin-top: 8px;
    border-radius: 3px;
}
.top-icos li{padding:0px !important;}
.w100{width:100%;float:left;margin-bottom:10px;}
.padding-0{padding:0px !important;}
.section-title{margin-bottom:0px;}
ol,ul{list-style-position: inside;
    padding: 0;}
	.bld{font-weight:bold;}
	.lst-sec{border-bottom:1px solid #ccc;}
	.lastest{     border-top: 1px solid #ccc;
    padding: 7px 0px;
    margin-bottom: 27px;}
	.pull-left{float:left;}
	.pull-right{float:right;}
	.skill-head{color: #000000;font-family: 'Jura', sans-serif;}
	.sub-skill{font-size:14px;color:#000000;}

.content-item {
    margin-bottom: 10px;
}

.content-item h5 {
    margin-bottom: 0;
    margin-top:0;
}

.quotes{
	margin-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
    float:left;
}
.quote-symbol{
	float: left;
	width: 35px;
	height: 30px;
	background: #337ab7;
	font-size: 80px;
	border-radius: 50%;
	text-align: center;
	margin-top: -10px;
	margin-right: 15px;
}

.profile-img {
    float: left;
}

.aboutme .content{
	float:left;
	margin-left:30px;
}

#displayname {
	margin:0px;
	color:#337ab7;
	
}

.personalinfo {
		margin-top:10px;
}

@media screen{
	.ct small{color:#000;}
	.ct{margin-bottom:15px;}
	.lastest{border:none !important;}
	.aboutme .col-md-3{width:25%;float:left;padding:0px;}
	.aboutme .col-md-3 img{float:left;clear:both;}
	.aboutme .col-md-9{width:75%;float:left;padding:0px;}
	.top-icos{line-height:15px;}
	.col-md-12{float:left;width:100%;}
	.skills-list.clearfix{float:left;width:100%;}
	.progress,.progress-bar,.progress-percent,.progress-item,.progress-wrapper{
		width:100% !important;-webkit-print-color-adjust:exact;	color-adjust:exact;
	}
}
	
@media print{
	.ct small{color:#333;}
	.ct{margin-bottom:15px;}
	.lastest{border:none !important;}
	.aboutme .col-md-3{width:33.33333333%;float:left;padding:0px;}
	.aboutme .col-md-3 img{width:80% !important;float:left;clear:both;}
	.aboutme .col-md-9{width:66.66666667%;float:left;padding:0px;}
	.top-icos{line-height:15px;}
	.col-md-12{float:left;width:100%;}
	.pd-s{margin-top:20px;}	
	.skills-list.clearfix{float:left;width:100%;}
	.progress,.progress-bar,.progress-percent,.progress-item,.progress-wrapper{
		width:100% !important;-webkit-print-color-adjust:exact;	color-adjust:exact;
	}
}
	