/* Start Global */
body{
    overflow-x: hidden;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body a {
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    text-decoration: none;
    outline: none;

}

h1,h2,h3,h4,h5,h6
{
    margin: 0;
    font-family: 'Limelight', cursive;
}
/* End Global */

/** start Header **/
.header {
    background:url('../images/a.jpg')fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 700px;
}

 .header h3 {
    line-height: 1.7em;
    letter-spacing: 38px;
    color: #fff;
    text-shadow: 2px 2px 2px #212121;
    font-weight: 300;
    margin-bottom: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    text-align: center;
}
 @media (max-width: 575px) {
     .header h3{
         line-height:30px;
         letter-spacing: 10px;
     }
 }
.header h2 {
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    font-size: 8em;
    color: #fff;
    letter-spacing: 15px;
    font-family: 'Limelight', cursive;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
.intro .hello ,
.intro .phone {
    color: #fff;
    font-size: 1em;
    text-align: center;
    letter-spacing: 5px ;
    margin-top: 47px;
    padding-top: 20px;
    display: inline-block;
}

@media (max-width: 576px) {
    .intro .phone {
        margin-top: 9px;
    }
}

@media (max-width: 575px){
    .intro .head{
        font-size: 20px;
        margin-top: 15px;
    }
}

@media (max-width: 576px){
    .intro .head{
        font-size: 50px;
    }
}
@media (max-width: 768px){
    .intro .head{
        font-size: 70px;
        display: inline-block;
    }
}
@media (max-width: 992px){
    .intro .head{
        font-size: 75px;
    }
}

.header .intro .p2
{
    font-size: 1em;
    color: #ff5722;
    letter-spacing: 10px;
    margin-bottom: 2em;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 90px;
    text-align: center;
}
#myBtn{
    margin-top: 56px;
    border-radius: 0;
    padding: 0 26px;
    background-color: #FF5721;
    color: #fff;
    font-size: 15px;
}
@media (min-width: 576px) and (max-width:768px)
{
    #myBtn {
        margin-top: 76px;
        font-size: 12px;
    }
}

@media (max-width: 576px){
    #myBtn {
        margin-top: 35px;
        background-color: #FF5721;
        color: #fff;
        font-size: 12px;
    }
}
/** End Header **/

/*Start The Modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #1d1818;
    float: left;
    font-size: 38px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal h4 {
    line-height: 2.7em;
    letter-spacing: 15px;
    color: #080000;
    text-shadow: 2px 2px 2px #212121;
    font-weight: 300;
    margin-bottom: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    text-align: center;
}

.modal .content {
    border-radius:5px;
    padding:20px;
}
.modal .content input[type="email"]
{
    background: none;
    display: block;
}
.modal .content input[type="password"]
{
    background: none;
    display: block;
}
.modal .content input[type="email"] ,
.modal .content input[type="password"]
{
    width: 100%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    margin: 0.5em 0;
    outline: none;
    color: #212121;
    border: 1px solid #ccc;
    letter-spacing: 1px;
    text-align: center;

}
.modal .content input[type="submit"]
{
    outline: none;
    padding: 0.8em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
    padding-bottom: 25px;
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    background: #ff5722;
    box-shadow: 0 2px 1px rgba(28, 28, 29, 0.42);
    border-radius: 0;
}
.modal .content input[type="submit"]:hover
{
    color: #fff;
    background: #000;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.login-social-grids
{
    text-align: center;
}
.login-social-grids ul li a i.fa.fa-facebook, .login-social-grids ul li a i.fa.fa-twitter, .login-social-grids ul li a i.fa.fa-rss {
    height: 30px;
    width: 30px;
    border: solid 2px #212121;
    line-height: 29px;
    background: none;
    color: #212121;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-align: center;
}
.login-social-grids ul li a i.fa.fa-twitter:hover {
    border: solid 2px #55acee;
    background: #55acee;
    color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-rss:hover {
    border: solid 2px #f26522;
    background: #f26522;
    color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-facebook:hover {
    border: solid 2px #3b5998;
    background: #3b5998;
    color: #FFFFFF;
}
.modal .login-social-grids {
    margin: 1em 0;
}
.modal .login-social-grids ul {
    padding: 0;
    margin: 0;
}
.modal .login-social-grids ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}
.modal .login-social-grids ul li a {
    color: #025a9e;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}
.modal .login-social-grids ul li a:hover
 {
    text-decoration: none;
     outline: none;
}
.button-panel a{
    font-size: 0.875em;
    color: #212121;
    letter-spacing: 1px;
    text-decoration: none;
}
/* buttons */

input[type=submit],
button,
.button {
    border:none;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    padding: 5px 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/**************************************************************************************/
/* secondary action button (dark grey) */
/* Start Navbar */
.navbar {
    z-index: 999;
    background: #000;
    padding: 1em 0;
}
.bg-dark {
    background-color: #000000!important;
}
.navbar span a {
     display: block;
     color: #FF5722;
     letter-spacing: 2px;
     text-decoration: none;
     padding-top: 2px;
     margin-top: 0;
     font-size: 40px;
     font-family: 'Limelight', cursive;
 }
.navbar ul
{
    list-style: none;
    padding-left: 0;
    overflow: visible;
    float: right;
    margin-top: -16px;
    display: block;
    font-family: 'Limelight', cursive;
}
.navbar ul li {
    float: left;
    padding: 10px;
    margin-top: 13px;
    font-size: 14px
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar ul li a {
    text-decoration: none;
    letter-spacing: 4px;
    font-size: 1.1em;
    color: #fff;
    position: relative;
    font-weight: 400;
    padding: .5em 1.1em;
    display: inline-block;
    border-radius: 0;
}
.navbar ul li a:hover  ,
.navbar ul li a.active{
    background: #FF5722;
}
.navbar .dropdown .dropdown-content a:hover{
    background: #FF5722;
    min-width: 200px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.navbar .dropdown .dropdown-menu {
    background-color: #000;
    margin-top: 1px;
    padding: 5px 0;
}
/** End Navbar ****/

/** Start About ****/
.about-us {
    margin: 50px auto;

}
.about-us .info{
    background-color: #000;
    color: #fff;
    padding:0;
}
@media (max-width: 767px) {
    .about-us .info {
        padding-bottom:40px;
    }
}
@media (max-width: 992px) {
    .about-us .info {
        padding-bottom: 40px;
    }
}
.about-us .info h2,
.about-us .info p,
.about-us .info a{
    margin-left: 30px;
}

.about-us .info h2
{
    padding: 94px 0 20px 0;
    font-size: 34px;
    color: #ffffff;
    font-family: 'Limelight', cursive;
}
.about-us .info p{
    line-height: 1.6;
    color: #b4b997;
    margin-bottom: 30px;
}
.about-us .info a{
    padding: 5px 20px;
    color: #FF5722;
    font-weight: bold;
    border: 2px solid #FF5722;
    text-decoration: none;
}
.about-us .info a:hover{
     background-color: #FF5722;
     color:#fff;
     text-decoration: none;
}
.about-us .img-info{
    padding: 0;
    margin:0;
}

/* End About us */

/* Start Bet Lover */
.team {
    margin: 50px auto ;
}

.team-agile-row{
margin-bottom: 45px;
}

h3.w3ls-title {
    text-align: center;
    font-size: 2.5em;
    color: #000;
    font-family: 'Limelight', cursive;
    margin-bottom: 1.5em;
}
.team-grid {
    margin-bottom: 23px;
}
.team-grid-left h4 {
    color: #ff5722;
    margin: 0;
    font-size: 1.5em;
    text-transform: capitalize;
}
.team-grid-left h5 {
    text-transform: capitalize;
    font-size: 17px;
    margin: .5em 0 0;
    letter-spacing: 2px;
    color: #000;
}
.team-grid-left p {
    margin: 1em 0;
    font-size: 15px;
    line-height: 28px;
    color: #000;
}
.team-grid-right img.img-responsive {
    width: 100%;
    float: left;
}
.team-grid-left {
    width: 65%;
    float: right;
}
@media (min-width: 992px){
    .team-grid-left {

        margin-right: 50px;
    }
}
.team-grid-right {
    width: 35%;
    padding: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.social {
    font-size:12px;
}
.social ul a {
    color: #727b6d;
    text-decoration: none;
    margin-left: 6px;
}
.social ul a:hover{
    color: #ff5722;
}
/* End Bet Lover */
/* Stat Services */
.services{
    display: block;
    background: url(../images/a1.jpg) no-repeat;
    background-size: cover;
    min-height: 590px;
    padding-top: 6em;
}
.services .fa{
    font-size: 30px;
}

.services .title{
    font-size: 3em;
    color: #fbfbfb;
    text-align: center;
    letter-spacing: 4px;
    line-height: 1.6em;
    font-family: 'Limelight', cursive;
    margin-bottom: 50px;
}

@media (max-width: 576px) {
    .services .title{
        font-size: 40px;
    }
}

.services h5{
    color: #fff;
    font-size: 1.4em;
    margin: 0;
    letter-spacing: 1px;
    font-family: 'Limelight', cursive;
}

.services p{
    font-size: 0.9em;
    line-height: 1.8em;
    color: #c6c5c5;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 70px;
}

.services .icon-left{
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 22px 0 50px 0;
    margin-right: 1em;
    background: #ff5722;
    margin-top: -5px;
    color: #fbfffe;
}

/* End Services */
/* Start Information */
.testimonials {
    margin-top: -51px;
    margin-bottom: -65px;
    text-align: center!important;
    background-color: rgba(41, 14, 14, 0.06);
}
.testimonials .title{
    text-align:center;
    padding-top: 50px;
}

@media (max-width: 576px) {
    .testimonials .title{
        font-size: 30px;
    }
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom:80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #28CB75;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #C4C4CC;
    display: block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

/*End information*/
/* Start subscribe */
.subscribe {
    background:url("../images/bg1.jpg")no-repeat center;
    text-align: center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 222;
    padding-bottom: 53px;
}

.subscribe .title {
    font-size: 39px;
    margin-top: 0;
    padding-top: 58px;
    text-align: center;
    letter-spacing: 4px;
    line-height: 1.6em;
    color: #fff;
    font-family: 'Limelight', cursive;
}

@media (max-width: 576px) {
    .subscribe .title {
        font-size: 28px;
    }
    .subscribe .title-span{
      font-size: 39px;
    }
}

.subscribe .title-span
{
    color: #FF5722;
    text-align: center;
    font-size: 42px;
    font-family: 'Limelight', cursive;
}
.subscribe a {
    font-size: 0.9em;
    color: #fff;
    background-color: #090000;
    text-decoration: none;
    width: 20%;
    padding: 10px 20px;
    vertical-align: top;
    outline: none;
    border-radius: 0;
    height: 40px;
    text-transform: uppercase;
}
.subscribe a:hover {
    background-color: #FF5722;
    color: #FFF;
    text-decoration: none;
}
/* End subscribe*/
/*Star Box-subscribe*/
.Box-subscribe {
    padding-bottom: 15px;
    background-color: #292929;
}

.Box-subscribe form {
    width: 75%;
    margin: 3em auto 2em;
}

@media (max-width: 576px) {
    .Box-subscribe form{
        width: 90%;
    }

}

.Box-subscribe h4 {
    margin-top: 0;
    padding-top: 37px;
    padding-bottom: 0px;
    font-size: 2.8em;
    color: #fff;
    font-weight: 300;
    text-align: center
}

@media (max-width: 576px){
    .Box-subscribe h4{
        font-size: 1.8em;
    }
}

@media (max-width: 767px){
    .Box-subscribe h4{
        font-size: 1.8em;
    }
}
.Box-subscribe input[type="text"] {
    padding: 0.6em;
    outline: none;
    color: #fff;
    width: 70%;
    font-size: 1em;
    background: none;
    border: 1px solid #BDBDBD;
}

@media (max-width: 576px){
    .Box-subscribe input[type="text"]{
        margin-bottom: 30px;
        text-align: center;
    }
}

@media (max-width: 767px){
    .Box-subscribe input[type="text"]{
        margin-bottom: 30px;
        text-align: center;
    }
}

@media (max-width: 992px){
    .Box-subscribe input[type="text"]{
        margin-bottom: 30px;
        text-align: center;
    }
}

.Box-subscribe .submit  {
    font-size: 0.9em;
    color: #fff;
    width: 60%;
    background-color: #000000;
    text-decoration: none;
    padding: 13px 30px;
    /* vertical-align: top; */
    outline: none;
    border-radius: 0;
    height: 40px;
    text-transform: uppercase;
}

.Box-subscribe .submit:hover {
    background-color: #FF5722;
    color: #FFF;
    text-decoration: none;
}

.social-icon{
    text-align: center;
    margin-top: -13px;
    margin-bottom: 3px;
    font-size: 12px
}

.social-icon a{
    color: #e1ffca;
    margin: 10px;
    border: 1px solid rgba(25, 24, 24, 0);
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 3.9em;
    position: relative;
    z-index: 999;
}

.social-icon a:before{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #e1ffca;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: -1;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.social-icon a:hover{
    color: #ff5722;
    text-decoration: none;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transition: .7s all ease-in-out;
    -moz-transition: .7s all ease-in-out;
    transition: .7s all ease-in-out;
}

.social-icon a:hover:before{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-color: #ff5722;
}

/*End Box-subscribe */
/*Start Copy Rights*/
.copy-right {
    background: #191919;
    padding: 1.9em 0;
    text-align: center;
}

.copy-right .list {
    border-bottom: 1px solid #404040;
    /* margin-bottom: 2em;
    padding-bottom: 5em; */
}

@media (max-width: 576px) {
    .copy-right .list {
        border-bottom: 1px solid #404040;
        margin-bottom: 1em;
        padding-bottom: 7em;}
}

@media (min-width: 992px) {
    .copy-right .list ul li a {
        font-size: 26px;
    }
}
@media (min-width: 992px) {
    .copy-right .list {
        /* font-size: 40px; */
        text-align: center;
    }
}
@media (max-width: 576px){
    .copy-right .list {
         padding-bottom: 0px;
    }
}
.copy-right .list ul li {
    display: inline;
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    font-family: 'Limelight', cursive;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
.copy-right .list ul li a {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    position: relative;
    font-weight: bold;
    padding: 3px 18px;
    display: inline;
    border-radius: 1px;
}
@media (max-width: 576px) {
    .copy-right .list ul li a{
        font-size: 14px;
        text-align: center;

    }
}
@media (max-width: 768px) {
    .copy-right .list ul li a{
        font-size:14px;
        text-align: center;
    }
}
.copy-right .list ul li a:hover {
    background: #FF5722;
}
.copy-right p
{
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.copy-right a
{
    color: #ff5722
}
.copy-right a:hover
{
    color: #fff;
    text-decoration: none;
    outline: none;
}
/*End Copy Rights*/


/**********************************************
***********************************************
***************About **************************
***********************************************
**********************************************/
/*Start About US*/
.aboutus-about{
    margin: 50px auto;
}

.aboutus-about h4{
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 50px;
    margin-top: 28px;
    font-family: 'Limelight', cursive;
}

.aboutus-about .info h3{
    font-size: 2em;
    color: #FF5722;
    line-height: 1.5em;
    letter-spacing: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.aboutus-about .info  p {
    margin-top: 1.5em;
    font-size: 1em;
    color: #555;
    line-height: 1.9em;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.aboutus-about .info a{
    padding: 5px 20px;
    color: #FF5722;
    font-weight: bold;
    border: 2px solid #FF5722;
    text-decoration: none;
}
.aboutus-about .info a:hover {
    background-color: #FF5722;
    color:#fff;
    text-decoration: none;
}
@media (max-width: 767px) {
    .aboutus-about .info {
        padding-bottom:40px;
    }
}
@media (max-width: 992px) {
    .aboutus-about .info {
        padding-bottom: 40px;
    }
}
/*End About US*/
/*Start about images*/
.images h4{
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 50px;
    margin-top: 35px;
    font-family: 'Limelight', cursive;
}
.designerhead{
    text-align: center;
    margin-top: 41px;
    font-family: 'Limelight', cursive;
}

/*End about images*/
/**********************************************
***********************************************
***************Gallary ************************
***********************************************
**********************************************/
.ourgallery {
    margin: 40px 0;
}
.ourgallery h5 {
    text-align: center;
    margin-bottom: 59px;
    margin-top: 50px;
    font-size: 41px;
    font-family: 'Limelight', cursive;
}
.grids{
    margin-bottom: 30px;
}

[class^='imghvr-'],
[class*=' imghvr-']
{
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: #FF5722;
    color: #212121;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.imghvr-hinge-right img {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    vertical-align: top;
    max-width: 100%;
}

[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    background-color: #FF5722;
    padding: 4.5em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #212121;
    opacity: 0;
    z-index: 1;
    text-align: center;
    -webkit-transform: rotateY(90deg);
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.imghvr-hinge-right:hover>img {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: .8s all ease-in-out;
    -moz-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out;
}
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}
.imghvr-hinge-right:hover .agile-figcaption {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: .8s all ease-in-out;
    -moz-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out;
}
[class^='imghvr-hinge-']:hover .agile-figcaption, [class*=' imghvr-hinge-']:hover .agile-figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.21s;
    -moz-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

.imghvr-hinge-right .agile-figcaption {
    -webkit-transform: rotateY(90deg);
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
@media (min-width: 768px) and (max-width: 991px){
    .agile-figcaption h4{
        font-size: 18px;
        margin-top: 28px;
    }
    .agile-figcaption p{
        font-size: 12px;

    }
    [class^='imghvr-'] .agile-figcaption,
    [class*=' imghvr-'] .agile-figcaption {
        padding: 1.5em;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .agile-figcaption p{
        font-size: 12px;
    }
}
/*Start Videos*/
.playvideos{
    margin-top: 60px;
}
.playvideos p{
    margin-top: 9px;
    letter-spacing: 2px;
}
.playvideos para{
    color: #red;
}
.playvideos span{
    color: #999;
}
/*End Videos*/

/**********************************************
***********************************************
***************Icons * ************************
***********************************************
**********************************************/
.ouricons {
    margin:  50px 0;
    background-color: #fff;
}

.ouricons .icon-subheading
{
    font-size: 28px;
    color: #000 !important;
    margin: 30px 0 15px;
}

.ouricons h4
{
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 50px;
    margin-top: 28px;
    font-family: 'Limelight', cursive;
}
.ouricons .icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}
.ouricons .icon-box:hover {
    background: #5f5f5f;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.ouricons .icon-box:hover a.agile-icon {
    color: #fff !important;
    text-decoration: none;
}
.ouricons a
{
    color: #20251e;
    text-decoration: none;
}
.ouricons .icon-box:hover a.agile-icon {
    color: #fff !important ;
    text-decoration: none;
    outline: none;
}

/**********************************************
***********************************************
***************Typology ***********************
***********************************************
**********************************************/
.typology
{
    margin: 50px 0;
}
.typology .head
{
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 50px;
    margin-top: 28px;
    font-family: 'Limelight', cursive;
}
.typology .grid_5 h3,
.grid_5 h2, .grid_5 h1,
.grid_5 h4, .grid_5 h5,
h3.w3ls-hdg, h3.bars {

    color: #333;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
}
.typology .label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
    font-weight: 300 !important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    font-size: 0.9em;
    color: #999;
    border-top: none !important;
}
.codes a {
    color: #999;
}
.grid_5 {
    background: none;
    margin-bottom: 3em;
}
.typology .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #cee1f5;
    border-radius: 4px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    font-size: 0.9em;
    color: #999;
    border-top: none !important;
    padding: 15px!important;
}
.badge-primary {
    background-color: #03a9f4;
}
.badge-success {
    background-color: #8bc34a;
}
.badge-warning {
    background-color: #ffc107;
}
.badge-danger {
    background-color: #e51c23;
}
.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
.form-control1, .form-control_2.input-sm {
    border: 1px solid #e0e0e0;
    padding: 5px 18px;
    color: #616161;
    background: #fff;
    box-shadow: none !important;
    width: 100%;
    font-size: 0.85em;
    font-weight: 300;
    height: 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
}

/**********************************************
***********************************************
***************Contact ***********************
**********************************************
**********************************************/
.contact {
    margin: 50px auto;
}
.contact h4
{
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 50px;
    margin-top: 28px;
    font-family: 'Limelight', cursive;
}
.contact input[type="text"] {
    width: 100%;
    color: #999;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .7em .8em;
    border: solid 1px #ccc;
    -webkit-appearance: none;
    display: inline-block;
    margin-top: 15px;
    -webkit-box-shadow: -15px 17px 20px rgba(45, 39, 39, 0.12), 0 1px 2px rgba(176, 176, 187, 0.24);
    -moz-box-shadow: -15px 17px 20px rgba(45, 39, 39, 0.12), 0 1px 2px rgba(176, 176, 187, 0.24);
    box-shadow: -15px 17px 20px rgba(45, 39, 39, 0.12), 0 1px 2px rgba(176, 176, 187, 0.24);
}
.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: 1em;
    outline: none;
    padding: .7em .8em;
    border: solid 1px #ccc;
    min-height: 10em;
    -webkit-appearance: none;
    margin-top: 1em;
    -webkit-box-shadow: -15px 17px 20px rgba(45, 39, 39, 0.12), 0 1px 2px rgba(176, 176, 187, 0.24);
    -moz-box-shadow: -15px 17px 20px rgba(45, 39, 39, 0.12), 0 1px 2px rgba(176, 176, 187, 0.24);
    box-shadow: -15px 17px 20px rgba(45, 39, 39, 0.12), 0 1px 2px rgba(176, 176, 187, 0.24);
}
.contact input[type="submit"] {
    border: none;
    outline: 2px solid #FF5722;
    color: #fff;
    padding:2px 35px;
    font-size: 20px;
    margin: 1em 1em 0 0;
    -webkit-appearance: none;
    background: #FF5722;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    border-radius: 0;
}
.contact input[type="submit"]:hover {
    background: none;
    color: #FF5722;
    letter-spacing: 2px;
}
.contact .address p {
    margin-top: 1em;
}
.contact .address h5 {
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 20px;
}
.contact p {
    font-size: 1em;
    color: #555;
    line-height: 1.9em;
    font-weight: 300;
    letter-spacing: 1px;
}
.contact .address p i.glyphicon {
    color: #FF5722;
    margin-right: 0.5em;
}
.contact .address p a {
     color: #999;
 }
.contact .address p a:hover {
    color: #FF5722;
    text-decoration: none;
}

/*Start tpTop*/
.scroll-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
    padding: 10px 15px;
    display: none;
    z-index: 3;
}
.scroll-top img {
    height: 30px;
    width: 30px;
    -webkit-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
    -moz-transition: 0.8s all ease-in-out;
}
.scroll-top img:hover
{
    height: 40px;
    width: 40px;
}
/*End tpTop*/
/*Loading Screen*/

.loading-overlay{
    background: #1a2833;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:  99999;
}
/*Start Load Screen*/
.cssload-container {
    width: 102px;
    margin: 250px auto;
    font-size: 0;
    position: relative;
    transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    animation: cssload-clockwise 6.9s linear infinite;
    -o-animation: cssload-clockwise 6.9s linear infinite;
    -ms-animation: cssload-clockwise 6.9s linear infinite;
    -webkit-animation: cssload-clockwise 6.9s linear infinite;
    -moz-animation: cssload-clockwise 6.9s linear infinite;
}
.cssload-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    border: 8px solid rgb(229,229,229);
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cssload-container:after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    border: 8px solid rgb(230,184,215);
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cssload-lt, .cssload-rt, .cssload-lb, .cssload-rb {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 55px;
    height: 28px;
    opacity: 1;
}
.cssload-lt:before, .cssload-rt:before, .cssload-lb:before, .cssload-rb:before {
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    border-top: 8px solid rgb(214,15,42);
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cssload-lt {
    margin-right: -8px;
    animation: cssload-lt 2.3s linear -2300ms infinite;
    -o-animation: cssload-lt 2.3s linear -2300ms infinite;
    -ms-animation: cssload-lt 2.3s linear -2300ms infinite;
    -webkit-animation: cssload-lt 2.3s linear -2300ms infinite;
    -moz-animation: cssload-lt 2.3s linear -2300ms infinite;
}
.cssload-lt:before {
    top: 0;
    left: 0;
    animation: cssload-not-clockwise 1.15s linear infinite;
    -o-animation: cssload-not-clockwise 1.15s linear infinite;
    -ms-animation: cssload-not-clockwise 1.15s linear infinite;
    -webkit-animation: cssload-not-clockwise 1.15s linear infinite;
    -moz-animation: cssload-not-clockwise 1.15s linear infinite;
}

.cssload-rt {
    animation: cssload-lt 2.3s linear -1150ms infinite;
    -o-animation: cssload-lt 2.3s linear -1150ms infinite;
    -ms-animation: cssload-lt 2.3s linear -1150ms infinite;
    -webkit-animation: cssload-lt 2.3s linear -1150ms infinite;
    -moz-animation: cssload-lt 2.3s linear -1150ms infinite;
}
.cssload-rt:before {
    top: 0;
    right: 0;
    animation: cssload-clockwise 1.15s linear infinite;
    -o-animation: cssload-clockwise 1.15s linear infinite;
    -ms-animation: cssload-clockwise 1.15s linear infinite;
    -webkit-animation: cssload-clockwise 1.15s linear infinite;
    -moz-animation: cssload-clockwise 1.15s linear infinite;
}

.cssload-lb {
    margin-right: -8px;
    animation: cssload-lt 2.3s linear -1725ms infinite;
    -o-animation: cssload-lt 2.3s linear -1725ms infinite;
    -ms-animation: cssload-lt 2.3s linear -1725ms infinite;
    -webkit-animation: cssload-lt 2.3s linear -1725ms infinite;
    -moz-animation: cssload-lt 2.3s linear -1725ms infinite;
}
.cssload-lb:before {
    bottom: 0;
    left: 0;
    animation: cssload-not-clockwise 1.15s linear infinite;
    -o-animation: cssload-not-clockwise 1.15s linear infinite;
    -ms-animation: cssload-not-clockwise 1.15s linear infinite;
    -webkit-animation: cssload-not-clockwise 1.15s linear infinite;
    -moz-animation: cssload-not-clockwise 1.15s linear infinite;
}

.cssload-rb {
    animation: cssload-lt 2.3s linear -575ms infinite;
    -o-animation: cssload-lt 2.3s linear -575ms infinite;
    -ms-animation: cssload-lt 2.3s linear -575ms infinite;
    -webkit-animation: cssload-lt 2.3s linear -575ms infinite;
    -moz-animation: cssload-lt 2.3s linear -575ms infinite;
}
.cssload-rb:before {
    bottom: 0;
    right: 0;
    animation: cssload-clockwise 1.15s linear infinite;
    -o-animation: cssload-clockwise 1.15s linear infinite;
    -ms-animation: cssload-clockwise 1.15s linear infinite;
    -webkit-animation: cssload-clockwise 1.15s linear infinite;
    -moz-animation: cssload-clockwise 1.15s linear infinite;
}

@keyframes cssload-clockwise {
    0% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(315deg);
    }
}

@-o-keyframes cssload-clockwise {
    0% {
        -o-transform: rotate(-45deg);
    }
    100% {
        -o-transform: rotate(315deg);
    }
}

@-ms-keyframes cssload-clockwise {
    0% {
        -ms-transform: rotate(-45deg);
    }
    100% {
        -ms-transform: rotate(315deg);
    }
}

@-webkit-keyframes cssload-clockwise {
    0% {
        -webkit-transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(315deg);
    }
}

@-moz-keyframes cssload-clockwise {
    0% {
        -moz-transform: rotate(-45deg);
    }
    100% {
        -moz-transform: rotate(315deg);
    }
}

@keyframes cssload-not-clockwise {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(-315deg);
    }
}

@-o-keyframes cssload-not-clockwise {
    0% {
        -o-transform: rotate(45deg);
    }
    100% {
        -o-transform: rotate(-315deg);
    }
}

@-ms-keyframes cssload-not-clockwise {
    0% {
        -ms-transform: rotate(45deg);
    }
    100% {
        -ms-transform: rotate(-315deg);
    }
}

@-webkit-keyframes cssload-not-clockwise {
    0% {
        -webkit-transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(-315deg);
    }
}

@-moz-keyframes cssload-not-clockwise {
    0% {
        -moz-transform: rotate(45deg);
    }
    100% {
        -moz-transform: rotate(-315deg);
    }
}

@keyframes cssload-lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes cssload-lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes cssload-lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes cssload-lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes cssload-lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
/*End Load Screen*/
