
/* 
	++++ Reset ++++
	++++ Preloading Effect ++++
	++++ Text Rotator ++++
	++++ Home ++++
	++++ Portfolio ++++
	++++ About ++++
	++++ contact ++++
	++++ Download +++

*/
/*----------Reset--------------
-----------------------------*/
body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;  
}
* {
	padding: 0;
	margin: 0;
	outline: none;
	word-wrap: break-word;
}
a {
	 
	font-weight: 200;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	 
}
p{
	font-weight:300;
}
span{
	font-weight:100;
}
ul, ol, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
a, a:hover, a:focus {
	outline: none;
	text-decoration: none;
	color: #b0b0b0;
	transition: all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
a{
	outline: none !important;
	color: #000;
}
input, button, textarea {
	outline: none !important;
	
}
img {
	border: none;
}
:focus {
	outline: none;
}
.fl {
	float: left;
}

.fr {
	float: right;
}
.align-center {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    overflow: hidden;
	text-align: center;
    text-align: -moz-center;	
}
/*===== Common Class =====*/ 


/*==================================================================*/
/*========== Bootstrap Class Overwrite Start ==========*/
/*==================================================================*/
 .navigation ul li a{
	font-weight:300;
}
.scroll-home {
    font-weight: 400;
}
.q_slide_title span{
	font-weight:400;
}
.main-heading{
	text-align: center;
	margin-top: 0px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}
/*===== Common Class =====*/

.float-none {
	float: none !important;
}

/*===== Site Loader Start =====*/
.loader-icon {
	background: none repeat scroll 0 0 #101012;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
}

.loader-icon .loader,
.loader-icon .loader:before,
.loader-icon .loader:after {
  background-color: #FFF;
  -webkit-animation: load1 1s infinite ease-in-out;
  -ms-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader-icon .loader:before,
.loader-icon .loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader-icon .loader:before {
  left: -1.5em;
}

.loader-icon .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 11px;
  text-indent: -9999em;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.loader-icon .loader:after {
  left: 1.5em;
  -webkit-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #FFF;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }
}

@-ms-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #FFF;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #FFF;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }
}

/*===== Site Loader End =====*/

/*===== Common Class =====*/

/*======= Portfolio Section Start ===========*/

.portfolio-main {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 135px;
	padding-bottom: 135px;
	background: #f9f9f9;
}
.portfolio-main .title {
	float: left;
	width: 100%;
	margin-bottom: 85px;
	text-align: center;
}
.portfolio-main .title h2 {
	padding-bottom: 5px;
}
.portfolio-main .title h2 span {
	display: block;
	margin-top: 25px;
	font-size: 14px;
	letter-spacing: 1px;
}
.portfolio-main .gallery-block {
	float: left;
	width: 100%;
}
.portfolio-main .gallery-block ul {
	display: block;
}
.portfolio-main .gallery-block li {
	position: relative;
	display: block;
	float: left;
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
}
.portfolio-main .gallery-block li a { display: block; }
.portfolio-main .gallery-block li .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	opacity: 0;
	filter: alpha(opacity=0);
}
.portfolio-main .gallery-block li .overlay span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.portfolio-main .gallery-block li .overlay:hover span { opacity: 1; }
.portfolio-main .gallery-block li:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio-main .gallery-block li img {
	width: 100%;
	transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s, -ms-transform 0.35s ease 0s;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	width: calc(100% + 40px) !important;
}
.portfolio-main .gallery-block li:hover img {
	transform: translate3d(-40px, 0px, 0px);
	-webkit-transform: translate3d(-40px, 0px, 0px);
	-ms-transform: translate3d(-40px, 0px, 0px);
}
/*======= Portfolio Section End ===========*/

/*-------------------------------------------------
	About
---------------------------------------------------*/
/*========= my_story_block start ============*/
#my_story_block {
	width: 100%;
	float: left;
	background: #e7e7e7;
	min-height: 976px;
	padding: 165px 0 0 0;
	position: relative;
}
#my_story_block .container { padding: 0; }
.expertise_block {
	display: block;
	padding: 0px 0 0 0;
}
.expertise_block_sub {
	display: block;
	padding: 4px 0 0 0;
}
#my_story_block #owl-example .item {
	margin: 0;
	padding-top: 109px;
}
#my_story_block .owl-buttons .owl-prev {
	position: relative;
	width: 45px;
	height: 45px;
	display: inline-block;
	margin: 0 24px;
	font-size: 0;
	font-family:'FontAwesome';
	color: #000;
	background-color: #fff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
}
#my_story_block .owl-buttons .owl-prev:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	font-family:'FontAwesome';
	font-size: 18px;
	text-align: center;
	content: "\f053";
}
#my_story_block .owl-buttons .owl-next {
	position: relative;
	width: 45px;
	height: 45px;
	display: inline-block;
	margin: 0 24px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	font-size: 0;
}
#my_story_block .owl-buttons .owl-next:before {
	position: absolute;
	top: 10px;
	left: 1px;
	width: 100%;
	font-family:'FontAwesome';
	font-size: 18px;
	text-align: center;
	content: "\f054";
}
#my_story_block .owl-pagination {
	display: none;
}
#my_story_block .owl-buttons {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	margin: 0;
	width: 100%;
}
.title {
	text-align: center;
	display: block;
	padding: 0px;
	margin: 0px;
}
.title h2 {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 36px;
	color: #000000;
	padding-bottom: 18px;
	 
	font-weight:400;
}
.accordion { margin-bottom: 20px; }
.acctitle,
.acctitlec {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    cursor: pointer;
    border-top: 1px dotted #DDD;
    padding: 10px 0 10px 20px;
}
.acctitlec { cursor: auto; }
.acctitle:first-child { border-top: none; }
.acctitle i {
    position: absolute;
    top: 8px;
    left: 0;
    width: 14px;
    text-align: center;
    font-size: 20px;
    line-height: 44px;
}
.acctitle i.fa-chevron-up,
.acctitlec i.fa-chevron-down { display: none; }
.acctitlec i.fa-chevron-up { display: block; }
.acc_content {
    position: relative;
    padding: 0 0 35px 35px;
}

/* Accordion - with Title Background
-----------------------------------------------------------------*/
.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
    background-color: #EEE;
    line-height: 44px;
    padding: 0 0 0 36px;
    margin-bottom: 5px;
    border-top: 0;
	text-transform: uppercase;
}
.accordion.accordion-bg .acctitle i {
    left: 95%;
    line-height: 44px;
}
.accordion.accordion-bg .acc_content { 
	font-size: 16px;
	color: #000;
	font-weight:300;
}
/* Accordion - Bordered
----------------------------------------------------------------*/
.accordion.accordion-border {
    border: 1px solid #DDD;
    border-radius: 4px;
}
.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
    border-color: #CCC;
    line-height: 44px;
    padding: 0 15px 0 36px;
}
.accordion.accordion-border .acctitle i {
    left: 14px;
    line-height: 44px;
}
.accordion.accordion-border .acc_content { padding: 0 15px 15px 36px; }

.title p {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #000;
	 
	padding-top: 28px;
	line-height: 1.6em;
}

.expertise_box {
	display: inline-block;
	padding-top: 56px;
}

.expertise_box .icon_box {
	display: inline-block;
	vertical-align: top;
}

.expertise_box .icon_box span {
	display: block;
	font-family: 'et-line';
	font-size: 32px;
	color: #000;
}

.expertise_box .details_bar {
	display: inline-block;
	vertical-align: top;
	padding: 8px 0 0 0;
}

.expertise_box .details_bar h2 {
	display: block;
	font-size: 18px;
	color: #000;
	padding-bottom: 29px;
	text-transform: uppercase;
	margin: 0;
	 
	font-weight: 500;
}

.expertise_box .details_bar p {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 1.6em;
	 
	font-weight: 300;
}

.work_exp {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.work_exp .title { margin-bottom: 65px; }

.work_exp .title-1 { background-color: #F9F9F9; }

.work_exp .title-2 { background-color: #F9F9F9; }

.work_exp .title-3 { background-color: #F9F9F9; }

.work_exp .ui-accordion .ui-accordion-header {
	margin: 0;
	padding-top: 21px;
	padding-bottom: 21px;
	padding-left: 35px;
	 
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
}
.work_exp .ui-accordion .ui-accordion-content {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 32px;
	padding-left: 36px;
	 
	font-size: 15px;
	color: #000;
	line-height: 25px;
	background: none;
	border: none;
}
.work_exp .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	top: 16px;
	left: auto;
	right: 20px;
	width: 25px;
	height: 27px;
	margin: 0;
	text-indent: inherit !important;
	/*background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/up-arrow.png);*/
}

.work_exp .ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "FontAwesome";
	font-size: 25px;
	color: #000;
	content: "\f078";
}

.work_exp .ui-accordion .ui-accordion-header .ui-accordion-header-active .ui-accordion-header-icon { /*background-image: url(../images/down-arrow.png);*/ }

.work_exp .ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before { content: "\f077"; }

/*.work_exp .ui-accordion-header.ui-accordion-header:hover,*/
.work_exp .ui-accordion-header.ui-accordion-header-active { background-color: #fff; }

.award_block {
	display: block;
}
.award_block_sub {
	display: block;
	text-align: center;
	padding: 91px 0 0 0;
}
.award_block_sub .award_box {
	width: 294px;
	text-align: left;
	display: inline-block;
	border: #fff solid 3px;
	padding: 37px 0;
	margin:18px 18px 19px 19px;
}
.award_box .aw-icon {
	vertical-align: top;
	display: inline-block;
	width: 127px;
	text-align: center;
}
.award_box .aw-icon span {
	display: block;
	font-family: "et-line";
    font-size: 53px;
	color: #000;
}
.award_box .text {
	vertical-align: top;
	width: 150px;
	display: inline-block;
	text-align: left;
	 
	font-weight: 300; 
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}
.education_block {
	display: block;
	text-align: center;
}

.education_block_sub {
	padding: 60px 0 0 0;
}
.education_row {
	overflow: hidden;
	text-align: left;
	margin-bottom: 15px;
}

.education_block_sub .left_block {
	background: #000;
	padding: 25px 20px 20px 35px;
	min-height:	180px;
}
.left_block .left-details h2 {
	display: block;
	text-align: left;
	padding-bottom: 17px;
	color: #fff;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	
}
.left_block .left-details p {
	display: block;
	text-align: left;
	color: #fff;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.left_block .big-text {
	vertical-align: top;
	text-transform: uppercase;
	display: inline-block;
	font-size: 60px;
	color: #fff;
	 
	text-align: right;
}

.education_block_sub .right_block {
	background: none repeat scroll 0 0 #fff;
    display: inline-block;
    padding: 25px 20px 20px 35px;
    vertical-align: top;
	min-height:	180px;
}

.education_block_sub .right_block p {
	text-align: left;
	display: block;
	font-size: 15px;
	color: #000;
}

.tech_skills {
	display: block;
}

.tech_skills .skill-block {
	margin-top: 85px;
}

.tech_skills .skill-block li {
	text-align: center;
}

.tech_skills .skill-block .skill-circle {
	position: relative;
	display: inline-block;
	min-width: 169px;
	max-width: 169px;
	height: 169px;
	margin-bottom: 24px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
}

.tech_skills .skill-block .skill-circle span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	font-size: 35px;
	color: #000;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.tech_skills .skill-block h3 {
	margin-bottom: 21px;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}

.tech_skills .skill-block h6 {
	font-size: 14px;
	color: #000;
	line-height: 25px;
}

.objective_block {
	display: block;
	padding: 0px;
}

.objective_block h2 {
	display: block;
	text-align: center;
	font-size: 60px;
	color: #000000;
}

.objective_block p {
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 74px 0 0 0;
	color: #000000;
}

/*========= my_story_block end ============*/


/*------------- contact page start -----------------*/

#contact_block {
	display: block;
	text-align: center;
	padding: 145px 0 0 0px;
	margin: 0px;
	background: #f9f9f9;
	min-height: 976px;
}

.contcat_block {
	display: inline-block;
	width: 670px;
	text-align: left;
	padding: 85px 0 0 0;
}

.contact_details_block {
	display: block;
	padding: 209px 0 0 0;
	text-align: left;
	width: 100%;
	float: left;
}

.contact_details_block .address {
	display: inline-block;
	line-height: 30px;
	float: left;
	 
	font-size: 16px;
	color: #000;
}

.contact_details_block .address a {
	color: #000;
}

.social_media {
	width: 43%;
	display: inline-block;
	float: right;
	padding: 5px 0 0 0;
	text-align: right;
}

.social_media .social-icon.no-padd {
	padding-left: 0px;
}
.social_media .social-icon a:hover{
	color:#B0B0B0;
}
.social_media .social-icon {
	display: inline-block;
	padding-bottom: 32px;
	padding-left: 60px;
}

.social_media .social-icon a {
	padding-bottom: 10px;
	border-bottom: #000 solid 2px;
	width: 92px;
	display: inline-block;
	text-align: left;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}

/*-------------- contact page end --------------*/


/*======= download block start ===*/
#download_block .download-link a text{
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 36px;
	color: #000000;
	padding-bottom: 18px;
}

#download_block {
	width: 100%;
	float: left;
	padding: 184px 0 0 0px;
	text-align: center;
	background: #e7e7e7;
	min-height: 976px;
}

#download_block .download-link {
	display: inline-block;
	text-align: center;
}

#download_block .download-link a {
	display: inline-block;
	
}

#download_block .download-link a .down-icon {
	position: relative;
	display: block;
	width: 250px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	/*box-shadow: 0 0 0 1px #000;
	-webkit-box-shadow: 0 0 0 1px #000;
	-ms-box-shadow: 0 0 0 1px #000;*/
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
}

#download_block .download-link a .down-icon i {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-family: "et-line";
	font-size: 85px;
	color: #000;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.copyright {
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 124px 0 0 0;
	text-transform: uppercase;
	color: #000;
	 
}

/*======= download block end ===*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/

.sticky-header {
	position: fixed;
	top: 0;
	z-index: 999;
}
