/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)

 .brand-colour{
    color: #439fe0;
  }


@media screen and (max-width: 1020px) {

}
@media screen and (max-width: 920px) {

}
@media screen and (max-width: 760px) {

}
@media screen and (max-width: 480px) {

}


 */

/* Global Styles */

html,
body {
    height: 100%;
}
/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
body {
    padding-top: 50px; 
}
section{
    padding: 50px 0;
}
@media screen and (max-width: 1020px) {
  section{
    padding: 50px 0;
  }
}
@media screen and (max-width: 920px) {
  section{
    padding: 40px 0;
  }
}
@media screen and (max-width: 760px) {
  section{
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  section{
      padding: 20px 0;
  }
}
h3{
    margin: 6px;
}
p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.bg-primary {
    background-color: #439fe0 ;
    color: #ffffff;
}
section h3.section-subheading {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 75px;
}
.section-heading{
  font-size: 28px;
  font-weight: 600;
}
.container {
    margin: auto 0;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
}
.container-grey {
    margin: auto 0;
    width: 100%;
    padding: 30px 0color: #ffffff;;
    background-color: transparent; /*i.e. takes on section colour*/
}
hr.hr-blue {
    border-color: #439fe0;
}
hr.hr-black {
    border-color: black;
}
hr.hr-white {
    border-color: #ffffff;
}
hr.hr-blue-sub{
  padding-bottom: 30px;
  margin-top: 10px;
  border-color: #439fe0;
  border-width: 2px;
  max-width: 120px;
}
hr.hr-blue,
hr.hr-black,
hr.hr-white {
    border-width: 3px;
    max-width: 80px;
}
.page-header-title{
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  font-size: 50px;
  color: white; 
}
@media screen and (max-width: 480px) {
  .page-header-title{
    font-weight: 700;
    font-size: 45px;
  }
}
/* Picture at top of each page and content*/
.intro-header {
  background-color: rgba(0,0,0,0.8);
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding-top: 100px;
  height: 400px;
  vertical-align: middle;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 1020px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Exo';
  /*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-weight: 300;
  margin: 10px 0 0;
}
/*Display when non-compressed*/
@media only screen and (min-width: 1020px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 50px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 1020px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}

/*Buttons on the top of each page*/
.btn-custom {
  color: #ffffff;
  background-color: #439fe0;
  margin: 0 5px;
  width: 120px;
}
@media screen and (max-width: 1020px) {
  .btn-custom {
    margin: 0 5px;
    width: 120px;
  }
  .btn{
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 920px) {
  .btn-custom {
    margin: 0 5px;
    width: 120px;
  }
  .btn{
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 760px) {
  .btn-custom {
    margin: 0 5px;
    width: 120px;
  }
  .btn{
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .btn-custom {
    margin: 0 3px;
    width: 90px;
  }
  .btn{
    padding: 6px 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 380px) {
  .btn-custom {
    margin: 0 3px;
    width: 85px;
  }
  .btn{
    padding: 5px 7px;
    font-size: 12px;
  }
}
.btn-custom:focus,
.btn-custom.focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-custom:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-custom:active:hover,
.btn-custom.active:hover,
.btn-custom:active:focus,
.btn-custom.active:focus,
.btn-custom:active.focus,
.btn-custom.active.focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-custom:active,
.btn-custom.active {
  background-image: none;
}
.btn-custom.disabled:hover,
.btn-custom[disabled]:hover,
fieldset[disabled] .btn-custom:hover,
.btn-custom.disabled:focus,
.btn-custom[disabled]:focus,
fieldset[disabled] .btn-custom:focus,
.btn-custom.disabled.focus,
.btn-custom[disabled].focus,
fieldset[disabled] .btn-custom.focus {
  background-color: transparent;
  border-color: #ffffff;
}
/*  Used for soft skills page as well as blog page  */
.active{  
   color: #ffffff;  
   background-color: #439fe0;  
} 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////
//                      Navigation bar (partial)
////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.navbar-logo {
  float: left;
  height: 50px;
  padding: 5px;
  font-size: 18px;
  line-height: 20px;
}

/*Whole Nav bar when compressed*/
.navbar-default {
  background-color: #333;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  display: block;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: white;
}
/*Links in nav menu before hover/click*/
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  font-weight: 200;
  font-size: 13px;
  color: white;
}
/*Links in nav menu highlighted background colour same as logo shade*/
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: white;
  background-color: #155684;
  font-weight: 600;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color:  #155684 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
/*Nav menu normally*/
@media screen and (min-width: 1020px) {
  .navbar-default {
    border-color: rgba(255, 255, 255, 0.3);
  }

  /*Links in nav menu normal colour same as logo shade*/
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  /*Links in nav menu when hovered over*/
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
    font-weight: 600;
  }
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////
//                      Home page
////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*
///////////////////////////////////////////////////////////
*                       Carousel     
///////////////////////////////////////////////////////////
*/
#myCarousel{
  margin: 0 auto;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*Remove carousel control in bootstrap - stops gradient background*/
.carousel-control.left, .carousel-control.right {
  background-image: none
}
.carousel-indicators{
  margin-bottom: 15px;
  bottom: 15px;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/*  Resposive carousel */
@media screen and (max-width: 1020px) {
  .carousel-indicators{
    margin-bottom: 15px;
    bottom: 15px;
  }
  .carousel-control .icon-prev, 
  .carousel-control .icon-next{
    top: 45%;
  }
  .carousel-control .icon-prev:before,
  .carousel-control .icon-next:before {
    font-size: 50px; 
  }
}
@media screen and (max-width: 920px) {
  .carousel-indicators{
    margin-bottom: 10px;
    bottom: 10px;
  }
  .carousel-control .icon-prev, 
  .carousel-control .icon-next{
    top: 45%;
  }
  .carousel-control .icon-prev:before,
  .carousel-control .icon-next:before {
    font-size: 50px; 
  }
}
@media screen and (max-width: 760px) {
  .carousel-indicators{
    margin-bottom: 10px;
    bottom: 10px;
  }
  .carousel-control .icon-prev, 
  .carousel-control .icon-next{
    top: 45%;
  }
  .carousel-control .icon-prev:before,
  .carousel-control .icon-next:before {
    font-size: 40px; 
  }
}
@media screen and (max-width: 480px) {
  .carousel-indicators{
    margin-bottom: 5px;
    bottom: 5px;
  }
  .carousel-control .icon-prev, 
  .carousel-control .icon-next{
    top: 45%;
  }
  .carousel-control .icon-prev:before,
  .carousel-control .icon-next:before {
    font-size: 30px; 
  }
}

/*
///////////////////////////////////////////////////////////
*
*                       Subscribe form  
*       - Used on subscribe pop up modal on Blog page aswell
*
///////////////////////////////////////////////////////////
*/

.box{
    position: relative;
    margin: auto;
    height: auto;
    top: 40px;
    left: 0;
    z-index: 200;
    right: 0;
    color:#666;
    border-radius: 3px;
    background: #FFF;
    margin-bottom: 50px;
}
.box h1{
  margin-top: 0;
  font-size: 24px;
  font-weight: 300;
  color: #cfd8dc;
  line-height: 35px;
}
.box button{
    background: #439fe0;
    border: 2px solid  #439fe0;
    border-radius: 12px;
    color: #ffffff;
    padding:10px;
    font-size: 16px;
    font-weight: 300;
    width:330px;
    margin:35px auto 20px auto;
    display:block;
    cursor:pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 2px;
}
.box button:active{
  background: #333;
  color: #ffffff;
  border: 2px solid  #333;
}
.box button:hover{
    background: transparent;
    color: #439fe0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 2px solid  #439fe0;
}
.box p{
    font-size:14px;
    text-align:center;
    margin: 6px 15px;
}

::-webkit-input-placeholder {
   color: #439fe0;
}
:-moz-placeholder { /* Firefox 18- */
   color: #439fe0;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #439fe0;  
}
:-ms-input-placeholder {  
   color: #439fe0;  
}
#mailchimp {
    background: #ffffff;
    color: #333;
}
#mailchimp h3.text-uppercase:nth-of-type(1) {
    font-weight: 400;
    font-size: 18px;
}
#mailchimp h3.text-uppercase:nth-of-type(2){
    font-weight: 600;
    font-size: 24px;
    color: #439fe0;
}
#mce-responses{
  margin-top: 40px;
  margin-right: 50px;
  margin-left: 50px;
  text-align: center;
}
#mce-error-response,
#mce-success-response{
  display:none;
}
.group{ 
  position:relative; 
  margin-top: 35px;
}
.inputMaterial {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
  border-bottom:1px solid #757575;
  text-align: center;
}
.inputMaterial:focus{
    outline:none;
}
.form-label {
  text-align: center;
  color:#439fe0; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  top:10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
/*  Active state of subscribing input */
.inputMaterial:focus ~ label, .inputMaterial:valid ~ label      {
  top: -10px;
  font-size:14px;
  color: #439fe0;
}
/* BOTTOM BARS */
.bar{ 
  position:relative; 
  display:block; 
  width:315px; 
}
.bar:before, .bar:after {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background: #439fe0; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}
/* active state */
.inputMaterial:focus ~ .bar:before, .inputMaterial:focus ~ .bar:after {
  width:50%;
}
/* Active state of subscribing input */
.inputMaterial:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}
#mc_embed_signup_scroll{
  margin: 0 20px;
}
#mailchimp h3.text-uppercase:nth-of-type(1) {
  font-weight: 400;
  font-size: 18px;
  margin: 6px 15px;
}
#mailchimp h3.text-uppercase:nth-of-type(2){
  font-weight: 600;
  font-size: 24px;
  color: #439fe0;
  margin: 6px 15px;
}
/*  Resposive Subscribe form */
@media screen and (max-width: 1020px){
  #mailchimp h3.text-uppercase:nth-of-type(1) {
    font-weight: 400;
    font-size: 18px;
  }
  #mailchimp h3.text-uppercase:nth-of-type(2){
    font-weight: 600;
    font-size: 24px;
    color: #439fe0;
  }
}
@media screen and (max-width: 920px) {
  #mailchimp h3.text-uppercase:nth-of-type(1) {
    font-weight: 400;
    font-size: 18px;
  }
  #mailchimp h3.text-uppercase:nth-of-type(2){
    font-weight: 600;
    font-size: 22px;
    color: #439fe0;
  }
  .box{
    top: 30px;
  }
  .bar{ 
    width:300px; 
  }
  .inputMaterial {
    font-size:18px;
    padding:10px 10px 10px 5px;
    width:300px;
  }
  .box button{
    padding:10px;
    font-size: 16px;
    width:300px;
  }
}
@media screen and (max-width: 760px) {
  #mailchimp h3.text-uppercase:nth-of-type(1) {
    font-weight: 400;
    font-size: 16px;
  }
  #mailchimp h3.text-uppercase:nth-of-type(2){
    font-weight: 600;
    font-size: 20px;
    color: #439fe0;
  }
  .box{
    top: 20px;
    margin-bottom: 20px;
  }
  .bar{ 
    width:280px; 
  }
  .inputMaterial {
    font-size:18px;
    padding:10px 10px 10px 5px;
    width:280px;
  }
  .box button{
    padding:10px;
    font-size: 16px;
    width:280px;
  }
}
@media screen and(max-width: 480px) {
  #mailchimp h3.text-uppercase:nth-of-type(1) {
   font-weight: 400;
   font-size: 16px;
  }
  #mailchimp h3.text-uppercase:nth-of-type(2){
    font-weight: 600;
    font-size: 20px;
    color: #439fe0;
  }
  .box{
    top: 0px;
  }
  .bar{ 
    width:250px; 
  }
  .inputMaterial {
    font-size:14px;
    padding:10px 10px 10px 5px;
    width:250px;
  }
  .box button{
    padding:10px;
    font-size: 14px;
    width:250px;
  }
}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
.sign-up{
  cursor: pointer;
  text-align: center;
  vertical-align: center;
  list-style: none;
  text-decoration: none;
}
.sign-up:hover{
   font-weight: 300; 
    list-style: none;
  text-decoration: none;
}
$transition: all 0.3s;
$shadow-L1: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
$shadow-L2: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
$shadow-L3: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

/*
///////////////////////////////////////////////////////////
*
*           What and how we are learning section  
*
///////////////////////////////////////////////////////////
*/
#howAndWhat{
  color: #ffffff;
}
h2.section-heading-howAndWhat{
  font-size: 30px; 
  font-style: italic; 
  padding-bottom: 20px; 
  font-weight: 0;
}
/*  Top and bottom corner frames/border */
div.div-top,
div.div-bottom{
    padding: 15px 35px;
}
div.div-top:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -10px;
    left: 15px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}
div.div-bottom:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -10px;
    right: 15px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

/*
///////////////////////////////////////////////////////////
*
*                   What are Soft Skills
*
///////////////////////////////////////////////////////////
*/
.soft-skills-heading{
    color: #439fe0;
    font-weight: bolder;
}
.icon-wrapper {
  display:inline-block;
  padding: 30px;
}
/*  Custome-icon is also used for all blog mail icons */
.custom-icon {
  font-size:45px;
  background-color: transparent;
  padding-top: 12px;
  height: 70px;
  width: 70px;
  -webkit-border-radius:1100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  border:2px solid #439fe0;
  color:#439fe0;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}
.custom-icon:hover {
  background-color: #439fe0;
  color: #ffffff;
}
.soft-skills-extra{
  color: #439fe0;
  font-weight: bolder;
  padding-top: 30px;
}
.active{
  color: #ffffff;
  background-color: #439fe0;
}
/*
///////////////////////////////////////////////////////////
*
*                   Services
*
///////////////////////////////////////////////////////////
*/
#services{
  background-color: #439fe0;
  color: #ffffff;
}
.service-heading{
    color: #333;
    font-weight: bolder;
}
.services-p{
  padding-bottom: 30px;
}
.services-sub-heading{
  padding-bottom: 40px;
  padding-top: 40px;
  color: #333;
}
.custom-icon-white{
  color: #ffffff;
}
.info-box-services{
  height: 250px;
  color: #ffffff;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////
//                      About us page
////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
///////////////////////////////////////////////////////////
*
*                       Our Story 
*
///////////////////////////////////////////////////////////
*/
#OurStory div.row div.col-lg-8.col-lg-offset-2.text-center{
  padding-bottom: 50px;
}

hr.hr-blue-about {
    border-color: #439fe0;
}
hr.hr-white-about {
    border-color: #ffffff;
}

hr.hr-blue-about,
hr.hr-white-about{
    border-width: 3px;
    max-width: 60px;
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
/*Colour of the lines connecting each image*/
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #439fe0;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  border-radius: 100%;
  border: 3px solid #439fe0;
  text-align: center;
}
.timeline > li .timeline-image {
  background-color: #ffffff;
  color: #439fe0;
}
.timeline > li .timeline-image:hover {
  background-color: #439fe0;
  color: #ffffff;
  cursor: pointer;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 18px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
  font-size: 16px;
}
.timeline .timeline-heading h4.subheading {
    color: #439fe0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 20px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media screen and (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.timeline-be-apart{
  font-weight: 600;
}

/*
///////////////////////////////////////////////////////////
*
*                        Our Misson  
*
///////////////////////////////////////////////////////////
*/
#OurMisson{
  color: #ffffff;
}
.misson-heading{
  color: #ffffff;
  padding-bottom: 10px;
}
.hr-misson{
  text-align: left;
  border-width: 3px;
  max-width: 80px;
  margin: 0;
  padding-bottom: 20px;
  border-color: black;
}
.p-misson{
   color: #ffffff;
}
/*
///////////////////////////////////////////////////////////
*
*                         Our Team 
*
///////////////////////////////////////////////////////////
*/
.bg-light-gray {
  background-color: #eeeeee;
}
.whole-team{
  margin-top: 40px;
}
#OurTeam .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#OurTeam .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
#OurTeam .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(67, 158, 240,0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#OurTeam .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#OurTeam .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 80%;
  left: 10%;  /*Total width = width + 2xleft (1 for left and 1 from right)*/
  right: 10%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#OurTeam .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#OurTeam .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#OurTeam .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content .text-title{
    color: #d9d9d9;
}
#OurTeam * {
  z-index: 2;
}
@media only screen and (min-width: 767px) {
  #OurTeam .portfolio-item {
    margin: 0 0 30px;
  }
}
.team-container{
    margin: 0 5%;
}
#OurTeam .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px 5px;
}
#OurTeam .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#OurTeam .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1120px) {
  #OurTeam .portfolio-item .portfolio-caption p {
  font-size: 15px;
  }
}
@media screen and (max-width: 1050px) {
  #OurTeam .portfolio-item .portfolio-caption p {
  font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  #OurTeam .portfolio-item .portfolio-caption p {
  font-size: 16px;
  }
}
.team-icon{
  float: right;
  position: relative;
  top: -35px;
  margin-right: 30px;
  text-align: center;
}
.team-text{
  text-align: left;
  margin-left: 15px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////
//                      Blog page
////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
///////////////////////////////////////////////////////////
*
*                     Pop up Modal 
*
///////////////////////////////////////////////////////////
*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; 
    z-index: 1; /* Sit on top */
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 50%;
}
section#SubscribeForm.blog-form{
  padding-top: 30px;
  margin: 0;
}
/*  Responsive pop up modal */
@media screen and (max-width: 1020px) {
  .modal-content {
    width: 50%;
  }
}
@media screen and (max-width: 920px) {
  .modal-content {
    width: 65%;
  }
}
@media screen and (max-width: 760px) {
  .modal-content {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .modal-content {
    width: 100%;
  }
}
/*  Modal close button  */
.close {
    color: #333;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 5px;
    opacity: 0.6; 
}
.close:hover,
.close:focus {
    color: #439ef0;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.6; 
}
/*
///////////////////////////////////////////////////////////
*
*                         Blog List 
*
///////////////////////////////////////////////////////////
*/
.blog-list{
  margin-top: 60px;
}
.blog-content{
  padding-bottom: 5px;
  display: inline-block;
}
.blog-icon{
  float: left;
}
.blog-text{
  padding-top: 15px; 
  margin-left: 100px; 
  float: left;
  color: black;
}
.blog-text h3:hover,
.blog-text h4:hover{
  color: #439fe0;
}
.blog-text h3,
.blog-text h4{
  margin: 0;
}
.blog-text h3{
  font-size: 24px;
  color: #1f81c7;
  margin-bottom: ; 
}
.blog-text h4{
  font-size: 18px;
  color: #333;
}
.blog-text h3 i{
  font-size: 24px;
  padding-right: 10px;
}

hr.hr-blog{
  border-color: #439fe0;
  border-width: 1px;
}
/*  Responsive blog items   */
@media screen and (max-width: 1020px) {
  .blog-text h3{
    font-size: 24px;
  }
  .blog-text h4{
  font-size: 18px;
  }
  .blog-text{
    margin-left: 100px; 
  }
}
@media screen and (max-width: 920px) {
  .blog-text h3{
    font-size: 22px;
  }
  .blog-text h4{
  font-size: 16px;
  }
  .blog-text{
    margin-left: 70px; 
  }
}
@media screen and (max-width: 760px) {
  .blog-text h3{
    font-size: 18px;
  }
  .blog-text h4{
  font-size: 14px;
  }
  .blog-text{
    margin-left: 20px; 
  }
  .blog-icon .fa-3x {
      font-size: 2.5em;
  }
  .blog-icon .custom-icon {
  font-size:35px;
  padding-top: 10px;
  height: 60px;
  width: 60px;
  }
}
@media screen and (max-width: 480px) {
  .blog-text h3{
    font-size: 16px;
  }
  .blog-text h4{
  font-size: 12px;
  }
  .blog-text{
    margin-left: 10px;
    padding-top: 9px; 
  }
  .blog-content {
    padding-right: 0px;
  }
  .blog-icon .fa-3x {
      font-size: 2em;
  }
  .blog-icon .custom-icon {
  font-size:30px;
  padding-top: 8px;
  height: 50px;
  width: 50px;
  }
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////
//                      Contact page
////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
///////////////////////////////////////////////////////////
*
*                         FAQ Panels 
*
///////////////////////////////////////////////////////////
*/
.panel-group .panel + .panel {
  margin: 15px 0;
}
.panel-default > .panel-heading {
  color: #ffffff;
  background-color: #439fe0;
  border-color: #439fe0;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
  text-decoration: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #439fe0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #439fe0;
}
.panel-default {
  border-color: #439fe0;
}
.panel-group .panel-heading:hover,
div.panel-heading.active-a,
a.active-a{
  text-decoration: none;
  font-weight: 700;
  background-color: #155684;
  color: #ffffff;
}


/*
///////////////////////////////////////////////////////////
*
*                Conatct details and google map 
*
///////////////////////////////////////////////////////////
*/
#contactMap{
  background-color: rgb(248, 248, 248);
}
.googleWrapper { 
  overflow:hidden;
}
.googleWrapper div {
   padding: 10px;
}
.googleMap {
  float:left; 
  margin-right:20px;
  width:65%;
  border:2px solid #439fe0;
}
.contactInfo { 
  vertical-align: middle;
  overflow:hidden;
  margin:10px;
  margin: 0; 
  background-color: rgb(248, 248, 248);
}
.contactInfo hr.hr-blue { 
  background-color: rgb(248, 248, 248);
  overflow:hidden;
  margin:10px;
  padding-bottom: 40px;
}
.contactInfo h3{
  margin: 0;
}
.contactInfo i{
  padding-left: 10px;
  color: #439fe0;
}
div.control-group.form-group.row{
  text-align: right;
}
label.col-sm-offset-1.col-sm-2.col-form-label{
  padding-left: 0;
  padding-right: 10px;
}
abbr[title], abbr[data-original-title] {
  border-bottom: none;
  cursor: default;
  padding-left: 10px;
}
@media screen and (max-width: 920px) {
  .googleMap { 
    float: none;
    margin-right:0;
    width:auto;
    border:0; 
  }
  .contactInfo h3{
    text-align: center;
  }
  .contactInfo p{
    text-align: left;
  }
  .contactInfo hr.hr-blue {
    text-align:center;
    margin: 0 auto;
  }
  .contactInfo h3{
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 770px) {
  div.control-group.form-group.row{
    text-align: left;
  }
  label.col-sm-offset-1.col-sm-2.col-form-label{
    padding-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  div.control-group.form-group.row{
    text-align: left;
  }
  label.col-sm-offset-1.col-sm-2.col-form-label{
    padding-left: 15px
  }
  .contactInfo p{
    font-size: 16px;
  }
}
.btn-submit{
  color: #439fe0;
}
.btn-submit{
  background-color: #439fe0;
  color: #ffffff;
  border: #439fe0;
}
p.contactExtra{
  font-size: 12px;
  padding-top: 10px;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////
//                       Media page
////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#media{
  padding: 0px;
}
#media .container{
  text-align: left;
}
#media .container div.row.col-lg-6{
  padding: 50px;
  height: 350px;
}
#media .container div.row.col-lg-6 img{
  max-width: 100%;
  max-height: 100%;
}
#media .container div.row.col-lg-6.media-blue{
  background-color: #439fe0;
  color: #ffffff;
}
#media .container div.row.col-lg-6.media-black{
  background-color: #333;
  color: #ffffff;
}
#media div.row.col-lg-6 div.row.col-sm-4{
  padding-left: 0;
  float: left;
}
#media hr{
  text-align: left;
  margin: 0;
}
#media hr.hr-blue.hr-icons{
  margin-bottom: 10px;
}
#media hr.hr-white{
  margin-bottom: 25px;
}
#media hr.hr-white.hr-logo-icon{
  margin-bottom: 0;
}
.custom-icon-blue{
  color: #439fe0;
}
.custom-icon-blue .fa{
  font-size: 25px;
}
.company-heading{
  font-weight: bold;
  font-size: 16px;
}
.company-heading + p{
  font-size: 14px;
}
.company-heading + p a{
  color: #333;
}
.social-btns .btn.facebook{
  margin-left: 0;
}
.social-btns .btn.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
  border: none;
}
.social-btns .btn.facebook:hover i{
  color: #ffffff;
}
.social-btns .btn.facebook .fa {
  color: #3B5998;
}
.social-btns .btn.twitter:hover {
  background-color: #3cf;
  color: #ffffff;
  border: none;
}
.social-btns .btn.twitter:hover i{
  color: #ffffff;
}
.social-btns .btn.twitter .fa {
  color: #33ccff;
}
.social-btns .btn.google-plus:hover {
  background-color: #dc4a38;
  color: #ffffff;
  border: none;
}
.social-btns .btn.google-plus:hover i{
  color: #ffffff;
}
.social-btns .btn.google-plus .fa {
  color: #BD3518;
}
.social-btns .btn.linkedin:hover {
  background-color: #007bb7;
  color: #ffffff;
  border: none;
}
.social-btns .btn.linkedin:hover i{
  color: #ffffff;
}
.social-btns .btn.linkedin .fa {
  color: #007bb7;
}
.social-btns .btn.instagram:hover {
  background:  
      linear-gradient( #400080, transparent), 
      linear-gradient( 200deg, #d047d1, #ff0000,    #ffff00);
  border: none;
  color: #ffffff;
}
.social-btns .btn.instagram:hover i{
  color: #ffffff;
}
.social-btns .btn.instagram .fa {
  color: #d047d1;
}
.social-btns {
  margin: auto;
  font-size: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-btns .btn {
  display: inline-block;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 35px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  border: 1px solid #cccccc;
  opacity: 0.99;
}
.social-btns .btn .fa {
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
}
/* More specific width for larger device styling reasons */
@media screen and (max-width: 1200px) {
  #media .container div.row.col-lg-6{
    height: auto;
  }
}
@media screen and (max-width: 1020px) {
  #media .container div.row.col-lg-6{
    height: auto;
  }
}
@media screen and (max-width: 920px) {
  #media .container div.row.col-lg-6{
    height: auto;
  }
  #media .container div.row.col-lg-6{
    padding: 50px;
  }
  #media div.row.col-lg-6 div.row.col-sm-4{
    width: 33.3333%;
  }
}
@media screen and (max-width: 760px) {
  #media .container div.row.col-lg-6{
    height: auto;
  }
  #media div.row.col-lg-6 div.row.col-sm-4{
    width: 33.3333%;
  }
}
/*  More specific width for styling reasons */
@media screen and (max-width: 700px) {
  #media .container div.row.col-lg-6{
    height: auto;
  }
  #media div.row.col-lg-6 div.row.col-sm-4{
    width: 100%;
    /*text-align: center;*/
  }
}
@media screen and (max-width: 480px) {
  #media .container div.row.col-lg-6{
    height: auto;
  }
  #media div.row.col-lg-6 div.row.col-sm-4{
    width: 100%;
  }
  .social-btns .btn {
    width: 40px;
    height: 40px;
    line-height: 28px;
    margin: 0 2px;
  }
  .social-btns .btn .fa {
    font-size: 18px;
  }
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////
//                       404 page   +    Contact Us (thank you) page
////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body.extraPage{
  margin:0;
  padding:0;
  background-color: #ffffff;
}
.pagewrap{
  min-height:100%
}
.extraPage .container{
  margin:0 auto;
  width:960px
}
.wrapper .container{
  margin:25px auto;
}
a.redirect-button{
  background-color :#439fe0;
  display:inline-block;
  color:#ffffff;
  vertical-align:middle;
  text-align:center;
  font-weight:500;
  line-height:18px;
  border: 2px #439fe0 solid;
  padding:13px 30px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size:18px;
}
a.redirect-button:hover{
  opacity:0.9;
  color: #439fe0;
  background-color: #ffffff;
  border: 2px #439fe0 solid;
  text-decoration: none;
}
.header{
  height:52px;
  position:fixed;
  width:100%;
  position:relative;
  z-index:999;
  background: #333;
  border-bottom:1px solid #e5e5e5
}
.header .container{
  float: left;
  text-align: left;
  margin-left: 10px;
  background: #333;
}
.header .container .logo{
  height:42px;
  margin:5px 0; 
  vertical-align:middle;
  border:0
  background: #333;
}
.header .container .link{
  font-weight:700; 
  font-size:18px; 
  line-height:18px; 
  color: #222; 
  vertical-align:middle;
}

/* === Media Query  */
@media screen and (min-width: 768px){
  .extraPage .header{border-bottom:none;box-shadow:0px 1px 3px rgba(0,0,0,0.25)}
  .extraPage .parallax_wrapper{width:1920px;min-height:100%;position:relative;margin-left:-960px}
  .extraPage .content{width:610px;margin:auto;color:#fff;text-align:center;z-index:2;position:absolute;top:10%;right:0;bottom:0;left:0;}
  .extraPage .content .redirect-button{margin-top:35px;cursor:pointer;position:relative;z-index:99999;}
  .extraPage .content h1{color:#333;;font-size:45px;font-weight:normal;line-height:65px;text-shadow: inset 0px 1px 3px rgba(0,0,0,0.85)}
  .extraPage .content p{color:#333;font-family:HelveticaNeue,Arial,Verdana,sans-serif;font-size:18px;font-weight:normal;width:512px;margin:0 auto;line-height:26px;text-shadow: inset 0px 1px 3px rgba(0,0,0,0.85)}
  .extraPage .content{width:610px;z-index:9999}
  .extraPage h1{margin:0 auto;padding:20px 0 20px}
  .extraPage p{width:440px}
  .extraPage p a{color:#fffbe5;font-weight:bold;text-decoration:underline}
  .extraPage .scene{position:absolute;bottom:-0px;display:block;width:1920px}
  .wrapper{padding:0;overflow:hidden;position:relative}}

@media screen and (max-width: 767px){
  .extraPage .header .container{width:auto}
  .extraPage .content{background:#fff;padding:20px;margin:20px;border:1px solid #ccc;text-align:center;border-radius:5px;box-shadow:0px 1px 0px rgba(0,0,0,0.05)}
  .extraPage .content h1{font-size:24px;line-height:28px;margin:0 0 10px}
  .extraPage .content p{font-size:14px;line-height:18px;color:#666;margin:0 0 10px}
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////
//                      Footer bar (partial)
////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.footer {
    margin:0;
    padding-top: 10px;
    text-align: center;
    width: auto;
    bottom: 0;
    color: #ffffff;
    background-color: rgb(230, 230, 230);
}
.footer-center{
  background-color: rgb(230, 230, 230);
  padding-top: 15px; 
  padding-bottom: 25px;
}

/* Social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 50px;
  height: 50px;
  font-size:20px;
}
.social-circle li i {
  margin:0;
  line-height:50px;
  text-align: center;
}
.social-circle i {
  color: #fff;
}
/*  Responsive icons  */
@media screen and (max-width: 1020px) {
  ul.social-network li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 920px) {
  ul.social-network li {
    margin: 0 4px;
  }
}
@media screen and (max-width: 760px) {
  ul.social-network li {
    margin: 0 3px;
  }
}
@media screen and (max-width: 480px) {
  ul.social-network li {
    margin: 0 2px;
  }
 .social-circle li a {
    width: 40px;
    height: 40px;
  } 
  .social-circle li i {
    line-height:40px;
  } 
}
.social-network a.icon-facebook {
  background-color:#3B5998;
}
.social-network a.icon-twitter {
  background-color:#33ccff;
}
.social-network a.icon-google-plus {
  background-color:#BD3518;
}
.social-network a.icon-linkedIn {
  background-color:#007bb7;
}
.social-network a.icon-instagram {
  background:  
      linear-gradient( #400080, transparent), 
      linear-gradient( 200deg, #d047d1, #ff0000,    #ffff00);
  border: none;
  color: #ffffff;
}
.social-network a.icon-facebook:hover {
  background-color:#ffffff;
  border: 1px solid #3B5998;
}
.social-network a.icon-facebook:hover i{
  color: #3B5998;
}
.social-network a.icon-twitter:hover {
  background-color:#ffffff;
  border: 1px solid #33ccff;
}
.social-network a.icon-twitter:hover i{
  color: #33ccff;
}
.social-network a.icon-google-plus:hover {
  background-color:#ffffff;
  border: 1px solid #BD3518;
}
.social-network a.icon-google-plus:hover i{
  color: #BD3518;
}
.social-network a.icon-linkedIn:hover {
  background-color:#ffffff;
  border: 1px solid #007bb7;
}
.social-network a.icon-linkedIn:hover i{
  color: #007bb7;
}
.social-network a.icon-instagram:hover {
  background:#ffffff;
  border: 1px solid #d047d1;
}
.social-network a.icon-instagram:hover i{
  color: #d047d1;
}
.footer-copy-right{
  background-color: #333;
  padding-top: 25px;
  padding-bottom: 10px;
}