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

Template Name: techno - IT Solutions & Services HTML5 Template
Version: 0.1
 
================================================*/

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

/*============================
 techno Main Menu Area Css
==============================*/
.techno_nav_manu {
    background: transparent;
    z-index: 444;
    position: relative;
    margin-bottom: -91px;
    border-bottom: 1px solid #807e94;
}
/**/
/*style three*/

/* techno Menu Css*/
.logo img {
    width: 70%;
}
.techno_menu ul {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}
.techno_menu>ul>li {
   display: inline-block;
   position: relative;
}
.techno_menu > ul > li > a {
    display: block;
    margin: 30px 13px;
    -webkit-transition: .5s;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Rajdhani';
}
/*sticky*/
.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: #000000;
    transition: .5s;
    z-index: 4;
}
.sticky .techno_menu > ul > li > a {
    display: block;
    margin: 30px 13px;
    transition: .5s;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.sticky.style-two .search-box-btn i {
    display: inline-block;
    color: #33354b;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
/* sub menu style */
.techno_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 #ddae48;
}
.techno_menu ul li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 100%;
     z-index: 9;
}
.techno_menu ul .sub-menu li {
     position: relative;
}
.techno_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Rajdhani';
    text-transform: capitalize;
    transition: .1s;
    visibility: inherit !important;
    color: #616161;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.techno_menu ul .sub-menu li:hover>a,
.techno_menu ul .sub-menu .sub-menu li:hover>a,
.techno_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.techno_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background:#ddae48;
    color: #fff !important;
}
/* sub menu 2 */
.techno_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.techno_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 */
.techno_menu ul .sub-menu .sub-menu li {
     position: relative;
}
.techno_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;
}
.techno_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 */
.techno_menu ul .sub-menu .sub-menu .sub-menu li {
     position: relative;
}
.techno_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}
.techno_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%;
}
.techno_nav_manu.sticky a.dtbtn:hover {
    color: #fff !important;
}
.white .header-button .dtbtn {
    background: #423e6d;
	border-color:#423e6d;
}
.techno_menu li a:hover:before{
	width:101%;
}
.techno_nav_manu.sticky .logo_img {
    display: none;
}
.main_sticky {
    display: none;
}
.techno_nav_manu.sticky .main_sticky {
    display: inherit;
}
.techno_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #fc9615;
    border: 2px solid #fc9615;
}
.techno_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}
.mobile-menu.mean-container {
	overflow: hidden;
}
/*====================================================
--<	techno Header Top Menu Area Css -->
======================================================*/
/*** 
====================================================================
    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(0,0,0,0.90);
    -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); /* easeInOutQuint */
    -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); /* easeInOutQuint */
}
.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: #ddae48;
    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-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: #ddae48;
    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: 20px;
    margin-left: 0;
}
.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    transition: .5s;
}
.flaticon-multiply:before {
    content: inherit;
}
button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}
span.flaticon-multiply i {
    display: inline-block;
    color: #ddae48;
}
/*nav button*/
.nav-btn.navSidebar-button {
    display: inline-block;
}
.nav-btn.navSidebar-button span i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ddae48;
    border-radius: 50%;
    text-align: center;
    margin-left: 20px;
    font-size: 20px;
}
.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
    
}
.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}
.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}
.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.9;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
    padding: 40px;
}
.close-side-widget i {
    color: #ddae48;
    font-size: 24px;
    display: block;
}
.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}
.xs-bg-black {
    background-color: #000000;
}
/*html css*/
.nav-logo {
    margin: 0 0 50px;
}
.content-box h2 {
    color: #fff;
    font-size: 26px;
}
.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}
a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}
a.theme-btn.btn-style-two i {
    color: #ddae48;
}
.contact-info h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}
ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
}
ul.list-style-one li span {
    font-size: 22px;
    font-weight: 600;
    color: #ddae48;
    margin: 0  10px 0 0px;
}
ul.social-box {
    margin: 30px 0 0;
}
ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}
ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    transition: .5s;
    font-size: 18px;
}
ul.social-box li a:hover {
    background: #ddae48;
    color: #fff;
}
/*
<!-- ============================================================== -->
<!-- Start slider area Css -->
<!-- ============================================================== -->*/
.slider-area {
    background: url(assets/images/slider/slider-bg1.jpg);
    height: 875px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.slider-content h4 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    animation: 0.8s 0.8s fadeInUp both;
    border-top: 1px solid #ddae48;
    display: inline-block;
    margin-bottom: 9px;
    padding-top: 9px;
}
.slider-content h1 {
    font-size: 80px;
    color: #fff;
    line-height: 0.9;
    animation: 1s 1.6s fadeInUp both;
    font-weight: 700;
    text-transform: uppercase;
}
.slider-content span {
    color: #ddae48;
}
.slider-content p {
    color: #fff;
    margin: 10px 0 14px;
    font-size: 16px;
    animation: 1s 2s fadeInUp both;
    font-weight: 400;
}
.slider-button a {
    background: #ddae48;
    padding: 14px 32px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    margin-top: 24px;
    transition: .5s;
    font-family: 'Rajdhani';
    font-weight: 600;
    z-index: 1;
    animation: 1s 2s fadeInUp both;
}
.slider-button i {
    display: inline-block;
    font-size: 13px;
    margin-left: 7px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    color: #ddae48;
    border-radius: 100%;
    transition: .3s;
}
a.slider-button2 {
    background: #28a71a;
    border: 1px solid #fff;
    margin-left: 16px;
}
.slider-button a:hover {
    background: #fff;
    color: #ddae48;
}
.slider-button a:hover i {
    background: #ddae48;
    color: #fff;
}
.dreamit-slider-thumb {
    position: absolute;
    right: -238px;
    bottom: -300px;
    animation: 0.8s 0.8s fadeInUp both;
}
.slider-socail-icon {
    position: absolute;
    left: 70px;
    bottom: 232px;
}
.slider-socail-icon a {
    width: 30px;
    height: 30px;
    display: block;
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin: 11px 0;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: .3s;
}
.slider-socail-icon span {
    font-size: 18px;
    font-family: 'Rajdhani';
    color: #fff;
    writing-mode: vertical-rl;
    font-weight: 500;
    margin-top: 60px;
}
span.follow-us {
    position: relative;
    z-index: 1;
}
span.follow-us:before {
    position: absolute;
    content: "";
    z-index: 1;
    background: #ddae48;
    width: 2px;
    height: 49px;
    top: -58px;
    left: 14px;
}
.slider-socail-icon a:hover{
   background: #ddae48;
   color: #fff;
   border:1px solid #ddae48;
}
/*style two*/
.slider-area.slider2{
    background: url(assets/images/slider/slider-bg2.jpg);
    position: relative;
    z-index: 1;
}
.dreamit-slider-thumb-1 {
    position: absolute;
    right: 13px;
    top: -232px;
    animation: 0.8s 0.8s fadeInUp both;
}
.slider2 .slider-content p {
    color: #fff;
    font-size: 16px;
    animation: 1s 2s fadeInUp both;
    font-weight: 400;
}
.slider2 .slider-socail-icon {
    position: absolute;
    right: 50px;
    left: inherit;
    bottom: 215px;
}
.slider-socail-icon a {
    width: 30px;
    height: 30px;
    display: block;
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin: 11px 0;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: .3s;
}
.slider-socail-icon span {
    font-size: 18px;
    font-family: 'Rajdhani';
    color: #fff;
    writing-mode: vertical-rl;
    font-weight: 500;
    margin-top: 60px;
}
span.follow-us {
    position: relative;
    z-index: 1;
}
span.follow-us:before {
    position: absolute;
    content: "";
    z-index: 1;
    background: #ddae48;
    width: 2px;
    height: 49px;
    top: -58px;
    left: 14px;
}
.slider-socail-icon a:hover{
   background: #ddae48;
   color: #fff;
   border:1px solid #ddae48;
}
/*slider three*/
.slider3.slider-area {
    background: url(assets/images/slider/slider-bg3.jpg);
    height: 875px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.slider3 .dreamit-slider-thumb-1 {
    position: absolute;
    right: 30px;
    top: -232px;
    animation: 0.8s 0.8s fadeInUp both;
}
.slider3 .slider-content.text-left {
    margin-left: 87px;
}
.slider3 .slider-content p {
    color: #bcc7cd;
    margin: 10px 0 14px;
    font-size: 16px;
    animation: 1s 2s fadeInUp both;
    font-weight: 400;
}
.slider3 .slider-button a {
    background: #ddae48;
    padding: 14px 32px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    margin-top: 24px;
    transition: .5s;
    font-family: 'Rajdhani';
    font-weight: 600;
    z-index: 1;
    animation: 1s 2s fadeInUp both;
}
.video-text p {
    position: relative;
    top: -72px;
    left: 70px;
    font-family: 'Rajdhani';
    font-weight: 500 !important;
    text-transform: uppercase;
}
.video-text h5 {
    position: relative;
    top: -84px;
    left: 68px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.slider-shape {
    position: absolute;
    z-index: 1;
    animation: 1s 1.6s fadeInUp both;
}
.slider-shape-inner1 img {
    position: absolute;
    left: 250px;
    top: -178px;
}
.slider-shape-inner2 img {
    position: absolute;
    top: 130px;
    left: -132px;
}
.slider-shape-inner3 img {
    position: absolute;
    left: 513px;
    top: 329px;
}
.slider-shape-inner4 img {
    position: absolute;
    left: 683px;
    bottom: 181px;
}
.slider-shape-inner4 img {
    position: absolute;
    left: 683px;
    bottom: 182px;
}
.slider-shape-inner5 img {
    position: absolute;
    bottom: 516px;
    left: 552px;
}
.slider-shape-inner6 img {
    position: absolute;
    right: 184px;
    bottom: 255px;
}
.slider3 .slider-button a:hover {
    background: #fff;
    color: #ddae48;
}
/*style four*/
.slider4.slider-area {
    background: url(assets/images/slider/slider-1.jpg);
    height: 875px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.slider-area.slider5 {
    background: url(assets/images/slider/slider-2.jpg);
    position: relative;
    z-index: 1;
}
.slider-area.slider6 {
    background: url(assets/images/slider/slider-3.jpg);
    position: relative;
    z-index: 1;
}
.slider-button2 a {
    background: linear-gradient(to right, #ddae48 0%, #ed431d 100%);
    padding: 18px 35px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    margin-top: 24px;
    transition: .5s;
    font-family: 'Rajdhani';
    font-weight: 600;
    z-index: 1;
    animation: 1s 2s fadeInUp both;
}
.slider-button2 i {
    display: inline-block;
    font-size: 26px;
    margin-left: 7px;
    color: #28a71a;
    border-radius: 100%;
    transition: .3s;
}
/*==========================================
    Video  Css  
 ==========================================*/
.rs-video {
    display: inline-block;
    position: relative;
    top: -83%;
    left: 50%;
}
.rs-video .animate-border a {
    left: -26%;
    top: -70%;
    color: #fff;
}
.video-vemo-icon {
    background: #ddae48;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
}
.video-vemo-icon:before {
    content: "";
    background: #6a2b41;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: 0.75s;
}
.video-vemo-icon1:after {
    content: "";
    border: 2px solid #ffbb00;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@keyframes zoomBig {
0% {
transform: translate(-50%, -50%) scale(0.5);
opacity: 1;
border-width: 3px;
}
40% {
opacity: .5;
border-width: 2px;
}
65% {
border-width: 1px;
}
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0;
border-width: 1px;
}
}
@keyframes zoomBig {
0% {
transform: translate(-50%, -50%) scale(0.5);
opacity: 1;
border-width: 3px;
}
40% {
opacity: .5;
border-width: 2px;
}
65% {
border-width: 1px;
}
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0;
border-width: 1px;
}
}
/*style two*/
.rs-video.style-three {
    display: inline-block;
    position: relative;
    top: -61%;
    left: 111%;
}
.style-three .video-vemo-icon2 {
    background: #000000;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}
@-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)
    }
}
/*
<!-- ============================================================== -->
<!-- Start section title area Css -->
<!-- ============================================================== -->*/
.video-bg {
    background: url(assets/images/resource/video.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 215px 0 222px;
    border-radius: 10px;
}
.video-title h4 {
    font-size: 40px;
    color: #fff;
    text-align: right;
}
.video-button a {
    display: inline-block;
    padding: 16px 35px;
    background: #fff;
    color: #262729;
    font-size: 18px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    margin-top: 18px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.video-button a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
    border-radius: 3px;
}
.video-button span {
    margin-left: 6px;
}
.video-button i {
    display: inline-block;
    color: #ED411D;
    font-size: 23px;
    transition: .5s;
}
.video-button a:hover::before {
    transform: scale(1, 1);
    opacity: 1;
    background: #1b1d21;
     color: #fff;
}
.video-button a:hover {
    color: #fff;
}
.video-button:hover i{
    color: #fff;
}
/*
<!-- ============================================================== -->
<!-- Start section title area Css -->
<!-- ============================================================== -->*/
.dreamit-section-title {
    margin-bottom: 35px;
}
.dreamit-section-title h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}
.dreamit-section-title h5 {
    color: #ddae48;
    font-size: 20px;
    margin-bottom: 4px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.dreamit-section-title h5:before {
    position: absolute;
    z-index: 1;
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #ddae48;
    right: -46px;
    top: 15px;
}
.dreamit-section-title:after {
    position: absolute;
    content: "";
    left: -5px;
    top: -16px;
    background: url(assets/images/resource/section.png);
    width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
}
.dreamit-section-title span {
    color: #ddae48;
}
span.color2 {
    color: #ed2a22;
}
.dreamit-section-title p {
    margin: 15px 0 0;
}
/*style two*/
.style-two.dreamit-section-title h5:after {
    position: absolute;
    content: "";
    left: -47px;
    top: 16px;
    background: #ddae48;
    width: 38px;
    height: 1px;
    display: inline-block;
}
.style-two.dreamit-section-title:after {
    position: absolute;
    content: "";
    left: 486px;
    top: -9px;
    background: url(assets/images/resource/section.png);
    width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
}
/*style three*/
.style-three.dreamit-section-title h5:after {
    position: absolute;
    content: "";
    left: -47px;
    top: 16px;
    background: #ddae48;
    width: 38px;
    height: 1px;
    display: inline-block;
}
.style-three.dreamit-section-title:after {
    position: absolute;
    content: "";
    left: 486px;
    top: -9px;
    background: url(assets/images/resource/section1.png);
    width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
}
/*style four*/
.style-four.dreamit-section-title:after {
    position: absolute;
    content: "";
    left: 0;
    top: -9px;
    background: url(assets/images/resource/section1.png);
    width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
}
/*style two*/
.dreamit-section-title2 {
    margin-bottom: 35px;
}
.dreamit-section-title2 h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    z-index: 1;
}
.dreamit-section-title2 h5 {
    color: #ddae48;
    font-size: 20px;
    margin-bottom: 4px;
    text-transform: uppercase;
    position: relative;
}
.dreamit-section-title2 span {
    color: #ddae48;
}
.dreamit-section-title2 p {
    margin: 13px 0 0;
}
/*five*/
.style-five.dreamit-section-title h5:after {
    position: absolute;
    content: "";
    left: -47px;
    top: 16px;
    background: #ddae48;
    width: 38px;
    height: 1px;
    display: inline-block;
}
.style-five.dreamit-section-title:after {
    position: absolute;
    content: "";
    left: 522px;
    top: -11px;
    background: url(assets/images/resource/section1.png);
    width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
}
/*
<!-- ============================================================== -->
<!-- Start feature area Css -->
<!-- ============================================================== -->*/

ul#pills-tab {
    border-bottom: 3px solid #ED2A22;
}
.dreamit-department-tab ul li a {
    display: inline-block;
    font-family: 'Rajdhani';
    font-size: 18px;
    font-weight: 600;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ed2921;
    padding: 10px 25px;
    font-weight: 600;
    font-family: 'Rajdhani';
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}
.dreamit-department-bottom-content-inner ul {
    display: block;
    list-style: none;
}
.dreamit-department-bottom-content-inner ul li {
    display: block;
    padding: 0 0 13px;
}
.dreamit-department-bottom-content-inner ul li i {
    display: inline-block;
    color: #ed2a22;
    padding: 0 10px 0px 0;
}
.dreamit-department-bottom-content-inner ul li span {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Rajdhani';
    color: #1c1c1c;
}
.dreamit-department-thumb img {
    width: 100%;
}
.dreamit-department-tab ul li a:hover {
    color: #33354b;
}
/*style two*/
.feture-area.style-two {
    background: url(assets/images/resource/techno-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 258px 0 100px;
    position: relative;
    margin-top: -230px;
    z-index: -1;
}
/*
<!-- ============================================================== -->
<!-- Start why choose us area Css -->
<!-- ============================================================== -->*/
.counter-area {
    background: url(assets/images/resource/counter-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 87px 0 270px;
}
.row.counter-top {
    position: relative;
    z-index: 1;
    margin-top: -110px;
    background: #ffffffff;
    padding: 60px 20px 25px;
    box-shadow: 0 2px 22px rgb(0 0 0 / 20%);
    margin-left: 0;
    margin-right: 0;
}
.techno-single-counter-box {
    margin-bottom: 30px;
    text-align: center;
}
.counter-text h1 {
    font-size: 55px;
    display: inline-block;
    color: #fff;
}
.counter-text span {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
}
.counter-icon i {
    display: inline-block;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin: 0 0;
}
.counter-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Rubik';
    margin: 8px 0 0;
}
/*style two*/
.style-two.counter-area {
    background: #1C1E22;
    padding: 0 0 0px;
}
.counter-button a {
    display: inline-block;
    font-size: 16px;
    color: #ffff;
    padding: 13px 35px;
    background: #ddae48;
    position: relative;
    z-index: 1;
}
/*counter box*/
.style-two .techno-single-counter-box {
    margin-bottom: 30px;
    text-align: left;
    background: #e9204f;
    padding: 50px 30px 40px;
}
.style-two .counter-text h1 {
    font-size: 50px;
    display: inline-block;
    color: #fff;
}
.style-two .counter-title h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Rubik';
    margin: 6px 0 0;
}
.style-two .counter-text span {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Rajdhani';
}
.style-two .techno-single-counter-box:hover {
    background: #2C2F34;
}
.style-two .techno-single-counter-box:hover .counter-icon i {
    color: #e9204f;
}
/*box two*/
.style-two .techno-single-counter-box2 {
    margin-bottom: 30px;
    text-align: left;
    background: #2C2F34;
    padding: 50px 30px 40px;
}
.style-two .counter-icon2 i {
    display: inline-block;
    color: #e9204f;
    font-size: 50px;
    text-align: center;
    margin: 0 0;
}
.style-two .counter-text h1 {
    font-size: 50px;
    display: inline-block;
    color: #fff;
}
.style-two .counter-title h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Rubik';
    margin: 6px 0 0;
}
.style-two .counter-text span {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Rajdhani';
}
.style-two .techno-single-counter-box2:hover .counter-icon2 i  {
    color: #fff;
}
.style-two .techno-single-counter-box2:hover {
    background: #e9204f;
}
/*counter shape*/
.counter-shape-inner img {
    position: relative;
    top: -454px;
    left: -232px;
}
.counter-shape-inner2 img {
    position: relative;
    left: 563px;
    top: -210px;
}
/*style three*/
.counter-area.style-three {
    background: url(assets/images/resource/counterbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 87px 0 270px;
}
.style-three .counter-icon i {
    display: inline-block;
    color: #ED381F;
    font-size: 50px;
    text-align: center;
    margin: 0 0;
}
.style-three .counter-text h1 {
    font-size: 70px;
    display: inline-block;
    color: #fff;
}
.style-three .counter-title h4 {
    color: #BCC7CD;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0;
    font-family: 'Rajdhani';
}
/*style four*/

/*
======================================================
  Lines Area Style
======================================================*/
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: inherit;
    z-index: -1;
}
.lines .line {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 46%;
    background: #333342;
    overflow: hidden;
    border-radius: 50%;
}
.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 2px;
    top: 0;
    left: 0;
    background-color: #ffbb00;
    -webkit-animation: moveLeftBounces-one 20s linear infinite;
    animation: moveLeftBounces-one 20s linear infinite;
}
.lines .line:nth-child(1) {
    margin-left: -24%;
}
.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.lines .line:nth-child(2) {
    margin-left: 1%;
}
.lines .line:nth-child(2)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.lines .line:nth-child(3)::after {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}

.lines .line:nth-child(3) {
margin-left: 25%;
}
/*style two*/
.style-two.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 46%;
    background: #e2e2ea;
    overflow: hidden;
    border-radius: 50%;
}
.style-two.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 1px;
    top: 0;
    left: 0;
    background-color: #ffbb00;
    -webkit-animation: moveLeftBounces-one 20s linear infinite;
    animation: moveLeftBounces-one 20s linear infinite;
}

@-webkit-keyframes moveLeftBounces-one {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(250px);
transform: translateY(250px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}

@keyframes moveLeftBounces-one {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(250px);
transform: translateY(250px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
/*style three*/
.style-three.lines .line:nth-child(1) {
    margin-left: -24%;
}
.style-three.lines .line {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 87px;
    left: 24%;
    background: transparent;
    overflow: hidden;
    border-radius: 50%;
}
.style-three.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 50px;
    top: 0;
    left: 0px;
    background-color: #ef3729;
    -webkit-animation: moveLeftBounces-two 40s linear infinite;
    animation: moveLeftBounces-two 40s linear infinite;
    overflow: hidden;
}
@-webkit-keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(1920px);
transform: translateY(1920px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

@keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(1920px);
transform: translateX(1920px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
/*
<!-- ============================================================== -->
<!-- Start service area Css -->
<!-- ============================================================== -->*/
.service-area {
    padding: 100px 0 70px;
}
.col-lg-3.col-md-6.col-sm-12.padding-left {
    padding-left: 0;
    padding-right: 0;
}
.service-button a:hover {
    color: #ffbb00;
    border:none;
}
.techno-sinlge-service-box {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #f8fafb;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 32px 5px;
}
.techno-sinlge-service-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0;
    background: #ddae48;
    left: 0;
    bottom: 0;
    transition: .5s;
}
.techno-service-icon i {
    font-size: 60px;
    color: #ddae48;
    display: inline-block;
    transition: .5s;
    margin: 0;
}
.techno-service-title h2 {
    font-size: 24px;
    margin: 20px 0 8px;
    transition: .5s;
    line-height: 1;
}
.techno-service-title p{
    transition: .5s;
}
.service-button a {
    background: #ddae48;
    padding: 14px 38px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    margin-top: 24px;
    transition: .5s;
    font-family: 'Rajdhani';
    font-weight: 600;
    z-index: 1;
}
.service-button i {
    display: inline-block;
    font-size: 13px;
    margin-left: 7px;
    width: 22px;
    height: 22px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    color: #151423;
    border-radius: 100%;
    transition: .3s;
}
.techno-sinlge-service-box-1 {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 32px 5px;
}
.techno-sinlge-service-box-1:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0;
    background: #ddae48;
    left: 0;
    bottom: 0;
    transition: .5s;
}
.techno-sinlge-service-box2 {
    text-align: center;
    background: #f8fafb;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 72px 20px 94px;
}
/*active*/
.active .techno-service-icon i {
    color: #fff;
}
.active .techno-service-title h2 {
    color: #fff;
}
.active .techno-service-title p{
    color: #fff;
}
.active.techno-sinlge-service-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #ddae48;
    left: 0;
    bottom: 0;
    transition: .5s;
}
.service-button a:hover {
    background: #1a1829;
    color: #fff;
}
.techno-sinlge-service-box:hover:before {
    height: 100%;
    background: #ddae48;
}
.techno-sinlge-service-box-1:hover:before {
    height: 100%;
    background: #ddae48;
}
.techno-sinlge-service-box:hover .techno-service-icon i, .techno-sinlge-service-box:hover .techno-service-title h2,
.techno-sinlge-service-box:hover .techno-service-title p{
    color: #fff;
}
.techno-sinlge-service-box-1:hover .techno-service-icon i, .techno-sinlge-service-box-1:hover .techno-service-title h2,
.techno-sinlge-service-box-1:hover .techno-service-title p{
    color: #fff;
}
/*style two*/
.service-area.style-two {
    background: #1b1d21;
    position: relative;
    margin-top: -17px;
}
.style-two .techno-sinlge-service-box {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: left;
    background: #25272b;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 30px 5px;
}
.style-two .techno-sinlge-service-box-1 {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: left;
    background: #2c2e34;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 30px 5px;
}
.style-two .techno-sinlge-service-box.active {
    background: url(assets/images/resource/techno-1.jpg);
}
.style-two .active.techno-sinlge-service-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0%;
    background: url(assets/images/resource/techno-1.jpg);
    left: 0;
    bottom: 0;
    transition: .5s;
}
.style-two .techno-icon2 i {
    position: relative;
    float: right;
    right: 0;
    top: -60px;
    height: 35px;
    width: 35px;
    line-height: 36px;
    background: #33363b;
    text-align: center;
    border-radius: 50%;
    color: #dd214e;
    transition: .5s;
}
.style-two .active .techno-icon2 i {
    background: #fff;
}
.style-two .techno-service-title h2 {
    font-size: 24px;
    margin: 20px 0 14px;
    transition: .5s;
    line-height: 1;
}
.style-two .techno-sinlge-service-box2 {
    text-align: center;
     background: #25272b;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 72px 20px 100px;
    position: relative;
    z-index: 3;
}
.service-shape {
    position: relative;
    z-index: 1;
}
.service-shape-inner img {
    position: absolute;
    z-index: 1;
    left: -226px;
    top: 0;
    width: 25%;
}
.service-shape-inner2 img {
    position: absolute;
    left: 68px;
    top: -34px;
    width: 82%;
}
.style-two .active.techno-sinlge-service-box:hover:before {
    height: 100%;
    background: url(assets/images/resource/techno-1                                                .jpg);
}
.style-two .techno-sinlge-service-box:hover:before {
    height: 100%;
    background: url(assets/images/resource/techno-3.jpg);
}
.style-two .techno-sinlge-service-box-1:hover:before {
    height: 100%;
    background: url(assets/images/resource/techno-2.jpg);
}
.techno-sinlge-service-box:hover .techno-icon2 i {
    background: #fff;
}
.techno-sinlge-service-box-1:hover .techno-icon2 i {
    background: #fff;
}
/*style three*/
.service-area.style-three {
    background: url(assets/images/resource/services.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.style-three .techno-sinlge-service-box {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: left;
    background: #19191b;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 40px 38px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.style-three .techno-sinlge-service-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0;
    background: #ed2a22;
    left: 0;
    bottom: 0;
    transition: .5s;
    border-radius: 5px;
}
.style-three .techno-sinlge-service-box:after {
    position: absolute;
    content: "";
    z-index: -1;
    background: #dd1b13;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 0%;
    clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
    transition: 1s;
}
.style-three .techno-service-title h2 {
    font-size: 24px;
    margin: 24px 0 38px;
    transition: .5s;
    position: relative;
    z-index: 1;
    line-height: 1.3;
}
.style-three .techno-service-icon i {
    font-size: 52px;
    color: #ddae48;
    display: inline-block;
    transition: .5s;
    margin: 0;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: #252526;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.style-three .techno-service-icon i:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    background: #f1554e;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: 1s;
}
.style-three .techno-service-title h2:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    bottom: -18px;
    background: #ed371f;
    width: 43px;
    height: 2px;
    transition: .5s;
}
.style-three .service-button2 a {
    display: inline-block;
    font-family: 'Rajdhani';
    font-weight: 600;
    color: #ed2a22;
    margin-top: 7px;
    transition: .5s;
}
.style-three .service-button2 span {
    display: inline-block;
    padding-left: 6px;
}
.style-three .service-button2 span i {
    display: inline-block;
    color: #ed2a22;
    transition: .5s;
}
.style-three .techno-service-icon i::after {
    
}
.style-three .techno-sinlge-service-box:hover:after {
    height: 35%;
    width: 50%;
}
.style-three .techno-sinlge-service-box:hover:before {
    height: 100%;
    background: #ddae48;
}
.style-three .techno-sinlge-service-box:hover .techno-service-icon i::after {
    background: #f1554e;
    transform: scale(1);
}
.style-three .techno-sinlge-service-box:hover .techno-service-title h2:before {
    background: #fff;
}
.style-three .techno-sinlge-service-box:hover .service-button2 a, 
.style-three .techno-sinlge-service-box:hover .service-button2 span i {
    color: #fff;
}
/*style four*/
.service-area.style-four {
   background: #fff;
}
.style-four .techno-sinlge-service-box {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: left;
    background: #fff;
    box-shadow: 0px 0 16px rgb(26 46 85 / 13%);
    padding: 40px 38px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.style-four .techno-sinlge-service-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0;
    background: linear-gradient(to top, #ddae48 0%, #b7861b 100%);
    left: 0;
    bottom: 0;
    transition: .5s;
    border-radius: 5px;
}
.style-four .techno-sinlge-service-box:after {
    position: absolute;
    content: "";
    z-index: -1;
    background: #f0613f;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 0%;
    clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
    transition: 1s;
}
.style-four .techno-service-title h2 {
    font-size: 26px;
    margin: 24px 0 38px;
    transition: .5s;
    position: relative;
    z-index: 1;
    line-height: 1.3;
    color: #151423;
}
.style-four .techno-service-icon i {
    font-size: 52px;
    color: #ddae48;
    display: inline-block;
    transition: .5s;
    margin: 0;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: #fff5f5;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.style-four .techno-service-icon i:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    background: #f0613f;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: 1s;
}
.style-four .techno-service-title h2:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    bottom: -18px;
    background: #ed371f;
    width: 43px;
    height: 2px;
    transition: .5s;
}
.style-four .service-button2 a {
    display: inline-block;
    font-family: 'Rajdhani';
    font-weight: 600;
    color: #1c1c1c;
    margin-top: 7px;
    transition: .5s;
}
.style-four .service-button2 span {
    display: inline-block;
    padding-left: 6px;
}
.style-four .service-button2 span i {
    display: inline-block;
    color: #1c1c1c;
    transition: .5s;
}
.style-four .techno-sinlge-service-box:hover:after {
    height: 35%;
    width: 50%;
}
.style-four .techno-sinlge-service-box:hover:before {
    height: 100%;
    background: linear-gradient(to top, #b7861b 0%,  #ddae48 100%);
}
.style-four .techno-sinlge-service-box:hover .techno-service-icon i::after {
    background: #f1544e;
    transform: scale(1);
}
.style-four .techno-sinlge-service-box:hover .techno-service-title h2:before {
    background: #fff;
}
.style-four .techno-sinlge-service-box:hover .service-button2 a, 
.style-four .techno-sinlge-service-box:hover .service-button2 span i {
    color: #fff;
}

/*style five*/

/*
<!-- ============================================================== -->
<!-- Start about area Css -->
<!-- ============================================================== -->*/
.about-area {
    background: url(assets/images/about/techno-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 90px 0 85px;
}
.techno-about-thumb img {
    width: 100%;
}
.about-icon {
    float: left;
    margin-right: 10px;
}
.about-icon i {
    display: inline-block;
    color: #ddae48;
    font-size: 18px;
}
.dreamit-about-thumb-box {
    margin-top: 17px;
    border-top: 1px solid #fde9ec;
    padding: 23px 0 0;
}
.dreamit-about-signature-thumb {
    float: left;
    margin-right: 52px;
    margin-left: 20px;
    margin-top: -8px;
}
.about-name-title h2 {
    font-size: 24px;
    margin-bottom: 16px;
}
.about-name-title {
    overflow: hidden;
}
.about-name-title p {
    margin: -10px 0 0;
}
/*stylw two*/
.about-area.style-two {
    background: #fff;
}
/*style three*/
.about-area.style-three {
    background: url(assets/images/resource/services.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 192px 0 100px;
    position: relative;
    margin-top: -170px;
}
.style-three .techno-about-thumb-3 {
    position: relative;
    margin-left: -88px;
}
.style-three .dreamit-about-thumb-box {
    margin-top: 17px;
    border-top: 0;
    padding: 23px 0 0;
}
.style-three .elementor-about-title p {
    font-size: 18px;
    font-family: 'Rajdhani';
    font-weight: 600;
}
.about-icon i {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, #ddae48 0%, #b7861b 100%);
    border-radius: 50%;
}
.style-three .dreamit-about-signature-thumb {
    float: left;
    margin-right: 35px;
    margin-left: 0px;
    margin-top: -4px;
}
.style-three .about-name-title h2 {
    font-size: 24px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    margin-left: 43px;
}
.style-three .about-name-title h2:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: -44px;
    top: 15px;
    background: linear-gradient(to right, #ddae48 0%, #b7861b 100%);
    width: 35px;
    height: 1px;
}
.style-three .about-name-title p {
    margin: -10px 0 0 45px;
}
/*
<!-- ============================================================== -->
<!-- Start call do action area Css -->
<!-- ============================================================== -->*/
.row.call-top {
    position: relative;
    z-index: 1;
    margin-top: -100px;
    background: #fff;
    box-shadow: 0 2px 22px rgb(0 0 0 / 20%);
    padding: 37px 40px 25px;
    margin-left: 0;
    margin-right: 0;
}
.call-do-action-title h1 {
    margin-bottom: 13px;
}
.call-do-action-title span {
    color: #ffbb00;
}
.call-do-action-button a {
    font-size: 18px;
    display: inline-block;
    padding: 12px 34px;
    float: right;
    background: #ffbb00;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    border: 2px solid #ffbb00;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.call-do-action-button a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ce851f;
    transform: scaleX(0);
    transform-origin: right center;
    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;
}
.call-do-action-button a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    outline: 0 !important;
    border: 0 !important;
}
.call-do-action-button a:hover {
    color: #33354b;
    background: #fff;
}
/*style two*/

/*
<!-- ============================================================== -->
<!-- Start call do action area Css -->
<!-- ============================================================== -->*/
.case-study-area {
    padding: 100px 0 100px;
}
.case-study-title h2 {
    font-size: 26px;
}
.case-study-title h2 a {
    color: #232434;
    font-weight: 700;
}
.case-study-content {
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 22px rgb(0 0 0 / 15%);
    margin-top: -43px;
    width: 86%;
    left: 37px;
    padding: 5px 25px 3px;
    transition: .5s;
    cursor: pointer;
}
.case-study-content:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    background: #232333;
    transition:.5s;
}
.case-study-icon {
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 0;
}
.case-study-icon i {
    display: inline-block;
    font-size: 22px;
    color: #b7b7bc;
    transition:.5s;

}
.dreamit-single-case-study:hover .case-study-content:before {
    background: #ffbb00;
}
.dreamit-single-case-study:hover .case-study-icon i {
    color: #fff;
}
.dreamit-single-case-study:hover .case-study-content {
    margin-top: -62px;
}
/*style two*/
.case-study-content.style-two {
    margin-bottom: 30px;
}
.style-two.case-study-content {
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 22px rgb(0 0 0 / 15%);
    margin-top: -43px;
    width: 86%;
    left: 37px;
    padding: 5px 25px 3px;
}
.style-two.case-study-content:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    background: #ffbb00;
    transition:.5s;
}
.style-two .case-study-icon i {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    transition:.5s;

}
.style-two.case-study-content:hover:before {
    background: #232333;
}
/*
<!-- ============================================================== -->
<!-- Start owl nav area Css -->
<!-- ============================================================== -->*/
/*owl nav css*/
.owl-dots {
    text-align: left;
    margin: 17px 52px 0;
}
.owl-dot {
    background: #6e1f33;
    width: 30px;
    height: 4px;
    border-radius: 5px;
    margin-right: 13px;
    display: inline-block;
    transition: .5s;
}
.owl-dot.active {
    background: #ddae48;
    width: 35px;
    height: 4px;
    text-align: center;
    display: inline-block;
}
/*team owl nav*/
.slider_list .owl-dot {
    background: transparent;
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
    border-radius: 5px;
    margin-right: 60px;
    display: inline-block;
    transition: .5s;
    position: absolute;
    bottom: 120px;
    right: 432px;
}
.slider_list .owl-dot.active {
    background: #fff;
    height: 13px;
    width: 13px;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 454px;
    bottom: 120px;
}
/*portfolio*/
.portfolio-list .owl-dots {
    text-align: center;
    margin: 17px 52px 0;
}
/*testimonial*/
.testimonial_list .owl-dots {
    text-align: left;
    margin: 10px 52px 0;
}
.testimonial_list .owl-dot {
    background: #595a5d;
    width: 18px;
    height: 5px;
    border-radius: 5px;
    margin-right: 13px;
    display: inline-block;
    transition: .5s;
}
.testimonial_list .owl-dot.active {
    background: #ddae48;
    width: 28px;
    height: 5px;
    text-align: center;
    display: inline-block;
}
/*blog*/
.blog-list .owl-dots {
    margin: 38px 0 0;
    text-align: center;
}
.blog-list .owl-dot.active {
    background: #E91F4F;
    width: 30px;
    height: 5px;
    text-align: center;
    display: inline-block;
}
.blog-list .owl-dot {
    background: #545659;
    width: 18px;
    height: 5px;
    border-radius: 5px;
    margin-right: 13px;
    display: inline-block;
    transition: .5s;
}
/*====================================================
--<	techno Portfolio Area Css -->
======================================================*/
.portfolio_area {
    padding: 100px 0 90px;
}
/* Portfolio Nav */
.portfolio_nav {
    margin-bottom: 59px;
}
.portfolio_menu ul {
    text-align: center;
    list-style: none;
}
li.current_menu_item {
    position: relative;
    z-index: 1;
    color: #232434 !important;
    text-transform: uppercase;
}
li.current_menu_item:before {
    position: absolute;
    z-index: 1;
    content: "";
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 2px;
    background: #ddae48;
}
.portfolio_menu ul li {
    display: inline-block;
    margin: 0 14px;
    cursor: pointer;
}
.portfolio_menu ul li {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Rajdhani';
    font-weight: 600;
    color: #707070;
    transition: .5s;
    margin: 9px 14px 0;
}
.portfolio_menu ul li:hover{
    color: #ddae48;
}
/* Single Portfolio */
.single_portfolio {
    overflow: hidden;
    margin-bottom: 30px;
    transition: .5s;
    text-align: center;
}
.single_portfolio_thumb {
	transition:.5s;
	position:relative;
}
.single_portfolio_thumb img {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: .3s;
}
.single_portfolio_thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 88%;
    height: 88%;
    background: rgba(237,44,65,0.8);
    transform: scale(0);
    margin: auto;
    z-index: 1;
    transition: .5s;
}
.single_portfolio_content {
    position: absolute;
    transition: .5s;
    top: 40%;
    left: 5%;
    opacity: 0;
    z-index: 1;
    width: 90%;
    padding: 0;
}
.single_portfolio_content span {
    color: #fff;
    margin: 0;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.single_portfolio_content span:before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 12px;
    right: -40px;
    width: 30px;
    height: 1px;
    background: #fff;
}
.single_portfolio_content span:after {
    position: absolute;
    z-index: 1;
    content: "";
    top: 12px;
    left: -39px;
    width: 30px;
    height: 1px;
    background: #fff;
}
.single_portfolio_content h3 {
    margin: 3px 0 0;
    font-size: 38px;
}
.single_portfolio_content h3 a {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.portfolio-icon i {
    float: right;
    display: inline-block;
    margin-top: -48px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
/* Portfolio Hover */
.portfolio_menu ul li a:hover:before {
    width: 100%;
}
.single_portfolio:hover .single_portfolio_thumb:before {
    transform: scale(1);
}
.single_portfolio:hover .single_portfolio_thumb img {
    transform: scale(1.1);
}
.single_portfolio:hover .single_portfolio_content {
    opacity: 1;
}
/*style two*/
.portfolio_area.style-two {
    background: #1C1E22;
    padding: 0 0 100px;
}
.col-lg-12.col-sm-12.port-padding {
    padding-left: 0;
    padding-right: 0;
}
.active.center .single_portfolio_thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(237,44,65,0.8);
    opacity: 0;
    transform: inherit;
    margin: auto;
    z-index: 1;
    transition: .5s;
}
.style-two .single_portfolio_thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(237,44,65,0.8);
    opacity: 0;
    transform: inherit;
    margin: auto;
    z-index: 1;
    transition: .5s;
}
.style-two .single_portfolio_content {
    position: absolute;
    transition: .5s;
    top: 82%;
    left: 5%;
    opacity: 0;
    z-index: 1;
    width: 90%;
    padding: 0;
}
.port-content-icon a i {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 1px;
    right: 25px;
    background: #fff;
    color: #e9204f;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    transition: .5s;
    opacity: 0;
}
.style-two .jitu-button-bg {
    position: relative;
    z-index: 1;
}
.style-two .jitu-button-bg:before {
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    height: 5px;
    background: #fff;
    bottom: 0px;
    left: 0;
    opacity: 0;
    transition: .5s; 
}
.style-two .jitu-button-bg:after {
    position: absolute;
    content: "";
    z-index: 1;
    width: 12px;
    height: 14px;
    background: #fff;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    opacity: 0;
    transition: .5s;
}
.style-two .single_portfolio:hover .jitu-button-bg:before {
    opacity: 1;
}
.style-two .single_portfolio:hover .jitu-button-bg:after{
    opacity: 1;
}
.style-two .single_portfolio:hover .port-content-icon a i {
    top: 6%;
    opacity: 1;
}
.style-two .single_portfolio:hover .single_portfolio_content {
    top: 44%;
}
.style-two .single_portfolio:hover .single_portfolio_thumb img {
    transform: inherit;
}
.style-two .single_portfolio:hover .single_portfolio_thumb:before {
    opacity: 1;
    transform: (1);
}
.active.center .single_portfolio:hover .single_portfolio_thumb:before {
    opacity: 1;
}
/*style three*/

.style-three .single_portfolio_thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 88%;
    height: 88%;
    background: rgb(242, 106, 64, 0.8);
    transform: scale(0);
    margin: auto;
    z-index: 1;
    transition: .5s;
    border-radius: 8px;
}

.style-three .single_portfolio:hover {
    background: #FFDA99;
     border-radius: 8px;
}
/*
<!-- ============================================================== -->
<!-- Start brand area Css -->
<!-- ============================================================== -->*/
.brand-area {
    padding: 80px 0 80px;
}
/*style two*/
.brand-area.style-two {
    background: url(assets/images/resource/skill-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0 60px;
}
.dreamit-single-brand {
    padding: 21px 0;
    margin-bottom: 30px;
}
/*style three*/
.brand-area {
    padding: 80px 0 50px;
}
/*style four*/
.brand-area.style-four {
    background: #F3F7FA;
    padding: 80px 0 144px;
    position: relative;
    margin-bottom: -92px;
}
/*
<!-- ============================================================== -->
<!-- Start skill area Css -->
<!-- ============================================================== -->*/
.skill-area {
    background: url(assets/images/resource/skill.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0 0;
}
/*skill thumb*/
.dreamit-single-counter{
    position: relative;
    z-index: 1;
}
.dreamit-single-counter-inner {
    position: relative;
    z-index: 1;
    margin: 278px 0 0;
    float: right;
    background: #ddae48;
    height: 212px;
    width: 212px;
    text-align: center;
    top: -25px;
    left: 0;
    border-radius: 50%  50% 0;
}
.dreamit-single-counter:before {
    position: absolute;
    content: "";
    width: 212px;
    height: 212px;
    background: #dcbd79;
    border-radius: 50%  50% 0;
    right: 8px;
    top: 263px;
    z-index: -1;
}
.dreamit-counter-text h1 {
    font-size: 60px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin-top: 68px;
}
.dreamit-counter-text span {
    font-size: 39px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    position: relative;
    top: -18px;
}
.dreamit-counter-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}
h4.marginx-top {
    margin-top: 8px;
}

.row.skill-padding {
    margin-left: 6px;
}
/*prossess ber*/
.prossess-ber-plugin span {
    color: #FFFFFF;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
}
.barfiller {
    width: 100%;
    height: 3px;
    background: #4b4c59;
    position: relative;
    margin-bottom: 22px;
    margin-top: 11px;
    border-radius: 5px;
}
span.fill {
    background: #ddae48 !important;
    border-radius: 5px;
}
.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}
.barfiller .tipWrap { display: none; }
.barfiller .tip {
    margin-top: -37px;
    padding: 2px 4px;
    font-size: 16px;
    color: #ddae48;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    background: #333;
}
.barfiller .tip:after {
  border: solid;
  border-color: rgba(0,0,0,.8) transparent;
  border-width: 6px 6px 0 6px;
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 100%;
  z-index: 9
}
.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}
/*counter style two*/
.style-two .dreamit-single-counter-inner {
    position: absolute;
    z-index: 1;
    margin: 380px 0 0;
    float: right;
    background: #1f1e30;
    height: 212px;
    width: 212px;
    text-align: center;
    top: 0;
    left: 10px;
    border-radius: 50%  50% 50% 0;
}
.style-two.dreamit-single-counter:before {
    position: absolute;
    content: "";
    width: 212px;
    height: 212px;
    background: #aea0a2;
    border-radius: 50%  50% 50% 0;
    left: -1px;
    top: 390px;
    z-index: -1;
}
.style-two .dreamit-counter-text h1 {
    font-size: 60px;
    color: #ddae48;
    display: inline-block;
    font-weight: 500;
    margin-top: 68px;
}
/*skill area style two*/
.skill-area.style-two {
    background: #1b1d21;
    padding: 80px 0 20px;
}
/*skill bar*/
.rs-video.style-two {
    display: inline-block;
    position: relative;
    top: 2%;
    left: 0%;
}
.style-two .barfiller .tip:after {
    height: 16px;
    border: 0;
    width: 3px;
    background: #ddae48;
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    top: 112%;
    z-index: 9;
}
.style-two .barfiller .tip {
    margin-top: -38px;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Rajdhani';
    color: #fff;
    background: none;
    border-radius: 0;
    left: 0px;
    position: absolute;
    z-index: 2;
    margin-left: 14px;
}
/*button*/
.dreamit-button a {
    display: inline-block;
    font-size: 16px;
    color: #ffff;
    border: 1px solid #ddae48;
    margin-left: 115px;
    padding: 14px 35px;
    background: #ddae48;
    position: relative;
    z-index: 1;
}
.dreamit-button a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.dreamit-button a:hover: {
    color: #ddae48 !important;
}
.dreamit-button a:hover::before {
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #ddae48;
    background: #1b1d21;
    color: #ddae48 ;
}
/*button two*/
.dreamit-button2 a {
    display: inline-block;
    font-size: 16px;
    color: #ffff;
    border: 1px solid #ddae48;
    padding: 14px 35px;
    background: #ddae48;
    position: relative;
    z-index: 1;
}
.dreamit-button2 a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.dreamit-button2 a:hover: {
    color: #ddae48 !important;
}
.dreamit-button2 a:hover::before {
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #ddae48;
    background: #1b1d21;
    color: #ddae48 !important;
}
/*skill shape*/
.skill-shape-inner img {
    position: relative;
    z-index: 1;
    top: -193px;
    left: -117px;
}
.skill-shape-inner2 img {
    position: relative;
    z-index: 1;
    left: -39px;
    top: -145px;
}
.skill-shape-inner3 img {
    position: relative;
    z-index: 1;
    left: 658px;
    top: -250px;
}
/*
<!-- ============================================================== -->
<!-- Start testimonial area Css -->
<!-- ============================================================== -->*/
.row.testi-top {
    position: relative;
    z-index: 1;
    margin-top: -225px;
    left: 115px;
}
.row.testi-background {
    background: url(assets/images/resource/testi-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 133px;
}
.techno-testimonial-thumb img {
    position: relative;
    margin-left: -321px;
}
.techno-single-testimonial-box {
    position: relative;
    padding: 100px 30px 50px;
}
.testimonial-thumb {
    float: left;
    margin-right: 20px;
    padding: 6px 0 0;
}
.testi-titile h2 {
    font-size: 24px;
    padding: 15px 0 5px;
    font-weight: 500;
}
.testimonial-title p {
    font-size: 18px;
    margin: 0 0 44px;
}
.testi-titile span {
    color: #fff;
}
.testi-icon i {
    display: inline-block;
    font-size: 60px;
    color: #ddae48;
    margin-bottom: 28px;
}
/*style two*/
.style-two.testimonial-area {
    background: url(assets/images/resource/testimonial.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 114px 0 100px;
}
.style-two .techno-testimonial-thumb img {
    position: inherit;
    margin-left: -20px;
}
.style-two .techno-single-testimonial-box {
    position: relative;
    padding: 60px 20px 50px 35px;
    background: #1c1e22;
    margin-bottom: 30px;
}
.style-two .techno-single-testimonial-box.white:before {
    position: absolute;
    content: "";
    border-color: #1c1e22 transparent transparent #1c1e22;
    left: 0;
    width: 0;
    height: 0;
    bottom: -36px;
    top: auto;
    border-style: solid;
    border-width: 20px;
}
.style-two .testi-icon {
    float: left;
    margin-right: 25px;
}
.style-two .testi-icon i {
    display: inline-block;
    font-size: 50px;
    color: #ddae48;
    margin-bottom: 28px;
    transform: rotate(180deg);
}
.style-two .testimonial-title p {
    font-size: 18px;
    margin: 0 0 22px;
    overflow: hidden;
}
.style-two .testimonial-thumb {
    float: left;
    margin-right: 20px;
    padding: 6px 0 0;
    margin-left: 72px;
}
/*style three*/
.style-three.testimonial-area {
    background: url(assets/images/resource/testimonial-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding: 100px 0 90px;
    background: #f3f7fa;
}
.style-three .testimonial-content {
    position: relative;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    padding: 32px 38px 30px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 40px;
    text-align: left;
}
.style-three .testimonial-thumb {
    float: left;
    margin-right: 20px;
}
.style-three .testi-titile h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin: 18px 0 0;
    padding: 0;
}
.style-three .testi-titile span {
    color: #ED2A22;
}
.style-three .testimonial-text p {
    display: inline-block;
    margin: 23px 0 11px;
}
.style-three .testimonial-star i {
    display: inline-block;
    color: #ED2A22;
    font-size: 15px;
}


/*
<!-- ============================================================== -->
<!-- Start team area Css -->
<!-- ============================================================== -->*/
.dreamit-single-team-box {
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 30px rgb(0 0 0 / 12%);
    overflow: hidden;
}
.single-team-thumb {
    position: relative;
}
.team-socail-icon {
    position: absolute;
    z-index: 1;
    margin-top: -85px;
    text-align: unset;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s;
}
.team-socail-icon a {
    display: inline-block;
    margin: 15px 3px 0;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 34px;
    color: #fff;
    background: #ED2921;
    text-align: center;
    border-radius: 3px;
    transition: .5s;
}
.team-content {
    position: relative;
    padding: 20px 0px 1px;
    background: #fff;
    box-shadow: 0 -13px 30px rgb(0 0 0 / 12%);
    width: 81%;
    left: 24px;
    top: -28px;
    border-radius: 9px 0 0px 0;
}
.team-title h3 {
    font-size: 24px;
}
.team-text p {
    color: #ED2921;
}
.team-icon a {
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px 8px;
    color: #9797a1;
    background: #f5f5f6;
    border-radius: 4px;
    margin-left: 6px;
    top: -26px;
    position: relative;
    transition: .5s;
    z-index: 1;
}
.team-icon a:hover {
    color: #fff;
}
.team-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ED2A22;
    transform: scale(0);
    border-radius: 4px;
    transition: .5s;
    margin: auto;
}
.team-icon a:hover:before {
    transform: scale(1);
    color: #fff;
}
.team-socail-icon a:hover {
    background: #fff;
    color: #ed2a22;
}
.dreamit-single-team-box:hover .team-socail-icon{
    opacity: 1;
}

/*
<!-- ============================================================== -->
<!-- Start pricing area Css -->
<!-- ============================================================== -->*/
.pricing-single-box {
    margin-bottom: 30px;
    background: #fff;
    border: 0;
}
.pricing-top-ber {
    background: #f3f7fa;
    padding: 31px 35px 20px;
}
.praicing-icon i {
    display: inline-block;
    font-size: 52px;
    color: #ed2921;
    background: #f3e9eb;
    line-height: 102px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.praicing-icon i:after {
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ed2921;
    border-radius: 100%;
    transform: scale(0);
    transition: .5s;
}
.pricing-post {
    position: absolute;
    z-index: 1;
    right: 40px;
    top: 31px;
    opacity: 0;
    transition: .5s;
}
.pricing-post p {
    display: inline-block;
    background: #ed2921;
    color: #fff;
    padding: 1px 18px;
    border-radius: 30px;
    font-size: 14px;
}
.pricing-title h3 {
    font-size: 22px;
    font-weight: 600;
    color: #ed2921;
    padding: 16px 0 23px;
    transition: .5s;
}
span.curencyp {
    position: relative;
    font-weight: 700;
    font-family: 'Rajdhani';
    font-size: 32px;
    top: -20px;
    color: #1c1c1c;
    transition: .5s;
}
span.tk {
    font-size: 65px;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #1c1c1c;
    transition: .5s;
}
span.monthp {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Rajdhani';
    color: #1c1c1c;
    transition: .5s;
}
.pricing-boody {
    padding: 25px 35px 40px;
    box-shadow: 0 0px 22px rgb(0 0 0 / 7%);
    border-radius: 0 0 5px 5px;
}
.pricing-featur ul {
    display: inline-block;
    list-style: none;
}
.pricing-featur ul li {
    display: block;
    padding: 0 0 14px;
}
.pricing-featur ul li span i {
    display: inline-block;
    color: #ED2921;
    margin: 0 8px 0 0px;
    font-size: 18px;
}
.pricing-button a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Rajdhani';
    padding: 11px 32px;
    background: #ed2921;
    color: #fff;
    border-radius: 5px;
    margin-top: 14px;
    border: 2px solid #ed2a22;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.pricing-button a:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    background: black;
    height: 100%;
    width: 0;
    transition: .5s;
}
/*hover*/
.pricing-single-box:hover .praicing-icon i:after {
    transform: scale(1);
}
.pricing-single-box:hover .praicing-icon i {
    color: #fff;
}
.pricing-single-box:hover .pricing-post {
    opacity: 1;
}
.pricing-single-box:hover .pricing-title h3  {
    color: #1c1c1c;
}
.pricing-single-box:hover span.curencyp  {
    color: #ed2921;
}
.pricing-single-box:hover span.tk   {
    color: #ed2921;
}
.pricing-single-box:hover span.monthp   {
    color: #ed2921;
}
.pricing-button a:hover:after {
    width: 100%;
}
.pricing-button a:hover {
    color: #ed2921;
}
/*
<!-- ============================================================== -->
<!-- Start blog area Css -->
<!-- ============================================================== -->*/
.blog_area {
    padding: 95px 0 70px;
}
.single_blog {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.single_blog_thumb img {
    width: 100%;
}
.single_blog_content {
    padding: 22px 30px 30px 30px;
    box-shadow: 0 4px 30px rgb(0 0 0 /12%);
    position: relative;
    z-index: 1;
}
.single_blog_content:before {
    position: absolute;
    content: "";
    z-index: 1;
    height: 52px;
    width: 2px;
    background: #000000;
    left: 0;
    bottom: 100px;
}
.post-categories {
    float: left;
    margin-right: 25px;
}
.post-categories a {
    display: inline-block;
    color: #616161;
    transition: .5s;
}
.post-categories span i {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #ddae48;
}
.techno_blog_meta a {
    display: inline-block;
    font-size: 16px;
    color: #616161;
    font-style: italic;
    transition: .5s;
    float: right;
}
.techno_blog_meta a i {
    display: inline-block;
    font-size: 16px;
    margin-right: 4px;
    transition: .5s;
    color: #ddae48;
}
.techno_blog_meta span {
    color: #232434;
    font-style: normal;
    transition: .5s;
}
.blog_page_title h4 {
    font-size: 26px;
}
.blog_page_title h4 a {
    font-weight: 700;
    font-family: 'Rajdhani';
    display: inline-block;
    transition: .5s;
    margin: 10px 0 0;
}
.blog_page_title h4 a:hover{
   color:#ddae48; 
}
.blog_button a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    width: 60px;
    height: 45px;
    line-height: 45px;
    background: #ddae48;
    text-align: center;
    margin: 22px 0 0;
    position: relative;
    z-index: 1;
}
.blog_button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    background: #1A1829;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: .5s;
}
.blog_button a:hover:before {
    transform: scale(1);
}
.blog_button i:hover {
    color: #fff;
}
/*styl two*/
.blog_area.style-two {
    background: #1B1D21;
    padding: 100px 0 190px;
}
.style-two .single_blog {
    position: relative;
    z-index: 1;
    margin: 0 15px 30px;
}
.style-two .single_blog_content {
    background: #222427;
    padding: 22px 30px 30px 30px;
    position: inherit;
}
.style-two .post-categories a {
    display: inline-block;
    color: #bcc7cd;
    transition: .5s;
}
.style-two .techno_blog_meta a {
    display: inline-block;
    font-size: 16px;
    color: #bcc7cd;
    font-style: italic;
    transition: .5s;
    float: right;
}
.style-two .blog_page_title h4 {
    font-size: 26px;
    color: #fff;
}
.blog-button a {
    display: inline-block;
    background: #E9204F;
    color: #fff;
    padding: 14px 27px;
    font-size: 18px;
    margin-top: 40px;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.blog-button a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 2px solid #ddae48;
    transform: scale(0);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.blog-button a:hover::before {
    transform: scale(1, 1);
    opacity: 1;
    border: 2px solid #ddae48;
    background: #1B1D21;
    color: #ddae48;
}
.blog-button a:hover {
    color: #ddae48;
}
/*style three*/
.style-three.blog_area {
    padding: 100px 0 80px;
}
.style-three .single_blog {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    transition: .5s;
}
.style-three .blog_page_title h4 {
    font-size: 21px;
}
.style-three .single_blog:hover {
    box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
}
.style-three.single_blog:hover {
    box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
}
.style-three .datatech_blog_meta a:hover {
    color: #FF0000;
}
.style-three .post-categories a:hover {
    color: #FF0000;
}

/*
<!-- ============================================================== -->
<!-- Start subscribe area Css -->
<!-- ============================================================== -->*/
.row.subscribe-bg {
    background: url(assets/images/resource/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 50px 38px;
    position: relative;
    margin-bottom: -100px;
    border-radius: 10px;
}
.row.subscribe-bg2 {
    background: url(assets/images/resource/counter-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 50px 38px;
    position: relative;
    margin-bottom: -100px;
    border-radius: 0px;
}
.subscribe-title h1 {
    font-size: 45px;
    margin-bottom: 5px;
    color: #fff;
}
/*form area*/
.from-box input {
    float: right;
    height: 54px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 7px 20px;
    display: block;
    width: 80%;
    color: #00132b;
    margin-bottom: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.from-box button {
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 16px;
    padding: 13px 25px;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 17px;
    border: 0;
    background: #232434;
    color: #fff;
}
/*style two*/
.style-two.subscribe-area {
    background: url(assets/images/resource/subs1.jpg);
    padding: 48px 0 40px;
}
/*style three*/
.style-three.subscribe-area {
    position: relative;
    margin-top: -92px;
}
/*focus color*/

/*
<!-- ============================================================== -->
<!-- Start footer area Css -->
<!-- ============================================================== -->*/
.footer-middle {
    background: url(assets/images/resource/footer-bg.jpg);
    padding: 40px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.techno-logo {
    margin-top: 10px;
}
.company-info-desc p {
    padding: 32px 16px 0 0px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 13px;
}
.company_icon a {
    display: inline-block;
    margin: 15px 6px 0;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #292643;
    text-align: center;
    position: relative;
    z-index: 1;
}
.company_icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ddae48;
    transform: scale(0);
    margin: auto;
    transition: .5s;
}
.company_icon a:hover:before {
    transform: scale(1);
    background: #ddae48;
}

.company_icon a i:hover {
    color: #fff;
}
.widget.widget-nav-menu {
    padding-left: 15px;
}
h4.widget-title {
    color: #fff;
    font-size: 28px;
    padding-bottom: 28px;
    margin-top: 0;
}
h4.widget-title span {
    color: #ddae48;
}
.menu-quick-link-content ul li {
    display: block;
    list-style: none;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}
.menu-quick-link-content ul li:before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 14px;
    left: -6px;
    width: 10px;
    height: 1px;
    border-radius: 50%;
    background: #fff;
}
.menu-quick-link-content ul li a {
    display: inline-block;
    color: #fff;
    padding: 0 0 7px;
    transition: .5s;
}
.menu-quick-link-content ul li a:hover {
    color: #ddae48;
}
.footer-recent-post {
    margin-bottom: 24px;
}
.footer-recent-post ul li {
    display: block;
    list-style: none;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}
.footer-recent-post ul li:before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 14px;
    left: -6px;
    width: 10px;
    height: 1px;
    border-radius: 50%;
    background: #fff;
}
.footer-recent-post ul li a {
    display: inline-block;
    color: #fff;
    padding: 0 0 7px;
    transition: .5s;
}
.footer-recent-post ul li a:hover {
    color: #ddae48;
}
.footer-socail-icon {
    float: left;
    margin-right: 20px;
}
.footer-socail-icon i {
    display: inline-block;
    font-size: 26px;
    color: #ddae48;
}
.footer-socail-info p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 33px;
}
.footer-socail-info2 p {
    color: #fff;
}
/*footer bottom*/
.footer-bottom-content {
    padding-top: 22px;
}
.row.footer-bottom {
    border-top: 1px solid #ffffff;
    margin-top: 80px;
}
.footer-bottom-content-copy p {
    color: #fff;
}
.footer-bottom-content-copy span {
    color: #ddae48;
}
.footer-bottom-menu p {
    color: #fff;
    padding: 20px 0 0;
}
/*
<!-- ============================================================== -->
<!-- Start contact-us area Css -->
<!-- ============================================================== -->*/
.contact-us-single-box {
    margin-bottom: 30px;
    background: #f3f7fa;
    padding: 32px 30px 32px;
}
.contact-us-icon {
    float: left;
    margin-right: 25px;
    margin-top: 25px;
}
.contact-us-icon i {
    font-size: 52px;
    color: #ddae48;
}
.contact-us-title {
    overflow: hidden;
}
.contact-us-title h2 {
    font-size: 24px;
    text-transform: uppercase;
}
.contact-us-title p {
    padding: 5px 0 0;
    margin: 0;
}
/*form box style two*/
.contact-form-box.style-two {
    background: #f3f7fa;
    padding: 34px 50px  30px;
    border-radius: 8px;
}
form#contact_form h4 {
    font-size: 19px;
    font-weight: 600;
    padding: 0 0 19px;
}
.form-title p {
    margin: 7px 0 10px;
    color: #1c1c1c;
}
.style-two .from-box input {
    float: right;
    height: 54px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 0;
    padding: 7px 20px;
    display: block;
    width: 100%;
    color: #00132b;
    margin-bottom: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.from-box select {
    height: 54px;
    width: 100%;
    border: 0;
    padding: 7px 20px;
}
.from-box textarea {
    height: 140px;
    width: 100%;
    border: 0;
    padding: 15px 22px 0px;
}
.contact-button1 button {
    padding: 19px 32px;
    background: #ddae48;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    transition: .5s;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.contact-button1 button:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: .5s;
    color: #ddae48;
}
.contact-button1 button:hover {
    color: #ddae48;
}
.contact-button1 button:hover:before {
    transform: scale(1);
}
.contact-button1  i {
    margin-left: 5px;
    display: inline-block;
    font-size: 25px;
    margin-top: 0;
}
/*
<!-- ============================================================== -->
<!-- Start faq area Css -->
<!-- ============================================================== -->*/
.faq-area {
    height: 695px;
    background: url(assets/images/resource/faq.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0 110px;
}
/*accordion*/
.accordion {
    margin: -16px 0 0;
}
.accordion li {
    border-bottom: 1px solid #d9e5e8;
    position: relative;
    list-style: none;
    padding: 0 0 11px;
}
.accordion li p {
    display: none;
    font-size: 16px;
    padding: 0 21px 0px;
    color: #616161;
    font-family: 'Rubik', sans-serif;
}
.accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 700;
    line-height: 3;
    font-size: 19px;
    font-family: 'Rajdhani';
    color: #151423 !important;
    user-select: none;
}
.accordion a:before {
    width: 2px;
    height: 12px;
    background: #000000;
    position: absolute;
    right: 13px;
    content: " ";
    top: 26px;
    /: ;
    transform: rotate(0deg);
    /: ;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.accordion a:after {
    width: 12px;
    height: 2px;
    background: #000000;
    position: absolute;
    right: 8px;
    content: " ";
    top: 31px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul.accordion li a span {
    color: #ddae48;
    margin-right: 5px;
}
.accordion p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
}

a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.active:before{
  display: none;
}
/*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: #ddae48;
    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); } }


/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
 .bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}        