@import "bootstrap.css";

::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 0
}

::-webkit-scrollbar-thumb:hover {
    background: #333
}

/*--common--*/
html,
body {
    font-family: "Roboto", sans-serif;
    font-size: 100%;
    background: #ffffff;
}

a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

p {
    margin: 0;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Roboto", sans-serif;
    color: #555;
    font-size: 0.9em;
    line-height: 2em;
    text-align: justify;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

input[type="button"],
input[type="submit"],
li.parallelogram {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.left {
    float: left;
}

.right {
    float: right;
}

.red,
form label.error {
    color: red;
}

.center {
    text-align: center;
}

.main-container {
    display: flex;
    flex-direction: column;
    min-height: 94vh;
}

/*-header-strip--*/
.header-strip {
    color: #555;
    padding: 0.5em 0;
    font-size: 0.875em;
    background: rgb(245, 235, 230);
}

.header-strip span {
    margin-right: 18px;
}

.header-strip span:last-child {
    margin-right: 0;
}

.header-strip span a {
    color: #555;
}

.header-strip span a:hover {
    color: #000;
}

/*-header--*/
.header-top {
    background-color: #14212b;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
a.active {
    color: #fff !important;
}

ul.nav.navbar-nav li a.active {
    color: #fff !important;
    background: none !important;
    border: 2px solid #999999;
    padding: 10px 15px !important;
}

.navbar-nav>li {
    float: left;
    margin-right: 30px;
}

.navbar-nav>li:nth-child(7) {
    margin-right: 0;
}

.navbar {
    position: relative;
    margin-bottom: 0;
    border: none;
    border-radius: 0px;
    float: right;
    padding: 1.2em 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
a.active {
    color: #999999 !important;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;

}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: none !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #e53935;
    text-decoration: none;
    border: 2px solid #fff;
}

.dropdown-menu {
    padding: 0px 0;
}

.dropdown-menu>li>a {
    padding: 10px 16px !important;
    font-size: 1em;
}

p.location {
    float: left;
    font-size: 0.875em;
    padding: 2px 20px 0 20px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0 !important;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border: 2px solid #fff;
}

/*-banner--*/
.banner {
    background: url(../../img/banner/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    padding: 3em 0;
}

.dg-container1 {
    color: #fff;
    height: 334px;
    padding: 30px;
    /*text-align:center;*/
    background: url('../../img/bg/1.png') repeat;
    background: rgba(255, 255, 255, 0.8);
}

.dg-container1 h2 {
    font-size: 2.1em;
    /*    text-transform: uppercase;
        font-weight: bold;    
        padding-left: 14px;
        margin-bottom: 0.5em;*/
}

.dg-container1 h4 {
    color: #e53935;
    font-weight: 600;
    font-size: 1.4em;
    text-transform: uppercase;
}

.dg-container1 p {
    color: #333;
    text-align: justify;
}

.dg-container1 a {
    margin: 1em 0;
}

.dg-container2 {
    position: relative;
}

.dg-wrapper {
    width: 230px;
    height: 334px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.dg-wrapper a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.dg-wrapper img {
    width: 260px;
    height: 334px;
    border: 1px solid #000;
}

.dg-wrapper a.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a img {
    display: block;
    width: 100%;
}

.dg-wrapper a div {
    font-style: italic;
    text-align: center;
    line-height: 50px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    color: #333;
    font-size: 16px;
    width: 100%;
    bottom: -55px;
    display: none;
    position: absolute;
}

.dg-wrapper a.dg-center div {
    display: block;
}

/*--about--*/
.about {
    background-color: #F6F6F8;
}

.review {
    background-color: #FFF8EE;
}

.review,
.about {
    padding: 5em 0;
}

.about img {
    width: 100%;
}

.ab-left {
    padding-left: 0;
}

.ab-right {
    text-align: left;
    padding: 10em 8em;
}

h2.tittle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1.4em;
    border-left: 8px solid #e53935;
    padding-left: 14px;
    margin-bottom: 0.5em;
    color: #14212b;
}

h2.tittle span {
    color: #e53935;
}

h2.hometittle {
    font-size: 58px;
    font-weight: 700;
    font-family: Philosopher, sans-serif;
    /* margin-bottom: 20px; */
    color: #333;
    text-align: center;
}

h4.hometittle {
    margin-top: 0.5em;
    text-align: center;
}

h2.hometittle span {
    color: #e53935;
}

p.hometittle {
    margin: 0 !important;
}
/*-- w3layouts --*/
/*-- agileits --*/
.btm-right {
    overflow: hidden;
    position: relative;
    display: block;
}

.btm-right img {
    width: 100%;
}

.btm-right .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -89%;
    right: 0;
    background-color: rgba(28, 167, 159, 0.54);
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btm-right:hover .captn {
    bottom: 0%;
}

.captn h4 {
    font-size: 2em;
    color: #fff;
    padding: 0.8em 0 0.2em;
    font-weight: 600;
}

.captn p {
    font-size: 2em;
    color: #fff;
}

.btm-right:hover .captn h4 {
    margin-top: 370px;
}

/*--//about--*/
.test-review h5 {
    font-size: 1.2em;
    color: #333;
    text-transform: none;
    margin-top: 1.2em;
    text-align: center;
}

.test-review a:hover h5 {
    color: #e53935;
}

.test-review img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -mox-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    width: 80%;
    border: none;
    border-right: 6px solid #1BAFA7;

}

.test-review p img {
    margin: 0 10px !important;
    box-shadow: none;
}

.test-review img {
    margin: 0 auto;
}

.banner-bottom {
    padding: 3em 0;
}

.notice-bottom {
    padding: 0.5em 0;
    background: #f8f8f8;
    -webkit-box-shadow: 0px 0px 5px 1px #999999;
    -moz-box-shadow: 0px 0px 5px 1px #999999;
    box-shadow: 0px 0px 5px 1px #999999;
}

.notice-bottom .owl-carousel .owl-wrapper-outer {
    margin: 0;
}

.notice-bottom p {
    font-weight: bold;
    text-align: center;
}

/*--treasure--*/
.treasure-section {
    padding: 5em 0;
    background: #f4f4f4;
}

.treasure-section .col-md-12 {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 1px 2px #9f9f9f;
}

/*--forum--*/
.forum-section {
    padding: 5em 0;
    background: #f4f4f4;
}

.forum-section .col-md-12 .tabs {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 1px 2px #9f9f9f;
}

/*--news--*/
.news-section {
    padding: 5em 0;
    background: #f4f4f4;
}

.news-right {
    padding-top: 3em;
}

.col-bottom h4 {
    color: #14212b;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 600;
}

.col-bottom p {
    color: #555;
    font-size: 1em;
    line-height: 1.5em;
    margin: 1em 0 0 0;
}

.col-bottom h5 {
    font-size: 1em;
    line-height: 1.9em;
    margin: 1em 0 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}

.col-bottom a:hover {
    color: #e53935;
}

/* Shutter In Horizontal */
/*-- w3layouts --*/
/*-- agileits --*/
a.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #333;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 0.7em 1em;
    color: #fff;
}

a.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e53935;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

a.hvr-shutter-in-horizontal:hover,
a.hvr-shutter-in-horizontal:focus,
a.hvr-shutter-in-horizontal:active {
    color: white;
}

a.hvr-shutter-in-horizontal:hover:before,
a.hvr-shutter-in-horizontal:focus:before,
a.hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.col-bottom {
    margin: 1.2em 0 1.2em 0;
}

.col-bottom.two {
    margin: 0 0 1.2em 0;
}

.col-news-top .date-in {
    overflow: hidden;
    position: relative;
    display: block;
}

.col-bottom a {
    margin: 1em 0;
    color: #e53935;
}

.col-bottom li {
    margin-top: 10px;
    font-size: 1em;
    line-height: 1.5em;
}

.col-news-top .date-in .month-in {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    background: rgba(16, 16, 16, 0.67);
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.col-news-top .date-in:hover .month-in {
    width: 100%;
}

.col-news-top .date-in .month-in label {
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    top: 44%;
    margin-top: -61px;
    position: absolute;
    left: 0;
    right: 0;
}

.col-news-top .date-in .month-in label .day {
    font-size: 3em;
    line-height: 102px;
    margin-bottom: -24px;
    font-weight: 400;
}

.col-news-top .date-in .month-in label .month {
    font-size: 14px;
    line-height: 14px;
}

.col-news-top .date-in .month-in label span {
    display: block;
}

span.like {
    font-size: 0.9em;
    color: #e53935;
    text-transform: capitalize;
    margin: 10px 0;
}

.news-left {
    margin-top: 2em;
}

.blog-pagenat {
    text-align: center;
    margin-top: 3em;
}

.blog-pagenat ul li {
    display: inline-block;
    list-style: none;
}

.blog-pagenat ul li a {
    background: none;
    padding: 8px 1.1em;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #e53935;
    font-weight: 400;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    border: 2px solid #e53935
}

.blog-pagenat ul li a:hover {
    background: #e53935;
    color: #fff;
    border: 2px solid #e53935;
}

.blog-pagenat ul li a.last,
a.frist {
    background: #e53935 !important;
    color: #fff !important;
}

.single-top img {
    width: 100%;
}

.grid-single {
    width: 70%;
    margin: 1em auto;
}

.single-one {
    float: left;
    width: 33.3%;
    text-align: center;
}

.single-one span {
    color: #888;
    font-size: 1em;
}

.single-one span a {
    color: #888;
    text-decoration: none;
}

p.eget {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.8em;
    color: #888;
    padding: 1em 0;
}

ul.social-share {
    float: left;
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li span {
    color: #333;
    font-size: 1.2em;
    margin: 0 1em 0 0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

ul.social-share li i {
    background: url(../../img/icons.png)no-repeat -75px -1px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 12px;
    vertical-align: middle;
}

ul.social-share li i:hover {
    background: url(../../img/icons.png)no-repeat -75px -23px;
}

ul.social-share li i.tin {
    background: url(../../img/icons.png)no-repeat -98px -1px;
}

ul.social-share li i.tin:hover {
    background: url(../../img/icons.png)no-repeat -98px -23px;
}

ul.social-share li i.message {
    background: url(../../img/icons.png)no-repeat -124px -1px;
}

ul.social-share li i.message:hover {
    background: url(../../img/icons.png)no-repeat -124px -23px;
}

.top-comments h3,
.leave h3 {
    color: #333;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: uppercase;
}

.single-middle {
    background: #f4f4f4;
    padding: 1.5em;
}

i.arrow {
    background: url(../../img/icons.png)no-repeat -148px -1px;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: right;
    margin-top: 4px;
}

i.arrow:hover {
    background: url(../../img/icons.png)no-repeat -148px -23px;
}

.comments-top-top {
    background: #F4F4F4;
}

.men {
    background: #333;
    float: left;
    width: 9%;
    text-align: center;
    padding: 2em 0;
}

.men i {
    color: #fff;
    font-size: 2em;
}

p.men-it {
    float: left;
    width: 86%;
    margin: 0 0 0 2%;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.6em;
    color: #555;
    padding: 1.6em 0;
}

.met-in {
    margin: 0 0 0 3em;
}

.met {
    padding: 1em 0;
}

p.smith {
    float: left;
    padding: 0;
    font-size: 1em;
}

p.smith a {
    text-decoration: none;
    color: #e53935;
    font-weight: 500;
    font-size: 1.2em;
}

.code-in {
    padding: 0 0 0.5em;
}

p.smith span {
    font-weight: 400;
    padding: 0 2em;
    color: #9E9DA0;
    font-size: 0.9em;
}

.top-in {
    background: #F4F4F4;
}

p.reply {
    float: right;
    padding: 0;
    width: 17%;
    color: #362f2f;
    font-size: 1em;
}

p.reply a {
    text-decoration: none;
    color: #555;
}

p.reply a:hover {
    color: #e53935;
}

p.reply i {
    background: url(../../img/icons.png)no-repeat -174px -1px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: baseline;
}

p.reply i:hover {
    background: url(../../img/icons.png)no-repeat -174px -23px;
}

.custom-file-input {
    height: 49.59px;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Attachment';
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 10pt;
}

.single-us select {
    font-size: 1em;
    width: 100%;
    padding: 0.8em 1em;
    margin: 0.5em 0;
    background: #fff;
    outline: none;
    border: 1px solid #ddd;
    color: #888;
}

.single-us textarea {
    font-size: 1em;
    width: 100%;
    padding: 0.8em 1em;
    margin: 0.5em 0 0.3em 0;
    background: #fff;
    outline: none;
    border: 1px solid #ddd;
    color: #888;
    -webkit-appearance: none;
}

.single-us input[type="text"],
input[type="file"],
.leave textarea,
.leave input[type="submit"] {
    font-size: 1em;
    width: 100%;
    padding: 0.8em 1em;
    margin: 0.5em 0;
    background: #fff;
    outline: none;
    border: 1px solid #ddd;
    color: #888;
    -webkit-appearance: none;
}

.single-us label.error {
    font-weight: normal;
    font-size: 0.9em;
    text-align: left;
    display: none;
}

.leave input[type="submit"] {
    border: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.8em;
    display: inline-block;
    background: #e53935;
    margin: 0.5em 0 0 0;
    -webkit-appearance: none;
    width: 13%;
}

.leave input[type="submit"]:hover {
    background: #333;
}

.leave textarea {
    resize: none;
    width: 100%;
    margin: 0.5em 0em;
    height: 185px;
}

.top-comments {
    padding-top: 1em;
}

.leave {
    margin-top: 0.9em;
}

.post-details.s-page p {
    color: #555;
    line-height: 1.9em;
    font-size: 0.9em;
}

.news-section.single {
    background: #fff;
}

.post-details.s-page h2 {
    font-size: 1.6em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 1.2em 0 0.5em 0;
}

p.eget b {
    color: #333;
}

/*--typography --*/
.typography {
    padding: 5em 0;
}

.mb-60 {
    padding-left: 0;
}

.mb-60 h4 {
    margin: 36px 0 38px;
    font-size: 24px;
}

.tab-content {
    padding: 15px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    border-top: none;
}

.nav-tabs {
    border: none;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    background: #f8f8f8;
    margin-right: 3px;
    border: none;
    border-radius: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #555;
    padding: 12px 20px;
    -webkit-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;
}

.nav-tabs>li>a .fa {
    margin-right: 10px;
}

.nav-tabs>li.active>a {
    border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #e53935;
    border: none;
    border-radius: 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    color: #fff;
    background-color: #e53935;
}

.nav-tabs>li>a i {
    font-size: 32px;
    margin-right: 20px;
    vertical-align: middle;
}

.tab-content p {
    line-height: 2.2em;
    font-size: 14px;
    color: #777;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 0.9em;
    color: #555;
}

.grid_4 {
    background: #fff;
    padding: 0em 0em 0em 0em;
}

.grid_5 {
    background: #fff;
    padding: 1em 0 2em 0;
}

.grid_3.grid_4 {
    margin-top: 2em;
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    font-size: 1em;
    /*font-weight: 700;*/
    color: #555;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: none !important;
}

.table a:hover {
    color: #fff;
}

li.list-group-item1 {
    line-height: 2em;
    font-size: 0.9em;
    color: #555;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

h4.typ1 {
    margin-bottom: 15px;
}

h5.typ1 {
    margin-bottom: 15px;
}

.progress {
    height: 8px;
    box-shadow: none;
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #eeeeee;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #03a9f4;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-bar {
    box-shadow: none;
}

.progress-bar-primary {
    background-color: #03a9f4;
}

.progress-bar-info {
    background-color: #00bcd4;
}

.progress-bar-success {
    background-color: #8bc34a;
}

.progress-bar-warning {
    background-color: #ffc107;
}

.progress-bar-danger {
    background-color: #e51c23;
}

.progress-bar-inverse {
    background-color: #757575;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #5bb2fc !important;
    border-color: #5bb2fc !important;
}

.grid_3 p,
.page-header p {
    color: #888;
    font-size: 14px;
    line-height: 2em;
    margin: 1em 0 2em;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.breadcrumb li {
    font-size: 0.9em;
}

a.list-group-item {
    color: #555;
    font-size: 0.9em;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.nav-tabs {
    margin-bottom: 1em;
}

.alert {
    font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
    line-height: 1.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.bars {
    margin-bottom: 0.8em;
    color: #e53935;
}

li.list-group-item1 {
    line-height: 2.5em;
}

ol {
    margin-bottom: 44px;
}

ul {
    margin-top: 15px;
    padding-left: 40px;
}

.list-group {
    margin-bottom: 48px;
}

.input-group {
    margin-bottom: 20px;
}

/*--//typography--*/
/*--product-starts--*/
.product {
    padding: 5em 0;    
    background-color: #F6F6F8;
    /* background-image: linear-gradient(to bottom, #ffffff, #d3ecff, #82e1f3, #48d3b7, #6fbb5b); */
    /* background-image: linear-gradient(to bottom, #ffffff, #dfefff, #aae6f2, #87dac6, #94c786); */
    /*background: url(../../img/bg/2.jpg) no-repeat 0px 0px;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.product-left ul {
    padding: 0;
    margin-top: 9%;
}

.product-left ul li {
    list-style: none;
    line-height: 2.4em;
}

.product-left ul li i {
    padding-right: 10px;
    top: 3px;
}

.product-left ul li a {
    color: #555;
    font-size: 0.9em;
}

.product-left ul li a:hover {
    color: #e53935;
}

.panel {
    width: 229px;
    height: 298px;
    margin: auto;
    position: relative;
    background: none;
}

.card {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.front {
    z-index: 2;
}

.back {
    z-index: 1;
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.panel:hover .front {
    z-index: 1;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.panel:hover .back {
    z-index: 2;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}



.prdt {
    margin-top: 1%;
}

.prdt-left img {
    width: 100%;
}

.prdt-left p {
    line-height: 1.9em;
    margin-top: 10px;
    color: #555;
    font-size: 0.9em;
}

.prdt-left h4 {
    color: #14212b;
    font-size: 22px;
    margin: 17px 0 0 0;
}

.captn1 h5 {
    color: #fff;
    font-size: 22px;
    margin: 17px 0 0 0;
}

.btm-right1 {
    overflow: hidden;
    position: relative;
    display: block;
}

.btm-right1 img {
    /*width: 100%;*/
    /*width: 70%;*/
    margin: auto;
}

.btm-right1 .captn1 {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -74%;
    right: 0;
    background-color: rgba(28, 167, 159, 0.54);
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btm-right1:hover .captn1 {
    bottom: 0%;
}

.captn1 p {
    font-size: 2em;
    color: #fff;
}

.btm-right1:hover .captn1 h5 {
    margin-top: 95px;
}

/*--client--*/
#client {
    background: url(../../img/bottom.html) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*min-height:650px;*/
    text-align: center;
    padding: 4em 0;
}

.customer-say {
    /*padding-top:9em;*/
}

.quotes img {
    width: 100%;
    /*    border-radius: 50%;
    -webkit-border-radius: 50%;
    -mox-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;*/
}

.de_testi_by,
.de_testi_by a {
    color: #e53935;
    font-size: 0.9em;
}

.de_testi {
    margin: 0;
    border: none;
    padding: 3em 3em;
    background: #f4f4f4;
    font-style: normal;
    line-height: 1.6em;
    font-weight: 400;
    text-align: left;
    color: #555;
    font-size: 0.9em;
    box-shadow: 0px 1px 2px #9f9f9f;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.quotes {
    float: left;
    width: 15%;
}

.de_testi_by {
    float: right;
    width: 78%;
}

.de_testi_by p {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0.5em;
    white-space: pre-wrap;
    line-height: 1.5em !important;
}

.de_testi_by strong {
    font-size: 1.2em;
}

.de_testi_by span {
    color: #333;
    white-space: pre-wrap;
}

.de_testi_by span label {
    position: relative;
    vertical-align: middle;
    bottom: 2px;
}

.customer-grid {
    margin-top: 3%;
}

/*-- features --*/
.feature-grid-image img {
    width: 100%;
}

#services {
    background: #eaedf2;
}

.features h3 {
    font-size: 40px;
    margin-bottom: 50px;
}

.features p {
    margin-bottom: 50px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
}

.features-info {
    margin-top: 10px;
}

.feature-grid {
    padding: 6em 0em 6em 11em;
}

.feature {
    width: 49%;
    float: left;
    margin-right: 1%;
    padding: 10px 30px;
}

.features-item h4 {
    color: #e53935;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 600;
}

.features-item p {
    color: #555;
    font-size: 0.9em;
    line-height: 1.9em;
    margin: 0.5em 0 0 0;
}

.hi-icon-effect-9a .hi-icon:hover {
    box-shadow: 0 0 0 5px #EFA52C;
}

a.hi-icon img {
    margin: 22px 0 0;
}

.hi-icon-wrap {
    padding: 0;
}

/*-- gallery --*/
.gallery {
    padding: 4em 0;
}

.gallery-heading {
    text-align: center;
}

.gallery-grids {
    margin: 2em 0 0 0;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    height: auto;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h3 {
    word-spacing: -0.15em;
    font-weight: 300;
    margin: 0;
    text-align: left;
    font-size: 1.2em;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/


figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    -moz-transform: scale3d(1.05, 1.05, 1);
    -o-transform: scale3d(1.05, 1.05, 1);
    -ms-transform: scale3d(1.05, 1.05, 1)
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -mz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #e53935;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

#gallery {
    padding: 5em 0;
}

/*-- //gallery --*/
/*--timer--*/
.time-bg {
    background: url(../../img/office.html)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 500px;
    text-align: center;
}

p#demo {
    font-size: 3em;
    color: #e53935;
}

.time-bg h4 {
    font-size: 3em;
    color: #fff;
    padding: 4em 0 0.5em 0;
    font-weight: 600;
}

.time-bg h4 span {
    color: #e53935;
}

/*--//timer--*/
/*--banner-inner--*/
#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 44%;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 42px;
    height: 52px;
    background: transparent url("../../img/arrows.png") no-repeat left top;
    margin-top: 2%;
}

.callbacks_nav:hover {
    opacity: 0.5;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    left: 94%;
}

.callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: -0%;
}

.projects-inner {
    margin-top: 2em;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    display: block;
    bottom: -9%;
    z-index: 0;
    right: 7%;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 .3em;
}

/*----*/
.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 14px;
    width: 14px;
    display: inline-block;
    background: #F38329;
    border: none;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.callbacks_here a:after {
    background: #ffcc00;
}

.projects {
    padding: 5em 0;
}

.choose_right p {
    color: #fff;
    font-size: 0.9em;
    line-height: 1.9em;
    padding: 0 0%;
}

.choose_img h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    border-left: 6px solid #e53935;
    padding-left: 17px;
    line-height: 1.5em;
}

.choose_icon {
    margin-top: 2em;
}

.choose_icon:hover span {
    color: #fff;
}

.choose_left {
    float: left;
    width: 20%;
    height: 50px;
    margin-top: 0;
}

.choose_right {
    float: right;
    width: 78%;
}

.ban-text {
    padding: 0;
    background: #333;
}

.banner-slider {
    padding: 0;
}

.choose_left span {
    color: #e53935;
    font-size: 35px;
    top: 8px;
}

.choose {
    padding: 5.5em 2em;
}

/*-- contact-page --*/
h3.tittle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1.4em;
    border-left: 8px solid #e53935;
    padding-left: 14px;
}

h3.tittle.two {
    color: #fff;
    text-align: left;
}

.product-top h3 {
    font-size: 2.5em;
}

h3.tittle.three {
    margin-left: 2em;
}

/*----*/
input:focus~label.error,
textarea:focus~label.error,
input:valid~label.error,
textarea:valid~label.error {
    color: red;
}

input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label {
    font-size: 1em;
    color: #e53935;
    top: -2em;
    -webkit-transition: all 0.125s ease;
    transition: all 0.125s ease;
}

.styled-input {
    width:100%;
    margin: 2.2em 0 1em;
    position: relative;
}

.styled-input a {
    color: #e53935;
}

.styled-input a:hover {
    color: #555;
}

.forgot-password {
    font-size: 0.9em;
}

.styled-input label {
    color: #555;
    padding: 0.8em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
    font-weight: 400;
    font-size: 0.9em;
}

.styled-input.wide {
    width: 100%;
}

input,
textarea {
    padding: 1em 0.8em;
    border: 0;
    width: 100%;
    font-size: 0.9em;
    border-bottom: 1px solid #ddd;
    color: #444;
    background: none;
}

input~span,
textarea~span {
    display: block;
    width: 0;
    height: 2px;
    background: #e53935;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.125s ease;
    transition: all 0.125s ease;
    font-family: 'OpenSans-Regular';
}

input~span {
    bottom: 0;
}

textarea~span {
    bottom: 5px;
}

input:focus,
textarea:focus {
    outline: 0;
}

input:focus~span,
textarea:focus~span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
    font-family: 'OpenSans-Regular';
}

textarea {
    width: 100%;
    min-height: 7em;
    border-bottom: 1px solid #ddd;
    resize: none;
}

form {
    padding: 0 0;
}

form label.error {
    width: 100%;
    text-align: right;
}

#addNewsletter label.error {
    display: none;
    text-align: left;
}

.send input[type="submit"] {
    border: none;
    background: #e53935;
    cursor: pointer;
    border-radius: 0px;
    width: 100%;
    color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 0.7em 1em;
}

.send input[type="submit"]:hover {
    background: #333;
}

.map {
    margin-top: 4em;
}

.map iframe {
    height: 400px;
    border: none;
    width: 100%;
    margin-top: 15px;
}

.con-top ul li,
.con-top ul li a {
    display: block;
    line-height: 2em;
    font-size: 0.9em;
    color: #555;
    list-style: none;
}

.con-top ul li a {
    color: #e53935;
    text-decoration: none;
}

.con-top {
    margin-top: 2em;
    margin-top: 2em;
    float: left;
}

.con-top.two {
    margin-left: 3em;
}

#contact {
    padding: 5em 0;
}

div.login-account {
    padding: 5em 0;
    background: #f8f8f8;
}

div.register-account {
    padding: 5em 0;
    background: #f8f8f8;
}

div.login {
    padding: 2em;
    float: none;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.con-top h4,
h4.info {
    font-size: 1.4em;
    color: #e53935;
    font-weight: bold;
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

h4.info {
    font-size: 2em;
}

p.para1,
p.wel-text {
    color: #555;
    font-size: 0.9em;
    line-height: 1.9em;
}

p.wel-text {
    margin: 1em 0;
}

.contact-in {
    margin-top: 4em;
}

/*--footer--*/
/*--footer--*/
.footer {
    background: #14212b;
    padding: 1em;
    border-top: 1px solid #888;
}

.footer-top p {
    font-size: 0.9em;
}

.amet-sed h4 {
    margin: 0 0 0.7em;
    font-size: 1.6em;
    color: #fff;
    font-weight: 700;
    border-left: 6px solid #e53935;
    padding-left: 9px;
    text-transform: uppercase;
}

.amet-sed p {
    margin: 0 0 0.5em;
    color: #C1BFBF;
    line-height: 1.8em;
}

ul.social li {
    list-style: none;
    padding: 0.5em 0;
    font-size: 0.9em;
    color: #C1BFBF;
}

ul.social li i {
    display: inline-block;
    margin-right: 12px;
    color: #fff;
}

ul.social li a {
    text-decoration: none;
    font-size: 1em;
    color: #C1BFBF;
}

.amet-medium p a {
    color: #e53935;
    text-decoration: none;
}

.amet-medium p a:hover {
    color: #000;
}

.footer-class {
    color: #fff;
    text-align: center;
}

p.footer-class {
    font-size: 0.9em;
}

.footer-class a {
    text-decoration: none;
    color: #fff;
}

.footer-class a:hover {
    color: #e53935;
}

ul.social-icons2 li {
    display: inline-block;
}

ul.social-icons2 li a.tw,
ul.social-icons2 li a.fb,
ul.social-icons2 li a.gp,
ul.social-icons2 li a.in,
ul.social-icons2 li a.yt {
    width: 79px;
    height: 89px;
    display: block;
}

ul.social-icons2 li a.tw {
    background: url(../../img/tw.png)no-repeat 0px 0px;
}

ul.social-icons2 li a.fb {
    background: url(../../img/fb.png)no-repeat 0px 0px;
}

ul.social-icons2 li a.gp {
    background: url(../../img/gp.png)no-repeat 0px 0px;
}

ul.social-icons2 li a.in {
    background: url(../../img/in.png)no-repeat 0px 0px;
}

ul.social-icons2 li a.yt {
    background: url(../../img/yt.png)no-repeat 0px 0px;
}

ul.social-icons2 li a:hover {
    opacity: 0.8;
}

ul.social {
    display: block;
    padding: 0;
    margin: 1em auto 0;
}

ul.social li {
    display: block;
}

.support {
    padding: 1em 1em;
}

ul.social li a {
    margin-right: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}

.support input[type="text"] {
    width: 60%;
    padding: 12px;
    outline: none;
    webkit-appearance: none;
    border: 1px solid #ddd;
}

.support input[type="submit"] {
    background: #e53935;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #fff;
    text-transform: uppercase;
    padding: 12px;
    text-align: center;
    webkit-appearance: none;
    outline: none;
    width: 20%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.support input[type="submit"]:hover {
    background: #333;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 22px;
    border: none;
    text-indent: 100%;
    background: url(../../img/move-top.png) no-repeat 0px 0px;
}



@media (max-width: 1440px) {
    .logo a h1 {}
}

@media (max-width: 1366px) {
    .logo a h1 {}
}

@media (max-width:1280px) {

    /*    .navbar-nav > li {
        float: left;
        margin-right: 11px;
    }*/
    .logo a h1 {
        font-size: 2em;
        margin-left: 2em;
        padding-top: 4px;
    }

    .time-bg h4 {
        font-size: 2.5em;
        padding: 3em 0 0.5em 0;
    }

    .time-bg {
        min-height: 404px;
    }

    .ab-right {
        text-align: left;
        padding: 7em 7em;
    }

    .feature-grid {
        padding: 2em 0em 1em 0em;
    }
}

@media (max-width:1024px) {
    .logo a h1 {
        margin-left: 1em;
        padding-top: 3px;
        font-size: 1.9em;
    }

    .navbar-nav>li {
        float: left;
        margin-right: 6px;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 10px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 0.9em;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .test-review img {
        width: 30%;
        border: none;
        border-right: 6px solid #1BAFA7;
    }

    .logo a h1 {
        margin-left: 11px;
        padding-top: 9px;
        font-size: 1.5em;
    }

    h2.tittle {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 2.1em;
    }

    h3.tittle {
        font-size: 2.2em;
    }

    .feature-grid {
        padding: 4em 0em 4em 0em;
    }

    .features-item h4 {
        font-size: 1.1em;
    }

    .feature {
        width: 49%;
        float: left;
        margin-right: 1%;
        padding: 0px 7px;
    }

    .ab-right {
        text-align: left;
        padding: 6em 1em 3em 1em;
    }

    a.hi-icon img {
        margin: 19px 0 0;
        width: 45%;
    }

    .feature-grid {
        padding: 1em 0em 1em 0em;
    }

    .navbar-collapse {
        max-height: 340px;
        padding-right: 15px;
        padding-left: 15px;
        padding: 0;
    }

    .customer-say {
        padding-top: 6em;
    }

    #client {
        min-height: 580px;
    }

    .choose {
        padding: 2em 2em;
    }

    h3.tittle.new {
        font-size: 2em;
    }

    .product-left ul li i {
        padding-right: 4px;
        top: 3px;
    }

    .product,
    .typography,
    #gallery,
    .news-section,
    #contact,
    .projects {
        padding: 5em 0;
    }

    .choose_icon {
        margin-top: 0.83em;
    }

    .callbacks_nav.next {
        left: auto;
        background-position: right top;
        left: 92%;
    }

    .amet-sed h4 {
        margin: 0 0 0.7em;
        font-size: 1.7em;
    }

    .banner-bottom {
        padding: 5em 0 4em 0;
    }

    .choose {
        padding: 4em 3em;
    }

    .con-top.two {
        margin-left: 1em;
    }

    .btm-right .captn {
        bottom: -87%;
    }

    .captn h4 {
        font-size: 1.6em;
    }

    .btm-right:hover .captn h4 {
        margin-top: 243px;
    }

    .btm-right1 .captn1 {
        bottom: -67%;
    }

    .btm-right1:hover .captn1 h5 {
        margin-top: 72px;
    }

    .app-devices {
        width: 73%;
        margin: 30px 0 0 0;
    }
}

@media (max-width:991px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 0.8em;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar {
        width: 61%;
        float: right;
        padding: 1.7em 0;
    }

    .ab-right {
        text-align: left;
        padding: 4em 1em 3em 1em;
    }

    .feature-grid {
        padding: 4em 0em 4em 0em;
    }

    .feature {
        width: 49%;
        float: left;
        margin-right: 1%;
        padding: 0px 14px;
    }

    .col-news-right img,
    .col-news img {
        width: 100%;
    }

    .ab-left,
    .feature-grid-image {
        padding: 0 15px;
        width: 66%;
        margin: 0 auto;
    }

    .btm-right .captn {
        bottom: -89%;
    }

    .product-left ul {
        padding: 0;
        margin-top: -1%;
    }

    .prdt-left {
        float: left;
        width: 50%;
        padding-left: 0;
    }

    .customer-grid {
        margin-top: 1em;
        float: left;
        width: 50%;
    }

    .quotes {
        float: none;
        width: 20%;
        margin-top: 1em;
        margin: 0 auto;
    }

    .de_testi_by {
        float: none;
        width: 100%;
        text-align: justify;
    }

    .amet-sed.amet-medium {
        margin: 1.5em 0;
    }

    .con-top.two {
        margin-left: 0em;
    }

    .de_testi {
        margin: 0;
        border: none;
        padding: 2em 2em;
    }

    h3.tittle {
        font-size: 2em;
    }

    #client {
        min-height: 510px;
    }

    .customer-say {
        padding-top: 5em;
    }

    .ban-text {
        padding: 0;
        float: left;
    }

    .time-bg h4 {
        font-size: 2.5em;
        padding: 2em 0 0.5em 0;
        line-height: 1.7em;
    }

    .product-left ul {
        padding: 0;
        margin-top: 0%;
        margin-bottom: 4%;
    }

    .choose_icon {
        margin-top: 1.8em;
    }

    .support {
        margin: 0.5em 0em 0 0;
        padding: 1em 1em;
        width: 69%;
    }

    p#demo {
        font-size: 2.3em;

    }

    .banner-two {
        min-height: 200px;
    }

    p.location {
        font-size: 0.875em;
        width: 48%;
        margin-top: 2px;
    }

    .btm-right .captn {
        bottom: -92%;
    }

    .logo a h1 {
        margin-left: 123px;
        padding-top: 9px;
        font-size: 1.5em;
    }

    .navbar-nav>li {
        float: left;
        margin-right: 18px;
    }
}

@media (max-width:800px) {
    .leave input[type="submit"] {

        width: 17%;
    }

    .met-in {
        margin: 0 0 0 0em;
    }

    .navbar-nav>li {
        float: left;
        margin-right: 4px;
    }

    .logo a h1 {
        margin-left: 28px;
        padding-top: 9px;
        font-size: 1.5em;
    }
}

@media (max-width:768px) {
    .men {
        width: 9%;
        text-align: center;
        padding: 2.89em 0;
    }

    .logo a h1 {
        margin-left: 13px;
        padding-top: 9px;
        font-size: 1.5em;
    }
}

@media (max-width:736px) {
    .header-top .container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .logo {
        float: none;
        width: 100%;
        text-align: center;
    }

    .navbar {
        width: 100%;
        float: none;
        padding: 0.5em 0;
        text-align: center;
    }

    .navbar-default .navbar-toggle {
        border-color: #333;
    }

    .navbar-toggle {
        position: relative;
        float: none;
        padding: 9px 9px;
        margin-top: 8px;
        margin-right: 0 !important;
        margin-bottom: 8px;
        background-color: #333333;
        background-image: none;
        border: 1px solid #333333;
        border-radius: 0 !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #22BFB7;
        border: 1px solid #22BFB7;
    }

    .navbar-nav {
        margin: 0 1em;
        padding-bottom: 0.5em;
    }

    .navbar-nav>li {
        float: none;
        margin-right: 0;
        margin-top: 12px;
        display: block;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none !important;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 0.9em;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .logo a h1 {
        margin-left: 0;
        padding: 9px 0;
        font-size: 2em;
    }

    ul.dropdown-menu li {
        margin-top: 10px;
    }

    p.location {
        float: left;
        color: #999999;
        font-size: 0.875em;
        width: 44%;
        margin-top: 1px;
    }

    .banner-two {
        min-height: 150px;
    }

    .product,
    .typography,
    #gallery,
    .news-section,
    #contact,
    .projects {
        padding: 4em 0;
    }

    h2.tittle {
        font-weight: bold;
        font-size: 1.8em;
    }
}

@media (max-width:667px) {

    .product,
    .typography,
    #gallery,
    .news-section,
    #contact,
    .projects {
        padding: 3em 0;
    }

    .customer-say {
        padding-top: 4em;
    }

    .time-bg {
        min-height: 368px;
    }

    .support {
        margin: 0.5em 0em 0 0;
        padding: 1em 1em;
        width: 87%;
    }

    .support input[type="submit"] {
        border: 0;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        padding: 0.88em;
        width: 28%;
    }

    .support input[type="text"] {
        width: 71%;
        padding: 12px;
        font-size: 15px;
        text-align: left;
    }

    .leave input[type="submit"] {
        font-size: 1em;
        padding: 0.8em;
        margin: 0.5em 0 0 0;
        width: 29%;
    }

    h4.info {
        font-size: 1.8em;
    }

    .btm-right .captn {
        bottom: -87%;
    }

    .btm-right1 .captn1 {
        bottom: -84%;
    }
}

@media (max-width:640px) {
    .logo a h1 {
        margin-left: 0;
        padding: 9px 0;
        font-size: 1.8em;
    }

    .support {
        margin: 0.5em 0em 0 0;
        padding: 1em 1em;
        width: 87%;
    }

    .col-bottom h4 {
        font-size: 1.2em;
    }

    .ab-right {
        text-align: left;
        padding: 3em 1em 2em 1em;
    }

    h3.tittle.new {
        font-size: 1.8em;
    }

    .prdt-left {
        float: left;
        width: 100%;
        padding-left: 0;
        margin-bottom: 2em;
    }

    .prdt-left:nth-child(2) {
        margin-bottom: 0;
    }

    .test-review img {
        width: 45%;
        border: none;
        border-right: 6px solid #1BAFA7;
    }

    .post-details.s-page h2 {
        font-size: 1.4em;
        margin: 1.2em 0 0.5em 0;
        line-height: 1.6em;
    }

    h3.tittle {
        font-size: 1.8em;
    }

    .contact-in {
        margin-top: 2em;
    }

    .app-devices {
        width: 90%;
        margin: 30px 0 0 0;
    }
}

@media (max-width:600px) {
    .logo a h1 {
        margin-left: 0;
        padding: 9px 0;
        font-size: 1.8em;
    }

    .top-comments h3,
    .leave h3 {
        font-size: 1.6em;
    }

    .customer-say {
        padding-top: 2em;
    }

    .feature {
        width: 100%;
        float: left;
        margin-right: 0;
        padding: 0px 14px;
        margin-top: 3%;
    }

    .quotes {
        float: none;
        width: 33%;
        margin-top: 1em;
        margin: 0 auto;
    }

    .de_testi {
        margin: 0;
        border: none;
        padding: 1em 1em;
    }

    .amet-sed h4 {
        margin: 0 0 0.7em;
        font-size: 1.4em;
    }

    .map iframe {
        height: 300px;
        border: none;
        width: 100%;
        margin-top: 15px;
    }

    .app-devices {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .captn h4 {
        font-size: 1.4em;
    }
}

@media (max-width:480px) {
    h2.hometittle {
        font-size: 40px;
    }
    .logo a h1 {
        margin-left: 0;
        padding: 9px 0;
        font-size: 1.5em;
    }

    .men {
        width: 12%;
        padding: 4em 0;
    }

    .btm-right .captn {
        bottom: -85%;
    }

    .btm-right1 .captn1 {
        bottom: -77%;
    }

    h2.tittle {
        font-size: 1.6em;
    }

    .test-review img {
        width: 55%;
        border: none;
        border-right: 6px solid #1BAFA7;
    }

    .post-details.s-page h2 {
        font-size: 1.3em;
        font-weight: 600;
        text-transform: uppercase;
        margin: 1.2em 0 0.5em 0;
        line-height: 1.6em;
    }

    .support {
        margin: 0.5em 0em 0 0;
        padding: 1em 1em;
        width: 100%;
    }

    .support input[type="submit"] {
        border: 0;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        padding: 0.88em;
        width: 27%;
    }

    .grid figure h3 {
        word-spacing: -0.15em;
        font-weight: 300;
        margin: 0;
        text-align: left;
        font-size: 1em;
    }

    .grid figure p {
        letter-spacing: 1px;
        font-size: 64.5%;
    }

    .blog-pagenat ul li a {
        background: none;
        padding: 8px 0.9em;
    }

    .footer {
        padding: 2em 0;
    }

    p.location {
        float: left;
        color: #999999;
        font-size: 0.875em;
        width: 100%;
        margin-top: 1px;
        text-align: center;
    }

    p.login,
    p.register {
        float: none;
        text-align: center;
    }

    .con-top.two {
        margin-left: 0em;
        margin-top: 1em;
    }

    .btm-right:hover .captn h4 {
        margin-top: 120px;
    }

    .captn1 h5 {
        font-size: 17px;
        margin: 10px 0 0 0;
    }
}

@media (max-width:414px) {
    .banner-bottom {
        padding: 3em 0 2em 0;
    }

    h2.tittle {
        font-weight: bold;
        font-size: 1.3em;
    }

    .col-bottom h4 {
        font-size: 1em;
    }

    .features-item h4 {
        font-size: 1em;
    }

    .ab-right {
        text-align: left;
        padding: 2em 1em 0em 1em;
    }

    a.hvr-shutter-in-horizontal {
        padding: 0.5em 1em;
        font-size: 0.8em;
    }

    h3.tittle.three {
        margin-left: 0.5em;
    }

    .feature-grid {
        padding: 2em 0em 2em 0em;
    }

    .col-news-top .date-in .month-in label .day {
        font-size: 2em;
        line-height: 102px;
        margin-bottom: -24px;
        font-weight: 400;
    }

    .col-news-top .date-in .month-in label .month {
        font-size: 10px;
        line-height: 14px;
    }

    span.like {
        font-size: 0.87em;
        margin: 3px 0;
    }

    .col-bottom p,
    .features-item p,
    .product-left ul li a,
    .choose_right p,
    .footer-top p,
    p.footer-class,
    .post-details.s-page p,
    p.men-it {
        font-size: 0.835em;
    }

    .product-left.heading {
        padding: 0 5px;
    }

    h3.tittle.new {
        font-size: 1.2em;
    }

    .product-right.heading {
        padding: 0 5px;
    }

    h3.tittle {
        font-size: 1.3em;
    }

    .customer-grid {
        margin-top: 1em;
        float: left;
        width: 100%;
        padding: 0 5px;
    }

    #client {
        padding-bottom: 1em;
    }

    .contact-in {
        padding: 0 5px;
    }

    .callbacks_nav.next {
        left: auto;
        background-position: right top;
        left: 86%;
    }

    .choose {
        padding: 2em 1em;
    }

    .choose_left span {
        font-size: 26px;
        top: 8px;
    }

    .time-bg h4 {
        font-size: 1.9em;
        padding: 2em 0 0.5em 0;
        line-height: 1.7em;
    }

    p#demo {
        font-size: 1.7em;
    }

    .time-bg {
        min-height: 300px;
    }

    .support input[type="text"] {
        width: 100%;
        padding: 12px;
        font-size: 15px;
        text-align: left;
    }

    .support input[type="submit"] {
        border: 0;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        padding: 0.7em;
        width: 46%;
        margin: 0.5em 3.4em;
    }

    figure.effect-apollo p {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 2em;
        padding: 0 0.5em;
    }

    .product,
    .typography,
    #gallery,
    .news-section,
    #contact,
    .projects {
        padding: 2em 0;
    }

    .gallery-grids {
        margin: 1em 0 0 0;
    }

    .grid figure h3 {
        word-spacing: -0.15em;
        font-weight: 300;
        margin: 0;
        text-align: left;
        font-size: 0.9em;
    }

    .single-middle {
        padding: 0.5em;
    }

    p.smith a {
        font-size: 1em;
    }

    p.reply {
        float: right;
        padding: 0;
        width: 23%;
        font-size: 0.9em;
    }

    p.men-it {
        float: left;
        width: 72%;
    }

    .leave input[type="submit"] {
        font-size: 0.9em;
        padding: 0.8em;
        margin: 0.5em 0 0 0;
        width: 37%;
    }

    .top-comments h3,
    .leave h3 {
        font-size: 1.3em;
    }

    .men i {
        font-size: 1.5em;
    }

    .leave textarea {
        resize: none;
        width: 100%;
        margin: 0.5em 0em;
        height: 154px;
    }

    .single-us input[type="text"],
    .leave textarea,
    .leave input[type="submit"] {
        font-size: 0.9em;
        width: 100%;
        padding: 0.8em 0.8em;
    }

    .choose_img h3 {
        font-size: 25px;
    }

    .btm-right .captn {
        bottom: -83%;
    }

    .met-in {
        margin: 0 0 0 1em;
    }
}

@media (max-width:384px) {
    .time-bg h4 {
        font-size: 1.6em;
        padding: 1em 0 0.5em 0;
        line-height: 1.7em;
    }

    p#demo {
        font-size: 1.7em;
    }

    .time-bg {
        min-height: 228px;
    }

    .amet-sed {
        padding: 0 5px;
    }

    .choose_icon {
        margin-top: 0.5em;
    }

    .banner-two {
        min-height: 80px;
    }

    .blog-pagenat ul li a {
        background: none;
        padding: 9px 9px;
        font-size: 0.8em;
        margin-top: 0em;
    }

    .blog-pagenat {
        text-align: left;
        margin-top: 2em;
    }

    .support input[type="submit"] {
        border: 0;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        padding: 0.7em;
        width: 46%;
        margin: 0.5em 5.4em;
    }

    .post-details.s-page h2 {
        font-size: 0.9em;
    }

    .contact-grid {
        padding: 0 5px;
    }

    .styled-input {
        width: 100%;
        margin: 2em 0 0em;
        position: relative;
    }

    h4.info {
        font-size: 1.4em;
    }

    .map iframe {
        height: 200px;
        border: none;
        width: 100%;
        margin-top: 15px;
    }

    .btm-right .captn {
        bottom: -83%;
    }

    .captn h4 {
        font-size: 1.4em;
    }

    .btm-right:hover .captn h4 {
        margin-top: 130px;
    }

    .ab-left,
    .feature-grid-image {
        padding: 0 15px;
        width: 100%;
        margin: 0 auto;
    }

    .amet-sed h4 {
        margin: 0 0 0.7em;
        font-size: 1.2em;
    }
}

@media (max-width:320px) {
    h3.tittle.three {
        margin-left: 0.5em;
    }

    span.like {
        font-size: 0.65em;
        color: #e53935;
        text-transform: capitalize;
        margin: 3px 0;
    }

    .support input[type="submit"] {
        border: 0;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        padding: 0.7em;
        width: 46%;
        margin: 0.5em 3.9em;
    }

    .table>thead>tr>th,
    .table>tbody>tr>th,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>tbody>tr>td,
    .table>tfoot>tr>td {
        border-top: none !important;
        padding: 0 5px !important;
    }

    .gallery-grid {
        padding: 0 4px;
    }

    .col-news-right,
    .col-news {
        padding: 0 5px;
    }

    .blog-pagenat ul li a {
        background: none;
        padding: 7px 7px;
        font-size: 0.8em;
        margin-top: 0em;
    }

    .men {
        width: 21%;
        padding: 6.5em 0;
    }

    .map iframe {
        height: 200px;
        border: none;
        width: 100%;
        margin-top: 15px;
    }

    h3.tittle.new {
        font-size: 1.2em;
    }

    .choose_img h3 {
        font-size: 22px;
    }

    .time-bg h4 {
        font-size: 1.4em;
        padding: 1em 0 0.5em 0;
        line-height: 1.7em;
    }

    .time-bg {
        min-height: 178px;
    }

    p#demo {
        font-size: 1.3em;
    }

    .captn h4 {
        font-size: 1.2em;
    }
}

@media (max-width: 600px) {
    .callbacks_nav {
        top: 47%;
    }
}

@media (max-width:1024px) {
    .dg-container {
        height: 256px;
    }

    .dg-wrapper {
        zoom: 0.8;
        margin-top: 3%;
    }
}

@media (max-width:768px) {
    .dg-container {
        zoom: 0.6;
    }
}

@media (max-width:640px) {
    .dg-container {
        zoom: 0.5;
    }
}

@media (max-width:480px) {
    .dg-container {
        zoom: 0.37;
    }
}

@media (max-width:320px) {
    .dg-container {
        zoom: 0.24;
    }
}

<<<<<<< HEAD


/*audio-container*/

.audio-container {
    /*position: relative;*/
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f6f8f9;
    border-radius: 25px;
    padding: 10px 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 275px;
}

    .audio-container button {
      background: none;
      border: none;
      font-size: 18px;
      cursor: pointer;
      color: #e53935;
    }

.audio-container .time {
    font-size: 14px;
    min-width: 65px;
    text-align: center;
}

    .audio-container input[type="range"] {
      -webkit-appearance: none;
      appearance: none;
      height: 4px;
      border-radius: 2px;
      background: #f6f8f9;
      outline: none;
      cursor: pointer;
      border:none;
    }
    /* Track color */
    .audio-container input[type="range"]::-webkit-slider-runnable-track {
      background: #e53935;
      height: 4px;
      border-radius: 2px;
    }

    .audio-container input[type="range"]::-moz-range-track {
      background: #e53935;
      height: 4px;
      border-radius: 2px;
    }

/* Thumb color */
.audio-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #000;
    margin-top: -4px;
    /* center the thumb */
    cursor: pointer;
}

.audio-container input[type="range"]::-moz-range-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
}

.audio-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
}

.audio-container .progress {
    width: 100px;
    margin-bottom: 0px;
    box-shadow: none;
}

.audio-container .volume {
    width: 70px;
}


.download-pdf {
    display: block;
    background-color: #3a526c;
    line-height: 45px;
    padding: 0 19px;
    margin-bottom: 18px;
    border-radius: 4px;
    position: relative;
    color: #ffffff !important;
    letter-spacing: 0.2px;
    max-width: 185px;
}

.download-pdf:hover {
    background-color: #e53935;
}

.download-pdf:after {
    content: "\f1c1";
    font-family: 'FontAwesome';
    position: absolute;
    top: 1px;
    right: 19px;
}


.news-section {
    background-color: #F0FCFF;
    background-color: #f8f2f0;
}

.news-section .list-container {
    /*max-width: 800px;*/
    margin: 0 auto;
}

.news-section .list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 16px 24px;
    margin-top: 20px;
}

.review h2.tittle {
    border-left: 8px solid #ffdd03;
}

.news-section h2.tittle {
    border-left: 8px solid #e53935;
}

.news-section .list-text {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex: 1;
    font-size: 16px;
}

.news-section .list-text span {
    font-weight: bold;
    min-width: 30px;
}

.news-section .read-more-btn {
    /*background-color: #e539351c;
    color: #e53935;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    transition: background-color 0.3s;
    margin: 0;*/
    background-color: #ffecec;
    color: #e53935;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    transition: background-color 0.3s;
    margin: 0;
}

.news-section .read-more-btn:hover {
    /*background: #e53935;
        color: #fff;
        border-color: #e53935;*/
    background-color: #fddede;
    color: #e53935;
}

    .wpo-service-section-s4 .wpo-service-item.active,
    .wpo-service-section-s4 .wpo-service-item:hover {
        background: #14212b;
    }
    .wpo-service-section-s4 .wpo-service-item {
        padding: 30px;
        box-shadow: 0px 0px 20px 0px rgba(20, 33, 43, 0.1);
        transition: all 0.3s;
        border-radius: 10px;
        overflow: hidden;
        /*position: relative;*/
        background-color: #fff;
        /*margin-bottom: 30px;*/
    }
    .wpo-service-section-s4 .wpo-service-item .wpo-service-text .service-icon {
        width: 35px;
        height: 35px;
        line-height: 30px;
        background: #f5f5f5;
        border-radius: 50%;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .wpo-service-section-s4 .wpo-service-item .wpo-service-text .service-content h2 {
        color: #0a272c;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 10px;
        transition: all 0.3s;
    }
    .wpo-service-section-s4 .wpo-service-item.active .wpo-service-text .service-content h2,
    .wpo-service-section-s4 .wpo-service-item:hover .wpo-service-text .service-content h2 {
        color: #fff;
    }
    .wpo-service-section-s4 .wpo-service-item .wpo-service-text .service-content p {
        color: #6e6e6e;
        transition: all 0.3s;
        margin: 0;
        text-align: left;
    }
    .wpo-service-section-s4 .wpo-service-item.active .wpo-service-text .service-content p,
    .wpo-service-section-s4 .wpo-service-item:hover .wpo-service-text .service-content p {
        color: #c6c6c6;
    }
    .wpo-service-section-s4 .wpo-service-item .wpo-service-text .service-content a {
        display: inline-block;
        padding: 10px 15px;
        color: #14212b;
        border: 1px solid #e3e3e3;
        /*position: relative;*/
        border-radius: 6px;
        margin-top: 10px;
        text-transform: uppercase;
        transition: all 0.3s;
        font-size: 12px;
    }
    .wpo-service-section-s4 .wpo-service-item.active .wpo-service-text .service-content a,
    .wpo-service-section-s4 .wpo-service-item:hover .wpo-service-text .service-content a {
        background: #ffffff;
        color: #14212b;
        border-color: #e3e3e3;
    }
    .wpo-service-section-s4 .wpo-service-item .shape-1 {
        position: absolute;
        left: 0;
        top: 0;
    }
    .wpo-service-section-s4 .wpo-service-item .shape-2 {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .wpo-service-section-s4 h4 {
        color: #ff4a17;
    }

    /* Download PDF */
    
    .download-card {
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      padding: 16px 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      /*width: 600px;*/
    }

.download-card .file-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.download-card .file-info img {
    width: 32px;
    height: 32px;
}

    .download-card .file-text h4 {
      margin: 0;
      font-size: 18px;
      font-weight: bold;
      color: #000;
      text-transform: none;
    }

.download-card .file-text p {
    margin: 4px 0 0 0;
    font-size: 14px;
    color: #777;
}

.download-card .download-btn {
    background-color: #ffecec;
    color: #e53935;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    transition: background-color 0.3s;
    margin: 0;
}

.download-card .download-btn:hover {
    background-color: #fddede;
    color: #e53935;
}

    /* Slider Section */

    .slider-container {
        width: 100%;
        height: 80vh;
        overflow: hidden;
        position: relative;
        background-color: rgb(245, 235, 230);
    }

    .slider-container .slide {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 100%;
        /* background: #f4f6f8; */
        transition: left 0.8s ease-in-out;
        display: flex;
        align-items: center;
    }

    .slider-container .slide.active {
        left: 0;
    }

    .slider-container .slide .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .slider-container .slide-content {
        flex: 1;
        padding-right: 30px;
    }

    .slider-container .slide-content h1 {
        font-size: 58px;
        font-weight: 700;
        font-family: Philosopher, sans-serif;
        margin-bottom: 20px;
        color: #14212b;
    }

    .slider-container .slide-content p {
        font-size: 18px;
        margin-bottom: 30px;
        color: #555;
    }

    .slider-container .slide-content a {
        text-decoration: none;
        padding: 12px 24px;
        background-color: #e53935;
        color: white;
        border-radius: 5px;
        font-weight: bold;
    }

    .slider-container .slide-image {
        flex: 1;
        text-align: right;
    }

    .slider-container .slide-image img {
        max-width: 100%;
        height: auto;
    }

    .slider-container .navigation {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
    }

    .slider-container .dot {
        height: 12px;
        width: 12px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
    }

    .slider-container .dot.active {
        background-color: #e53935;
    }

    @media (max-width: 768px) {
        .slider-container .container {
            flex-direction: column;
            text-align: center;
        }

        .slider-container .slide-content,
        .slide-image {
            flex: none;
            width: 100%;
            padding: 0;
        }

        .slider-container .slide-image {
            margin-top: 20px;
            text-align: center;
        }

        .slider-container .slide-content h1 {
            font-size: 28px;
        }

        .slider-container .slide-content p {
            font-size: 16px;
        }
        .slider-container .slide {
            top: 70px;
        }
    }

    /* Concept Section */

    .concept-section {
        padding: 100px 0;
    }
    .concept-section .lists-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
        gap: 30px;
        padding: 20px 0;
    }
    
    /* ---------- RESPONSIVE STYLES ---------- */

    /* Tablets (2 columns) */
    @media (max-width: 991px) {
    .concept-section .lists-container{
        grid-template-columns: repeat(2, 1fr);
    }
    }

    /* Mobile (1 column) */
    @media (max-width: 600px) {
    .concept-section .lists-container {
        grid-template-columns: 1fr;
    }

    .concept-section .list {
        padding: 20px 15px;
    }

    .concept-section .list h3 {
        font-size: 15px;
    }
    }

    .concept-section .list {
        /* width: calc(50% - 15px); */
        /* background-color: #fff; */
        border-radius: 12px;
        padding: 30px 25px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
        transition: transform 0.3s;
    }

    .concept-section .list:hover {
        transform: translateY(-5px);
    }

    .concept-section .list .icon {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50%;
        font-size: 18px;
        color: #ffbf00;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .concept-section .list h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #222;
    }

    .concept-section .list ul {
        padding-left: 0;
        list-style: none;
        margin-bottom: 20px;
    }

    .concept-section .list ul li {
        font-size: 14px;
        color: #555;
        margin-bottom: 8px;
        position: relative;
        padding-left: 20px;
    }

    .concept-section .list ul li::before {
        content: "\25A0";
        position: absolute;
        left: 0;
        color: #f08080;
        font-size: 12px;
    }

    .concept-section .read-more-btn {
        background-color: #ffecec;
        color: #e53935;
        border: 1px solid #e53935;
        padding: 8px 20px;
        border-radius: 20px;
        cursor: pointer;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
        transition: background-color 0.3s;
        margin: 0;
    }

    /* Background color themes */
    .pink { background-color: #fdecea; }
    .purple { background-color: #f0ecfc; }
    .yellow { background-color: #fffef0; }
    .green { background-color: #e9fcf4; }
    .orange { background-color: #fff5e9; }
    .blue { background-color: #ecf6fc; }
    .pink-light { background-color: #ffeef5; }
    .teal { background-color: #e6fdfb; }
    .mint { background-color: #e8fff6; }
    .gray { background-color: #f5f5f5; }

    /* Responsive */
    @media (max-width: 768px) {
        .concept-section .list {
            width: 100%;
        }
    }
    .read-more-btnn{
        background-color: #ffecec;
        color: #e53935;
        border: none;
        padding: 8px 20px;
        border-radius: 20px;
        cursor: pointer;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
        transition: background-color 0.3s;
        margin: 0;
    }

    /* Product Books */

    .product .book-heading {
    text-align: center;
    margin-bottom: 40px;
    }

    .product .book-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px 0;
    }

    .product .books {
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s;
    background: #ffffff;
    }

    .product .books:hover {
    transform: translateY(-5px);
    }

    .product .book-wrap {
    position: relative;
    width: 100%;
    padding-top: 70%; /* maintain aspect ratio */
    overflow: hidden;
    }

    .product .book-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    transition: all 0.6s ease;
    object-fit: cover;
    }

    .product .book-wrap .first {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    }

    .product .book-wrap .second {
    z-index: 2;
    opacity: 0;
    transform: scale(1.2) translateY(20px);
    }

    .product .books:hover .book-wrap .first {
    opacity: 0;
    transform: scale(1.05);
    }

    .product .books:hover .book-wrap .second {
    opacity: 1;
    transform: scale(1) translateY(0);
    }

    .product .book-title {
    text-align: center;
    margin-top: 20px;
    }

    .product .book-title h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #111;
    }
    /* ---------- RESPONSIVE STYLES ---------- */

    /* Tablets (2 columns) */
    @media (max-width: 991px) {
        .book-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    /* Mobile (1 column) */
    @media (max-width: 600px) {
        .product .book-grid {
            grid-template-columns: 1fr;
        }

        .product .books {
            padding: 20px 15px;
        }

        .product .book-title h4 {
            font-size: 15px;
        }
    }

    /* Audio Player */

    .drK .music-card {
        background: #2d2d30;
        box-shadow: none;
    }
    .music-card {
        display: flex;
        align-items: center;
        border-radius: 12px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        width: 100%;
        margin: 0px auto;
        background-color: #fff;
    }
    .music-card a {
        margin: 0;
    }
    .music-card .music-cover-container {
        position: relative;
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
    .music-card .music-cover {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        object-fit: cover;
    }
    .music-card .music-info {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .music-card .music-info h4 {
        margin: 0;
        font-size: 20px;
    }
    .music-card .music-info p {
        margin: 2px 0 0;
        font-size: 14px;
    }
    .music-card .music-actions {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .music-card .download-btn,
    .music-card .play-pause-btn {
        border: none;
        border-radius: 50%;
        padding: 8px;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-sizing: border-box;
    }
    .music-card .play-pause-btn svg,
    .music-card .download-btn svg {
        width: 24px;
        height: 24px;
    }
    .music-card .play-pause-btn .playing svg {
        fill: red;
    }
=======
>>>>>>> main
