/*===============================================

Template Name: dreamit - IT Solutions & Services HTML5 Template
Version: 0.1

================================================*/


/*TABLE OF CONTENTS*/


/*=====================
01. dreamit	Main Menu Area Css
02. dreamit Slider Area Css
03. dreamit Shape Images Css
04. dreamit Breatcome Area Css
05. dreamit Feature Area Css
06. dreamit Service Area Css
07. dreamit Section TitleNAV
08. dreamit About  Area  Css
09. dreamit Counter Area  Css
10. dreamit Feature Box Area  Css
11. dreamit Team Area  Css
12. dreamit Pricing Area  Css
13. dreamit Portfolio Area  Css
14. dreamit Testimonial Area  Css
15. dreamit Call Do Action Area  Css
16. dreamit Blog Area  Css
17. dreamit Subscribe Area CSS
18. dreamit Subscribe Area CSS
19. dreamit Contact Now Area Css
20. dreamit Contact Form Area Css
21. dreamit GOOGLE MAP AREA CSS
22. dreamit Middle Footer CSS
23. dreamit Footer Bottom Area Css
24. dreamit BLOG DETAILS AREA CSS
25. dreamit Team Details Area Css
26. dreamit Skill Area Css
27. dreamit Error Page Area Css
25. dreamit Team Details Area Css

=======================*/


/*============================
 dreamit top Menu Area Css
==============================*/

.moto-anchor {
    position: absolute;
    top: 0;
}

.header-top-area {
    background: #FFFFFF;
    padding: 10px 0;
}

.dreamit-header-menu-address ul {
    display: inline-block;
    list-style: none;
}

.dreamit-header-menu-address ul li {
    display: inline-block;
    margin-right: 20px;
}

.dreamit-header-menu-address ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #1c1c1c;
}

.dreamit-header-menu-address ul li a i {
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
}

.dreamit-header-menu-address ul li span {
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.dreamit-header-menu-address ul li span i {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}

.dreamit-header-top-socail a {
    display: inline-block;
    color: #3F4722;
    font-size: 15px;
}

.dreamit-header-top-socail a i {
    margin-left: 14px;
}

.dreamit-header-top-socail {
    float: right;
}


/*============================
 dreamit Main Menu Area Css
==============================*/

.font-social-info {
    color: #FFFFFF;
    font-size: 16px;
}

.dreamit_nav_manu {
    background: #c7cda7;
    z-index: 1;
}

.dreamit_nav_manu.transparent_menu {
    background: transparent;
    margin-bottom: -87px;
    position: relative;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #c7cda7 !important;
    transition: .5s;
    z-index: 999 !important;
}

.style-two.dreamit_nav_manu {
    background: none;
    position: relative;
    z-index: 444;
    margin-bottom: -88px;
}

.style-three.dreamit_nav_manu {
    background: none;
    position: relative;
    z-index: 444;
    margin-bottom: -88px;
}

.style-three .dreamit_menu>ul>li>a {
    display: block;
    margin: 30px 10px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient( to right, #3f4722, #3f4722, 50%, #fff 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}

.sticky.style-three .dreamit_menu>ul>li>a {
    background: linear-gradient( to right, #3f4722, #3f4722, 50%, #fff 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}

.sticky.style-three .dreamit_menu>ul>li>a:hover {
    background-position: 0;
}


/* dreamit Menu Css*/

.dreamit_menu {
    float: right;
}

.logo img {
    width: 85%;
}

.dreamit_menu ul {
    text-align: center;
    list-style: none;
    display: inline-block;
    margin-left: 80px;
}

.dreamit_menu>ul>li {
    display: inline-block;
    position: relative;
}

.dreamit_menu>ul>li>a {
    display: block;
    margin: 30px 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient( to right, #3f4722, #3f4722, 50%, #ffffff 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}

nav.dreamit_menu span {
    font-size: 13px;
    font-family: FontAwesome;
    opacity: .5;
}

.white .dreamit_menu>ul>li>a {
    color: #fff;
}

.dreamit_menu ul li:last-child a {
    margin-right: 0px;
}

.dreamit_menu>ul>li.current>a {
    color: #43baff;
}

.white .dreamit_menu>ul>li.current>a {
    color: #fff;
}

.dreamit_menu>ul>li>a:hover {
    background-position: 0;
}


/* sub menu style */

.dreamit_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 240px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #3f4722;
}

.dreamit_menu ul li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    z-index: 9;
}

.dreamit_menu ul .sub-menu li {
    position: relative;
}

.dreamit_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: .1s;
    visibility: inherit !important;
    color: #616161;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.dreamit_menu ul .sub-menu li:hover>a,
.dreamit_menu ul .sub-menu .sub-menu li:hover>a,
.dreamit_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.dreamit_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #fc9615;
    color: #fff !important;
}


/* sub menu 2 */

.dreamit_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.dreamit_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}


/* sub menu 3 */

.dreamit_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.dreamit_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.dreamit_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}


/* sub menu 4 */

.dreamit_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.dreamit_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}

.dreamit_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

.dreamit_nav_manu.sticky a.dtbtn:hover {
    color: #fff !important;
}

.servicio-button {
    display: inherit;
    /* float: right; */
    margin-top: 16px;
    margin-left: 20px;
}

.header-button {
    display: inline-block;
    float: right;
    margin-top: 16px;
    margin-left: 20px;
}

.servicio-button .dtbtn {
    position: relative;
    z-index: 1;
    background: #c7cda7;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 12px 30px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    transition: .5s;
    letter-spacing: 1px;
    border-radius: 3px;
}

.header-button .dtbtn {
    position: relative;
    z-index: 1;
    background: #3f4722;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 12px 30px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    transition: .5s;
    letter-spacing: 1px;
    border-radius: 3px;
}

.servicio-button .dtbtn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    outline: 0 !important;
    border: 0 !important;
    border-radius: 3px;
}

.header-button .dtbtn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    outline: 0 !important;
    border: 0 !important;
    border-radius: 3px;
}

.servicio-button .dtbtn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #3f4722;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    outline: 0 !important;
    border: 0 !important;
}

.header-button .dtbtn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #3f4722;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    outline: 0 !important;
    border: 0 !important;
}

.white .servicio-button .dtbtn {
    background: #423e6d;
    border-color: #423e6d;
}

.white .header-button .dtbtn {
    background: #423e6d;
    border-color: #423e6d;
}

.dreamit_menu li a:hover:before {
    width: 101%;
}

.dreamit_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.dreamit_nav_manu.sticky .main_sticky {
    display: inherit;
}

.dreamit_nav_manu.sticky a.dtbtn {
    color: #fff;
    /* background: #00bd9d; */
}

.dreamit_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}

.mobile-menu.mean-container {
    overflow: hidden;
}


/*====================================================
--<	dreamit Header Top Menu Area Css -->
======================================================*/

.header_top_menu_phone.pn_bg {
    position: relative;
    z-index: 1;
}

.header_top_menu_phone.pn_bg::before {
    position: absolute;
    left: -400px;
    content: "";
    top: -22px;
    height: 260%;
    width: 235%;
    background: #43baff;
    z-index: -1;
}

.header_top_menu_phone_inner ul {
    list-style: none;
}

.header_top_menu_phone_inner ul li {
    display: inline-block;
}

.header_top_menu_phone_inner ul li a {
    font-size: 15px;
    color: #fff;
}

.header_top_menu_phone_inner ul li a span {
    font-size: 16px;
    margin-right: 10px;
}

.header_top_menu_address_inner ul {
    list-style: none;
}

.header_top_menu_address_inner ul li {
    display: inline-block;
}

.header_top_menu_icon_inner ul {
    list-style: none;
    text-align: right;
}

.header_top_menu_icon_inner ul li {
    display: inline-block;
}

.header_top_menu_address_inner ul li a span {
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
}

.header_top_menu_address_inner ul li a {
    color: #fff;
    font-size: 15px;
    margin-right: 15px;
}

.header_top_menu_icon_inner ul li a {
    color: #645e91;
    font-size: 15px;
    margin-left: 8px;
    height: 38px;
    width: 38px;
    line-height: 40px;
    background: transparent;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #645e91;
}

.header_top_menu_icon_inner ul li a:hover {
    color: #fff;
    background: #43baff;
    border: 1px solid #43baff;
}

.header_top_menu_text_inner p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fcfcfc;
    font-family: Montserrat;
}

.style_three .header_top_menu_icon_inner ul li a {
    color: #fff;
    font-size: 13px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
}


/* Owl Nav Css */

.owl-prev {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: .3s;
}

.owl-next {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: .3s;
}

.owl-carousel:hover .owl-prev {
    left: 30px;
}

.owl-carousel:hover .owl-next {
    right: 30px;
}

.owl-next i,
.owl-prev i {
    background-color: transparent;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 50px;
    width: 50px;
    z-index: 1;
    transition: all 0.3s ease 0s;
    line-height: 50px;
    color: #fff;
    border: 2px solid #FFF;
    text-align: center;
}

.owl-next i:hover,
.owl-prev i:hover {
    background-color: rgba(255, 255, 255, 0.2);
}


/*style two*/

.blog_list .owl-next i,
.blog_list .owl-prev i {
    background-color: #fc9615;
    border-radius: 3px;
    height: 48px;
    width: 48px;
    border: 0;
    z-index: 1;
    transform: translateY(-29%);
    transition: all 0.3s ease 0s;
    line-height: 48px;
    color: #fff;
    text-align: center;
    opacity: 0;
}

.blog_list:hover .owl-next i,
.blog_list:hover .owl-prev i {
    opacity: 1;
}

.blog_list.owl-carousel:hover .owl-prev {
    left: -60px;
}

.blog_list.owl-carousel:hover .owl-next {
    right: -60px;
}

.blog_list .owl-next i:hover,
.blog_list .owl-prev i:hover {
    background: #121B51;
    color: #fff;
}


/***
====================================================================
    Search Popup
====================================================================
***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(252, 150, 21, 0.5);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #fc9615;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-popup .close-search span {
    position: relative;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #fc9615;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-box-btn {
    float: right;
    margin-top: 29px;
    margin-left: 25px;
}

.search-box-btn i {
    display: inline-block;
    background: #fc9615;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}


/*
<!-- ============================================================== -->
<!-- Start slider Area Css -->
<!-- ============================================================== -->*/

.slider1.slider-area {
    height: 750px;
    background: url(assets/images/resource/banner3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.slider-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
    margin: 0 0 5px;
    animation: 1s 2s fadeInUp both;
}

.slider-content h1 {
    font-size: 60px;
    margin-top: 0;
    color: #fff;
    animation: 1s 2s fadeInUp both;
}

.slider-content p {
    font-size: 17px;
    margin: 20px 0 20px;
    color: #fff;
    width: 55%;
    animation: 1s 2s fadeInLeft both;
}

.hero-text {
    margin-bottom: 30px;
}

.hero-text i {
    display: inline-block;
    background: #3f4722;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    margin-right: 10px;
    animation: 1s 2s fadeInUp both;
}

.hero-text span {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    animation: 1s 2s fadeInUp both;
}

.slider-button {
    display: inline-block;
    float: left;
    margin-right: 4px;
    animation: 1s 2s fadeInLeft both;
}

.slider-button a {
    font-size: 17px;
    color: #fff;
    padding: 19px 34px 13px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin-right: 16px;
    transition: .5s;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    display: inline-block;
    border: 15px;
    margin-top: 5px;
}

.slider-button a:after {
    position: absolute;
    content: "";
    background: #3f4722;
    border-radius: 3px;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
}

.slider-button a:hover:after {
    top: 0;
    left: 0;
}

.slider-button1 a {
    font-size: 17px;
    color: #3f4722;
    background: #3f4722;
    padding: 19px 34px 13px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin-right: 16px;
    transition: .5s;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}

.slider-button1 a:after {
    position: absolute;
    content: "";
    background: #fff;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
}

.slider-button1 a:hover:after {
    top: 0;
    left: 0;
}

a.slider-button2 {
    font-size: 17px;
    color: #fff;
    background: #fff;
    padding: 19px 34px 13px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin-right: 16px;
    transition: .5s;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}

a.slider-button2:after {
    position: absolute;
    content: "";
    background: #fc9615;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
}

a.slider-button2:hover:after {
    top: 0;
    left: 0;
}

.slider3 .slider-button a {
    font-size: 17px;
    color: #fff;
    background: #fff;
    padding: 19px 44px 13px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin-right: 16px;
    transition: .5s;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}

.slider3 .slider-button a:after {
    position: absolute;
    content: "";
    background: #0B2653;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
}

.dark.slider3 .slider-button a:after {
    background: #FC9615;
}

.slider3 .slider-button a:hover:after {
    top: 0;
    left: 0;
}

.slider4.slider-area {
    height: 750px;
    background: url(assets/images/slider/slider3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.slider5.slider-area {
    height: 750px;
    background: url(assets/images/slider/slider4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.slider4 .slider-content h1,
.slider5 .slider-content h1 {
    font-size: 60px;
    margin-top: 0;
    color: #1C1C24;
    animation: inherit;
}

.slider4 .slider-content h4,
.slider5 .slider-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1C1C24;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
    margin: 0 0 5px;
    animation: inherit;
}

.slider4 .slider-content p,
.slider5 .slider-content p {
    font-size: 17px;
    margin: 20px 0 20px;
    color: #1C1C24;
    width: 55%;
    animation: inherit;
}

.slider5 .slider-button,
.slider4 .slider-button {
    display: inline-block;
    float: left;
}

.slider-button i {
    display: inline-block;
    margin-left: 7px;
}

.slider4 .slider-button {
    display: inline-block;
    margin-top: 20px;
}

.slider4 .slider-button a {
    font-size: 17px;
    color: #fff;
    background: #1c1c24;
    padding: 12px 42px;
    animation: inherit;
    margin-right: 16px;
    transition: .5s;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}

.slider4 .slider-button a:after {
    position: absolute;
    content: "";
    background: #fc9615;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
}

.slider4 .slider-button a:hover:after {
    left: 0px;
    top: 0px;
}

.slider5 .slider-button a {
    font-size: 17px;
    color: #fff;
    background: #fff;
    padding: 18px 35px 13px;
    animation: inherit;
    margin-right: 16px;
    transition: .5s;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}

.slider5 .slider-button a:after {
    position: absolute;
    content: "";
    background: #fc9615;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
}

.slider5 .slider-button a:hover:after {
    top: 0;
    left: 0;
}

.slider5 .slider-button1 a {
    font-size: 17px;
    color: #fc9615;
    background: #fc9615;
    padding: 18px 35px 13px;
    animation: inherit;
    margin-right: 16px;
    transition: .5s;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}

.slider5 .slider-button1 a:after {
    position: absolute;
    content: "";
    background: #fff;
    left: 4px;
    top: 4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
}

.slider5 .slider-button1 a:hover:after {
    top: 0;
    left: 0;
}

.slider6.slider-area {
    height: 750px;
    background: url(assets/images/slider/slider5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.slider6.slider-area:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(11, 38, 93, .50);
    animation: FocuS 1s linear 1s infinite;
}

.slider6 .slider-content p {
    font-size: 17px;
    margin: 20px auto 20px;
    color: #fff;
    width: 55%;
    animation: 1s 2s fadeInUp both;
}

.slider7.slider-area {
    height: 750px;
    background: url(assets/images/slider/slider6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}


/*==========================================
    Video  Css
 ==========================================*/

.video-icon2 {
    left: 27%;
    position: absolute;
    top: 88%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}

.video-icon2 a {
    width: 65px;
    height: 65px;
    line-height: 68px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fc9615;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #fff;
    font-size: 26px;
    z-index: 1;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(28, 28, 36, 0.3), 0 0 0 10px rgba(28, 28, 36, 0.3), 0 0 0 20px rgba(28, 28, 36, 0.3);
        box-shadow: 0 0 0 0 rgba(28, 28, 36, 0.3), 0 0 0 10px rgba(28, 28, 36, 0.3), 0 0 0 20px rgba(28, 28, 36, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(28, 28, 36, 0.3), 0 0 0 20px rgba(28, 28, 36, 0.3), 0 0 0 30px rgba(28, 28, 36, 0);
        box-shadow: 0 0 0 10px rgba(28, 28, 36, 0.3), 0 0 0 20px rgba(28, 28, 36, 0.3), 0 0 0 30px rgba(28, 28, 36, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(28, 28, 36, 0.3), 0 0 0 10px rgba(28, 28, 36, 0.3), 0 0 0 20px rgba(28, 28, 36, 0.3);
        box-shadow: 0 0 0 0 rgba(28, 28, 36, 0.3), 0 0 0 10px rgba(28, 28, 36, 0.3), 0 0 0 20px rgba(28, 28, 36, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(28, 28, 36, 0.3), 0 0 0 20px rgba(28, 28, 36, 0.3), 0 0 0 30px rgba(28, 28, 36, 0);
        box-shadow: 0 0 0 10px rgba(28, 28, 36, 0.3), 0 0 0 20px rgba(28, 28, 36, 0.3), 0 0 0 30px rgba(28, 28, 36, 0)
    }
}

.video-icon4 {
    left: 98%;
    position: absolute;
    top: 59%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}

.video-icon4 a {
    width: 65px;
    height: 65px;
    line-height: 68px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fc9615;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #fff;
    font-size: 26px;
    z-index: 1;
}


/*style two*/

.slider-video3 {
    padding-top: 20px;
}

.video-icon3 {
    left: 50%;
    position: absolute;
    top: 88%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}

.video-icon3 a {
    width: 65px;
    height: 65px;
    line-height: 68px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fc9615;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #fff;
    font-size: 26px;
    z-index: 1;
}


/*====================================================
--< dreamit about area Css -->
======================================================*/

.about-area {
    background: #fff;
}

.elementor-widget-icon-box {
    display: flex;
    margin-top: 5px;
}

.elementor-widget-icon-box i {
    font-size: 50px;
    color: #c7cda7;
    display: inline-block;
    text-align: center;
}

.elementor-widget-title {
    margin-left: 18px;
}

.elementor-widget-title h2 {
    font-size: 20px;
    margin-bottom: 6px;
}

.about-content-text p {
    margin-bottom: 10px;
}

.about-content-text i {
    font-size: 18px;
    color: #c7cda7;
    margin-right: 5px;
}

.dreamit-button {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: 20px;
}

.dreamit-button a {
    font-size: 16px;
    color: #fff;
    background: #fc9615;
    padding: 14px 35px;
    transition: .3s;
    font-weight: 600;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
}

.dreamit-button:after {
    position: absolute;
    content: "";
    background: #0B2653;
    right: -4px;
    bottom: -4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    display: block;
}

.dreamit-button:hover:after {
    bottom: 0;
    right: 0;
}

.dreamit-about-thumb img {
    width: 100%;
}


/*upper*/

.upper.dreamit-button:after {
    position: absolute;
    content: "";
    background: #fff;
    right: -4px;
    bottom: -4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    display: block;
}

.upper.dreamit-button:hover:after {
    bottom: 0;
    right: 0;
}


/*style two*/

.style-two .elementor-widget-title h2 {
    font-size: 20px;
}


/*dark version*/

.about-area.dark-version {
    background: #011936;
}


/*====================================================
--< dreamit brand area Css -->
======================================================*/

.brand-thumb img {
    opacity: 0.7;
    transition: .3s;
    -webkit-filter: grayscale(1);
}

.dreamit-single-brand:hover .brand-thumb img {
    opacity: 1;
    filter: none;
}


/*====================================================
--< dreamit feature area Css -->
======================================================*/

.row.backgraound-fc {
    position: relative;
    /* margin-top: -90px; */
    margin-bottom: 0;
}

.dreamit-feature-single-box {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 28px 20px 0px;
    margin-bottom: 30px;
    height: 275px;
}

.dreamit-feature-single-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url(assets/images/resource/Viendo-azulejos.jpg);
    transform: scale(0.5, 1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .5s;
}

.dreamit-feature-single-box:hover:before {
    transform: scale(1, 1);
    opacity: 1;
}

.feature-box-icon i {
    font-size: 50px;
    color: #1c1c1c;
    transition: .5s;
}

.feature-box-title h2 {
    font-size: 22px;
    margin: 5px 0 10px;
    transition: .5s;
}

.feature-box-title p {
    transition: .5s;
}

.feature-icon-bottom {
    position: relative;
    margin-top: -45px;
    margin-right: -10px;
}

.feature-icon-bottom i {
    font-size: 50px;
    color: #69717d;
    opacity: .4;
    bottom: 45px;
    transition: .5s;
}

.dreamit-feature-single-box:hover .feature-box-icon i,
.dreamit-feature-single-box:hover .feature-box-title h2,
.dreamit-feature-single-box:hover .feature-box-title p {
    color: #fff;
}

.dreamit-feature-single-box:hover .feature-icon-bottom i {
    opacity: 0.8;
}


/*style two*/

.style-two .dreamit-feature-single-box {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 50px 42px 40px;
    overflow: hidden;
}

.style-two .dreamit-feature-single-box:before {
    position: absolute;
    content: "";
    z-index: 1;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fc9615;
    transition: .5s;
}

.style-two .dreamit-feature-single-box-inner {
    position: relative;
    z-index: 1;
}

.style-two .dreamit-feature-single-box-inner:before {
    position: absolute;
    content: "";
    z-index: 88;
    bottom: -19px;
    right: -76px;
    height: 70px;
    width: 70px;
    background: #E0EAFC;
    transform: rotate(45deg);
    transition: .5s;
    border-radius: 6px;
}

.style-two .dreamit-feature-single-box-inner:after {
    position: absolute;
    content: "";
    z-index: 88;
    bottom: -25px;
    right: -80px;
    height: 82px;
    width: 82px;
    border: 2px solid #E0EAFC;
    transform: rotate(45deg);
    transition: .5s;
    border-radius: 6px;
}

.style-two .feature-box-icon i {
    font-size: 60px;
    background: #E0EAFC;
    color: #fc9615;
    width: 120px;
    height: 120px;
    line-height: 120px;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 25px;
    transition: .5s;
}

.style-two .feature-box-title h2 {
    font-size: 22px;
    margin: 5px 0 15px;
    transition: .5s;
}

.style-two .feature-button a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    color: #FC9615;
}

.style-two .dreamit-feature-single-box:hover .feature-box-icon i,
.style-two .dreamit-feature-single-box:hover .style-two .feature-box-title h2,
.style-two .dreamit-feature-single-box:hover .feature-box-title p {
    color: inherit;
}

.style-two .dreamit-feature-single-box:hover .feature-icon-bottom i {
    opacity: inherit;
}

.style-two .dreamit-feature-single-box:hover .feature-box-icon i {
    opacity: inherit;
    color: #fff;
    background: #fc9615;
}

.style-two .dreamit-feature-single-box:hover .dreamit-feature-single-box-inner:before {
    background: #fc9615;
}

.style-two .dreamit-feature-single-box:hover .dreamit-feature-single-box-inner:after {
    border: 2px solid #fc9615;
}


/*style-two three*/

.feature-area {
    background: #fff;
}

.feature-area.style-two.three {
    background: #0B2653;
}

.style-two.three .dreamit-feature-single-box {
    position: relative;
    z-index: 1;
    background: #011936;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 50px 42px 40px;
    overflow: hidden;
}

.style-two.three .dreamit-feature-single-box:hover .feature-box-title h2,
.style-two.three .dreamit-feature-single-box:hover .feature-box-title p {
    color: #fff;
}


/*====================================================
--< dreamit service area Css -->
======================================================*/

.service-area {
    background: url(assets/images/resource/Sin-título-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 90px 0 165px;
}

.service-area:before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
}

.dreamit-service-box {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.dreamit-service-box:after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 8px;
    top: 7px;
    background: #00bd9d;
    height: 100%;
    width: 100%;
    transition: .5s;
}

.dreamit-service-box:hover:after {
    left: 0;
    top: 0;
}

.dreamit-service-box-inner {
    background: #fff;
    padding: 20px 22px 17px;
}

.dreamit-service-icon {
    float: left;
    margin-right: 20px;
}

.dreamit-service-icon i {
    color: #00bd9d;
    display: inline-block;
    font-size: 55px;
}

.dreamit-service-title h2 {
    font-size: 21px;
    margin-bottom: 10px;
}


/*style two*/

.dreamit-service-box1 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.dreamit-service-box1:after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 8px;
    top: 7px;
    background: #fff;
    height: 100%;
    width: 100%;
    transition: .5s;
}

.dreamit-service-box1:hover:after {
    left: 0;
    top: 0;
}

.dreamit-service-box-inner1 {
    background: #00bd9d;
    padding: 20px 22px 17px;
}

.dreamit-service-icon1 {
    float: left;
    margin-right: 20px;
}

.dreamit-service-icon1 i {
    color: #fff;
    display: inline-block;
    font-size: 55px;
}

.dreamit-service-title1 h2 {
    font-size: 21px;
    margin-bottom: 10px;
    color: #fff;
}

.dreamit-service-title1 p {
    color: #fff;
}


/*style three*/

.button-right.dreamit-button {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: 20px;
    float: right;
}

.style-two.service-area {
    background: #E0EAFC;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: inherit;
    z-index: 1;
    padding: 90px 0 141px;
}

.style-two .dreamit-single-service-box {
    overflow: hidden;
    margin-top: 54px;
    transition: .5s;
}

.dreamit-single-service-box:hover {
    transform: translateY(-8px);
}

.single-service-thumb img {
    width: 100%;
}

.style-two .dreamit-service-content {
    background: #fff;
    padding: 15px 20px 38px;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
}

.style-two .dreamit-service-title h2:hover {
    color: #fc9615;
}

.style-two .service-button {
    position: relative;
    z-index: 1;
    margin-top: 5px;
    display: inline-block;
}

.style-two .service-button a {
    font-size: 16px;
    color: #fff;
    background: #fc9615;
    padding: 10px 35px;
    transition: .3s;
    font-weight: 600;
    display: inline-block;
}

.style-two .service-button:after {
    position: absolute;
    content: "";
    background: #0B2653;
    right: -4px;
    bottom: -4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    display: inline-block;
}

.style-two .service-button:hover:after {
    bottom: 0;
    right: 0;
}


/*dark version*/

.dark.style-two.service-area {
    background: #0B2653;
}

.dark.style-two .dreamit-service-content {
    background: #011936;
}

.dark.style-two .dreamit-service-title h2 {
    color: #fff;
    transition: .5s;
    background: linear-gradient( to right, #FC9615, #FC9615, 50%, #fff 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}

.dark.style-two .dreamit-service-title p {
    color: #fff;
}

.dark.style-two .service-button:after {
    background: #fff;
}

.dark.style-two .dreamit-single-service-box:hover .dreamit-service-title h2 {
    background-position: 0;
}


/*style four*/

.style-four.service-area:before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #0B2653;
    top: 0;
    left: 0;
    opacity: 0.8;
}


/*style five*/

.style-five.service-area {
    background: #E0EAFC;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: inherit;
    z-index: 1;
    padding: 90px 0 140px;
}

.style-two.dreamit-single-service-box {
    overflow: hidden;
    margin-top: 28px;
    transition: .5s;
    text-align: center;
}


/*style six*/

.style-six.service-area {
    background: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: inherit;
    z-index: 1;
    padding: 90px 0 70px;
}

.dreamit-single-service-box3 {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 30px 36px 40px;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    background: #fff;
    transition: .5s;
    margin-bottom: 30px;
}

.dreamit-single-service-box3:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fc9615;
    transform: scale(0);
}

.dreamit-service-title3 h2 {
    font-size: 23px;
    margin-bottom: 10px;
    transition: .5s;
}

.dreamit-service-icon2 i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #fc9615;
    text-align: center;
    color: #fff;
    font-size: 35px;
    margin: 27px 0 25px;
    transition: .5s;
}

.dreamit-single-text p {
    transition: .5s;
}

.dreamit-single-service-box3:hover:before {
    transform: scale(1);
}

.dreamit-single-service-box3:hover .dreamit-service-icon2 i {
    color: #fc9615;
    background: #fff;
}

.dreamit-single-service-box3:hover .dreamit-service-title3 h2,
.dreamit-single-service-box3:hover .dreamit-single-text p {
    color: #fff;
}


/*style seven*/

.style-seven.service-area {
    background: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: inherit;
    z-index: 1;
    padding: 62px 0 70px;
}

.style-seven .dreamit-single-service-box4 {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 40px 24px 20px;
    text-align: center;
    border: 1px solid #e4ecf9;
    margin-bottom: 30px;
}

.style-seven .dreamit-single-service-box4:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: 0;
    bottom: 0;
    width: 38px;
    height: 38px;
    background: #adc7f1;
    transition: .3s;
}

.style-seven .dreamit-single-service-box4:hover:before {
    width: 100%;
    height: 100%;
    background: #fc9615;
}

.style-seven .single-service-icon4 i {
    font-size: 55px;
    color: #fc9615;
    display: inline-block;
}

.dreamit-service-title h2 {
    font-size: 23px;
    margin-bottom: 10px;
    transition: .5s;
    background: linear-gradient( to right, #FC9615, #FC9615, 50%, #232323 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}

.dreamit-single-service-box:hover .dreamit-service-title h2 {
    background-position: 0;
}

.dreamit-service-title p {
    transition: .3s;
}

.style-seven .dreamit-single-service-box4:hover .single-service-icon4 i,
.style-seven .dreamit-single-service-box4:hover .dreamit-service-title h2,
.style-seven .dreamit-single-service-box4:hover .dreamit-service-title p {
    color: #fff;
}


/*====================================================
--< dreamit pricing area Css -->
======================================================*/

.pricing-area {
    background: url(assets/images/resource/pricing.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 96px 0 65px;
}

.row.pricing-left {
    position: relative;
    z-index: 11;
    margin-left: -162px;
}

.dremit-single-pricing-nox {
    background: #fff;
    padding: 25px 40px 45px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-bottom: 30px;
}

.dreamit-pricing-title h2 {
    font-size: 30px;
    color: #fc9615;
}

.price-item span {
    display: inline-block;
    font-weight: 600;
    color: #1c1c24;
    margin-top: 14px;
    transition: .5s;
}

span.curencyp {
    font-size: 29px;
    position: relative;
    top: -15px;
    transition: .5s;
}

span.tk {
    font-size: 55px;
    transition: .5s;
}

span.bottom-m {
    font-size: 19px;
    font-weight: 500;
    transition: .5s;
}

.pricing-body ul {
    display: block;
    list-style: none;
}

.pricing-body ul li {
    display: block;
    font-size: 17px;
    padding: 8px 0;
}

.pricing-button a {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    min-width: 170px;
    text-align: center;
    padding: 12px 40px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    background: #fc9615;
    color: #fff;
    margin-top: 23px;
}

.pricing-button a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #1c1c24;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    outline: 0 !important;
    border: 0 !important;
}

.pricing-button a:hover:before {
    transform-origin: left center;
    transform: scaleX(1);
    outline: 0 !important;
    border: 0 !important;
}


/*style two*/

.style-two.pricing-area {
    background: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 96px 0 70px;
}

.style-two .dremit-single-pricing-nox {
    background: #fff;
    padding: 44px 40px 56px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    border-radius: 0;
    margin-bottom: 30px;
    text-align: center;
    border: 0;
}

.style-two .dreamit-pricing-title h2 {
    font-size: 22px;
    color: #1c1c24;
}

.style-two .dremit-single-pricing-nox:hover .curencyp,
.style-two .dremit-single-pricing-nox:hover .tk,
.style-two .dremit-single-pricing-nox:hover .bottom-m {
    color: #fc9615;
}


/*====================================================
--< dreamit why choose us area Css -->
======================================================*/

.why-choose-us-thumb1 {
    position: relative;
    margin-top: -45px;
    z-index: 1;
}

.why-choose-us-thumb2 {
    position: relative;
    margin-top: -80px;
    z-index: 1;
}

.why-choose-us-thumb {
    position: relative;
    margin-top: -45px;
    z-index: 1;
}

.why-choose-us-thumb img {
    width: 100%;
}

.why-choose-us-thumb2 img {
    width: 100%;
}

.col-lg-6.col-md-6.col-sm-12.left-why-choose-us {
    position: relative;
    z-index: 1;
    margin-left: -100px;
    background: #fff;
    padding: 35px 0px 0px 40px;
}


/*style two*/

.style-two.why-choose-us-area {
    background: #0B2653;
    padding: 0 84px 92px;
}

.style-two .dreamit-section-title {
    margin-bottom: 20px;
}

.style-two .why-choose-us-thumb img {
    width: inherit;
}

.style-two .why-choose-us-single-box {
    display: flex;
    margin-top: 10px;
}

.style-two .why-choose-us-icon i {
    background: #FC9615;
    color: #fff;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    text-align: center;
    font-size: 36px;
    border-radius: 50%;
}

.style-two .why-choose-us-content {
    margin-left: 18px;
}

.style-two .why-choose-us-title h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 6px;
    margin-top: 0;
}

.style-two .why-choose-us-title p {
    color: #ffff;
}


/*dark version*/

.why-choose-us-area.dark-version {
    background: #011936;
}

.dark-version .why-choose-us-thumb {
    position: inherit;
    margin-top: 0;
    z-index: 1;
}


/*====================================================
--< dreamit process bar Css -->
======================================================*/

@-webkit-keyframes animate-width {
    0% {
        width: 0;
    }
    100% {
        visibility: visible;
    }
}

@-moz-keyframes animate-width {
    0% {
        width: 0;
    }
    100% {
        visibility: visible;
    }
}

@keyframes animate-width {
    0% {
        width: 0;
    }
    100% {
        visibility: visible;
    }
}

@-webkit-keyframes animate-height {
    0% {
        height: 0;
    }
    100% {
        visibility: visible;
    }
}

@-moz-keyframes animate-height {
    0% {
        height: 0;
    }
    100% {
        visibility: visible;
    }
}

@keyframes animate-height {
    0% {
        height: 0;
    }
    100% {
        visibility: visible;
    }
}

.stat-levels {
    padding: 4px 0 0 0;
}

.stat-levels h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    padding: 8px 0 0;
}

.stat-bar {
    position: relative;
    background: #eee;
    height: 7px;
    padding: 0;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 0;
}

.stat-bar:last-child {
    margin-bottom: 0;
}

.stat-bar-rating {
    border-radius: 3px;
    float: left;
    width: 0;
    height: 7px;
    font-size: 12px;
    color: white;
    text-align: center;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.stat-1>.stat-bar-rating span {
    margin-top: -22px;
    color: #fff;
    position: absolute;
    right: 54px;
    transition: .3s;
    font-size: 17px;
}

.stat-1>.stat-bar-rating {
    background: #FC9615;
}

.stat-bar-rating {
    visibility: hidden;
    width: 0;
    -webkit-animation: animate-width;
    -moz-animation: animate-width;
    animation: animate-width;
    animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
    -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
    -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}


/*style two*/


/*====================================================
--< dreamit case study area Css -->
======================================================*/

.case-study-title-area {
    background: url(assets/images/resource/case.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 90px 0 150px;
}

.row.case-study-top {
    position: relative;
    z-index: 111;
    margin-top: -110px;
}

.dreamit-single-case-study {
    position: relative;
    z-index: 999;
}

.dreamit-case-study-thumb {
    position: relative;
    z-index: 1;
}

.active.center .dreamit-case-study-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 38, 93, .85);
    transition: .3s;
}

.active.center .dreamit-single-case-study .case-study-content {
    bottom: 35px !important;
    opacity: 1;
}

.dreamit-single-case-study:hover .case-study-content {
    bottom: 35px !important;
    opacity: 1;
}

.dreamit-case-study-thumb img {
    width: 100%;
}

.case-study-title h2 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 1px;
    text-align: center;
}

.case-study-title h2 a {
    font-weight: 700;
    color: #fff;
    transition: .3s;
}

.case-study-title p {
    text-align: center;
    color: #fc9615;
}

.case-study-content {
    position: absolute;
    content: "";
    z-index: 111;
    right: 0;
    left: 0;
    bottom: -80px;
    background: transparent;
    padding: 0;
    transition: .5s;
    transform: translateY(-70%);
    opacity: 0;
}


/*dark version*/

.case-study-area.dark-version {
    background: #0B2653;
}


/*owl dots*/

.owl-dots {
    text-align: center;
    margin-top: 35px;
}

.owl-dot.active {
    background: #fc9615;
    width: 35px;
}

.owl-dot {
    background: #bfcadc;
    height: 5px;
    width: 25px;
    display: inline-block !important;
    margin: 0 3px;
    border-radius: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial_list .owl-dots {
    text-align: center;
    margin-top: 18px;
}

.blog_list .owl-dots {
    text-align: center;
    margin-top: 20px;
}


/*====================================================
--< dreamit team Title Css -->
======================================================*/

.team-title-area {
    background: url(assets/images/resource/service.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 100px 0 223px;
    position: relative;
    z-index: 1;
}

.team-title-area:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0B2653 0%, #FC9615 100%);
    opacity: .9;
}

.dreamit-section-title-text {
    position: relative;
    z-index: 1;
}

.dreamit-section-title-text:before {
    position: absolute;
    content: "";
    z-index: 11;
    left: -83px;
    top: 23px;
    width: 70px;
    height: 3px;
    background: #fc9615;
}

.dreamit-section-title-text h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.dreamit-section-title-text h3 {
    font-size: 40px;
    margin: 0;
    line-height: 1.1;
}

.dreamit-button-two {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: 46px;
    float: right;
}

.dreamit-button-two a {
    font-size: 16px;
    color: #fff;
    background: #fc9615;
    padding: 14px 35px;
    transition: .3s;
    font-weight: 600;
    border-radius: 0;
    display: inline-block;
    border: 0;
}

.dreamit-button-two:after {
    position: absolute;
    content: "";
    background: #0B2653;
    right: -4px;
    bottom: -4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    display: block;
}

.dreamit-button-two:hover:after {
    bottom: 0;
    right: 0;
}


/*style two*/

.style-two.team-title-area {
    background: url(assets/images/resource/service.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 90px 0 165px;
    position: relative;
    z-index: 1;
}

.style-two.team-title-area:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0B2653 0%, #0B2653 100%);
    opacity: .8;
}


/*dark*/

.team-area.style-two.dark {
    background: #011936;
}

.dark.style-two .team-content {
    background: #0B2653;
    padding: 14px 30px 14px;
    box-shadow: 10px 17px 38px 0 rgb(0 0 0 / 10%);
    text-align: left;
    position: relative;
    z-index: 1;
}

.dark.style-two .team-title h3 {
    font-size: 20px;
    color: #fff;
    display: block;
    font-weight: 700;
}

.dark.style-two .team-title h3 a:hover {
    color: #FC9615;
}


/*====================================================
--< dreamit team area Css -->
======================================================*/

.dreamit-single-testimonial-box {
    text-align: center;
}

.testimonial-content {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 30px 25px 35px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
    margin-top: 2px;
}

.testimonial-content:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 30px;
    margin: auto;
    width: 30px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 5px 3px 2px 0px rgb(0 0 0 / 3%);
}

.testi-icon {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.testi-icon:before {
    position: absolute;
    content: "";
    z-index: 11;
    top: 25px;
    left: 62px;
    height: 2px;
    width: 45px;
    background: #E0EAFC;
}

.testi-icon:after {
    position: absolute;
    content: "";
    z-index: 11;
    top: 25px;
    right: 62px;
    height: 2px;
    width: 45px;
    background: #E0EAFC;
}

.testi-icon i {
    display: inline-block;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fc9615;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
}

.testimonial-thumb {
    display: inline-block;
    margin-top: 40px;
}

.testimonial-thumb img {
    border-radius: 50%;
    width: 90px;
}

.testi-titile h2 {
    font-size: 18px;
}

.testi-titile span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fc9615;
    padding-top: 4px;
}


/*style two*/

.row.testi-background {
    background: #0B2653;
    margin-top: 80px;
    padding: 60px 25px 69px 35px;
}

.style-two .dreamit-single-testimonial-box {
    text-align: left;
}

.style-two .testimonial-content {
    position: inherit;
    z-index: 1;
    background: inherit;
    padding: 0;
    box-shadow: inherit;
    border-radius: 5px;
    margin-top: 0;
}

.style-two .testimonial-content:before {
    position: inherit;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 30px;
    margin: auto;
    width: 30px;
    background: none;
    transform: rotate(45deg);
    box-shadow: 0;
}

.style-two .testimonial-text p {
    color: #fff;
    text-align: left;
    margin: 0 10px 0;
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    width: 80%;
}

.style-two .testimonial-thumb {
    display: inline-block;
    margin-top: 30px;
    float: left;
    margin-right: 20px;
}

.style-two .testi-titile {
    margin-top: 50px;
}

.style-two .testi-titile h2 {
    font-size: 22px;
    color: #fff;
}

.style-two .testi-titile span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fc9615;
    padding-top: 4px;
}


/*style three*/

.testimonial-area.style-three {
    background: #E0EAFC;
}


/*dark version*/

.testimonial-area.dark-version {
    background: #011936;
}

.dark-version .testimonial-content {
    position: relative;
    z-index: 1;
    background: #0B2653;
    padding: 30px 25px 35px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
    margin-top: 2px;
}

.dark-version .testimonial-text {
    color: #fff;
}

.dark-version .testimonial-content:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 30px;
    margin: auto;
    width: 30px;
    background: #0B2653;
    transform: rotate(45deg);
    box-shadow: 5px 3px 2px 0px rgb(0 0 0 / 3%);
}


/*====================================================
--< dreamit team area Css -->
======================================================*/

.row.team-top {
    position: relative;
    margin-top: -160px;
}

.dreamit-single-team-box {
    margin-bottom: 30px;
}

.dreamit-single-team-thumb img {
    width: 100%;
}

.dreamit-single-team-thumb {
    position: relative;
    z-index: 1;
}

.dreamit-single-team-thumb:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top;
    background: rgba(252, 150, 21, .85);
    transform: perspective(15em) rotateX(-90deg);
    transition: .6s;
}

.dreamit-single-team-box:hover .dreamit-single-team-thumb:before {
    transform: perspective(0) rotateX(0);
}

.team-content {
    background: #fff;
    padding: 18px 20px 33px;
    box-shadow: 10px 17px 38px 0 rgb(0 0 0 / 10%);
    text-align: center;
}

.team-title h3 {
    font-size: 22px;
    color: #030749;
    display: block;
}

.team-title h3 a {
    font-weight: 600;
}

.team-title h3 a:hover {
    color: #fc9615;
}

.team-title p {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
    display: block;
    margin-bottom: 12px;
}

.socail-icon a {
    display: inline-block;
}

.socail-icon a i {
    font-size: 14px;
    background: #fc9615;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    margin: 0 3px;
    transition: .3s;
    display: inline-block;
}

.socail-icon a i:hover {
    background: #030749;
}


/*style two*/

.style-two .dreamit-single-team-box {
    overflow: hidden;
    box-shadow: 10px 17px 38px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.style-two .dreamit-single-team-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.style-two .dreamit-single-team-thumb:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform-origin: top;
    background: rgba(11, 38, 83, 0.35);
    transform: inherit;
    transition: .6s;
}

.style-two .dreamit-single-team-box:hover .dreamit-single-team-thumb:before {
    opacity: 1;
}

.style-two .dreamit-team-social-icons {
    text-align: center;
    padding: 10px 0;
    background: #fc9615;
    right: 0;
    left: 2px;
    margin: auto;
    margin-bottom: -50px;
    opacity: 0;
    visibility: visible;
    transition: .5s;
    width: 83%;
    position: absolute;
    bottom: 20px;
    z-index: 1;
}

.style-two .team-socail-icon a i {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 0 4px;
}

.style-two .dreamit-single-team-box:hover .dreamit-team-social-icons {
    opacity: 1;
    bottom: 50px;
}

.style-two .team-content {
    background: #fff;
    padding: 14px 30px 14px;
    box-shadow: 10px 17px 38px 0 rgb(0 0 0 / 10%);
    text-align: left;
    position: relative;
    z-index: 1;
}

.style-two .team-title h3 {
    font-size: 20px;
    color: #1c1c24;
    display: block;
    font-weight: 700;
}

.style-two .team-title h3 a:hover {
    color: #0B2653;
}

.style-two .team-title p {
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 5px;
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    color: #fc9615;
}

.style-two .team-content:before {
    position: absolute;
    content: "";
    z-index: 1111;
    right: -39px;
    top: 11px;
    width: 70px;
    height: 70px;
    background: #E0EAFC;
    transform: rotate(50deg);
    border: 6px;
    transition: .5s;
}

.style-two .team-content:after {
    position: absolute;
    content: "";
    z-index: 111;
    right: -39px;
    top: 11px;
    width: 83px;
    height: 75px;
    border: 6px;
    border: 2px solid #E0EAFC;
    transform: rotate(50deg);
    transition: .5s;
}

.style-two .dreamit-single-team-box:hover .team-content:before {
    background: #fc9615;
}

.style-two .dreamit-single-team-box:hover .team-content:after {
    border: 2px solid #fc9615;
}


/*style three*/

.style-three .dreamit-team-thumb {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
    transition: .3s;
    overflow: hidden;
    border-bottom: 3px solid #fc9615;
    border-radius: 4px;
}

.style-three .dreamit-team-thumb:hover {
    transform: translateY(-10px);
}

.style-three .dreamit-team-thumb-inner:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(252, 150, 21, .85);
    opacity: 0;
    transition: .5s;
}

.style-three .dreamit-team-thumb:hover .dreamit-team-thumb-inner:before {
    opacity: 1;
}

.style-three .dreamit-team-thumb-inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.style-three .dreamit-team-thumb-inner img {
    width: 100%;
}

.style-three .team-content-socail-icon {
    position: absolute;
    top: 50%;
    right: -45px;
    width: 45px;
    padding: 13px 0;
    background: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transition: .3s;
}

.style-three .dreamit-team-thumb:hover .team-content-socail-icon {
    opacity: 1;
    right: 0;
}

.style-three .team-content-socail a {
    font-size: 15px;
    color: #fc9615;
    display: block;
    margin: 6px 0;
    transition: .3s;
}

.style-three .em-team-content {
    background: #fff;
    padding: 16px 20px 20px;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    transition: .5s;
}

.style-three .team-title h2 {
    font-size: 20px;
    font-weight: 700;
}

.style-three .team-title h2 a {
    display: inline-block;
    font-weight: 700;
    color: #222;
}

.style-three .team-title span {
    font-size: 13px;
    font-weight: 500;
    color: #fc9615;
    text-transform: uppercase;
}


/*style four*/

.team-area.style-three.four {
    background: #E0EAFC;
}


/*style five*/

.team-area.style-five {
    background: #E0EAFC;
}


/*dark version*/

.team-area.dark-version {
    background: #0B2653;
}

.dark-version .team-content {
    background: #011936;
    padding: 18px 20px 33px;
    box-shadow: 10px 17px 38px 0 rgb(0 0 0 / 10%);
    text-align: center;
}

.dark-version .team-title h3 {
    font-size: 22px;
    color: #fff;
    display: block;
}


/*====================================================
--< dreamit call do action area Css -->
======================================================*/

.call-do-action-area {
    background: #FC9615 url(assets/images/resource/contact.png);
    background-position: center center;
    background-attachment: fixed;
    padding: 90px 0 100px;
}

.call-do-action-content {
    text-align: center;
}

.dcall-do-action-title h1 {
    font-size: 100px;
    font-weight: 800;
    margin-top: 15px;
}

.call-do-action-title p {
    font-size: 28px;
    font-weight: 600;
}

.dreamit-button1 {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: 12px;
}

.dreamit-button1 a {
    font-size: 16px;
    color: #fff;
    background: #0B2653;
    padding: 14px 40px;
    transition: .3s;
    font-weight: 600;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
}

.dreamit-button1:after {
    position: absolute;
    content: "";
    background: #fff;
    right: -4px;
    bottom: -4px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    display: block;
}

.dreamit-button1:hover:after {
    bottom: 0;
    right: 0;
}


/*====================================================
--< dreamit sprocess area Css -->
======================================================*/

.row.call-top {
    position: relative;
    z-index: 1;
    margin-top: -135px;
}

.row.call-bottom {
    position: relative;
    z-index: 1;
    margin-bottom: -90px;
}

.call-center-content {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding: 37px 0 79px 40px;
    margin-left: -30px;
}

.call-center-thumb img {
    width: 100%;
}

.call-center-content h4 {
    font-size: 16px;
}

.call-center-content h2 {
    font-size: 30px !important;
    line-height: 36px;
}

.call-center-title h3 {
    font-size: 16px;
    margin: 0px 0 3px 0;
}

.call-center-right-box {
    border: #EEEEEE;
    border-width: 2px 0 0 0;
    border-style: solid;
    margin-top: 20px;
    padding: 27px 0 0 0;
}

.button-right2.dreamit-button-two {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: 1px;
    float: left;
    margin-right: 45px;
}

.call-center-icon {
    float: left;
    margin-right: 18px;
}

.call-center-icon i {
    display: inline-block;
    font-size: 35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #FC9615;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.call-center-title h2 {
    font-size: 16px;
}

.call-center-title p {
    font-size: 22px;
    font-weight: 600;
}


/*====================================================
--< dreamit sprocess area Css -->
======================================================*/

.process-area.style_two {
    background: #E0EAFC;
}

.single-process-thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.single-process-thumb:before {
    position: absolute;
    z-index: 888;
    content: "";
    right: 0px;
    top: 0px;
    height: 127%;
    width: 100%;
    background: url(assets/images/resource/mask.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.single-process-thumb:after {
    position: absolute;
    z-index: 1;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(11, 38, 83, 0.6);
    transition: .5s;
}

.dreamit-single-process-box:hover .single-process-thumb:after {
    background: rgba(11, 38, 83, 0.2);
}

.dreamit-process-content {
    padding-top: 57px;
}

.process-title h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}


/*style two*/

.dreamit-single-process-box {
    margin-bottom: 30px;
}

.work-progress-icon {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.work-progress-icon:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 40px;
    width: 2px;
    border: 2px dashed #ddd;
    margin: auto;
    bottom: -75px;
    border-radius: 100%;
}

.work-progress-icon:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: -32px;
    height: 15px;
    width: 15px;
    border: 2px solid #ddd;
    margin: auto;
    border-radius: 50%;
}

.work-progress-icon i {
    display: inline-block;
    font-size: 50px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    background: #fc9615;
    text-align: center;
    color: #fff;
}

.progress-number span {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 16px;
    color: #fc9615;
    box-shadow: 0 0 10px #cccccc;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.progress-number {
    z-index: 1;
    position: absolute;
    right: 115px;
    top: -16px;
}

.progress-title h2 {
    font-size: 20px;
    font-weight: 600;
    padding: 6px 0 10px;
}

.dreamit-progress-content {
    position: relative;
    z-index: 1;
}

.dreamit-progress-content:after {
    position: absolute;
    z-index: 1;
    content: "";
    top: -200px;
    right: -120px;
    background: url(assets/images/shape/process.png);
    height: 40px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}


/*dark*/

.process-area.dark {
    background: #011936;
}

.dark .single-process-thumb:before {
    position: absolute;
    z-index: 888;
    content: "";
    right: 0px;
    top: 0px;
    height: 127%;
    width: 100%;
    background: url(assets/images/resource/mask.png);
    background-position: center center;
    background-repeat: no-repeat;
}


/*====================================================
--<	dreamit section Title Css -->
======================================================*/

.color-claro {
    color: #3f4722 !important;
}

.color-oscuro {
    color: #1c1c1c !important;
}

.dreamit-section-title {
    position: relative;
    z-index: 1;
}

.dreamit-section-title h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.dreamit-section-title span {
    color: #c7cda7;
}

.dreamit-section-title h5 {
    font-style: italic;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 0;
}

.dreamit-section-title p {
    padding: 0px 25px 5px;
    font-style: italic;
    border-left: 3px solid #c7cda7;
    font-size: 17px;
}

.em_bar_bg-oscuro {
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}

.em_bar_bg {
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}

.text-left .em_bar_bg-oscuro {
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 22px 0 30px;
    position: relative;
    border-radius: 30px;
}

.text-left .em_bar_bg {
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 22px 0 30px;
    position: relative;
    border-radius: 30px;
}

.em_bar_bg-oscuro:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #3f4722;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #c7cda7;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

.text-left1.em_bar_bg {
    height: 3px;
    width: 90px;
    background: #aec6ef;
    margin: 16px 0 8px;
    position: relative;
    border-radius: 30px;
}

.text-left1.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #fc9615;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}


/* Video Css */

.margin_bottom- {
    position: relative;
    margin-bottom: -188px;
}

.single_video_thumb {
    overflow: hidden;
}

.slider-video {
    padding: 56px 0;
}

.video-icon {
    left: 90%;
    position: absolute;
    top: 7px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #0B2653;
    z-index: 8;
    width: 21%;
    margin-left: 78px;
    padding: 65px 0px;
}

.video-icon a {
    display: inline-block;
    background: #ffff;
    color: #fc9615;
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 100%;
    transition: .5s;
    position: relative;
    text-align: center;
    animation: ripple-blue 1s linear infinite;
    font-size: 26px;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}


/*====================================================
--< dreamit counter Area Css -->
======================================================*/

.dreamit-single-counter-box {
    background: url("assets/images/resource/personal-trabajando.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 28px 20px 40px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
}

.counter-text h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.counter-icon i {
    font-size: 60px;
    display: inline-block;
    color: #fff;
}

.counter-title h4 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    margin-top: 2px;
}


/*style two*/

.col-lg-6.padding-uper {
    padding-right: 5px;
}

.dreamit-single-counter-box.uper {
    margin-top: 20px;
    margin-bottom: 0;
}

.dreamit-single-counter-box1.uper {
    margin-top: 20px;
    margin-bottom: 0;
}

.dreamit-single-counter-box1 {
    padding: 28px 20px 40px;
    background: #ffffff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
}

.counter-icon1 i {
    font-size: 60px;
    display: inline-block;
    color: #3f4722;
}

.counter-text1 h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.counter-title1 h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    margin-top: 2px;
}

.dreamit-counter-text {
    display: flex;
    margin-bottom: 2px;
}

.counter-text-icon i {
    color: #3f4722;
    display: inline-block;
    font-size: 30px;
}

.right-box {
    display: inline-block;
    overflow: hidden;
    margin-left: 12px;
}


/*style three*/

.counter-area.style-two {
    background: #FC9615 url(assets/images/resource/contact.png);
    padding: 95px 0 265px;
}

.style-two .dreamit-single-counter-box {
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 28px 20px 40px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
}

.style-two .counter-text h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color: #1c1c24;
}

.style-two .counter-icon i {
    font-size: 60px;
    display: inline-block;
    color: #FC9615;
}

.style-two .counter-title h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    margin-top: 2px;
    color: #1c1c24;
}


/*dark*/

.dark.style-two .dreamit-single-counter-box {
    background: #0B2653;
}

.dark.style-two .counter-text h1 {
    color: #fff;
}

.dark.style-two .counter-title h4 {
    color: #fff;
}


/*style four*/

.counter-area {
    background: #fff;
}

#E0EAFC .counter-area.style-three {
    background: url(assets/images/shape/subscribe.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.style-three .dreamit-single-counter-box {
    background: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 0;
}

.style-three .counter-icon {
    float: left;
    margin-right: 20px;
}

.style-three .counter-text h1 {
    font-size: 34px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    text-align: left;
}

.style-three .counter-title h4 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    margin-top: 2px;
    text-align: left;
}


/*dark version*/

.counter-area.dark-version {
    background: #011936;
}

.dark-version .dreamit-single-counter-box1 {
    padding: 28px 20px 40px;
    background: #0B2653;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
}


/*====================================================
--< dreamit contact form Area Css -->
======================================================*/

.row.contact-form-top {
    position: relative;
    z-index: 1;
    margin-top: -190px;
}

.row.contact-top {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 20%);
    padding: 70px 100px 60px;
    border-radius: 5px;
    margin-top: -190px;
}

.contact-form-thumb img {
    width: 100%;
}

.contact-form-thumb1 img {
    width: 84%;
}

.section-b.dreamit-section-title {
    margin-bottom: 47px;
}

.style-two.contact-form-box {
    position: relative;
    z-index: 1;
    padding: 37px 40px 51px;
    background: #FFFFFF;
    margin: 0px -15px 0 -100px;
    box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 20%);
}

.dreamit-section-title.style-two {
    padding-bottom: 11px;
}


/*dark*/

.contact-form-area.dark.pb-90 {
    background: #011936;
}

.dark .style-two.contact-form-box {
    background: #0B2653;
}

.dark .from-box input {
    background-color: transparent;
    color: #fff;
}

.dark .from-box input::placeholder {
    color: #E6E6E6;
}

.dark .from-box textarea {
    background-color: transparent;
    color: #fff;
}

.dark .from-box textarea::placeholder {
    color: #E6E6E6;
}

.dark div#status {
    color: #fff;
    margin-top: 5px;
}


/*====================================================
--<	dreamit Portfolio Area Css -->
======================================================*/


/* Portfolio Nav */

.portfolio_nav {
    margin-bottom: 50px;
}

.portfolio_menu ul {
    text-align: center;
    list-style: none;
}

.portfolio_menu ul li {
    display: inline-block;
    margin: 0 14px;
    cursor: pointer;
}

.portfolio_menu ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: .5s;
}

.portfolio_menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    height: 2px;
    width: 0%;
    background: #fff;
    transition: .5s;
}

.portfolio_nav ul li {
    border: medium none;
    font-size: 16px;
    line-height: 1;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    /* text-transform: capitalize; */
    padding: 12px 27px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    margin: 0 3px;
    margin-bottom: 2px;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 2px;
    background: #f2f4ff;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: #fff;
    background: #c7cda7;
}


/* Single Portfolio */

.single_portfolio {
    overflow: hidden;
    margin-bottom: 30px;
    transition: .5s;
    z-index: 1;
}

.single_portfolio_thumb {
    transition: .5s;
    position: relative;
}

.single_portfolio_thumb:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(199, 205, 167, .85);
    top: 0;
    content: "";
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.single_portfolio_thumb img {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: .3s;
}

.single_portfolio_content {
    position: absolute;
    transition: .5s;
    bottom: -2px;
    left: 30px;
    opacity: 0;
    z-index: 1;
}

.single_portfolio_content span {
    color: #fff;
    margin: 0;
}

.single_portfolio_content h3 {
    margin: 5px 0 0;
    font-size: 20px;
}

.single_portfolio_content h3 a {
    display: inline-block;
    font-weight: 600;
    color: #fff;
}

.single_portfolio_content_inner span {
    color: #fff;
}


/* Portfolio Hover */

.portfolio_menu ul li a:hover:before {
    width: 100%;
}

.single_portfolio:hover .single_portfolio_thumb:before {
    background: rgba(199, 205, 167, .50);
    opacity: 1;
}

.single_portfolio:hover .single_portfolio_thumb img {
    transform: scale(1.1);
}

.single_portfolio:hover .single_portfolio_content {
    bottom: 25px;
    opacity: 1;
}


/*<!-- ============================================================== -->
<!-- dreamit - contact Area Css -->
<!-- ============================================================== -->*/

.contact-us-area {
    background: #f3f6ff;
    padding: 100px 0 100px;
}

.contact-address-content {
    background: #fc9615;
    padding: 40px 40px 66px;
}

.contact-location {
    border-bottom: 1px dashed #ffffff;
    padding: 22px 0 16px;
}

.contact-icon i {
    font-size: 50px;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-top: 35px;
}

.contact-icon {
    float: left;
    margin-right: 25px;
}

.right-box {
    overflow: hidden;
}

.contact-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.contact-title p {
    color: #fff;
}

p.text-st {
    font-size: 19px;
}


/*
<!-- ============================================================== -->
<!-- dreamit - Breatcome Area Css -->
<!-- ============================================================== -->*/

.breatcumb-area {
    padding: 215px 0 143px;
    background: #f1f6fc url(assets/images/resource/case.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    position: relative;
}

.breatcumb-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(28, 28, 36, .20);
}

.breatcumb-title h2 {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
}

.breatcumb-content-text ul {
    display: inline-block;
    list-style: none;
}

.breatcumb-content-text ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.breatcumb-content-text ul li a {
    color: #1c1c24;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.breatcumb-content-text ul li i {
    margin: 0 6px;
    display: inline-block;
    color: #1c1c24;
}


/*====================================================
--<	dreamit Contact Area Css -->
======================================================*/

.from-box input.required-error {
    border: 1px solid red;
}

.required-error {
    color: red;
}

.from-box input {
    height: 54px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0px 1px 1px #e9eef7;
    padding: 6px 20px;
    border-radius: 8px;
    display: block;
    width: 100%;
    color: #223645;
    margin-bottom: 16px;
    font-weight: 500;
}

.from-box textarea {
    height: 150px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 20px 20px;
    box-shadow: 0 0px 1px 1px #e9eef7;
    border-radius: 5px;
    color: #223645;
    width: 100%;
    margin-bottom: 16px;
    font-weight: 500;
}

.contact-button button {
    background: #c7cda7;
    border: 0;
    display: block;
    text-align: center;
    padding: 12px 39px;
    border-radius: 3px;
    transition: .3s;
    color: #fff;
    width: 100%;
}

.contact-button button:hover {
    background: #1c1c1c;
}

input:focus,
button:focus {
    border-color: transparent;
    outline-color: #00bd9d;
}

textarea:focus {
    border-color: transparent;
    outline-color: #00bd9d;
    box-shadow: 0;
}


/*====================================================
--<	dreamit Blog Area Css -->
======================================================*/

.blog_area {
    background: #E0EAFC;
    padding: 97px 0 90px;
}

.single_blog {
    overflow: hidden;
    transition: .5s;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}

.single_blog_thumb {
    position: relative;
}

.dreamit-meta-blog-top ul li {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1;
}

.dreamit-meta-blog-top ul li a {
    display: inline-block;
    background: #00bd9d;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px 16px;
    border-radius: 3px;
}

.single_blog_content {
    overflow: hidden;
    padding: 25px 30px 25px;
    text-align: left;
    position: relative;
    z-index: 1;
}

.single_blog_content:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #1c1c24;
    transition: .5s;
}

.single_blog_content:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: #00bd9d;
    transition: .5s;
}

.single_blog:hover .single_blog_content:after {
    width: 100%;
}

.dreamit_blog_meta {
    float: left;
}

.dreamit_blog_meta a {
    display: inline-block;
    color: #1c1c24;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
    text-transform: capitalize;
    position: relative;
}

.dreamit_blog_meta a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #616161;
    top: 4px;
    right: -13px;
}

.post-categories a {
    display: inline-block;
    color: #1c1c24;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
    margin-left: 24px;
}

.dreamit_blog_meta a:hover,
.post-categories a:hover {
    color: #00bd9d;
}

.blog_page_title h4 a {
    font-weight: 600;
    transition: .3s;
}

.blog_page_title h4 {
    font-size: 21px;
    margin: 8px 0 15px;
}

.blog_page_title a:hover {
    color: #00bd9d;
}

.button_two a {
    display: inline-block;
    border: 2px solid #00bd9d;
    color: #00bd9d;
    padding: 7px 21px;
    border-radius: 30px;
    font-weight: 700;
    margin-top: 8px;
    transition: .4s;
}

.button_two i {
    margin-left: 5px;
}

.button_two a:hover {
    background: #00bd9d;
    color: #fff;
}


/*dark version*/

.dark.blog_area {
    background: #0B2653;
    padding: 97px 0 90px;
}

.dark .single_blog_content {
    background: #111A3A;
}

.dreamit_blog_meta a {
    color: #fff;
}

.post-categories a {
    display: inline-block;
    color: #fff;
}

.blog_page_title h4 {
    transition: .5s;
    background: linear-gradient( to right, #00bd9d, #00bd9d, 50%, #fff 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}

.blog_page_title h4:hover {
    background-position: 0;
}


/*style two*/

.blog_area.style-two {
    background: inherit;
}


/*dark version*/

.blog_area.dark-version {
    background: #0B2653;
}

.dark-version .single_blog_content {
    overflow: hidden;
    padding: 25px 30px 25px;
    text-align: left;
    position: relative;
    z-index: 1;
    background: #011936;
}

.dark-version .dreamit_blog_meta a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
    text-transform: capitalize;
    position: relative;
}

.dark-version .post-categories a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
    margin-left: 24px;
}

.dark-version .blog_page_title a:hover {
    color: #fff;
}


/*====================================================
--< dreamit subscribe Area Css -->
======================================================*/

.subscribe-area {
    background: url(assets/images/shape/subscribe.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 97px 0 95px;
}

.row.subscribe-color {
    border-style: solid;
    border-width: 10px;
    color: #fff;
    background: url(assets/images/shape/subscribe2.jpg);
    overflow: hidden;
    padding: 14px 0 24px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.subscribe-title h2 {
    font-size: 40px;
    color: #ffff;
}

.subscribe-title h4 {
    font-size: 22px;
    color: #fff;
}

form#subscribe_form {
    margin-top: 20px;
}

form#contact_form {
    margin-top: 20px;
}

.from-box1 input {
    height: 68px;
    border: 0;
    background-color: #F6F6FC;
    transition: .5s;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 15%);
    padding: 5px 25px;
    display: block;
    width: 100%;
    color: #223645 !important;
    font-weight: 500;
    border-radius: 15px;
    font-size: 14px;
}

.from-box1 button {
    float: right;
    position: relative;
    margin-top: -61px;
    border: none;
    background: inherit;
    right: 7px;
}

.from-box1 button {
    display: inline-block;
    padding: 15px 43px;
    background: #fc9615;
    color: #fff;
    border-radius: 15px;
    font-weight: 500;
    cursor: pointer;
}


/*style two*/

.style-two.subscribe-area {
    background: url(assets/images/shape/subscribe.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 265px;
}


/*style three*/

.style-three.subscribe-area {
    background: url(assets/images/shape/subscribe.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 213px 0 292px;
}


/*====================================================
--<	dreamit Footer Middle Area Css -->
======================================================*/

.footer-middle {
    background: #1c1c1c;
    padding: 82px 0 33px;
}

.dreamit-logo img {
    width: 100%;
}

.dreamit-logo {
    margin-bottom: 23px;
    margin-top: 8px;
}

.company-info-desc p {
    color: #fff;
}

.company_icon {
    margin-top: 30px;
}

.company_icon i {
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #3f4722;
    text-align: center;
    color: #fff;
    transition: .5s;
    display: inline-block;
    margin-right: 8px;
    border-radius: 3px;
}

.company_icon i:hover {
    background: #c7cda7;
    color: #fff;
}

.menu-quick-link-content ul li {
    display: inline-block;
    list-style: none;
}

.menu-quick-link-content ul li {
    display: inline-block;
    padding-bottom: 13px;
    padding-left: 25px;
    font-size: 16px;
    position: relative;
    transition: .5s;
}

.menu-quick-link-content ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 13px;
    background: #fff;
    width: 10px;
    height: 1px;
    font-size: 14px;
    z-index: 1;
}

.menu-quick-link-content ul li a {
    display: inline-block;
    font-size: 16px;
    color: #f8f9fe;
    transition: .5s;
}

.menu-quick-link-content ul li a:hover {
    color: #00bd9d;
}

.widget.widget-nav-menu h4 {
    font-size: 22px;
    margin-top: 15px;
    color: #f8f9fe;
    margin-bottom: 38px;
    font-weight: 700;
}

.single-widget-item h4 {
    font-size: 25px;
    margin-top: 20px;
}

.widget-footer-title h2 {
    font-size: 22px;
    font-weight: 700;
    color: #f8f9fe;
    margin-bottom: 34px;
    margin-top: 15px;
}

.footer-recent-post.style-two {
    border-bottom: 1px solid #E8E8E8;
    overflow: hidden;
}

.footer-recent-post {
    display: flex;
    margin-top: 18px;
}

.footer-recent-post-thumb {
    margin-bottom: 22px;
}

.footer-recent-post-thumb img {
    border-radius: 5px;
}

.footer-recent-post-title {
    margin-left: 10px;
    margin-bottom: 30px;
}

.footer-recent-post-title h4 {
    font-size: 14px;
    color: #f8f9fe;
    margin-top: 0px;
}

.footer-recent-post-title h4 a {
    font-weight: 500;
    transition: .5s;
    line-height: 22px;
}

.footer-recent-post-title h4 a:hover {
    color: #fc9615 !important;
}

.footer-recent-post-title span {
    display: inline-block;
    color: #ddd;
    font-size: 13px;
    margin-top: 6px;
}

h4.widget-title {
    font-size: 22px;
    margin-top: 14px;
    font-weight: 700;
    color: #f8f9fe;
    margin-bottom: 35px;
}

.footer-socail-icon {
    float: left;
    overflow: hidden;
    margin-right: 17px;
    margin-top: 8px;
}

.footer-socail-icon i {
    font-size: 30px;
    color: #fff;
    display: inline-block;
}

.footer-socail-info1 {
    overflow: hidden;
}

.footer-socail-info1 span {
    font-weight: 600;
    color: #ffffff;
}

.footer-socail-info1 span:hover {
    color: #c7cda7;
}

.footer-socail-info1 p {
    color: #fff;
    font-size: 20px;
}

.footer-socail-info {
    overflow: hidden;
}

.footer-socail-info span {
    font-weight: 600;
}

.footer-socail-info p {
    color: #fff;
    font-size: 16px;
}


/*====================================================
--<	dreamit Footer Bottom Area Css -->
======================================================*/

.footer-bottom {
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .23);
}

.footer-bottom-content-copy p {
    color: #f8f9fe;
    padding: 0;
    margin: 1px 0 0;
}


/*====================================================
--<	dreamit scrollup section Css -->
======================================================*/


/*scrollup section*/

.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #c1282a 100%);
    background: #fc9615;
    background-image: -ms-linear-gradient(0deg, #69DDCC 0%, #c1282a 100%);
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    -o-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
    background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
    background-image: -ms-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

#status.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}