/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. banner
4. brand
5. features
6. intregrations
7. time track
8. cta
9. why choose
10. testimonial
11. faq
12. footer
13. services
14. video
15. portfolio
16. fun fact
17. contact
18. news
19. careers
20. counter
21. showcase
22. price plan
23. newsletter
24. page title
25. about
26. skill
27. gallery
28. team
29. preloader
*/

/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&amp;display=swap');

body {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #646c76;
    background: #efefef;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.gallery-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

a,
button {
    color: #1696e7;
    outline: medium none;
    cursor: pointer;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DM Sans', sans-serif;
    font-weight: normal;
    color: #1b2026;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #646c76;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

i,
span,
a {
    display: inline-block;
}

input,
textarea,
select {
    width: 100%;
    /* height: 70px; */
    background-color: #fff;
    border: none;
    padding: 0px 20px;
}
input{
    height: 50px;
}
textarea{
    height:140px;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}

*::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}

/* button style */
.thm-btn {
    font-size: 16px;
    padding: 14px 37px;
    text-align: center;
    color: #fff;
    background-color: #221f1f;
    font-weight: 700;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border: 2px solid transparent;
}

.thm-btn:hover{
    transform:scale(1.03);
}

.thm-btn:hover {
    color: #221f1f;
    background-color: #f7d9c4;
}

.thm-btn i {
    font-size: 12px;
    margin-right: 2px;
}

.thm-btn-2 {
    background-color: #b11116;
    color: #fff;
}

.thm-btn-2:hover {
    background-color: #221f1f;
    color: #fff;
}

.thm-btn-3 {
    background-color: #b11116;
    color: #fff !important;
}

.thm-btn-3:hover {
    background-color: #221f1f;
    color: #fff;
}

.white-btn {
    background-color: #fff;
    color: #646c76;
}

.white-btn:hover {
    background-color: #221f1f;
    color: #fff;
}

.border-btn {
    border-color: #fff;
    background-color: transparent;
}

.border-btn:hover {
    color: #fff;
    border-color: #1b2026;
    background-color: #1b2026;
}

/* scrollUp */
#scrollUp {
    background: #b11116;
    height: 45px;
    width: 45px;
    left: 30px;
    bottom: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 17px;
    line-height: 50px;
    box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.15);
}




/* header */



.main-menu ul li {
    display: inline-block;
    position: relative;
    margin-right: 16px;
}

.main-menu ul li:last-child {
    margin-right: 0;
}

.main-menu ul li a {
    padding: 39px 25px;
    color: #868d95;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
}

.main-menu ul li:hover>a,
.main-menu ul li>a.active {
    background-color: #fff;
    color: #1b2026;
}

.main-menu ul li ul.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: #fff;
    padding: 15px 0;
    border-radius: 3px;
    z-index: 99;
    transform-origin: 50% 0;
    border: 1px solid #e0e0e0;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.main-menu ul li:hover>ul.submenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.main-menu ul li ul.submenu li {
    margin: 0;
    display: block;
}

.main-menu ul li ul.submenu li a {
    display: block;
    font-size: 15px;
    padding: 8px 25px;
    text-transform: capitalize;
}

.main-menu ul li ul.submenu li a:hover,
.main-menu ul li ul.submenu li a.active {
    letter-spacing: 1px;
}

.header-right .icon {
    display: inline-block;
}

.header-right .icon a,
.icon.hamburger-menu a,
.header-search-wrapper .search-main {
    width: 60px;
    height: 60px;
    font-size: 20px;
    background: #F9F9F9;
    color: #1B2026;
    margin-left: 12px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}



.sticky {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 0;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    z-index: 44;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition:    all .25s ease-in-out;
    -o-transition:      all .25s ease-in-out;
    -ms-transition:     all .25s ease-in-out;
    transition:         all .25s ease-in-out;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky .main-menu ul li>a {
    padding: 35px 25px;
}

.header-top {
    padding:6px 0;
    background: #074B7A;
}

.header-top .ht-right{
    margin-right: 20px;
}

.header-top .ht-right span a {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

.header-top .ht-right span a:hover {
    color: #c7c7c7;
}

.header-top .ht-right span a i{
    font-size: 20px;
    vertical-align: -2px;
}

.language-list .nice-select {
    padding: 0 12px;
    border: none;
    height: auto;
    padding-left: 0px;
    line-height: 23px;
    background: transparent;
}

.language-list .nice-select span {
    color: #fff;
}

.language-list .nice-select::after {
    right: 0;
}

.language-list .nice-select .list {
    left: -35px;
}

.transparent-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-search-wrapper {
    position: relative;
}

.search-main>i,
.search-main span {
    font-size: 20px;
    cursor: pointer;
    line-height: 60px;
    color: #000;
}

.search-main span {
    display: none;
}

.header-search-wrapper .search-form-main {
    transform: scale(.9);
    padding: 15px;
    position: absolute;
    right: 0;
    top: 81px;
    width: 350px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e1e1e1;
}

.sticky .header-search-wrapper .search-form-main {
    top: 75px;
}

.search-form-main.active-search {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: .3s;
    background: #fff;
}

.search-form-main form {
    position: relative;
}

.search-form-main input {
    width: 100%;
    height: 55px;
    border: 0;
    background: #f7f7f7;
    padding: 20px;
}

.search-form-main button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: #1b2026;
    height: 55px;
    width: 55px;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
}

.header-2 {
    border: 0;
}

.header-2 .menu-wrapper {
    background: #fff;
    padding: 0 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.header-2 .menu-wrapper>.row{
    margin:auto
}


.header-2 .main-menu ul li .dropdown-menu{
    width: 250px;
    max-height: 375px;
    overflow-y: auto;
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 5px;
  }
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }
::-webkit-scrollbar-thumb {
    background: #b11116; 
    transition: all 0.2s linear;
  }
::-webkit-scrollbar-thumb:hover {
    background: #221f1f; 
  }

  .header-2 .main-menu ul li .dropdown-menu::-webkit-scrollbar-thumb {
    background: #1e1e1e; 
    transition: all 0.2s linear;
  }

.header-2 .main-menu ul li .dropdown-menu a {
    padding: 8px 15px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid gray;
}
.header-2 .main-menu ul li .dropdown-menu a:last-child {border-bottom: 0;}

.header-2 .main-menu ul li .dropdown-menu a:hover {
    color: #fff;
    background-color: #1e1e1e;
}



@media screen and (min-width:768px) and (max-width:991px){
    .header-2 .menu-wrapper>.row>div:first-child{

        text-align: start !important;
    }



}



.header-2 .menu-left {
    padding-left: 20px;
}

.header-2 .main-menu ul li a {
    padding: 15px 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
}


.header-2 .main-menu ul li {
    margin-right: 25px;
}

.header-2 .main-menu ul li:last-child {
    margin-right: 0;
}

.header-2 .main-menu ul li:hover>a,
.header-2 .main-menu ul li>a.active {
    background: none;
    color: #b11116;
}

.header-2 .main-menu ul li a {
    padding: 15px 0;
}

.header-2 .logo-middle {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 37px;
    margin: 0 -25px;
}

.header-2 .logo-middle::before {
    background: #fff;
    height: 120px;
    width: 100%;
    content: "";
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.header-2 .logo-middle a {
    position: relative;
}

.header-2 .logo-middle img {
    max-width: 100%;
}

.sticky .logo-middle::before {
    display: none;
}

.header-2 .header-btn {
    margin-left: 30px;
}

.sticky .logo-middle::before {
    display: none;
}

.header-2 .sticky,
.header-3 .sticky {
    background-color: #fff;
}

.header-bottom{
    background: #fff;
}

.header-bottom .row>div>a{

    margin: -30px 0;
    padding: 0;
}
.header-bottom a img{
    position: relative;
    z-index: 100;
    width: 110px;
    padding: 5px;
    background-color: #fff;
    border-radius:15px;

}

.header-bottom.sticky .row>div>a{
width: 100px;
margin: -5px 0 -20px 0;
}

.header-bottom.sticky a img{
    padding: 5px;
    width: 90px;
}

.header-bottom.sticky .thm-btn{
    padding: 10px 25px;
}

.footer-logo{
    width: 180px;
    margin-bottom: 20px;
}



.sticky.header-bottom .menu-left {
    padding-left: 0;
}

.sticky.header-bottom .menu-wrapper {
    padding: 0;
}

.header-3,
.header-3 .sticky {
    padding: 0 185px;
    border: 0;
    margin-top: 23px;
}

.header-3 .sticky {
    margin-top: 0;
}

.header-3 .main-menu {
    padding-left: 100px;
}

.header-3 .main-menu ul li a {
    padding: 35px 0;
    color: #a8b2e6;
}

.header-3 .main-menu ul li:hover>a,
.header-3 .main-menu ul li>a.active {
    background: none;
    color: #fff;
}

.header-3 .main-menu ul li ul.submenu li a {
    color: #868d95;
}

.header-3 .main-menu ul li ul.submenu li a:hover,
.header-3 .main-menu ul li ul.submenu li a.active {
    color: #1b2026;
}

.header-3 .main-menu ul li {
    margin-right: 50px;
}

.header-3 .main-menu ul li:last-child,
.header-3 .sticky .main-menu ul li:last-child {
    margin-right: 0;
}

.header-3 .header-btn a {
    background-color: #1d286a;
    color: #fff;
}

.header-3 .header-btn a:hover {
    background-color: #fff;
    color: #1d286a;
}

.header-3 .sticky .logo a img:nth-child(1) {
    display: none;
}

.header-3 .sticky .logo a img:nth-child(2) {
    display: inline-block;
}

.header-3 .logo a img:nth-child(2) {
    display: none;
}

.header-3 .sticky .main-menu ul li>a {
    color: #868d95;
}

.header-3 .sticky .main-menu ul li:hover>a {
    color: #1b2026;
}

.header-3 .sticky .header-btn a:hover {
    background-color: #ff8484;
    color: #fff;
}

.head-up{
    top: -72px;
}



/* sidebar widget */
.sidebar-info {
    padding-top: 20px;
    padding-bottom: 50px;
}

.sidebar-info .s-title {
    font-size: 24px;
}

.sidebar-content p {
    margin-bottom: 30px;
}

.footer-info {
    margin-top: 20px;
}

.footer-info li {
    margin-bottom: 10px;
    color: #1b2026;
    font-size: 16px;
}

.footer-info li span {
    margin-right: 10px;
    float: left;
}

.footer-info li p {
    overflow: hidden;
}

.sidebar-info .sidebar-social a {
    font-size: 14px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 10px;
    border: 2px solid #eeeeee;
    color: #777;
    margin-right: 3px;
    background: #eeeeee;
}

.sidebar-info .sidebar-social a:hover {
    color: #fff;
    border-color: #221f1f;
    background: #221f1f;
}

/* banner */
.banner-area {
    position: relative;
}

.banner-area .video-div>.row {
    justify-content:space-between;
    align-items: end;
}

.banner-area .video-div>.row form{
    background-color: rgba(220, 220, 220, 0.5);
    padding: 20px;
    border-radius: 20px;
}
.banner-area .video-div>.row form textarea{
    height: 100px;
}


.banner-area .video-div>.row form .form-check-label{ color: #000;}

@media screen and (max-width:991px) and (min-width:601px){
    .banner-area .video-div>.row form{
        display: none;
    }
}


.banner-content {
    padding-top: 130px;
    margin-right: -30px;
    padding-bottom: 130px;
}

.banner-content>span {
    color: #777;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

.banner-content h2 {
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 38px;
}

.subscribe-form {
    position: relative;
}

.subscribe-form input {
    width: 100%;
    height: 80px;
    border: 0;
    padding: 20px;
    border-radius: 10px;
}

.subscribe-form button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    cursor: pointer;
}

.banner-content .get-app span {
    color: #a6b1ba;
    font-size: 16px;
    margin-right: 18px;
}

.banner-content .get-app a {
    margin-right: 18px;
    display: inline-block;
}

.banner-right {
    position: absolute;
    right: -8%;
    display: flex;
}

.banner-img-1 {
    padding-top: 120px;
}

.banner-img-2 {
    padding-top: 30px;
    margin-left: 28px;
}

.banner-content .get-app {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hero-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 1;
}

.banner-height {
    min-height: 96vh;
}

.banner-2 .hero-bg-img::before {
    position: absolute;
    background: #000;
    content: "";
    opacity: .85;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-shape .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}

.banner-shape .shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}

.banner-2 .banner-content>span {
    background-color: #fff;
    color: #000;
    padding: 10px; 
    border-radius: 10px;
}

.banner-2 .banner-content h2,
.banner-3 .banner-content h2 {
    color: #fff;
    margin-bottom: 20px;
}

.banner-2 .banner-content p,
.banner-3 .banner-content p {
    color: #fff;
    opacity: .85;
    max-width: 750px;
    font-size: 18px;
    line-height: 30px;
}

.banner-2 .banner-btn a {
    margin-top: 27px;
    margin-right: 20px;
}

.banner-2 .thm-btn-2:hover {
    background-color: #1b1b1b;
    color: #fff;
}

.banner-2 .banner-content {
    padding-top: 90px;
    margin-right: -30px;
    padding-bottom: 0;
}

.banner-2 .banner-right {
    position: absolute;
    right: 19%;
    bottom: 0;
}

.banner-2 .banner-right::before {
    position: absolute;
    top: 44%;
    left: 22%;
    content: "";
    background: #f7d9c4;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
    animation: scale-up-center 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
    -webkit-animation: scale-up-center 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
}

@keyframes scale-up-center {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up-center {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

.banner-3 .hero-bg-img {
    z-index: 0;
}

.banner-3 .banner-height {
    min-height: 990px;
}

.banner-3 .banner-right {
    position: absolute;
    right: 10%;
    bottom: 22%;
}

.banner-3 .banner-content .banner-btn a {
    background-color: #ff8484;
    color: #fff;
    margin-top: 30px;
}

.banner-3 .banner-content .banner-btn a:hover {
    background-color: #fff;
    color: #221f1f;
}

/* brand */
.section-bg {
    position: relative;
    padding: 100px 0;
    padding-bottom: 90px;
}

.section-bg::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 56%;
    content: "";
    background: #dce8eb;
    z-index: -1;
}

.brand-head.text-center span {
    color: #1b2026;
    font-weight: 700;
}

.single-brand .partner-logo {
    width: 100%;
    height: 100px;
    display: block;
    position: relative;
}

.single-brand>img{
    margin: auto;
}

.brand-area .single-brand .partner-logo>img.before-image {
    top: 50%;
}

.brand-area .single-brand .partner-logo>img {
    left: 50%;
    max-width: 65%;
    position: absolute;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.brand-area .single-brand .partner-logo>img.after-image {
    top: 150%;
}

.brand-area .single-brand .partner-logo:hover>img.before-image {
    top: -150%;
}

.brand-area .single-brand .partner-logo:hover>img {
    left: 50%;
    max-width: 65%;
    position: absolute;
}

.brand-area .single-brand .partner-logo:hover>img.after-image {
    top: 50%;
}

.section-bg-black {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-bg-black::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 65%;
    width: 100%;
    content: "";
    background: #1b2026;
    z-index: -1;
}

.brand-2 .brand-bg {
    padding: 60px;
    padding-left: 80px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: -110px;
    position: relative;
}

.brand-2 .brand-bg::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    background: #fff;
    width: 95%;
    content: "";
    z-index: -1;
    height: 100%;
    opacity: .1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.brand-3 .brand-bg {
    margin-top: 0;
}

.brand-3 .brand-bg::before {
    opacity: .3;
}

/* features */
.features-area {
    overflow: hidden;
}

.features-left {
    position: relative;
}

.features-left::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 550px;
    height: 550px;
    content: "";
    background-image: -moz-linear-gradient(-45deg, rgb(249, 249, 249) 0%, rgba(249, 249, 249, 0) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(249, 249, 249) 0%, rgba(249, 249, 249, 0) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(249, 249, 249) 0%, rgba(249, 249, 249, 0) 100%);
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.section-title {
    margin-bottom: 20px;
    max-width: 700px;
}

.section-title>span,
.section-title-2>span {
    color: #b11116;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

.section-title>h2,
.section-title-2>h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 0;
    color: #074B7A;
}

.section-title-3 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #074B7A;
}

.features-right p {
    font-size: 18px;
    line-height: 30px;
}

.feat-box {
    background: #fff;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.feat-box:hover {
    background-color: #f7d9c4;
}

.feat-box .feat-icon {
    margin-right: 20px;
}

.feat-box h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.feat-box span {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #d2d7de;
}

.feat-box:hover span {
    color: #1b2026;
}

.feat-box h4 {
    margin-bottom: 0;
}

.features-area {
    z-index: 9;
}

.feature-wrapper {
    margin-top: -70px;
}

.feature-single {
    background: #fff;
    padding: 50px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    position: relative;
}

.feature-single::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    right: 0px;
    bottom: 0px;
    border-right: 70px solid #fff5f5;
    border-left: 70px solid transparent;
    border-top: 70px solid transparent;
    border-bottom: 70px solid #fff5f5;
    transition: all 0.3s ease-out 0s;
}

.feature-single:hover::before,
.feature-single.active::before {
    border-right: 70px solid #ff8484;
    border-left: 70px solid transparent;
    border-top: 70px solid transparent;
    border-bottom: 70px solid #ff8484;
}

.feature-single:hover,
.feature-single.active {
    background-color: #3d54d0;
}

.feat-icon img:nth-child(1) {
    display: inline-block;
}

.feat-icon img:nth-child(2) {
    display: none;
}

.feature-single:hover .feat-icon img:nth-child(1),
.feature-single.active .feat-icon img:nth-child(1) {
    display: none;
}

.feature-single:hover .feat-icon img:nth-child(2),
.feature-single.active .feat-icon img:nth-child(2) {
    display: inline-block;
}

.feature-single .feat-text h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.feature-single .feat-text p {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.feature-single:hover .feat-text h4,
.feature-single:hover .feat-text p,
.feature-single.active .feat-text h4,
.feature-single.active .feat-text p {
    color: #fff;
}

.feature-single .feat-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}

.feature-single .feat-link i {
    float: left;
    margin-right: 10px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 56px;
    color: #ff8484;
    font-size: 22px;
    border: 2px solid #eee;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.feature-single:hover .feat-link i,
.feature-single.active .feat-link i {
    color: #fff;
    border-color: #6373ce;
}

.feature-single .feat-link span {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition-delay: .1s;
}

.feature-single:hover .feat-link span,
.feature-single.active .feat-link span {
    opacity: 1;
    visibility: visible;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.left-white-bg {
    position: relative;
}

.left-white-bg::before {
    position: absolute;
    top: 0;
    width: 56%;
    height: 800px;
    background: #f5f5f5;
    content: "";
    bottom: 25%;
    margin: auto;
    transform: rotate(37deg);
    left: -350px;
    border-radius: 10px;
    z-index: -1;
}

.core-features .section-title {
    margin-bottom: 35px;
}

.core-features .core-feature-img {
    width: 740px;
    float: right;
    margin-right: 45px;
}

.c-feature-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.c-feature-box .c-feat-icon {
    margin-bottom: 10px;
}

.c-feature-box h4 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
}

.core-feature-tight p {
    font-size: 18px;
    line-height: 30px;
}

/* intregrations */
.section-title-2 {
    max-width: 700px;
    margin: 0px auto 58px;
}

.intregrations-single {
    background: #fff;
    padding: 48px;
    border: 2px solid #cedce0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.intregrations-single:hover {
    border-color: transparent;
}

.intregrations-single .intr-head {
    display: flex;
    align-items: center;
}

.intregrations-single .intr-head .intr-icon {
    width: 110px;
    height: 110px;
    background: #eff5f7;
    margin-right: 20px;
    text-align: center;
    line-height: 106px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.intregrations-single:hover .intr-head .intr-icon {
    border-color: transparent;
    background-color: #f7d9c4;
}

.intregrations-single .intr-head h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.intregrations-single .intr-btn a {
    color: #a6b0bb;
    text-decoration: underline;
}

/* time track */
.time-track-area {
    overflow: hidden;
}

.tt-content p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 30px;
}

.tt-list li {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.tt-list li:last-child {
    margin-bottom: 0;
}

.tt-list li i {
    width: 40px;
    height: 40px;
    background: white;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    color: #1b2026;
    margin-right: 15px;
}

.tt-app img {
    max-width: 715px;
}

/* cta */
.cta-text .section-title {
    margin-bottom: 0;
}

.cta-area .cta-bg {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}

.cta-area .cta-bg .cta-text {
    padding: 60px 0;
}

.cta-text .section-title h2 {
    margin-bottom: 0;
}

.cta-app {
    position: absolute;
    right: 85px;
    bottom: 0;
}

.cta-app img {
    width: 100%;
}

/* why choose */
.why-choose-area .section-title-2 {
    max-width: 620px;
    margin: 0px auto 16px;
}

.tab-left {
    position: relative;
    z-index: 1;
}

.tab-left::before {
    position: absolute;
    left: -14%;
    bottom: 15%;
    width: 180px;
    height: 180px;
    background: #1b2026;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
}

.nav-tabs .nav-link {
    border: 0;
    background: #e8f1f3;
    padding: 25px 30px;
    border-radius: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}

.nav-tabs .nav-link:last-child {
    margin-bottom: 0;
}

.wc-content .nav-tabs .nav-link::before {
    position: absolute;
    left: -10px;
    top: 21%;
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    opacity: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.wc-content .nav-tabs .nav-link.active::before {
    opacity: 1;
}

.wc-img img {
    width: 100%;
}

.wc-content {
    margin-left: 20px;
}

.wc-tab-item .wc-icon li {
    margin-bottom: 20px;
}

.wc-tab-item .wc-icon li h4 {
    font-size: 20px;
    font-weight: 700;
}

.wc-tab-item .wc-icon li i {
    width: 40px;
    height: 40px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    color: #1b2026;
    margin-right: 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    float: left;
}

.nav-link.active .wc-tab-item .wc-icon li i {
    background: #1b2026;
    color: #fff;
}

.wc-tab-item p {
    margin-bottom: 0;
}

/* testimonial */
.testimonial-area .section-title {
    margin-bottom: 45px;
}

.testimonial-single {
    height: 625px;
    background: #fff;
    padding: 40px 50px 42px 50px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.testimonial-single .tm-icon img {
    width: auto;
}

.testimonial-single p {
    font-style: italic;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0;
}

@media screen and (max-width : 767px){
    .header-bottom a img{
        width: 100px;
    }
    
    .testimonial-single {
        height: 450px;
    }

    .testimonial-single p {
        font-size: 16px;
        line-height: 28px;
    }
}

.tm-author h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2px;
}

.tm-author span {
    font-size: 14px;
}

.tm-author span>span {
    font-weight: 700;
}

.tm-author-thumb {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tm-author-thumb img {
    max-width: 100px;
}

.testimonial-2 .section-title>h2 {
    color: #fff;
}

.tm-author-img {
    float: left;
    margin-right: 17px;
    max-width: 60px;
}

.tm-author-img img {
    max-width: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.tm-author-text {
    overflow: hidden;
}

.tm-author{
    position: absolute;
    bottom: 50px;
}

.testimonial-2 .testimonial-active .tm-author {
    border-top: 1px solid #efefef;
    margin-top: 30px;
    padding-top: 20px;
}

.testimonial-2 .testimonial-active .tm-icon {
    position: relative;
    position: absolute;
    right: 2%;
    bottom: 29%;
    max-width: 90px;
}

.testimonial-3 .section-title-2 {
    margin: 0px auto 44px;
}

.testimonial-3 .testimonial-single {
    padding: 60px 85px;
    padding-bottom: 50px;
}

.testimonial-3 .testimonial-single .tm-author-image {
    display: inline-block;
}

.testimonial-3 .testimonial-single .tm-author-image img {
    max-width: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-single .tm-head h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}

.testimonial-single .tm-head span {
    font-size: 14px;
    color: #ff8484;
    font-weight: 700;
}

.testimonial-3 .testimonial-single p {
    font-size: 18px;
}

/* faq */
.faq-area {
    position: relative;
    overflow: hidden;
}

.faq-area::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 82%;
    width: 43%;
    content: "";
    background: #dce8eb;
    z-index: -1;
}

.faq-area .faq-left {
    position: relative;
    margin-left: -120px;
}

.faq-area .faq-left::before {
    position: absolute;
    top: 33%;
    left: 33%;
    width: 550px;
    height: 550px;
    content: "";
    background-image: -moz-linear-gradient(-45deg, rgb(249, 249, 249) 0%, rgba(249, 249, 249, 0) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(249, 249, 249) 0%, rgba(249, 249, 249, 0) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(249, 249, 249) 0%, rgba(249, 249, 249, 0) 100%);
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.faq-left img {
    max-width: 100%;
}

.faq-right .section-title {
    margin-bottom: 40px;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 16px;
    margin-right: 40px;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    color: #1b2026;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    padding: 20px 30px;
    padding-left: 60px;
    padding-bottom: 18px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn::before {
    top: 26px;
    left: 30px;
    line-height: 1;
    font-size: 14px;
    content: "\e61a";
    position: absolute;
    font-family: 'themify';
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.accordion-box .block.active-block .acc-btn::before {
    content: "\e622";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 0px 30px 30px;
}

.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.faq-2 {
    z-index: 1;
}

.faq-2 .section-title {
    margin-bottom: 47px;
}

.faq-2 .accordion-box .block {
    border-radius: 10px;
    margin-right: 0;
}

.faq-2 .faq-content {
    padding-left: 260px;
    padding-right: 200px;
    position: relative;
}

.faq-2 .faq-content::before {
    position: absolute;
    right: 7%;
    top: 10%;
    width: 290px;
    height: 290px;
    content: "";
    background: #c8dadf;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
}

.faq-3 .accordion-box .block .acc-btn {
    padding: 20px 30px;
    padding-left: 30px;
    padding-right: 60px;
}

.faq-3 .accordion-box .block .acc-btn::before {
    right: 30px;
    left: inherit;
}

.faq-3 .accordion-box .block {
    margin-right: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.faq-3 .accordion-box .block .content {
    padding: 0px 40px 30px;
}

.faq-3 .faq-left-wrapper .content .acc-thumb {
    float: left;
    margin-right: 20px;
    max-width: 120px;
}

.faq-3 .faq-left-wrapper .content .acc-text {
    overflow: hidden;
}

.faq-3 .faq-left-wrapper .content .acc-text p {
    margin-bottom: 0;
}

.faq-sidebar {
    padding: 40px;
    background: #fff;
    border-radius: 10px;
}

.faq-sidebar .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.faq-sidebar .faq-form input,
.faq-sidebar .faq-form .nice-select,
.faq-sidebar .faq-form textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #e2e2e2;
    padding: 0 20px;
    padding-right: 50px;
    margin-bottom: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.faq-sidebar .faq-form .nice-select {
    line-height: 60px;
}

.faq-sidebar .faq-form .nice-select .list {
    margin-top: 0;
    width: 100%;
}

.faq-sidebar .faq-form textarea {
    height: 170px;
    padding: 20px;
    padding-right: 50px;
    resize: none;
}

/* footer */
.footer-area {
    overflow: hidden;
}

.footer-wrapper {
    background: #1b2026;
    position: relative;
}

.footer-wrapper::before {
    position: absolute;
    left: -120px;
    bottom: 0;
    width: 120px;
    height: 180px;
    content: "";
    background: #fff;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.footer-wrapper::after {
    position: absolute;
    right: -120px;
    bottom: 0;
    width: 120px;
    height: 180px;
    content: "";
    background: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.footer-top {
    padding: 30px 80px;
    border-bottom: 1px solid #2d343c;
}

.footer-top .left {
    float: left;
}

.footer-top .right {
    float: right;
}

.footer-top .left li {
    display: inline-block;
    margin-right: 55px;
}

.footer-top .right li {
    display: inline-block;
    margin-left: 55px;
}

.footer-top ul li a {
    color: #c0c0c0;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.footer-top ul li a:hover,
.footer-link ul li a:hover {
    color: #fff;
}

.footer-top ul li a::before,
.footer-link ul li a::before {
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 1px;
    content: "";
    right: 0;
    background: #8d9093;
    z-index: 2;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.footer-top ul li a:hover:before,
.footer-link ul li a:hover:before {
    width: 100%;
    right: auto;
    left: 0;
    color: #fff;
}

.footer-main {
    padding: 50px 75px;
    padding-bottom: 45px;
}

.footer-widget .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 37px;
}

.footer-widget .footer-link {
    display: flex;
    flex-wrap: wrap;
}

.footer-widget .footer-link .left {
    margin-right: 55px;
}

.footer-widget .footer-link li:not(:last-child) {
    margin-bottom: 26px;
}

.footer-widget .footer-link ul li a {
    position: relative;
}

.footer-widget .footer-link ul li.new span {
    position: absolute;
    color: #fff;
    font-size: 8px;
    top: 0;
    left: auto;
    text-transform: uppercase;
    background-color: #292f36;
}

.footer-widget .footer-link li a {
    color: #a6afbb;
}

.git-widget {
    margin-left: -35px;
}

.footer-widget .git-btn .thm-btn:hover {
    background-color: #fff;
    color: #1b2026;
}

.footer-widget .git-btn .thm-btn i {
    margin-right: 0;
    margin-left: 6px;
}

.footer-widget .f-about-social a {
    font-size: 14px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 10px;
    border: 2px solid #31353a;
    color: #777;
    margin-right: 3px;
}

.footer-widget .f-about-social a:hover {
    background-color: #f7d9c4;
    border-color: #f7d9c4;
    color: #1b2026;
}

.footer-widget .f-about-social .fa-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 0;
}

.footer-widget .git-wrapper li span {
    color: #545b63;
    text-decoration: underline;
}

.footer-widget .git-wrapper li p {
    color: #cdcdcd;
}

.footer-widget .about-text p {
    font-size: 20px;
    color: #a6afbb;
    line-height: 36px;
    margin-bottom: 0;
}

.footer-2 .footer-main {
    padding: 50px 0;
    padding-bottom: 30px;
}

.footer-post>li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.footer-post li:last-child {
    margin-bottom: 0;
}

.footer-post li .thumb {
    width: 70px;
    overflow: hidden;
}

.footer-post .thumb img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.footer-post .thumb a {
    display: block;
}

.footer-post .content {
    width: calc(100% - 70px);
    padding-left: 20px;
}

.footer-post .content>a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.footer-post .content span {
    display: inline-block;
}

.footer-post .news-meta li {
    color: #777d84;
}

.footer-post .news-meta li::before {
    background-color: #777d84;
}

.footer-post .news-meta li a {
    color: #fff;
    opacity: .5;
}

.footer-post .news-meta li.cmt a {
    color: #fff;
    font-weight: 500;
}

.footer-main .footer-widget.main-link {
    margin-left: 25px;
}

.footer-main .footer-widget.services {
    margin-left: 18px;
}

.contact-info>div{
    padding-bottom: 10px;
    align-items: center;
}

.contact-info>div i{
    transition: all 0.2s linear;
    font-size: 19px;
}

.contact-info>div:hover i{
color: #f7d9c4;
}

.contact-info>div span:first-child{
    margin-right: 10px;
}

.copyright {
    padding: 22px 0;
    background: #14191e;
}

.copyright-text p {
    margin-bottom: 0;
    color: #9fa8b4;
    font-size: 14px;
}

.copyright-text p a {
    color: #fff;
    font-weight: 700;
}

.footer-3 .footer-widget .title {
    color: #1b2026;
}

.footer-3 .footer-widget .about-text p,
.footer-3 .footer-widget .footer-link ul li a,
.footer-3 .footer-post .news-meta li {
    color: #777;
}

.footer-3 .footer-post .news-meta li a {
    color: #777;
    opacity: 1;
}

.footer-3 .footer-post .content>a {
    color: #1b2026;
}

.footer-3 .footer-widget .f-about-social a {
    border-color: #eeeeee;
    background: #eeeeee;
}

.footer-3 .footer-widget .f-about-social a:hover {
    color: #fff;
    border-color: #ff8484;
    background: #ff8484;
}

.footer-4 .footer-top {
    padding: 30px 0px;
}

.footer-4 .footer-main-wrapper .footer-widget {
    padding: 76px 0;
    padding-bottom: 45px;
}

.footer-4 .footer-main-wrapper .footer-border {
    border-right: 1px solid #2d343c;
}

.footer-4 .footer-main-wrapper .footer-border:last-child {
    border: none;
}

.footer-4 .footer-main-wrapper .git-widget,
.footer-4 .footer-main-wrapper .fl-space {
    margin-left: 64px;
}

.copyright.copyright-2 {
    padding: 22px 0;
    background: #3345a7;
}

.copyright-2 .copyright-text p {
    color: #fff;
}

/* services */


.services-area .section-title-2 {
    margin: 0px auto 48px;
}


.services-tab .nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.services-tab ul li {
    margin: 0 13px;
    margin-bottom: 20px;
}

.services-tab .nav-link {
    background: #fff;
    color: #1b2026;
    border-radius: 10px;
    padding: 17px 33px;
    position: relative;
}

.services-tab .nav-link::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
    content: "";
    background: #1b2026;
    width: 16px;
    height: 16px;
    opacity: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    z-index: -1;
}

.services-tab .nav-link.active {
    background-color: #1b2026;
    color: #fff;
}

.services-tab .nav-link.active::before {
    opacity: 1;
}

.services-content-wrapper {
    padding: 50px 0;
    position: relative;
}

.services-content-wrapper::before {
    position: absolute;
    background: #fff;
    width: 78%;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    border-radius: 10px;
}

.services-thumb {
    margin-right: -15px;
}

.services-thumb img {
    border-radius: 10px;
}

.service-content .section-title {
    margin-bottom: 10px;
}

.service-content .section-title>h2 {
    font-size: 50px;
    line-height: 60px;
}

.services-content-wrapper .service-content {
    padding: 0 70px;
    padding-right: 150px;
}

.service-content .s-list li {
    color: #1b2026;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.service-content .s-list li:last-child {
    margin-bottom: 0;
}

.service-content .s-list li i {
    font-size: 12px;
    margin-right: 15px;
}

.services-2 .services-tab .nav {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
}

.services-2 .services-tab .nav-item {
    flex-basis: 20%;
    margin: 0;
    margin-bottom: 30px;
}

.services-2 .services-tab .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
    padding: 50px 15px;
    color: #777;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.services-2 .services-tab .nav-link .title {
    margin-top: 15px;
}

.services-2 .services-tab .nav-link::before {
    background: #fff;
}

.services-2 .services-tab .nav-link.active {
    background: #fff;
    color: #777;
}

.services-2 .services-content-wrapper {
    padding: 40px;
    background: #fff;
}

.services-2 .services-content-wrapper::before {
    display: none;
}

.services-2 .services-content-wrapper .services-thumb {
    margin-right: 0;
}

.services-2 .services-content-wrapper .service-content {
    padding: 0;
    padding-right: 60px;
    padding-left: 20px;
}

/* video */
.video-area .container-fluid,
.faq-2 .container-fluid {
    padding: 0;
}

.video-area .section-title {
    margin-bottom: 47px;
}

.video-area {
    position: relative;
}

.video-area .video-bg {
    height: 100%;
}

.video-bg .video-thumb,
.faq-2 .faq-bg {
    height: 100%;
}

.video-bg .video-thumb img,
.faq-2 .faq-bg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.video-icon {
    position: absolute;
    background: #ffffff;
    color: #1b2026;
    height: 120px;
    width: 120px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 120px;
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: -50%;
    -moz-border-radius: -50%;
    -ms-border-radius: -50%;
    -o-border-radius: -50%;
}

.video-icon:hover {
    color: #1b2026;
}

.video-icon::before,
.video-icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    opacity: 0.15;
    z-index: -10;
}

.video-icon::before {
    z-index: -10;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite;
}

.video-icon::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}

.video-area .video-content {
    padding-left: 120px;
    padding-right: 330px;
}

.newltr-input {
    position: relative;
}

.newltr-input i {
    position: absolute;
    top: 23px;
    right: 25px;
    color: #999;
}

.video-right-form input {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    background-color: #fff;
    border: 0;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .video-area .video-content {
        padding-right: 20px !important;
        padding-left: 80px !important;
    }

    .faq-2 .faq-content {
        padding-left: 20px !important;
        padding-right: 80px !important;
    }
}

.vidoe-2 .section-title {
    margin-bottom: 30px;
}

.video-2 .video-content {
    padding-bottom: 80px;
}

.video-text-box {
    margin-bottom: 35px;
}

.video-text-box .vt-icon {
    position: relative;
    width: 100px;
    height: 100px;
    background: rgb(255, 255, 255);
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.video-text-box .vt-icon i {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.video-text-box .vt-text {
    overflow: hidden;
}

.video-text-box .vt-text p {
    margin-bottom: 0;
}

.video-3 .video-bg {
    position: relative;
}

.video-3 .video-bg::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: "";
    background: #dce8eb;
}

.video-3 .video-image img {
    border-radius: 10px;
}

/* animation */
@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50);
    }

    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@-moz-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

/* portfolio */
.portfilo-area {
    overflow: hidden;
}

.port-single {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s linear;
}

.port-single:hover {

    transform: scale(0.95);
}

.port-thumb{
    padding: 30px;
    border-bottom: 5px solid #000;
    text-align: center;
}

.port-thumb lottie-player{
    width: 200px;
    height: 200px;
    margin: auto;
    transition:all 0.3s linear;
}

.port-single:hover lottie-player{
    transform: scale(1.2);
}

.port-single img {
    width: 100px;
    margin: 0 auto;
}

.port-single .port-content {
    padding: 25px 40px;
    padding-top: 35px;
    position: relative;
}

.port-content .port-icon {
    position: absolute;
    top: -33px;
    right: 75%;
    transition: all 0.25s linear;
}

.port-single:hover .port-content .port-icon{
    right: 10%;
}

.port-single:hover .port-content .port-icon a{
background: #b11116;
}


.port-content .port-icon a {
    width: 60px;
    height: 60px;
    background: #074B7A ;
    color: #1b2026;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: inline-block;
    text-align: center;
    line-height: 63px;
}

.port-content .port-text span {
    color: #777777;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}

.port-content .port-text h4 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}

.port-content:hover .port-text h4 a {
    color: #074B7A;
}

.portfolio-active {
    position: relative;
    width: 1000px;
}

.pagination .page-item a{
    color: #074B7A
    ;
}

.pagination .page-item.active span{
    background: #b11116;
    border-color: #b11116;
}

.portfilo-area .portfolio-left {
    margin-right: -80px;
}

.portfolio-active.owl-carousel .owl-stage-outer {
    left: 5%;
}

.portfolio-active.owl-carousel .owl-nav div {
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    bottom: 22%;
    left: -42%;
    color: #1b2026;
    font-size: 20px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: #fff;
    line-height: 68px;
    border: 3px solid #d7d7d7;
    transition: .3s;
    border-radius: 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.portfolio-active.owl-carousel .owl-nav div.owl-prev {
    left: -50%;
}

.portfolio-active.owl-carousel .owl-nav div:hover {
    border-color: #1b2026;
}

.portfolio-menu button {
    background: #fff;
    color: #777777;
    border: none;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 30px;
    cursor: pointer;
    transition: .3s;
    margin-right: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 20px;
}

.portfolio-menu button:last-child {
    margin-right: 0;
}

.portfolio-menu button:hover,
.portfolio-menu button.active {
    color: #fff;
    background-color: #1b2026;
}

.load-more-btn a i {
    font-size: 12px;
    padding-left: 5px;
}

.case-details-top {
    position: relative;
}

.cd-top-text {
    background: #fff;
    position: absolute;
    bottom: -58px;
    left: 50%;
    padding: 31px 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 50px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.cd-top-text .cd-list {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.cd-top-text ul.cd-list li {
    display: inline-block;
    margin-right: 20px;
}

.cd-top-text ul.cd-list li:last-child {
    margin-right: 0;
}

.cd-top-text ul.cd-list li p {
    margin-bottom: 0;
    font-weight: 700;
    color: #1b2026;
}

.cd-top-text .cd-btn {
    margin-left: 20px;
}

.oc-box {
    background: #fff;
    padding: 40px 30px;
    padding-right: 70px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.oc-text {
    overflow: hidden;
}

.oc-text span>span {
    color: #1b2026;
    font-weight: 700;
}

.oc-img {
    float: left;
    margin-right: 40px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.oc-text p {
    font-size: 20px;
    line-height: 34px;
}

.oc-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/* fun fact */
.section-bg-white {
    position: relative;
}

.section-bg-white::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 34%;
    height: 62%;
    content: "";
    bottom: 0;
    margin: auto;
}

.fun-fact-img {
    margin-right: 50px;
}

.fun-fact-img img {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.fun-fact-content p {
    padding-right: 30px;
}

.ff-count-single {
    display: flex;
    align-items: center;
}

.ff-count-single .ff-icon {
    float: left;
    margin-right: 28px;
}

.ff-count-single .ff-icon i {
    font-size: 24px;
    width: 60px;
    height: 60px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    color: #8bd176;
    border-radius: 50%;
}


.ff-count-single .ff-icon.icon-2 i {
    color: #ff6666;
}

.ff-count-single .ff-count-text h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0px;
}

/* contact */
.contact-area .section-title {
    margin-bottom: 35px;
    max-width: 620px;
}

.contact-form-wrapper {
    background: #dce8eb;
    padding: 80px;
    padding-top: 75px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.contact-form .contact-input input,
.contact-form .contact-input textarea {
    width: 100%;
    height: 60px;
    border: 0;
    padding: 0 20px;
    padding-right: 45px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 25px;
}

.contact-form .contact-input textarea {
    padding: 15px 20px;
    padding-right: 20px;
    padding-right: 40px;
    height: 190px;
    resize: none;
    line-height: 28px;
}

.subject-filter .nice-select {
    width: 100%;
    height: 60px;
    line-height: 45px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #ddd;
    font-size: 16px;
}

.subject-filter .nice-select::after {
    height: 9px;
    width: 9px;
    margin-top: -6px;
    right: 28px;
}

.subject-filter .nice-select .list {
    margin-top: 0;
    width: 100%;
}

.contact-input {
    position: relative;
}

.contact-input i {
    position: absolute;
    top: 23px;
    right: 25px;
    font-size: 15px;
    color: #999;
}

.contact-btn button{
    width: 100%;
}

.gmaps-area .contact-map {
    height: 650px;
}

.gmaps-area iframe {
    height: 100%;
    width: 100%;
    border: 0;
}

.contact-tab .nav-link {
    background: #eac7ae;
    color: #1b2026;
    padding: 16px 50px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.contact-tab .nav-link.active {
    background-color: #dce8eb;
}

.contact-2 .contact-form-wrapper {
    border-top-left-radius: 0;
}

.contact-2 .contact-main {
    margin-top: -150px;
}

.contact .section-title-2 {
    max-width: 700px;
    margin: 0px auto 44px;
}

.contact .single-contact {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    transition: all 0.2s linear;
    border-radius: 10px;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.contact .single-contact:hover {
    transform: scale(0.95);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
}

.contact .single-contact .c-content {
    padding: 45px;
}

.contact .single-contact .c-icon {
    width: 100px;
    height: 100px;
    background: #dce8eb;
    display: inline-block;
    line-height: 94px;
    border-radius: 50%;
}

.contact .single-contact .c-text h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

.contact .single-contact .c-text p {
    margin-bottom: 0;
}

.contact .single-contact .c-btn a {
    background: #dce8eb;
    display: block;
    padding: 17px 0;
    color: #1b2026;
    font-weight: 700;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}

.contact .single-contact .c-btn a i {
    font-size: 13px;
    padding-left: 12px;
}

.contact .s-contact-2 {
    background-color: #dce8eb;
}

.contact .s-contact-2 .c-btn a {
    background-color: #cedce0;
}

.contact .s-contact-2 .c-icon,
.contact .s-contact-3 .c-icon {
    background-color: #fff;
}

.contact .s-contact-3 {
    background: #eac7ae;
}

.contact .s-contact-3 .c-btn a {
    background: #f1dbcb;
}

/* news */
.single-news {
    background: #efefef;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.single-news:hover {
    background-color: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.news-thumb img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.news-area .news-content {
    padding: 35px 40px;
    position: relative;
    border: 2px solid #dedede;
    border-top: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.single-news:hover .news-content {
    border-color: #fff;
}

.single-news .blog-tage {
    position: absolute;
    top: -33px;
    left: 40px;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
}

.single-news .blog-tage a {
    font-size: 14px;
    color: #777;
    padding: 6px 20px;
    display: inline-block;
}

.news-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.news-content h3 a:hover {
    color: inherit;
}

.news-content p {
    line-height: 28px;
    margin-bottom: 0;
}

.news-meta li {
    font-size: 14px;
    color: #999;
    margin-right: 7px;
    padding-right: 7px;
    display: inline-block;
    position: relative;
}

.news-meta li::before {
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 14px;
    content: "";
    background: #d9d9d9;
}

.news-meta li:last-child::before {
    background: none;
}

.news-meta li a {
    color: #1b2026;
    margin-right: 10px;
    font-weight: 700;
}

.news-meta li.cmt a {
    font-weight: 500;
    color: #646c76;
}




.news-wrapper {
    background: #fff;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    height: 100%;
}

.news-item .post-thumb img {
    width: 100%;
    transition: all 0.25s linear;
    border: 5px solid #074B7A;
    clip-path: polygon(30% 0px, 30% 5px, calc(100% - 5px) 5px, calc(100% - 5px) 50%, 100% 50%, 100% 100%, 70% 100%, 70% calc(100% - 5px), 6px calc(100% - 5px), 6px 50%, 0% 50%, 0% 0%);
}
.news-item .post-thumb:hover img {
    border: 5px solid #b11116;
    clip-path: polygon(60% 0px, 60% 5px, calc(100% - 5px) 5px, calc(100% - 5px) 70%, 100% 70%, 100% 100%, 40% 100%, 40% calc(100% - 5px), 6px calc(100% - 5px), 6px 30%, 0% 30%, 0% 0%);
}

.news-item .post-content {
    padding: 30px 40px;
    position: relative;
}

.post-content .post-text {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.post-content .post-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 12px;
}

.post-content .post-title a:hover {
    color: inherit;
}

.post-content .post-meta li:not(:last-child) {
    margin-right: 25px;
    padding-right: 28px;
}

.post-content .post-meta li {
    display: inline-block;
    position: relative;
    color: #777;
    font-size: 14px;
}

.post-content .post-meta li i {
    color: #1b2026;
    padding-right: 2px;
    font-size: 14px;
}

.post-content .post-meta li a {
    color: #777;
}

.post-content .post-meta li:not(:last-child)::before {
    content: "|";
    position: absolute;
    right: 0;
    color: #e5e5e5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-content .post-meta li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.post-tag-author .p-tag a,
.single-news-wrapper .post-content .p-tag a {
    font-size: 14px;
    color: #1b2026;
    font-weight: 700;
    padding: 6px 20px;
    display: inline-block;
    position: absolute;
    top: -17px;
    left: 47px;
    background: #dce8eb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 1;
}

.news-2 .single-news .blog-tage {
    background: #ff8484;
}

.news-2 .single-news .blog-tage a {
    color: #fff;
}

.post-tag-author .p-author {
    display: flex;
    align-items: center;
    position: absolute;
    top: -33px;
    right: 50px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    padding-right: 35px;
    z-index: 1;
}

.post-tag-author .pa-thumb {
    margin-right: 10px;
}

.post-tag-author .p-author .pa-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.gallery-post-active .owl-nav .owl-prev,
.gallery-post-active .owl-nav .owl-next {
    font-size: 18px !important;
    line-height: 52px;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #1b2026 !important;
    background-color: #fff !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.gallery-post-active .owl-nav .owl-next {
    right: 0px;
    left: auto;
}

.audio-post .post-content,
.quote-post .post-content,
.no-thumb .post-content {
    padding-top: 37px;
}

.news-item.quote-post .post-content .post-title {
    margin: 0;
    position: relative;
    padding-left: 105px;
}

.news-item.quote-post .post-content .post-title::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #f7d9c4;
    font-family: 'themify';
    font-size: 80px;
    content: "\e67f";
}

.pagination-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -5px;
}

.pagination-wrap ul li {
    padding: 5px;
}

.pagination-wrap ul a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #777;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pagination-wrap ul a:hover,
.pagination-wrap ul a.current-page {
    background-color: #dce8eb;
    color: #1b2026;
}

.news-sidebar .widget {
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 20px;
}

.news-sidebar .widget .widget-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}



.news-sidebar .widget .author-content img {
    margin-bottom: 20px;
}

.news-sidebar .widget .author-content {
    text-align: center;
    padding: 0 10px;
}

.news-sidebar .widget .author-content .name {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

.news-sidebar .widget .author-content p {
    font-size: 14px;
    color: #777777;
    line-height: 26px;
}

.news-sidebar .widget .author-content .social-icon {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.news-sidebar .widget .author-content .social-icon li a {
    color: #d4d4d4;
    font-size: 14px;
    margin: 0 8px;
}

.news-sidebar .widget .author-content .social-icon li a:hover {
    color: #1b2026;
}

.widget .search-widget {
    position: relative;
}

.widget .search-widget input {
    width: 100%;
    height: 60px;
    font-size: 12px;
    background-color: #f5f5f5;
    color: #1b2026;
    padding-left: 30px;
    padding-right: 60px;
}

.widget .search-widget button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: #dce8eb;
    color: #1b2026;
    font-size: 14px;
    border: none;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.widget .widget-post li:not(:last-child) {
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.widget .widget-post li {
    display: flex;
    align-items: center;
}

.widget .widget-post li .post-thumb {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}

.widget .widget-post li h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.widget .widget-post li h6 a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #1b2026;
}

.widget .widget-post li span.date i {
    font-size: 14px;
    margin-right: 7px;
}

.widget .post-category li:not(:last-child) {
    margin-bottom: 10px;
}

.widget .post-category li a {
    padding: 18px 50px 18px 30px;
    line-height: 1;
    background-color: #f8f8f8;
    display: block;
    color: #777777;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-radius: 10px;
    overflow: hidden;
}

.widget .post-category li a span {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.widget .post-tags {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.widget .post-tags li {
    padding: 5px;
}

.widget .post-tags li a {
    line-height: 1;
    font-size: 12px;
    color: #777777;
    padding: 11px 22px;
    background: #f4f4f4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.widget .post-tags li a:hover {
    background-color: #dce8eb;
    color: #1b2026;
}

.news-sidebar {
    margin-left: 20px;
}

@media screen and (min-width:992px){
    .news-sidebar {
        position: sticky;
        top: 20px;
    }
}

.single-news-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.single-news-wrapper .post-content .post-text {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.single-news-wrapper .post-content .p-tag a {
    position: unset;
    margin-bottom: 20px;
}

.single-news-wrapper .post-content .post-meta {
    margin-bottom: 20px;
}

.single-news-wrapper .post-content .subtitle {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.single-news-wrapper .divider {
    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
    margin: 30px 0;
}

.news-post-s p {
    margin-bottom: 0;
}

.post-content-list li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.post-content-list li i {
    color: #1b2026;
    font-size: 15px;
    margin-right: 10px;
}

.single-news-wrapper .post-content blockquote {
    background-color: #dce8eb;
    padding: 60px;
    border-radius: 15px;
    font-size: 28px;
    font-weight: 700;
    color: #1b2026;
    letter-spacing: -1px;
    text-align: center;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.single-news-wrapper .post-content blockquote::before {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e67f";
    font-family: 'themify';
    color: #fff;
    font-size: 200px;
    z-index: -1;
}

.single-news-wrapper .post-content blockquote cite {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #777777;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.post-tag-wrap .related-tag h5,
.post-tag-wrap .social-share h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.post-tag-wrap .related-tag ul li a {
    line-height: 1;
    font-size: 12px;
    color: #777777;
    padding: 11px 22px;
    background: #f4f4f4;
    margin-right: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.post-tag-wrap .related-tag ul li a:hover {
    background-color: #dce8eb;
    color: #1b2026;
}

.post-tag-wrap .social-share h5 {
    text-align: right;
}

.post-tag-wrap .related-tag ul {
    display: flex;
}

.post-tag-wrap .social-share ul {
    display: flex;
    justify-content: flex-end;
}

.post-tag-wrap .social-share ul li a {
    font-size: 16px;
    color: #999999;
    margin-left: 15px;
}

.post-tag-wrap .social-share ul li a:hover {
    color: #1b2026;
}

.single-news-wrapper .post-footer .post-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.single-news-wrapper .post-footer .post-nav .next-post {
    text-align: right;
}

.single-news-wrapper .post-footer .post-nav::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: url(../img/icon/nav-dots.png)
}

.single-news-wrapper .post-footer .post-nav span {
    color: #777;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
}

.single-news-wrapper .post-footer .post-nav h3 {
    font-size: 28px;
    font-weight: 700;
}

.single-news-wrapper .post-footer .post-nav h3 a:hover {
    color: inherit;
}

.related-post .related-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 34px;
}

.related-post-single {
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}

.related-post-single .rp-thumb img {
    width: 100%;
}

.related-post-single .content {
    padding: 35px;
}

.related-post-single .content .date {
    font-size: 14px;
    color: #777;
    margin-bottom: 8px;
    display: inline-block;
}

.related-post-single .content .date i {
    color: #1b2026;
    padding-right: 2px;
    font-size: 14px;
}

.related-post-single .content h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.related-post-single .content h4 a:hover {
    color: inherit;
}

.related-post-single .content p {
    margin-bottom: 0;
}

.post-author {
    display: flex;
    align-items: center;
    border: 2px solid #f3f3f3;
    padding: 35px;
}

.post-author .p-image {
    max-width: 180px;
    flex: 0 0 180px;
    margin-right: 40px;
}

.post-author .p-info .name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
}

.post-author .p-info p,
.post-author .p-info span {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
    line-height: 26px;
}

.post-comment .comment-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
}

.post-comment .comment-list li {
    position: relative;
    padding-left: 130px;
}

.post-comment .comment-list li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
}

.post-comment .comment-list li .comment-author {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.post-comment .comment-list li .comment-content {
    position: relative;
    font-size: 14px
}

.post-comment .comment-list li .comment-content h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-comment .comment-list li .comment-content .date {
    font-size: 14px;
    margin-bottom: 15px;
}

.post-comment .comment-list li .comment-content .date i {
    margin-right: 2px;
    font-size: 14px;
}

.post-comment .comment-list li .comment-content p {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
    line-height: 24px;
}

.post-comment .comment-list li .comment-content .reply {
    position: absolute;
    top: 0;
    right: 0;
    color: #777;
    border: 2px solid #f3f3f3;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.post-comment .comment-list li .comment-content .reply:hover {
    background-color: #1b2026;
    color: #fff;
    border-color: #1b2026;
}

.post-comment .comment-list li .comment-content .reply i {
    margin-right: 5px;
}

.post-comment .comment-list li .children {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f3f3f3;
}

.comment-form {
    background: #dce8eb;
    padding: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.comment-form .input-field {
    position: relative;
}

.comment-form .input-field input,
.comment-form .input-field textarea {
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    padding-right: 45px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.comment-form .input-field textarea {
    height: 150px;
    padding: 20px;
    resize: none;
}

.comment-form .input-field i {
    position: absolute;
    top: 23px;
    right: 25px;
    font-size: 15px;
    color: #999;
}

.comment-form .comment-btn {
    padding-top: 10px;
}

/* careers */
.careers-area{
background-color: #1b2026;
    margin-top: 150px;
    border: 1px solid transparent;
}

.careers-area .section-title {
    margin-bottom: 0px;
}

.careers-box {
    z-index: 2;
    overflow: hidden;
    padding: 70px;
    position: relative;
    margin-top: -150px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}

.careers-box .careers-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 230px;
}

.careers-right li {
    width: 100%;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.careers-right li:last-child {
    margin-bottom: 0;
}

.careers-right li a {
    color: #777777;
    padding: 15px 60px;
    display: block;
    position: relative;
}

.careers-right li a::before {
    position: absolute;
    left: 30px;
    top: 50%;
    content: "\e651";
    font-family: 'themify';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 16px;
}

.careers-right li:nth-child(2) a:before {
    content: "\e640";
}

.careers-right li:nth-child(3) a:before {
    content: "\e6d6";
}

.careers-right li a::after {
    position: absolute;
    right: 30px;
    top: 50%;
    content: "\e628";
    font-family: 'themify';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 16px;
}

/* counter */
.counter-right-bg {
    position: relative;
}

.counter-right-bg::before {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 50%);
    height: 100%;
    content: "";
    background: #fff;
    z-index: -1;
}

.counter-wrapper {
    background: #fff;
    padding: 50px 0;
    padding-left: 50px;
    border-radius: 10px 0 0 10px;
}

.single-counter {
    display: flex;
    align-items: center;
}

.single-counter .counter-icon {
    float: left;
    margin-right: 20px;
}

.single-counter .counter-icon i {
    font-size: 24px;
    width: 60px;
    height: 60px;
    background: #ff8484;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
}

.single-counter .counter-text h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0px;
}

.single-counter .counter-text p {
    margin-bottom: 0px;
}

.counter-2 .single-counter {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* showcase */
.showcase-area {
    position: relative;
}

.showcase-area::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e6e6e6;
    content: "";
    width: 100%;
    height: 50%;
}

.showcase-active .layout-image {
    padding: 89px 10px 70px;
}

.showcase-active.owl-carousel .owl-item.active.center {
    padding: 0 !important;
}

.showcase-active .owl-item {
    padding: 25px 35px;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* price plan */
.price-plan-area .section-title-2 {
    max-width: 700px;
    margin: 0px auto 44px;
}

.pp-single {
    padding: 60px;
    padding-top: 55px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 1;
    overflow: hidden;
}

.pp-single .price-head span {
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.pp-single .price-head h3 {
    font-size: 60px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-bottom: 0;
}

.pp-single ul.price-list li {
    color: #777;
    font-size: 18px;
    margin-bottom: 12px;
}

.pp-single ul.price-list li:last-child {
    margin-bottom: 0;
}

.pp-single ul.price-list li.disable {
    color: #d9d9d9;
}

.pp-single ul.price-list li i {
    font-size: 16px;
    color: #c5c5c5;
    margin-right: 20px;
}

.pp-single .pp-shape {
    position: absolute;
    right: -1px;
    bottom: 0;
    z-index: -1;
    width: 320px;
}

.pp-single ul.price-list li.disable i {
    color: #f1f1f1;
}

.pp-single.active {
    background-color: #394ec0;
}

.pp-single.active .price-head span,
.pp-single.active .price-head h3,
.pp-single.active ul.price-list li,
.pp-single.active ul.price-list li i {
    color: #fff;
}

.pp-single.active ul.price-list li.disable {
    color: #7c8ce2;
}

.pp-single.active ul.price-list li.disable i {
    color: #5163be;
}

.pp-single.active .price-btn a {
    background-color: #fff;
}

.pp-single.active .price-btn a:hover {
    background-color: #1b2026;
}

/* newsletter */
.newsletter-area {
    overflow: hidden;
}

.newsletter-wrapper {
    padding: 100px 70px;
    background: #1b2026;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}

.newsletter-text span {
    font-size: 16px;
    color: #ff8484;
    font-weight: 700;
    margin-bottom: 9px;
    display: inline-block;
}

.newsletter-text h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

.newletter-right {
    padding-left: 50px;
}

.newsletter-from {
    position: relative;
    display: block;
    padding-right: 185px;
}

.newsletter-from input {
    width: 100%;
    max-width: 370px;
    height: 60px;
    background-color: #31363b;
    border: 0;
    padding: 0 20px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.newsletter-from button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff8484;
    color: #fff;
    width: 170px;
    height: 60px;
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.newsletter-from button:hover {
    background-color: #fff;
    color: #221f1f;
}

.newsletter-from input::-moz-placeholder {
    color: #747a80;
    font-size: 14px;
}

.newsletter-from input::placeholder {
    color: #747a80;
    font-size: 14px;
}

.newsletter-wrapper .nl-shape .nl-shape-01 {
    position: absolute;
    left: -25px;
    top: -25px;
    z-index: -1;
}

.newsletter-wrapper .nl-shape .nl-shape-02 {
    position: absolute;
    right: -25px;
    bottom: -25px;
    z-index: -1;
}

/* page title */
.page-title-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.page-title-area::before {
    position: absolute;
    left: -11%;
    top: -68%;
    background: #eac7ae;
    content: "";
    width: 440px;
    height: 440px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
}

.page-title-area::after {
    position: absolute;
    right: -2%;
    bottom: -85%;
    background: #eac7ae;
    content: "";
    width: 550px;
    height: 550px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
}

.page-title p {
    font-weight: 500;
    color: #a3abb6;
    margin-bottom: 10px;
}

.page-title h3 {
    font-size: 60px;
    margin-inline: 0;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

.breadcrumb-list {
    background: #fff;
    display: inline-block;
    float: right;
    padding: 14px 32px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.breadcrumb-list ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    font-weight: 700;
    color: #1b2026;
    font-size: 16px;
    position: relative;
}

.breadcrumb-list ul li:last-child::before {
    background: none;
}

.breadcrumb-list ul li::before {
    position: absolute;
    top: 6px;
    right: -4px;
    width: 2px;
    height: 14px;
    content: "";
    background: #e7e7e7;
}

.breadcrumb-list ul li a {
    color: #777;
}

.breadcrumb-list ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

/* about */
.about-left {
    position: relative;
}

.about-left .about-big-img {
    padding-left: 70px;
    padding-right: 70px;
}

.about-left .about-sml-img {
    position: absolute;
    top: -14%;
    left: 0%;
    max-width: 180px;
}

.about-left .about-left-text {
    position: absolute;
    bottom: -18%;
    right: 1%;
    background: #fff;
    padding: 40px 22px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.about-sml-img img,
.about-big-img img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.about-left-text h3 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
}

.about-left-text h3>span {
    font-size: 16px;
}

.about-left-text p {
    font-weight: 500;
    margin-bottom: 0;
}

.about-area .about-right {
    margin-left: 20px;
}

.about-area .about-right .section-title>h2,
.skill-area .skill-left .section-title>h2 {
    font-size: 50px;
    line-height: 62px;
}

.about-bq-box {
    background: #dce8eb;
    padding: 25px 30px;
    border-radius: 10px;
}

.about-bq-box p {
    font-size: 18px;
    line-height: 30px;
    color: #777;
    margin-bottom: 9px;
}

.about-bq-box span {
    font-size: 14px;
    color: #777;
}

.about-bq-box span>span {
    font-weight: 700;
    color: #1b2026;
}

.about-box-text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 9px;
}

/* skill */
.skill-area .section-title {
    margin-bottom: 5px;
}

.single-skill span {
    font-size: 18px;
    margin-bottom: 12px;
    display: inline-block;
    color: #1b2026;
    font-weight: 700;
}

/* gallery */
.gallery-area {
    overflow: hidden;
    position: relative;
}

.gallery-area::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #fff;
    width: 100%;
    height: 50%;
}

.gallery-active {
    position: relative;
}

.gallery-active::before {
    position: absolute;
    content: '';
    width: 5000px;
    height: 50%;
    background: #fff;
    z-index: 5;
    left: -5000px;
    top: 0px;
}

.gallery-active::after {
    position: absolute;
    content: '';
    width: 5000px;
    height: 50%;
    background: #efefef;
    z-index: 5;
    left: -5000px;
    bottom: 0px;
}

.gallery-area .owl-carousel .owl-stage-outer {
    overflow: inherit;
}

/* team */
.team-area .section-title-2 {
    margin: 0px auto 43px;
}

.team-single {
    transition: all 0.2s linear;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
    height: 100%;
    background: #fff;
    padding: 30px;
    padding-bottom: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.team-single:hover {

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    transform: translate(0px , -8px)  scale(1.01);

}

.team-single .team-text h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.team-single:hover .team-text h3 a {
    color: #074B7A;
}

.team-single .team-social a {
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #1b2026;
    background: #e8e8e8;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.team-single .team-social a:hover {
    background-color: #eac7ae;
    color: #fff;
}

.team-single .team-thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.team-single .team-thumb::before,
.team-single .team-thumb::after {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #eac7ae;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.team-single .team-thumb::before {
    left: 30px;
    top: 9px;
}

.team-single .team-thumb::after {
    right: 30px;
    bottom: 9px;
}

.team-single:hover .team-thumb::before {
    opacity: 1;
    left: 13px;
    top: -4px;
}

.team-single:hover .team-thumb::after {
    opacity: 1;
    right: 13px;
    bottom: -4px;
}

.team-single .team-thumb img {
    max-width: 140px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.team-details-area .td-thumb {
    border: 10px solid #fff;
    border-radius: 10px;
}

.team-details-area .td-bg {
    position: relative;
}

.team-details-area .td-bg::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 100%;
    height: 93%;
    content: "";
    background: #dbe7ea;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.team-details-area .td-bg .td-content {
    padding: 40px 60px;
}

.team-details-area .td-bg .td-thumb img {
    width: 100%;
}

.td-content .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 32px;
}

.td-content .td-info-list li {
    color: #777;
    font-size: 18px;
    margin-bottom: 20px;
}

.td-content .td-info-list li:last-child {
    margin-bottom: 0;
}

.td-content .td-info-list li span {
    color: #1b2026;
}

.td-content .td-info-list li a {
    color: inherit;
}

.td-content .td-social a {
    font-size: 16px;
    color: #999;
    background: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 63px;
    margin-right: 10px;
    border-radius: 10px;
}

.td-content .td-social a:hover {
    background-color: #3b5999;
    color: #fff;
}

.td-content .td-social a:hover:nth-child(2) {
    background-color: #1c9cea;
}

.td-content .td-social a:hover:nth-child(3) {
    background-color: #e54885;
}

.td-content .td-social a:hover:nth-child(4) {
    background-color: #2491c8;
}

.td-image {
    position: relative;
}

.td-image img {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.td-bottom-content .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.td-list li {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.td-list li:last-child {
    margin-bottom: 0;
}

.td-list li i {
    width: 40px;
    height: 40px;
    background: white;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    color: #1b2026;
    margin-right: 15px;
}

.service-inner-img-box{
    padding:0 10px 40px 10px;
}

.service-inner-img-box img{
    border: 10px solid #b11116;
    clip-path: polygon(50% 0px, 50% 10px, calc(100% - 10px) 10px, calc(100% - 10px) 50%, 100% 50%, 100% 100%, 50% 100%, 50% calc(100% - 10px), 11px calc(100% - 10px), 11px 50%, 0% 50%, 0% 0%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    transition: all 0.2s linear;
    
}

.service-inner-img-box:hover img{
    border: 10px solid #074B7A; 
    clip-path: polygon(50% 10px, 50% 0px, calc(100% - 0px) 0px, calc(100% - 0px) 50%, calc(100% - 10px) 50%, calc(100% - 10px) calc(100% - 10px), 50% calc(100% - 10px), 50% calc(100%), 0px calc(100%), 0px 50%, 11px 50%, 11px 10px );
}


/* preloader */
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    left: 0;
    top: 0;
    z-index: 9999999999;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #222;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}


.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}

video {
    object-fit: cover;
    width: 100%;
    height: 850px;
    z-index: 1;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, #000000b3 50%, #000000b3 50%);
    background-size: 3px 3px;
    z-index: 2;
}

.video-div {
    margin-top: 130px;
}

/* ----------- Non-Retina Screens ----------- */
@media only screen and (max-width: 1200px) {
    video {
        height: 800px !important;
        object-fit: cover;
    }
}

.pagination {
    width: 50%;
    margin: 0 auto;
    justify-content: center;
}




:root {
    /* COLORS */
    --white: #e9e9e9;
    --gray: #333;
    --blue: #0367a6;
    --lightblue: #008997;

    /* RADII */
    --button-radius: 0.7rem;

    /* SIZES */
    --max-width: 758px;
    --max-height: 420px;

    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.pop-up {
    overflow:hidden;
    width: 70% !important;
    border-radius: 20px;
    position: fixed;
    top: 15%;
    left: 13%;
    z-index: 9999999;
    background-color: #eee;
    box-shadow: 2px 2px 2px 2px #000;
}

.pop-up .mobile-pop-close{
    display: none;
}



.imgcol {
    background-image: url('/assets/frontend/img/pop up-01.jpg');
    background-position: center;
    background-size: cover;
    /* 890 x 1160 */
}

.pop-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-ellipsis--2 {
    text-overflow: ellipsis;
    overflow: hidden;
    /* Addition lines for 2 line or multiline ellipsis */
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}

@media only screen and (max-width: 600px) {
    .pop-up {
        /* top: 1%; */
        /* height: 100%; */
        width: 100% !important;
        left: 0px;
    }

    .pop-up .col-lg-6:nth-child(2){
        display: none;
    }

    .pop-up input {
        height: 40px;
    }

    .pop-up h3 {
        font-size: 18px;
    }

    .pop-up textarea {
        height: 50px;
    }

    .pop-up select {
        height: 40px !important;
    }

    .pop-img {
        width: 100%;
        height: 70%;
        object-fit: cover;
    }

    .pop-up input {
        font-size: 14px;
    }

    .pop-up input::placeholder {
        font-size: 12px;
    }

    .pop-up textarea {
        font-size: 14px;
    }

    .pop-up button {
        font-size: 12px;
        padding: 5px;
    }

    video {
        height: 1070px !important;
    }

    .video-div .col-lg-7 p {
        display: none;
    }
    .banner-area .video-div>.row form{
        margin-top: 25px;
    }


    #hide-on-mobile {
        display: none;
    }

    .pop-close {
        position: absolute;
        top: -180px;
        right: 10px;
    }

    .imgcol {
        border-radius: 20px;
        height: 470px;
        background-size:100% 100%;
        background-repeat: no-repeat;
    }

    .pop-up .mobile-pop-close{
        display: block;
        position: relative;
        top: 20px;
           text-align: end;
   
       }

    .footer-logo {
        display: none;
    }
}

.share.fb-btn{
background: #3b5998;
}

.share.twitter-btn{
background: #00acee;
}

.share.whatsapp-btn{
background: #25D366
;
}

.share{
    border: none;
}

.share:hover{
    background:#b11116;
}

.top-progress-bar{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    padding: 1px 0;

}

.progress-bar-inner{
    height: 100%;
    width: 3px;
    background: #b11116 30px;
      border-radius:0 10px 10px 0;
}


/* Video Book Trailer Video */


.inbox-video {
    height: 200px !important;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25)
}

@media screen and (max-width:992px) and (min-width:768px) {
    
.inbox-video {
    height: 300px !important;
}
}