/*************************************************
  Boostsrtap and metro style CSS
  Project: Aineias Infra
  Date: July 2015
**************************************************
  1. COMMON
                0.0 Common style ex.view-more
                0.1 Sprite
                0.2 Image helper classes
                0.3 Inner Container
    1.1 Header
        1.1.0 Menu style
    1.2 Footer
    1.3 Pages
        1.3.0 Homepage style
        1.3.1 Profile style

**************************************************/

/* 1. COMMON
--------------------------------------------------
==================================================*/

/* 0.0 Common style ex.view-more
--------------------------------------------------*/
/* 0.1 Sprite
--------------------------------------------------*/
.navbar .nav>li a,span.skilsetsicon,span.portfolioicon,span.profileicon,span.contacticon,span.socialmediaicon,
.hero-unit a.resumeicon,.profilewrapper .exp,.edu-wrapper .edu1 .university,.edu-wrapper .edu2 .my-services,.portfolio-body .experience-icon,
.development-icon,.design-icon,.pi-chart-icon
{
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}
.social{
        background-image: url(../img/socialshare-sprite.png);
    background-repeat: no-repeat;
}
a{color: #ff9e03;}
a:hover{color: #ff9e03;cursor: pointer}
.white{color:#fff;}
.orange{color:#ff9e03;}
.green{color: #35c37b;}
.red{color:#f8681f}
.blue{color: #1687c1}
.big{font-size: 72px;}
.normal-big{font-size: 60px;}
.normal-text{font-size: 40px;}
.exp-text{font-size:20px;}
.heading{font-size: 24px;}
.flt{float:left;}
.frt{float:right;}
.small-gray{font-size: 14px;color: #7c7c7c;font-weight: normal;}
h2{font-size: 24px;}
.text{font-size: 16px;line-height: 28px;}
.space{margin: 40px 0;}
.heading-space{margin: 70px 0;}
.heading-arrow{margin: 70px 0;
margin-bottom: 0;
padding-bottom: 40px;
background-image: url(../img/hint-arrow.png);
background-repeat: no-repeat;
background-position: 790px 27px;}
.textleft{text-align: left}
.textright{text-align: right}
.textcenter{text-align: center}
.textindent{padding-left:30px;}
.underline{text-decoration: underline}
ul, ol{list-style: none;margin: 0}
.red-star{color: red;margin-right: 5px;}
.leftindent{padding-left: 45px;}
iframe{border: none;margin-top: 20px;}
.like{display: inline-block;
vertical-align: top;}
.fb-comments{margin-bottom: 25px;}
/* 1.1 Header
--------------------------------------------------*/
/* 1.1.0 Menu style
--------------------------------------------------*/
/*.navbar .nav>li a{padding: 15px 15px 15px 60px;margin: 0 10px;-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}
.navbar .nav>li.profile a{background-position: 10px 3px;}
.navbar .nav>li.active a.profilelink,.navbar .nav>li.profile a:hover{background-position: 10px -58px;}
.navbar .nav>li.skillsets a{background-position: 3px -116px;}
.navbar .nav>li.active a.skillsetslink,.navbar .nav>li.skillsets a:hover{background-position: 3px -177px;}
.navbar .nav>li.portfolio a{background-position: 3px -237px;}
.navbar .nav>li.active a.portfoliolink,.navbar .nav>li.portfolio a:hover{background-position: 3px -295px;}
.navbar .nav>li.portfolio a.active:hover{color: #fff;}
.navbar .nav>li.contact a{background-position: 0px -357px;}
.navbar .nav>li.active a.contactlink,.navbar .nav>li.contact a:hover{background-position:0px -414px;}
.navbar .nav>li.active a{font-weight: bold;color: #fff;}
.navbar-inverse .brand, .navbar-inverse .nav>li>a{text-shadow: none;}
.navbar-inverse .navbar-inner{border-bottom:1px solid #ffffff;
/*             padding: 15px 0;*/
/*
}
.navbar-inverse .navbar-inner .container{padding: 17px 0;background-image: url("../img/kumaranpg-circle.png");
background-position: 0 0; background-repeat: no-repeat;
}
.navbar .brand{padding: 15px 20px 10px 115px;color: #fff;}
.header_init {
/*padding: 40px 0 50px 0;*/
/*
background-image: no-repeat;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity: 0;
}
.header_init .navbar{display: none;}
.hero-unit a{font-size: 14px}
.hero-unit a.resumeicon{background-position: -20px -532px;padding-left: 25px;font-weight: bold;}
.hero-unit a.infotxt{font-weight: bold;}
.hero-unit span.info{font-size: 23px;
font-family: Dancing Script,Arial,Geneva,sans-serif;
padding-left: 15px;
margin-right: 6px;
color: #fff;
font-weight: bold;
text-decoration: none;font-weight: bold;}
.hero-unit span.info:hover{text-decoration: none;}
.box-wrapper a{font-size: 11px}
.header_scroll, .header_noslide {
padding: 10px 0 0 0 !important;
background-image: none !important;
-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
border-bottom: 2px solid #3aa1d6;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity: 1;
}
.navscroll{
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity: 0;
}
.section-wrapper{border-bottom: 1px solid #ccc;padding-bottom: 40px;
/*-webkit-box-shadow: 20px 5px 21px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 20px 5px 21px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow:20px 5px 21px 0px rgba(0, 0, 0, 0.1);*/
/*
}
.sidenav{
    position: fixed;
top: 250px;
left: 35px;
}
.sidenav li a{text-indent: -1000px;background-image: url(../img/nav-bullets.png);background-repeat: no-repeat}
.sidenav li a:hover{background-color: transparent !important}
.sidenav li a.profilelink{background-position: 0 0;}
.sidenav li a.skillsetslink{background-position: 0 -23px;}
.sidenav li a.portfoliolink{background-position: 0 -47px;}
.sidenav li a.contactlink{background-position: 0 -72px;}
*/
/* 1.3 Pages
-------------------------------------------------*/
/* 1.3.0 Homepage style
-------------------------------------------------*/
.wrapper{
background-image: url('images/output_3LiIcd.gif') ;background-repeat: repeat-x;background-position: top left; background-color:#000000;}
.wrapper .home-container{padding-bottom: 50px;background-image: url("sty/images/logofinal_noiseremoved_huge");background-repeat: repeat-x;background-position: left -63px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
.box-wrapper{float: right;}
.box-wrapper-text{float: left;}
.box-wrapper .row{width: 100%;margin: 0;margin-bottom: 2px;}
.box-wrapper .row .box{width: 124px;height: 125px;float: left;margin-left: 2px;text-align: center;font-size: 16px;font-weight: bold;}
.box-wrapper .row .box a{color: #fff}
.box-wrapper .row .box a:hover{text-decoration: none;}
.box-wrapper .row1 .box4{background-color: #35c37b;
        -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.box-wrapper .row1 .box4 p,.box-wrapper .row2 .box2 p,.box-wrapper .row2 .box5 p,.box-wrapper .row3 .box2 p,.box-wrapper .row3 .box4 p{
top:0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.box-wrapper .row .box .middle{margin-top: 50px}
span.skilsetsicon{padding: 10px 20px;background-position: -11px -185px;top:0;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}
span.portfolioicon{padding: 10px 20px;background-position: -11px -305px;top:0;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}
span.profileicon{padding: 10px 20px;background-position: -1px -66px;top:0;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}
span.contacticon{padding: 10px 20px;background-position: -11px -421px;top:0;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}
span.socialmediaicon{padding: 10px 20px;background-position: -11px -469px;top:0;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}
.box-wrapper .row2 .box5{background-color: #ff9e03;
        -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.box-wrapper .row2 .box5:hover{
        -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.box-wrapper .row2 .box2{background-color: #9ac31e;
        -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.box-wrapper .row2 .box2:hover{
        -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.box-wrapper .row3 .box2{background-color: #1687c1;
        -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.box-wrapper .row3 .box2:hover{
        -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.box-wrapper .row3 .box4{background-color: #f8681f;
        -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.box-wrapper .row3 .box4:hover{
        -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.box-wrapper .row .box img{opacity: 0.8;
        -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background-color: #fff;
}
.box-wrapper .row .box img:hover{opacity: 1;
        -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.box-wrapper .row4 .box4{background-color: #E77471;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box-wrapper .row4 .box4:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box-wrapper .row5 .box2{background-color: #f8681f;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box-wrapper .row5 .box2:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box-wrapper .row6 .box5{background-color: #35c37b;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box-wrapper .row6 .box5:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*
 header slider text
 */


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}


/* header slider text */
 
/* 1.3.1 Profile style
-------------------------------------------------*/
/* percentage style style starts here*/
.bar-main-container {
/*  margin: 10px;*/
}
.bar-main-container .text{width: 100%;float: left;font-size: 13px;font-weight: bold;}
.wrap { padding: 8px; }
.bar-percentage {
  float: left;
  background: rgba(0,0,0,0.13);
/*  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  padding: 9px 0px;
  width: 18%;
  height: 16px;
  display: none;
}

.bar-container {
  float: left;
/*  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;*/
  height: 12px;
  background: rgba(0,0,0,0.13);
  width: 78%;
  margin: 12px 0px;
  overflow: hidden;
}
.bar {
  float: left;
  background: #35c37b;
  height: 100%;
/*  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.bar-design {
  float: left;
  background: #ff9e03;
  height: 100%;
/*  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* COLORS */
.bar-green{ background: #fff; }
.bar-orange{background: #ff9e03}
/* percentage style style ends here*/
.profilewrapper .profile-content{margin-top: 55px;text-align: center}
.profilewrapper .profile-content,.profilewrapper .profile-experience,.portfoliowrapper .portfolio-body{float:left;width:100%}
.profilewrapper .profile-experience .exp{padding-left: 70px;background-position: 0px -569px;}
.profilewrapper .profile-experience .profile-experience-wrapper{text-align: left;height: 1070px;}
.profilewrapper .profile-experience .profile-experience-wrapper .exp-left,.profilewrapper .profile-experience .profile-experience-wrapper .exp-right{float:left;width:45%;}
.profilewrapper .profile-experience .profile-experience-wrapper .underline{float: left;margin-bottom: 10px;width: 100%;}
.profilewrapper .profile-experience .profile-experience-wrapper li{list-style:inside;line-height:24px;}
.profilewrapper .profile-experience .profile-experience-wrapper .exp1{position: relative;right: -17px;top: 53px;padding-right:20px;background: url("../img/exp1-rightsidearrow.png") no-repeat scroll 506px 22px rgba(0, 0, 0, 0);float: left;}
.profilewrapper .profile-experience .profile-experience-wrapper .exp1 .head{background: url("../img/tcs-logo.jpg") no-repeat scroll 432px 22px #FF9E03;font-size: 18px;padding:20px 20px 10px 20px;font-weight: normal;line-height: 27px;margin:0;border:1px solid #ff9e03;border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;-webkit-border-radius:4px 4px 0px 0px;border-bottom:none;}
.profilewrapper .profile-experience .profile-experience-wrapper .exp-list1{padding-left: 0px;line-height:10px;padding:10px 20px;border:1px solid #ff9e03;border-radius:0px 0px 4px 4px;-moz-border-radius:0px 0px 4px 4px;-webkit-border-radius:0px 0px 4px 4px;border-top:none}
.profilewrapper .profile-experience .profile-experience-wrapper .exp2{background: url("../img/exp2-leftsidearrow.png") no-repeat scroll -1px 22px rgba(0, 0, 0, 0);float: left;left: -17px;padding-left: 20px;position: relative;top: 183px;}
.profilewrapper .profile-experience .profile-experience-wrapper .exp2 .head{background: url("../img/infy-logo.jpg") no-repeat scroll 408px 34px #35c37b;font-size: 18px;padding:20px 20px 10px 20px;font-weight: normal;line-height: 27px;margin:0;border:1px solid #35c37b;border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;-webkit-border-radius:4px 4px 0px 0px;border-bottom:none;}
.profilewrapper .profile-experience .profile-experience-wrapper .exp-list2{padding-left: 0px;line-height:10px;padding:10px 20px;border:1px solid #35c37b;border-radius:0px 0px 4px 4px;-moz-border-radius:0px 0px 4px 4px;-webkit-border-radius:0px 0px 4px 4px;border-top:none}
.profilewrapper .profile-experience .profile-experience-wrapper .exp3{position: relative;right: -17px;top: 84px;padding-right:20px;background: url("../img/exp3-rightsidearrow.png") no-repeat scroll 506px 22px rgba(0, 0, 0, 0);float: left;}
.profilewrapper .profile-experience .profile-experience-wrapper .exp3 .head{background: url("../img/gocoop-logo.jpg") no-repeat scroll 435px 22px #f8681f;font-size: 18px;padding:20px 20px 10px 20px;font-weight: normal;line-height: 27px;margin:0;border:1px solid #f8681f;border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;-webkit-border-radius:4px 4px 0px 0px;border-bottom:none;}
.profilewrapper .profile-experience .profile-experience-wrapper .exp-list3{padding-left: 0px;line-height:10px;padding:10px 20px;border:1px solid #f8681f;border-radius:0px 0px 4px 4px;-moz-border-radius:0px 0px 4px 4px;-webkit-border-radius:0px 0px 4px 4px;border-top:none}
.profilewrapper .profile-experience .profile-experience-wrapper .exp4{top: 207px;background: url("../img/exp4-leftsidearrow.png") no-repeat scroll -1px 22px rgba(0, 0, 0, 0);float: left;left: -17px;padding-left: 20px;position: relative;}
.profilewrapper .profile-experience .profile-experience-wrapper .exp4 .head{background: url("../img/arokia-logo.jpg") no-repeat scroll 400px 34px #9ac31e;font-size: 18px;padding:20px 20px 10px 20px;font-weight: normal;line-height: 27px;margin:0;border:1px solid #9ac31e;border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;-webkit-border-radius:4px 4px 0px 0px;border-bottom:none;}
.profilewrapper .profile-experience .profile-experience-wrapper .exp-list4{padding-left: 0px;line-height:10px;padding:10px 20px;border:1px solid #9ac31e;border-radius:0px 0px 4px 4px;-moz-border-radius:0px 0px 4px 4px;-webkit-border-radius:0px 0px 4px 4px;border-top:none}
.profilewrapper .profile-experience .profile-experience-wrapper li{margin: 10px 0;}
.skillsetswrapper .skill-content,.portfoliowrapper .portfolio-content,.contactwrapper  .portfolio-content{margin-top:55px;float:left;width:100%;}
.skillsetswrapper .skill-wrapper .skill{float: left;}
.skillsetswrapper .skill-wrapper .skill1{width: 38%}
.skillsetswrapper .skill-wrapper .skill2{width: 38%}
.skillsetswrapper .skill-wrapper .skill3{width: 17%}
.eduction-content {float: left;width: 100%;}
.edu-wrapper .edu{float: left;}
.edu-wrapper .edu1{width: 27%}
.edu-wrapper .edu1 .university{background-position: 0 -816px;padding-left: 45px;margin-bottom: 20px;}
.edu-wrapper .edu1 p{margin-left: 45px;}
.edu-wrapper .edu2{width: 72%}
.edu-wrapper .edu2 .my-services{background-position: 0 -863px;padding-left: 45px;margin-bottom: 20px;}
ul.tabs{border-bottom: 1px solid #35c37b }
.tabs li {list-style:none;display:inline;}
.tabs a {padding:10px;display:inline-block;background:#fff;color:#333;text-decoration:none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.tabs a.active {background:#35c37b;color:#fff;}
.tab p{margin: 15px}
ul.portfoliotabs{border-bottom: 1px solid #f8681f }
.portfoliotabs li {list-style:none;display:inline;}
.portfoliotabs a {padding:10px;display:inline-block;background:#fff;color:#333;text-decoration:none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.portfoliotabs a.active {background:#f8681f;color:#fff;}
.portfoliotab p{margin: 15px}
.portfolio-body .experience-icon{background-position:0 -906px;padding-left: 45px;margin-bottom: 20px;}
td.mypart{padding-left: 125px;}
th.mypart{width: 50%;}
.contactwrapper{min-height: 620px;}
.social{padding: 10px 25px 40px 25px;margin-right: 20px;-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
display: inline-block}
.tweet{background-position: 0 0;}
.tweet:hover{background-position: 0px -67px}
.facebook{background-position: 0px -136px;}
.facebook:hover{background-position: 0px -205px}
.linkedin{background-position: 0px -270px;}
.linkedin:hover{background-position: 0px -340px}
.gplus{background-position: 0px -405px;}
.gplus:hover{background-position: 0px -468px}
.gmail{background-position: 0px -533px;}
.gmail:hover{background-position: 0px -597px}
footer{background: #1687c1;padding: 10px 0;border-top: 1px solid #07608e;color: #07608e}
footer .footer-content{margin-left: auto;margin-right: auto;}
.footer-menu a{color: #fff;margin-right: 15px; border-right: 1px solid #07608e;padding-right: 15px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
text-shadow: 2px 1px #07608e;
}
.footer-menu a:hover{color: #fff;}
.footer-menu a.contact-link{border-right: none;}

/*hint style*/
.hint-text{font-size: 18px;
float: right;
position: relative;
right: 206px;
text-align: right;
font-family: Dancing Script;}
.hint-text-developement{font-size: 18px;
text-align: right;
font-family: Dancing Script;
width: 110px;
display: block;
line-height: 25px;
position: relative;
top: -15px;}
.heading-arrow-development{
/*margin: 70px 0;
margin-bottom: 0;
padding-bottom: 40px;*/
background-image: url(../img/hint-arrow-skill.png);
background-repeat: no-repeat;
background-position:112px 23px;
padding-top: 12px;}
.heading-arrow-experience{
/*margin: 70px 0;
margin-bottom: 0;
padding-bottom: 40px;*/
background-image: url(../img/hint-arrow-experience.png);
background-repeat: no-repeat;
background-position:153px 23px;
padding-top: 12px;}
.heading-arrow-contact{
/*margin: 70px 0;
margin-bottom: 0;
padding-bottom: 40px;*/
background-image: url(../img/hint-arrow-contact.png);
background-repeat: no-repeat;
background-position:477px 0px;
padding-top: 20px;
}
.development-icon{background-position: 0 -672px;padding-left: 50px;}
.design-icon{background-position: 10px -728px;padding-left: 50px;}
.pi-chart-icon{background-position: 10px -776px;padding-left: 50px;}
.profilewrapper .removeupperspace{margin: 0px 0 40px 0;}
/*---Media Queries---*/
/* Smartphones (portrait and landscape) ----------- */
@media (min-width: 320px) and (max-width: 768px) {
body{padding:0}
.container{padding: 0 10px}
.heading-space{margin: 70px 0 0;}
.header_init .navbar{display: block;opacity: 1;}
.navbar-inverse .navbar-inner .container{padding: 17px 20px;
background-image: url("../img/kumaranpg-circle.png");
background-position: 25px 0px;
background-repeat: no-repeat;}
.header_init{opacity: 1;}
.wrapper .home-container{background-image: none;}
.heading-arrow,.heading-arrow-development,.heading-arrow-experience,.heading-arrow-contact{background-image: none;}
.big{font-size: 43px;}
.normal-big{font-size: 34px;}
.normal-text{font-size: 20px;}
.heading{font-size: 12px;}
.small-gray{font-size: 11px;color: #7c7c7c;font-weight: normal;}
h2{font-size: 15px;}
.text{font-size: 14px;line-height: 28px;}
.navbar{position: fixed;}
.hero-unit {margin-top: 90px;padding: 10px 10px;}
.hero-unit h1{font-size: 42px;}
.heading-arrow{padding-bottom: 0}
.profilewrapper .profile-content{margin-top: 0}
.space{margin: 20px 0}
.profilewrapper .profile-experience .profile-experience-wrapper .exp1,
.profilewrapper .profile-experience .profile-experience-wrapper .exp2,
.skillsetswrapper .skill-wrapper .skill1,.skillsetswrapper .skill-wrapper .skill2,.skillsetswrapper .skill-wrapper .skill3,.edu-wrapper .edu1,.edu-wrapper .edu2
{width: 100%}
.profilewrapper .profile-experience .profile-experience-wrapper .head p{text-align: left;}
.development-icon,.design-icon,.pi-chart-icon,.edu-wrapper .edu1 .university,.edu-wrapper .edu2 .my-services,.portfolio-body .experience-icon
{padding-bottom: 10px;}
.skill-wrapper .leftindent{padding: 0}
.portfoliowrapper .leftindent{padding-left: 20px;}
.eduction-content .heading-space{margin:50px 0 20px 0 }
td.mypart{text-align: center; padding-left: 0}
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}
.box-wrapper img{width:100%;}
.profilewrapper .profile-experience .profile-experience-wrapper .exp-left, .profilewrapper .profile-experience .profile-experience-wrapper .exp-right{
width:auto;
}
.profilewrapper .profile-experience .profile-experience-wrapper .exp1,.profilewrapper .profile-experience .profile-experience-wrapper .exp2,.profilewrapper .profile-experience .profile-experience-wrapper .exp3,.profilewrapper .profile-experience .profile-experience-wrapper .exp4{padding:0 0 20px 0;width: 100%;top:0;right:0;left:0;background:none}
.profilewrapper .profile-experience .profile-experience-wrapper .exp3 .head,.profilewrapper .profile-experience .profile-experience-wrapper .exp1 .head,.profilewrapper .profile-experience .profile-experience-wrapper .exp2 .head,.profilewrapper .profile-experience .profile-experience-wrapper .exp4 .head{background-position:right 0px;background-origin: content-box;}
.profilewrapper .profile-experience .profile-experience-wrapper .exp3 .head, .profilewrapper .profile-experience .profile-experience-wrapper .exp1 .head, .profilewrapper .profile-experience .profile-experience-wrapper .exp2 .head, .profilewrapper .profile-experience .profile-experience-wrapper .exp4 .head{background-image:none;}
.textindent {
    padding-left: 0px; font-size:18px;
}
}

@media(min-width:768px) and (max-width:979px){
    .container{padding: 0 10px}
    .header_init .navbar{display: block;opacity: 1;}
.header_init{opacity: 1;}

.heading-arrow,.heading-arrow-development,.heading-arrow-experience,.heading-arrow-contact{background-image: none;}
.big{font-size: 63px;}
.normal-big{font-size: 54px;}
.normal-text{font-size: 24px;}
.heading{font-size: 14px;}
.small-gray{font-size: 13px;color: #7c7c7c;font-weight: normal;}
h2{font-size: 20px;}
.text{font-size: 14px;line-height: 28px;}
.navbar{position: fixed;}
.hero-unit {margin-top: 90px;padding: 10px 10px;}
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}
.box-wrapper img{width:100%;}
/*profile styles*/
.profilewrapper .profile-experience .profile-experience-wrapper .exp-left, .profilewrapper .profile-experience .profile-experience-wrapper .exp-right{
width:100%;
}
.profilewrapper .profile-experience .profile-experience-wrapper .exp1,.profilewrapper .profile-experience .profile-experience-wrapper .exp2,.profilewrapper .profile-experience .profile-experience-wrapper .exp3,.profilewrapper .profile-experience .profile-experience-wrapper .exp4{padding:0 0 20px 0;width: 100%;top:0;right:0;left:0;background:none}
.profilewrapper .profile-experience .profile-experience-wrapper .exp3 .head,.profilewrapper .profile-experience .profile-experience-wrapper .exp1 .head,.profilewrapper .profile-experience .profile-experience-wrapper .exp2 .head,.profilewrapper .profile-experience .profile-experience-wrapper .exp4 .head{background-position:right 0px;background-origin: content-box;}
}
@media (min-width: 979px) and (max-width: 1200px){
.profilewrapper .profile-experience .profile-experience-wrapper .exp1 {
    background: url("../img/exp1-rightsidearrow.png") no-repeat scroll 403px 22px rgba(0, 0, 0, 0);
	}
	.profilewrapper .profile-experience .profile-experience-wrapper .exp3 {
    background: url("../img/exp3-rightsidearrow.png") no-repeat scroll 403px 22px rgba(0, 0, 0, 0);
	top: 54px;
	}
	.profilewrapper .profile-experience .profile-experience-wrapper .exp4 {
	top: 184px;
	}
}


/*New Nav bar style*/
/* Header Styles
 ---------------------------------*/

#header_wrapper {
    background: #000;
    padding: 20px 0px;
}

.header_box {
    position: relative;
}

.logo {
    float: left;
    margin-top: 8px;
    position: relative;
    z-index: 2;
}

.res-nav_click {
    display: none;
}


/* Nav Styles
 ---------------------------------*/
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    border: 0px solid #fff;
    min-height: 40px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}

.navStyle {
    float: right;
}

.navStyle ul {
    list-style: none;
    padding: 0px;
}

.navStyle ul li {
    display: inline-block;
    margin: 0 5px;
}

.navStyle ul li:first-child {
    /*margin:0px;*/;
}

.navStyle ul li:last-child {
    margin: 0 0 0 23px;
}

.navStyle ul li a {
    display: block;
    font-size: 14px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.navStyle ul li a:hover {
    color: #005490;
}

.navStyle > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #005490;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #005490;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #005490;
    border-radius:5%;
}

.navStyle > li.active > a,
.navStyle > li.active > a:hover {
    text-decoration: none;
    color: #005490;
    background-color: transparent;
}

.borderLeft {
    border-left: 1px solid #DADADA;
}

.borderTop {
    margin-top: 30px;
    border-top: 1px solid #DADADA;
}

.mrgTop {
    margin-top: 30px;
}
/* Top_content
 ---------------------------------*/

.top_cont_outer {
    /*background: #005490;*/
    position: relative;
}

.hero_section {
    position: relative;
}

.white_pad {
    position: relative;
    right: 0px;
    bottom: 0px;
}

.white_pad img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.top_left_cont {
    padding: 70px 0;
}

.top_left_cont h3 {
    font-size: 16px;
    color: #f56eab;
    margin: 0 0 20px 0;
    text-align: left;
    font-weight: 700;
}

.top_left_cont h2 {
    font-size: 40px;
    color: #FFF;
    line-height: 52px;
    margin: 0 0 26px 0;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

.top_left_cont h2 strong {
    font-weight: 700;
}

.top_left_cont p {
    font-size: 16px;
    color: #DADADA;
    margin: 0 0 30px 0;
    line-height: 26px;
}
.hero_section{
    position: relative;
}
.bannerImg{
    position: absolute;
    bottom: 0px;
    right: 0px;
    float: right;
}
a.read_more2 {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 16px;
    width: 178px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

a.read_more2:hover {
    background: #fff;
    color: #005490;
    border: 1px solid #fff;
}


/*
 Media Queries
 --------------------------- */
@media (min-width: 768px) {
    
    
}
@media (max-width: 768px) {
    .bannerImg{
        display:none;
    }
    p{
        font-size:14px;
    }
    .hero_section {
        position: relative;
        padding-top: 10px;
    }
    .top_left_cont {
        padding: 38px 0;
    }
    .top_left_cont h2 {
        font-size: 25px;
        color: #FFF;
        line-height: 39px;
        margin: 0 0 9px 0;
    }
    .inner_section {
        padding: 20px 0 20px;
    }
    #aboutUs img{
        margin-bottom:20px;
    }
    #aboutUs h3{
        font-size:16px;
        line-height:22px;
    }
    .service_block{
        margin-bottom:20px;
    }
    .service_block h3 {
        font-size: 16px;
    }
    service_block p {
        font-size: 14px;
        margin: 0px;
        margin-bottom: 20px;
    }
    #filters ul{
        padding-left:0px;
    }
    .form {
        margin: 0 10px;
    }
    .page_section.team{
        padding: 40px 0;
    }
    , #clients {
        padding: 40px 0;
    }
    .client_logos ul li {
        display: inline;
        margin: 0 25px;
        padding: 11px 0;
        display: inline-block;
    }
    .social_links li {
        float: left;
    }
    .contact_section{
        margin:0;
    }
    h2, .contact_section h2 {
        font-size: 30px;
    }
    .page_section.contact {
        padding: 60px 0 50px;
    }
    .navbar-inverse .navbar-toggle .icon-bar{
        background:#005490;
    }
    .navbar-inverse .navbar-toggle {
        border-color: transparent;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
        background:none;
        outline: none;
    }
    .navStyle ul li {
        display: block;
    }
    .navStyle {
        float: right;
        width: auto;
        text-align:center;
    }
    .navStyle ul li {
        display: block;
        margin: 0px;
    }
    .navStyle ul li a {
        font-size: 12px;
        padding: 15px 12px;
    }
    .navStyle ul li:last-child {
        margin: 0px;
    } 
} 
@media (max-width: 480px){
    .navStyle {
        float: right;
        width: 100%;
        text-align:center;
    } 
    .team_area {
        width: 99%;
    }
    .member-details {
        padding-left: 0;
        clear: left;
        display: block;
        padding-top: 18px;
    }
}

#overlay {
    background: #000;
    border: 1px solid #000;
    height: 24px;
    color: #fff;
    padding: 2px;
}

/* flex slider*/
#slideshow {
    position: absolute;
    top: 10%;
    left:0;
    right:0;
    margin:0 auto;
    width: 50%;
    height: 100px;
    border:thin solid black;
    text-overflow:ellipsis;
    overflow:hidden;
    
    background-color: rgba(55,130,122,0.5);
    
    padding: 40px 610px 510 px 420px;
    box-shadow: 0 0 0px rgba(0,0,0,0.4);
}

#slideshow > div {
    position: relative;
    top: 290px;
    left: auto;
    right: 50px;
    bottom: 60px;
    text-align: center;
}

.demo_wrapper {
    width: 30%;
    margin: 0 auto;
}
@media only screen and (max-device-width: 800px), screen and (max-width: 800px) {
    .demo_wrapper {
        width: 0%;
    }
}
.demo_block {
    width: 0%;
}


/*search box*/

.divider2{
    width:5px;
    height:auto;
    display:inline-block;
}






/* Home modules */
.flex-container {
    display: -webkit-flex;
    display: flex;
    margin: 10px 20px 10px 20px
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 280px;
    background-color: white;
    justify-content: center;
    align-items: center;
}
.flex > div {
    flex: 1 1 auto;
    width: 30px; /* To make the transition work nicely. (Transitions to/from
                  "width:auto" are buggy in Gecko and Webkit, at least.
                  See http://bugzil.la/731886 for more info.) */
    transition: width 0.7s ease-out;
}

.flex-item {
    background-color: grey;
    width: 480px;
    height: 250px;
    margin: 5px;
}


/*Text slider*/

.carouseltext-content {
    color:black;
    display:flex;
    align-items:center;
}

#text-carouseltext {
    width: 70%;
    height: auto;
    padding: 60px;
}

