@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i');

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*01 - TT-HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
 .tt-header {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     background:#a52555;
     z-index: 101;
}
 .tt-header ul {
     padding-left: 0;
     margin-bottom:0;
}
 .tt-header .logo {
     display: inline-block;
     position: relative;
     line-height: 70px;
     z-index: 101;
     transition:none;
}
 .tt-header .logo img {
     display: inline-block;
     max-width: 100%;
     max-height: 100%;
     width: auto;
     height: auto;
     vertical-align: middle;
}
/*general navigation*/
 .tt-header .main-nav > ul > li > a {
     font-family: 'Work Sans', sans-serif;
     font-size: 18px;
     line-height: 28px;
     font-weight: 500;
     color: #434343;
     letter-spacing: 0.30px;
     text-transform: initial;
     transition:none;
}
 .tt-header .main-nav > ul > li.active > a, .tt-header .main-nav > ul > li:hover > a {
     color: #fff;
     text-decoration:none;
}
/*nav-more*/
 .tt-header .nav-more {
     display: inline-block;
     font-size: 0;
     padding-top: 40px;
     padding-bottom: 30px;
     margin-left: 12px;
     transition:none;
}
/*top line*/
 .tt-header .top-line-inner {
     border-bottom: 1px solid #d9d9d9;
}
 .tt-header .top-line-left {
     float: left;
}
 .tt-header .top-line-right {
     float: right;
}
 .tt-header .top-line-left:after, .tt-header .top-line-right:after {
     content: '';
     display: inline-block;
     width: 0;
     height: 48px;
     vertical-align: middle;
}
 .tt-header .top-info {
     display: inline-block;
     position: relative;
     font-size: 15px;
     letter-spacing: 0.3px;
     padding-right: 20px;
     margin-right: 20px;
     vertical-align: middle;
}
 .tt-header .top-info:before {
     content: '';
     display: block;
     position: absolute;
     top: 50%;
     right: 0;
     width: 1px;
     height: 16px;
     margin-top: -8px;
     background: #adadad;
}
 .tt-header .top-info:last-child {
     margin-right: 0;
     padding-right: 0;
}
 .tt-header .top-info:last-child:before {
     display: none;
}
 .tt-header .top-info a:hover {
     color: #242424;
}
 .tt-header .top-social li {
     display: inline-block;
     margin-right: 12px;
}
 .tt-header .top-social li:last-child {
     margin-right: 0;
}
 .tt-header .top-social a:hover {
     color: #30c3f4;
}
 body{
     overflow-x:hidden;
}
/*cmn-toggle-switch*/
 .cmn-toggle-switch:focus {
     outline: none;
}
 .tt-header .cmn-toggle-switch {
     display: none;
     position: relative;
     float: right;
     margin-top: 12px;
     padding: 0;
     width: 25px;
     height: 17px;
     cursor: pointer;
     z-index: 101;
}
 .tt-header .cmn-toggle-switch span {
     display: block;
     position: absolute;
     top: 7px;
     left: 0;
     right: 0;
     height: 3px;
     background: #fff;
     -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out;
}
 .tt-header .cmn-toggle-switch::before, .tt-header .cmn-toggle-switch::after {
     content: "";
     position: absolute;
     display: block;
     top: 7px;
     left: 0;
     width: 100%;
     height: 3px;
     background: #fff;
     -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out;
}
 .tt-header .cmn-toggle-switch::before {
     margin-top: -7px;
}
 .tt-header .cmn-toggle-switch::after {
     margin-top: 7px;
}
 .tt-header .cmn-toggle-switch.active::before {
     -webkit-transform: translateY(7px) rotate(45deg);
     -moz-transform: translateY(7px) rotate(45deg);
     -ms-transform: translateY(7px) rotate(45deg);
     transform: translateY(7px) rotate(45deg);
     -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
     -ms-transform-origin: center center;
     transform-origin: center center;
}
 .tt-header .cmn-toggle-switch.active::after {
     -webkit-transform: translateY(-7px) rotate(-45deg);
     -moz-transform: translateY(-7px) rotate(-45deg);
     -ms-transform: translateY(-7px) rotate(-45deg);
     transform: translateY(-7px) rotate(-45deg);
     -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
     -ms-transform-origin: center center;
     transform-origin: center center;
}
 .tt-header .cmn-toggle-switch.active span {
     opacity: 0;
}
 .tt-header-margin {
     height: 149px;
}
 @media (min-width: 992px) {
     .tt-header .top-inner {
         position: relative;
         float: left;
         padding: 15px 0;
    }
     .tt-header .toggle-block {
         display: block !important;
         float: right;
    }
     .tt-header .toggle-block .container {
         width: 100%;
         padding-left: 0;
         padding-right: 0;
    }
     .tt-header .main-nav {
         display: inline-block;
         vertical-align: top;
    }
     .tt-header .main-nav > ul > li {
         position: relative;
         float: left;
         list-style: none;
    }
     .tt-header .main-nav > ul > li.active{
         background:#4b443c;
    }
     .tt-header .main-nav > ul > li > a {
         display: block;
         position: relative;
         padding: 36px 14px;
    }
     .tt-header .main-nav > ul > li:last-child > a:before {
         display: none;
    }
    /*2nd level*/
     .tt-header .main-nav > ul > li > ul {
         display: block !important;
         position: absolute;
         top: 100%;
         left: 0;
         width: 256px;
         background: #f1f1f1;
         visibility: hidden;
         opacity: 0;
         -webkit-transform: translateY(40px);
         -moz-transform: translateY(40px);
         -ms-transform: translateY(40px);
         transform: translateY(40px);
         -webkit-transition: all 300ms ease-in-out;
         -moz-transition: all 300ms ease-in-out;
         transition: all 300ms ease-in-out;
    }
     .tt-header .main-nav > ul > li:hover > ul {
         visibility: visible;
         opacity: 1;
         -webkit-transform: translateY(0px);
         -moz-transform: translateY(0px);
         -ms-transform: translateY(0px);
         transform: translateY(0px);
    }
     .tt-header .main-nav > ul > li > ul > li {
         border-bottom: 1px solid #dddddd54;
         text-align: left;
         list-style: none;
    }
     .tt-header .main-nav > ul > li > ul > li:last-child{
         border-bottom:0;
    }
     .tt-header .main-nav > ul > li > ul > li > a {
         display: block;
         position: relative;
         font-size: 16px;
         line-height: 18px;
         font-weight: 400;
         color: #2a2a2a;
         letter-spacing: 0.30px;
         padding: 15px 19px 14px 31px;
         text-decoration:none;
         font-family: 'Work Sans', sans-serif;
    }
    /*3rd level*/
     .tt-header .main-nav > ul > li > ul > li {
         position: relative;
    }
     .tt-header .main-nav > ul > li > ul > li > ul {
         display: block !important;
         position: absolute;
         top: 0;
         left: 100%;
         width: 256px;
         background: #f1f1f1;
         visibility: hidden;
         opacity: 0;
         -webkit-transform: translateY(40px);
         -moz-transform: translateY(40px);
         -ms-transform: translateY(40px);
         transform: translateY(40px);
         -webkit-transition: all 300ms ease-in-out;
         -moz-transition: all 300ms ease-in-out;
         transition: all 300ms ease-in-out;
         list-style: none;
    }
     .tt-header .main-nav > ul > li:nth-last-child(1) > ul > li > ul, .tt-header .main-nav > ul > li:nth-last-child(2) > ul > li > ul {
         left: auto;
         right: 100%;
         margin-right: 0;
    }
     .tt-header .main-nav > ul > li > ul > li:hover > ul {
         visibility: visible;
         opacity: 1;
         -webkit-transform: translateY(0px);
         -moz-transform: translateY(0px);
         -ms-transform: translateY(0px);
         transform: translateY(0px);
    }
     .tt-header .main-nav > ul > li > ul > li > ul > li:last-child{
         border-bottom:0;
    }
     .tt-header .main-nav > ul > li > ul > li > ul > li {
         border-bottom: 1px solid #dddddd54;
         text-align: left;
    }
     .tt-header .main-nav > ul > li > ul > li > ul > li > a {
         display: block;
         position: relative;
         font-size: 16px;
         line-height: 18px;
         font-weight: 500;
         color: #2a2a2a;
         letter-spacing: 0.30px;
         padding: 15px 19px 14px 31px;
         font-family: 'Work Sans', sans-serif;
    }
     .tt-header .main-nav > ul > li > ul > li > ul > li > a:hover {
         background: #a52555;
         color: #fff;
         text-decoration:none;
    }
     .tt-header .menu-toggle {
         display: none;
    }
    /*stick*/
     .tt-header.stick {
         position: fixed;
         left: 0;
         width: 100%;
    }
     .tt-header.stick .logo{
         height: 42px;
         line-height: 42px;
    }
     .tt-header.stick .nav-more{
         padding: 16px 0;
    }
     .tt-header .top-line-right {
         float: right;
         padding-top: 10px;
         vertical-align: middle;
    }
     .responsive_logo{
         display:none;
    }
     .tt-header{
         position:relative;
         background: #a52555;
    }
     .tt-header.stick{
         position:fixed;
    }
     .tt-header .main-nav > ul > li > a{
         font-weight:600;
         font-size:15px;
         color:#fff;
         text-transform:uppercase;
         padding: 18px 25px;
         font-family: 'Montserrat', sans-serif;
         letter-spacing:0.30px;
    }
     .tt-header .main-nav > ul > li:hover{
         background:#4b443c;
    }
     .tt-header .toggle-block {
         display: block !important;
         float: left;
    }
     .tt-header .top-inner{
         float:right;
         padding-bottom:0;
    }
     .tt-header .top-info a{
         color: #ffffff;
         font-size:18px;
    }
     .tt-header .top-info a:hover{
         color:#fff;
    }
     .tt-header .nav-more{
         padding: 22px 0px;
    }
     .tt-header .top-info{
         padding-right: 0;
         margin-right: 0;
    }
     .tt-header .top-social li {
         display: inline-block;
         margin-right: 18px;
    }
     .tt-header .fa-search {
         padding-top: 4px;
         height: 26px;
         width: 1px;
         border-left: 1px solid #48474b;
         margin-top: 0px;
    }
     .tt-header .fa-search {
         color: #fff;
         font-size: 15px;
    }
     .tt-header .nav-more {
         padding: 16px 0px;
    }
     .tt-header .fa-search:before {
         padding-left: 18px;
    }
     .tt-header .top-social li:last-child {
         display: inline-block;
         margin-right: 0px;
    }
     .tt-header .main-nav > ul > li.first a {
         padding-left: 0;
    }
     .tt-header .main-nav > ul > li.active ul li a {
         color: #2a2a2a;
         padding-left: 20px;
    }
     .tt-header .main-nav > ul > li > ul > li > a:hover {
         background: #a52555;
         color: #fff;
    }
}
 @media (max-width: 1199px) and (min-width: 992px) {
     .tt-header .logo {
         width: 200px;
    }
     .tt-header .main-nav > ul > li > a {
         letter-spacing: 0;
         padding-left: 13px;
         padding-right: 13px;
    }
}
 @media (max-width: 991px) {
     .tt-header {
         position: absolute;
         left: 0;
         right: 0;
         top: 0;
         height: auto;
         overflow-x: hidden;
         -webkit-transition: width 1s, height 1s, transform 1s;
         -moz-transition: width 1s, height 1s, transform 1s;
         transition: width 1s, height 1s, transform 1s;
    }
     .tt-header.stick{
         position: fixed;
    }
     .tt-header .top-line {
         position: relative;
         background: #f6f6f6;
         text-align: left;
         z-index: 2;
    }
     .tt-header .top-line-inner {
         border: 0;
    }
     .tt-header .logo {
         height: 46px;
         line-height: 46px;
    }
     .tt-header .top-inner {
         position: relative;
         padding: 15px 0;
         text-align: left;
         z-index: 1;
    }
     .tt-header .top-inner:before, .tt-header .top-inner:after {
         content: '';
         display: block;
         position: absolute;
         top: 0;
         left: -500px;
         width: 500px;
         height: 100%;
         background: #a52555;
    }
     .tt-header .top-inner:after {
         left: auto;
         right: -500px;
    }
     .tt-header .top-inner {
         margin-top: 0px;
         float: none;
    }
     .tt-header .cmn-toggle-switch {
         display: block;
    }
     .tt-header .toggle-block {
         display: none;
         text-align: center;
         position: relative;
         top: 0;
         left: 0;
         width: 100%;
         max-height: 100%;
         overflow: auto;
         padding: 0px 0 0 0;
        /* background: #898989;
         */
    }
     .tt-header .main-nav {
         margin-bottom: 0;
         text-align: left;
        /* margin-top: 25px;
         */
    }
     .tt-header .main-nav > ul > li {
         border-bottom: 1px solid #cccccc2e;
         overflow: hidden;
    }
     .tt-header .main-nav > ul > li > a, .tt-header .main-nav > ul > li > a:focus {
         display: block;
         position: relative;
         width: 750px;
         font-size: 15px;
         line-height: 20px;
         color: #fff;
         padding: 13px 15px 13px 15px;
         margin: 0 auto;
    }
     .tt-header .main-nav > ul > li > a:before, .tt-header .main-nav > ul > li > a:after {
         content: '';
         display: block;
         position: absolute;
         top: 0;
         left: -500px;
         width: 500px;
         bottom: 0;
         background: transparent;
         -webkit-transition: all 300ms ease-in-out;
         -moz-transition: all 300ms ease-in-out;
         transition: all 300ms ease-in-out;
    }
     .tt-header .main-nav > ul > li > a:after {
         left: auto;
         right: -500px;
    }
     .tt-header .main-nav > ul > li > a:hover, .tt-header .main-nav > ul > li.active > a, .tt-header .main-nav > ul > li.select > a {
         color: #fff;
         background: #4b443c;
         text-decoration:none;
    }
     .tt-header .main-nav > ul > li.select > a .menu-toggle {
         -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
         transform: rotate(180deg);
    }
     .tt-header .main-nav > ul > li > a:hover:before, .tt-header .main-nav > ul > li > a:hover:after, .tt-header .main-nav > ul > li.active > a:before, .tt-header .main-nav > ul > li.active > a:after, .tt-header .main-nav > ul > li.select > a:before, .tt-header .main-nav > ul > li.select > a:after {
         background: #a52555;
    }
     .tt-header .main-nav > ul > li > ul {
         display: none;
         background: #a52555;
         border-top: 1px solid #cccccc2e;
    }
     .tt-header .main-nav > ul > li > ul > li {
         border-bottom: 1px solid #cccccc2e;
    }
     .tt-header .main-nav > ul > li > ul > li > a {
         display: block;
         width: 750px;
         font-size: 15px;
         line-height: 20px;
         color: #fff;
         padding: 13px 22px;
         margin: 0 auto;
         font-family: 'Work Sans', sans-serif;
         font-weight: 500;
    }
     .tt-header .main-nav > ul > li > ul > li > a span:before {
         content: '-';
         margin-right: 10px;
    }
     .tt-header .main-nav > ul > li > ul > li > a, .tt-header .main-nav > ul > li > ul > li > a:focus {
         display: block;
         position: relative;
         text-decoration: none;
    }
     .tt-header .main-nav > ul > li > ul > li > a:before, .tt-header .main-nav > ul > li > ul > li > a:after {
         content: '';
         display: block;
         position: absolute;
         top: 0;
         left: -500px;
         width: 500px;
         bottom: 0;
         background: transparent;
         -webkit-transition: all 300ms ease-in-out;
         -moz-transition: all 300ms ease-in-out;
         transition: all 300ms ease-in-out;
    }
     .tt-header .main-nav > ul > li > ul > li > a:after {
         left: auto;
         right: -500px;
    }
     .tt-header .main-nav > ul > li > ul > li > a:hover, .tt-header .main-nav > ul > li > ul > li.active > a, .tt-header .main-nav > ul > li > ul > li.select > a {
         color: #fff;
         background: #4b443c;
    }
     .tt-header .main-nav > ul > li > ul > li > a:hover:before, .tt-header .main-nav > ul > li > ul > li > a:hover:after, .tt-header .main-nav > ul > li > ul > li.active > a:before, .tt-header .main-nav > ul > li > ul > li.active > a:after, .tt-header .main-nav > ul > li > ul > li.select > a:before, .tt-header .main-nav > ul > li > ul > li.select > a:after {
         background: rgba(0, 0, 0, 0.55);
    }
     .tt-header .main-nav > ul > li > ul > li.select > a .menu-toggle {
         -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
         transform: rotate(180deg);
    }
     .tt-header .main-nav > ul > li > ul > li > ul {
         display: none;
         background: #a52555;
         border-top: 1px solid #cccccc2e;
    }
     .tt-header .main-nav > ul > li > ul > li > ul > li {
         border-bottom: 1px solid #cccccc2e;
    }
     .tt-header .main-nav > ul > li > ul > li > ul > li > a {
         display: block;
         position: relative;
         width: 750px;
         font-size: 15px;
         line-height: 20px;
         font-weight: 500;
         color: #fff;
         background: #a52555;
         padding: 12px 40px;
         margin: 0 auto;
         font-family: 'Work Sans', sans-serif;
         text-decoration:none;
    }
     .tt-header .main-nav > ul > li > ul > li > ul > li > a:before, .tt-header .main-nav > ul > li > ul > li > ul > li > a:after {
         content: '';
         display: block;
         position: absolute;
         top: 0;
         left: -500px;
         width: 500px;
         bottom: 0;
         background: transparent;
         -webkit-transition: all 300ms ease-in-out;
         -moz-transition: all 300ms ease-in-out;
         transition: all 300ms ease-in-out;
    }
     .tt-header .main-nav > ul > li > ul > li > ul > li > a:after {
         left: auto;
         right: -500px;
    }
     .tt-header .main-nav > ul > li > ul > li > ul > li > a span:before {
         content: '-';
         margin-right: 10px;
    }
     .tt-header .main-nav > ul > li > ul > li > ul > li > a:hover, .tt-header .main-nav > ul > li > ul > li > ul > li.active > a {
         text-decoration: none;
         color: #fff;
         background: #4b443c;
    }
     .tt-header .main-nav > ul > li > ul > li > ul > li > a:hover:before, .tt-header .main-nav > ul > li > ul > li > ul > li > a:hover:after, .tt-header .main-nav > ul > li > ul > li > ul > li.active > a:before, .tt-header .main-nav > ul > li > ul > li > ul > li.active > a:after {
         background: #fff;
    }
     .tt-header .menu-toggle {
         position: absolute;
         top: 50%;
         right: 9px;
         padding: 13px 16px;
         margin-top: -20px;
         -webkit-transition: all 300ms ease-in-out;
         -moz-transition: all 300ms ease-in-out;
         transition: all 300ms ease-in-out;
    }
     .tt-header-margin {
         height: 112px;
    }
     .tt-header .nav-more {
         margin-left: 0;
         padding-top: 0;
         display: none;
    }
     .tt-header.stick {
         top: 0;
    }
     .tt-header.stick .main-nav{
         margin-top:0px;
    }
     .tt-header.stick .toggle-block {
         padding-top: 0;
         -webkit-transition: padding 300ms ease-in-out;
         -moz-transition: padding 300ms ease-in-out;
         transition: padding 300ms ease-in-out;
    }
     .header1 .top-social{
         display:none;
    }
}
 @media (max-width: 767px) {
     .tt-header .top-line {
         min-height: 113px;
    }
     .tt-header .top-line-inner {
         padding: 20px 0;
    }
     .tt-header .top-line-left {
         margin-bottom: 15px;
    }
     .tt-header .top-line-left, .tt-header .top-line-right {
         float: none;
    }
     .tt-header .top-line-left:after, .tt-header .top-line-right:after {
         display: none;
    }
     .tt-header .top-info {
         display: block;
         font-size: 14px;
         margin-right: 0;
         padding-right: 0;
         margin-bottom: 10px;
    }
     .tt-header .top-info:last-child {
         margin-bottom: 0;
    }
     .tt-header .top-info:before {
         display: none;
    }
    /* .tt-header .toggle-block {
         */
        /* padding-top: 40px;
         */
        /* 
    }
     */
     .tt-header .main-nav > ul > li > a, .tt-header .main-nav > ul > li > a:focus, .tt-header .main-nav > ul > li > ul > li > a {
         width: auto;
         text-decoration: none;
    }
     .tt-header-margin {
         height: 177px;
    }
     .tt-header.stick {
         top: 0;
    }
}
/* ------------------- */
 .tt-header .top-line{
     border-bottom: 1px solid #9e958c;
}
 .tt-header .top-line-inner {
     border-bottom: 0!important;
}
 .tt-header .top-line-left{
     color:#fff;
}
 .tt-header .main-nav > ul > li.active > a{
     color:#fff;
}
 .tt-header .main-nav > ul > li > a{
     color:#fff;
     text-decoration:none;
}
 .tt-header .c-btn, .c-btn:focus{
     border-radius:0;
     background:#676cb8;
}
 .tt-header .top-info:before{
     background:#fff;
}
 .tt-header .top-info{
     font-size:14px;
}
 .tt-header .fa-search{
     color:#fff;
     font-size: 20px;
}
/* */
 .header_top{
     background:#fff;
     padding-top: 25px;
     padding-bottom: 28px;
}
 .header_top ul{
     padding-left:0;
     margin-bottom:0;
}
 .header-right-info ul li {
     display: inline-block;
     vertical-align: middle;
     padding-right: 45px;
     list-style:none;
}
 .header-right-info ul li .single-header-right-info .text-box, .header-right-info ul li .single-header-right-info .icon-box {
     display: table-cell;
     vertical-align: top;
}
 .header-right-info ul li .single-header-right-info .text-box p, .header-right-info ul li .single-header-right-info .text-box p a {
     color: #42435d;
     font-size: 14px;
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
     padding-top: 0;
     text-transform:initial;
     margin-bottom: 0;
}
 .header-right-info ul li .single-header-right-info .text-box h5 {
     color: #a52555;
     font-size: 16px;
     font-family: 'Montserrat', sans-serif;
     font-weight:700;
     margin-bottom: 0;
     margin-bottom: 2px;
}
 .main_menu {
     background: #242424;
     top: 0;
}
 .tt-header .nav-more span{
     font-size: 14px;
     padding-top: 4px;
     height: 26px;
     width: 1px;
	border-left: 1px solid #273963;
     margin-top: 0px;
     padding-left: 18px;
}
 .header_top a{
     text-decoration:none;
}
 .header_top .sim-button{
     color:#fff;
}
 .header-right-info ul li:last-child{
     margin-right:0;
     padding-right:0;
}
 .header-right-info ul li .single-header-right-info .icon-box {
     float: left;
     width: 40px;
     height: 40px;
     border: 1px solid;
     border-color: #dddddd;
     text-align: center;
     margin-right: 25px;
     margin-top: 6px;
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .header-right-info ul li .single-header-right-info .icon-box i{
     font-size:20px;
     color:#4b443c;
     font-size: 18px;
     line-height: 40px;
     color: #4b443c;
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .logo{
     margin-top: 3px;
}
 .header1 .wrapper-inner-tab-backgrounds-first{
     margin-top:4px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - BUTTON EFFECT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
 .wrapper-inner-tab-backgrounds-first{
     float: left;
     width: 100%;
}
 .wrapper-inner-tab-backgrounds-first:hover a{
     text-decoration:none;
}
 .wrapper-inner-tab-backgrounds-second{
     float: left;
     width: 100%;
}
 .sim-button{
     line-height: 44px;
     height: 44px;
     text-align: center;
     margin-right: auto;
     margin-left: auto;
     width: 164px;
     cursor: pointer;
     font-family: 'Montserrat', sans-serif;
     font-size:14px;
     font-weight:700;
     background:#4b443c;
     text-transform:uppercase;
     float: left;
}
 .button6 {
     color: #fff;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
     position: relative;
     border: 1px solid #dddddd;
}
 .button6 a{
     color: #fff;
     text-decoration: none;
     display: block;
}
 .button6:hover {
     background-color: #a52555;
}
 .bluebtn{
     margin-left:20px;
}
 .sim-button.bluebtn{
     background:#a52555;
     color:#fff;
}
 .sim-button.bluebtn:hover{
     background:#4b443c;
     color:#2a2a2a;
}
 .sim-button.yellowbtn{
     color:#2a2a2a;
}
 .sim-button.yellowbtn:hover{
     color:#fff;
}
 .yellowbtn:hover{
     color:#fff;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*03 - SWIPER SLIDER CSS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
 /* .swiper-wrapper { */
     /* cursor: url(../images/drag.png) 16 9, ew-resize; */
/* } */
 .swiper-button-disabled + .swiper-button-disabled + .swiper-wrapper {
     -moz-transform: none !important;
     -ms-transform: none !important;
     transform: none !important;
     -webkit-transform: none !important;
     cursor: auto;
}
 .swiper-button-disabled + .swiper-button-disabled + .swiper-wrapper + .swiper-pagination-bullets {
     display: none;
}
 .swiper-slide {
     position: relative;
}
 .swiper-pagination .swiper-pagination-bullet {
     width: 14px;
     height: 14px;
     background: #8e8d8d;
     opacity: 1;
}
 .swiper-pagination .swiper-pagination-bullet-active {
     background: #3695cc;
}
/*swiper-pagination-white*/
 .swiper-pagination-white .swiper-pagination-bullet {
     background: #fff;
}
 .swiper-pagination-white .swiper-pagination-bullet-active {
     background: #043742;
}
/*swiper position*/
 .swiper-pagination.fixed {
     bottom: 32px;
}
 .swiper-pagination.fixed.pos-2 {
     bottom: 15px;
}
 .swiper-pagination.relative-pagination {
     position: relative;
     top: 0;
     margin-top: 30px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - TT-MSLIDE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
 .slider1 .slider_content h5{
     color:#2a2a2a;
     font-family: 'Montserrat', sans-serif;
     font-weight:600;
     font-size:16px;
     text-transform:uppercase;
     text-align:left;
     margin-top: 0;
     margin-bottom: 5px;
}
 .tt-mslide-title h3{
     color:#a52555;
     font-size:50px;
     font-weight:700;
     font-family: 'Work Sans', sans-serif;
     text-align:left;
     margin-top: 0;
     margin-bottom: 20px;
}
 .tt-mslide-title p{
     color:#42435d;
     font-size:16px;
	 font-weight: 400;
     font-family: 'Open Sans', sans-serif;
     letter-spacing:0.30px;
     line-height:26px;
     text-align:left;
     margin-bottom: 30px;
	 
}
.hmslider1  .tt-mslide-title p{
	 font-weight: 600;
}
 .slider1 .slider_content{
     width: 44%;
     float:right;
}
 .slider_content .sim-button{
     float:left;
}
 .tt-mslide-wrapper{
     position: relative;
     overflow: hidden;
}
 .tt-mslide {
     position: relative;
     overflow: hidden;
}
 .tt-mslide-entry {
     display: table-cell;
     width: 99999px;
     height: 640px;
     text-align:center;
     padding-bottom: 210px;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     background-position: center center;
     vertical-align: bottom;
}
 .slider1 .tt-mslide:before{
     display:none;
}


	

 .tt-mslide:before {
     content: '';
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #000;
     opacity: 0.25;
}
 .tt-mslide-border {
     position: absolute;
     bottom: 0;
     left: 50%;
     width: 1090px;
     height: 64px;
     margin-left: -545px;
     background: url(../img/mslider/border.html) no-repeat center center;
     z-index: 1;
}
 .tt-mslide-border:before, .tt-mslide-border:after {
     content: '';
     display: block;
     position: absolute;
     top: 0;
     left: -3000px;
     width: 3000px;
     height: 100%;
     background: #fff;
}
 .tt-mslide-border:after {
     left: auto;
     right: -3000px;
}
 .tt-mslide-title {
     color: #fff;
     margin-bottom: 10px;
     font-size: 60px;
     font-family: 'Work Sans', sans-serif;
     text-transform: initial;
     text-align: center;
     font-weight: 500;
}
 .tt-mslide-entry .simple-text{
     margin-bottom:35px;
}
 .tt-mslide .text-animation{
     visibility:hidden;
}
 .tt-mslide .text-animation.animated{
     visibility:visible;
}
 @media (max-width: 1199px) {
     .tt-mslide-entry {
         height: 650px;
         padding-bottom: 160px;
    }
}
 @media (max-width: 991px) {
     .tt-mslide-entry {
         height: 520px;
         padding-bottom: 100px;
    }
}
 @media (max-width: 767px) {
     .tt-mslide-entry {
         height: 425px;
         padding: 50px 0;
         vertical-align: middle;
         padding-bottom: 0;
    }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - ABOUT SECTION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
 .cellpadding {
     padding: 80px 0;
}
 .tt-title {
     font-family: 'Work Sans', sans-serif;
     font-size: 30px;
     color: #ffffff;
     font-weight: 600;
     margin-top: 0;
     margin-bottom: 0;
     text-transform: initial;
}
 .tt-title span{
     color:#a52555;
}
 .simple-text p{
     font-size:15px;
     color:#42435d;
     font-family: 'Open Sans', sans-serif;
     font-weight:400;
     line-height:26px;
     margin-bottom:0;
}
 .blue{
     color:#a52555;
}
 .yellow{
     color:#4b443c!important;
}
 .white{
     color: #fff!important;
}
 .about_sec h1{
     font-size:50px;
     color:#2a2a2a;
     text-transform: initial;
     font-weight:400;
     font-family: 'Work Sans', sans-serif;
     margin-top:0;
     margin-bottom:0;
}
 .about_sec h1 span{
     color:#a52555;
     font-weight:700;
}
 /* .about_sec.cellpadding { */
     /* padding-top:80px; */
     /* padding-bottom: 100px; */
/* } */
 .about_sec .simple-text p:first-child{
     padding-bottom:20px;
}
 .about_sec a{
     text-decoration:none;
}
 .about_right img.main_img{
     width: 65%;
     position: relative;
     border: 4px solid #a52555;
     padding: 1em;
     z-index: 9;
     border-radius:3px;
}
 .about_right img.top_img1 {
     width: 65%;
     position: absolute;
     left: 15%;
     top: 50%;
     border: 4px solid #2a2a2a;
     padding: 1em;
     z-index: 1;
     border-radius:3px;
}
 .about_right img.top_img2 {
     width: 65%;
     position: absolute;
     left: 32.5%;
     top: 25%;
     border: 4px solid #4b443c;
     padding: 1em;
     border-radius:3px;
}
/* what_we_offers section css */
 .what_we_offers{
	background:url("../images/home1/weoffer_bg.jpg") no-repeat;
	background-size:cover;
	position:relative;
	background-attachment: fixed;
	background-position:center;
}
 .what_we_offers:before{
     background: #a52555;
     content:'';
     position:absolute;
     left:0;
     right:0;
     top:0;
     bottom:0;
}
 .what_we_offers .content{
     position:relative;
}
 .what_we_offers li {
     float: left;
     width: 33.3333333333%;
     list-style:none;
     background:#fff;
     padding:40px 50px;
     text-align:center;
}
 .what_we_offers li i{
     color:#4b443c;
     font-size:30px;
}
 .tt-sub-title{
     font-size:20px;
     font-weight:700;
     color:#a52555;
     font-family: 'Work Sans', sans-serif;
     letter-spacing:0.30px;
     margin-top: 0;
     margin-bottom: 0;
}
 .what_we_offers .icon{
     margin-bottom:15px;
}
 .what_we_offers .simple-text p{
     margin-top:5px;
}
 .what_we_offers li:hover .simple-text p{
     color:#fff;
}
 .what_we_offers li:hover .icon i{
     color:#fff;
}
 .what_we_offers li:hover .tt-sub-title{
     color: #fff;
     font-weight: 600;
}
 .what_we_offers li:hover{
     background:#a52555;
}
 .what_we_offers ul{
     padding:0;
}
/* new testimonial section css */
 .what_clientsay .tt-tittle {
     color: #242424;
     font-family: 'Poppins', sans-serif;
     font-size: 28px;
     margin-bottom: 25px;
     font-weight: 600;
     margin-top: 0;
}
.what_clientsay span{
	color:#4b443c;
}
 .what_clientsay .large-12 {
     margin-top: 60px;
}
 .what_clientsay .owl-three .owl-nav{
     display:block!important;
}
 .what_clientsay .owl-three .owl-nav {
     margin-top: 10px;
     position: absolute;
     top: -95px;
     right: 0;
}
 .what_clientsay .owl-three h4{
     float: right;
     font-size: 20px;
     color: #898989;
     font-style: italic;
    font-family: 'Lato', sans-serif;
     margin-top: -40px;
}
 .what_clientsay .tt-tittle{
     padding-left: 50px;
     font-family: 'Work Sans', sans-serif;
     font-weight: 700;
     font-size: 32px;
     color: #a52555;
}
 .what_clientsay .test-right{
     margin-left: 38px;
}
 .what_clientsay .fa-quote-left{
     font-size: 40px;
     line-height: 0;
     color:#4b443c;
}
 .what_clientsay .owl-three .owl-item img {
     display: block;
     width: auto!important;
}
 .what_clientsay .owl-three .image::before{
     content: '';
     border-right: 1px solid #898989;
     position: absolute;
     right: 0;
     height: 100px;
     top: 10px;
     bottom: 0;
     left: 0;
}
 .what_clientsay .owl-three .image::after{
     content: '';
     border-right: 1px solid #898989;
     position: absolute;
     right: 0;
     height: 100px;
     top: 10px;
     bottom: 0;
     left: 0;
}
 .what_clientsay .owl-three .image{
     float:right;
     padding-right: 38px;
     margin-top: 5px;
}
 .what_clientsay .owl-three .owl-nav .owl-prev{
     position: absolute;
     right: 55px;
}
 .what_clientsay .owl-three .owl-nav .owl-next{
     position: absolute;
     right: 0px;
}
 .what_clientsay .owl-three .owl-nav .owl-prev.disabled {
     background: transparent!important;
}
 .what_clientsay .owl-three .owl-nav .owl-next.disabled {
     background: transparent!important;
     position: absolute;
     right: 0;
}
 .what_clientsay .owl-three .owl-nav [class*=owl-]{
	 background: transparent!important;
    border: 2px solid #ddd;
    height: 45px;
    width: 45px;
    font-size: 20px;
    padding: 15px;
    padding-top: 0;
	padding-left: 17px;
    line-height: 41px;
}
 .what_clientsay .owl-theme .owl-nav .disabled {
     opacity: .5;
     cursor: default;
}
 .what_clientsay .owl-three .fa-angle-left:before {
     content: "\f104";
     color: #898989;
}
 .what_clientsay .owl-three .fa-angle-right:before {
     content: "\f105";
     color: #898989;
}
 .what_clientsay .test-right .icon{
     margin-top: 45px;
}
 .what_clientsay .owl-three p{
     font-size: 18px;
     line-height: 30px;
}
/* testimonial section css */
 .section-testimonials2 .title-section {
     margin-bottom: 22px;
}
 .cd-headline.clip span{
     display:inline-block;
}
 .testimonials blockquote.whisper {
     font-size: 16px;
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
     color:#42435d;
     line-height: 26px;
     margin-bottom: 11px;
}
 .title-section .symbol {
     font-size: 40px;
     line-height: 0;
}
 .cd-headline{
     font-family: 'Work Sans', sans-serif;
     font-weight:700;
     font-size:40px;
     color:#a52555;
}
/* */
 .section-testimonials2 .title-section {
     margin-bottom: 20px;
}
 .testimonials.style3 .message {
     margin-bottom: 147px;
}
 .testimonials.style3 blockquote.whisper {
     line-height: 26px;
     margin-bottom: 0;
     font-family: 'Open Sans', sans-serif;
     font-size:16px;
     color:#42435d;
     padding: 0;
     border: 0;
     background: 0;
}
 .testimonials.style2 .avatar span.name, .testimonials.style3 .avatar span.name {
     font-size: 16px;
     font-weight: 700;
     display: inline-block;
     margin: 10px 0px 0px 0px;
     color:#a52555;
     font-family: 'Open Sans', sans-serif;
}
 .wrap-testimonial .testimonials.style3 .avatar span.name {
     margin: 5px 0px 0px 0px;
     padding-right: 0;
}
 .testimonials.style3 .avatar span.position {
     color: #28293a;
}
 .testimonials.style3 .start {
     margin: 0;
}
 .testimonials.style2 .avatar span.position, .testimonials.style3 .avatar span.position {
     font-size: 14px;
     color:#898989;
     font-family: 'Open Sans', sans-serif;
     font-weight:400;
}
 .start i {
     font-size: 14px;
     margin: 0px -2.5px;
}
 .wrap-testimonial #testimonial-carousel {
     position: absolute;
     left: 0;
     top: 122px;
     width: 100%;
    /* padding: 0px 444px;
     */
}
 .wrap-testimonial #testimonial-carousel .flex-viewport {
     padding: 15px 0;
     width: 310px;
     margin: 0 auto;
}
 .wrap-testimonial #testimonial-carousel .slides {
     transform: none!important;
}
 ul.slides {
     padding: 0;
}
 .wrap-testimonial #testimonial-carousel .slides li {
     text-align: center;
     cursor: pointer;
     width: 95px!important;
}
 .wrap-testimonial #testimonial-carousel .slides li img {
     width: 60px;
     height: 60px;
     border-radius: 100%;
}
 .wrap-testimonial #testimonial-carousel .slides li:hover img, .wrap-testimonial #testimonial-carousel .slides li.flex-active-slide img {
     width: 90px;
     height: 90px;
     margin-top: -15px;
}
 .flat-button, .fancybox:after, .fancybox:before, .iconbox, .flat-team .avatar img, .wrap-testimonial #testimonial-carousel .slides li img, .imagebox .imagebox-image img, .testimonials.style2 .message, .testimonials.style2 .message::before, .fancybox:before, .fancybox:after, .imagebox .imagebox-content, .iconbox .box-content .box-title, .iconbox .box-content p, .iconbox .box-header .box-icon i, .iconbox .box-header .box-icon, .iconbox .box-header .box-icon {
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .section-testimonials .title-section .title {
     margin-bottom: 46px;
}
 .testimonials.style2 .message {
     padding: 23px 26px 27px 31px;
     background-color: #fff;
     margin-bottom: 28px;
}
 .testimonials.style2 .message::before {
     left: 44px;
     bottom: -8px;
     border-left: 8px solid white;
     border-right: 8px solid white;
     border-top: 8px solid #fff;
     transform: translateX(50%);
     border-left-color: transparent;
     border-right-color: transparent;
}
 .testimonials.style2:hover .message::before, .testimonials.style2.active .message::before {
     border-top: 8px solid #4b443c;
}
 .testimonials.style2 blockquote.whisper {
     line-height: 26px;
     margin-bottom: 0;
}
 .testimonials .avatar .testimonial-author-thumbnail {
     width: 72px;
     height: 72px;
     border-radius: 50%;
     float: left;
     margin: 0px 19px 0px 25px;
}
 .testimonials.style2 .avatar span.name, .testimonials.style3 .avatar span.name {
     font-size: 18px;
     font-weight: 700;
     display: inline-block;
     margin: 10px 0px 0px 0px;
}
 .testimonials.style2 .avatar span.position, .testimonials.style3 .avatar span.position {
     font-size: 14px;
}
 .flat-testimonials2.owl-theme .owl-dots {
     text-align: center;
     padding-top: 35px;
     padding-left: 0;
}
 .flat-testimonials2.owl-theme .owl-dots .owl-dot span {
     border: 2px solid #0f3661;
     margin: 4px 5px 4px 6px;
}
 .flat-testimonials2.owl-theme .owl-dots .owl-dot.active span, .flat-testimonials2.owl-theme .owl-dots .owl-dot:hover span {
     background-color: #0f3661;
}
 .title-section .title span, .contactform label.error, .start i, .section-about .fancybox.color-white:hover:after, .pricing-item .header-pricing .price-number, .pricing-item .header-pricing .symbol, .title-section .symbol, .fancybox:hover:after, .section-about .fancybox:hover:after, .iconbox .box-header .box-icon i, .flat-counter .numb-count, .countdown .square .numb, .iconbox.style2:hover .box-header .box-icon i {
     color: #4b443c;
}
/* our project section css */
 .our_projects{
     background:#e9e8e8;
}
 .bigbtn{
     width:205px;
     height:45px;
}
 .our_projects .button6{
     float:right;
}
 .our_projects .owl-nav{
     display:none;
}
 .our_projects .project_slider h5{
     color: #fff;
     font-family: 'Work Sans', sans-serif;
     font-size: 18px;
     font-weight: 700;
     text-transform: uppercase;
     margin-top: 0;
     margin-bottom: 5px;
     letter-spacing: 0.30px;
}
 .our_projects .project_slider p{
     margin-bottom: 0;
     color: #fff;
     font-family: 'Open Sans', sans-serif;
     font-size: 15px;
     font-weight: 400;
     line-height: 26px;
	 padding: 0 15px;
	 padding-top: 5px;
}
 .our_projects .project_slider .button6 {
     float: none;
     margin-top: 30px;
}
/* news section css */
 .latest_news .content {
     padding: 30px;
     background:#f8f8f8;
}
 .latest_news .content p{
     color: #898989;
     font-size:15px;
     font-weight:400;
     line-height:26px;
     font-family: 'Open Sans', sans-serif;
     margin-bottom: 10px;
}
 .latest_news .content p:last-child{
     margin-bottom:0px;
}
 .latest_news .content .readmore {
	 color: #a52555;
     font-size: 15px;
     font-weight: 600;
     line-height: 26px;
     font-family: 'Open Sans', sans-serif;
     text-decoration:none;
     cursor:pointer;
}
 .latest_news .content .readmore:hover{
	  text-decoration:underline;
 }
 .latest_news .datetime {
     text-align: center;
     padding: 15px;
     margin-left: 30px;
     font-size: 13px;
     line-height: 16px;
     width:59px;
     height:69px;
     position: absolute;
     top: 0;
     background: #a52555;
     font-weight: 400;
     color: #ffffff;
     font-family: 'Open Sans', sans-serif;
}
 .latest_news .datetime span {
     margin-bottom: 7px;
     font-size: 25px;
     line-height: 16px;
     display: block;
     font-weight: 400;
     color: #ffffff;
     font-family: 'Open Sans', sans-serif;
}
 .latest_news .fa-angle-double-right{
     color: #a52555;
     padding-left:5px;
     padding-top:1px;
}
 .news_box_item .news_image {
     overflow: hidden;
     position: relative;
     display: block;
}
 .news_box_item .news_image:before {
     content: "";
     background: rgba(0, 27, 87, 0.66);
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 1;
     -webkit-transform: scaleX(0);
     -ms-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transform-origin: 0 50%;
     -ms-transform-origin: 0 50%;
     transform-origin: 0 50%;
     -webkit-transition: all 400ms linear 0s;
     -o-transition: all 400ms linear 0s;
     transition: all 400ms linear 0s;
     display: block;
}
 .news_box_item:hover .news_image:before {
     -webkit-transform: scaleX(1);
     -ms-transform: scaleX(1);
     transform: scaleX(1);
     opacity: 1;
}
 .news_box_item:hover .news_image img {
     -webkit-transform: scale(1.05);
     -ms-transform: scale(1.05);
     transform: scale(1.05);
}
 .news_box_item .news_image img {
     max-width: 100%;
     -webkit-transition: all 400ms linear 0s;
     -o-transition: all 400ms linear 0s;
     transition: all 400ms linear 0s;
}
 .news_box_item:hover .datetime{
     z-index:1;
}
 .tt-news-title {
     font-family: 'Work Sans', sans-serif;
     font-size:18px;
	 color: #2a2a2a;
     font-weight:500;
     line-height:26px;
     margin-bottom: 10px;
     margin-top:0;
}
.tt-news-title:hover{
	color:#a52555;
}
/* request_free */
 .request_free{
     background:#193167;
     position:relative;
}
 .request_free .left-image{
     width: 46%;
     position: absolute;
     top: 0;
     height: 100%;
}
 .request_free .left-image img{
     object-fit:cover;
     height: 100%;
}
 .request_free .right_content{
     width: 51%;
     float: right;
}
 .request_free .right_content .tt-title{
     margin-left:15px;
}
 .request_contact .form-group {
     margin-bottom: 15px;
}
 .request_contact .form-group input {
     border: none;
     background: #112248;
     border-radius: 0px;
     height: 42px;
     padding: 0px 20px;
     outline: none;
	font-family: 'Open Sans', sans-serif;
     color: #fff;
     font-size: 15px;
     letter-spacing: .30px;
     -webkit-transition: all 400ms linear 0s;
     -o-transition: all 400ms linear 0s;
     transition: all 400ms linear 0s;
}
 .request_contact .form-group textarea {
     border: none;
     background: #112248;
     border-radius: 0px;
     height: 135px;
     padding: 15px 20px;
     outline: none;
     font-family: "Lato", sans-serif;
     color: #fff;
     font-size: 15px;
     letter-spacing: .30px;
     -webkit-transition: all 400ms linear 0s;
     -o-transition: all 400ms linear 0s;
     transition: all 400ms linear 0s;
     resize: none;
     margin-bottom: 15px;
}
 .submit_btn{
     border-radius:0;
     line-height: 34px;
}
 .request_contact .form-group:last-child{
     margin-bottom:0;
}
 .request_contact .form-control:focus{
     outline:none;
     border:0;
     box-shadow:none;
}
 .request_contact input::placeholder ,.request_contact textarea::placeholder{
     color:#fff;
}
 .client_carousel .owl-carousel .owl-item img {
     display: block;
     width: auto;
}
 .client_carousel{
     background:#f6f6f6;
}
 .client_carousel .item{
     height: 88px;
     vertical-align: middle;
     display: table-cell;
}
 .client_carousel{
     padding:50px 0;
}
 .client_carousel .owl-nav{
     display:none;
}
/* footer_strip css */
 .footer_strip{
     background:#4b443c;
     padding:30px 0;
}
 .footer_strip h3{
     font-family: 'Open Sans', sans-serif;
     font-size:30px;
     font-weight:700;
     color:#ffffff;
     font-style:italic;
     margin: 0;
     margin-top: 6px;
     letter-spacing: 0.10px;
}
 .whitebtn{
     background:#fff;
     color:#2a2a2a;
}
 .whitebtn:hover{
     color:#fff;
}
/* footer css */
 .tt-footer {
     background: #0d2034;
}
 .tt-footer .tt-footer-inner .simple-text p{
     color:#ffffff;
     margin-top: 20px;
     margin-bottom:15px;
}
 .tt-footer .tt-footer-inner .simple-text a{
     font-family: 'Open Sans', sans-serif;
     font-weight:700;
     color:#4b443c;
     font-size:15px;
}
 .tt-footer-inner {
     padding-top: 80px;
     padding-bottom: 50px;
}
 .tt-footer-logo {
     display: inline-block;
}
 .tt-foooter-title small{
     font-family: 'Work Sans', sans-serif;
     color: #fff;
     font-weight:700;
     font-size:18px;
     text-transform:uppercase;
}
 .tt-foooter-title:after {
     content: '';
     display: block;
     width: 30px;
     height: 2px;
     background: #466a46;
     margin-top: 15px;
}
/*tt-footer-list*/
 .tt-footer-list li {
	margin-bottom: 14px;
    list-style: none;
    padding-bottom: 14px;
    border-bottom: 1px dotted #898989;
}

 .tt-footer-list li:last-child {
     margin-bottom: 0;
	 border-bottom:0;
}
 .tt-footer-list a {
     position: relative;
     font-size: 15px;
     line-height: 18px;
     color: #ffffff;
     padding-left: 0;
     letter-spacing:0.20px;
     font-family: 'Open Sans', sans-serif;
}
 .tt-foooter-title{
     margin-top:0px;
     margin-bottom: 25px;
}
 .tt-footer-list{
     padding:0;
}
 .tt-footer-list a:hover {
     color: #ffffff;
}
 .tt-footer-inner .simple-text.last{
     color:#ffffff;
     font-size:17px;
     font-style:italic;
     font-family: 'Open Sans', sans-serif;
     font-weight:400;
}
/*tt-subscribe*/
 .tt-subscribe {
     position: relative;
}
 .tt-subscribe input:not([type="submit"]) {
     width: 100%;
     height: 46px;
     background: #fff;
     font-size: 15px;
     color: #838486;
     padding-left: 20px;
     padding-right: 70px;
     border: 2px solid #fff;
     -moz-border-radius: 3px;
     border-radius: 3px;
}
 .tt-subscribe input:not([type="submit"])::-webkit-input-placeholder {
     font-size: 14px;
     font-weight: 400;
     color: #838486;
     opacity: 0.67;
}
 .tt-subscribe input:not([type="submit"]):-moz-placeholder {
     font-size: 14px;
     font-weight: 400;
     color: #838486;
     opacity: 0.67;
}
 .tt-subscribe input:not([type="submit"])::-moz-placeholder {
     font-size: 14px;
     font-weight: 400;
     color: #838486;
     opacity: 0.67;
}
 .tt-subscribe input:not([type="submit"]):-ms-input-placeholder {
     font-size: 14px;
     font-weight: 400;
     color: #838486;
     opacity: 0.67;
}
 .tt-subscribe input:not([type="submit"]):focus {
     border-color: #3695cc;
}
 .tt-subscribe-submit {
     position: absolute;
     top: 0;
     right: 0;
     width: 52px;
     height: 46px;
     font-size: 18px;
     line-height: 46px;
     color: #2a2a2a;
     text-align: center;
     background: #a52555;
     -moz-border-radius-topright: 3px;
     border-top-right-radius: 3px;
     -moz-border-radius-bottomright: 3px;
     border-bottom-right-radius: 3px;
}
 .tt-socail{
     margin-top: 25px;
}
 .tt-subscribe-submit input {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #a52555;
     border: 0;
}
 .tt-subscribe-submit {
     background: #a52555;
}
 .tt-subscribe-submit i.fa-envelope:before {
     content: "\f0e0";
     position: relative;
     z-index: 1;
     color: #fff;
}
/*tt-socail*/
 .tt-socail li {
     display: inline-block;
     margin-right: 10px;
}
 .tt-socail li:last-child {
     margin-right: 0;
}
 .tt-socail a {
     display: block;
     width: 36px;
     height: 36px;
     font-size: 17px;
     line-height: 34px;
     color: #ffffff;
     text-align: center;
     border: 1px solid #ffffff;
     -moz-border-radius: 100%;
     border-radius: 100%;
}
 ul.tt-socail {
     padding: 0;
     margin-top: 30px;
}
 .tt-socail a:hover {
     color: #ffffff;
     border-color: #4b443c;
}
 .tt-copy {
     font-size: 15px;
     line-height: 20px;
     color: #485866;
     background: #0a1c2e;
     padding: 30px 0;
     font-family: 'Open Sans', sans-serif;
}
 .tt-copy-right {
     text-align: right;
}
 .footer-2{
     padding-left:55px;
}
 .footer-3{
     padding-left:65px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* - ABOUT-US PAGE css */
/*-------------------------------------------------------------------------------------------------------------------------------*/
 .banner{
     background:url("../images/banner.jpg") no-repeat;
     background-size:cover;
     position: relative;
     padding-top: 145px;
     padding-bottom: 145px;
}
 .banner:before{
     position:absolute;
     top:0;
     right:0;
     bottom:0;
     left:0;
     content:'';
     background:rgba(0,0,0,0.25);
}
 .banner_title{
     font-family: 'Work Sans', sans-serif;
     color: #ffffff;
     font-size: 45px;
     font-weight: 700;
     text-transform: uppercase;
     text-align: center;
     margin-top: 0;
     margin-bottom: 0;
     position: relative;
}
 .breadcrumb {
     background: none;
     position: relative;
     padding: 0;
     vertical-align: middle;
     text-align: center;
     margin-top: 3px;
     margin-bottom: 0;
}
 .breadcrumb ul {
     display: inline-block;
     padding-left: 0;
     margin-bottom: 0;
}
 .breadcrumb ul li {
     list-style: none;
     float: left;
     padding-right: 10px;
     color: #ffffff;
     background: 0;
}
 .breadcrumb ul li:last-child{
     padding-right:0;
}
 .breadcrumb ul li.active a {
     font-size: 13px;
     color: #a52555;
     font-family: 'Work Sans', sans-serif;
     font-weight: 700;
}
 .banner .fa-angle-right{
     color: #a52555;
}
 .breadcrumb ul li a{
     font-size: 13px;
     color: #fff;
     font-family: 'Work Sans', sans-serif;
     font-weight: 700;
     text-transform:uppercase;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* -Welcome sec */
/*-------------------------------------------------------------------------------------------------------------------------------*/
 .tt-small-title{
     font-size:18px;
     color:#4b443c;
     font-family: 'Work Sans', sans-serif;
     font-weight:700;
     margin-top: 0;
     margin-bottom: 0;
     position: relative;
     margin-left: 65px;
}
 .tt-small-title:before{
     top:10px;
     bottom:0;
     left: -65px;
     right:0;
     position:absolute;
     background:#4b443c;
     width:50px;
     height:2px;
     content:'';
}
 .welcome_sec h1{
     font-family: 'Work Sans', sans-serif;
     font-size:50px;
     color:#2a2a2a;
     font-weight:500;
     /* width: 390px; */
     line-height:60px;
     margin-top: 5px;
     margin-bottom: 20px;
}
 .welcome_sec h1 span{
     color:#a52555;
     font-weight:700;
}
 .welcome_sec .image{
     float:right;
}
 .welcome_sec .content{
     padding-top:60px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* -We Are Expert Section css */
/*-------------------------------------------------------------------------------------------------------------------------------*/
 .we_are_expert{
     position:relative;
}
 .we_are_expert .left_img {
     float:left;
     width:50%;
}
 .we_are_expert .left_img img{
     height:100%;
     object-fit:cover;
}
 .we_are_expert .right_img {
     position:absolute;
     right:0;
     top:0;
     width:50%;
}
 .we_are_expert .right_img img{
     height:100%;
     object-fit:cover;
}
 .we_are_expert .right_img:before{
     position:absolute;
     right:0;
     top:0;
     left:0;
     bottom:0;
     background: rgba(0, 26, 87, 0.8);
     content:'';
}
 .we_are_expert .content{
     padding-left:65px;
}
 .we_are_expert .tt-sub-title{
     color:#4b443c;
     font-weight:500;
}
 .we_are_expert .content p{
     padding-bottom:10px;
}
 .we_are_expert .content p:last-child{
     padding-bottom:0;
}
/* quality_policy css */
 .quality_policy{
     background:url("../images/about/quality_bg.jpg") no-repeat;
     background-size:cover;
     position: relative;
	 background-attachment: fixed;
	 background-position:center right;
}
 .quality_policy:before {
     background: rgba(0, 27, 87, 0.5);
     position:absolute;
     right:0;
     top:0;
     left:0;
     bottom:0;
     content:'';
}
 .quality_policy h1{
     font-family: 'Work Sans', sans-serif;
     font-weight:500;
     color:#fff;
     font-size:50px;
     margin-top:0;
     margin-bottom:0;
}
 .quality_policy h1 span{
     color:#a52555;
     font-weight:700;
}
 .quality_policy .content{
     position:relative 
}
 .quality_policy .sim-button{
     float:none;
}
 .extra_cellpadding{
     padding:80px 0;
}
 .quality_policy .content .simple-text p{
     width: 1085px;
     margin:0 auto;
}
/* our_experts css*/
 .our_experts .simple-text p{
     width:565px;
     text-align:center;
     margin:0 auto;
}
 .border_bottom{
     width:50px;
     height:2px;
     background:#4b443c;
     margin:0 auto;
}
 .our_experts .content h4{
     font-family: 'Work Sans', sans-serif;
     color:#2a2a2a;
     font-weight:600;
     font-size:18px;
     text-align:center;
     margin-bottom:10px;
     margin-top:0;
     text-transform: uppercase;
}
 .our_experts .content p{
     font-family: 'Open Sans', sans-serif;
     color:#898989;
     font-weight:400;
     font-size:15px;
     text-align:center;
     margin-bottom:0;
}
 .our_experts .content{
     padding:25px 0;
     background:#f9f9f9;
     z-index:9;
}
 .our_experts .social_icons{
     background:#a52555;
     padding: 0px 0;
     text-align: center;
     position: absolute;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
     min-height: 5px;
     width: 100%;
     height: 5px;
}
 .our_experts .team_expert:hover .social_icons{
     z-index: 100;
     margin: -50px 0 0 0;
     min-height: 55px;
     padding: 15px 0;
}
 .our_experts .team_expert:hover ul{
     opacity:1;
     visibility:visible;
}
 .team_expert{
     margin-top:50px;
}
 .our_experts .social_icons:hover ul{
     opacity:1;
     visibility:visible;
}
 .our_experts .social_icons ul{
     margin: 0 auto;
     display: inline-block;
     padding-left: 0;
     opacity:0;
     visibility:hidden;
}
 .our_experts .social_icons ul li{
     list-style:none;
     float:left;
     padding-right:15px;
}
 .our_experts .social_icons ul li i{
     font-size:16px;
     color:#f9f9f9;
}
 .team_expert{
     position:relative;
}
/* image hover effect */
 .image-zoom-on-hover {
     overflow: hidden;
}
 .image-opacity-on-hover img, .image-zoom-on-hover img{
     transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
     -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
     -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
     -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}
 .image-zoom-on-hover:hover img {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
}
 .image-opacity-on-hover:hover img {
     opacity: 0.50;
     filter: alpha(opacity=50);
}
 .image-opacity-on-hover {
     background: #a52555;
}
/* service section css */
 .our_experts2{
     position:relative;
     background:url("../images/services/our_expert_bg.jpg") no-repeat;
     background-size:cover;
	  background-attachment: fixed;
	 background-position:center right;
}
 .our_experts2:before{
     position:absolute;
     top:0;
     right:0;
     bottom:0;
     left:0;
     content:'';
     background: rgba(0, 26, 87, 0.73);
}
 .our_experts2 .text{
     position:relative;
     background: 0;
}
 .single_service{
     margin-top: 50px;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
 .service_sec .upper_section p{
     width:715px;
     margin:0 auto;
}
 .single_service .content h4{
     font-family: 'Work Sans', sans-serif;
     color:#2a2a2a;
     font-weight:600;
     font-size:20px;
     margin-top:0;
     margin-bottom: 10px;
}
 .single_service .content .readmore{
     font-family: 'Work Sans', sans-serif;
     color:#2a2a2a;
     font-weight: 600;
     font-size:15px;
     text-transform:uppercase;
     text-decoration:none;
}
 .single_service .content p{
     margin-bottom:10px;
     color:#595959;
}
 .single_service .content p:last-child{
     margin-bottom:0px;
}
 .single_service .content{
     background: #fff;
     padding: 30px 20px;
}
 .single_service:hover h4, .single_service:hover .readmore{
     color:#a52555;
}
 .single_service:hover img{
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
     opacity: 0.50;
     filter: alpha(opacity=50);
     background:#a52555;
}

.servcontent {
	font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgba(36, 36, 36, 0.78);
    line-height: 31px;
    margin-top: 0;
}



/* service detail page */
 .categoryList {
     position: relative;
     margin-bottom: 40px;
     padding: 0;
     list-style: none;
}
 .categoryList li {
     position: relative;
     margin-bottom: 5px;
}
 .categoryList li a {
     display: block;
     background: #f1f1f1;
     color: #2a2a2a;
     padding: 17px 29px;
     -webkit-transition: all 150ms linear;
     transition: all 150ms linear;
     font-size:16px;
     font-weight:600;
     font-family: 'Work Sans', sans-serif;
     text-decoration:none;
}
 .categoryList li.activeCat a, .categoryList li a:hover {
     background: #a52555;
     color: #fff;
}
 .faq_query {
     background: url(../images/services/faq_querybg.jpg);
     background-repeat: no-repeat;
     background-position: right;
     background-size: cover;
     border: 2px solid #e9e9e9;
     padding: 25px;
}
 .tt-faq-title {
     color: #2a2a2a;
     font-family: 'Work Sans', sans-serif;
     font-weight: 600;
     font-size: 20px;
     margin-top: 0;
}
 .faq_query p{
     color:#898989;
}
 .faq_query a {
     font-family: 'Open Sans', sans-serif;
     font-weight: 700;
     color: #4b443c;
     font-size: 15px;
     line-height: 35px;
}
 .pdfBlock {
     position: relative;
     border: 1px solid #e6e6e6;
     background: #a52555;
     padding: 18px 77px 10px 80px;
     margin-top: 30px;
}
 .pdfBlock i{
     font-size:40px;
     color:#ffffff;
     position: absolute;
     left: 21px;
     top: 16px;
}
 .pdfBlock .pdfSize span {
     text-transform: uppercase;
     color: #ffffff;
     font-weight: 600;
     font-size: 16px;
     line-height: 18px;
     font-family: 'Work Sans', sans-serif;
}
 .pdfBlock .pdfSize p {
     color: #4b443c;
     font-weight: 600;
     font-size: 16px;
     line-height: 18px;
     font-family: 'Work Sans', sans-serif;
     text-transform: uppercase;
}
 .mainServicesContent {
     margin-left: 30px;
}
 .mainServicesContent .section_1 .right_sec{
     background:#f1f1f1;
     text-align:center;
     padding:30px;
     margin-top: 30px;
}
 .mainServicesContent .section_1 .right_sec i{
     color:#a52555;
     font-size:20px;
     vertical-align: middle;
}
 .mainServicesContent .section_1 .right_sec .simple-text p{
     font-size: 16px;
     padding-top: 15px;
     padding-bottom: 20px;
}
 .mainServicesContent .section_1 .right_sec h5{
     color:#4b443c;
     font-family: 'Work Sans', sans-serif;
     font-size:15px;
     font-weight:400;
     letter-spacing:0.30px;
     margin-bottom: 0;
}
 .mainServicesContent .section_1 .right_sec .fa-minus{
     color:#4b443c;
}
 .mainServicesContent .section_1 .col-md-4 {
     width: 39.333333%;
}
 .mainServicesContent .section_1 .col-md-8 {
     width: 60.666667%;
}
 .mainServicesContent .section_2 ul li{
     line-height:36px;
     font-size:16px;
     color:#42435d;
     font-family: 'Open Sans', sans-serif;
     font-weight:400;
     list-style:none;
     padding-left: 35px;
}
 .mainServicesContent .section_2 ul{
     padding-left:0;
}
 .mainServicesContent .section_2 ul li:before{
     content:"\f00c";
     position:absolute;
     font-family: FontAwesome;
     left: 18px;
     color:#4b443c;
}
 .section_4 ul{
     padding-left:0;
}
 .section_4 ul li{
     list-style:none;
     font-size:15px;
     color:#42435d;
     font-family: 'Open Sans', sans-serif;
     font-weight:400;
     line-height:30px;
}
 .tt-sub-title1 {
     font-family: 'Work Sans', sans-serif;
     font-size: 24px;
     color: #ffffff;
     font-weight: 600;
     margin-top: 0;
     margin-bottom: 0;
     text-transform: initial;
}
 .tt-sub-title1 span{
     color:#a52555;
}
 .contact-form input {
     height: 45px;
     box-shadow: none;
     border-radius: 0;
     color: #898989;
     font-size: 15px;
     font-weight: 400;
     padding: 6px 17px;
     font-family: 'Open Sans', sans-serif;
}
 .section_4 .contact-form textarea.form-control {
     min-height: 137px;
}
 .contact-form textarea.form-control {
     height: auto;
     min-height: 204px;
     border-radius: 0;
     padding: 6px 20px;
     color: #959595;
     font-size: 16px;
     font-weight: 400;
     font-family: 'Lato', sans-serif;
}
 .section_4 button{
     text-decoration:none;
     margin-top: 15px;
}
 .section_4 button:focus,.section_4 button:active{
     outline: none!important;
     box-shadow: none;
     border-color: #ddd;
}
 .section_2 .image{
     float:right;
     margin-top: 10px;
}
 .service-tab-box .tab-menu {
     border-bottom: 1px solid #f4f4f4;
     overflow: hidden;
     padding: 0;
     margin-bottom: 0;
}
 .service-tab-box .tab-menu li {
     display: inline-block;
     float: left;
     margin-bottom: 0px;
     margin-right: 3px;
}
 .service-tab-box .tab-menu li span {
     background: #ffffff;
     border-top: 1px solid #f4f4f4;
     border-left: 1px solid #f4f4f4;
     border-right: 1px solid #f4f4f4;
     border-bottom: 1px solid #f4f4f4;
     border-radius: 0;
     display: block;
     margin-bottom: -1px;
     padding: 15px 30px 13px;
     color: #2a2a2a;
     font-size: 17px;
     font-weight: 600;
     text-transform: capitalize;
     transition: all 500ms ease;
     font-family: 'Work Sans', sans-serif;
     position: relative;
     display: block;
     cursor: pointer;
}
 .service-tab-box .tab-menu li.active span, .service-tab-box .tab-menu li:hover span{
     background: #f4f4f4;
     color: #a52555;
     border-left-color: #f4f4f4;
     border-top-color: #f4f4f4;
     border-right-color: #f4f4f4;
     border-bottom-color: #f4f4f4;
}
 .service-tab-box .tab-content-box {
     background: #f4f4f4;
     padding: 29px 20px 20px;
     display: block;
}
 .service-tab-box .tab-content-box .single-tab-content{
}
 .service-tab-box .tab-content-box .single-tab-content .top-content {
     margin-bottom: 10px;
}
 .service-tab-box .tab-content-box .single-tab-content .top-content p{
     color:#42435d;
     font-size:15px;
     font-weight:400;
     font-family: 'Open Sans', sans-serif;
     line-height:26px;
     margin-bottom:0;
}
 .service-tab-box .tab-content-box .single-tab-content .bottom-content {
     overflow: hidden;
}
 .service-tab-box .tab-content-box .single-tab-content .bottom-content .title {
     padding-bottom: 10px;
}
 .service-tab-box .tab-content-box .single-tab-content .bottom-content .title h3 {
     font-size: 20px;
}
 .service-tab-box .tab-content-box .single-tab-content .bottom-content ul {
}
 .service-tab-box .tab-content-box .single-tab-content .bottom-content ul.left{
     margin-right: 50px;
}
 .service-tab-box .tab-content-box .single-tab-content .bottom-content ul li{
     line-height: 36px;
}
 .service-tab-box .tab-content-box .single-tab-content .bottom-content ul li i{
     color: #3740b0;
     font-size: 14px;
     display: inline-block;
     padding-right: 8px;
}
/* our team page css */
 .our_experts3{
     background:#ffffff;
}
 .our_experts3:before{
     display:none;
}
/* faq page css */
 .tt-accordeon {
     position: relative;
}
 .tt-accordeon-title {
     background-color: #fafafa;
     display: block;
     position: relative;
     font-size: 16px;
     line-height: 20px;
     font-weight: 600;
     color: #2a2a2a;
     padding: 15px 55px 15px 20px;
     border: 1px solid #dddddd;
     cursor: pointer;
     text-align: left;
     letter-spacing: 0;
	 font-family: 'Open Sans', sans-serif;
}
 .tt-accordeon-title:after {
     position: absolute;
     content: "\f067";
     top: 50%;
     right: 0;
     margin-top: -26px;
     width: 0;
     height: 0;
     z-index: 2;
     font-family: FontAwesome;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     transition: all 0.2s linear;
     background: #a52555;
     width: 57px;
     height: 51px;
     padding: 23px;
     padding-top: 16px;
     color: #ffff;
}
 .tt-panel {
     display: none;
     background-color: #fff;
     padding: 25px 25px;
     border-top: 0px;
     border-left: 1px solid #d1d1d1;
     border-right: 1px solid #d1d1d1;
     border-bottom: 1px solid #d1d1d1;
}
 .tt-accordeon-title.active:after {
     position: absolute;
     content:"\f068";
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     transition: all 0.2s linear;
}
 .faq_form{
     background:#f3f3f3;
}
 .c-input {
     width: 100%;
     height: 45px;
     font-size: 15px;
     font-weight: 400;
     color: #898989;
     padding: 0 20px;
     background: #fff;
     border: 1px solid #dddddd;
     font-family: 'Open Sans', sans-serif;
}
 .c-area {
     width: 100%;
     height: 172px;
     font-size: 15px;
     line-height: 18px;
     font-weight: 400;
     color: #595959;
     padding: 15px 20px;
     background: #fff;
     border: 1px solid #eeeeee;
     font-family: 'Open Sans', sans-serif;
}
 .faq_form .sim-button{
     float:none;
     color: #fff;
}
/* 404 page css */
 .error_page{
     background:url("../images/404_bg.jpg") no-repeat;
     background-size:cover;
}
 .cell-view {
     display: table-cell;
     vertical-align: middle;
     width: 10000px;
     padding: 15px 0;
}
 .pageErroreTitle .cell-view {
     height: 790px;
}
 .pageErroreTitle {
     position: relative;
     text-align: center;
}
 .pageErroreTitle .as {
     font-size: 200px;
     line-height: 146px;
     font-family: 'Work Sans', sans-serif;
     font-weight: 700;
     color: #fff;
     margin-top: 0;
     margin-bottom: 30px;
}
 .pageErroreTitle p {
     color: #fff;
     font-size: 50px;
     line-height: 60px;
     font-family: 'Work Sans', sans-serif;
     font-weight: 700;
     margin-bottom: 15px;
}
 .pageErroreTitle span {
     font-size: 25px;
     line-height: 30px;
     color: #fff;
     font-family: 'Work Sans', sans-serif;
     font-weight: 300;
}
 .error_shadow{
     background: rgba(0, 0, 0, 0.5);
     padding-top: 90px;
     padding-bottom: 95px;
}
 .error_page .error{
     width:100%;
}
 .error_page .error .button6 span{
     font-size: 20px;
     font-weight: 600;
     font-family: 'Montserrat', sans-serif;
     line-height: 64px;
     color:#2a2a2a;
     font-weight:700;
}
 .error_page .error .button6:hover span{
     color:#fff;
}
 .error_page .error .button6{
     width:303px;
     height:64px;
     line-height:64px;
     float:none;
}
 .error_page a{
     text-decoration:none;
}
/* maintenance page css */
 .maintenance{
     background:url("../images/maintenance_bg.jpg") no-repeat;
     background-size:cover;
     position:Relative;
}
 .maintenance:before{
     position:absolute;
     content:'';
     left:0;
     right:0;
     top:0;
     bottom:0;
     background: rgba(0, 26, 87, 0.56);
}
 .maintenance .pageErroreTitle1{
     position:relative;
}
 .maintenance .maintenance_text h1{
     font-family: 'Work Sans', sans-serif;
     font-size:70px;
     color:#fff;
     font-weight: 700;
     margin-bottom:0;
     text-align:center;
     margin-top: 0;
     margin-bottom: 20px;
}
 .maintenance .maintenance_text p{
     font-size:22px;
     color:#ffffff;
     font-family: 'Open Sans', sans-serif;
     font-weight:400;
     font-style:italic;
     text-align:center;
     margin-bottom: 20px;
}
 .maintenance_text h6{
     font-size:18px;
     color:#ffffff;
     font-family: 'Open Sans', sans-serif;
     font-weight:400;
     text-align:center;
     line-height: 26px;
}
 .maintenance_text{
	padding: 304.5px 0;
}
 .single-progress {
     margin-top: 70px;
}
 .barfiller {
     padding: 0;
     background: #fff;
     border: 0;
     height: 6px;
     width: 713px;
     height:19px;
     margin:0 auto;
     position: relative;
}
 .barfiller .tipWrap {
     display: none;
}
 .barfiller .tip {
     background: #000000;
     border-radius: 1px;
     color: #fff;
     font-size: 14px;
     font-family: 'Open Sans', sans-serif;
     left: 0;
     line-height: 20px;
     margin-top: -52px;
     padding: 8px 16px 8px 16px;
     position: absolute;
     text-align: center;
     z-index: 2;
     margin-left: 0;
     border-radius: 5px;
}
 .barfiller .tip:after {
     border-color: #000 transparent;
     border-image: none;
     border-style: solid;
     border-width: 11px 14px 0px 14px;
     content: "";
     display: block;
     left: 0;
     position: absolute;
     top: 86%;
     left: 27%;
     -webkit-transform: rotate(-92deg);
     -ms-transform: rotate(-92deg);
     transform: rotate(360deg);
     z-index: 9;
}
 .barfiller .fill {
     background: #4b443c;
     display: block;
     width: 0px;
     height: 100%;
     z-index: 1;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 20 - COMMING SOON PAGE CSS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
 .commingWrapper .cell-view {
	 height: 974px;
}
 .commingTitle .as {
     text-align: center;
     font-size: 70px;
     line-height: 60px;
     margin-bottom: 45px;
     color: #fff;
     font-family: 'Work Sans', sans-serif;
     font-weight: 700;
     margin-top: 0;
}
 .timerWrapper {
     text-align: center;
     margin-bottom: 40px;
     border-top: 1px solid #dddddd;
     border-bottom: 1px solid #ddd;
}
 .timerWrapper .timerBlock {
     display: inline-block;
     position: relative;
     border: 0;
     border-radius: 100%;
     padding: 40px 33px;
     min-width: 170px;
     margin: 0 17px;
}
 .timerWrapper .timer {
     display: inline-block;
     font-size: 60px;
     line-height: 70px;
     color: #fff;
     font-style: normal;
     text-align: center;
     position: relative;
     top: -21px;
     left: -4px;
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
}
 .timerWrapper .timerBlock span {
     color: #fff;
     font-size: 20px;
     line-height: 36px;
     text-transform: uppercase;
     position: absolute;
     bottom: 20px;
     left: 50%;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     font-family: 'Montserrat', sans-serif;
     font-weight: 600;
}
 .commingWrapper p {
     font-family: 'Open Sans', sans-serif;
     color: #fff;
     font-size: 15px;
     text-align: center;
     font-weight: 400;
     padding-bottom: 30px;
     width:750px;
     line-height:26px;
     margin:0 auto;
}
 .commingWrapper{
     background:url("../images/commingsoon_bg.jpg") no-repeat;
     background-size:cover;
     position:relative;
}
 .commingWrapper:before{
     position:absolute;
     left:0;
     top:0;
     bottom:0;
     content:'';
     background: rgba(0, 0, 0, 0.6);
     right:0;
}
 .comming_shadow{
     width:830px;
     margin:0 auto;
}
 .commingWrapper .sim-button{
     font-family: 'Montserrat', sans-serif;
     font-weight:700;
     font-size:14px;
     color:#fff;
     width: 196px;
     height: 55px;
     line-height: 55px;
     border: 0;
     border-radius:0;
}
 .commingDescription form .simple-input {
     border: 0;
     max-width: 545px;
     border-radius: 0;
     margin-right: 22px;
     height: 55px;
     display: inline-block;
     float: left;
     width: 100%;
     padding-left: 20px;
     font-size: 17px;
     color: #797979;
     font-weight: 400;
     font-family: 'Open Sans', sans-serif;
}
 .commingWrapper form{
     margin: 0 auto;
     width: 765px;
}
 .commingWrapper a{
     text-decoration:none;
}
 .commingDescription .wrapper-inner-tab-backgrounds-first{
     float:none;
}
 .simple-input {
     font-size: 17px;
     color: #797979;
     line-height: 48px;
     height: 48px;
     padding: 0 20px;
     width: 100%;
     border: 1px solid #e0e0e0;
     background: #fff;
     font-family: 'Lato', sans-serif;
     transition: all .15s;
     -webkit-transition: all .15s;
}
/* blog pages css */
/* blog without sidebar css */
 .blog_withoutsidebar .blogs .date {
    
     left: 20px;
}
 .blogs .date {
     background: #a52555;
     width: 77px;
     height: 77px;
     padding: 16px 18px 16px 20px;
     position: absolute;
     top: 300px;
     left: 20px;
}
 .blogs .date{
     top: 20px;
     text-align: center;
}
 .blogs .blogInfo p {
     display: inline-block;
     color: #b8b8b8;
     font-size: 16px;
     font-family: 'Work Sans', sans-serif;
     font-weight: 600;
     font-style: initial;
     text-align: left;
     padding-right: 5px;
     margin: 0;
}
 .blog_withoutside i {
     padding-right: 8px;
     color: #a52555;
     font-size: 16px;
}
 .blogInfo {
     text-align: left;
     padding-top: 0;
     padding-bottom: 15px;
     border-bottom: 1px solid #e4e4e4;
     margin-bottom: 25px;
}
 .blog_withoutside .blog-title {
	margin-bottom: 10px;
    color: #2a2a2a;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    text-transform: initial;
    line-height: 26px;
    margin-top: 0;
}
 .blog_withoutside .blog-content{
     font-family: 'Open Sans', sans-serif;
     font-size:15px;
     font-weight:400;
     color:#898989;
     line-height:26px;
     margin-bottom: 25px;
     margin-top: 12px;
}
 .blog_withoutside .blog_btn{
     float:left;
     width: 130px;
}
 .blog_withoutside .blogInfo{
     padding-top: 25px;
     padding-bottom: 25px;
}
 .paginationWrapper{
     margin-top: 10px;
     margin-bottom: 10px;
     clear: both;
}
 .completeblog {
     margin-bottom: 80px;
}
 .blogs .date h5 {
     color: #fff;
     font-size: 30px;
     font-family: 'Work Sans', sans-serif;
     font-weight: 700;
     margin-top: 0;
     margin-bottom: 0;
     letter-spacing: 2px;
     line-height: 26px;
}
 .blogs .date span {
     color: #fff;
     font-size: 18px;
     font-family: 'Open Sans', sans-serif;
     font-weight: 700;
}
 .paginationWrapper {
     position: relative;
}
 .paginationWrapper a.activePagi, .paginationWrapper a:hover {
     color: #fff;
     background: #a52555;
     border: 2px solid #a52555;
     cursor: pointer;
     text-decoration: none;
     outline: none;
}
 .nubmerPagination {
     display: inline-block;
}
 .paginationWrapper a {
     border: 2px solid #d4d4d4;
     background: #fff;
     color: #2a2a2a;
     padding: 9px 16px;
     -webkit-transition: all 150ms linear;
     transition: all 150ms linear;
     margin-right: 10px;
     font-size: 18px;
     font-family: 'Open Sans', sans-serif;
     font-weight: 700;
     text-decoration:none;
}

 .blog_withoutside .blog-title:hover{
     color:#a52555;
}
 .completeblog{
     margin-bottom: 150px;
     position: relative;
}
/* blog with rightsidebar page css */
 .searchWrapper {
     position: relative;
     margin-bottom: 50px;
     border-bottom: 1px solid #a52555;
}
 .searchWrapper .input1 {
     font-size: 15px;
     color: #898989;
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
     padding: 0 26px;
     padding-left:0;
     border: 0;
}
 .searchWrapper .input1:focus{
     outline:none;
}
 .searchWrapper .input1:active,.searchWrapper .input1:foucs{
     border: 0;
}
 .searchWrapper .simple-input {
     height: 52px;
     padding-right: 50px;
     background: #fff;
     border-radius: 0;
     width: 100%;
}
 .searchWrapper .searchBtn {
     padding: 16px 10px;
     position: absolute;
     top: 0;
     right: 0;
     -webkit-transition: all 150ms linear;
     transition: all 150ms linear;
     border: 0;
     background: #fff;
}
 .icon {
     color: #a52555;
     font-size: 16px;
}
 .recentTitle .as {
     margin-bottom: 25px;
     color: #2a2a2a;
     font-size: 20px;
     font-weight: 700;
     font-family: 'Work Sans', sans-serif;
     text-transform: uppercase;
     margin-top: 50px;
}
 .categoriesList {
     position: relative;
     margin-bottom: 45px;
     padding: 0;
     list-style: none;
}
 .categoriesList li {
     position: relative;
     border-bottom: 1px solid #e6e6e6;
     padding-bottom: 15px;
     margin-bottom: 13px;
}
 .categoriesList li:last-child{
     margin-bottom:0;
     padding-bottom:0;
}
 .categoriesList li a {
     color: #595959;
     -webkit-transition: all 150ms linear;
     transition: all 150ms linear;
     font-family: 'Open Sans', sans-serif;
     font-weight: 600;
     font-size: 15px;
     text-decoration:none;
}
 .categoriesList li a:hover{
     color: #a52555;
}
 .recentNewsBlock a {
     font-weight: 700;
     line-height: 24px;
     margin-bottom: 7px;
     display: block;
     -webkit-transition: all 150ms linear;
     transition: all 150ms linear;
     font-family: 'Open Sans', sans-serif;
     color: #2a2a2a;
     font-size: 16px;
}
 .recentNewsBlock a:hover{
     color: #a52555;
     font-weight: 700;
}
 .recentNewsBlock span {
     display: block;
     color: #b8b8b8;
     font-family: 'Open Sans', sans-serif;
     font-weight: 600;
     font-size: 15px;
}
 .tags {
     display: inline-block;
     border: 1px solid #e4e4e4;
     padding: 5px 16px;
     margin-bottom: 8px;
     color: #898989;
     -webkit-transition: all 150ms linear;
     transition: all 150ms linear;
     font-size: 15px;
     font-family: 'Open Sans', sans-serif;
     text-transform:none;
     margin-right: 5px;
}
 .tags.active, .tags:hover{
     background:#a52555;
     color:#fff;
     text-decoration: none;
}
 .blog_with_rightsidebar .categoriesList .fa-angle-right{
     position: absolute;
     right: 2px;
     left: auto;
     color:#898989;
}
 .categoriesList li:last-child{
     border:0;
}
 .recentNews{
     border-bottom: 1px solid #e1e1e1;
     padding-bottom: 20px;
     margin-bottom: 20px;
}
 .recentNews.last{
     border:0;
     padding-bottom: 0px;
     margin-bottom: 0px;
}
 .text-widget p{
     color:#898989;
     font-size:15px;
     line-height:26px;
     font-family: 'Open Sans', sans-serif;
}
 .recentTitle.last{
     margin-bottom:30px;
}
 .blog_with_rightsidebar .image-opacity-on-hover img, .blog_with_rightsidebar .image-zoom-on-hover img{
     width:100%;
}
 .blog_with_rightsidebar .paginationWrapper{
     padding-top: 12px;
}
 .mainBlogContent{
     margin-right:30px;
}
 .blog_with_rightsidebar.blog_left_sidebar .mainBlogContent{
     margin-left:0;
     margin-right:30px;
}
/* blog_left_sidebar css */
 .blog_left_sidebar .mainBlogContent{
     margin-left:30px;
     margin-right:0;
}
 .blog_left_sidebar .completeblog{
     margin-bottom: 120px;
}
/* blog details page css */
 blockquote {
     background: #f7f7f7;
     padding: 34px 40px 55px 110px;
     position: relative;
     border: 0;
     margin-bottom: 20px;
     margin-top: 25px;
}
 blockquote i.fa {
     position: absolute;
     top: 18px;
     left: 33px;
     color: #4b443c;
     font-size: 55px;
}
 .blogdetails blockquote a{
     font-size:16px;
     color: #4b443c;
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
     font-style:italic;
     float: right;
     margin-right: 10px;
}
 blockquote a:hover, blockquote a:focus {
     color: #a52555;
     text-decoration: underline;
}
 .commentsWrapper .as {
     margin-top: 30px;
     border-bottom: 0;
     padding-bottom: 0;
     margin-bottom: 30px;
}
 .tt-featured-title {
     color: #2a2a2a;
     font-size: 20px;
     font-family: 'Work Sans', sans-serif;
     font-weight: 700;
     margin-top: 0;
     text-transform: uppercase;
}
 .commentsWrapper ol {
     margin-bottom: 0;
     list-style: none;
     padding: 0;
}
 .commentBlock {
     position: relative;
     border: 1px solid #eeeeee;
}
 .commentBlock li {
     border-bottom: 1px solid #eee;
}
 .comment {
     position: relative;
     padding: 25px 70px 20px 25px;
}
 .comment .commentContent {
     padding-left: 100px;
     margin-bottom: 5px;
     position: relative;
}
 .blogWrapper .imgWrapper {
     margin-bottom: 23px;
}
 .comment .imgWrapper {
     position: absolute;
     top: 0;
     left: 0;
}
 .comment .commentContent a {
     color: #2a2a2a;
     -webkit-transition: all 150ms linear;
     transition: all 150ms linear;
     font-size: 15px;
     font-family: 'Open Sans', sans-serif;
     font-weight: 600;
     text-decoration: none;
}
 .comment .commentTime {
     padding-left: 100px;
}
 .comment .commentTime p {
     color: #2a2a2a;
     font-size: 13px;
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
}
 .comment .commentTime p a {
     color: #a52555;
     -webkit-transition: all 150ms linear;
     transition: all 150ms linear;
     font-size: 13px;
     border-left: 1px solid #a52555;
     padding-left: 7px;
     font-family: 'Open Sans', sans-serif;
     margin-left: 7px;
     font-weight: 400;
     text-decoration:none;
}
 .commentsWrapper .simple-text p {
     font-size: 15px;
     color: #898989 
}
 .commentBlock li ul li .comment {
     padding-left: 125px;
}
 .commentBlock ul{
     padding-left:0;
     list-style:none;
}
 .commentsForm {
     position: relative;
     margin-top: 45px;
}
 .commentsForm .as {
     margin-top: 0;
     margin-bottom: 25px;
     border-bottom: 0;
}
 .commentsWrapper ol {
     margin-bottom: 0;
     list-style: none;
     padding: 0;
}
 .commentsForm form {
     background: #f6f6f6;
     padding: 52px 67px 93px 30px;
     border: 1px solid #ddd;
}
 .commentsForm .simple-input {
     font-size: 15px;
     color: #898989;
     line-height: 48px;
     height: 48px;
     padding: 0 20px;
     width: 100%;
     border: 1px solid #dddddd;
     background: #fff;
     transition: all .15s;
     -webkit-transition: all .15s;
     font-family: 'Open Sans', sans-serif;
}
 .commentsForm form textarea {
     height: 175px!important;
}
 .commentsForm .button {
     padding: 16px 38px;
     color: #fff;
     background: #6ab43e;
     font-size: 13px;
}
 .blogdetails.blog_with_rightsidebar.blog_left_sidebar .mainBlogContent{
     margin-bottom:0;
}
 .blogdetails.blog_left_sidebar .completeblog{
     margin-bottom:0;
}
 .blogdetails .blog-title{
     text-transform:initial;
}
 .blogdetails .blog-content{
     margin-bottom:0;
}
/* testimonial page css */
 .testimonial_sec .image{
     vertical-align: middle;
     width: 100%;
     display: inline-block;
}
 .testimonial_sec .image img{
	 margin:0 auto;
 }
 .testimonial_sec .content {
     display: inline-block;
     vertical-align: middle;
}
 .testimonial_sec .simple-text p {
    font-size: 17px;
    color: #42435d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}
 .testimonial_sec .content h3 {
     font-family: 'Work Sans', sans-serif;
     font-weight: 600;
     font-size:30px;
     color:#2a2a2a;
     margin-top: 0;
     margin-bottom: 10px;
}
 .testimonial_sec .content h5 {
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
     font-size:15px;
     color:#898989;
     margin-bottom: 10px;
}
 .star_rating{
     color:#fdb714;
}
 .testimonial_sec .simple-text p{
     margin-top:20px;
}
.testimonial_sec .icon{
	font-size:40px;
	color:#4b443c;
	text-align: center;
    margin-top: 20px;
}
 .testi1{
     background:#f1f1f1;
}
/* get A quote page css */
 .pl0{
     padding-left:0;
}
 .pr0{
     padding-right:0;
}
 .getAquote_form{
     background:#f1f1f1;
     padding:50px;
}
 .getAquote_form label{
     font-family: 'Open Sans', sans-serif;
     font-size:15px;
     color:#42435d;
     font-weight:400;
     margin-bottom: 10px;
}
 .getAquote_form .form-control{
     border:1px solid #dddddd;
     height: 50px;
     border-radius:0;
     padding: 6px 15px;
}
 .getAquote_form input{
     color:#898989;
     font-family: 'Open Sans', sans-serif;
     font-size:15px;
     font-weight:400;
     box-shadow: none;
     outline: none;
}
 .getAquote_form input:focus{
     box-shadow: none;
     outline:none;
}
 .getAquote_form textarea:focus{
     box-shadow: none;
     outline:none;
}
 .getAquote_form .form-group {
     margin-bottom: 30px;
}
 .getAquote_form textarea.form-control{
     height:208px;
     padding-top:25px;
     font-family: 'Open Sans', sans-serif;
     font-size:15px;
     font-weight:400;
     box-shadow: none;
     outline: none;
}
 .getAquote_form .sim-button{
     padding: 0;
}
 .getAquote_form .image{
     margin-top: 28px;
}
 .getAquote_form .simple-text{
     margin-top:23px;
}
/* contact us page css */
 .contact_us h4{
     font-size:18px;
     font-weight:700;
     text-transform:uppercase;
     color:#a52555;
     letter-spacing:0.30px;
     font-family: 'Work Sans', sans-serif;
     margin-top: 15px;
     margin-bottom:15px;
}
 .contact_us .icons_01 {
     color: #4b443c;
     font-size: 45px;
}
 .contact_us h5{
     font-size: 17px;
     color: #4b443c;
     font-weight: 600;
     font-family: 'Work Sans', sans-serif;
     margin-top: 20px;
     margin-bottom: 0;
}
 .contact_us .content{
     text-align:center;
}
 .contact_form{
     background:#f1f1f1;
}
 .contact_form h4 {
     font-size: 35px;
     font-family: 'Work Sans', sans-serif;
     font-weight: 700;
     color:#a52555;
     margin-top: 0;
     margin-bottom: 15px;
}
 .contact_form .content{
     text-align:center;
}
 .contact_form input {
     color: #898989;
     font-family: 'Open Sans', sans-serif;
     font-size: 15px;
     font-weight: 400;
     box-shadow: none;
     outline: none;
}
 .contact_form input:focus{
     box-shadow:none;
     outline:none;
}
 .contact_form textarea:focus{
     box-shadow:none;
     outline:none;
}
 .contact_form textarea.form-control{
     height:100px;
     padding-top: 15px;
     color: #898989;
     font-family: 'Open Sans', sans-serif;
     font-size: 15px;
}
 .contact_form .form-control {
     border: 1px solid #dddddd;
     height: 49px;
     border-radius: 0;
     padding: 6px 15px;
}
 .contact_form .form-group {
     margin-bottom: 20px;
}
 .contact_form .form-group textarea{
     margin-bottom: 30px;
     box-shadow: none;
     outline: none;
}
 .contact_form_01{
     width: 900px;
     margin:0 auto;
     margin-top: 40px;
}
 .contact_form_01 .sim-button {
     width: 100%;
     padding: 0;
     height:51px;
     border-radius:0;
     line-height: 51px;
}
 .contact_form_01 .button6:hover{
     border-radius: 0;
}
/* project page css */
 .portfolio .border-left {
     border-left: 5px solid #4b443c;
}
 .portfolio .budget_1 ul li a{
     color:#2a2a2a;
     font-size:16px;
     font-family: 'Work Sans', sans-serif;
     font-weight:600;
     text-transform:uppercase;
     text-decoration:none;
}
 .portfolio .budget_1 .list-inline{
     margin-bottom: 0;
}
 .portfolio .budget_1 .list-inline>li {
     display: inline-block;
     padding-right: 25px;
     padding-left: 5px;
}
 .portfolio .budget_1 .list-inline>li a.active,.portfolio .budget_1 .list-inline>li a:hover{
     color:#4b443c;
}
 .portfolio .portfolio-items .bugets1 p{
     margin-bottom:0;
     color:#898989;
     font-family: 'Open Sans', sans-serif;
     font-size:15px;
     font-weight:400;
     line-height:26px;
     padding-left: 15px;
}
 .portfolio .portfolio-items .bugets1 h5{
	color: #2a2a2a;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 5px;
    padding-left: 15px;
    letter-spacing: 0.30px;
}
 .portfolio .portfolio-item{
     margin-top:50px;
}
/* effect */
 .gal-item a {
     display: block;
     position: relative;
}
 .img-full {
     display: block;
     width: 100%;
}
 .black-hover:hover .tour-layer {
     opacity: 1;
}
 .delay-1 {
     -webkit-transition: all 800ms cubic-bezier(.23,1,.32,1);
     -moz-transition: all 800ms cubic-bezier(.23,1,.32,1);
     -o-transition: all 800ms cubic-bezier(.23,1,.32,1);
     transition: all 800ms cubic-bezier(.23,1,.32,1);
}
 .gal-item a:hover .vertical-align {
     opacity: 1;
     margin-top: 0;
}
 .gal-item .vertical-align, header.bg-black-o {
     -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;
}
 .gal-item .vertical-align {
     text-align: center;
     opacity: 0;
     margin-top: -50px;
}
 .vertical-align {
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     top: 50%;
     position: absolute;
     width: 100%;
     left: 0;
}
 .tour-layer {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 26, 87, 0.6);
     opacity: 0;
     transition: all .3s ease-in;
     -webkit-transition: all .3s ease-in;
     -moz-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
}
 .delay-1 {
     -webkit-transition: all 800ms cubic-bezier(.23,1,.32,1);
     -moz-transition: all 800ms cubic-bezier(.23,1,.32,1);
     -o-transition: all 800ms cubic-bezier(.23,1,.32,1);
     transition: all 800ms cubic-bezier(.23,1,.32,1);
}
 .portfolio .sim-button{
     float:none;
}
 .portfolio .portfolio-items .bugets1 h5:hover{
     color:#a52555;
}
/* project 4 columns page css */
 .portfolio.portfolio4 .portfolio-items .bugets1 h5{
     color:#fff;
     margin-bottom:7px;
     margin-top: 0;
     padding-left:0;
}
 .portfolio.portfolio4 .portfolio-items .bugets1 p{
     color:#fff;
     width: 340px;
     margin: 0 auto;
     margin-bottom: 25px;
     padding-right:0;
     padding-left:0;
}
 .portfolio.portfolio4 .budget_1 .list-inline {
     margin-bottom: 0;
     text-align: center;
}
 .portfolio.portfolio4 .portfolio-item {
     margin-top: 0;
}
 .portfolio.portfolio4 .bugets1{
     padding-left:0;
     padding-right:0;
}
 .portfolio.portfolio4 .budget_1 .list-inline>li a.active, .portfolio.portfolio4 .budget_1 .list-inline>li a:hover {
     border-bottom: 2px solid #4b443c;
     padding-bottom: 5px;
}
/* header search css */
/* search button css start */
 .tt-header .nav-more i{
     font-size:18px;
     color:#fff;
}
 .tt-header .nav-more .fa-times{
     display:none;
     padding-left:0px;
}
 .tt-header .nav-more{
     position:relative;
}
 .tt-header .nav-more .tz-header-search-form.tz-header-search-form-show {
     top: 111%;
     visibility: visible;
     opacity: 1;
     right: -14px;
}
 .tt-header .nav-more .tz-header-search-form {
     position: absolute;
     top: 110%;
     right: 0;
     width: 270px;
     visibility: hidden;
     opacity: 0;
     z-index: 999;
     -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
     -ms-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
     transition: all 0.3s ease-in-out 0s;
}
 .header4 .tt-header .nav-more .tz-header-search-form span {
     position: absolute;
     right: 45px;
     top: 17px;
     padding: 0;
     font-size: 14px;
     color: #fff;
     border: 0;
}
 .tt-header .nav-more .tz-header-search-form input.Tzsearchform {
     box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
}
 .tt-header .nav-more .tz-header-search-form input {
     width: 100%;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     color: #595959;
     padding: 15px 21px;
     border: none;
}
 .tt-header .nav-more .tz-header-search-form input.searchsubmit {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     display: block;
     font-size: 0;
     height: 20px;
     padding: 0;
     position: absolute;
     right: 9px;
     top: 14px;
     width: 20px;
     z-index: 9;
}
 .tt-header .nav-more .tz-header-search-form input {
     width: 100%;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     color: #595959;
     padding: 15px 21px;
     border: none;
}
 .tt-header .nav-more span {
     color: #ffffff;
}
 .tt-header .nav-more .tz-header-search-form span {
     position: absolute;
     right: 45px;
     top: 17px;
     padding: 0;
     font-size: 14px;
     color: #fff;
     border:0;
}
 .tt-header .nav-more span.icon_search:before {
     content: "\f002";
     font-family: "FontAwesome";
}
 .tz-header-search span.icon_close:before {
     content: "\f00d";
     font-family: "FontAwesome";
}
/* button 6 css */
 .button6{
	 z-index: 1;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
     border: 1px solid #dddddd;
     position: relative;
     border-radius: 0;
}
 .button6 a{
     color: rgba(51,51,51,1);
     text-decoration: none;
     display: block;
}
 .button6 span{
     z-index: 2;
     display: block;
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
}
 .button6::before{
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
     opacity: 0;
     color:#fff;
     background-color: #a52555;
     -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
     -o-transition: all 0.4s;
     transition: all 0.4s;
     -webkit-transform: scale(0.5, 1);
     transform: scale(0.5, 1);
}
 .button6:hover::before{
     opacity: 1;
     -webkit-transform: scale(1, 1);
     transform: scale(1, 1);
}
 .button6.bluebtn::before{
     background:#4b443c;
}
 
/* porject-details page css */
 
.gray{
	color:#2a2a2a;
}

ul.check_011 li:before{
	content: "\f00c";
    position: absolute;
    font-family:FontAwesome;
	left: 15px;
    color: #4b443c;
}
ul.check_011 li{
	list-style-type:none;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	line-height:32px;
	color:#42435d;
	font-weight:400;
}
ul.check_011{
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 0;
}
.introduction_1{
	background: #a52555;
	padding:35px 0px 47px 0px;
	font-family: 'Open Sans', sans-serif;
}
.introduction_1 img{
	margin:0 auto;
	margin-bottom: 15px;
}
.introduction_1 h4{
	font-size:30px;
	text-transform:uppercase;
	color:#4b443c;
	text-align:center;
	font-weight:600;

}
.introduction_12 ul li{
	color:#ffffff;
	list-style-type:none;
	text-align:center;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	font-style:italic;
}
.introduction_12 ul{
	padding-left:0px;
	margin-bottom: 0;
}
.img_left122 {
    padding-top: 9px;
}
.related_projects{
	background:#f4f4f4;
}

.related_projects .simple-text p {
    width: 500px;
    text-align: center;
    margin: 0 auto;
}
 .related_projects .portfolio-item h5 {
    color: #2a2a2a;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-left: 0px;
    letter-spacing: 0.30px;
}
 .related_projects .portfolio-item h5:hover {
    color: #a52555;
}
 .related_projects .portfolio-item p {
    margin-bottom: 0;
    color: #898989;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 0px;
}
 .related_projects .border{
	background:#fff;
	padding:30px 20px;
}
 .related_projects .sim-button{
	float:none;
}


/* home page 2 css */

.header2 .top-line {
    background: #a52555;
	padding:15px 0;
}
.header2 .top-info i{
	font-size: 18px;
    padding-right: 5px;
	
}

.header2 .top-line-left {
    float: left;
}
.header2 .icon{
	font-size:18px;
	color:#dadada;
}
.header2 .top-info {
    display: inline-block;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.3px;
    padding-right: 20px;
    margin-right: 20px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    color: #dadada;
	line-height: 20px;
    font-weight: 700;
}
.header2  .top-line-right {
    float: right;
}

.header2 .top-line-right ul {
    padding-left: 0;
    margin-bottom: 0;
}
.header2 .top-social li {
    display: inline-block;
    margin-right: 12px;
}
.header2 .top-line-right .top-info a {
	font-size: 20px;
    color: #4b443c;
    font-weight: 600;
    font-style: normal;
	font-family: 'Work Sans', sans-serif;
	text-decoration:none;
}
.header2 .top-line-right .top-info:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: #6f6f70;
}
.header2 .top-line-right .top-info:last-child::before {
    display:none;
}
.header2 .top-line-right .top-info:last-child{
	padding-right: 0;
    margin-right: 0;
	
}
.header2 .top-line-right .top-info ul li a{
	font-size:16px;
	color:#dadada;
}
.header2 .icon-Pointer:before {
    vertical-align: middle;
    padding-right: 6px;
}


@media(min-width:992px){
	.header2 .tt-header .top-inner {
		float: left;
		padding-top: 0;
	}
	.header2 .tt-header .toggle-block{
		float:right;
	}
	.header2 .tt-header .main-nav > ul > li > a{
		color:#2a2a2a;
	}
	.header2 .tt-header {
		background: #fff;
		padding: 0px 0px;
	}
	.header2 .tt-header .main-nav > ul > li > ul{
		
	}
	.header2 .tt-header.stick{ 
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
		padding: 0px 0px;
	}
	.header2 .tt-header .main-nav > ul > li:hover,.header2 .tt-header .main-nav > ul > li.active {
		background: transparent;
	}
	.header2 .tt-header .main-nav > ul > li > a{
		padding: 36px 20px;
	}
	.header2 .tt-header .main-nav > ul > li:hover > a{
		color:#4b443c;
		
	}
	.header2 .tt-header.stick .main-nav > ul > li > a {
		padding: 30px 20px;
	}
	.header2 .tt-header.stick .top-line-right{
		padding-top: 20px;
	}
	.header2 .wrapper-inner-tab-backgrounds-first {
		margin-top: 0;
	}
	.header2 .tt-header .top-line-right {
		float: right;
		padding-top: 25px;
		vertical-align: middle;
	}
	.header2 .tt-header .logo{
		line-height: 74px;
		margin-top: 0;
	}
	.header2 .tt-header.stick .logo {
		line-height: 68px;
		margin-top: 0;
	}
	.header2 .sim-button {
		line-height: 46px;
		height: 46px;
		width: 195px;
	}
}

/* */

.hm2slider .slider_content{
	float:left;
	
}
.hm2slider .slider_content h3{
	color:#fff;
}
.hm2slider .slider_content h3 span{
	color:#a52555;
}
.hm2slider .tt-mslide-entry:before{
	background: rgba(0, 26, 87, 0.60);
	width:50%;
	position:absolute;
	left:0;
	content:'';
	top:0;
	bottom:0;
	right:0;
	
}
.hm2slider .tt-mslide-title p {
    color: #ffffff;
    font-size: 15px;
}
.header_strip{
	background:url("../images/home2/header-strip_bg.jpg") no-repeat;
	background-size:cover;
	padding: 40px 0;
}

.header_strip .tt-title{
	color:#a52555;
	line-height:40px;
	font-weight:700;
}
.header_strip .border_right{
	border-right:2px solid #42435d;
	height: 70px;
    position: absolute;
    right: 0;
    top: 5px;
}

.header_strip .simple-text p{
	padding-left: 42px;
}
.business_01 .tt-title{
	color:#a52555;
	
}
.business_01 .simple-text p:first-child{
	padding-bottom:20px;
}
.business_01 .sim-button{
	margin-top:30px;
}
.strip_01{
	background:url("../images/home2/strip_bg.jpg") no-repeat;
	background-size:cover;
	position:relative;
	 background-attachment: fixed;
	 background-position:center;
}

.strip_01:before{
	background: rgba(0, 26, 87, 0.5);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	content:'';
}
.strip_01 h2{
	font-family: 'Work Sans', sans-serif;
	font-weight:700;
	color:#fff;
	font-size:40px;
	text-align:center;
	position:relative;
	letter-spacing:0.30px;
	line-height:46px;
	margin-top:0;
	margin-bottom:0;
}
.strip_01 h2 span{
	color:#4b443c;
}
.services_02{
	background:#f1f1f1;
}
.services_02 .content_01 .simple-text p{
	width:500px;
	margin:0 auto;
}
.services_02 .owl-nav{
	display:none;
}

.hm2projects .simple-text p{
	width:500px;
	margin:0 auto;
	text-align:center;
}
.hm2projects ul{
	margin-bottom:0;
}
/* news section css */

.latest_news2{
    background: #ffffff;
}
.latest_news2.cellpadding{
	padding-top:0;
}
.latest_news2 .simple-text p{
	width:500px;
	margin:0 auto;
	text-align:center;
}
.latest_news2 .news_grid1 {
    background: url(../images/home2/news1.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.latest_news2 .news_grid2 {
    background: url(../images/home2/news2.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.latest_news2 .news_grid3 {
    background: url(../images/home2/news3.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.latest_news2 .news_grid_info {
	background: rgba(0, 26, 87, 0.6);
    padding: 40px;
    height: 300px;
    display: none;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.latest_news2 .news_grid1:hover .news_grid_info,.news_grid2:hover .news_grid_info,.news_grid3:hover .news_grid_info  {
    display: block;
	transition: 1s ease;
	-webkit-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1 ease;
	-moz-transition: 1s ease;
}
.latest_news2 .news_grid_info p.date {
    font-size: 16px;
    letter-spacing: 0.30px;
    color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.latest_news2 .news_grid_info p {
    font-size: 15px;
    letter-spacing: 0.30px;
	line-height: 26px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-weight:400;
}
.latest_news2 .news_grid_info h3 {
	text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.30px;
    margin-bottom: 10px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    color: #4b443c;
    line-height: 26px;
    margin-top: 10px;
}
.latest_news2 .news_grid_info a {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
	font-weight: 400;
    letter-spacing: 0.30px;
	font-family: 'Open Sans', sans-serif;
}
.latest_news2 .news_grid_info i{
	color: #4b443c;
}

/* client say section css */

.white{
	color:#fff!important;
}
.client_say_content{
	position: relative;
}
.client_say{
	background:url("../images/home2/client_bg.jpg") no-repeat;
	background-size:cover;
	position: relative;
	padding-bottom: 40px;
	background-attachment: fixed;
	background-position:center right;
	    z-index: 1;
}
.client_say:before{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	content:'';
	background:rgba(0, 26, 87, 0.6);
}
.client_say .owl-carousel.owl-drag .owl-item {
    padding: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0.60);
	border:0;
}
.client_say .owl-carousel .owl-item img{
	width:auto;
}
.client_say .test_slider .content p{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:400;
	margin-bottom: 0;
}
.client_say .test_slider .right_content p{
	font-family: 'PT Serif', serif;
	font-size:15px;
	color:#fff;
	font-weight:600;
	line-height:26px;
	font-style: italic;
	margin-bottom: 0;
	letter-spacing:0.30px;
}
.client_say .test_slider .content h4{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:600;
	margin-bottom: 5px;
	letter-spacing:0.30px;
}
.client_say .test_slider  .image{
	display: inline-block;
	float: left;
	padding-right:30px;
}
.client_say .test_slider  .content{
	border-right: 1px solid #bfbfbf;
	height: 70px;
	display: inline-block;
	padding-right: 35px;
	padding-top: 6px;
}
.test_slider{
	width: 820px;
	margin: 0 auto;
}
.client_say .left_content{
	padding-top: 4px;
}
.client_say .simple-text p{
	width: 820px;
    margin: 0 auto;
}
.client_say .owl-nav{
	display:none;
}
.client_say .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    float: none;
    margin: 0 auto;
    padding-right: 10px;
}
.client_say .owl-theme .owl-dots {
	transform: rotate(-90deg);
}
.client_say .owl-theme .owl-dots .owl-dot {
    padding-top: 10px;
}
.client_say .owl-theme .owl-dots .owl-dot.active span {
    background: #4b443c;
}

/* request_free_02 section css */
.request_free_02{
	background:#f5f5f5;
}
.request_free_02 .right_content {
	width: 54%;
    float: right;
    background: #a52555;
	padding: 45px 30px;
	margin-right: 18px;
}
.request_free_02 .request_contact .form-group input {
    border: none;
    background: #00123d;
}
.request_free_02 .request_contact .form-group textarea {
    border: none;
    background: #00123d;
}


/* home page 3 css */
.header3 .top-info i{
	font-size: 18px;
    padding-right: 5px;
	
}
.header3 .top-info {
    display: inline-block;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.3px;
    padding-right: 0;
    margin-right: 0;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    color: #dadada;
    line-height: 20px;
    font-weight: 700;
}
.header3 .top-line{
	background:#a52555;
	padding: 15px 0;
}
.header3 .top-line-left {
    float: left;
}
.header3 .top-line-right {
    float: right;
}
.header3 .top-line-right .top-info a {
    font-size: 20px;
    color: #4b443c;
    font-weight: 600;
    font-style: normal;
    font-family: 'Work Sans', sans-serif;
    text-decoration: none;
}
.header3 .icon {
    font-size: 18px;
    color: #dadada;
}
.header3 .icon-Pointer:before {
    vertical-align: middle;
    padding-right: 6px;
}

@media(min-width:992px){
	.header3 .tt-header {
		background: transparent;
		margin-bottom: -32px;

	}
	.header_03{
		background: #a52555;
		height:64px;
	}
	.header3 .tt-header.stick {
		background: #a52555;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 0px;
		position:fixed;
	}
	.header3 .tt-header .toggle-block {
		display: block !important;
		float: left;
		
	}
	
	.header3 .tt-header .top-social li:last-child {
		display: inline-block;
		margin-right: 18px;
	}
	
	
}


.slider3 .tt-mslide-title h3{
	color:#ffffff;
	text-align:center;
}

.slider3 .tt-mslide-title p {
    color: #ffffff;
	text-align:center;
}
.slider3 .slider_content{
	text-align:center;
	float:none;
	margin: 0 auto;
}
.slider3 .tt-mslide-entry:before{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:'';
	background:rgba(0,0,0,0.30);
}
.slider3 .wrapper-inner-tab-backgrounds-first {
    float: none;
    width: 100%;
    width: 350px;
    margin: 0 auto;
}

.about_us_03 blockquote{
	background:transparent;
	padding: 16px 40px 0px 95px;
	margin-left:15px;
	margin-bottom: 0;
	margin-top: 5px;
}
.about_us_03 blockquote .simple-text p{
	font-size:16px;
	font-style:italic;
}
.about_us_03 blockquote i.fa {
    position: absolute;
    top: 18px;
    left: 33px;
    color: #a52555;
    font-size: 35px;
}
.about_us_03 .content{
	padding-left:25px;
}

.about_us_03 .tt-title{
	font-size:40px;
}

.what_we_offers_03{
	background:url("../images/home3/what_we_bg.jpg") no-repeat;
	background-size:cover;
	 background-attachment: fixed;
	 background-position:center right;
}
.what_we_offers_03  .content_02{
	text-align:center;
	background:#f1f1f1;
	padding: 40px 50px;
}
.what_we_offers_03  .content_02:hover{
	background:#a52555;
	
}
.what_we_offers_03  .content_02:hover .icon{
	color:#fff;
}
.what_we_offers_03 .content_02:hover .tt-sub-title{
	color:#fff;
	font-weight:600;
}
.what_we_offers_03 .content_02:hover .simple-text p{
	color:#fff;
}
.what_we_offers_03 .content_02 .icon{
	color:#4b443c;
	font-size:30px;
}
.what_we_offers_03 .content_02 .tt-sub-title{
	    margin-bottom: 8px;
		letter-spacing:0.30px;
}

.portfolio.portfolio5 .budget_1 .list-inline>li a.active, .portfolio.portfolio5 .budget_1 .list-inline>li a:hover {
    border-bottom: 2px solid #4b443c;
    padding-bottom: 5px;
}
.portfolio.portfolio5 .portfolio-item {
    margin-top: 40px;
}

/* request_free_03 section css */

.request_free_03{
	background:#a52555;
}

.request_free_03 .simple-text p{
	color:#fff;
	width:750px;
	margin:0 auto;
	text-align:center;
}
.request_free_03 .request_contact{
	margin-top:46px;
}
.request_free_03 .request_contact .form-group input{
	height:45px;
	border:1px solid #dddddd;
	background:transparent;
}
.request_free_03 .request_contact .form-group input::placeholder{
	color:#898989;
}
.request_free_03 .request_contact .sim-button{
	width:100%;
}
.request_free_03 .request_contact .form-control:focus{
	    border: 1px solid #dddddd;
}
.request_free_03 .request_contact .form-group {
    margin-bottom: 20px;
}
 /* latest news section css */
 
 .latest_news_03{
	 background:#f6f6f6;
 }
 
 .latest_news_03  .tt-news-img {
  margin-bottom: 34px;
}

 .latest_news_03 .tt-news-title {
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom:10px;
  margin-top: 25px;
}

 .latest_news_03 .tt-news-title:hover {
  color: #a52555;
}

 .latest_news_03 .tt-news .simple-text {
  margin-bottom: 15px;
}
 .latest_news_03 .tt-news .simple-text p{
	color:#898989;
}
 .latest_news_03 .tt-news-link {
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  color: #a52555;
  font-family: 'Open Sans', sans-serif;
}

 .latest_news_03 .tt-news-link:hover {
	text-decoration:underline;
}

.tt-archive {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border: 1px solid #d9d9d9;
}

.tt-archive li {
  padding: 20px 30px 20px 30px;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
      background: #ffffff;
}
.tt-archive li:last-child{
	border-bottom:0;
}
.tt-archive-title:hover a{
	color:#fff;
}
.tt-archive-title {
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #a52555;
  margin-bottom: 10px;
  text-decoration:none;
}

.tt-archive-bottom {
  font-size: 15px;
  line-height: 19px;
}

.tt-archive-bottom span {
  display: inline-block;
  margin-right: 20px;
  color: #898989;
  font-family: 'Open Sans', sans-serif;
}

.tt-archive-bottom span:last-child {
  margin-right: 0;
}

.tt-archive-all {
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  color: #a52555;
  font-family: 'Open Sans', sans-serif;
}


.tt-archive li:hover .tt-archive-all{
	color:#fff;
	text-decoration:none; 
}
.tt-archive li:hover {
  background: #a52555;
}

.tt-archive li:hover .tt-archive-title {
  color: #fff;
  text-decoration:none;
}
.tt-archive li:hover .tt-archive-bottom span{
	color:#fff; 
}
.tt-archive li:hover .tt-archive-title:hover {
  color: #fff;
}

/* home page 4 css */

@media(min-width:992px){
	.header4{
		border-bottom: 1px solid #56668b;
		background: rgba(0, 0, 0, 0.10);
		position: absolute;
		width: 100%;
		clear: both;
		z-index: 2;
	}
	.header4 .tt-header {
	 background: transparent; 
	}
	.header4 .tt-header.stick {
		background: #fff;
	}
	.header4 .tt-header.stick .main-nav > ul > li > a {
		color: #2a2a2a;
	}
	
	.header4 .tt-header.stick .tz-header-search span.icon_close {
		color: #2a2a2a;
	}
	.header4 .tt-header.stick .tz-header-search span.icon_search.tz_icon_search{
		color: #2a2a2a;
	}
	.header4 .tt-header.stick .nav-more {
		padding: 28px 0px;
	}
	.header4 .tt-header .main-nav > ul > li > a {
		color: #fff;
	}
	.header4 .tt-header .nav-more {
		padding: 34px 0px;
		margin-right: 10px;
	}
	.header4 .tt-header .nav-more .tz-header-search-form.tz-header-search-form-show {
		top: 107%;
	}
}

	.header4 .header_top_inner{
		overflow: hidden;
		clear: both;
		border-bottom: 1px solid #56668b;
			
	}
.header4 .header_top_inner .pull-left i{
	padding-right:3px;
}
.header4 .header_top_inner .pull-left a {
    line-height: 48px;
    font-size: 15px;
    color: #d6d6d6;
    font-family: "Open Sans",sans-serif;
    letter-spacing: .45px;
    margin-right: 22px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    text-decoration: none;
}
.header4 .header_top_inner .pull-left a:last-child{
	margin-right:0;
}
.header4 .header_social li {
    display: inline-block;
    margin-right: 16px;
}

.header4 .header_social li a {
    line-height: 48px;
    font-size: 16px;
	color: #d6d6d6;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    text-decoration: none;
}


.header4 .header_social li:last-child{
	margin-right:0;
}
.header4 .header_social{
	margin-bottom:0;
	padding-left: 0;
}



.hm4slider .tt-mslide-entry{
	height:789px;
	padding-bottom: 255px;
}
.hm4slider .tt-mslide-entry:before{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: rgba(0, 26, 87, 0.45);
	content:'';
}


.hm4slider .slider_content h3 span{
	color:#4b443c;	
}

.hm4slider .slider_content{
	width: 70%;
    float: none;
    text-align: center;
    margin: 0 auto;
}
.hm4slider .tt-mslide-title h3{
	text-align:center;
	color:#fff;
	margin-bottom:15px;
}

.hm4slider .tt-mslide-title p{
	text-align: center;
    color: #fff;
    width: 510px;
    margin: 0 auto;
}

.hm4slider .slider_content .sim-button {
    float: none;
	margin-top:20px;
}
/* */

.what_we_offers_05{
	background: 0;
    margin-top: -117px;
    z-index: 1;
	
}
.what_we_offers_05:before{
	display:none;
}
.what_we_offers_05 ul{
	margin-bottom:0;
	 box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	overflow:hidden;
}

/* */

.step_forward .tt-title{
	font-size:40px;
	line-height:50px;
}

.step_forward .border_bottom {
    width: 99px;
    height: 2px;
    background: #4b443c;
    margin: 0;
}

.step_forward .simple-text p{
	margin-bottom:15px;
}
.step_forward .simple-text p:last-child{
	margin-bottom:0px;
}
.step_forward .sim-button{
	margin-top:30px;
}

/* our_projects_04 section css */

.our_projects_04 .viewmore{
	font-size:14px;
	color:#4b443c;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	float:right;
	text-decoration:underline;
	margin-top:10px;
}

/* client_say_04  section css */

.client_say_04{
	background:url("../images/home4/client_bg.jpg") no-repeat;
	background-size:cover;
	position:relative;
	padding-bottom: 40px;
	 background-attachment: fixed;
	 background-position:center right;
}
.client_say_04:before{
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#a52555;
	opacity:0.70;
}
.client_say_04 .tt-title{
	position:relative;
}
.client_say_04 .content{
	position:relative;
}

.client_say_04 .owl-carousel .owl-item img{
	width:auto;
	margin:0 auto;
}
.client_say_04 .content{
	text-align:center;
}
.client_say_04 .content h5{
	font-family: 'Work Sans', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#fff;
}
.client_say_04 .content p{
	font-size:15px;
	color:#ffffff;
	font-family: 'PT Serif', serif;
	font-weight:600;
	letter-spacing:0.30px;
	font-style:italic;
	line-height:26px;
	width:810px;
	margin:0 auto;
}
.client_say_04 .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	float: none;
	margin: 0 auto;
	padding-right: 10px;
}
.client_say_04 .owl-theme .owl-dots .owl-dot {
	padding-top: 10px;
}
.client_say_04 .owl-theme .owl-dots {
	transform: rotate(-90deg);
}
.client_say_04 .owl-theme .owl-dots .owl-dot.active span {
	background: #4b443c;
}
.client_say_04  .owl-nav{
	display:none;
}
.latest_news2.latest_news4{
	padding-top:80px;;
}


/* home page 5 css */

.header5 .header_top {
    background: #a52555;
}
.header5 .header-right-info ul li .single-header-right-info .icon-box i {
    color: #ffffff;
    transform: rotate(-90deg);
}
.header5 .header-right-info ul li .single-header-right-info .icon-box {
    float: left;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    margin-right: 25px;
    margin-top: 6px;
    background-color: #4b443c;
    transform: rotate(90deg);
	border-radius: 4px;
}
.header5 .header-right-info ul li .single-header-right-info .text-box h5 {
    color: #cbcbcb;
}
.header5 .header-right-info ul li .single-header-right-info .text-box p, .header5 .header-right-info ul li .single-header-right-info .text-box p a {
    color: #d8dde1;
}
.header5 .header_top .top-info .top-social li  a {
    color: #4b443c;
    font-size: 18px;
}
.header5 .header-right-info .top-social ul li {
    padding-right: 20px;
}
.header5 .header-right-info .top-social ul li:last-child{
	padding-right:0;
}
.header5 .header-right-info ul li .single-header-right-info{
    padding-right: 50px;
}
.header5 .header-right-info ul li .single-header-right-info.last{
	padding-right: 0px;
}
.header5 .header-right-info ul li{
	  padding-right: 0px;	
}
.header5 .header-right-info .top-social  li {
    padding-right: 20px;
}
.header5 .header-right-info .top-social li:last-child{
	padding-right:0;
}
.header5 .header-right-info .top-social{
	margin-left:25px;
}
@media(min-width:992px){
	.header5 .tt-header .main-nav > ul > li > a {
		color: #2a2a2a;
		text-decoration: none;
	}
	.header5 .tt-header {
		background: #fff;
	}
	.header5 .tt-header .top-line-right{
		padding-top:0px;
	}
	.header5 .tt-header .main-nav > ul > li.active > a,.header5 .tt-header .main-nav > ul > li:hover > a{
		color:#fff;
	}
	.header5 .tt-header .tz-header-search span.icon_close:before{
		color: #2a2a2a;
	}
	.header5 .tt-header .tz_icon_search:before{
		color: #2a2a2a;
	}
	.header5 .tt-header.stick .fa-search:before{
		color: #fff;
	}
	.header5 .tt-header.stick{
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	}
}
.header5 .sim-button {
    line-height: 64px;
    height: 64px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 167px;
	border:0;
}
.header5 .wrapper-inner-tab-backgrounds-first {
    margin-top: 0;
}

/* slider form css */

.slider5 .tt-mslide-entry .simple-text {
     margin-bottom: 0px;
}

.slider_form_05
{
	background:#eaedef;
	padding: 35px 30px 30px 30px;
	
}
.slider_form_05 .tt-title{
	color:#a52555;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
}
.slider_form_05 .simple-text p span{
	color:#4b443c;
	font-weight:600;
}
.slider_form_05 .simple-text p{
	margin-top:10px;
	margin-bottom: 15px;
	text-align:left;
}

.slider_form_05 input
{
	border-radius:0px;
	margin-top:10px;
	height:45px;
	border: 1px solid #dddddd;
	font-size: 15px;
    color: #898989;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	    padding-left: 15px;
}
.slider_form_05 input::placeholder{
	 color: #898989;
	
}
.slider_form_05 textarea{
	width:100%;
	height:100px;
	resize:none;
	border:1px solid #dddddd;
	font-size: 15px;
   padding:15px;
	padding-top:10px;
}
.slider_form_05 textarea::placeholder{
	color: #898989;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
.slider_form_05 .sim-button{
	width:221px;
	height:47px;
	line-height:47px;
}
.slider_form_05 .form-group {
    margin-bottom: 10px;
}
.slider_form_05{
	position: absolute;
    top: 80px;
    z-index: 9;
    right: 0;
	
}

.slider5 .slider_content {
    width: 42%;
    float: right;
  position:relative;
}

/*  */

.strip_05{
	background-image:url("../images/home5/strip_bg.jpg");
	background-size:cover;
	position:relative;
	 background-attachment: fixed;
	 background-position:center right;
	
}
.strip_05:before{
	background:#a52555;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0.80;
	content:'';
}

.border-left22 h5{
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#fff;
	margin-top: 5px;
	margin-bottom:5px;
}

.border-left22 
{
	border-right:1px solid #3557a6;
}

.border-left22.last{
	border-right:0;
}
.border-left22 h2{
	font-size:50px;
	color:#fff;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0;
	font-weight: 400;
	margin-bottom:0;
}

/* */
.service_sec_05 .viewmore {
    font-size: 14px;
    color: #4b443c;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    float: right;
    text-decoration: underline;
    margin-top: 10px;
}
.service_sec_05{
	background:#f1f1f1;
}
.service_sec_05 .owl-nav{
	display:none;
}
.our_experts_05{
	background:url("../images/home5/expert_bg.jpg") no-repeat;
	background-size:cover;
	position:relative;
	 background-attachment: fixed;
	 background-position:center right;
	
}
.our_experts_05:before{
	background:#a52555;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0.73;
	content:'';
}
.our_experts_05 .content_05{
	position:relative;	
}

.our_projects_05 .viewmore {
    font-size: 14px;
    color: #4b443c;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    float: right;
    text-decoration: underline;
    margin-top: 10px;
}

/* virtual_tour section css*/

.virtual_tour{
	background:url("../images/home5/virtual_bg.jpg") no-repeat;
	background-size:cover;
	position:relative;
	 background-attachment: fixed;
	 background-position:center right;
	
}
.virtual_tour:before{
	background:#a52555;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity: 0.80;
	content:'';
}
.virtual_tour .popup-youtube i{
	padding-left:10px;
}
 .video_business_inner {
    max-width: 517px;
    position: relative;
    z-index: 2;
}
 .video_business_inner a {
    height: 98px;
    width: 98px;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    font-size: 40px;
    line-height: 96px;
    color: #4b443c;
	background: rgba(0, 0, 0, 0.12);
}

.virtual_tour h4{
	color:#dddddd;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	margin-top: 7px;
}

.virtual_tour .simple-text p {
    color: #dddddd;
	margin-bottom: 30px;
}


/* client carousel */

.client_say_05{
	background:url("../images/home5/client_bg.jpg") no-repeat;
	background-size:cover;
	position:relative;
	 background-attachment: fixed;
	 background-position:center right;
}
.client_say_05:before{
	background:#a52555;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0.90;
	content:'';
}


.client_say_05 .tt-testimonial-info{
	background:0;
	border: 1px solid #646476;
	
}


.client_say_05 .tt-testimonial-name{
	color:#fff;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.client_say_05 .tt-testimonial-position{
	color:#4b443c;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-transform:uppercase;
	margin-top: 3px;
}

.client_say_05 .tt-testimonial-info:after{
	background: url(../images/home5/decor5.png);
	display: block;
	position: absolute;
	top: 100%;
	left: 68px;
	width: 27px;
	height: 22px;
	content:'';
}

.client_say_05 .swiper-pagination.relative-pagination{
	display:block;
}
.client_say_05 .tt-testimonial-info {
    position: relative;
    background: transparent;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 33px 14px 36px 71px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}
.client_say_05 .tt-testimonial-info:before {
    content:"\f10d";
    display: block;
    position: absolute;
    top: 20px;
    left: 18px;
    width: 35px;
    height: 26px;
	font-family: FontAwesome;
	font-size:35px;
	color:#4b443c;
}


.client_say_05 .tt-testimonial-user {
	padding-left: 0;
    padding-top: 0;
    display: inline-block;
	vertical-align: middle;
}
.client_say_05 .tt-testimonial-img{
	padding-left: 0;
    padding-top: 0;
    display: inline-block;
	width:80px;
	vertical-align:middle;
}

/* */

.client_say_05 .tt-block{
	position:relative;
}

.client_say_05 .tt-testimonial .simple-text p{
	color:#b0b0b9;
}

/*  homepage 5 client section changes */

.client_say_05 .image{
	text-align:center;
	
}
.client_say_05 .image img{
	margin:0 auto;
	margin-bottom: -40px;
}

.client_say_05 .tt-testimonial-info:after{
	display:none;
}
.client_say_05 .tt-testimonial-info:before{
	display:none;
}
.client_say_05 .tt-testimonial-info{
	padding:30px;
	text-align:center;
	padding-top: 50px;
	z-index:-1;
}
.client_say_05 .tt-testimonial-user{
	margin-top:15px;
}
.client_say_05 .icon {
    color: #4b443c;
    font-size: 40px;
}

/* homepage1 client section changes */


.what_clientsay_01{
	background:#fff;
}
.what_clientsay_01:before{
	display:none;
}
.what_clientsay_01 .tt-testimonial .simple-text p {
    color: #42435d;
    font-size: 16px;
}

.what_clientsay_01 .tt-testimonial-name{
	color: #4b443c;
}
.what_clientsay_01 .tt-testimonial-position {
    color: #898989;
    font-size: 13px;
}

/* service details page changes  */


.service_details .blogAside .categoryList li a i {
    font-size: 16px;
    margin-top: 0px;
    float: right;
	font-weight:700;
}

.service_details .categoryList li a{
	border: 1px solid #ddd;
    background: none;
    padding: 17px 18px;
    font-size: 17px;
	font-weight:500;
}
.service_details .categoryList li.activeCat a, .service_details .categoryList li a:hover {
    color: #4b443c;
}


.opening-hours ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    margin-bottom: 0 !important;
	list-style:none;
	color: #898989;
    font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
.opening-hours ul li:last-child{
	border-bottom:0;
}
.opening-hours ul{
	padding-left:0; 
	margin-bottom: 0;
	
}
.widget-title{
    color: #2a2a2a;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
	margin-bottom: 15px;
}
.widget-title span{
	color:#4b443c;
}
.opening_hours{
	margin-bottom: 30px;
}
.service_details .listing{
	margin-top:50px;
}
.service_details .listing ul{
	margin-bottom:0;
}
.mainServicesContent .section_2 ul{
	margin-bottom:0;
}

/* footer */

.tt-footer .recentNewsBlock a{
	color: #ffffff;
	font-weight:600;
}
.tt-footer .recentNewsBlock a:hover{
	color:#4b443c;
}

.tt-footer .recentNewsBlock span{
	color:#898989;
}
.tt-footer .recentNewsBlock.last .recentNews{
	border-bottom:0;
}

/* home page 1 slider */

.what_clientsay_01 .swiper-pagination-white .swiper-pagination-bullet {
	background:transparent;
	border:1px solid #333;
}

.what_clientsay_01 .swiper-pagination-white .swiper-pagination-bullet .swiper-pagination-bullet-active {

}
.what_clientsay_01  .swiper-pagination-white .swiper-pagination-bullet-active{
	background:#4b443c;
}
/* map css */
 .google-maps {
	position: relative;
	padding-bottom: 28%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* footer */

.tt-footer .fa-long-arrow-right {
    font-size: 16px;
    color: #ffffff;
    padding-right: 8px;
}

.tt-footer{
	background:url(../images/footer_bg.jpg) no-repeat;
	background-size:cover;
	position:relative;
}
.tt-footer:before{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:#a52555;
	opacity:0.80;
	content:'';
}
.tt-footer .address{
	padding-left:0;
}
.tt-footer .address li, .tt-footer .address li a{
	list-style:none;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding-left: 0;
    letter-spacing: 0.20px;
    font-family: 'Open Sans', sans-serif;
}
.tt-footer .address li i{
	padding-right:8px;
}
/* service page changes */

.section_2 .image.image_011{
	float:none;
	margin-bottom:20px;
}
.faq_form .c-btn{
	text-align:center;
}

/* Company hostory page  css */

.company_hostory{
	background:#f1f1f1
}
.company_hostory .simple-text{
	width:580px;
	margin:0 auto;
	text-align:center;
}
.company_hostory .year{
	padding: 6px 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: -17px;
    z-index: 9;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100px;
    text-align: center;
	background:#4b443c;
}
.company_hostory .company_detail .simple-text{
	width:100%;
	text-align:left;
}
.company_hostory .company_detail .col-md-4{
	margin-top:70px;
	
}
.company_hostory .company_detail .content{
	background:#fff;
	padding:30px;
}
.company_hostory .tm-ourhistory-row {
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.tm-ourhistory .tm-ourhistory-right {
  padding-bottom: 30px; 
      padding-left: 50px;
  }
  .tm-ourhistory .tm-ourhistory-right:before {
     content: '';
    position: absolute;
    top: 33px;
    left: -8px;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 5px solid #a52555;
    box-sizing: content-box;
    background: #4b443c;
}
.tm-ourhistory .label {
     display: block;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
    background: #a52555;
    padding: 10px 0;
	width: 130px;
    font-family: 'Work Sans', sans-serif;
}
.tm-ourhistory .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
   color: #2a2a2a;
    font-family: 'Work Sans', sans-serif;
	    margin-bottom: 5px;
}
.tm-ourhistory .tm-ourhistory-right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 1;
    width: 3px;
    height: 100%;
	background: #ccbcbc;
}
.tm-ourhistory .tm-ourhistory-right.last{
	padding-bottom:0;
}

/* company overview page css */

.overview img{
	border-radius:10px;
	
}
.overview h1{
	font-family: 'Work Sans', sans-serif;
    font-size: 50px;
    color: #2a2a2a;
    font-weight: 500;
    line-height: 60px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.overview h1 span{
    color: #a52555;
	font-weight: 600;
}
.company_stablish{
	background:#fff;
}
.company_stablish h1{
	font-size: 40px;
    color: #2a2a2a;
    text-transform: initial;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
}
.company_stablish h1 span{
	color: #a52555;
    font-weight: 600;
}
.company_stablish ul.listing{
	padding-left:0;
	margin-top:15px;
}
.company_stablish ul.listing li{
	padding-left:0;
	list-style:none;
	line-height: 36px;
    font-size: 16px;
    color: #42435d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-left: 35px;
}
.company_stablish ul.listing li:before {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    left: 18px;
    color: #4b443c;
}

/* Career page css */
.career_search_form .form-control {
    border: 1px solid #dddddd;
    height: 49px;
    border-radius: 0;
    padding: 6px 15px;
	
}
.career_search_form input {
    color: #898989;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    box-shadow: none;
    outline: none;
}
.career_search_form input:focus{
	box-shadow:none;
}
.career_search_form .sim-button{
	width:100%;
	height:49px;
	line-height:49px;
}

.new_openings h4{
	font-family: 'Work Sans', sans-serif;
    color: #2a2a2a;
    font-weight:600;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}
.new_openings h5{
	font-family: 'Open Sans', sans-serif;
    color: #898989;
    font-weight:400;
    font-size:16px;
	margin-top:15px;
}
.new_openings .sim-button{
	margin-top:20px;
	width:250px;
	
}
.new_openings ul.listing li {
    padding-left: 0;
    list-style: none;
    line-height: 30px;
    font-size: 16px;
    color: #42435d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-left: 35px;
	
}
.new_openings ul.listing{
	padding-left:0;
}
.new_openings ul.listing li:before {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    left: 35px;
    color: #4b443c;
}
.new_openings .responsibilies{
	margin-top:20px;
}

.apply_now_form input {
    color: #898989;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    box-shadow: none;
    outline: none;
	
}
.apply_now_form .form-control {
    border: 1px solid #dddddd;
    height: 49px;
    border-radius: 0;
	padding: 12px 15px;
}
.apply_now_form{
	background:#f1f1f1;
}
.apply_now_form h4{
	font-size: 35px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
	font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
	text-align:center;
}
.apply_now_form .sim-button{
	    width: 300px;
    margin: 0 auto;
    float: none;
    margin-top: 20px;
}
.apply_now_form .button{
	text-align:center;
}
.apply_now_form textarea.form-control {
    height: 100px;
    padding-top: 15px;
    color: #898989;
    font-family: 'Open Sans', sans-serif;
}
.tz_icon_search{
	display: block;
}
.tz_icon_close{
	display: none;
}
/* slider images */

.hmslider1 .slide1{
	background-image:url(../images/slide1.jpg);
}
.hmslider1 .slide2{
	background-image:url(../images/slide2.jpg);
}
.hmslider1 .slide3{
	background-image:url(../images/slide3.jpg);
}
.hmslider1 .slide4{
	background-image:url(../images/slide4.jpg);
}
.hmslider1 .slide5{
	background-image:url(../images/slide5.jpg);
}

.tt-copy-right a{
	color: #485866;
	text-decoration:none;
}
@media(min-width:1201px) and (max-width:1400px){
	.portfolio.portfolio4 .portfolio-items .bugets1 p{
		 color:#fff;
		 width: 100%;
		 margin: 0 auto;
		 margin-bottom: 25px;
		 padding: 0px 15px;
	}
}
@media(min-width:1201px) and (max-width:1300px){
	.testimonial_sec .cellpadding {
		padding: 80px 30px;
	}
	
}
@media(max-width:1200px){
	.quality_policy .content .simple-text p{
		width:100%;
	}
	 /* home page 2 css */
	 .header2 .tt-header .top-line-right{
		 display:none;
	 }
}


@media(min-width:992px) and (max-width:1200px){
	.footer-2 {
		padding-left: 15px;
	}
	.footer-3 {
		padding-left: 15px;
	}
	.footer_strip .wrapper-inner-tab-backgrounds-first{
		margin-top:15px;
	}
	.client_carousel .owl-carousel.owl-carousel2 .owl-item img {
		width: auto;
		margin: auto;
	}
	.client_carousel .item{
		display:block;
	}
	.footer_strip .sim-button{
		width:100%;
	}
	.we_are_expert .content {
		padding: 58px 0;
		padding-left: 35px;
	}
	.welcome_sec .content {
		padding-top: 30px;
	}
	.mainServicesContent .section_1 .col-md-8 img{
		height:100%;
		object-fit:cover;
	}
	.mainServicesContent .section_1 .col-md-8{
		width:50%;
	}
	.mainServicesContent .section_1 .col-md-4{
		width:50%;
	}
	.mainServicesContent .section_1 .right_sec{
		margin-top:20px;
	}
	.blog_withoutsidebar .blogs .date {
		top: 20px;
		left: 20px;
	}
	.getAquote_form .image {
		margin-top: 100px;
	}
	.portfolio.portfolio4 .col-md-3{
		width:33.33%;
	}
	/* home page 2 css */
	.header2 .tt-header .top-inner {
		width: 160px;
	}
	.latest_news2 .news_grid_info{
		    height: 340px;
	}
	.latest_news2 .news_grid3{
		  height: 340px;
	}
	.latest_news2 .news_grid2{
		 height: 340px;
	}
	.latest_news2 .news_grid1{
		 height: 340px;
	}
	.header2 .tt-header .main-nav > ul > li > a:last-child{
		padding-right:0;
	}
	.slider3 .slider_content{
		width:55%;
	}
	.slider3 .tt-mslide-entry{
		padding-bottom:230px;
	}
	.client_carousel .item{
		display:block;
		height:auto;
	}
	.portfolio.portfolio4 .portfolio-items .bugets1 p {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 25px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media(min-width:991px){
	.lg-80{
		height:80px;
	}
	.lg-70{
		height:70px;
	}
	.lg-60{
		height:60px;
	}
	.lg-50{
		height:50px;
	}
	.lg-45{
		height:45px;
	}
	.lg-40{
		height:40px;
	}
	.lg-30{
		height:30px;
	}
	.lg-25{
		height:20px;
	}
	.lg-20{
		height:20px;
	}
	.lg-15{
		height:15px;
	}
	.lg-10{
		height:10px;
	}
	.col-md-push-8 {
		left: 0;
	}
	.col-md-pull-4 {
		right: 0;
	}
}
@media(max-width:991px){
	.sm-80{
		height:80px;
	}
	.sm-70{
		height:70px;
	}
	.sm-60{
		height:60px;
	}
	.sm-50{
		height:50px;
	}
	.sm-40{
		height:40px;
	}
	.sm-30{
		height:30px;
	}
	.sm-25{
		height:25px;
	}
	.sm-20{
		height:20px;
	}
	.sm-15{
		height:15px;
	}
	.sm-10{
		height:10px;
	}
	 .tt-footer-inner {
    padding: 50px 0;
  }
  .tt-copy {
    padding: 25px 0;
  }
  .footer-3 {
		padding-left: 15px;
	}
	.footer-2 {
		padding-left: 15px;
	}
	.footer_strip .wrapper-inner-tab-backgrounds-first{
		margin-top:15px;
	}
	.client_carousel .owl-carousel.owl-carousel2 .owl-item img {
		width: auto;
		margin: auto;
	}
	.client_carousel .item{
		display:block;
		height:auto;
	}
	.what_we_offers  ul{
		padding:0 15px;
		
	}
	.what_we_offers li{
		width:100%;
		margin-bottom: 20px;
	}
	.what_we_offers li:last-child{
		margin-bottom:0;
	}
	
	.about_sec .wrapper-inner-tab-backgrounds-first {
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.padding-lr79, .padding-lr180, .padding-lr140 {
		padding: 0px 0px;
	}
	.main-logo{
		display:none;
	}
	.tt-header .top-line-right{
		display:none;
	}
	.team_expert img{
		width:100%;
	}
	.welcome_sec .content {
		padding-top: 0;
	}
	.welcome_sec .image {
		float: none;
	}
	.welcome_sec h1{
		width:100%;
	}
	.we_are_expert .content {
		padding-left: 0;
		background: #2f4476;
		padding: 50px 15px;
	}
	.we_are_expert .left_img {
		float: none;
		width: 100%;
		padding: 0;
		padding-bottom: 50px;
	}
	.we_are_expert .left_img img {
		height: auto;
		object-fit: cover;
	}
	.we_are_expert .right_img{
			display: none;
	}
	.mainServicesContent {
		margin-left: 0;
		margin-top: 40px;
	}
	.mainServicesContent .tt-title{
		text-align:left;
	}
	.mainServicesContent .simple-text p {
		text-align: left;
	}
	.mainServicesContent .section_1 .col-md-8 {
		width: 100%;
	}
	.mainServicesContent .section_1 .col-md-4 {
		width: 100%;
	}
	.section_2 .image {
		float: none;
		margin-top: 0px;
	}
	
	.faq_query .simple-text p {
		text-align: left;
	}
	.pageErroreTitle p {
		font-size: 40px;
	}
	.comming_shadow {
		width: 100%;
		margin: 0 auto;
	}
	.blog_left_sidebar .mainBlogContent {
		margin-left: 0;
		margin-right: 0;
		margin-top: 50px;
	}
	.blog_with_rightsidebar.blog_left_sidebar .mainBlogContent {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	.blog_with_rightsidebar .searchWrapper{
		margin-top:50px;
	}
	.blog_withoutsidebar .blogs .date {
		top: 20px;
		left: 20px;
	}
	.pr0 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.pl0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.getAquote_form .simple-text{
		margin-top:40px;
	}
	.contact_form_01 {
		width: 100%;
	}
	.portfolio.portfolio4 .budget_1 .list-inline>li{
		line-height:36px;
	}
	/*home page 2 css */
	.header2 .tt-header .logo{
		display:none;
	}
	.header_strip .tt-title{
		text-align:center;
	}
	.header_strip .simple-text p {
		padding-left: 0;
		text-align: center;
		margin-top: 8px;
	}
	.header_strip .border_right{
		display:none;
	}
	.business_01 img{
		margin:0 auto;
	}
	.business_01 .content{
		text-align:center;
	}
	.business_01 .sim-button{
		float:none;
	}
	.test_slider {
		width: auto;
		margin: 15px;
	}
	.client_say .test_slider .image {
		display: block;
		float: none;
		padding-right: 0px;
	}
	.client_say .owl-carousel .owl-item img {
		width: auto;
		margin: 0 auto;
	}
	.client_say .test_slider .content {
		border-bottom: 1px solid #bfbfbf;
		height: 60px;
		display: block;
		padding-right: 0;
		padding-top: 0;
		text-align: center;
		margin-bottom: 15px;
		border-right:0;
	}
	.client_say .test_slider .right_content p{
		text-align:center;
	}
	.client_say .simple-text p{
		width:100%;
		padding: 0 15px;
	}
	.request_free_02 .left-image {
		width: 100%;
		position: relative;
		top: 0;
		height: auto;
	}
	.request_free_02 .left-image img{
		height: auto;
	}
	.request_free_02 .right_content{
		width:100%;
		margin-right: 0;
	}
	.request_contact .form-group:last-child {
		margin-bottom: 0;
		margin-top: 30px;
	}
	
	.header2 .tt-header .cmn-toggle-switch span{
		background: #001a57;
	}
	.header2 .tt-header .cmn-toggle-switch::before,.header2 .tt-header .cmn-toggle-switch::after{
		background: #001a57;
	}
	.header2 .tt-header {
		background: #fff;
	}
	.header2 .tt-header .top-inner:before,.header2 .tt-header .top-inner:after{
		background:#fff;
	}
	.header2 .tt-header.stick {
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	}
	.header2 .tt-header .toggle-block{
		background: #001a57;
	}
	
	/* home page 3 css */
	.about_us_03 .content {
		padding-left: 0;
	}
	.portfolio.portfolio5 .budget_1 .list-inline>li{
		line-height:34px;
	}
	.about_us_03 img {
		margin: 0 auto;
	}
	.about_us_03 .tt-title {
		text-align:center;
	}
	.about_us_03 .simple-text p {
		text-align: center;
	}
	.about_us_03 blockquote{
		margin-left:0;
	}
	.what_we_offers_05 ul {
		padding: 0px;
	}
	.slider1 .slider_content {
		width: 100%;
	}
	.hm4slider.slider1 .slider_content {
		width: 100%;
	}
	.step_forward img{
		margin:0 auto;
		padding-top:50px;
	}
	.step_forward .tt-title{
		text-align:center;
	}
	.step_forward .simple-text p{
		text-align:center;
	}
	.step_forward .border_bottom{
		margin:0 auto;
	}
	.step_forward .sim-button{
		float:none;
	}
	.client_say_04 .content p{
		width:100%;
		padding:0 15px;
	}
	/* home page 5 css */
	.video_business_inner{
		margin:0 auto;
	}
	.virtual_tour .tt-title{
		text-align:center;
	}
	.virtual_tour h4{
		text-align:center;
	}
	.virtual_tour .simple-text p{
		text-align:center;
	}
	.virtual_tour .sim-button{
		float:none; 
	}
	
	.header5 .tt-header {
		background: #fff;
	}
	.header5 .tt-header .cmn-toggle-switch span {
		background: #001a57;
	}
	.header5 .tt-header .cmn-toggle-switch::before, .header5 .tt-header .cmn-toggle-switch::after {
		background: #001a57;
	}
	.header5 .tt-header .top-inner:before, .header5 .tt-header .top-inner:after {
		background: #fff;
	}
	.header5 .tt-header .toggle-block {
		background: #001a57;
	}
	.header5 .tt-header.stick {
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	}
	/* mobile_search */
	
	.tt-header .nav-more.mobile_search{
		display:block;
	}
	.tt-header .nav-more.mobile_search .tz-header-search-form{
		position:relative;
	}
	.tt-header .nav-more.mobile_search span{
		border-left: 0;
	
	}
	.tt-header .nav-more.mobile_search .tz_icon_search{
		display:none!important;
	}
	.tt-header .nav-more.mobile_search .tz_icon_close{
		display:none!important;
	}
	.tt-header .nav-more.mobile_search .tz-header-search-form input.searchsubmit {
		height: 50px;
		right: 29px;
		top: 14px;
		width: 20px;
		z-index: 9;
		display:block!important;
	}
	.tt-header .nav-more.mobile_search .tz-header-search-form input.searchsubmit:focus{
		outline:none;
	}
	.tt-header .nav-more.mobile_search span {
		color: #595959;
	}
	.tt-header .nav-more.mobile_search .tz-header-search-form{
		visibility:visible;
	}
	.tt-header .nav-more.mobile_search .tz-header-search-form span {
		position: absolute;
		right: 45px;
		top: 32px;
		padding: 0;
		font-size: 14px;
		color: #595959;
		border: 0;
	}
	.tt-header .nav-more.mobile_search .tz-header-search-form{
		opacity: 1;
		left: 0px;
		width: 100%;
		margin-bottom: 0px;
	}
	.tt-header .nav-more.mobile_search .tz-header-search-form input.Tzsearchform{
		visibility:visible;
		    margin-top: 0;
	}
	.tt-header .nav-more.mobile_search  .pull-right {
		float: left!important;
		    width: 100%;
	}
	.tt-header .nav-more.mobile_search .tz-header-search-form form{
		width:100%;
		padding:15px;
	}
	.tt-header.stick .mobile_search .fa-search:before{
		color: #595959;
	}
	.request_free .pr0 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.company_abt .images img{
		margin:0 auto;
		margin-bottom:20px;
	}
	.section_2 .image.image_011 {
		margin-top: 15px;
	}
	.portfolio.portfolio4 .portfolio-items .bugets1 p {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 25px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media(min-width:768px) and (max-width:991px){
	.header-right-info ul li{
		padding-right:25px;
	}
	.tt-header{
		top:102px;
	}
	.header_top{
		padding-bottom: 78px;
	}
	.tt-header .menu-toggle{
		right: 25px;
	}
	.slider1 .slider_content{
		width:50%;
	}
	
	.slider3 .slider_content {
		width: 70%;
	}
	.welcome_sec .image {
		margin-top: 90px;
	}
	.maintenance_text {
		padding: 80px 0;
	}
	.timerWrapper .timerBlock{
		min-width: auto;
		margin: 0 15px;
	}
	.commingWrapper p{
		width:100%;
	}
	.commingWrapper .cell-view {
		height: 600px;
		width: 100%;
		display:block;
	}
	.comming_shadow{
		    padding-top: 55px;
	}
	.commingDescription form .simple-input{
		    max-width: 500px;
	}
	/*home page 2 css */
	.header2 .tt-header {
		top: 52px;
	}
	.header2 .tt-header.stick{
		top:0;
	}
	.latest_news2 .news_grid_info{
		padding-top:70px;
	}
	.request_free_02 .left-image img {
		height: auto;
		padding-top: 80px;
	}
	.hm2slider .slider_content h3 {
		font-size: 35px;
	}
	.header2 .top-line-right .top-info:before{
		display:none;
	}
	/* home page 3 css */
	.header3 .tt-header {
		top: 152px;
	}
	.header3 .tt-header.stick {
		top: 0px;
	}
	.slider3 .tt-mslide-entry{
		padding-bottom:160px;
	}
	.header4 .tt-header {
		top: 49px;
	}
	.header4 .tt-header{
		background: transparent;
		border-bottom: 1px solid #56668b;
	}
	.header4 .tt-header.stick{
		border-bottom:0;
	}
	.header4 .tt-header .top-inner:before, .header4 .tt-header .top-inner:after{
		background:transparent;
	}
	.header4 .header-top{
		position: absolute;
		overflow: hidden;
		z-index: 9;
		width: 100%;
	}
	.header4 .tt-header.stick{
		background:#fff;
		border-bottom:0;
	}
	/* home page 5 css */
	.border-left22 h5 {
		font-size: 16px;
	}
	.header5 .header-right-info ul li .single-header-right-info {
		padding-right: 38px;
	}
	.header5 .header-right-info .top-social{
		display:block;
	}
	.slider_form_05 {
		position: absolute;
		top: 32px;
		z-index: 9;
		right: 0;
	}
	.slider5 .slider_content {
		width: 100%;
	}
	.overview img {
		width: 100%;
	}
}

@media(max-width:767px){
	.xs-80{
		height:80px;
	}
	.xs-70{
		height:70px;
	}
	.xs-60{
		height:60px;
	}
	.xs-50{
		height:50px;
	}
	.xs-40{
		height:40px;
	}
	.xs-30{
		height:30px;
	}
	.xs-25{
		height:25px;
	}
	.xs-20{
		height:20px;
	}
	.xs-15{
		height:15px;
	}
	.xs-10{
		height:10px;
	}
	
	.tt-footer-inner {
		text-align: left;
		padding-bottom: 10px;
  }
  .tt-foooter-title:after {
    margin-right: auto;
  }
  .tt-copy-right, .tt-copy-left {
    text-align: left;
  }
  
  .request_free .left-image{
		position:relative;
		width:100%;
		padding:15px;
		padding-bottom:0;
		padding-top: 50px;
  }
  .request_free .right_content {
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}
	.cellpadding {
		padding: 50px 0;
	}
	.request_free .left-image img {
		height: auto;
	}
	.slider1 .slider_content {
		width: 100%;
		float: none;
	}
	.header-right-info ul li:last-child {
		padding-right: 0;
		margin-bottom: 0px;
	}
	.logo {
		margin-top: 0;
		margin-bottom: 25px;
	}
	.our_projects .tt-title{
		text-align:center;
	}
	.our_projects .simple-text p{
		text-align:center;
	}
	.our_projects .button1 {
		float: none;
	}
	.tt-title{
		text-align:center;
	}
	.simple-text p{
		text-align:center;
	}
	.about_sec .wrapper-inner-tab-backgrounds-first{
		margin-top:25px;
		margin-bottom: 30px;
	}
	.about_sec .sim-button{
		float:none;
	}
	.about_sec.cellpadding {
		padding-top: 50px;
	}
	.header_top {
		padding-bottom: 28px;
		display:none;
	}
	.main-logo{
		display:none;
	}
	.header-right-info ul li {
		margin-bottom: 25px;
	}
	
	.request_free .right_content .tt-title {
		text-align: left;
	}
	.tt-footer .tt-footer-inner .simple-text p{
		text-align: left;
	}
	.welcome_sec .image{
		margin-top: 90px;
	}
	.welcome_sec h1{
		text-align:center;
		width: 100%;
	}
	.welcome_sec .content {
		padding-top: 0px;
		padding: 0 15px;
	}
	.our_experts .simple-text p{
		width:100%;
		    padding: 0 15px;
	}
	.quality_policy .content {
		padding: 15px;
	}
	.extra_cellpadding {
		padding: 40px 0;
		padding-bottom: 50px;
		padding-top: 30px;
	}
	.welcome_sec .sim-button{
		float:none;
	}
	.tt-small-title{
		text-align: center;
		margin-left: 0;
	}
	.welcome_sec .image img{
		margin:0 auto;
	}
	.we_are_expert .left_img {
		float: none;
		width: 100%;
	}
	.we_are_expert .right_img{
		display:none;
	}
	
	.we_are_expert .tt-sub-title{
		text-align: center;
	}
	.we_are_expert .left_img img {
		height: auto;
		object-fit: cover;
		padding: 0 15px;
		padding-bottom: 30px;
	}
	.we_are_expert .left_img{
		padding:0;
	}
	.tt-small-title:before{
		display:none;
	}
	.service_sec .upper_section p {
		width: 100%;
		padding: 0 15px;
	}
	.service_sec .content .simple-text p{
		text-align:left;
	}
	.service_sec .single_service img{
		width:100%;
	}
	
	.faq_section .tt-title{
		text-align:left;
	}
	.faq_section .simple-text p {
		text-align: left;
	}
	.faq_section .tt-panel{
		padding: 30px 10px;
	}
	.faq_form .tt-submit-form{
		padding:0 15px;
	}
	.pageErroreTitle .as {
		font-size: 100px;
		line-height: 60px;
	}
	.pageErroreTitle p {
		font-size: 30px;
		line-height: 40px;
	}
	.pageErroreTitle span {
		font-size: 20px;
		line-height: 30px;
	}
	.pageErroreTitle .cell-view {
		height: 600px;
	}
	.maintenance .maintenance_text h1 {
		font-size: 50px;
	}
	.pageErroreTitle1 .cell-view {
		width: auto;
		display: block;
	}
	.barfiller {
		width: auto;
	}
	.maintenance_text {
		padding: 50px 0;
	}
	.commingTitle .as {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	.timerWrapper .timer {
		font-size: 25px;
		top: 0;
	}
	.timerWrapper {
    text-align: center;
    margin-bottom: 0;
}
.commingWrapper p{
	width:100%;
}
.timerWrapper .timerBlock {
    border: 0;
    background: transparent;
	min-width: auto;
    min-height: auto;
	padding: 25px 20px;
    overflow: hidden;
	margin: 0;
}
.commingWrapper .cell-view{
	width:100%;
	display:block;
}
.timerWrapper .timerBlock span {
    font-size: 10px;
    bottom: 12px;
}
.comming_shadow{
	padding:70px 0;
	    padding-top: 50px;
}
.commingWrapper .cell-view {
    height: 600px;
}
.commingDescription form .simple-input {
	max-width: 100%;
        width: 100%;
    margin: 0 auto;
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}
.commingWrapper form {
    margin: 0 auto;
    width: 100%;
}
.commingWrapper .sim-button{
	text-align: center;
    margin: 0 auto;
    float: none;
    display: grid;
}
.blog2_column .completeblog{
	margin-bottom: 120px;
	
}
.blog_withoutsidebar .completeblog{
	margin-bottom:120px;
}
.blogdetails .blog-content .simple-text p{
	text-align:left;
}
.commentsForm form{
	padding: 52px 30px 93px 30px;
}
.commentBlock li ul li .comment {
    padding-left: 50px;
}
.testimonial_sec .image{
	width:100%;
}
.testimonial_sec .image img{
	margin:0 auto;
	margin-bottom:15px;
}
.testimonial_sec .content {
    display: block;
    vertical-align: middle;
    text-align: center;
}
.testimonial_sec .simple-text p{
	padding:0px 15px;
}
.getAquote_form .image img{
	margin:0 auto;
}
.getAquote .tt-title{
	text-align:left;
}
.getAquote_form .simple-text p{
	text-align:left;
}
.contact_us h5{
	margin-bottom:30px;
}
.contact_us .last h5{
	margin-bottom:0px;
}
.banner {
    
    padding-top: 170px;
    padding-bottom: 100px;
}
.our_projects .button6 {
    float: none;
}
.what_clientsay .tt-tittle{
	text-align:center;
	    padding-left: 0;
}
.what_clientsay .owl-three .image {
    float: none;
    padding-right: 0;
    margin-top: 5px;
    text-align: center;
	margin-bottom:20px;
}
.what_clientsay .owl-three .owl-item img{
	margin:0 auto;
}
.what_clientsay .large-12 {
    margin-top: 0;
}
.what_clientsay .test-right .icon{
	text-align:center;
}
.what_clientsay .owl-three h4{
	float:none;
	text-align:center;
	margin-top: 10px;
}
.what_clientsay .test-right {
    margin-left: 0;
}
.what_clientsay .owl-three .image::after, .what_clientsay .owl-three .image::before{
	display:none;
}
.what_clientsay .owl-three .owl-nav {
    position: relative;
    top: 0;
    right: 0;
	margin: 0 auto;
    text-align: center;
	 margin-top: 18px;
}
.what_clientsay .owl-three .owl-nav [class*=owl-]{
	margin:0 auto;
	display:inline-block;
	position:relative;
}
.what_clientsay .owl-three .owl-nav .owl-prev{
	right:4px;
}
.what_clientsay .owl-three .owl-nav .owl-next{
	left:4px;
}
.testi1 .image{
	margin-top:20px;
}
.testimonial_sec .icon{
margin-top:0;
}

/* project details css*/
.project_details .simple-text p{
	text-align:left;
}
.project_details .tt-title{
		text-align:left;
}
.related_projects .simple-text p{
	width:100%;
	padding: 0 15px;
}
/*home page 2 css */
.header2 .top-line{
	display:none;
}

.request_free_02 .right_content{
	padding-bottom:90px;
	margin-bottom:0;
}
.latest_news2 .simple-text p{
	width:100%;
	padding:0 15px;
}
.hm2projects .simple-text p {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.services_02 .single_service .content h4{
	text-align:center;
}
.services_02 .content_01 .simple-text p {
    width: 100%;
    margin: 0 auto;
	padding: 0 15px;
}
.hm2slider .tt-mslide-entry:before{
	width:100%;
	background:rgba(0, 26, 87, 0.4); 
}
.client_say.cellpadding{
	padding-bottom:0;
}
.request_free_03 .simple-text p{
	width:100%;
	padding:0 15px;
}
.tt-news .simple-text p{
	text-align:left;
}
.tt-news img{
	width:100%;
}
.portfolio5 .tt-title{
	text-align:left;
}
.about_us_03 img{
	margin:0 auto;
}
.about_us_03 blockquote{
	margin-left:0;
}
.header3 .top-info{
	display:none;
}
.header4 .header_top_inner{
	display:none;
}
.our_projects_04 .viewmore{
	float:none;
}
.our_projects_04 .btn_01{
	text-align:center;
}
.hm4slider .tt-mslide-title p{
	width:100%;
}
.hm4slider .tt-mslide-entry {
    height: 600px;
    padding-bottom: 105px;
}
.client_say_05 .tt-testimonial .simple-text p{
	text-align:center;
}
.our_projects_05 .viewmore{
	float:none;
}
.our_projects_05 .btn_01{
	text-align:center;
}
.service_sec_05 .viewmore{
	float:none;
}
.service_sec_05 .btn_01{
	text-align:center;
}

.border-left22 {
    border-right: 0;
    border-bottom: 1px solid #3557a6;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.border-left22.last{
	margin-bottom: 0px;
	border-bottom: 0;
    padding-bottom: 0px;
}

.slider_form_05 {
    position: relative;
    top: 80px;
    z-index: 9;
    right: 0;
    height: 100%;
    margin-bottom: 80px;
}
.slider5 .tt-mslide-entry{
	display:none;
}

.slider_form_05 {
    padding: 35px 30px 80px 30px;
}
.slider1 .tt-mslide-entry{
	background-position: right;
	
}
.slider1 .tt-mslide-entry:before{
	    background: rgba(241, 241, 241, 0.35);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	content:'';
}
.slider1.hm2slider .tt-mslide-entry:before{
	background: rgba(0, 26, 87, 0.60);
}
.slider1.slider3 .tt-mslide-entry:before{
	background: rgba(0,0,0,0.45);
}
.slider1.hm4slider .tt-mslide-entry:before{
	background: rgba(0, 26, 87, 0.45);
}
.service_details .listing{
	margin-top:0px;
}
.google-maps {
	padding-bottom: 40%; 
}
.overview .simple-text p {
    text-align: left;
}
.company_stablish .simple-text p {
    text-align: left;
}
.company_stablish .service-tab-box{
	padding:15px;
}
.new_openings .tt-title{
	text-align:left;
}
.client_carousel .item{
	height:auto;
}
	.tt-footer ul.tt-socail {
		padding: 0;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.tt-footer .address {
		margin-bottom: 30px;
	}
	.section_21 .image{
		margin-top:30px;
	}
	.latest_news2.latest_news4 {
		padding-top: 50px;
	}
}

@media(min-width:616px) and (max-width:767px){
	.tt-header{
		top: 0;
	}
	
}


@media(max-width:615px){
	.header-right-info ul li {
		width: 100%;
	}
	.portfolio.portfolio4 .col-xs-6{
		width: 100%;
	}
}

@media(max-width:550px){
	.service_sec .col-xs-6{
		width:100%;
	}
	.service-tab-box .tab-menu li span{ 
		padding: 13px 15px 13px;
	}
	.contact_form h4 {
		font-size: 30px;
	}
}






@media(max-width:500px){
	.latest_news .col-xs-6{
		width:100%;
	}
	.news_box_item .news_image img{
		width:100%;
	}
	.our_experts .col-xs-6{
		width:100%;
	}
	.comment .imgWrapper {
		position: relative;
		margin-bottom: 20px;
	}
	.comment .commentContent{
		padding-left:0;
	}
	.comment .commentTime{
		padding-left:0;
	}
	.comment {
		position: relative;
		padding: 25px 25px 20px 25px;
	}
	.commentBlock li ul li .comment {
		padding-left: 50px;
	}
	.getAquote_form {
		background: #f1f1f1;
		padding: 25px;
	}
	.portfolio .portfolio-items .col-xs-6{
		width:100%;
	}
	.portfolio .budget_1 .list-inline>li{
		display:block;
		line-height: 30px;
	}
	.tt-mslide-entry {
		height: 475px;
		padding: 50px 0;
		vertical-align: middle;
		padding-bottom: 0;
	}
	/* project details css*/
	.related_projects .col-xs-6{
		width:100%;
	}
	.latest_news_03 .col-xs-6{
		width:100%;
	}
	.slider3 .tt-mslide-entry{
		padding-bottom:45px;
	}
}

@media only screen and (max-width: 700px) and (min-width: 591px){
.wrap-testimonial #testimonial-carousel {
    padding: 0px 0px;
    top: 170px;
}
}
@media only screen and (max-width: 590px) and (min-width: 480px){
.wrap-testimonial #testimonial-carousel {
    padding: 0px 0px;
   top: 185px;
}
}
@media(max-width:650px){
	.company_hostory .col-xs-3, .company_hostory .col-xs-9{
		width:100%;
	}
	.tm-ourhistory .tm-ourhistory-right{
		padding-left:15px;
	}
	.tm-ourhistory .label {
		display: block;
		font-size: 22px;
		font-weight: 600;
		color: #fff;
		margin-top: 0;
		background: #001a57;
		padding: 10px 0;
		width: 120px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.tm-ourhistory .title{
		text-align:center;
	}
	.tm-ourhistory .tm-ourhistory-right:before{
		display:none;
	}
	.tm-ourhistory .tm-ourhistory-right:after{
		display:none;
	}
}
@media(max-width:480px){
	.service-tab-box .tab-menu li{
		width:100%;
	}
	.blogs .date h5{
		font-size:20px;
	}
	.blogs .date span{
		font-size:15px;
	}
	.blog_withoutsidebar .blogs .date{
		top:10px;
		left:10px;
		
	}
	.blogs .date{
		width: 60px;
		height: 60px;
		padding: 6px 13px 15px 13px;
		
	}
}

@media only screen and (max-width: 479px){
.wrap-testimonial #testimonial-carousel {
    padding: 0px 0px;
    top: 215px;
}
}
@media only screen and (max-width:414px){
.wrap-testimonial #testimonial-carousel {
    padding: 0px 0px;
    top: 250px;
}
.tt-mslide-title h3{
	font-size:35px;
}
.tt-accordeon-title:after {
    margin-top: -26px;
    width: 40px;
    height: 51px;
    padding: 14px;
    padding-top: 16px;
    color: #ffff;
}
.maintenance .maintenance_text h1 {
    font-size: 40px;
}

.commingTitle .as{
	margin-bottom: 20px;
}
.comming_shadow {
    padding: 10px 0;
	    padding-top: 40px;
}
.banner_title{
	font-size: 32px;
}
.header-right-info ul li{
		padding-right:0;
	}
.testimonial_sec .content h3{
	font-size:24px;
}
.strip_01 h2 {
    font-size: 30px;
    line-height: 38px;
    padding: 0 15px;
}
.about_us_03 blockquote {
    padding: 16px 40px 0px 70px;
	margin-left: 0;
}
.slider_form_05 .tt-title{
	font-size:25px;
}
.slider_form_05 .sim-button {
    width: 100%;
}
.company_stablish h1{
	font-size:30px;
}
.overview h1{
	font-size:30px;
	line-height:26px;
}
.apply_now_form .sim-button {
    width: 100%;
}
.about_sec h1{
	font-size:30px;
}
.quality_policy h1{
	font-size:30px;
}
.about_us_03 .tt-title{
	font-size:30px;
}
.welcome_sec h1{
	font-size:30px;
	line-height:35px;
}
}

@media(max-width:400px){
	.slider_content .bluebtn {
		margin-left: 0;
		clear: both;
		margin-top: 15px;
	}
	.slider3 .wrapper-inner-tab-backgrounds-first{
		width:100%;
	}
	.slider3 .slider_content .sim-button {
		float: none;
		margin: 0 auto;
		margin-top: 15px;
	}
}

@media(max-width:343px){
	.commingWrapper .cell-view{
height:740px;
}
	.comming_shadow{
		    padding-top: 30px;
	}
	
	
}


@media(max-width:370px){
	.latest_news2 .news_grid1{
		height:335px;
	}
	.latest_news2 .news_grid2{
		height:335px;
	}
	.latest_news2 .news_grid3{
		height:335px;
	}
	.latest_news2 .news_grid_info{
		height:335px;
	}
	
	
}

@media(max-width:360px){
	.error_page .error .button1{
		width:100%;
	}
}




@media(max-width:320px){
	.header-right-info ul li{
		padding-right:0;
	}
	.wrap-testimonial #testimonial-carousel {
		padding: 0px 0px;
		top: 320px;
	}
	.company_hostory .company_detail .content {
		padding: 15px;
	}
	.error_page .error .button6 {
		width: 96%;
	}
	.pageErroreTitle .cell-view {
		height: 600px;
		width: 100%;
		display: block;
	}
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');src:url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
 -webkit-animation-duration: .75s;
 animation-duration: .75s;
}
 @-webkit-keyframes bounce {
 from, 20%, 53%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 40%, 43% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 70% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -4px, 0);
 transform: translate3d(0, -4px, 0);
}
}
 @keyframes bounce {
 from, 20%, 53%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 40%, 43% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 70% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -4px, 0);
 transform: translate3d(0, -4px, 0);
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
 @-webkit-keyframes flash {
 from, 50%, to {
 opacity: 1;
}
 25%, 75% {
 opacity: 0;
}
}
 @keyframes flash {
 from, 50%, to {
 opacity: 1;
}
 25%, 75% {
 opacity: 0;
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
 @keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
 @-webkit-keyframes rubberBand {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 30% {
 -webkit-transform: scale3d(1.25, 0.75, 1);
 transform: scale3d(1.25, 0.75, 1);
}
 40% {
 -webkit-transform: scale3d(0.75, 1.25, 1);
 transform: scale3d(0.75, 1.25, 1);
}
 50% {
 -webkit-transform: scale3d(1.15, 0.85, 1);
 transform: scale3d(1.15, 0.85, 1);
}
 65% {
 -webkit-transform: scale3d(.95, 1.05, 1);
 transform: scale3d(.95, 1.05, 1);
}
 75% {
 -webkit-transform: scale3d(1.05, .95, 1);
 transform: scale3d(1.05, .95, 1);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
 @keyframes rubberBand {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 30% {
 -webkit-transform: scale3d(1.25, 0.75, 1);
 transform: scale3d(1.25, 0.75, 1);
}
 40% {
 -webkit-transform: scale3d(0.75, 1.25, 1);
 transform: scale3d(0.75, 1.25, 1);
}
 50% {
 -webkit-transform: scale3d(1.15, 0.85, 1);
 transform: scale3d(1.15, 0.85, 1);
}
 65% {
 -webkit-transform: scale3d(.95, 1.05, 1);
 transform: scale3d(.95, 1.05, 1);
}
 75% {
 -webkit-transform: scale3d(1.05, .95, 1);
 transform: scale3d(1.05, .95, 1);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}
 @-webkit-keyframes shake {
 from, to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
}
 @keyframes shake {
 from, to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}
 @-webkit-keyframes headShake {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 6.5% {
 -webkit-transform: translateX(-6px) rotateY(-9deg);
 transform: translateX(-6px) rotateY(-9deg);
}
 18.5% {
 -webkit-transform: translateX(5px) rotateY(7deg);
 transform: translateX(5px) rotateY(7deg);
}
 31.5% {
 -webkit-transform: translateX(-3px) rotateY(-5deg);
 transform: translateX(-3px) rotateY(-5deg);
}
 43.5% {
 -webkit-transform: translateX(2px) rotateY(3deg);
 transform: translateX(2px) rotateY(3deg);
}
 50% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes headShake {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 6.5% {
 -webkit-transform: translateX(-6px) rotateY(-9deg);
 transform: translateX(-6px) rotateY(-9deg);
}
 18.5% {
 -webkit-transform: translateX(5px) rotateY(7deg);
 transform: translateX(5px) rotateY(7deg);
}
 31.5% {
 -webkit-transform: translateX(-3px) rotateY(-5deg);
 transform: translateX(-3px) rotateY(-5deg);
}
 43.5% {
 -webkit-transform: translateX(2px) rotateY(3deg);
 transform: translateX(2px) rotateY(3deg);
}
 50% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}
 @-webkit-keyframes swing {
 20% {
 -webkit-transform: rotate3d(0, 0, 1, 15deg);
 transform: rotate3d(0, 0, 1, 15deg);
}
 40% {
 -webkit-transform: rotate3d(0, 0, 1, -10deg);
 transform: rotate3d(0, 0, 1, -10deg);
}
 60% {
 -webkit-transform: rotate3d(0, 0, 1, 5deg);
 transform: rotate3d(0, 0, 1, 5deg);
}
 80% {
 -webkit-transform: rotate3d(0, 0, 1, -5deg);
 transform: rotate3d(0, 0, 1, -5deg);
}
to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}
}
 @keyframes swing {
 20% {
 -webkit-transform: rotate3d(0, 0, 1, 15deg);
 transform: rotate3d(0, 0, 1, 15deg);
}
 40% {
 -webkit-transform: rotate3d(0, 0, 1, -10deg);
 transform: rotate3d(0, 0, 1, -10deg);
}
 60% {
 -webkit-transform: rotate3d(0, 0, 1, 5deg);
 transform: rotate3d(0, 0, 1, 5deg);
}
 80% {
 -webkit-transform: rotate3d(0, 0, 1, -5deg);
 transform: rotate3d(0, 0, 1, -5deg);
}
to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
 @-webkit-keyframes tada {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 10%, 20% {
 -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
 @keyframes tada {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 10%, 20% {
 -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
 from {
 -webkit-transform: none;
 transform: none;
}
 15% {
 -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
 transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
 30% {
 -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
 transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
 45% {
 -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
 transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
 60% {
 -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
 transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
 75% {
 -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
 transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes wobble {
 from {
 -webkit-transform: none;
 transform: none;
}
 15% {
 -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
 transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
 30% {
 -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
 transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
 45% {
 -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
 transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
 60% {
 -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
 transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
 75% {
 -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
 transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
	-webkit-transform: none;
	transform: none;
}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}
 @-webkit-keyframes jello {
 from, 11.1%, to {
 -webkit-transform: none;
 transform: none;
}
 22.2% {
 -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
 transform: skewX(-12.5deg) skewY(-12.5deg);
}
 33.3% {
 -webkit-transform: skewX(6.25deg) skewY(6.25deg);
 transform: skewX(6.25deg) skewY(6.25deg);
}
 44.4% {
 -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
 transform: skewX(-3.125deg) skewY(-3.125deg);
}
 55.5% {
 -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
 transform: skewX(1.5625deg) skewY(1.5625deg);
}
 66.6% {
 -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
 transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
 77.7% {
 -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
 transform: skewX(0.390625deg) skewY(0.390625deg);
}
 88.8% {
 -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
 transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
 @keyframes jello {
 from, 11.1%, to {
 -webkit-transform: none;
 transform: none;
}
 22.2% {
 -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
 transform: skewX(-12.5deg) skewY(-12.5deg);
}
 33.3% {
 -webkit-transform: skewX(6.25deg) skewY(6.25deg);
 transform: skewX(6.25deg) skewY(6.25deg);
}
 44.4% {
 -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
 transform: skewX(-3.125deg) skewY(-3.125deg);
}
 55.5% {
 -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
 transform: skewX(1.5625deg) skewY(1.5625deg);
}
 66.6% {
 -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
 transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
 77.7% {
 -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
 transform: skewX(0.390625deg) skewY(0.390625deg);
}
 88.8% {
 -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
 transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}
 @-webkit-keyframes bounceIn {
 from, 20%, 40%, 60%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(.97, .97, .97);
 transform: scale3d(.97, .97, .97);
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
 @keyframes bounceIn {
 from, 20%, 40%, 60%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(.97, .97, .97);
 transform: scale3d(.97, .97, .97);
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}
 @-webkit-keyframes bounceInDown {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0);
}
 75% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0);
}
to {
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes bounceInDown {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0);
}
 75% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0);
}
to {
	-webkit-transform: none;
	transform: none;
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
 @-webkit-keyframes bounceInLeft {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-3000px, 0, 0);
 transform: translate3d(-3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(25px, 0, 0);
 transform: translate3d(25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(5px, 0, 0);
 transform: translate3d(5px, 0, 0);
}
to {
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes bounceInLeft {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-3000px, 0, 0);
 transform: translate3d(-3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(25px, 0, 0);
 transform: translate3d(25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(5px, 0, 0);
 transform: translate3d(5px, 0, 0);
}
to {
	-webkit-transform: none;
	transform: none;
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
 @-webkit-keyframes bounceInRight {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(-25px, 0, 0);
 transform: translate3d(-25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(-5px, 0, 0);
 transform: translate3d(-5px, 0, 0);
}
to {
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes bounceInRight {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(-25px, 0, 0);
 transform: translate3d(-25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(-5px, 0, 0);
 transform: translate3d(-5px, 0, 0);
}
to {
	-webkit-transform: none;
	transform: none;
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
 @-webkit-keyframes bounceInUp {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 75% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0);
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
 @keyframes bounceInUp {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 75% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0);
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
 @-webkit-keyframes bounceOut {
 20% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 50%, 55% {
 opacity: 1;
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
to {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
}
}
 @keyframes bounceOut {
 20% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 50%, 55% {
 opacity: 1;
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
to {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}
 @-webkit-keyframes bounceOutDown {
 20% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}
}
 @keyframes bounceOutDown {
 20% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
 @-webkit-keyframes bounceOutLeft {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(20px, 0, 0);
 transform: translate3d(20px, 0, 0);
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}
}
 @keyframes bounceOutLeft {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(20px, 0, 0);
 transform: translate3d(20px, 0, 0);
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
 @-webkit-keyframes bounceOutRight {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(-20px, 0, 0);
 transform: translate3d(-20px, 0, 0);
}
to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}
}
 @keyframes bounceOutRight {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(-20px, 0, 0);
 transform: translate3d(-20px, 0, 0);
}
to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
 @-webkit-keyframes bounceOutUp {
 20% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}
}
 @keyframes bounceOutUp {
 20% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
 @-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
 @-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInDownBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes fadeInDownBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
 @-webkit-keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
 @-webkit-keyframes fadeInLeftBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes fadeInLeftBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
 @-webkit-keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
 @-webkit-keyframes fadeInRightBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes fadeInRightBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
 @-webkit-keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes fadeInUpBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes fadeInUpBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
 @-webkit-keyframes fadeOut {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
 @keyframes fadeOut {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOutDown {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
}
 @keyframes fadeOutDown {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
 @-webkit-keyframes fadeOutDownBig {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}
}
 @keyframes fadeOutDownBig {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
 @-webkit-keyframes fadeOutLeft {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
}
 @keyframes fadeOutLeft {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
 @-webkit-keyframes fadeOutLeftBig {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}
}
 @keyframes fadeOutLeftBig {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
 @-webkit-keyframes fadeOutRight {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
}
 @keyframes fadeOutRight {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
 @-webkit-keyframes fadeOutRightBig {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}
}
 @keyframes fadeOutRightBig {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
 @-webkit-keyframes fadeOutUp {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
}
 @keyframes fadeOutUp {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
 @-webkit-keyframes fadeOutUpBig {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}
}
 @keyframes fadeOutUpBig {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
 @-webkit-keyframes flip {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
 -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
 transform: perspective(400px) scale3d(.95, .95, .95);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
}
 @keyframes flip {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
 -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
 transform: perspective(400px) scale3d(.95, .95, .95);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}
 @-webkit-keyframes flipInX {
 from {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}
}
 @keyframes flipInX {
 from {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}
 @-webkit-keyframes flipInY {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}
}
 @keyframes flipInY {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}
 @-webkit-keyframes flipOutX {
 from {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 opacity: 1;
}
to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
}
}
 @keyframes flipOutX {
 from {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 opacity: 1;
}
to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
 @-webkit-keyframes flipOutY {
 from {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 opacity: 1;
}
to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
}
}
 @keyframes flipOutY {
 from {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 opacity: 1;
}
to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}
 @-webkit-keyframes lightSpeedIn {
 from {
 -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
 transform: translate3d(100%, 0, 0) skewX(-30deg);
 opacity: 0;
}
 60% {
 -webkit-transform: skewX(20deg);
 transform: skewX(20deg);
 opacity: 1;
}
 80% {
 -webkit-transform: skewX(-5deg);
 transform: skewX(-5deg);
 opacity: 1;
}
to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}
 @keyframes lightSpeedIn {
 from {
 -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
 transform: translate3d(100%, 0, 0) skewX(-30deg);
 opacity: 0;
}
 60% {
 -webkit-transform: skewX(20deg);
 transform: skewX(20deg);
 opacity: 1;
}
 80% {
 -webkit-transform: skewX(-5deg);
 transform: skewX(-5deg);
 opacity: 1;
}
to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
 @-webkit-keyframes lightSpeedOut {
 from {
 opacity: 1;
}
to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
}
}
 @keyframes lightSpeedOut {
 from {
 opacity: 1;
}
to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
 @-webkit-keyframes rotateIn {
 from {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, -200deg);
 transform: rotate3d(0, 0, 1, -200deg);
 opacity: 0;
}
to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}
 @keyframes rotateIn {
 from {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, -200deg);
 transform: rotate3d(0, 0, 1, -200deg);
 opacity: 0;
}
to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}
 @-webkit-keyframes rotateInDownLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}
 @keyframes rotateInDownLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
 @-webkit-keyframes rotateInDownRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}
 @keyframes rotateInDownRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
 @-webkit-keyframes rotateInUpLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}
 @keyframes rotateInUpLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
 @-webkit-keyframes rotateInUpRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -90deg);
 transform: rotate3d(0, 0, 1, -90deg);
 opacity: 0;
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}
 @keyframes rotateInUpRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -90deg);
 transform: rotate3d(0, 0, 1, -90deg);
 opacity: 0;
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
 @-webkit-keyframes rotateOut {
 from {
 -webkit-transform-origin: center;
 transform-origin: center;
 opacity: 1;
}
to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
}
}
 @keyframes rotateOut {
 from {
 -webkit-transform-origin: center;
 transform-origin: center;
 opacity: 1;
}
to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}
 @-webkit-keyframes rotateOutDownLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}
}
 @keyframes rotateOutDownLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
 @-webkit-keyframes rotateOutDownRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}
}
 @keyframes rotateOutDownRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
 @-webkit-keyframes rotateOutUpLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}
}
 @keyframes rotateOutUpLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
 @-webkit-keyframes rotateOutUpRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
}
}
 @keyframes rotateOutUpRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
 @-webkit-keyframes hinge {
 0% {
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 20%, 60% {
 -webkit-transform: rotate3d(0, 0, 1, 80deg);
 transform: rotate3d(0, 0, 1, 80deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 40%, 80% {
 -webkit-transform: rotate3d(0, 0, 1, 60deg);
 transform: rotate3d(0, 0, 1, 60deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 opacity: 1;
}
to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
}
}
 @keyframes hinge {
 0% {
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 20%, 60% {
 -webkit-transform: rotate3d(0, 0, 1, 80deg);
 transform: rotate3d(0, 0, 1, 80deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 40%, 80% {
 -webkit-transform: rotate3d(0, 0, 1, 60deg);
 transform: rotate3d(0, 0, 1, 60deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 opacity: 1;
}
to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
 transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes rollIn {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
 transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
 @keyframes rollOut {
 from {
 opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}
 @-webkit-keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
}
 @keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
 @-webkit-keyframes zoomInDown {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomInDown {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}
 @-webkit-keyframes zoomInLeft {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomInLeft {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}
 @-webkit-keyframes zoomInRight {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomInRight {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}
 @-webkit-keyframes zoomInUp {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomInUp {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}
 @-webkit-keyframes zoomOut {
 from {
 opacity: 1;
}
 50% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
to {
	opacity: 0;
}
}
 @keyframes zoomOut {
 from {
 opacity: 1;
}
 50% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
to {
	opacity: 0;
}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}
 @-webkit-keyframes zoomOutDown {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomOutDown {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}
 @-webkit-keyframes zoomOutLeft {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
	transform: scale(.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
}
 @keyframes zoomOutLeft {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
	transform: scale(.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}
 @-webkit-keyframes zoomOutRight {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
	transform: scale(.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
}
 @keyframes zoomOutRight {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
	transform: scale(.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}
 @-webkit-keyframes zoomOutUp {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomOutUp {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}
 @-webkit-keyframes slideInDown {
 from {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInDown {
 from {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
 @-webkit-keyframes slideInLeft {
 from {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInLeft {
 from {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
 @-webkit-keyframes slideInRight {
 from {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInRight {
 from {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
 @-webkit-keyframes slideInUp {
 from {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInUp {
 from {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
 @-webkit-keyframes slideOutDown {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
}
 @keyframes slideOutDown {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
 @-webkit-keyframes slideOutLeft {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
}
 @keyframes slideOutLeft {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
 @-webkit-keyframes slideOutRight {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
}
 @keyframes slideOutRight {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
 @-webkit-keyframes slideOutUp {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
}
 @keyframes slideOutUp {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
