/*-----------------------------------------------------------------------------------  

     CSS INDEX
    ===================
    1. Theme default css
    2. Header area
    3. Intro area
    4. Welcome services area
    5. About Area
    6. Services Area
    7. Counter Area
    8. Projects Area
    9. Feature Area
    10. Reviews Area Css
    11. Blog Area
    12. Footer Area
    13. Home Area 02
    14. Overview Area
    15.Pricing area css
    16. FAQ  Area
    17. Home -03
    18.Tab Services Area
    19. Team Area
    20. Quote Area
    21. Home-04 Area
    22. Overview Area-2
    23. Breadcumbs Area
    24. Error page
    25. Services Details area
    26. Blog Sidebar Area
    27. Blog Details
    28. Project Details page
    29.	Contact Us  CSS
    30. Login And Register page
    31. Saas Home Page
    32. Apps Home Page


    
-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/

/*@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&amp;display=swap');*/


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

body {
    font-family: 'Outfit', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #7a7788;
    font-size: 16px;
    background:#f9f9f9;
}

.img,
img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.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 {
    color: #000;
    text-decoration: none;
}

a,
button {
    color: #000;
    outline: medium none;
}

button {
    cursor: pointer;
    transition: .3s;
}

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: 'Playfair Display', serif;*/
    font-family: 'Outfit', sans-serif;
    color: #151b2c;
    margin-top: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 60px;
    line-height: 66px;
}

h2 {
    font-size: 40px;
    line-height: 46px;
}

h3 {
    font-size: 25px;
    line-height: 40px;
}

h4 {
    font-size: 20px;
    line-height: 32px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 28px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #737373;
    margin-bottom: 15px;
    text-align: justify;
}

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;
}

*::-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: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #017BFF none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.rated {
    border-left: 1px solid #eee;
    padding: 20px;
    font-size: 18px;
    font-weight: 100;
}

.section-headline {
    padding-bottom: 30px;
}

.area-padding {
    padding: 80px 0px 0px;
}

.area-padding-2 {
    padding: 80px 0px;
}

.area-padding-3 {
    padding: 80px 0px;
}

.section-headline h2 {
    color: #171717;
    font-size: 46px;
    line-height: 54px;
    text-transform: capitalize;
    font-weight: 100;
}

.section-headline h2 span:first-child {
    color: #A3A3A3;
}

.section-headline h6 {
    font-size: 18px;
    color: #171717;
    font-weight: 100;
}

.white-headline h2 {
    color: #fff;
}

.white-headline p {
    color: #ddd;
}

.section-headline p {
    width: 480px;
    margin: 0px auto 15px;
}

.separator {
    border-bottom: 2px solid #eae7ff
}

.bg-color {
    background: #efefff;
}

.area-80 {
    padding: 80px 0px;
}

.bread-pd {
    padding: 190px 0px 90px;
}

.hd-btn {
    -moz-user-select: none;
    background: #017BFF;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    position: relative;
    min-height: 50px;
    line-height: 52px;
    border-radius: 3px;
    border: 1px solid #017BFF;
    text-transform: uppercase;
    font-weight: 700;
}

.hd-btn:hover {
    background: transparent;
    color: #017BFF;
    transition: all 0.3s ease 0s;
}

.play-btn {
    height: 60px;
    width: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    color: #fff;
    padding-left: 3px;
    margin-left: 27px;
    border: 1px solid #017BFF;
    font-size: 30px;
    position: relative;
    top: 6px;
}

.color-text {
    color: #017BFF !important;
}

.play-btn:hover {
    background-color: #017BFF;
    box-shadow: 0px 8px 16px 0px rgba(225, 36, 84, 0.2);
    color: #fff;
}

.about-video-btn {
    font-size: 14px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    padding-left: 3px;
}

.about-video-btn.white-video-btn {
    width: 120px;
    height: 120px;
    line-height: 119px;
    background: #fff;
    color: #223645;
}

.about-video-btn.white-video-btn:hover {
    background: #017BFF;
    border: 2px solid #017BFF;
    color: #fff;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

#scrollUp {
    background: #d6e8fb;
    height: 44px;
    width: 44px;
    right: 50px;
    bottom: 77px;
    color: #017BFF;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    line-height: 46px;
}

#scrollUp:hover {
    background: #017BFF;
    color: #fff;
}

.brand-content {
    background: #f5f5f5;
    padding: 30px;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('img/logo/preloader.gif') no-repeat center center;
}

/*----------------------------------------*/
/*  2. Header bottom area
/*----------------------------------------*/
.header-one {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.logo img {
    position: relative;
    z-index: 2;
}

.header_menu ul li {
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

.header_menu ul li a {
    color: #647589;
    font-weight: 700;
    padding: 40px 0;
    display: block;
    font-size: 16px;
}

.header_menu ul li a:hover {
    color: #017BFF !important;
}

.header_menu ul li.menu-item-has-children>a::after {
    content: " +";
}

.header_menu ul li.menu-item-has-children>a::after {
    content: '\e64b';
    font-family: 'themify';
    font-weight: 700;
    margin-left: 5px;
    font-size: 10px;
}

.header_menu ul li ul.submenu {
    position: absolute;
    background: #ffffff;
    width: 230px;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 15px 0;
    -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;
    border-top: 2px solid #017BFF;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    z-index: 99;
    text-align: left;
}

.header_menu ul li ul.submenu li {
    margin: 0;
    display: block;
}

.header_menu ul li ul.submenu li a {
    padding: 8px 30px;
    font-size: 15px;
    position: relative;
    display: inline-block;
}

.header_menu ul li ul.submenu li a:hover {
    color: #017BFF;
}

.header_menu ul li ul.submenu li a::after {
    position: absolute;
    content: "\e628";
    left: 50%;
    top: 9px;
    font-family: themify;
    font-size: 14px;
    color: #017BFF;
    opacity: 0;
    transition: 0.5s;
    font-weight: 700;
}

.header_menu ul li ul.submenu li a:hover::after {
    left: 190px;
    opacity: 1;
    transition: 0.5s;
}

.header_menu ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 96%;
}

.header_menu ul li ul.submenu li:hover>a {
    color: #223645;
}

.header-social-icons {
    float: right;
}

.main-menu ul li:hover>a {
    color: #223645;
}

.header-right {
    margin-left: 60px;
    float: right;
    padding: 25px 0px;
}

.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 3px #ddd, -2px -2px 3px #ddd;
    background: #fff;
}

.header-area.stick .header_menu ul.main-menu>li>a {
    padding: 30px 0px;
}

.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 15px 0;
}

.header-area.stick .header-right {
    margin-left: 60px;
    padding: 15px 0px;
}

.search-inner {
    display: inline-block;
    margin-right: 25px;
}

.search-option {
    background: #f0faff;
    bottom: -84px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 300px;
    z-index: 99999;
    padding: 20px;
}

.header-right a.main-search {
    color: #444;
    display: inline-block;
    font-size: 18px;
    position: relative;
}

.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 214px;
    height: 44px;
}

.search-option button.button {
    background: #017BFF;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}

/*----------------------------------------*/
/*  3. Intro Area
/*----------------------------------------*/
/*.intro-home{
	position: relative;
	overflow: hidden;
    z-index: 1;
    background: #A7BFAC;
}*/
.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.intro-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -180px;
}

.slide-images {
    margin-top: -40px;
}

.slide-all-text {
    margin-top: 30px;
}

.slider-content {
    position: relative;
}

.title-2 {
    color: #2a354e;
    font-size: 54px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.layer-1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.top-img {
    float: left;
    width: 50px;
    height: auto;
    margin-right: 20px;
    padding: 10px;
    border: 1px solid #017BFF;
    border-radius: 3px;
}

.title-1 {
    font-size: 24px;
    color: #313d58;
    padding: 10px 15px;
    margin-bottom: 0px;
    font-weight: 600;
}

.ready-btn {
    color: #fff;
    font-weight: 600;
    padding: 13px 30px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
}

.anti-btn {
    background-color: #017BFF;
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 3px;
}

.anti-btn::before {
    background-color: #090962;
    position: absolute;
    content: '';
    height: 100%;
    width: 0;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
    border-radius: 2px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.anti-btn:hover {
    color: #fff;
    transform: translateY(-5px);
    transition: 0.5s;
    border-radius: 3px;
}

.anti-btn:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    color: #fff;
}

.video-content {
    display: inline-block;
    margin-left: 30px;
}

.services-tab-area i {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    background: #FFF;
    color: #fff;
    margin-right: 10px;
    transition: 0.4s;
}

.video-content a span {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    transition: 0.4s;
    position: relative;
}

.video-content a span:hover {
    color: #017BFF;
}

.video-content a span::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    background: #017BFF;
    width: 0%;
    height: 1px;
    transition: 0.5s;
}

.video-content a span:hover::after {
    width: 100%;
    transition: 0.5s;
}

/*--------------------------------*/
/* 4.Welcome Services Area
/*--------------------------------*/
.welcome-area {
    position: relative;
    background: #F5F5F5;
    padding: 50px 0;
    margin-top: 50px;
}

.well-services {
    text-align: center;
    padding: 40px 0px 0px;
    position: relative;
    overflow: hidden;
}

.services-img {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}

.icon-img {
    width: 60px;
    height: 60px;
    position: relative;
}

.icon-img::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    background: #017BFF;
    width: 50px;
    height: 50px;
    opacity: 0.8;
    border-radius: 50%;
    transition: 0.5s;
}

.well-services::before {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #017BFF;
    z-index: -1;
    opacity: 0;
    transition: 0.4s;
    content: "";
    transform: rotate(45deg);
}

.well-services h2 {
    font-size: 28px;
    line-height: 38px;
}

.wel-content h4 {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 0;
    padding: 0 0 20px;
}

.wel-content p {
    margin-bottom: 0px;
    text-align: center;
}

.service-btn {
    position: absolute;
    right: 15px;
    font-size: 20px;
    bottom: 0;
    color: #017BFF;
}

.well-services:hover .service-btn {
    color: #fff;
    font-size: 24px;
}

/*----------------------------------------*/
/* 5. About Area
/*----------------------------------------*/
.about-area {
    background: url(img/background/bg4.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

.about-text {
    margin-top: 25px;
}

.left-headline h2 {
    font-size: 42px;
    line-height: 52px;
    text-transform: capitalize;
}

.ab-image {
    padding-left: 60px;
    position: relative;
    padding-bottom: 50px;
}

.ab-image img {
    border-radius: 50%;
}

.flat-content {
    display: block;
}

.flat-content .flat-text {
    position: absolute;
    left: 10px;
    top: 45%;
    font-size: 18px;
    display: block;
    font-weight: 600;
    padding: 15px 30px;
    width: 400px;
    height: 80px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #EDF9FF;
}

.flat-content .f-text-down {
    top: 75%;
    left: 60px;
    color: #017BFF;
}

.ab-mark-text li {
    display: block;
    position: relative;
}

.ab-mark-text ul li a {
    color: #6b6d7e;
    padding: 12px 0px 12px 40px;
    display: block;
}

.ab-mark-text li::after {
    position: absolute;
    left: 0px;
    top: 10px;
    content: "\e64c";
    font-family: themify;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    font-size: 16px;
    color: #017BFF;
    background: #EDF9FF;
}

.top-text1 span {
    color: #fff;
    padding: 10px 16px 10px 16px;
    margin-right: 8px;
    border-radius: 8px;
    background: #39393914;
    border: 1px solid #D8D8D814;
}

/*.feature-content {
    background: #f7fbff;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #e2f0ff;
}*/

.top-text2 span {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 7px 10px;
    background: #39393914;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

.top-text i {
    padding: 7px 10px 8px;
    background: #017BFF;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
    line-height: 20px;
    margin-right: 3px;
}

.about-company {
    margin-top: 40px;
    display: block;
    overflow: hidden;
}

.single-about {
    width: 50%;
    float: left;
}

.about-icon {
    font-size: 40px;
    line-height: 60px;
    color: #017BFF;
    background: #EDF9FF;
    margin-right: 20px;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 3px;
    text-align: center;
}

.single-about {
    width: 50%;
    float: left;
}

.ab-text-one,
.ab-text-two {
    border: 1px solid #a0dfe3;
    padding: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 3px;
}

.ab-text-one {
    margin-right: 30px;
}

.ab-text {
    font-weight: 700;
    font-size: 22px;
    padding-left: 0px;
    display: inline-block;
}

/*--------------------------------*/
/* 6. Services Area
/*--------------------------------*/
.service-area {
    position: relative;
}

.single-service {
    z-index: 1;
    background: #fff;
    text-align: left;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    padding: 20px;
}

.single-service::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: #0A0653;
    opacity: 0;
    transition: 0.4s;
    content: "";
    z-index: -1;
}

.service-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.service-content h4 {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: capitalize;
    font-weight: 500;
}

.service-content p {
    font-size: 16px;
    margin-bottom: 0px;
}

.service-btn {
    position: absolute;
    right: 15px;
    font-size: 20px;
    bottom: 0;
    color: #017BFF;
}

/*
.single-service:hover::before {
    transition: 0.4s;
    opacity: 1;
    height: 100%;
}
.single-service:hover .service-icon span,
.single-service:hover .service-content h4{
    color:#fff;
}
.single-service:hover .service-content p{
    color:#ddd;
}
.single-service:hover .service-btn {
    color:#fff;
    font-size: 24px;
}
.single-service:hover .service-icon img {
    -webkit-animation: flipInY .5s ease-in-out;
    animation: flipInY .5s ease-in-out;
}*/

/*----------------------------------------*/
/* 7.Counter Area
/*----------------------------------------*/
.counter-area {
    position: relative;
    background: url(img/background/bg2.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    z-index: 1;
}

.counter-area::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0A0653;
    opacity: 0.6;
    transition: 0.4s;
    content: "";
    z-index: -1;
}

.fun-icon {
    margin-bottom: 30px;
}

.single-fun {
    text-align: center;
}

.fun-icon i {
    font-size: 40px;
    line-height: 70px;
    color: #017BFF;
    width: 70px;
    height: 70px;
    background: #EDF9FF;
    display: inline-block;
    border-radius: 4px;
}

.fun_text {
    padding-top: 20px;
    position: relative;
}

.fun_text::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    background: #fff;
    width: 30px;
    height: 2px;
    right: 0;
    margin: 0 auto;
    transition: 0.4s;
}

.single-fun:hover .fun_text::after {
    transition: 0.4s;
    width: 60px;
}

.fun_text span {
    display: block;
    font-size: 44px;
    font-weight: bold;
    line-height: 40px;
    color: #ddd;
    margin: 5px 0px;
}

.fun_text>h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

/*--------------------------------*/
/*  8. projects Area
/*--------------------------------*/
.single-awesome-project {
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

.project-all {
    margin-top: -40px;
}

.project-all .single-awesome-project {
    margin-top: 30px;
}

.project-carousel .col-md-4 {
    width: 100%;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.awesome-img img {
    transform: scale(1.1);
    transition: 0.4s;
}

.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: 0.4s;
}

.awesome-img>a {
    display: block;
    position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
    opacity: 1;
}

.single-awesome-project:hover .add-actions {
    opacity: 1;
}

.awesome-img>a::after {
    background: rgba(10, 6, 83, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 4;
    top: 0;
    cursor: pointer;
}

.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}

.project-dec {
    display: block;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    padding: 10px 30px;
}

.project-dec h4 {
    color: #2a354e;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    position: relative;
}


.pst-content {
    padding-left: 10px;
}

.project-carousel.owl-carousel .owl-nav div.owl-prev,
.project-carousel.owl-carousel .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0px;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border: 1px solid #017BFF;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #017BFF;
}

.project-carousel.owl-carousel .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel.owl-carousel .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel.owl-carousel:hover .owl-nav div.owl-next {
    right: 0%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.project-carousel.owl-carousel:hover .owl-nav div.owl-prev {
    left: 0%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.project-carousel.owl-carousel:hover .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel:hover .owl-nav div.owl-prev:hover {
    color: #017BFF;
    background: #fff;
    border: 1px solid #017BFF;
}

/*--------------------------------*/
/* 9.Feature Area
/*--------------------------------*/
.feature-area {
    position: relative;
}

.feature-image {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding-right: 30px;
}

.feature-image img {
    border-radius: 10px;
}

.over-img {
    position: absolute;
    right: 100px;
    bottom: 0;
    width: 310px;
    height: auto;
    border-radius: 50%;
    border: 6px solid #fff;
}

.support-images {
    float: left;
    font-size: 40px;
    color: #017BFF;
    line-height: 42px;
    text-align: center;
    transition: 0.4s;
    font-weight: 400;
    margin-right: 15px;
}

.support-content {
    padding-left: 70px;
}

.learn-earn .support-services .support-content h4 {
    font-size: 22px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.support-services .support-content h4 a {
    color: #151b2c;
}

.right-headline p,
.support-services .support-content p {
    margin-bottom: 0px;
}

.feature-images {
    padding-right: 0px;
}

.feature-area-2 .feature-images {
    padding-right: 0px;
    padding-left: 30px;
}

.feature-all {
    margin-right: 40px;
}

.feature-area-2 .feature-all {
    margin-left: 40px;
    margin-right: 0px;
}

.feature-area-2 .over-img {
    left: 0px;
    right: auto;
}

/*----------------------------------------
  10.Reviews Area Css
----------------------------------------*/
.reviews-area {
    position: relative;
    background: #FCFCFC;
    padding: 50px 0;
    margin-top: 50px;
}

.review-head h2 {
    font-size: 35px;
    line-height: 46px;
}

.reviews-btn {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 3px;
}

.clients-text {
    padding: 30px 30px;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
}

.testi-img {
    position: relative;
    margin: 15px 0px;
    display: block;
    overflow: hidden;
}

.testi-img img {
    max-width: 80px;
    height: auto;
    border-radius: 50px;
    border: 2px solid #D4D4D4;
    float: left;
    margin-right: 20px;
}

.guest-details {
    margin-top: 20px;
}

.testimonial-carousel .active.center .single-testi .clients-text {
    border: 1px solid #017BFF;
}

.testi-text h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 20px;
}

.testi-text p {
    margin-bottom: 0px;
}

.testi-text span a {
    color: #017BFF;
}

.testi-text h5 {
    font-size: 22px;
    font-weight: 100;
}

.client-rating a {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    padding: 2px 5px;
    background: #00b67a;
}

.testimonial-carousel.owl-carousel .owl-nav div {
    background: #fff;
    border: 1px solid #017BFF;
    border-radius: 3px;
    color: #017BFF;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 33px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 34px;
}

.testimonial-carousel.owl-carousel .owl-nav div.owl-prev {
    top: 0%;
    position: absolute;
    left: 0%;
}

.testimonial-carousel.owl-carousel .owl-nav div.owl-prev:hover,
.testimonial-carousel.owl-carousel .owl-nav div.owl-next:hover {
    background: #017BFF;
    border: 1px solid #017BFF;
    color: #fff;
    transition: all 0.5s ease 0s;
}

.testimonial-carousel.owl-carousel .owl-nav div.owl-next {
    top: 0%;
    position: absolute;
    right: 0%;
}

/*----------------------------------------*/
/*  11. Blog Area
/*----------------------------------------*/
.single-blog {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.image-scale>img {
    position: relative;
    min-height: 340px;
    object-fit: cover;
}

.blog-content {
    padding: 35px 20px 35px 30px;
    position: absolute;
    transition: 0.5s;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blog-content::after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    border-top: 0px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 50px solid #017BFF;
}

.blog-content a h4 {
    font-size: 22px;
    line-height: 30px;
    transition: 0.4s;
}

.admin-type i,
.date-type i,
.comments-type i {
    color: #017BFF;
    margin-right: 5px;
}

.single-blog:hover .blog-content {
    transition: 0.4s;
    background: rgba(10, 6, 83, 0.9);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.blog-content p {
    line-height: 28px;
    transition: 0.4s;
}

.single-blog:hover .blog-content a h4:hover {
    color: #017BFF !important;
    transition: 0.4s;
}

.image-scale {
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}

.single-blog:hover .image-scale {
    transform: scale(1);
    transition: 0.9s;
}

.blog-meta span {
    color: #6c6d6d;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
}

.blog-meta {
    margin-bottom: 15px;
}

.blog-btn {
    color: #151b2c;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s ease 0s;
    position: relative;
}

.blog-btn::after {
    position: absolute;
    right: -20px;
    top: 3px;
    content: "\e628";
    color: #151b2c;
    font-family: themify;
    font-size: 14px;
    transition: 0.5s;
}

.single-blog:hover .blog-btn:hover {
    background: transparent;
    color: #017BFF;
    transition: 0.4s;
}

.single-blog:hover .blog-btn::after {
    color: #fff;
    transition: 0.5s;
}

.single-blog:hover .blog-btn:hover::after {
    color: #017BFF;
    transition: 0.4s;
    right: -30px;
}

.single-blog:hover .blog-btn {
    color: #fff;
}

.single-blog:hover .blog-meta span,
.single-blog:hover .blog-content a h4,
.single-blog:hover .blog-content p {
    color: #fff;
}

/*----------------------------------------*/
/*  12. Footer Area
/*----------------------------------------*/
.footer1 {
    background: #171717;
    position:relative;
    overflow: hidden;
}

.footer-area {
    position: relative;
    padding: 50px 0;
}

.footer-area::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.93;
    transition: 0.4s;
    content: "";
    z-index: -1;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-content.logo-footer {
    margin-right: 30px;
}

.footer-head p {
    line-height: 28px;
}

.footer-head h4 {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    margin-right: 2px;
    width: 34px;
    height: 34px;
    border-radius: 2px;
    background: #d6e8fb;
    transition: 0.4s;
}

.footer-icons {
    margin-bottom: 20px;
}

.footer-list {
    width: 100%;
    float: left;
}

.footer-contacts p span {
    color: #FFF;
    font-weight: 500;
}

.subs-feilds {
    padding-top: 15px;
    border-radius: 3px;
    margin-right: 30px;
}

.suscribe-input input {
    background: transparent;
    border: 1px solid #ccc;
    color: #777;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 54px;
    border-radius: 0;
    width: 64%;
    float: left;
    background: transparent;
    border-right: none;
}

.suscribe-input button {
    background: #017BFF;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    width: 36%;
    font-weight: 600;
    height: 54px;
    border: 1px solid #017BFF;
    transition: 0.4s;
}

.suscribe-input button:hover {
    color: #017BFF;
    background: transparent;
    transition: 0.4s;
}

.footer-list li a {
    color: #ababab;
    padding: 7px 0px 10px 0px;
    display: block;
    position: relative;
}

.footer-list li a:first-child {
    padding-top: 0px;
}

/*.footer-list li a::after {
    position: absolute;
    content: "\e649";
    top: 5px;
    left: 0;
    font-size: 11px;
    font-family: themify;
}*/

.footer-list li a:hover,
.footer-list li a:hover::after {
    color: #A7BFAC;
}

.footer-list li a:hover::after {
    color: #A7BFAC;
}

.footer-area-bottom {
    padding: 0 0 25px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #017BFF;
}

.copyright-text a {
    color: #017BFF;
}

.copyright>p {
    margin-bottom: 0;
}

.copyright a {
    color: #FFF;
}

.footer-menu ul {
    float: right;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    display: block;
    color: #ababab;
    padding: 0px 10px;
}

.footer1 .footer-menu ul li a:hover {
    color: #A7BFAC;
}

/*--------------------------------*/
/* 13. Home Area 02
/*--------------------------------*/
.intro-area-2 .title-1 {
    color: #ddd;
}

.intro-area-2 .title-2 {
    color: #fff;
}

.intro-area-2 .slider-content .video-content a span {
    color: #ddd;
}

.brand-area-2 .brand-content {
    background: transparent;
    padding: 30px 0px;
}

.project-area-2 .single-awesome-project {
    margin-bottom: 30px;
}

.footer-area-2 {
    position: relative;
    background: url(img/background/bg2.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    z-index: 1;
    padding: 90px 0;
}

.footer-area-2::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0A0653;
    opacity: 0.8;
    transition: 0.4s;
    content: "";
    z-index: -1;
}

.footer-head h4 {
    color: #fff;
}

.footer-head p {
    color: #fff;
}

.footer-area-2 .footer-list li a::after,
.footer-area-2 .footer-list li a {
    color: #f5f5f5;
}

.footer2 .footer-area-bottom {
    background: #0A0653;
}

.footer2 .copyright>p {
    color: #f5f5f5
}

.footer2 .footer-menu ul li a {
    color: #f5f5f5
}

.footer2 .footer-menu ul li a:hover,
.footer-area-2 .footer-list li a:hover,
.footer-area-2 .footer-list li a:hover::after {
    color: #017BFF;
}

.logo a.black-logo {
    display: none;
}

.header-area.stick .logo a.black-logo {
    display: block;
}

.header-area.stick .logo a.white-logo {
    display: none;
}

/*--------------------------------*/
/* 14. Overview Area
/*--------------------------------*/
.overview-area {
    position: relative;
}

.over-text {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.over-view-img {
    position: relative;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #e3f3fb;
    border-radius: 4px;
}

.over-content {
    background: rgba(10, 6, 83, 0.98);
    padding: 20px 20px;
    text-align: center;
    position: absolute;
    top: 74%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    border-radius: 4px;
}

.over-content h4 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
}

.over-content p {
    opacity: 0;
    color: #fff;
}

.over-text:hover .over-content {
    top: 0%;
    transition: 0.5s;
    padding: 35px 20px;
}

.over-text:hover .over-content p {
    opacity: 1;
}

.over-down-icon {
    width: 60px;
    height: 60px;
    font-size: 40px;
    color: #fff;
    border: 1px solid #017BFF;
    background: #017BFF;
    display: inline-block;
    margin-top: 5px;
    line-height: 56px;
    border-radius: 3px;
}

.top-up {
    top: 40px;
    position: relative;
}

/*----------------------------------------*/
/*  15.Pricing area css
/*----------------------------------------*/
.table-list {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
    background: url(img/about/price.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.table-list::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.93);
    transition: 0.4s;
    content: "";
    z-index: -1;
}

.top-price-inner {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.top-price-inner h3 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.users {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.dolar {
    font-size: 24px;
    margin-right: 5px;
    position: relative;
    top: -17px;
}

.prices {
    font-size: 40px;
    font-weight: 600;
    padding-right: 10px;
    color: #017BFF;
}

.table-list:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
}

.table-list ol li {
    padding: 10px 0px 10px 40px;
}

.table-list li.check {
    position: relative;
}

.table-list li.check::before {
    content: "\e64c";
    font-family: themify;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 7px;
    color: #017BFF;
}

.table-list li.check.cross::before {
    content: "\e646";
    font-family: themify;
    color: #FF5B5B;
}

.price-btn {
    margin-top: 40px;
    padding-bottom: 20px;
    display: inline-block;
}

.price-btn a {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 34px;
    background: #017BFF;
    border: 1px solid #017BFF;
}

.table-list ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.price-btn a:hover {
    background: #fff;
    color: #017BFF;
    border: 1px solid #017BFF;
}

.table-list ol {
    margin-top: 10px;
}

.base {
    position: absolute;
    right: -37px;
    top: 33px;
    background: #1FC157;
    width: 180px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    transform: rotate(45deg);
    z-index: 2;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

/*----------------------------------------*/
/*  16. FAQ  Area
/*----------------------------------------*/
.faq_inner .card {
    background: transparent;
    border: 0;
}

.faq_inner .card-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 8px 0;
    padding-left: 0;
    background-color: transparent;
    border: 0;
}

.faq_inner .card-header h4 button {
    font-size: 20px;
    color: #017BFF;
    background: transparent;
    text-decoration: none;
    width: 100%;
    padding: 12px 20px;
    position: relative;
    text-align: left;
    display: inline-block;
    border: 1px solid #017BFF;
    border-radius: 2px;
}

.faq_inner .card-header h4 button.collapsed {
    color: #151b2c;
    border: 1px solid #ccc;
}

.faq_inner .card-header h4 button::before {
    position: absolute;
    content: "\e622 ";
    font-family: themify;
    top: 50%;
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    color: #017BFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq_inner .card-header h4 button.collapsed::before {
    content: "\e61a";
    font-family: themify;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #151b2c;
}

.faq_inner .card-header h5 button:hover {
    text-decoration: none;
    color: #f8a683;
}

.faq_inner .card-body {
    padding: 0;
    padding-bottom: 25px;
}

.faq-content {
    margin-left: 40px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

.faq-head-text {
    padding-bottom: 10px;
}

.company-faq {
    margin-left: 40px;
}

/*----------------------------------------*/
/*  17. Home -03
/*----------------------------------------*/
.intro-area-3 {
    position: relative;
    z-index: 1;
}

.intro-area-3::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 6, 83, 0.80);
    transition: 0.4s;
    content: "";
}

.intro-area-3 .slide-all-text {
    text-align: center;
}

.intro-area-3 .title-2 {
    width: 830px;
    color: #fff;
    margin: 0px auto 15px;
}

.intro-area-3 .title-1 {
    color: #ddd;
}

.header-area-2 .header_menu ul.main-menu>li>a {
    color: #fff;
}

.header-area-2.stick .header_menu ul>li>a {
    color: #647589;
}

.header-area-2 .header-right a.main-search {
    color: #fff;
}

.intro-area-3 .slider-content .video-content a span {
    color: #fff;
}

.welcome-area-2 {
    position: relative;
    top: -70px;
}

.welcome-area-2 .well-services:hover,
.welcome-area-2 .well-services {
    border: none;
}

.welcome-area-2 .wel-content h4 {
    padding: 0px;
}

.welcome-area-2 .well-services:hover .wel-content h4 {
    color: #fff;
}

.welcome-area-2 .well-services:hover::before {
    top: 80%;
}

.welcome-area-2 .well-services {
    padding: 50px 30px;
}

.well-services:hover .icon-img {
    -webkit-animation: flipInY .5s ease-in-out;
    animation: flipInY .5s ease-in-out;
}

.welcome-area-2 .icon-img {
    width: 80px;
    height: 80px;
}

.welcome-area-2 .well-services::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0A0653;
    opacity: 0;
    transition: 0.4s;
    content: "";
    z-index: -2;
    border-radius: 3px;
}

.welcome-area-2 .well-services:hover::after {
    opacity: 1;
}

/*--------------------------------*/
/* 18.Tab Services Area
/*--------------------------------*/

.service-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
}

.service-tab .nav-item {
    flex-basis: 16.666%;
    width: 100%;
    margin: 30px 10px 0 20px;
}

.service-tab .nav-link:hover,
.service-tab .nav-link.active {
    color: #fff;
    background: #A7BFAC;
}

.service-tab .nav-link {
    color: #151b2c;
    font-weight: 700;
    display: grid;
    grid-template-columns: 20% 70% 10%;
    align-items: center;
    margin-right: 50px;
    padding: 10px 10px 10px 40px;
    background: white;
    position: relative;
    border-radius: 4px;
    z-index: 1;
}

.service-tab .nav-link .tab-icon {
    font-size: 40px;
    color: #444;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #edf9ff;
    line-height: 60px;
    border-radius: 4px;
}

.service-tab .nav-link .cha-title {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-top: 15px;
}

.service-tab .nav-link:hover .cha-title,
.service-tab .nav-link.active .cha-title {
    color: #fff;
}

.machine-text {
    margin-top: 10px;
}

.services-top-text {
    font-size: 18px;
    font-weight: 600;
    background: #d6e8fb;
    padding: 5px 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 3px;
    color: #017BFF;
}

.machine-text h2 {
    font-size: 32px;
    text-transform: capitalize;
}

.tabe-img img {
    border-radius: 4px;
}

.machine-text li {
    display: block;
    position: relative;
}

.machine-text ul li {
    font-size: 15px;
    color: #6b6d7e;
    padding: 8px 0px 8px 20px;
    display: block;
}

.machine-text li::after {
    position: absolute;
    left: -5px;
    top: 15px;
    content: "";
    font-family: themify;
    width: 10px;
    height: 10px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #A7BFAC;
}

.tabe-img {
    margin-right: 20px;
}

/*----------------------------------------*/
/*  19. Team Area
/*----------------------------------------*/
.team-area {
    position: relative;
    padding-bottom: 80px;
}

.single-member {
    text-align: center;
    margin: 20px;
    position: relative;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #A7BFAC2E;
    padding: 5px;
    box-shadow: 12px 18px 48px 0px #3333330F;
}

.single-member .team-img {
    /* display: inline-block;
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px; */
    border-radius: 6px;
    background: #A7BFAC;
}

.team-hover li {
    display: inline-block;
    margin-right: 3px;
}

.team-hover li a {
    display: block;
    line-height: 36px;
    font-size: 18px;
    margin: 0px 3px;
    color: #fff;
    background: #017BFF;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #017BFF;
}

.team-hover li a:hover {
    color: #017BFF;
}

.team-hover {
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 3;
}

.single-member .team-img a {
    display: block;
}

.team-content {
    padding: 10px 0px 0px;
}

.team-content h4 a {
    color: #fff;
}

.team-content p {
    margin-bottom: 0;
}

.team-content h4 {
    font-size: 24px;
    margin: 10px 0px;
    text-transform: capitalize;
    font-weight: 600;
}

.team-img img {
    width: 150px;
    margin-top: 30px;
}

.single-member .team-hover {
    opacity: 1;
    /* margin-bottom: 6px; */
}

.single-member .team-hover li a:hover {
    background: transparent;
    transition: all 0.5s ease 0s;
    color: #017BFF;
}

.single-member .team-img {
    position: relative;
    transition: all 0.5s ease 0s;
}

.single-member .team-img::after {
    position: absolute;
    background: #fff;
    transition: all 0.5s ease 0s;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    content: "";
}

/*----------------------------------------
 20. Quote Area
----------------------------------------*/
.quote-area {
    background: url(img/background/bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 1;
    position: relative;
}

.quote-all {
    padding: 110px 60px 110px 60px;
    background: rgba(10, 6, 83, 0.95);
}

.quote-area #contactForm input {
    border: none;
    height: 54px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    color: #fff;
    background: transparent;
}

.quote-area #contactForm input.last-part {
    margin-bottom: 0px;
}

.quote-area .contact-form textarea#message {
    height: 127px;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    color: #fff;
    background: transparent;
}

.quote-area .quote-btn {
    background: #017BFF;
    border: 1px solid #017BFF;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 54px;
    transition: 0.4s;
    border-radius: 3px;
}

.sub-head.white-headline h2 {
    color: #fff;
}

.quote-area .quote-btn:hover {
    background: #fff;
    color: #017BFF;
    transition: 0.4s;
}

.help-block.last-part {
    margin: 0px;
}

.sub-head.white-headline {
    margin-bottom: 40px;
}

.blog-area-2 .blog-content {
    position: relative;
}

.blog-area-2 .single-blog:hover .blog-content {
    transition: 0.4s;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.blog-area-2 .single-blog:hover .blog-content a h4 {
    color: #151b2c;
}

.blog-area-2 .single-blog:hover .blog-meta span {
    color: #6c6d6d;
}

.blog-area-2 .single-blog:hover .blog-btn::after,
.blog-area-2 .single-blog:hover .blog-btn {
    color: #151b2c;
}

.blog-area-2 .single-blog:hover .blog-btn:hover::after,
.blog-area-2 .single-blog:hover .blog-btn:hover {
    color: #017BFF;
}

.blog-area-2 .image-scale>img {
    min-height: auto;
}

.footer-area-3 {
    background: #fff;
}

/*----------------------------------------
 21. Home-04 Area
----------------------------------------*/
.header-2-icon {
    color: #fff;
    margin-right: 23px;
}

.header-info span a {
    margin-right: 35px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.header-info span i {
    margin-right: 10px;
    color: #fff;
}

.header-social-icons ul li {
    display: inline-block;
}

.header-social-icons ul li a {
    font-weight: 500;
    color: #017BFF;
    display: inline-block;
    margin-left: 5px;
    background: #d6e8fb;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    transform: 0.4s;
}

.header-social-icons ul li a:hover {
    color: #fff;
    background: #017BFF;
    transform: 0.4s;
}

.header-bg {
    padding: 0px;
    background: #0A0653;
    border-radius: 3px;
}

.header-area-4 .header-bg .header_menu ul.main-menu>li>a {
    padding: 32px 0px;
    color: #fff;
}

.header-area-4 .header-bg .header-right {
    padding: 17px 0px;
}

.header-area-4.stick {
    background: #0A0653;
}

.header-area-4 .header-right a.main-search,
.header-area-4.stick .header-bg .header_menu ul.main-menu>li>a {
    color: #fff;
}

.intro-area-4 .title-2 {
    font-size: 50px;
    line-height: 60px;
    text-transform: unset;
}

.intro-area-4 .title-1 {
    font-size: 24px;
    color: #017BFF;
    padding: 0px;
}

.intro-area-4 .slide-all-text {
    margin-top: 100px;
}

/*--------------------------------*/
/* 22. Overview Area-2
/*--------------------------------*/
.overview-area-2 {
    background: url(img/background/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 1;
    position: relative;
}

.overview-area-2::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.90);
    transition: 0.4s;
    content: "";
    z-index: -1;
}

.overview-wrapper h3 {
    font-size: 32px;
    line-height: 40px;
}

.total-count {
    margin-top: 30px;
}

.overview-area-2 .single-count {
    width: 47%;
    float: left;
    text-align: center;
    padding: 30px 20px;
    border-radius: 3px;
}

.left-one {
    margin-right: 3%;
    background: #1FC157;
    border: 1px solid #1FC157;
}

.right-one {
    margin-left: 3%;
    background: #0A27D5;
    border: 1px solid #0A27D5;
}

.count-num {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
}

.single-count h4 {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
}

.overview-area-2 .overview-image {
    position: relative;
    border-radius: 5px;
}

.overview-area-2 .overview-image img {
    border-radius: 5px;
}

/*----------------------------------------*/
/*  23. Breadcumbs Area
/*----------------------------------------*/
.page-area {
    position: relative;
    z-index: 1;
}

.transparent-header {
    background: transparent;
}

.page-area {
    background: url(img/background/bread.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.page-area::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    border-radius: 0;
    background: none;
}

.breadcrumb-title h2 {
    font-size: 42px;
    line-height: 50px;
    position: relative;
    margin-bottom: 0px;
}

.breadcrumb-items {
    color: #444;
    font-size: 18px;
    line-height: 1;
    padding: 15px 0px;
}

.breadcrumb-items a {
    color: #444;
    font-size: 17px;
}

.breadcrumb-items>i {
    vertical-align: middle;
    font-size: 13px;
    padding: 0px 7px;
}

.reviews-page-area .single-testi {
    margin-bottom: 30px;
}

/*--------------------------------*/
/* 24. Error page
/*--------------------------------*/
.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}

.high-text {
    font-size: 260px;
    line-height: 200px;
    margin-bottom: 40px;
}

.error-bot {
    font-size: 24px;
}

.error-btn {
    background: #017BFF;
    border: 1px solid #017BFF;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
    font-weight: 700;
    border-radius: 2px;
}

.error-btn:hover {
    background: #fff;
    color: #017BFF;
    transition: 0.4s;
}

.high-text span,
.high-text span img {
    width: 200px;
    height: 200px;
}

.high-text span {
    margin-left: -50px;
}

.high-text span img {
    margin: 0px 10px;
    position: relative;
    top: -16px;
}

/*----------------------------------------*/
/* 25. Services Details area
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}

.page-head-left {
    margin-right: 20px;
}

.single-services-page p {
    color: #6b6d7e;
}

.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.left-menu ul {
    box-shadow: 0 5px 40px 10px #ebeff0;
    background: #fff;
}

.left-menu li {
    display: block;
}

.build-img .page-img {
    padding-bottom: 0;
}

.left-menu ul li.active a {
    position: relative;
}

.left-menu ul li.active a,
.left-menu ul li a:hover {
    transition: 0.4s;
    background: #017BFF;
    color: #fff;
}

.left-menu ul li {
    height: 150px;
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding: 17px;
    position: relative;
    color: #151b2c;
    border-bottom: 1px solid #f4f4f4;
}

.left-menu ul li:hover {
    color: #fff;
    background: #017BFF;
    border-bottom: 1px solid #f4f4f4;
}

.download-btn {
    background-color: #fff;
    box-shadow: 0 5px 40px 10px #ebeff0;
}

.download-btn h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.download-btn h4 {
    text-transform: uppercase;
}

.down-btn i {
    font-size: 24px;
    float: left;
    margin-right: 15px;
    color: #017BFF;
}

.single-well h2 {
    font-size: 38px;
    line-height: 48px;
}

.down-btn {
    border-bottom: 1px solid #ddd;
    color: #151b2c;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 30px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    overflow: hidden;
}

.down-btn:hover {
    color: #fff;
    background: #017BFF;
    transition: all 0.4s ease 0s;
}

.down-btn:hover i {
    color: #fff;
}

.single-page-head .clients-testi {
    padding: 30px 30px;
    box-shadow: 0 5px 40px 10px #ebeff0;
    background: #fff;
}

.clients-testi .review-text a {
    color: #017BFF;
}

.clients-testi .single-review {
    border: none;
}

.review-text h4 {
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 5px;
    color: #017BFF;
}

.single-page-head .review-text p {
    color: #151b2c;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
}

.new-project {
    background: #fff;
    box-shadow: 0 5px 40px 10px #ebeff0;
    padding: 30px 30px 40px;
}

.project-new h4 {
    color: #151b2c;
    line-height: 38px;
    font-size: 28px;
}

.hire-btn {
    padding: 12px 30px;
    border: 1px solid #017BFF;
    background: #017BFF;
    color: #fff;
    transition: 0.4s;
    font-size: 20px;
    font-weight: 700;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
}

.hire-btn:hover {
    background: #fff;
    color: #017BFF;
    transition: 0.4s;
}

.mar-well {
    margin-bottom: 40px;
}

.single-page {
    overflow: hidden;
}

.single-well h3 {
    margin-bottom: 15px;
    font-size: 28px;
}

.single-well.last-part p {
    margin-bottom: 0px;
}

.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #2a354e;
}

.service-list li::before {
    position: absolute;
    left: 0;
    content: "\f00c";
    font-family: fontawesome;
    top: 0;
    color: #017BFF;
}

.single-page-head .service-btn {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.marker-list li {
    color: #2a354e;
    padding-left: 35px;
    margin: 10px 0px;
    position: relative;
}

.marker-list li::after {
    position: absolute;
    content: "\e64c";
    left: 0;
    top: 3px;
    font-family: themify;
    color: #fff;
    font-weight: 300;
    width: 20px;
    height: 20px;
    background: #017BFF;
    border: 1px solid #017BFF;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
}

.single-services-page .marker-list li {
    color: #2a354e;
}

.last-content {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/*----------------------------------------*/
/*  26. Blog Sidebar Area
/*----------------------------------------*/
.left-blog-page {
    background: #fff;
    box-shadow: 0 5px 40px 10px #ebeff0;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 56px;
    background: transparent;
}

.blog-search-option {
    margin: 10px 0px;
    display: block;
    background: #fff;
    border: 1px solid #017BFF;
    border-radius: 3px;
}

.blog-search-option button {
    background: transparent;
    border: none;
}

.blog-search-option button i {
    line-height: 16px;
    font-size: 18px;
    padding: 0px 10px;
}

.blog-search-option button i:hover {
    color: #017BFF;
}

.left-blog h4 {
    position: relative;
    font-size: 22px;
    margin-bottom: 15px;
    padding: 10px 0px 25px;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
}

.left-blog h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 3px;
    background: #017BFF;
}

.blog-left-content .blog-content::after {
    display: none;
}

.left-side {
    padding-right: 20px;
}

.right-side {
    padding-left: 20px;
}

.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}

.blog-category li,
.left-blog li {
    display: block;
    position: relative;
}

.left-blog ul li a {
    color: #273048;
    display: inline-block;
    font-size: 16px;
    padding: 7px 0px 7px;
    text-transform: capitalize;
    font-weight: 600;
}

.blog-category ul {
    margin-top: 12px;
}

.left-blog ul li span {
    display: inline-block;
    ;
    font-size: 15px;
    color: #273048;
    float: right;
    margin: 10px 0px;
    position: absolute;
    right: 0;
    top: -2px;
    font-weight: 600;
}

.pst-content .date-type {
    font-size: 14px;
}

.popular-tag.left-blog ul li a:before {
    display: none;
}

.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}

.recent-single-post:last-child {
    border-bottom: none;
}

.post-img {
    display: inline-block;
    float: left;
    padding-right: 15px;
}

.left-blog .post-img a {
    display: block;
    border: 1px solid #fafafa;
}

.pst-content {
    padding-left: 100px;
}

.pst-content p {
    margin-bottom: 0px;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
    color: #017BFF;
}

.pst-content p a {
    color: #273048;
    font-size: 16px;
    font-weight: 600;
}

.blog-tags {
    padding: 1px 0;
}

.recent-single-post img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #017BFF;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 2px;
}

.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #3d5368;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
}

.left-tags .left-side-tags ul li a:hover {
    color: #fff;
    background: #017BFF;
}

.left-side-tags h4 {
    margin-bottom: 15px;
}

.blog-side-area .blog-right-column {
    margin-top: -30px;
}

.blog-sidebar-right .single-blog:hover .blog-content p {
    color: #647589;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0px;
    border-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #3d5368;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 2px;
}

.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #017BFF;
    cursor: default;
    border-radius: 2px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #017BFF;
    border-color: #017BFF;
    border-radius: 2px;
}

.adver-img {
    margin-top: 20px;
}

/*----------------------------------------*/
/*  27. Blog Details
/*----------------------------------------*/
.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #ddd;
    font-size: 28px;
    margin: 0 0 40px;
    padding: 0 0 20px;
    text-transform: capitalize;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 30px;
    border-radius: 50%;
}

.comments-details {
    background: #fff;
    border: 1px solid #f5f5f5;
    overflow: hidden;
    padding: 30px;
}

.comments-list-img img {
    border-radius: 50%;
    border: 1px solid #017BFF;
}

.comments-content-wrap {
    color: #3d5368;
    position: relative;
    font-size: 15px;
    padding-left: 112px;
}

blockquote {
    padding: 30px 40px 20px 80px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
    background: #f5f5f5;
}

blockquote::before {
    position: absolute;
    top: 20px;
    left: 30px;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
    color: #3d5368;
}

blockquote p {
    font-size: 16px !important;
    line-height: 28px;
    color: #273048;
    font-weight: 600;
}

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.comments-content-wrap span b {
    margin-right: 5px;
}

span.post-time {
    margin-right: 5px;
}

.comments-content-wrap p {
    color: #3d5368;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 15px;
}

.threaded-comments {
    margin-left: 50px;
}

.comment-respond {
    margin-top: 20px;
}

span.email-notes {
    color: #3d5368;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #3d5368;
    margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    height: 46px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
    background: transparent;
}

.comment-respond textarea#message-box {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 200px;
    width: 100%;
    background: transparent;
}

.comments-content-wrap span a {
    color: #017BFF;
}

.comments-content-wrap span a:hover {
    color: #017BFF;
}

.blog-d-btn {
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 12px 20px;
    transition: 0.4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #017BFF;
    text-transform: capitalize;
    font-weight: 600;
}

.blog-d-btn:hover {
    background: #fff;
    color: #017BFF;
    border: 1px solid #017BFF;
}

.blog-page-details .left-blog-page {
    margin-top: 0px;
    margin-bottom: 30px;
}

.single-post-comments,
.related-post {
    margin-top: 30px;
}

.left-head-blog .pst-content p {
    margin-bottom: 5px;
}

.blog-post-wrapper .blog-content h4 {
    font-size: 26px;
    line-height: 34px;
}

.blog-post-wrapper .blog-content h4 {
    font-size: 24px;
    line-height: 34px;
}

.blog-post-wrapper .blog-content {
    border: none;
    padding: 30px 0px 30px;
    background: transparent;
}

.blog-post-wrapper .blog-images img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
}

.blog-post-wrapper .img-blog {
    margin: 15px 0px 30px;
    max-height: 350px;
    overflow: hidden;
    width: 50%;
    float: left;
}

.left-blog-img img {
    padding-right: 15px;
}

.right-blog-img img {
    padding-left: 15px;
}

.related-post-list .recent-single-post {
    width: 50%;
    float: left;
    padding: 0px 20px 0px 0px;
    margin-bottom: 40px;
}

.related-post-list .recent-single-post:last-child {
    padding: 0px 0px 0px 20px;
}

/*----------------------------------------*/
/* 28. Project Details page
/*----------------------------------------*/
.project-details h2 {
    font-size: 36px;
    line-height: 46px;
}

.project-carousel-2 .project-image img {
    border: 1px solid #f5f5f5;
    margin: 20px 0px 40px;
}

.project-details {
    margin-left: 20px;
}

.project-history {
    background: #fff;
    box-shadow: 0 5px 40px 10px #e7eced;
    padding: 30px;
    margin-bottom: 30px;
}

.project-details h4 {
    font-size: 22px;
}

.project-name ul li {
    color: #151b2c;
    font-size: 17px;
    line-height: 32px;
    padding-bottom: 10px;
}

.project-name span {
    padding-right: 10px;
    max-width: 110px;
    display: inline-block;
    font-weight: 700;
    width: 100%;
    color: #017BFF;
    font-size: 17px;
}

.project-inner {
    margin-bottom: 50px;
}

.project-inner .project-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.project-details p {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.project-details .marker-list li {
    padding-left: 35px;
    margin: 10px 0px;
    position: relative;
    width: 50%;
    float: left;
}

.project-carousel-2.owl-carousel .owl-nav div {
    background: #017BFF;
    border: 1px solid #017BFF;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 50%;
}

.project-carousel-2.owl-carousel .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    margin-top: -30px;
}

.project-carousel-2.owl-carousel .owl-nav div.owl-prev:hover,
.project-carousel-2.owl-carousel .owl-nav div.owl-next:hover {
    background: #fff;
    border: 1px solid #017BFF;
    color: #017BFF;
    transition: all 0.5s ease 0s;
}

.project-carousel-2.owl-carousel .owl-nav div.owl-next {
    margin-top: -30px;
    position: absolute;
    right: 3%;
    top: 50%;
}

/*----------------------------------------*/
/*  29.	Contact Us  CSS
/*----------------------------------------*/
.contact-page {
    margin-bottom: 100px;
}

.contact-icon {
    display: block;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 30px 1px #ddd;
    padding: 30px 30px;
    margin-bottom: 50px;
    border-radius: 4px;
}

.single-icon {
    display: flex;
    align-items: center;
}

.single-icon i {
    color: #017BFF;
    float: left;
    font-size: 28px;
    height: 70px;
    line-height: 68px;
    margin-right: 20px;
    text-align: center;
    width: 70px;
    background: #EDF9FF;
    border-radius: 50%;
    transition: 0.4s;
}

.single-icon p {
    color: #273048;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
}

.contact-icon:hover .single-icon i {
    background: #017BFF;
    color: #fff;
    transition: 0.4s;
}

.contact-area .contact-form {
    margin-left: 20px;
}

.contact-area .contact-form input[type="text"],
.contact-form input[type="email"] {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    height: 54px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
    background: transparent;
}

.contact-area .contact-form textarea#message {
    border: 1px solid #d9d9d9;
    border-radius: 0px;
    height: 150px;
    padding: 20px;
    width: 100%;
    background: transparent;
}

.contact-area .contact-form input[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #444;
    border-radius: 0;
    color: #444;
    font-size: 14px;
    font-weight: 700;
    margin-top: 16px;
    padding: 11px 24px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.contact-area .contact-form input[type=submit]:hover {
    color: #fff;
    border: 1px solid #017BFF;
    background: #017BFF;
}

.contact-area .contact-btn {
    background: #017BFF;
    border: 1px solid #017BFF;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 20px;
    padding: 12px 20px;
    transition: 0.4s;
    border-radius: 2px;
}

.contact-area .contact-btn:hover {
    background: #fff none repeat scroll 0 0;
    color: #017BFF;
    transition: 0.4s;
}

/*----------------------------------------
  30. Login And Register page
----------------------------------------*/
.login-page {
    display: block;
    overflow: hidden;
    border: 1px solid #f9f9f9;
}

.login-area .slide-1 {
    background: #fff;
    height: 100vh;
}

.login-form {
    background: #fff;
    padding: 40px;
    overflow: hidden;
    text-align: center;
}

.login-image {
    width: 50%;
    float: left;
}

.login-image,
.log-inner img {
    height: 100%;
    max-height: 535px;
    object-fit: cover;
}

.login-area form#contactForm {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

.login-form .form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #EDF9FF;
    border-radius: 3px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    min-height: 36px;
    margin-bottom: 20px;
}

.login-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    background: #EDF9FF;
    padding: 10px 40px;
    border-radius: 3px;
    color: #017BFF;
    display: inline-block;
}

.slide-btn.login-btn {
    border: 1px solid #EDF9FF;
    display: inline-block;
    font-weight: 600;
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 100%;
    border-radius: 3px;
    background: #EDF9FF;
    color: #017BFF;
    height: 54px;
    font-size: 16px;
}

.slide-btn.login-btn:hover {
    border: 1px solid #017BFF;
    background: #017BFF;
    color: #fff;
    transition: all 0.4s ease 0s;
}

.flex-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.check-group {
    position: relative;
    margin: 10px 0px 20px;
}

.check-box {
    color: #444;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 0;
    outline: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
}

.check-box-input {
    position: absolute;
    left: 0px;
    top: 0px;
    min-height: 25px;
    height: 26px;
    margin: 0 !important;
    padding: 0 !important;
}

.remember-text {
    color: #273048;
    font-weight: 300;
    font-size: 13px;
    left: 25px;
    position: absolute;
    top: 2px;
}

.text-muted {
    font-size: 12px;
    float: right;
    margin-top: 2px;
}

.separetor {
    margin-top: 20px;
}

.separetor span {
    background: #fff;
    position: relative;
    top: 10px;
    padding: 10px;
}

.sign-icon {
    display: block;
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
}

.sign-icon ul li {
    display: inline-block;
    margin: 0px 5px;
}

.sign-icon ul li a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0px 20px;
    font-weight: 600;
}

.sign-icon ul li a.facebook {
    color: #3B5998
}

.sign-icon ul li a.twitter {
    color: #00ACED
}

.sign-icon ul li a.google {
    color: #C32F10
}

.acc-not {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
}

.signup-form .check-group {
    position: relative;
    margin: 0px 0px 20px;
}

.signup-page .login-image,
.signup-page .log-inner img {
    height: 100%;
    max-height: 460px;
    object-fit: cover;
    margin-top: 40px;
}

/*----------------------------------------*/
/*  31. Saas Home Page
/*----------------------------------------*/
.saas-home .title-1 {
    padding: 10px 0px;
}

.saas-home .title-2 {
    width: 500px;
}

.brand-area-2 .brand-content {
    background: transparent;
    padding: 30px 0px 0px;
}

.welcome-saas-area {}

.welcome-saas-area .well-services:hover::before {
    top: 75%;
    left: 80%;
}

.saas-feature .feature-images {
    padding-right: 0px;
    padding-left: 0px;
}

.pricing-column-4 .prices {
    font-size: 36px;
}

.team-column-4 .single-member {
    padding: 40px 30px;
    margin-bottom: 50px;
}

.team-column-4 .single-member::before {
    left: 20px;
    top: 20px;
}

.team-column-4 .single-member .team-img {
    width: 190px;
    height: 190px;
}

.overview-area-3 .overview-image {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.overview-area-3 .overview-image .video-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 40%;
    right: 0;
    margin-left: 0;
    text-align: center;
}

.overview-area-3 .overview-image .video-play.vid-zone i {
    line-height: 60px;
    font-size: 20px;
    margin-right: 0px;
    border: 1px solid #66778900;
    border-radius: 50px;
    background: #00000045;
}

.nav-item:hover i,
.nav-link.active i {
    background: #fff;
    color: #A7BFAC;
}

.saas-blog .single-blog:hover .blog-content {
    transition: 0.4s;
    background: #fff;
}

.saas-blog .single-blog:hover .blog-content p,
.saas-blog .single-blog:hover .blog-meta span {
    color: #6c6d6d;
}

.saas-blog .single-blog:hover .blog-content a h4 {
    color: #151b2c;
}

.saas-blog .single-blog:hover .blog-btn,
.single-blog:hover .blog-btn::after {
    color: #151b2c;
}

.saas-blog .single-blog:hover .blog-btn:hover {
    color: #017BFF;
}

.footer-area.saas-footer {
    background: #f5f5f5;
}

/*----------------------------------------*/
/*  32. Apps Home Page
/*----------------------------------------*/
.apps-header .header-right a.main-search {
    color: #017BFF;
}

.apps-download {
    margin-top: 30px;
    display: flex;
}

.app-btn.left-btn {
    background: #017BFF;
    color: #fff;
}

.app-btn.right-btn {
    color: #017BFF;
    margin-right: 0px;
}

.app-btn {
    position: relative;
    padding: 15px 30px 15px 50px;
    background: transparent;
    color: #fff;
    border: 1px solid #017BFF;
    font-size: 18px;
    transition: 0.4s;
    margin-right: 20px;
    font-weight: 700;
    border-radius: 4px;
}

.app-btn.left-btn::before {
    content: "\f04b";
    color: #fff;
}

.app-btn::before {
    position: absolute;
    left: 20px;
    top: 15px;
    font-family: fontawesome;
    font-size: 18px;
    color: #017BFF;
    transition: 0.4s;
}

.app-btn.right-btn::before {
    content: "\f179";
}

.app-btn::before {
    position: absolute;
    left: 20px;
    top: 15px;
    font-family: fontawesome;
    font-size: 18px;
    color: #017BFF;
    transition: 0.4s;
}

.app-btn:hover {
    background: #017BFF;
    transition: 0.4s;
    color: #fff;
}

.app-btn.left-btn:hover::before {
    color: #017BFF;
    transition: 0.4s;
}

.app-btn.right-btn:hover::before {
    color: #fff;
    transition: 0.4s;
}

.app-btn.left-btn:hover {
    background: transparent;
    transition: 0.4s;
    color: #017BFF;
}

.welcome-apps-area .well-services::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0A0653;
    opacity: 0;
    transition: 0.4s;
    content: "";
    z-index: -2;
    border-radius: 3px;
}

.welcome-apps-area .well-services:hover::after {
    opacity: 1;
}

.welcome-apps-area .well-services:hover .wel-content p,
.welcome-apps-area .well-services:hover .wel-content h4 {
    color: #fff;
}

.welcome-apps-area .well-services:hover::before {
    top: 75%;
    left: 70%;
}

.overview-area-4 .overview-image {
    display: block;
    text-align: center;
}


.overview-area-4 .overview-image img {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 0px 0px;
}




.testim .cont .client-rating a {
    font-size: 15px;
    padding: 1px 4px;
}

.guest-details .client-rating a {
    font-size: 15px;
    padding: 1px 4px;
}

.bgc-bp {
    background: rgb(127, 140, 254);
    background: linear-gradient(90deg, rgba(127, 140, 254, 1) 0%, #17a2b8 100%);
}

.jc-c {
    justify-content: center;
}

.box-s {
    box-shadow: 2px 2px 10px 0px #cbcbcc;
}

.box-sb {
    box-shadow: 2px 2px 10px 0px #0000005c;
}

.header-content {
    min-height: 40px;
}

.header-content>div {
    padding: 5px 10px;
}

.header-content h4 {
    font-weight: 600;
}

.header-content ul {
    font-size: 1.1rem;
    line-height: 1.1rem;
    list-style: none;
}

.header-content ul li {
    display: inline-block;
    padding: 0px 15px;
    position: relative;
}

.header-content ul li:nth-child(2):before,
.header-content ul li:nth-child(3):before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fbb722;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
}

.header-content>div {
    padding: 5px 10px;
}

.c-white {
    color: #ffffff;
}

.c-yellow {
    color: #fff;
}

.txt-uc {
    text-transform: uppercase;
}

.ai-c {
    align-items: center;
}

.AClass {
    right: 0px;
    position: absolute;
}

.alert-dismissible {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}


#event-info, a[href="#event"], #event-msg {
    display: none;
}
.flex .flex-item:last-child .banner-service {
    margin-bottom: 0px;
}
.schedule-events-items-pagination ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedule-events-items-pagination ul li {
    display: flex;
    margin: 5px;
    padding: 4px 10px;
    cursor: pointer;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.schedule-events-items-pagination ul li i {
    font-size: 20px;
    line-height: 20px;
    padding: 0px 5px;
}
.schedule-events-items-pagination ul li.pprev i {
    padding-left: 0px;
}
.schedule-events-items-pagination ul li.pnext i {
    padding-right: 0px;
}
.schedule-events-items-pagination ul li:hover {
    background-color: rgb(163 163 163 / 10%);
}
.schedule-events-items-pagination ul li.disabled {
    color: rgb(163 163 163 / 50%);
    border-color: rgb(163 163 163 / 50%);
}
select.form-control {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}
#myModal .form.row {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-height: calc(100% - 130px);
}
.footer-area-bottom {
    z-index: 1;
    position: relative;
}
.terms-policy-main-cms h1 {
    font-size: 40px;
    line-height: 40px;
}
.alert-dismissible .close {
    padding-top: 0px;
    padding-bottom: 0px;
    bottom: 0;
}
.terms-policy-main-cms ol li {
    list-style: decimal !important;
}
.terms-policy-main-cms ul li {
    list-style: initial !important;
}
.terms-policy-main-cms ol, .terms-policy-main-cms ul {
    padding-left: 30px !important;
    margin-bottom: 15px !important;
}
.banner-content .darkorchid {
    font-size: 55px;
}
.evt-price .evt-regularprice, .cevt-price .cevt-regularprice, .combo-price {
    display: none;
}
.banner-service-content p {
    text-align: unset;
}
.banner-service-content a[href="#ues"] {
    color: #e69505;
    text-shadow: 0.8px 0.8px 0 #000;
    text-transform: uppercase;
    font-size: 14px;
}
.intro-area.intro-home .trainerimg {
    max-width: 110%;
}
.want-combo-event-row {
    display: none;
    margin-bottom: 10px;
}
.want-combo-event-row label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin: 0;
}
.want-combo-event-row input {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 3px;
    left: 3px;
}
.event-content-box span {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    display: block;
}
.combo-event-date-row {
    display: none;
    position: relative;
}
.cevt-course-logo {
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
}
.event-issue-msg {
    font-size: 12px;
    line-height: 16px;
    color: red;
    border: .5px solid red;
    padding: 4px 5px;
    margin-top: 5px;
    background-color: rgb(255 0 0/5%);
}

.show-cp {
    overflow: hidden;
}
.show-cp .combo-popup-wrap, .show-cp .course-options-popup-wrap {
    visibility: visible;
    opacity: 1;
}
.combo-popup-wrap, .course-options-popup-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}
.combo-popup, .course-options-popup {
    width: 100%;
    max-width: 767px;
    margin: 0px auto;
    padding: 10px;
    position: relative;
}
.combo-popup a.close-cp, .course-options-popup a.close-cp {
    width: 30px;
    height: 30px;
    position: absolute;
    padding: 2px 10px;
    top: 10px;
    right: 10px;
}
.mob-button {
    z-index: 3 !important;
}
.scrollme {
    overflow-y: auto !important;
}
#trainer-photo.course-tbi {
    z-index: 1 !important;
}
.model-form {
    width: 100% !important;
}
.g-recaptcha > div {
    margin: 0 auto;
}
.close_now, .close1 {
    z-index: 1 !important;
}
.course-options-content {
    background: #dee8e0;
    background: linear-gradient(90deg, #dee8e0 0%, #abc2b0 100%);
    padding: 20px;
}
.course-options-description {
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}
.course-options-description span {
    text-transform: uppercase;
    font-weight: 600;
}
.course-options-items {
    display: flex;
    flex-wrap: wrap;
}
.course-options-items a {
    display: inline-block;
    background-color: #a8bfad;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 5px;
    margin: 5px;
    text-shadow: 0 1px black;
}
.course-options-items a:hover {
    background-color: #000000;
}
@media (max-width: 991px) {
    #myModal .form.row {
        max-height: calc(85%);
        padding: 15px 10px;
    }
    #myModal .form {
        margin: auto;
    }
}
@media (max-width: 767px) {
    #myModal .form.row {
        max-height: calc(90%);
    }
    .terms-policy-main-cms h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .form-modal, .form-modal1 {
        width: 100% !important;
    }
    .modal-content {
        height: fit-content !important;
        margin: 5% auto !important;
        padding: 20px !important;
    }
    .close_now, .close1 {
        font-size: 35px !important;
    }
}
@media (max-width: 400px) {
    #myModal .form.row {
        max-height: calc(85%);
    }
    .banner-content .darkorchid {
        font-size: 50px;
    }
}