@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Josefin+Slab');
@import url('https://fonts.googleapis.com/css?family=Cagliostro|Gloria+Hallelujah');
@import url('https://fonts.googleapis.com/css?family=Finger+Paint');
@import url('hover-min.css');
body {
    font-family: 'Cagliostro', sans-serif;
    margin: 0;
} 

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar {
    background-color: transparent;
    border-radius: 0 !important;
    border: 0;
    margin-bottom: 0 !important;
    height: 100px;
    width: 100% !important;
    position: absolute;
    top: 50px;
    z-index: 111111;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.navbar-right li:nth-child(1) {
    /*background: #3aabb4;*/
    background: #6E29AD;
}

.navbar-right li:nth-child(2) {
    background: #f26a35;
}

.navbar-right li:nth-child(3) {
    background: #a1e306;
}

.navbar-right li:nth-child(4) {
    background: #00afef;
}

.navbar-right li:nth-child(5) {
    background: #bf74cd;
}

.navbar-right li:nth-child(6) {
    background: #942A45;
}

.navbar-right li:nth-child(7) {
    background: #c06561;
}

.navbar-right li:nth-child(8) {
    background: #f68a26;
}

.navbar-right li:nth-child(9) {
    background: #ffde00;
}

.navbar-right li:nth-child(10) {
    background: #9cca00;
}

.navbar-right li:nth-child(11) {
    background: #00a8ff;
}

.navbar-right li:nth-child(12) {
    background: #bf74cd;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.link a, .sub-link a {
    color: white !important;
    /*height: 50px;*/
    font-family: 'Finger Paint', cursive;
    font-size: 16px;
}

.navbar-collapse {
    margin-top: 15px;
}

.multi-level .link a:hover, .sub-link a:hover  {
    color: #66c6de !important;
    background-color: #34414f !important;
}
.link:hover .multi-level {
    display: block;
    background-color: transparent;
 }

.multi-level li a {
    text-align: center;
    padding: 13px 10px;
}
 .logo {
     width: 330px;
     height: 184px;
     margin-top: -30px;
 }

.i1 {
    left: 29%;
    color: #503f98;
}

 .i2 {
     top: 35%;
     left: -40%;
     right: 0;
     color: #c06561;
 }
.carousel-caption h2 {
    font-size: 55px;
    line-height: 1.4;
}


@media only screen and (max-width: 760px) {
    .navbar-toggle {
        margin-top: 30px;
    }
   .carousel-caption h2 {
        font-family: 'Josefin Slab', serif;
        color: #34414f;
        font-size: 14px;
    }
    .i2 {
        top: 20%;
    }
    .carouselImg {
        width: 100% !important;
    }
    
    .navbar-toggle {
        background-color: #34414f;
        border: transparent;
    }
    .icon-bar {
        background-color: white !important;
    }
    .logo {

        width: 250px;
        height: 125px;
        margin-top: -15px;
    }
}
.intro {
    text-align: center;
    font-family: 'Cagliostro', sans-serif;
    color: #ED1C24;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
}
.introPara {
    color: gray;
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 20px;
    letter-spacing: 1px;
}
  
.introCol {
    display: block;
    padding: 15px;
}
  
.welcomeSection {
    margin: 0 15px;
}
.fs-20 {
    font-size: 20px;
}
.fs-24 {
    font-size: 24px;
}

.sectionImg {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.row h3, .row h4 {
    color: white;
    letter-spacing: 1px;
}
.parentWrapper {
    background-color: white;
    padding: 60px 0;
    clear: both;
}

.section {
    background: white;
}
@media only screen and (max-width: 760px) {
    .navbar-collapse {
        margin-top: 0px;
        width: 100%;
        height: 100%;
    }
    .introRow {
        margin-top: 0;
    }
    .welcomeSection {
        margin-bottom: 40px;
    }
    .welcomeSection img {
        margin-top: 0;
    }
}

.about {
    padding: 40px 0;
}

.about h3, .about h4 {
    color:white;
    font-family: 'Cagliostro', sans-serif;    
    font-weight: 500;
    margin: 0;
}
.about h4 {
    line-height: 1.6 !important;
    font-size: 16px;
    word-spacing: 1px;
    text-align: justify;
}

.about-img {
    transform: rotate(-24deg);
    margin-top: 65px;
}

.button {
    border-radius: 5px;
    background-color: #0072BC;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }
  .button span a {
      color: white;
      text-decoration: none;
  }

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

    .carousel {
        margin-top: -616px !important;
    }
    .testimonialParent img {
        width: 100%;
        height: 700px !important;
    }
    #quote-carousel .carousel-control {
        margin-top: 135px !important;
    }
    .imageCarouselBottom {
        display: none;
    }
    .topCarousel {
        margin-top: 0px !important;
    }

    .testimonialParent img {
        width: 100% !important;
        height: 400px !important;
    }

    #quote-carousel {
        margin-top: -300px !important;
    }      
    .fa-chevron-right, .fa-chevron-left  {
          display: none;
      }
      
}

.h1-style {
    color: white;
    text-align: center;
    margin-top: 0;
    font-family: 'Cagliostro', sans-serif;
}
.testimonialParent {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
 
.testimonialParent img {
    width: 100% !important;
}

#quote-carousel {
    margin-top: -450px;
}
#quote-carousel .carousel-control {
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 50px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    margin-top: 50px;
    margin-right: -19px !important;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote, .item small {
    border-left: none;
    margin: 0;
    color: white;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    margin-right: 10px;
}
.item blockquote p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    margin-left: 10px;
}

.teamMember  {
    padding: 15px 30px;
}

.teamMember h3 {
    text-align: center;
    font-family: 'Cagliostro', sans-serif;
    font-size: 24px;
    color: #34414f;
}
.teamMember h4 {
    text-align: center;
    font-family: 'Cagliostro', sans-serif;
    font-size: 16px;
}

.team-img {
    border-radius: 5px;
}

.flip-container:hover .flipper,  
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}
  
.front {
    height: 326px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    height: 326px;
    border-radius: 5px;
    border: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.back a {
    margin-left: 10px;
}

.border-blue {
    border-top: 3px solid #3aabb4;
    border-bottom: 3px solid #3aabb4;
}
.bg-blue {
    background: #3aabb4;
}
.border-yellow {
    border-top: 3px solid #ffcc2a;
    border-bottom: 3px solid #ffcc2a;
}
.bg-yellow {
    background: #ffcc2a;
}

.border-orange {
    border-top: 3px solid #f26e35;
    border-bottom: 3px solid #f26e35;
}
.bg-orange {
    background: #f26e35;
}

.border-lg-green {
    border-top: 3px solid #a1e306;
    border-bottom: 3px solid #a1e306;
}
.bg-lg-green {
    background: #a1e306;
}

.newsbtn {
    display: inline-block;
    padding: 15px 25px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color:#0072BC;
    border: none;
    border-radius: 10px;
    margin-left: 40px;
    margin-top: -20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .newsbtn:hover {background-color: #0072BC}
  
  .newsbtn:active {
    background-color: #0072BC !important;
    transform: translateY(4px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .news .row img {
    width: 300px !important;
    height: 200px !important;
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 1px;
  }
 
  .newsDiv {
      margin-top: 40px;
      
  }

.footer {
    background-color: #22214a;
    color: white;
}
.footer h3 {
    margin-top: 50px;
    letter-spacing: 1px;
}

.footer p {
      font-size: 16px;
      margin-top: 20px;
    text-align: justify;
}
  
.footer ul {
      list-style: none;
      margin-top: 20px;
    padding: 0;
}
.footer ul li {
      color: white;
      font-family: 'Cagliostro', sans-serif;
      font-size: 16px;
      text-align: justify;
      line-height: 25px;
      letter-spacing: 1px;
}

.footer .copyright {
    padding: 20px 0 10px 0;
    border-top: 5px solid rgb(255,255,255,0.1);
}
address {
      color: white;
      margin-top: 20px;
      font-size: 16px;
      font-family: 'Cagliostro', sans-serif;      
}
.quickLink a {
      color: white;
  }
.fa-facebook:hover {
    color:#3B5998;
    text-decoration: none;
}
.fa-twitter:hover {
    color:#0072BC;
    text-decoration: none;
}
.fa-google-plus:hover{
    color:#DB4437;
    text-decoration: none;
}
.fa-linkedin:hover {
    color: #0077b5;
    text-decoration: none;
}
.overview .fa {
    font-size: 24px;
    padding: 12px 15px;
    color: white;
}

.social-links {
    margin-top: 0;
    padding-top: 10px;
}
.footer-glyphicon {
    margin-bottom: 20px;
}
.footer-font {
    font-family: 'Cagliostro', sans-serif;
    letter-spacing: 1px;
    margin-left: 15px;
}
  @media only screen and (max-width: 760px) {
      
      .text-right[style] {
          text-align: left !important;
      }
      .contactDiv {
          margin-top: 40px;
      }
  }

  /* overview page css */

.overview {
    background: rgb(34, 33, 74);
    z-index: 111;
}

  .overview h1 {
      text-align: center;
      margin-top: 175px;
      color: white;
      text-decoration: none;
      margin-bottom: 30px;
    }
 
  .overview h1.effect-underline:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    text-align: center;
    width: 30%;
    border-bottom: 1px solid;
    margin-left: 35%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
  }
  
  .overview h1.effect-underline:hover:after {
    opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  
  .overviewText p {
      font-size: 16px;
      word-spacing: 1px;
      color: #0072BC;
      text-align: justify;
  }

  .overviewText h2 {
      color: #ED1C24;
      font-size: 28px;
      margin-bottom: 5px;
  }

.overview-Img {
    width: 100%;
    height: 100%;
}

.mt-40 {
    margin-top: 40px;
}

  /* end of overview css */

  /* gallery css */

  .myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 20px;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1111111 ; /* Sit on top */
    padding-top: 100px ; /* Location of the box */
    left: 0 ;
    top: 0 ;
    width: 100% ; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9);  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto ;
    display: block;
    width: 80% ;
    max-width: 700px;
}


/* Add Animation */
.modal-content {
    -webkit-animation-name: zoom ;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom ;
    animation-duration: 0.6s ;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute ;
    top: 15px ;
    right: 35px ;
    color: #f1f1f1 ;
    font-size: 40px;
    font-weight: bold ;
    transition: 0.3s ;
}

.close:hover,
.close:focus {
    color: #bbb ;
    text-decoration: none ;
    cursor: pointer ;
}

  /* end of gallery css */

  /* contact css */
  button,
  button::after {
    -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
      transition: all 0.3s;
  }
  
  button {
    background: none;
    border: 3px solid #34414f;
    border-radius: 5px;
    color: #34414f;
    display: block;
    font-size: 16pm;
    font-weight: bold;
    padding: 1em 1em;
    position: relative;
    text-transform: uppercase;
  }
  
  button::before,
  button::after {
    background: #34414f;
    content: '';
    position: absolute;
    z-index: -1;
  }
  
  button:hover {
    color: white;
  }
  
  
  .btn-2::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
  }
  
  .btn-2:hover:after {
    width: 100%;
  }
  
  hr {
    max-width: 100%;
    margin: 25px auto 0;
    border-width: 2px;
    border-color: red;
    border-style: dashed;
}

hr.style-seven {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { 
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: red;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.hrContact {
    max-width: 100%;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: #9ca5ba;
    border-style: dashed;
}
.contactSection {
    margin-left: 16px;
    margin-bottom:40px;
    font-size:18px;
}
.contactSection font {
    font-family:'Cagliostro', sans-serif !important;
    letter-spacing:1px;
    margin-left:15px;
    font-size:18px;
    line-height:1.5;
}
.g-plus, .twt, .fb { 
    text-align:center; 
    border-radius:50px; 
    width:25%;
    margin-left: 40px;
    float: left;
}
.g-plus {
    background-color:#DB4437;
}
.twt {
    background-color: #0072BC;
}
.fb {
    background-color: #3B5998;
}
.fa-style {
    font-size:18px; 
    margin-top:0px; 
    padding:10px;
}
.fa-style:hover {
    color: white;
}
.fs-36 {
    font-size: 32px !important;
}

  /* end of contact css */

  /* curriculum css */

  .components {
    border-radius: 50%;
    background: #D3CCE3;
    background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3);
    background: linear-gradient(to right, #E9E4F0, #D3CCE3);
    margin: 20px;
    padding: 15px;
  }
  .components p{
    text-align: center;
  }
  /* end of curriculum css */

  
  .bg-dark {
      background-image: linear-gradient(to bottom,rgba(243,245,246,.5),#f3f5f6);
  }
  .mt-30 {
      margin-top: 30px !important;
  }
  .mb-30 {
      margin-bottom: 30px;
  }
  .overviewText ul li {
      color: #0072BC;
  }
  .overviewText .value {
      list-style: none;
      font-size: 16px;
      line-height: 2;
      padding: 0;
  }

  .overviewText .value li {
      color: #0072BC;
  }

  .comingSoon   {
      background-color: black;
      width: 100%;
      height: 572px;
      margin-top: -61px;
      opacity: 0.7;
      position: absolute;
      z-index: 111111;

  }
  .comingSoon h1 {
      color: white;
  }
  @media only screen and (max-width: 760px) {
      .comingSoon {
          height: 1251px;
      }
      
      .pmt-20 {
          margin-top: 20px;
      }
      .fb {
          margin-top: 20px;
      }
  }

  /* Return to top */
  #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ED1C24;
    /*background: #ED1C24;*/
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 111111;
}
#return-to-top i {
    color: #fff ;
    margin: 0;
    position: relative ;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #34414f;
}
#return-to-top:hover i {
    color: #fff ;
    top: 5px ;
}

/* End of return to top */

/* Colors */

.text-green {
    color: #3aabb4 !important;
}

.text-blue {
    color: #00afef !important;
}

.text-yellow {
    color: #ffcc2a !important;
}

.text-orange {
    color: #f26e35 !important;
}

.text-lg-green {
    color: #a1e306 !important;
}
.text-darkmagenta {
    color: darkmagenta !important;
}
.text-white {
    color: #fff !important;
}
.text-black {
    color: #000 !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-red {
    color: #ED1C24;
}
.text-lg-blue {
    color: #0072BC;
}
/* management css */
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.innerContainer {
    padding: 2px 16px;
}

.management h2 {
    margin-top: 0;
}

.management p {
    margin: 0;
}
/* end of management css */

/*faq css*/
.faq {
    padding: 20px 20px 20px 20px;
}

.faq a {
    text-decoration: none;
    color: #34414f;
    font-size: 24px;
    letter-spacing: 1px;
    display: block;
}
.faq h4, .faq ul li  {
    color: white;
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: 'Gloria Hallelujah', cursive;
}

.bg-green {
    background-color: #3aabb4 !important;
}

.bg-blue {
    background-color: #00afef !important;
}

.bg-yellow {
    background-color: #ffcc2a !important;
}

.bg-orange {
    background-color: #f26e35 !important;
}

.bg-lg-green {
    background-color: #a1e306 !important;
}
.bg-darkmagenta {
    background-color: #942A45 !important;
}
.bg-lg-gray {
    background-color: #607d8b;
}
/*end of faq css*/

/* careers css*/
.careers p {
    font-size: 18px;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.mb-60 {
    margin-bottom: 35px;
}
.careers ul li {
    font-size: 16px;
}
.listStyle {
    list-style: none !important;
}
.listStyle li:before {
    content: '✓';
}

/* end of careers css*/

/* franchise css*/

.franchise {
    color: white;
    font-size: 24px;
    margin-top: 10px;
}
.franchise:hover {
    text-decoration: none;
    color: #00afef;
}
.franchise-names {
    width: 60%;
    height: 50px;
    padding-top: 1px;
    margin-top: 20px;
    margin-bottom: 15px;
    background-color: #3aabb4;
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
}
.franchise-names h2 {
    margin-top: 5px;
}
.fs {
    font-size: 24px;
}
/* end of franchise css*/

@media (max-width: 768px) {
    .franchise-names {
        width: 100% !important;
    }
    .fs {
        font-size: 16px;
    }

    .overview .fa {
        font-size: 16px;
    }

}


#infra a {
    cursor: pointer;
}

#infra a:hover {
    text-decoration: none;
}

/*******************portfolio with new hover style********************/
.featured-work .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 0px;
}

.featured-work .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background: #32c5d2;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.work-wrap {
    position: relative;
    display: block;
}

.work-wrap .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    overflow: hidden;
    display: block;
}

.work-wrap .img-overlay .inner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    margin-top: -51px;
}

.work-wrap .img-overlay .inner-overlay h2 {
    color: #434343;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 18px;
    color: #32c5d2;
    margin-bottom: 6px;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -moz-transform: translate3d(0, -400%, 0);
    -o-transform: translate3d(0, -400%, 0);
    -ms-transform: translate3d(0, -400%, 0);
    -webkit-transform: translate3d(0, -400%, 0);
    transform: translate3d(0, -400%, 0);
}

.work-wrap .img-overlay .inner-overlay p {
    color: #333;
    margin-bottom: 20px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transform: translate3d(0, -400%, 0);
    -o-transform: translate3d(0, -400%, 0);
    -ms-transform: translate3d(0, -400%, 0);
    -webkit-transform: translate3d(0, -400%, 0);
    transform: translate3d(0, -400%, 0);
}

.work-wrap .img-overlay .inner-overlay a.link {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.work-wrap .img-overlay .inner-overlay a.zoom {
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.work-wrap .img-overlay .inner-overlay a {
    display: inline-block;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #32c5d2;
    text-align: center;
    margin: 0 5px;
    -moz-transform: translate3d(0, 400%, 0);
    -o-transform: translate3d(0, 400%, 0);
    -ms-transform: translate3d(0, 400%, 0);
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.work-wrap .img-overlay .inner-overlay a i {
    font-size: 14px;
    color: #32c5d2;
    line-height: 40px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.work-wrap:hover .img-overlay {
    opacity: 1;
}

.work-wrap:hover .img-overlay .inner-overlay h2 {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.work-wrap:hover .img-overlay .inner-overlay p {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.work-wrap:hover .img-overlay .inner-overlay a {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/****banner contact form**/
.home-contact {
    /*background: url(../images/bg-2.jpg) no-repeat;*/
    clear: both;
    background-color: #6a7278;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 100px;
}
.home-contact .contact-home-text {
    padding: 100px 0;
}
.home-contact .contact-home-text h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 25px;
}
.home-contact .contact-home-text h1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 45px;
}
.home-contact .contact-home-text p {
    font-size: 20px;
    color: #fff;
}

.contact-home-form {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 25px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.contact-home-form .form-control {
    margin-bottom: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    min-height: 45px;
}
.contact-home-form .btn {
    width: 100%;
    display: block;
}
/*ipad css*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1)
   {
    .teamMember, .flipper, .flip-container:hover, .front, .back {
        height: 600px !important;
    }
    .teamMember {
        margin-bottom: 50px;
    }
    .back h3 {
        margin-top: 50px;
        font-size: 40px;
    }
    .back h4 {
        font-size: 30px;
    }
    #quote-carousel {
        margin-top: -300px;
    }
    .imageCarouselBottom {
        display: none;
    }
    .testimonialParent img {
        height: 400px;;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        margin-top: 30px;
    }
    
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: right;
        width: 50%;
    }
    .navbar-nav>li {
        float: none;
        padding: 20px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 30px;
    }
    .collapse.in{
        display:block !important;
    }
    .multi-level {
        margin-right: 100% !important;
    }
    .multi-level>li {
        padding: 20px;
    }
    .multi-level>li>a {
        font-size: 30px;
    }
    .icon-bar {
        background-color: white !important;
    }
    .text-right[style] {
        text-align: left !important;
    }
    .franchise-names {
        width: 50% !important;
    }
}

/*end of ipad css */

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {
    .fs-20 {
        min-height: 45px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        margin-top: 30px;
    }
    
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: right;
        width: 50%;
    }
    .navbar-nav>li {
        float: none;
        padding: 20px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 30px;
    }
    
    .collapse.in{
        display:block !important;
    }
    .multi-level {
        margin-right: 100% !important;
    }
    .multi-level>li {
        padding: 20px;
    }
    .multi-level>li>a {
        font-size: 30px;
    }
    .icon-bar {
        background-color: white !important;
    }
    #quote-carousel {
        margin-top: -370px;
    }
    .franchise-names {
        width: 100%;
    }
}
/*end of ipad css */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
    .franchise-names {
        width: 80% !important;
    }
}
