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

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

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

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

/*============================
 datatech	Main Menu Area Css
==============================*/
html{
    scroll-behavior: smooth;
}

/*------------------------
LGPD
------------------------*/
/* Deixa desabilitado por padrão */
.js_enabled .lgpd-cookies {
    display: none;
}
  
.lgpd-cookies {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 85vw;
    border: none;
    border-radius: 0;
    padding: 15px;
    position: fixed;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 2px 1px 20px #00000029;
    border-radius: 10px;
}

.lgpd-texto {
  width: 72%;
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
}

.lgpd-link {
  color: var(--clr-primary);
}

.lgpd-link:hover {
  color: var(--clr-primary);
}

.lgpd-botao {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: #ffffff;
}

.lgpd-botao.continuar {
  border: 1px solid var(--clr-primary);
  border-radius: 8px;
  padding: 10px 15px;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.lgpd-botao.continuar:hover {
  color: #ffffff;
  background: var(--clr-primary);
}

.lgpd-botao.sair:hover {
  text-decoration: underline;
}

.datatech_nav_manu {
    background: transparent;
    transition: .5s;
    z-index: 999;
    position: relative;
    padding: 0 100px;
    margin-bottom: -88px;
}
.datatech_nav_manu.style-three {
    padding: 15px 0;
}
.datatech_nav_manu.transparent_menu {
    background: transparent;
    margin-bottom: -87px;
    position: relative;
}

.datatech_nav_manu .logo_img img{
    width: 100%;
}
.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 !important;
    transition: .5s;
}
/* datatech Menu Css*/
.datatech_menu {
    text-align: center;
}
.datatech_menu ul {
    text-align: center;
    list-style: none;
    display: inline-block;
}
.datatech_menu>ul>li {
   display: inline-block;
   position: relative;
}
.datatech_menu > ul > li > a {
    display: block;
    margin: 30px 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    color: #232323;
    font-size: 18px;
    font-weight: 600;
}
.style-two.datatech_menu > ul > li > a {
    display: block;
    margin: 30px 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    color: #Fff;
    font-size: 18px;
    font-weight: 600;
}
.style-two.datatech_menu > ul > li > a {
    display: block;
    margin: 30px 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
nav.datatech_menu span {
    font-size: 13px;
    font-family: FontAwesome;
    opacity: .5;
}
.white .datatech_menu > ul > li > a {
    color: #fff;
}
.datatech_menu ul li:last-child a {
   margin-right: 0px;
}
.datatech_menu>ul>li.current>a {
   color: #43baff;
}
.white .datatech_menu>ul>li.current>a {
   color: #fff;
}
/* sub menu style */
.datatech_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    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 #F16722;
}
.datatech_menu ul li:hover>.sub-menu {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 visibility: visible;
 top: 100%;
 z-index: 9;
}
.datatech_menu ul .sub-menu li {
 position: relative;
}
.datatech_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #211e3b !important;
}
.datatech_menu ul .sub-menu li:hover>a,
.datatech_menu ul .sub-menu .sub-menu li:hover>a,
.datatech_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.datatech_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
 background:#F16722;
 color: #fff !important;
}

/* sub menu 2 */
.datatech_menu ul .sub-menu .sub-menu {
 left: 100%;
 top: 130%;
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 visibility: hidden;
}
.datatech_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 */
.datatech_menu ul .sub-menu .sub-menu li {
 position: relative;
}
.datatech_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;
}
.datatech_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 */
.datatech_menu ul .sub-menu .sub-menu .sub-menu li {
 position: relative;
}
.datatech_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}
.datatech_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%;
}
/* Search Box */
.search-box-outer{
	position:relative;
}
.search-box-btn i {
    font-size: 13px;
    color: #fff;
    margin-left: 15px;
    cursor: pointer;
    background: #F16722;
    -webkit-transition: all 500ms ease;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}
button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}
.search-box-btn:after{
	display:none;
}
.sticky .search-box-btn span {
    color: #fff;
}
.style-three .search-box-btn span {
    color: #fff;
}
.search-box-outer .dropdown-menu{
	top:49px !important;
	right:0px;
	padding:0px;
	width:280px;	
	left: auto !important;
	border-radius:0px;
	border-top:3px solid #0060ff;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.btn-box{
	position:relative;
	float:left;
	margin-left:30px;
}
.search-box-btn.search-box-outer {
    display: inline-block;
}
.nav-btn.navSidebar-button {
    display: inline-block;
}
.datatech_menu .search-box{
	display:inline-block;
}

.datatech_menu .search-box .form-group{
	position:relative;
	margin:0px;
	top:-1px;
}
.datatech_menu .search-box .form-group input[type="text"],
.datatech_menu .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	padding:10px 50px 10px 25px;
	background:none;
	display:block;
	font-size:14px;
	width:200px;
	height:74px;
	color:#222222;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#ffffff;
	border-radius:0px 50px 50px 0px;
}

.datatech_menu .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:74px;
	width:45px;
	font-size:14px;
	color:#000048;
	line-height:100%;
	background:none;
	display:inline-block;
	font-weight:normal;
	text-align:left;
	cursor:pointer;
}
/*** 
====================================================================
	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: #F16722;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

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

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

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

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

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

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height: 50px;
	color:#000000;
	height:70px;
	width:100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-weight:500;
	text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #F16722;
    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-popup .close-search.style-two span{
	font-size:20px;
	color:#ffffff;
}
.header-button {
    display: inline-block;
    float: left;
    margin-right: 18px;
}
.header-button-small-desktop-res{
    display: none;
    float: left;
    margin-right: 0px;
    margin-left: 10px;
}
.datatech_nav_manu.sticky a.dtbtn:hover {
    color: #fff !important;
}
.header-button .dtbtn, .header-button-small-desktop-res .dtbtn {
    background: #F16722;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 0;
    padding: 9px 28px;
    text-align: center;
    vertical-align: middle;
    border-radius: 30px;
    border: 2px solid #F16722;
    font-weight: 600;
    transition: .5s;
}
.white .header-button .dtbtn, .white .header-button-small-desktop-res .dtbtn {
    background: #423e6d;
	border-color:#423e6d;
}
.socails-icon ul {
    display: inline-block;
    list-style: none;
    margin-right: 10px !important;
}
.socails-icon ul li {
    display: inline-block;
}
.socails-icon ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #F16722;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    transition: .3s;
    margin-top: 5px;
}
a.dtbtn:hover {
    border: 2px solid #211e3b;
    background: #211e3b;
    color: #fff;
}
.socails-icon ul li a:hover {
    background: #ffffff;
    color: #000000;
}
.socails-icon .dropdown{
    display: inline-block !important;
    margin-left: 20px;
}
.socails-icon .dropdown #dropdownMenu2{
    background-color: #F16722;
    border-color: #F16722;
}
.socails-icon .dropdown #dropdown-menu-pt{
    width: 200%;
}
.socails-icon .dropdown #dropdown-menu-en{
    width: 250%;
}
.socails-icon .dropdown #dropdown-menu-es{
    width: 220%;
}
.socails-icon .dropdown .dropdown-menu{
    padding-bottom: 100%;
}
.socails-icon .dropdown .dropdown-menu li{
    width: 100%;
    border-bottom: 1px solid lightgray;
}
.socails-icon .dropdown .dropdown-menu li p{
    width: 100%;
    display: inline-block;
    padding-left: 10px;
}
.socails-icon .dropdown .dropdown-menu li p span{
    float: right;
    padding: 2px 8px 0px 8px;
    margin-right: 9px;
}
.socails-icon .dropdown .dropdown-menu li p span:hover{
    background: #f1f6fc;
    cursor: pointer;
}
.socails-icon .dropdown .dropdown-menu li a{
    width: 100%;
    display: inline-block;
}
.socails-icon .dropdown .dropdown-menu li a img{
    margin-top: -4px;
    margin-left: -13px;
}
.socails-icon .dropdown .dropdown-menu li a span{
    float: right;
    margin-right: -10px;
}
.datatech_menu li a:hover:before{
	width:101%;
}
.datatech_nav_manu.sticky .logo_img {
    display: none;
}
.main_sticky {
    display: none;
}
.logo img{
    width: 100%;
}
.datatech-logo img{
    width: 100%;
}
.main-sticky img{
    width: 100%;
}
.datatech_nav_manu.sticky .main_sticky {
    display: inherit;
}
.datatech_nav_manu.sticky .datatech_menu li a {
    color: #fff;
}
.datatech_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #F16722;
    border: 2px solid #F16722;
}
.datatech_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}
.mobile-menu.mean-container {
	overflow: hidden;
}

/*====================================================
--<	datatech Header Top Menu Area Css -->
======================================================*/
.header_top_menu_phone.pn_bg {
    position: relative;
	z-index:1;
}
.header_top_menu_phone.pn_bg::before {
    position: absolute;
    left: -400px;
    content: "";
    top: -22px;
    height: 260%;
    width: 235%;
    background: #43baff;
    z-index: -1;
}
.header_top_menu_phone_inner ul {
    list-style: none;
}
.header_top_menu_phone_inner ul li {
    display: inline-block;
}
.header_top_menu_phone_inner ul li a {
    font-size: 15px;
    color: #fff;
}
.header_top_menu_phone_inner ul li a span{
    font-size: 16px;
    margin-right: 10px;
}
.header_top_menu_address_inner ul {
    list-style: none;
}
.header_top_menu_address_inner ul li {
    display: inline-block;
}
.header_top_menu_icon_inner ul {
    list-style: none;
	text-align:right;
}
.header_top_menu_icon_inner ul li {
    display: inline-block;
}
.header_top_menu_address_inner ul li a span {
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
}
.header_top_menu_address_inner ul li a {
    color: #fff;
    font-size: 15px;
    margin-right: 15px;
}
.header_top_menu_icon_inner ul li a {
    color: #645e91;
    font-size: 15px;
    margin-left: 8px;
    height: 38px;
    width: 38px;
    line-height: 40px;
    background:transparent;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #645e91;
}
.header_top_menu_icon_inner ul li a:hover {
    color: #fff;
    background:#43baff;
    border: 1px solid #43baff;
}
.header_top_menu_text_inner p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fcfcfc;
    font-family: Montserrat;
}
.style_three .header_top_menu_icon_inner ul li a {
    color: #fff;
    font-size: 13px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
}
/* Owl Nav Css */
.owl-prev {
    position: absolute;
    left: -60px;
    top: 50%;
	transform:translateY(-50%);
	opacity:1;
	transition:.3s;
}
.owl-next {
    position: absolute;
    right: -60px;
    top: 50%;
	transform:translateY(-50%);
	opacity:1;
	transition:.3s;
}
.owl-carousel:hover .owl-prev{
 left:30px;
}
.owl-carousel:hover .owl-next{
right:30px;
}
.owl-next i,
.owl-prev i{
	background-color: transparent;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 60px;
    width: 60px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 55px;
    color: #fff;
    border: 2px solid #FFF;
	text-align:center;
}
.owl-next i:hover,
.owl-prev i:hover{
	background-color: rgba(255, 255, 255, 0.2);
}
/*
<!-- ============================================================== -->
<!-- Start slider Area Css -->
<!-- ============================================================== -->*/
/*animation shape home-1*/
@-webkit-keyframes p1 {
    0% {
        left: 0px;
        top: 0px
    }
    50% {
        left: 0;
        top: 800px
    }
    100% {
        left: 0px;
        top: 0px
    }
}

@keyframes p1 {
    0% {
        left: 800px;
        top: 0px
    }
    50% {
        left: 0px;
        top: 800px
    }
    100% {
        left: 800px;
        top: 0px
    }
}

@-webkit-keyframes p2 {
    0% {
        left: 0;
        top: 100px
    }
    50% {
        left: 0;
        top: 800px
    }
    100% {
        left: 0;
        top: 100px
    }
}

@keyframes p2 {
    0% {
        left: 0;
        top: 100px
    }
    50% {
        left: 0px;
        top: 800px
    }
    100% {
        left: 0;
        top: 100px
    }
}

@-webkit-keyframes p3 {
    0% {
        left: 300px;
        top: 900px
    }
    50% {
        left: 500px;
        top: 0px
    }
    100% {
        left: 300px;
        top: 900px
    }
}

@keyframes p3 {
    0% {
        left: 300px;
        top: 900px
    }
    50% {
        left: 500px;
        top: 0px
    }
    100% {
        left: 300px;
        top: 900px
    }
}

@-webkit-keyframes p4 {
    0% {
        left: 1000px;
        top: 500px
    }
    50% {
        left: 00px;
        top: 500px
    }
    100% {
        left: 1000px;
        top: 500px
    }
}

@keyframes p4 {
    0% {
        left: 1000px;
        top: 500px
    }
    50% {
        left: 0px;
        top: 500px
    }
    100% {
        left: 1000px;
        top: 500px
    }
}

@-webkit-keyframes p5 {
    0% {
        left: 500px;
        top: 1000px
    }
    50% {
        left: 50%;
        top: 0px
    }
    100% {
        left: 500px;
        top: 1000px
    }
}

@keyframes p5 {
    0% {
        left: 500px;
        top: 1000px
    }
    50% {
        left: 50%;
        top: 0px
    }
    100% {
        left: 500px;
        top: 1000px
    }
}

@-webkit-keyframes p6 {
    0% {
        left: 500px;
        top: 200px
    }
    50% {
        left: 50%;
        top: 70%
    }
    100% {
        left: 500px;
        top: 200px
    }
}

@keyframes p6 {
    0% {
        left: 500px;
        top: 200px
    }
    50% {
        left: 50%;
        top: 70%
    }
    100% {
        left: 500px;
        top: 200px
    }
}

@-webkit-keyframes p7 {
    0% {
        left: 50px;
        top: 10%
    }
    50% {
        left: 50%;
        top: 10%
    }
    100% {
        left: 50px;
        top: 10%
    }
}

@keyframes p7 {
    0% {
        left: 50px;
        top: 10%
    }
    50% {
        left: 50%;
        top: 10%
    }
    100% {
        left: 50px;
        top: 10%
    }
}

@-webkit-keyframes p8 {
    0% {
        left: 0;
        top: 20%
    }
    50% {
        left: 50%;
        top: 20%
    }
    100% {
        left: 0;
        top: 20%
    }
}

@keyframes p8 {
    0% {
        left: 0;
        top: 20%
    }
    50% {
        left: 50%;
        top: 20%
    }
    100% {
        left: 0;
        top: 20%
    }
}

@-webkit-keyframes p9 {
    0% {
        left: 1000px;
        top: 100px
    }
    50% {
        left: 500px;
        top: 950px
    }
    100% {
        left: 1000px;
        top: 100px
    }
}

@keyframes p9 {
    0% {
        left: 1000px;
        top: 100px
    }
    50% {
        left: 500px;
        top: 950px
    }
    100% {
        left: 1000px;
        top: 100px
    }
}
    
/* 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; }
  .bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -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);
  }
}

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

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.slider-area {
    height: 930px;
    background: url(../images/slider/slider-bg1.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-x: right;
    background-position-y: top;
}
.slider-content h1 {
    font-size: 58px;
    margin-top: 0;
    font-weight: 800;
}

.slider-content h1 span{
    font-size: 30px;
    font-weight: 400;
}
.slider-content p {
    font-size: 20px;
    margin: 30px 0 50px;
    padding-right: 70px;
}
.slider-button {
    display: inline-block;
    margin-right: 38px;
}
.slider-button a {
    display: inline-block;
    background: #F16722;
    color: #fff;
    font-size: 18px;
    padding: 14px 44px;
    border-radius: 30px;
    text-align: center;
    transition: .3s;
    font-weight: 600;
}
.slider-button a:hover {
    background: transparent;
    color: #F16722;
}
.slider-video {
    display: inline-block;
}
.slider-video .video-icon {
    left: inherit;
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    padding-top: inherit;
}
.slider-shape {
    position: relative;
}
.slider-shape-inner1 {
    position: absolute;
    top: 184px;
    left: 75px;
}
.slider-shape-inner1 img {
    width: 120px;
}
.slider-shape-inner2 {
    position: absolute;
    right: -55px;
    top: 408px;
}
.slider-shape-inner2 img {
    width: 70px;
}
.slider-shape-inner3 {
    position: absolute;
    top: -130px;
    left: -20px;
}
.slider-shape-inner3 img {
    width: 80px;
}
.slider-shape-inner5 {
    position: absolute;
    top: -94px;
    right: -40px;
}
.slider-shape-inner5 img {
    width: 112px;
}
.slider-shape-inner6 {
    position: absolute;
    top: 147px;
    left: -16px;
}
.slider-shape-inner6 img {
    width: 112px;
}
.slider-shape-inner7 {
    position: absolute;
    top: 98px;
    right: 129px;
}
.slider-shape-inner7 img {
    width: 40px;
}
.slider-thumb-inner img {
    width: 100%;
}
/*slider-two*/
.slider-two.slider-area {
    height: 930px;
    background: url(../images/slider/slider.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-x: right;
    background-position-y: top;
}
.slider-two .slider-button {
    display: inline-block;
    margin-right: 10px;
}
.slider-two .slider-button a {
    display: inline-block;
    background: #fff;
    color: #F16722;
    font-size: 18px;
    padding: 14px 44px;
    border-radius: 30px;
    text-align: center;
    transition: .3s;
    font-weight: 600;
}
.slider-two .slider-button1 {
    display: inline-block;
}
.slider-two .slider-button1 a {
    display: inline-block;
    background: #F16722;
    color: #fff;
    font-size: 18px;
    padding: 14px 44px;
    border-radius: 30px;
    text-align: center;
    transition: .3s;
    font-weight: 600;
}
.slider-two .slider-button1 a:hover {
    background: #fff;
    color: #F16722;
}
.slider-two .slider-shape {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}
/*slider three*/
.slider-three.slider-area {
    height: 930px;
    background: url(../images/slider/slider1.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-x: right;
    background-position-y: top;
}
.slider-three .slider-content p {
    font-size: 18px;
    margin: 18px 0 50px;
    padding-right: 0;
}
.slider-three .slider-button {
    display: inline-block;
    margin-right: 38px;
    margin-top: 10px;
}
.slider-three .slider-button a {
    display: inline-block;
    background: #F16722;
    color: #fff;
    font-size: 17px;
    padding: 12px 32px;
    border-radius: 30px;
    text-align: center;
    transition: .3s;
    font-weight: 500;
}
.slider-three .video-icon span {
    font-size: 18px;
    font-weight: 600;
}
.slider-three .slider-thumb {
    margin-left: 112px;
    margin-top: -88px;
}
/*
<!-- ============================================================== -->
<!-- Start service Area Css -->
<!-- ============================================================== -->*/
.dreamit-service-box1 {
    padding: 40px 18px 37px;
    background: #F1F6FC;
    text-align: center;
    transition: .3s;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.dreamit-service-box1:before {
    position: absolute;
    content: "";
    background: #F16722;
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    transition: .3s;
    border-radius: 4px;
    z-index: -1;
}
.dreamit-service-box1:hover:before {
    height: 100%;
}
.em-service-title h2 {
    font-size: 20px;
    margin: 0 0 32px;
    transition: .3s;
}
.dreamit-service-box1:hover .em-service-title h2 {
    color: #fff;
}
.em-service-icon {
    height: 95px;
    width: 95px;
    line-height: 95px;
    background: #F16722;
    text-align: center;
    margin: 20px auto 25px;
    border-radius: 100%;
    transition: .3s;
    position: relative;
}
.round-circle {
    position: absolute;
    width: 120px;
    height: 120px;
    left: -12px;
    top: -12px;
    border: 2px solid #fff;
    border-radius: 50%;
    clip-path: polygon(0% 0%,50% 0%,50% 100%,0% 100%,0 0);
    transition: all 500ms ease;
    animation: service_hexagon 2s infinite linear;
    animation-play-state: paused;
    opacity: 0;
}
.dreamit-service-box1:hover .round-circle:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 8px;
    height: 8px;
    left: 15px;
    bottom: 9px;
    border-radius: 50%;
}
.dreamit-service-box1:hover .round-circle {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity:1;
}
.dreamit-service-box1:hover .round-circle {
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%,0 0);
}
service_hexagon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes service_hexagon {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes service_hexagon {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes service_hexagon {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.em-service-icon i {
    display: inline-block;
    color: #fff;
    font-size: 50px;
    text-align: center;
}
.em-service-text p {
    transition: .3s;
}
.dreamit-service-box1:hover .em-service-text p {
    color: #fff;
}
/*style two*/
.dreamit-service-box2 {
    padding: 40px 18px 37px;
    background: #F1F6FC;
    text-align: center;
    transition: .3s;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.dreamit-service-box2:before {
    position: absolute;
    content: "";
    background: #F16722;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: .3s;
    border-radius: 4px;
    z-index: -1;
}
.dreamit-service-box2 .round-circle:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 8px;
    height: 8px;
    left: 15px;
    bottom: 9px;
    border-radius: 50%;
}
.dreamit-service-box2 .em-service-title h2 {
    color: #fff;
}
.dreamit-service-box2 .round-circle {
    position: absolute;
    width: 120px;
    height: 120px;
    left: -12px;
    top: -12px;
    border: 2px solid #fff;
    border-radius: 50%;
    clip-path: polygon(0% 0%,50% 0%,50% 100%,0% 100%,0 0);
    transition: all 500ms ease;
    animation: service_hexagon 2s infinite linear;
    animation-play-state: paused;
    opacity: 0;
}
.dreamit-service-box2 .round-circle {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity:1;
}
.dreamit-service-box2 .round-circle {
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%,0 0);
}
.dreamit-service-box2 .em-service-text p {
    color: #fff;
}
/*style three*/
.service-area.style-two {
    background: #f1f6fc;
    padding: 97px  0 71px;
}
.dreamit-service-box3 {
    background: #fff;
    text-align: center;
    padding: 20px 30px 40px;
    margin-bottom: 30px;
}
.style-two .em-service-icon {
    position: relative;
    z-index: 1;
    width: 117px;
    height: 116px;
    line-height: 116px;
    display: inline-block;
    text-align: center;
    background: inherit;
}
.style-two .em-service-icon:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/resource/service.png);
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.style-two .em-service-icon i {
    display: inline-block;
    color: #F16722;
    font-size: 50px;
    text-align: center;
}
.style-two .em-service-title h2 {
    font-size: 22px;
    margin: 6px 0 15px;
    transition: .3s;
    font-weight: 800;
}
.style-two .em-service-title h2:hover {
    color: #F16722;
}
.style-two .service-button a {
    background: #F16722;
    color: #fff;
    padding: 8px 28px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 14px;
}
/*style three*/
.service-area.style-three {
    background: #f1f6fc;
    padding: 96px 0 70px;
}
.dreamit-service-box3 {
    background: #fff;
    text-align: center;
    padding: 45px 30px 35px;
    border: 2px solid transparent;
    margin-bottom: 30px;
    border-radius: 7px;
    transition: .5s;
}
.em-service-icon {
    height: 95px;
    width: 95px;
    line-height: 95px;
    background: #F16722;
    text-align: center;
    margin: 0px auto 34px;
    border-radius: 100%;
    transition: .3s;
    position: relative;
}
.em-service-title h2 {
    font-size: 22px;
    margin: 0 0 15px;
    transition: .3s;
}
.em-service-title h2:hover {
    color: #F16722;
}
.dreamit-service-box3:hover {
    border-color: #F16722;
    box-shadow: none;
}
/*
<!-- ============================================================== -->
<!-- Start feature Area Css -->
<!-- ============================================================== -->*/
.dreamit-feature-box {
    background: #F1F6FC;
    text-align: left;
    padding: 0 40px 45px;
    transition: .5s;
    border-radius: 5px;
    margin-bottom: 120px;
    height: 76%;
}
.feature-desc strong{
    color: #000;
}
.dreamit-feature-box .feature-icon{
    position: relative;
    display: inline-block;
    font-size: 60px;
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
    background: #fff;
    box-shadow: 0 20px 50px 5px #e9eef7;
    color: #F16722;
    margin-top: -63px;
}
.dreamit-feature-box:hover .feature-icon {
	background:#F16722;
	color:#fff; 
}
.feature-icon i {
    display: inline-block;
    font-size: 55px;
}
.anim-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    animation: service_hexagon 3s infinite linear;
    animation-play-state: paused;
}

.anim-icon .icon-1 {
    position: absolute;
    left: -25px;
    top: 60px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: zoom-fade-two 5s infinite linear;
    background: #F16722;
}
.anim-icon .icon-2  {
    position: absolute;
    left: 10px;
    top: -20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: zoom-fade-two 4s infinite linear;
    background: #F16722;
}
.anim-icon .icon-3 {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    animation: zoom-fade-two 3s infinite linear;
    background: #F16722;
}
.dreamit-feature-box.active-feature .anim-icon,
.dreamit-feature-box:hover .anim-icon{
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
/** service-hexagon **/

service_hexagon{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes service_hexagon{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes service_hexagon{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes service_hexagon{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}
@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}
.feature-title h2 {
    font-size: 21px;
    font-weight: 800;
    margin: 50px 0 15px;
}
.feature-title h2 {
    font-size: 21px;
    font-weight: 800;
    margin: 50px 0 15px;
}
.feature-button a {
    display: inline-block;
    color: #F16722;
    font-weight: 700;
    text-decoration: underline;
    margin: 25px 0 0;
}
.feature-button i {
    margin-left: 7px;
}
/*
<!-- ============================================================== -->
<!-- Start about Area Css -->
<!-- ============================================================== -->*/
.dreamit-about-thumb img {
    width: 100%;
}
.content-icon {
    float: left;
    margin-right: 25px;
}
.content-icon i {
    font-size: 18px;
    color: #f16722;
    margin-top: 4px;
}
.content-desc {
    margin-bottom: 15px;
}
.about-button a {
    display: inline-block;
    background: #F16722;
    border: 2px solid #F16722;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 10px 35px;
    border-radius: 30px;
    transition: .5s;
    margin-top: 26px;
}
.about-button a:hover {
    background: #fff;
    color: #F16722;
}
/*style two*/
.style-two.about-area {
    background: #f1f6fc;
}
/*process ber*/
@-webkit-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}

.stat-levels {
    box-shadow: 0 20px 50px 5px #e9eef7;
    max-width: 100%;
    margin: 0;
    padding: 30px 40px 40px 40px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    margin-top: -78px;
}
.stat-levels h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    padding: 3px 0 0;
}
.stat-bar {
    position: relative;
    background-color: #e4e4e4;
    box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.6);
    height: 5px;
    /*overflow: hidden;*/
    padding: 0;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 0;
}
.stat-bar:last-child {
  margin-bottom: 0;
}

.stat-bar-rating {
    border-radius: 3px;
    float: left;
    width: 0;
    height: 5px;
    font-size: 12px;
    color: white;
    text-align: center;
    /*text-indent: -9999px;*/
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.stat-1 > .stat-bar-rating span {
    margin-top: -22px;
    color: red;
    position: absolute;
    right: 24px;
    transition: .3s;
}
.stat-2 > .stat-bar-rating span {
    margin-top: -22px;
    color: red;
    position: absolute;
    right: 36px;
}
.stat-3 > .stat-bar-rating span {
    margin-top: -22px;
    color: red;
    position: absolute;
    right: 12px;
}
.stat-1 > .stat-bar-rating {
    background: rgb(241, 103, 34);
}

.stat-2 > .stat-bar-rating {
    background: rgb(219, 49, 111);
}

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

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}
.stat-bar:nth-of-type(2) .stat-bar-rating {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.stat-bar:nth-of-type(3) .stat-bar-rating {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
}
/*style three*/


/*====================================================
--<	datatech Section Title Css -->
======================================================*/
.dreamit-section-title {
    position: relative;
    z-index: 1;
}
.dreamit-section-title h2 {
    font-size: 42px;
    font-weight: 800;
    margin: 0;
    letter-spacing: -1px;
}
.dreamit-section-title span {
    color: #F16722;
}
.dreamit-section-title h5 {
    color: #F16722;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
    font-weight: 700;
}
.em_bar_bg {
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.text-left .em_bar_bg {
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 18px 0 30px;
    position: relative;
    border-radius: 30px;
}
.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #F16722;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}
.text-left1.em_bar_bg {
    height: 3px;
    width: 90px;
    background: #aec6ef;
    margin: 16px 0 8px;
    position: relative;
    border-radius: 30px;
}
.text-left1.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #F16722;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}
/* Video Css */
.margin_bottom- {
    position: relative;
    margin-bottom: -188px;
}
.single_video_thumb {
	overflow: hidden;
}
.video-icon {
    left: 54%;
    position: absolute;
    top: 91%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}
.video-icon a {
    display: inline-block;
    background: #F16722;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 55px;
    border-radius: 100%;
    transition: .5s;
    position: relative;
    text-align: center;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    font-size: 20px;
}
@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(241,103,34, 0.3), 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,345, 0.3);
        box-shadow: 0 0 0 0 rgba(241,103,34, 0.3), 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,34, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,34, 0.3), 0 0 0 30px rgba(241,103,34, 0);
        box-shadow: 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,34, 0.3), 0 0 0 30px rgba(241,103,34, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(241,103,34, 0.3), 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,34, 0.3);
        box-shadow: 0 0 0 0 rgba(241,103,34, 0.3), 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,34, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,34, 0.3), 0 0 0 30px rgba(241,103,34, 0);
        box-shadow: 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,34, 0.3), 0 0 0 30px rgba(241,103,34, 0)
    }
}
/*
<!-- ============================================================== -->
<!-- Start why choose us Area Css -->
<!-- ============================================================== -->*/
.why-choose-us {
    padding: 100px 0 100px;
    background: #f1f6fc;
}
.dreamit-contact-box {
    overflow: hidden;
    margin-bottom: 25px;
}
.contact-icon2 {
    float: left;
    margin-right: 25px;
}
.contact-icon2 i {
    color: #f16722;
    background: #fff;
    height: 85px;
    width: 85px;
    line-height: 85px;
    font-size: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}
.contact-title1 h4 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}
/*
<!-- ============================================================== -->
<!-- Start technology Area Css -->
<!-- ============================================================== -->*/
.em-feature-box1 {
    box-shadow: 0 10px 29.7px 0.3px rgb(225 225 225 / 64%);
    padding: 35px 15px 40px 30px;
    transition: .5s;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    margin-bottom: 30px;
}
.em-feature-box1:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    border-radius: 6px;
    transition: .5s;
}
.em-feature-box1:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/resource/feature.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.em-feature-box1 .em-feature-icon i {
    display: inline-block;
    font-size: 60px;
    color: #fff;
    text-align: center;
    transition: .5s;
    padding-top: 30px;
}

.em-feature-icon img{
    width: 60px;
}
.em-feature-box1:hover:before {
    opacity: 1;
}
.em-feature-box1:hover {
    transform: translateY(-10px);
}
.em-feature-box {
    box-shadow: 0 10px 29.7px 0.3px rgb(225 225 225 / 64%);
    padding: 35px 15px 40px 30px;
    transition: .5s;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    margin-bottom: 30px;
    height: 93%;
}
.em-feature-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    border-radius: 6px;
    transition: .5s;
    opacity: 0;
}
.em-feature-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/resource/feature.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.em-feature-box:hover:before {
    opacity: 1;
}
.em-feature-box:hover {
    transform: translateY(-10px);
}
.em-feature-icon i {
    display: inline-block;
    font-size: 60px;
    color: #F16722;
    text-align: center;
    transition: .5s;
    padding-top: 30px;
}
.em-feature-title h2 {
    font-size: 23px;
    font-weight: 700;
    margin: 35px 0 15px;
    transition: .3s;
}
.em-feature-desc {
    margin: 0;
    transition: .3s;
}
.em-feature-box:hover .em-feature-icon i, .em-feature-box:hover  .em-feature-title h2, .em-feature-box:hover  .em-feature-desc {
    color: #fff;
}

.fb-white{
    display: none;
}
.em-feature-box:hover .em-feature-icon .fb-white{
    display: block;
}

.em-feature-box:hover .em-feature-icon .fb-orange{
    display: none;
}
/*
<!-- ============================================================== -->
<!-- Start team Area Css -->
<!-- ============================================================== -->*/

.dreamit-team-thumb {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
    transition: .3s;
    overflow: hidden;
    border-bottom: 3px solid #F16722;
    border-radius: 4px;
}
.dreamit-team-thumb:hover {
    box-shadow: 0 16px 32px rgb(207 228 255 / 80%);
    transform: translateY(-10px);
}
.dreamit-team-thumb-inner:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(241,103,34,0.85);
    opacity: 0;
    transition: .5s;
}
.dreamit-team-thumb:hover .dreamit-team-thumb-inner:before {
    opacity: 1;
} 
.dreamit-team-thumb-inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dreamit-team-thumb-inner img {
    width: 100%;
}

.team-content-socail-icon {
    position: absolute;
    top: 50%;
    right: -45px;
    width: 45px;
    padding: 13px 0;
    background: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transition: .3s;
}
.dreamit-team-thumb:hover .team-content-socail-icon{
    opacity: 1;
    right: 0;
}
.team-content-socail a {
    font-size: 16px;
    color: #F16722;
    display: block;
    margin: 4px 0;
    transition: .3s;
}
.em-team-content {
    background: #fff;
    padding: 16px 20px 20px;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    transition: .5s;
}
.team-title h2 {
    font-size: 20px;
    font-weight: 700;
}
.team-title span {
    font-size: 13px;
    font-weight: 500;
    color: #F16722;
    text-transform: uppercase;
}
/*
<!-- ============================================================== -->
<!-- Start process Area Css -->
<!-- ============================================================== -->*/
.process-area {
    background: url(../images/resource/who.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding: 163px 0 185px;
}
.process-icon {
    position: relative;
    display: inline-block;
    border: 2px dashed #E0DEFC;
    border-radius: 100%;
    padding: 10px;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.process-icon i {
    display: inline-block;
    background: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    font-size: 31px;
    color: #fff;
    line-height: 78px;
    height: 78px;
    width: 78px;
    border-radius: 50%;
    z-index: 1;
}
.process-number {
    position: absolute;
    z-index: 1;
    right: -10px;
    top: 0;
}
.process-number span {
    display: inline-block;
    background: #F16722;
    border-radius: 50%;
    color: #fff;
    position: relative;
    box-shadow: 0 0 10px #cccccc;
    transition: .3s;
    width: 38px;
    height: 38px;
    line-height: 40px;
    text-align: center;
}
.process-content {
    overflow: hidden;
}
.process-title h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.dreamit-process-icon-box:hover .process-number {
    transform: scale(1.1);
}
.process-single-thumb img {
    width: 100%;
}
/*style two*/
.style-two.process-area {
    background: inherit;
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding: 98px 0 75px;
}
.dreamit-process-icon-box2 {
    text-align: center;
}
.em-process-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
    text-align: center;
    padding: 10px;
    border: 2px dashed #E0DEFC;
    border-radius: 100%;
}
.em-process-icon:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 2px;
    margin: auto;
    height: 40px;
    border: 2px dashed #ddd;
    bottom: -74px;
    border-radius: 100%;
}
.em-process-icon:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 2px solid #ddd;
    border-radius: 50%;
    bottom: -33px;
}
.em-process-icon i {
    display: inline-block;
    background: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    font-size: 50px;
    line-height: 120px;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    color: #fff;
}
.em-process-number {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 1;
}
.em-process-number span {
    background: #F16722;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #cccccc;
    font-weight: 600;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    transition: .3s;
}
.em-process-content:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 40px;
    width: 154px;
    background: url(../images/resource/process.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: -72px;
}
.em-process-title h2 {
    font-size: 20px;
    margin: 20px 0 7px;
}
.dreamit-process-icon-box2:hover .em-process-number span{
    transform: scale(1.1);
}
/*style three*/
.style-three.process-area {
    background: inherit;
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding: 100px 0 90px;
}
.dreamit-process-icon-box3 {
    text-align: center;
}
.em-process-icon1 {
    position: relative;
    z-index: 1;
}
.em-process-number1 {
    position: relative;
    z-index: 1;
    margin-bottom: 56px;
}
.em-process-icon1:before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #F16722, #F16722 40%, transparent 40%, transparent 100%);
    width: calc(90% - 100px);
    height: 1px;
    right: -80px;
    top: 21px;
    background-size: 12px 1px;
}
.em-process-number1 span {
    position: relative;
    background: #F16722;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    transition: .3s;
}
.em-process-number1 span:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    background: #F16722;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    z-index: -1;
    margin: auto;
    opacity: .4;
    transition: .3s;
    right: 0;
}
.em-process-number1 span:after {
    position: absolute;
    content: "";
    left: -20px;
    top: -20px;
    background: #F16722;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    z-index: -1;
    margin: auto;
    opacity: .2;
    transition: .3s;
    right: 0;
}
.dreamit-process-icon-box3:hover .em-process-number1 span, .dreamit-process-icon-box3:hover .em-process-number1 span:before,
.dreamit-process-icon-box3:hover .em-process-number1 span:after {
    transform: scale(1.1);
}
/*style-four*/ 
.style-four.process-area {
    background: #f1f6fc;
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding: 100px 0 100px;
}
/*
<!-- ============================================================== -->
<!-- Start brand Area Css -->
<!-- ============================================================== -->*/
.brand-area {
    background: url(../images/resource/brand.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 100px 0 200px;
}
.dreamit-single-brand-thumb1 {
    text-align: center;
    border-radius: 4px;
    padding: 25px;
    background: #fff;
    margin-bottom: 30px;
}
.dreamit-single-brand-thumb1 img {
    width: 100%;
}
/*style two*/
.style-two.brand-area {
    background: url(../images/resource/counter.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 100px 0 200px;
}
.style-two .dreamit-single-brand-thumb1 {
    text-align: center;
    border-radius: 0;
    padding: 0;
    background: inherit;
    margin-bottom: 30px;
}
.style-two .dreamit-single-brand-thumb1 img {
    width: inherit;
    padding: 25px;
}
/*style three*/
.style-three.brand-area {
    background: #f1f6fc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 100px 0 200px;
}
/*
<!-- ============================================================== -->
<!-- Start counter Area Css -->
<!-- ============================================================== -->*/
.row.cnt-backgraound {
    background: #ffffff url(http://wp.dreamitsolution.net/datatech/wp-admin/admin-ajax.php?action=kc_get_thumbn&type=filter_url&id=%2Fwp-content%2Fuploads%2F2021%2F01%2Fshape-2.png) center center/cover no-repeat scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 42px 50px 50px;
    box-shadow: 0 20px 50px 5px #e9eef7;
    position: relative;
    margin-top: -101px;
    z-index: 1;
}
.counter-text h1 {
    font-size: 28px;
    font-weight: 800;
    display: inline-block;
    margin: 0;
}
.counter-title h4 {
    color: #F16722;
    font-size: 20px;
    font-weight: 500;
    margin-top: 8px;
}
/*style two*/
.style-two.counter-area {
    background: url(../images/resource/counter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    padding: 96px 0 47px;
}
.style-two .dreamit-single-counter-box { 
    margin-bottom: 30px;
    width: 118%;
}
.style-two .counter-icon {
    float: left;
    display: inline-block;
    z-index: 1;
    position: relative;
    overflow: visible;
    margin-right: 15px;
}
.style-two .counter-icon i {
    display: inline-block;
    font-size: 31px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
}
.style-two .counter-icon:before {
    position: absolute;
    content: "";
    top: -2px;
    left: -10px;
    bottom: 0;
    width: 85px;
    height: 85px;
    transform: rotate(-70deg);
    transition: .3s;
    background: url(../images/resource/coun.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.style-two .dreamit-single-counter-box:hover .counter-icon:before{
	transform:  rotate(-130deg);
}
.style-two .counter-content {
    overflow: hidden;
}
/*====================================================
--<	datatech Portfolio Area Css -->
======================================================*/

/* Portfolio Nav */
.portfolio_nav {
    margin-bottom: 50px;
}
.portfolio_menu ul {
    text-align: center;
    list-style: none;
}
.portfolio_menu ul li {
    display: inline-block;
    margin: 0 14px;
    cursor: pointer;
}
.portfolio_menu ul li a{
    display: block;
    color:#fff;
	text-transform:uppercase;
	position:relative;
	transition:.5s;
}
.portfolio_menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    height: 2px;
    width: 0%;
    background: #fff;
	transition:.5s;
}
.portfolio_nav ul li {
    border: medium none;
    font-size: 16px;
    line-height: 1;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 9px 15px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    margin: 0 3px;
    margin-bottom: 2px;
    display: inline-block;
    border-radius: 5px;
}
.portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item {
    color: #fff;
    background: #F16722;
}

/* Single Portfolio */
.single_portfolio {
    overflow: hidden;
    margin-bottom: 88px;
    transition: .5s;
    z-index: 1;
}
.single_portfolio_thumb {
	transition:.5s;
	position:relative;
}
.single_portfolio_thumb:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.60);
    top: 0;
    content: "";
    opacity: 0;
    transition: .5s;
}
.portfolio-icon {
    position: absolute;
    right: 38%;
    top: 16%;
    transition: .5s;
    opacity: 0;
}
.portfolio-icon a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    background: #fff none repeat scroll 0 0;
    color: #F16722;
    border-radius: 50%;
    margin-left: 5px;
    transition: .5s;
}
.single_portfolio_content {
    position: absolute;
    transition: .5s;
    right: 37px;
    bottom: 28px;
    left: 37px;
    background: #fff;
    margin: auto;
    padding: 20px 20px 22px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgb(32 43 76 / 10%);
}
.single_portfolio_content span {
    color: #F16722;
    margin: 0;
}
.single_portfolio_content h3 {
    margin: 5px 0 0;
    font-size: 20px;
}
.single_portfolio_content h3 a {
    display: inline-block;
     font-weight: 800;
}
.single_portfolio_thumb img {
    width: 100%;
}
.single_portfolio_content_inner span {
    color: #fff;
}
.single_portfolio a.portfolio-icon.venobox.vbox-item {
    display: block;
    margin-right: 35px;
    top: 0;
}
/* Portfolio Hover */
.portfolio_menu ul li a:hover:before {
    width: 100%;
}
.single_portfolio:hover .single_portfolio_thumb:before{
    background: rgba(0,0,0,0.60);
    opacity: 1;
}
.single_portfolio:hover .portfolio-icon{
    top: 28%;
    opacity: 1;
}
.portfolio-icon a:hover {
    background: #F16722;
    color: #fff;
}
.single_portfolio:hover .single_portfolio_content {
    bottom: 38px;
}
.single_portfolio_content h3 a:hover {
    color: inherit;
}

/*
<!-- ============================================================== -->
<!-- Start testimonial Area Css -->
<!-- ============================================================== -->*/
.client-area{
    margin-bottom: 100px;
}
.testimonial-area {
    background: url(../images/resource/testi.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding: 140px 0 100px;
}
.dreamit-single-testimonial-box {
    margin-bottom: 30px;
}
.testimonial-content {
    position: relative;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 32px 30px 50px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 40px;
    text-align: center;
    height: 545px;
}
.testi-icon i {
    display: inline-block;
    font-size: 40px;
    color: #F16722;
    margin-bottom: 26px;
}
.testimonial-thumb img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: auto;
    transform: scale(1.2);
}
.testi-titile h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 18px 0 0;
}
.testi-titile span {
    font-size: 16px;
    color: #F16722;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}
/*style two*/
.style-two.testimonial-area {
    background: #f1f6fc;
    padding: 87px 0 65px;
}
/*style-three*/
.style-three.testimonial-area {
    background: inherit;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding: 80px 0 90px;
}
/*
<!-- ============================================================== -->
<!-- datatech - contact Area Css -->
<!-- ============================================================== -->*/
.contact-us-area {
    background: #f3f6ff;
    padding: 100px 0 100px;
}
.contact-address-content {
    background: #f16722;
    padding: 40px 40px 66px;
}
.contact-location {
    border-bottom: 1px dashed #ffffff;
    padding: 22px 0 16px;
    display: flex;
    align-items: center;
}
.contact-icon i {
    font-size: 50px;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.contact-icon {
    float: left;
    margin-right: 25px;
}
.right-box {
    overflow: hidden;
}
.contact-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.contact-title p {
    color: #fff;
}
p.text-st {
    font-size: 19px;
}
.from-box input {
    height: 54px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    box-shadow: none;
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 16px;
}
.from-box textarea {
    height: 180px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    box-shadow: none;
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 16px;
}
.contact-button button {
    background: #F16722;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 14px 39px;
    border-radius: 7px;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
}
.contact-button button:hover {
    background: #173969;
}
/*style two*/
.style-two.contact-us-area {
    background: inherit;
    padding: 100px 0 100px;
}
.style-two .col-lg-7 {
    background: #f3f6ff;
}
.contact-bg {
    padding: 60px 15px 0 50px;
}
/*
<!-- ============================================================== -->
<!-- datatech - subscribe Area Css -->
<!-- ============================================================== -->*/
.background-sub {
    position: relative;
    background: #Fff;
    box-shadow: 2px 10px 50px rgb(158 158 158 / 25%);
    padding: 80px 50px 66px;
    border-radius: 10px;
    margin-top: -150px;
}
.dreamit-subscribe-box {
    text-align: center;
}
.sub-content-icon i {
    color: #f16722;
    font-size: 60px;
    display: inline-block;
}
.sub-content-title {
    margin-bottom: 52px;
}
.sub-content-title h4 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 45px;
}
.subscribe_form input {
    font-size: 14px;
    height: 65px;
    padding: 5px 25px;
    position: relative;
    width: 100%;
    background: #F6F6FC;
    border: 0;
    border-radius: 0;
    margin-bottom: 14px;
    margin: auto;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
}
.subscribe_form button {
    position: absolute;
    margin: auto;
    padding: 9px 43px;
    background: #F16722;
    color: #fff;
    border-radius: 5px;
    right: 57px;
    bottom: 73px;
    height: 52px;
    font-weight: 500;
}
.subscribe_form button:hover {
    color: #fff;
}
/*
<!-- ============================================================== -->
<!-- datatech-quick-button Area Css -->
<!-- ============================================================== -->*/
.quick-button-area {
    background: #000000;
    padding: 60px 0 50px;
}
.quick-button-title h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 800;
}
.quick-button-title p {
    font-size: 20px;
    color: #fff;
}
.quick-button-button a {
    display: inline-block;
    background: #F16722;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 11px 38px;
    border-radius: 30px;
    transition: .5s;
    border: 2px solid #F16722;
    margin-top: 30px;
}
.quick-button-button a:hover {
    border: 2px solid #F16722;
    background: transparent;
    color: #F16722;
}
/*
<!-- ============================================================== -->
<!-- datatech - Breatcome Area Css -->
<!-- ============================================================== -->*/
.breatcumb-area {
    padding: 215px 0 143px;
    background: #f1f6fc url(../images/slider/brid.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    position: relative;
}
.breatcumb-area:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(41,52,92,.0);
}
.breatcumb-title h2 {
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 0;
}
.breatcumb-content-text ul {
    display: inline-block;
    list-style: none;
}
.breatcumb-content-text ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #F16722;
    text-transform: uppercase;
}
.breatcumb-content-text ul li a {
    color: #F16722;
    text-transform: uppercase;
    display: inline-block;
}
.breatcumb-content-text ul li i {
    margin: 0 6px;
    display: inline-block;
}
/*====================================================
--<	datatech Contact Area Css -->
======================================================*/
/* .form_box textarea {
    border: 3px solid #43baff;
    color: #495057;
    background-color: #fff;
    width: 100%;
    height: 140px;
    padding: 12px 0 0 20px;
}
.form_box input {
    border: 3px solid #43baff;
    color: #495057;
    background-color: #fff;
    width: 100%;
    height: 65px;
    padding-left: 15px;
}
.quote_btn button {
    background: #43baff;
    color: #fff;
    width: 100%;
    height: 65px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
	transition:.5s;
}
.quote_btn button:hover{
	color:#fff;
} */

.contact-area {
    padding: 70px 0px 100px;
    background: #fff;
 }
 .contact-details{}
 .single-c-details {
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 15px #22222214;
    padding: 40px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 20px;
    margin-top: 30px;
 }
 .single-c-details:hover{
    background: #f16722;
 }
 .single-c-details:hover .contact-d-icon{
    border-right: 5px dashed #fff;
    border-bottom: 5px solid #fff;
 }
 .contact-d-icon {
    border: 5px dashed #ffffff;
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 50%;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
 }
 .single-c-details.active{
    background: #f16722;
    color:#fff;
 }
 .single-c-details.active .contact-d-icon i{
    background:#fff;
    color: #f16722;
 }
 .single-c-details.active .contact-d-content h3,
 .single-c-details.active .contact-d-content li{
    color:#fff;
 }
 .single-c-details.active .contact-d-btn a{
    background:#fff;
 }
 .single-c-details.active .contact-d-icon{
    border-right: 5px dashed #fff;
    border-bottom: 5px solid #fff;
 }
 .single-c-details:hover .contact-d-icon i{
    background:#fff;
    color: #f16722;
 }
 .contact-d-icon i {
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 45px;
    background: #f16722;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
 }
 .contact-d-content{}
 .single-c-details:hover .contact-d-content h3,
 .single-c-details:hover .contact-d-content li{
    color:#fff;
 }
 .contact-d-content h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
 }
 .contact-d-content li {
    font-size: 15px;
    color: #666;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
    list-style: none;
 }

 .single-c-details .contact-d-content li a{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
    color: #000;
 }

 .single-c-details.active .contact-d-content li a{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
    color: #fff;
 }

 .contact-d-btn {
    margin-top: 20px;
 }
 .single-c-details:hover .contact-d-btn a{
    background:#fff;
 }

 .single-c-details:hover .contact-d-content li a{
     color: #fff;
 }

 .single-c-details.active:hover .contact-d-content li a{
    color: #fff;
}
 .contact-d-btn a {
    background: #27355214;
    padding: 10px 25px;
    display: inline-block;
    color: #273552;
    font-size: 14px;
    border-radius: 4px;
 }
 .contact-d-btn a i {
    margin-right: 5px;
 }
 .contact-inner {
    /*margin-top: 100px;*/
 }
 .contact-inner .contact-img{}
 .ontact-inner-box{}
 .contact-c-title {
    margin-bottom: 30px;
 }
 .contact-c-title p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
 }
 .contact-c-title p::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #EAF0FF;
    border-radius: 50px;
    left: 0;
    top: 0;
 }
 .contact-c-title p::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: #f16722;
    border-radius: 100%;
    left: 0;
    top: 0;
    margin-top: 9px;
    margin-left: 9px;
 }
 .contact-c-title h3 {
    font-size: 35px;
    font-weight: 600;
 }
 /* .contact-form{} */
 .contact-form .form-group {
    margin-bottom: 30px;
 }
 .contact-form .form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    padding-left: 10px;
 }
 .contact-form .form-group input {
    width: 100%;
    height: 55px;
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    border-radius: 10px;
    background: #EAF0FF;
    font-weight: 500;
 }
 .contact-form .form-group input::placeholder{
     color: #000;
 }
 .contact-form .form-group textarea {
    width: 100%;
    height: 150px;
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    background: #EAF0FF;
    border-radius: 10px;
    font-weight: 500;
 }
 .contact-form .form-group textarea::placeholder{
     color: #000;
 }
 .contact-btn .button.theme-btn {
    padding: 10px 25px;
 }

 .theme-btn {
    padding: 12px 15px 14px 15px;
    border: 2px solid #3d65fb14;
    font-size: 15px;
    border-radius: 8px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-weight: 600;
}

.theme-btn:hover {
    border: 2px solid transparent;
    color: #fff;
    background: #3d65fb;
}

.theme-btn.primary {
    background: #f16722;
    border: 2px solid transparent;
    color: #fff;
    border-radius: 8px;
}

.theme-btn.primary:hover {
    background: #f16722;
    border: 2px solid transparent;
    color: #fff;
}

label {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

/*=========================
   techno Error Page Area Css
 =========================*/
.single_error_inner {
    text-align: center;
}
.single_error_inner h1 {
    font-size: 180px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 30px;
}
.single_error_inner h1 span {
    color: #43baff;
}
.single_error_inner h2 {
    padding-bottom: 16px;
    font-size: 28px;
}
.single_error_button {
    margin-top: 30px;
}
.single_error_button a {
    background: #fff;
    color: #43baff;
    padding: 11px 26px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    border:2px solid #43baff;
}
.single_error_button a:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background: #43baff;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1;
}
.single_error_button a:hover {
    color: #fff;
}
.single_error_button a:hover:before {
    width: 180%;
}


/*====================================================
--<	datatech Blog Area Css -->
======================================================*/
.blog_area{
	background: url(../images/resource/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.single_blog {
    overflow: hidden;
    transition: .5s;
    background: #fff;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.single_blog_content {
    overflow: hidden;
    padding: 25px 23px 25px;
    text-align: left;
}
.datatech_blog_meta {
    float: left;
}
.datatech_blog_meta a {
    display: inline-block;
    color: #616161;
    font-weight: 500;
    transition: .3s;
    position: relative;
}
.datatech_blog_meta a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #616161;
    top: 6px;
    right: -10px;
}
.post-categories a {
    display: inline-block;
    color: #616161;
    font-weight: 500;
    transition: .3s;
    margin-left: 23px;
}
.datatech_blog_meta a:hover, .post-categories a:hover {
    color: #F16722;
}
.blog_page_title h4 a {
    font-weight: 800;
    transition: .3s;
}
.blog_page_title h4 {
    font-size: 21px;
    margin: 8px 0 15px;
}
.blog_page_title a:hover {
    color: #F16722;
}
.button_two a {
    display: inline-block;
    border: 2px solid #F16722;
    color: #F16722;
    padding: 7px 21px;
    border-radius: 30px;
    font-weight: 700;
    margin-top: 8px;
    transition: .4s;
}
.button_two i {
    margin-left: 5px;
}
.button_two a:hover {
    background: #F16722;
    color: #fff;
}

/*====================================================
--< datatech Footer Middle Area Css -->
======================================================*/
.pricing-area.style-three {
    background: inherit;
}
.style-three .dreamit-single-pricing-box {
    padding: 31px 40px 50px;
    position: inherit;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: inherit;
    transition: .3s;
}
.style-three .pricing-title h3 {
    font-size: 30px;
    color: #F16722;
    font-weight: 800;
    position: inherit;
    padding-bottom: 25px;
}
.style-three .pricing-title h3:before {
    position: inherit;
    content: "";
    top: 45px;
    left: 0;
    right: 0;
    width: 25px;
    height: 4px;
    background: #fff;
    margin: auto;
}
.style-three .price-item {
    padding: 0 0 24px;
}
.style-three .pricing-title h3:after {
    position: inherit;
    content: "";
    top: 45px;
    left: 40px;
    right: 0;
    width: 5px;
    height: 4px;
    background: #fff;
    margin: auto;
    display: block;
}
.style-three .price-items-inner {
    padding: 2px 0 0;
}
.style-three .price-items-inner span {
    font-size: 20px;
    display: inline-block;
    font-weight: 500;
    color: #F16722;
}
span.top-tk {
    position: relative;
    font-size: 29px !important;
    top: -15px;
    font-weight: 700 !important;
}
.style-three .price-items-inner h1 {
    font-size: 60px;
    color: #F16722;
    display: inline-block;
    font-weight: 700;
}
.style-three .pricing-top-bar {
    position: inherit;
    background: inherit;
    padding-top: 0;
    text-align: center;
}
.style-three .pricing-boody-inner {
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    transition: .3s;
    padding: 30px 0 34px;
}
.style-three .pricing-boody-inner ul li {
    display: block;
    list-style: none;
    font-size: 17px;
    padding: 8px 0;
    transition: .3s;
}
.style-three .pricing-button a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #e6e6e6;
    padding: 12px 35px;
    border-radius: 3px;
    margin: 38px 0 0px;
    transition: .3s;
    color: #616161;
}
.style-three .dreamit-single-pricing-box:hover, .dreamit-single-pricing-box:hover .pricing-boody-inner, .dreamit-single-pricing-box:hover .pricing-button a {
    border-color: #F16722;
}
.style-three .dreamit-single-pricing-box:hover .pricing-button a { 
    background:#F16722;
    color: #fff; 
 }
 .style-three .dreamit-single-pricing-box1 {
    padding: 31px 40px 50px;
    position: inherit;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: inherit;
    transition: .3s;
    border-color: #F16722;
}
 .style-three .dreamit-single-pricing-box1 .pricing-boody-inner {
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    transition: .3s;
    padding: 30px 0 34px;
    border-color: #F16722;
}
.style-three .dreamit-single-pricing-box1 .pricing-button a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #e6e6e6;
    padding: 12px 35px;
    border-radius: 3px;
    margin: 38px 0 0px;
    transition: .3s;
    color: #fff;
    background: #F16722;
}
/*====================================================
--<	datatech Footer Middle Area Css -->
======================================================*/

.footer-middle {
	background: url(../images/resource/footer.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.datatech-logo {
    margin-bottom: 40px;
}
.company_icon i {
    font-size: 14px;
    height: 35px;
    width: 35px;
    line-height: 38px;
    background: #F16722;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: .5s;
    display: inline-block;
    margin-right: 6px;
}
.company_icon i:hover {
    background: #173969;
    color: #fff;
}
.menu-quick-link-content ul li{
    display: inline-block;
    list-style: none;
}
.menu-quick-link-content ul li{
    display: inline-block;
    padding-bottom: 13px;
    padding-left: 25px;
    font-size: 16px;
    position: relative;
    transition: .5s;
}
.menu-quick-link-content ul li:before {
    position: relative;
    content: "";
    left: 0;
    top: 13px;
    background: #F16722;
    width: 10px;
    height: 1px;
    font-size: 14px;
}
.menu-quick-link-content ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 13px;
    background: #F16722;
    width: 10px;
    height: 1px;
    font-size: 14px;
    z-index: 1;
}
.menu-quick-link-content ul li a {
    display: inline-block;
    font-size: 16px;
    color: #616161;
    transition: .5s;
}
.menu-quick-link-content ul li a:hover {
    color: #F16722;
}
.widget.widget-nav-menu h4 {
    font-size: 25px;
    margin-top: 20px;
}
.single-widget-item h4 {
    font-size: 25px;
    margin-top: 20px;
}

/*====================================================
--<	datatech Footer Bottom Area Css -->
======================================================*/
.footer-bottom {
    padding: 20px 0 0;
    border-top: 1px solid #eee;
}
.footer-bottom-content-copy p {
    color: #6d6d6d;
}
.footer_buttom_menu_inner ul {
    list-style: none;
    text-align: right;
}
.footer_buttom_menu_inner ul li {
    display: inline-block;
    margin: 0 12px;
}
.footer_buttom_menu_inner > ul > li > a {
    display: block;
    color: #6d6d6d;
    font-weight: 400;
    font-size: 16px;
    transition: .5s;
}
.footer_buttom_menu_inner > ul > li > a:hover {
    color: #F16722;
}


.footer-area {
    background: #000000;
    position: relative;
 }
 
 .footer-top-inner {
    padding: 40px 0px;
 }
 .single-widget {
    margin-top: 30px;
 }
 .footer-logo {
    margin-bottom: 15px;
 }
 
 .footer-logo img{
    width:220px;
 }
 
 .single-widget .widget-title {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 20px;
 }
 .single-widget .widget-title::before {
    position: absolute;
    content: "";
    width: 40%;
    height: 3px;
    background: #fff;
    bottom: 0;
    opacity: 0.1;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
 }
 .single-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    background: #f16722;
    bottom: 0;
    opacity: 1;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
 }
 .single-widget:hover .widget-title::after{
    width:40%;
 }
 .footer-about-widget {
    margin-top: 30px;
 }
 .single-widget.about-widget {
    padding-left: 30px;
 }
 .footer-about-btn {
    margin-top: 30px;
 }
 .footer-about-btn .theme-btn {
    padding: 15px 25px;
    text-transform: uppercase;
 }
 .footer-about-btn .theme-btn:hover {
    background: #fff;
    border: 2px solid transparent;
    color: #273552;
 }
 .single-widget.logo{}
 .footer-about-widget p {
    color: #fff;
 }
 .single-widget li {
    margin-bottom: 15px;
 }
 .single-widget li:last-child{
    margin:0;
 }
 .single-widget li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
 }
 
 .widget-footer-info a{
    display: block;
    color: #fff;
    margin-top:10px;
    transition: all .5s ease-in-out;
 }
 
 .widget-footer-info a:hover{
    color: #f16722;
    padding-left: 10px;
 }
 
 .widget-footer-info a i{
    margin-right: 5px;
 }
 
 .f-contact-widget{}
 .f-contact-inner{}
 .f-contact-inner li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 60px;
    padding-top: 15px;
 }
 .f-contact-inner{
     list-style: none;
 }
 .f-contact-inner li:last-child{
    margin:0;
 }
 .f-contact-inner li i {
    position: absolute;
    content: "";
    left: 0;
    width: 40px;
    height: 40px;
    background: #f16722;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 6px;
 }
 .f-contact-inner li:hover i{
    background: #ffffff;
    color: #000000;
 }
 .f-latest-post{}
 .single-f-post {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
 }
 .single-f-post:last-child{
    margin:0;
 }
 .f-post-img{}
 .f-post-img img {
    max-width: 80px;
    height: 80px;
    border-radius: 8px;
 }
 .f-post-content {
    margin-left: 15px;
 }
 .f-post-content h5{}
 .f-post-content h5 a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
 }
 .f-post-content h5 a:hover{
    color:#273552;
 }
 .f-post-date {
    color: #fff;
    font-size: 14px;
 }
 .f-post-date i {
    color: #273552;
    margin-right: 5px;
 }
 .footer-social{}
 .footer-social {
    margin-top: 30px;
 }
 .footer-social li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
 }
 .footer-social li:last-child{
    margin:0;
 }
 .footer-social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    background: #f16722;
    color: #fff;
    font-size: 15px;
    border-radius: 100%;
    box-shadow: 0px 5px 10px #22222212;
 }
 .footer-social li a:hover{
    background: #ffffff;
    color: #000000;
    padding:0;
    transform:translateY(-3px);
 }
 .app-store-img {
    margin-top: 20px;
 }
 .app-store-img img {
    margin-top: 10px;
 }
 .copyright {}
 .copyright-inner {
    border-top: 2px dashed rgba(255, 255, 255, 0.2);
    padding: 25px 0px;
 }
 .copyright-text {
    color: #fff;
    font-size: 15px;
 }
 .copyright-text a{
    color: #273552;
 }
 
 .footer-bottom-right{
    text-align: right;
 }
 
 .footer-bottom-right a{
    color: #fff;
    margin-left: 10px;
    font-size: 15px;
    font-weight: normal;
 }
 
 .footer-bottom-right img{
    margin-left: 10px;
    /* width: 100px; */
 }

 .footer-bottom-right img:nth-child(2){
     width: 70px;
 }

 .footer-bottom-right a:hover{
    color: #273552;
 }
 
 .politica-container{
     margin-top: 20px;
 }

 .politica-container .f-contact-inner li{
     margin-bottom: 0px;
 }

 .politica-container .f-contact-inner li a{
     color: #fff;
 }

 .politica-container .f-contact-inner li a:hover{
    color: #fff;
}
 /*=============================
    End Footer Area CSS
 ===============================*/
 
/*Floatings*/
.floatings-side{
    position: fixed;
    right: 0;
    bottom: 180px;
    z-index: 2;
}
.floatings-content{
    height: 60px;
    background-color: #000000;
    border-radius: 50px 0px 0px 50px;
    display: flex;
    align-items: center;
}

.floatings-button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    color: #fff;
}

.floatings-button i{
    width: 40px;
    height: 40px;
    padding: 2px;
    border-radius: 50%;
    background: #f16722;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-size: 30px;
    margin-right: 10px;
    color: #fff;
}

.floatings-button:hover{
    color: #fff;
}

.form-modal{
    display: none;
}

.cont-modal{
    width: 521px;
    background-color: #000;
    padding: 30px 20px;
}

.cont-modal p{
    font-size: 30px;
    line-height: 30px;
    margin-left: 25px;
    height: 50px;
    margin-bottom: 24px;
    color: white;
    text-transform: uppercase;
}

.cont-modal form{
    width:100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cont-modal form input{
    padding: 10px;
    background: #fff;
    width: 90%;
    font-size: 16px;
    line-height: 14px;
    outline: none;
    margin: 5px 5px 15px;
    border-radius: 3px;
    border: 0px;
    resize: none;
    display: block;
}

.cont-modal form a{
    width: 108px;
    padding: 10px;
    cursor: pointer;
    color: #616161;
    font-size: 14px;
    line-height: 14px;
    margin-right: 25px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    text-transform: uppercase;
    align-self: end;
}

.cont-modal form button{
    border: none;
    transition: all 0.3s ease-out 0s;
    width: 108px;
    padding: 10px;
    cursor: pointer;
    color: #616161;
    font-size: 14px;
    line-height: 14px;
    margin-right: 25px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    text-transform: uppercase;
    align-self: end;
}

.cont-modal form a:hover{
    background: #f16722;
    color: #fff;
}

.cont-modal form button:hover{
    background: #f16722;
    color: #fff;
}

.close-modal{
    position: absolute;
    top: 55px;
    right: 55px;
}

.close-modal i{
    font-size: 30px;
    color: white;
}

.fancybox-content{
    background-color: unset!important;
}

 .slick-current a.animated{
    color: #fff !important;
    background: #273552 !important;
 }
 
 .slick-current a.animated i{
    color: #fff !important;
 }

 @media screen and (max-width: 650px){
    .cont-modal {
        width: 321px;
    }
 }

 @media screen and (max-width: 375px){
    .cont-modal {
        width: 261px;
    }

    .cont-modal p {
        font-size: 22px;
    }
 }

 @media screen and (max-width: 320px) {
    .cont-modal {
        width: 221px;
        padding: 30px 0px;
        margin-top: 20px;
    }

    .close-modal {
        top: 70px;
    }
 }
 
 /* Form Loader */
 @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
 }
 
 .form-loader.active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
 }
 
 .form-loader.active .loader__content {
    display: block;
 }
 
 .loader__content {
    border: 7px solid #ffffff; /* Spin BG Color */
    border-top: 7px solid #273552; /* Spin Color */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.3s ease-in-out infinite;
    display: none;
 }
 
 #alert-toast{
    z-index: 50;
 }


/*====================================================
--<	datatech Blog Details Area Css -->
======================================================*/
.blog-details-area {
    background: #fff;
}
.datatech-blog-thumb img {
    transform: scale(1.01);
    transition: .5s;
    width: 100%;
}
.datatech-single-blog.admin:hover .datatech-blog-thumb img {
    transform: scale(1.2);
}
/* Blog Details  Content CSS */
.blog_details_top_title {
    border-left: 5px solid #43baff;
    padding-left: 30px;
}
.blog_details_top_title h2 {
    font-size: 30px;
}
.datatech-blog-meta-left span {
    font-weight: 600;
    margin-right: 25px;
}
.blog_details_men_name {
    position: relative;
    margin-left: 70px;
}
.blog_details_men_name::before {
    position: absolute;
    left: -65px;
    content: "";
    top: 10px;
    height: 3px;
    width: 40px;
    background: #43baff;
}
.blog_details_thumb img {
    width: 100%;
}
.blog_dt_title h4 {
    font-weight: 700;
}
.blog_dtl_thumb img {
    width: 100%;
}
.datatech-blog-meta-left i {
    margin-right: 10px;
}
.blog_details_dtn_icon a i {
    border: 1px solid #e6e6e6;
    color: #565872;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}
.blog_details_dtn_icon a i:hover {
    background: #43baff;
    border-color: #43baff;
    color: #fff;
}
.blog_details_tp_dex p {
    font-size: 18px;
}
.blog_details_tp_dex p i {
    color: #43baff;
}
.blog_details_popular_tag p span {
    font-weight: 800;
    color: #001d23;
}
.Popular_tage_share {
    float: left;
}
.Popular_tage_share p span {
    font-weight: 800;
    color: #001d23;
}
.blog_details_popular_icon a {
    font-size: 15px;
    color: #6d6d6d;
    margin: 0 5px;
    display: inline-block;
	transition:.5s;
}
.blog_details_popular_icon a:hover {
    color: #43baff;
}
.blog_details_author {
    background: #f8f8f8;
    overflow: hidden;
    padding: 40px 30px 40px;
}
.blog_details_author_thumb {
    float: left;
}
.blog_details_author_thumb img {
    height: 150px;
    width: 150px;
}
.blog_details_author_social_profile a {
    font-size: 15px;
    display: inline-block;
    margin-right: 12px;
	color:#43baff;
	transition:.5s;
}
.blog_details_author_social_profile a:hover {
	color:#ef6330;
}

.blog_details_author_content p {
    padding-top: 10px;
}
.blog_details_author {
    background: #f8f8f8;
    overflow: hidden;
    padding: 40px 30px 40px;
    border-left: 5px solid #43baff;
}
.blog_details blockquote {
    margin: 37px 0 36px;
    font-size: 14px;
    border-left: 7px solid #43baff;
    background: #f7fafd;
    font-style: italic;
    font-weight: 500;
    padding: 25px 35px 15px;
}
.signatures {
	text-align: right;
	font-weight: 600;
	font-style: italic;
	font-size: 15px;
}
/* POST REPLY CSS */

.commentst_content p {
    color: #0d1218;
}
.comments_thumb {
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.commentst_content {
	overflow: hidden;
}
.blog_comments_section .post_meta span {
    font-weight: 600;
    padding-left: 15px;
    color: #777777;
    font-size: 15px;
}
.blog_comments_section .post_meta span:hover {
	color: #03a9f4;
}
.blog_comments_section .post_meta span:last-child:before {
	display: none;
}
.commentst_meta_reply i {
    margin-left: 10px;
    color: #43baff;
}
.commentst_meta_reply {
    font-size: 18px;
    font-weight: 600;
    color: #616161;
}
.single_commentst_inner .commentst_meta_reply {
    color: #03a9f4;
}
.commentst_meta_reply:hover {
	color: #03a9f4;
}
.single_commentst_inner {
	margin-bottom: 44px;
	margin-top: 46px;
	padding-left: 63px;
}
.badmin i {
	margin-right: 3px;
}

/* COMMENT FORM CSS */
.reply_ttl {
	margin-bottom: 36px;
}
.blog_reply .em_contact_form {
	margin-bottom: 0;
}
.blog_reply .contact_bnt button:hover {
	background: #0D2352;
	color: #fff;
}
/* contact title css */
.request_form_title h2 {
	color: rgba(221, 221, 221, 0.79);
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 47px 0 7px;
}
.request_form_title h1 {
	color: rgba(255, 255, 255, 1);
	font-size: 35px;
	font-weight: 700;
	padding-bottom: 40px;
	text-transform: uppercase;
	margin: 0;
}

/* datatech Form Css */
.blog_reply_coment_dtl {
    background: #f8f8f8;
    padding: 25px 45px 30px;
}
.blog_reply_coment_dtl .contact_from {
    padding: 0;
}
.blog_reply_coment_dtl .form_box textarea {
    border: 3px solid #43baff;
    color: #495057;
    background-color: #fff;
    width: 100%;
    height: 140px;
    padding: 12px 0 0 20px;
}
.blog_reply_coment_dtl .form_box input {
    border: 3px solid #43baff;
    color: #495057;
    background-color: #fff;
    width: 100%;
    height: 65px;
    padding-left: 15px;
}
.blog_reply_coment_dtl .quote_btn button {
    background: #43baff;
    color: #fff;
    width: 100%;
    height: 65px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
}
.blog_reply_coment_dtl .form_box input:focus,
.blog_reply_coment_dtl .form_box textarea:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.paginations {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 28px;
}
.page-numbers li {
    display: inline-block;
}
.paginations a, .page-numbers span.current {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: auto 5px;
    border: 1px solid #ddd;
    color: #888;
}
.paginations a:hover, .paginations a.current, .page-numbers span.current {
    background: #43baff;
    border-color: #43baff;
    color: #fff;
}
.wedget_sideber_thumb img {
    width: 100%;
}
.widget_about_thumb{
	text-align:center;
}
.widget_about_content{
	text-align:center;
}
.widget_about_content h5 {
    font-weight: 700;
    padding-bottom: 3px;
}
.widget_about_icon{
	text-align:center;
}
.widget_about_icon a {
    display: inline-block;
    margin: 0 3px;
}

#scrollUp {
    background: #F16722;
    bottom: 80px;
    color: #fff;
    font-size: 35px;
    height: 65px;
    line-height: 65px;
    right: 100px;
    text-align: center;
    width: 65px;
    border-radius: 50%;
}
/*====================================================
--<	Techno Animate Css -->
/* 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; }


@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
	
	
@-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);
  }
}

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

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

/*FontAwesome Icon*/
.fa-t-22{
   padding-top: 22px;
}
.fa-l-8{
   padding-left: 8px;
}
.fa-l-6{
   padding-left: 6px;
}

/* Form Loader */
@keyframes spin {
   0% { transform: rotate(0deg); }
   100% { transform: rotate(360deg); }
}

.form-loader.active {
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-color: rgba(0, 0, 0, 0.6);
   z-index: 999;
   display: flex;
   justify-content: center;
   align-items: center;
   visibility: visible;
   opacity: 1;
}

.form-loader.active .loader__content {
   display: block;
}

.loader__content {
   border: 7px solid #ffffff; /* Spin BG Color */
   border-top: 7px solid #f16722; /* Spin Color */
   border-radius: 50%;
   width: 60px;
   height: 60px;
   animation: spin 1.3s ease-in-out infinite;
   display: none;
}

#alert-toast{
   z-index: 50;
   left: 0; 
   bottom: 0;
}

.modal{
    z-index: 999999;
}

.modal.fade .modal-dialog {
    transform: translate3d(0, 100vh, 0);
}
  
.modal.in .modal-dialog {
    transform: translate3d(0, 0, 0);
}

.modal.show .modal-dialog {
    transform: translate3d(0, 0, 0);
}

.modal .modal-title{
    margin-top: -5px;
}

.modal .modal-header .close{
    opacity: 1;
    text-shadow: none;
}

.modal .modal-body p{
    width: 100%;
    padding: 0px 12px 5px 12px;
    border-bottom: 1px solid lightgray;
}

.modal .modal-body p a{
    width: 100%;
    display: inline-block;
    color: black !important;
}

.modal .modal-body p a img{
    margin-top: -4px;
    margin-left: -13px;
}

.modal .modal-body p a span{
    float: right;
    margin-right: -10px;
}