@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
/*==================================================
=           Variable Declaration            =
==================================================*/
/*==================================================
=           Mixins          =
==================================================*/
/*
  .yourclassname { @include border-radius(10px); }
*/
/*
.yourclassname { @include box-shadow(0px 5px 5px 0px rgba(0,0,0,0.15));
*/
/*==================================================
=            Common css          =
==================================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  color: #606060;
  background-color: #ededed; }

.font-smoothing, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 14px; }

a {
  color: #25a599; }

a:hover {
  color: #606060;
  text-decoration: none; }

.container-padding {
  padding: 15px 0px; }

.container-padding-bottom {
  padding-bottom: 15px; }

.hidden-overflow {
  overflow: hidden; }

/*
=================================
  Color Class
=================================
*/
.white-bg {
  background-color: #fff; }

.green-bg {
  background-color: #25a599; }

/*preloader*/
#preloader {
  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: 9999;
  /* makes sure it stays on top */ }

#status {
  width: 200px;
  height: 200px;
  position: relative;
  background-image: url(../images/loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center; }

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%; }

.middle {
  display: table-cell;
  vertical-align: middle; }

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 200px; }

/*preloader ends*/
/*Hero section*/
.mother-sheild {
  max-width: 1920px;
  margin: 0 auto;
  /*height:100%;*/ }

/*hero banner*/
.heroBanner {
  height: 100%;
  width: 100%; }

.refocus .refocus-img, .refocus .refocus-img-bg {
  margin-top: 0; }

.focus-in {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 300; }

.rotate {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  font-size: 24px;
  min-height: 24px; }

.focus-in h4, .intro {
  font-weight: 300; }

/*hero banner ends*/
/*navigation*/
.nav-holder {
  position: fixed;
  z-index: 999;
  width: 100%; }

.logo h1 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  color: #000; }

/*navigation ends*/
/*toogle menu*/
.menutext {
  float: right;
  padding: 1px 5px;
  padding-top: 8px;
  cursor: pointer; }

.button-toggle-navigation {
  background-color: transparent;
  border: 0;
  border-bottom: 0.15em solid #747474;
  border-top: 0.15em solid #747474;
  font-size: 12px;
  cursor: pointer;
  height: 1.5em;
  margin: .75em .375em;
  outline: 0;
  position: relative;
  transition: border-color 150ms ease-out, transform 150ms ease-out;
  width: 2.25em;
  float: right; }
  .button-toggle-navigation::after, .button-toggle-navigation::before {
    border-bottom: 0.15em solid #747474;
    bottom: .575em;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    transition: transform 200ms ease-out; }
  .button-toggle-navigation span {
    color: transparent;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute; }

.isActive {
  border-color: transparent;
  transform: rotateZ(90deg); }
  .isActive::after, .isActive::before {
    transition: transform 200ms ease-out; }
  .isActive::after {
    transform: rotateZ(45deg); }
  .isActive::before {
    transform: rotateZ(-45deg); }

/*toogle menu ends*/
/*nav*/
.menunav {
  border-top: solid thin #ededed;
  -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
  width: 100%;
  background-color: #fff;
  display: none;
  /*transition: all 0.3s ease;*/ }
  .menunav ul {
    list-style: none;
    float: right;
    margin: 0 10px;
    padding: 0; }
    .menunav ul li {
      margin: 0;
      padding: 0;
      float: left;
      text-align: center;
      position: relative;
      overflow: hidden; }
      .menunav ul li a {
        display: inline-block;
        text-decoration: none;
        padding: 20px 15px;
        border-bottom: solid 4px #fff;
        color: grey;
        user-select: none;
        position: relative; }
      .menunav ul li a:hover, .menunav ul li a:focus, .menunav ul li a.active {
        border-bottom: solid 4px #25a599;
        color: #25a599; }

/*nav ends*/
/*===================================
=       Ripple effect
====================================*/
/*nav styles*/
/*.ink styles - the elements which will create the ripple effect. The size and position of these elements will be set by the JS code. Initially these elements will be scaled down to 0% and later animated to large fading circles on user click.*/
.ink {
  display: block;
  position: absolute;
  background: #b8e0e0;
  border-radius: 100%;
  transform: scale(0); }

/*animation effect*/
.ink.animate {
  animation: ripple 0.65s linear; }

@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    transform: scale(2.5); } }
/*===================================
=       Ripple effect ends
====================================*/
.section-container {
  margin: 30px 0; }
  .section-container h1 {
    font-family: "Oswald", sans-serif;
    color: #25a599;
    font-size: 40px;
    margin-top: 60px;
    font-weight: 700; }
  .section-container h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 300; }
    .section-container h3 span {
      color: #25a599; }
  .section-container h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #25a599;
    margin-bottom: 0;
    font-size: 24px; }
  .section-container .personal-info {
    margin: 30px 30px 30px 30px; }
  .section-container h4 + p.personal-info {
    margin-top: 20px; }

.hero-img-holder {
  overflow: initial;
  width: auto;
  height: auto;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0px;
  margin-top: 0px; }

.green-button {
  padding: 10px 30px;
  color: #fff;
  background-color: #25a599;
  border: solid thin #25a599;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  overflow: hidden; }
  .green-button:hover, .green-button:focus, .green-button:active {
    border: solid thin #25a599;
    background-color: #fff;
    color: #25a599;
    text-decoration: none; }

.box-border {
  border: solid thin #bcbcbc;
  margin: 0 15px 15px 15px; }

.bottom-margin {
  margin-bottom: 15px; }

.each-info {
  width: 25%;
  float: left;
  border-right: 1px solid #bcbcbc;
  box-sizing: border-box;
  text-align: center;
  color: #747474;
  padding: 30px;
  transition: all ease-in-out 0.5s;
  text-transform: uppercase; }
  .each-info:hover {
    background-color: #25a599;
    color: #fff; }
    .each-info:hover h1.info-title {
      color: #dfdfdf; }
  .each-info:nth-child(4) {
    border-right: none; }
  .each-info .info-image-holder {
    width: 95px;
    height: 95px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0px; }
  .each-info h1.info-title {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    color: #747474; }

/*icon set*/
.mother-sheild .personal-icons.icon-set:nth-child(1) .each-info:nth-child(1) .info-image-holder {
  background: url("../images/icons/icon-01-b.png") center center no-repeat; }
.mother-sheild .personal-icons.icon-set:nth-child(1) .each-info:nth-child(1):hover .info-image-holder {
  background: url("../images/icons/icon-01-w.png") center center no-repeat; }
.mother-sheild .personal-icons.icon-set:nth-child(1) .each-info:nth-child(2) .info-image-holder {
  background: url("../images/icons/icon-02-b.png") center center no-repeat; }
.mother-sheild .personal-icons.icon-set:nth-child(1) .each-info:nth-child(2):hover .info-image-holder {
  background: url("../images/icons/icon-02-w.png") center center no-repeat; }
.mother-sheild .personal-icons.icon-set:nth-child(1) .each-info:nth-child(3) .info-image-holder {
  background: url("../images/icons/icon-03-b.png") center center no-repeat; }
.mother-sheild .personal-icons.icon-set:nth-child(1) .each-info:nth-child(3):hover .info-image-holder {
  background: url("../images/icons/icon-03-w.png") center center no-repeat; }
.mother-sheild .personal-icons.icon-set:nth-child(1) .each-info:nth-child(4) .info-image-holder {
  background: url("../images/icons/icon-04-b.png") center center no-repeat; }
.mother-sheild .personal-icons.icon-set:nth-child(1) .each-info:nth-child(4):hover .info-image-holder {
  background: url("../images/icons/icon-04-w.png") center center no-repeat; }
.mother-sheild .skills-icons.icon-set:nth-of-type(1) .each-info:nth-child(1) .info-image-holder {
  background: url("../images/icons/icon-05-b.png") center center no-repeat; }
.mother-sheild .skills-icons.icon-set:nth-of-type(1) .each-info:nth-child(1):hover .info-image-holder {
  background: url("../images/icons/icon-05-w.png") center center no-repeat; }
.mother-sheild .skills-icons.icon-set:nth-of-type(1) .each-info:nth-child(2) .info-image-holder {
  background: url("../images/icons/icon-06-b.png") center center no-repeat; }
.mother-sheild .skills-icons.icon-set:nth-of-type(1) .each-info:nth-child(2):hover .info-image-holder {
  background: url("../images/icons/icon-06-w.png") center center no-repeat; }
.mother-sheild .skills-icons.icon-set:nth-of-type(1) .each-info:nth-child(3) .info-image-holder {
  background: url("../images/icons/icon-07-b.png") center center no-repeat; }
.mother-sheild .skills-icons.icon-set:nth-of-type(1) .each-info:nth-child(3):hover .info-image-holder {
  background: url("../images/icons/icon-07-w.png") center center no-repeat; }
.mother-sheild .skills-icons.icon-set:nth-of-type(1) .each-info:nth-child(4) .info-image-holder {
  background: url("../images/icons/icon-08-b.png") center center no-repeat; }
.mother-sheild .skills-icons.icon-set:nth-of-type(1) .each-info:nth-child(4):hover .info-image-holder {
  background: url("../images/icons/icon-08-w.png") center center no-repeat; }

/*icon section ends*/
.bgsection {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  display: table;
  text-align: center; }

.bg-resume {
  background: url("../images/slider/personal04.jpg") left center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.bg-portfolio {
  background: url("../images/slider/personal05.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.bg-contact {
  background: url("../images/slider/personal06.jpg") right center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.sectionname {
  display: table-cell;
  vertical-align: middle; }

h2.sectionname {
  color: #25a599;
  font-size: 60px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-align: center; }

.chapter-title {
  border-top: none;
  border-bottom: solid 2px #25a599;
  text-align: center;
  color: #25a599;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  padding: 0px 20px 10px 20px;
  margin-bottom: 30px;
  display: inline-block; }

.skill-container {
  margin-bottom: 15px; }

.skill-title {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #25a599;
  color: #fff;
  text-transform: uppercase; }

.skill-subtitle {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dfdfdf;
  color: #606060;
  text-transform: capitalize; }

.skill-data {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
  color: #606060;
  border-bottom: solid thin #bcbcbc; }

/*progress bar*/
.skills {
  margin-bottom: 0; }

.sonny_progressbar {
  margin-bottom: 0;
  margin-top: 10px;
  width: 80%; }

.sonny_progressbar p.title {
  position: absolute;
  right: 30px;
  font-size: 14px; }

/*progress bar ends*/
.each-edu {
  color: #fff;
  background-color: #25a599;
  padding: 10px 5px;
  margin-bottom: 30px;
  text-align: center; }
  .each-edu h3 {
    text-align: center !important; }

.each-hobby {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px 5px 10px 5px;
  background-color: #ededed;
  box-shadow: 0 3px 0 #d7e4ed; }
  .each-hobby:first-child {
    margin-left: 0; }

.thanksnote {
  text-align: center;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin: 15px 0; }

.contactcontainer {
  margin: 10px 0; }

.socialicons {
  margin: 15px 0;
  text-align: center;
  color: #606060; }
  .socialicons a {
    color: #747474; }
    .socialicons a:hover {
      color: #25a599; }

/*portfolio*/
.group {
  text-align: center;
  margin-bottom: 15px; }
  .group .btn {
    border-bottom: solid 2px #fff;
    border-radius: 0; }
  .group .btn.active, .group .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: solid 2px #25a599; }

#pContainer {
  text-align: center;
  font-size: 0; }

.mix {
  width: 280px;
  margin: 5px;
  margin-bottom: 10px;
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 3px 0 #d7e4ed;
  font-size: 12px;
  border: solid thin #dfdfdf; }

#pContainer .mix {
  display: none; }

/*portfolio ends*/
.copyright {
  margin: 30px 0 0 0;
  text-align: center; }

.folioInfo {
  padding: 10px 15px;
  font-size: 12px; }
  .folioInfo .foliotitle {
    font-weight: 800;
    font-family: "Open Sans", sans-serif; }

/*==================================================
=            Common css ends above            =
==================================================*/
@media only screen and (max-width: 767px) {
  .section-container {
    text-align: center; }
    .section-container h1 {
      text-align: center;
      font-size: 36px;
      margin-top: 30px; }
    .section-container h3 {
      text-align: center; }
    .section-container h4 {
      text-align: center; }

  .hero-img-holder {
    overflow: hidden;
    width: 300px;
    height: 300px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    border-radius: 150px;
    display: inline-block;
    margin-top: 30px; }

  .green-button {
    margin-bottom: 20px;
    min-width: 200px; }

  h2.sectionname {
    font-size: 40px; } }
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .navigation-container {
    margin-top: 15px;
    background-color: #fff;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); }

  .logo h1 {
    font-size: 14px;
    margin-top: 10px; }

  .menutext {
    display: none; }

  .menunav ul {
    float: none; }
    .menunav ul li {
      margin: 0;
      padding: 0;
      float: none;
      text-align: center;
      width: 100%; }
      .menunav ul li a {
        display: block; }

  .hero-img-holder {
    overflow: hidden;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    -ms-border-radius: 300px;
    border-radius: 300px; }

  .each-info {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #bcbcbc; }
    .each-info:nth-child(4) {
      border-bottom: none; }

  .skillname {
    margin: 10px 0;
    text-transform: capitalize; }

  .sonny_progressbar p.title {
    top: -4px; }

  .cd-timeline-img {
    font-size: 13px;
    padding-top: 12px;
    font-weight: 400; } }
/*==========  320 ends above  ==========*/
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .logo h1 {
    font-size: 18px;
    margin-top: 8px; }

  .hero-img-holder {
    overflow: hidden;
    width: 300px;
    height: 300px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    border-radius: 150px; } }
/*==========  480 ends above  ==========*/
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .navigation-container {
    margin-top: 30px;
    background-color: #fff;
    padding: 20px 30px; }

  .logo h1 {
    font-size: 24px;
    margin-top: 4px; }

  .menutext {
    display: block; }

  .menunav ul {
    float: right; }
    .menunav ul li {
      float: left;
      width: auto; }
      .menunav ul li a {
        display: inline-block; }

  .section-container {
    text-align: center; }
    .section-container h1 {
      text-align: center;
      margin-top: 40px; }
    .section-container h3 {
      text-align: center; }
    .section-container h4 {
      text-align: center; }
    .section-container p {
      text-align: center; }

  .hero-img-holder {
    overflow: initial;
    width: auto;
    height: auto; }

  .each-info {
    width: 50%;
    border-right: none;
    border-bottom: none; }
    .each-info:nth-child(1), .each-info:nth-child(2) {
      border-bottom: 1px solid #bcbcbc; }
    .each-info:nth-child(1), .each-info:nth-child(3) {
      border-right: 1px solid #bcbcbc; } }
/*==========  768 ends above  ==========*/
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .sonny_progressbar p.title {
    top: 5px; } }
/*==========  992 ends above  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .section-container {
    text-align: left; }
    .section-container h1 {
      text-align: left;
      margin-top: 40px; }
    .section-container h3 {
      text-align: left; }
    .section-container p {
      text-align: left; }
    .section-container h4 {
      text-align: left; }
    .section-container .personal-info {
      margin: 30px 0px 30px 0px; }

  .each-info {
    width: 25%;
    border-right: 1px solid #bcbcbc;
    border-bottom: none; }
    .each-info:nth-child(1), .each-info:nth-child(2) {
      border-bottom: none; }
    .each-info:nth-child(4) {
      border-right: none; }

  .skillname {
    margin: 5px 0; }

  .cd-timeline-img {
    font-size: 16px;
    padding-top: 20px;
    font-weight: 600; } }
/*==========  1200 ends above  ==========*/
/* Large Devices, Wide Screens above*/
/*==========  1300 ends above  ==========*/

/*# sourceMappingURL=cstyle.css.map */
