#page {
    padding: 8px 8px 8px 8px;;
    margin: 0px;
    clear: both;
    font-size: 14px;
    text-align:left;
	line-height:30px;
	display:inline-block;
}
#page span.text {
    border: #CCCCCC 1px solid;
    padding: 5px 0 5px 0;
    margin: 2px;
    color: #666666;
    font-size: 14px;
	width:120px;
	border-radius:10px;
	    text-align:center;
 display:inline-block;
}
#page  a{
    border: #CCCCCC 1px solid;
    padding: 5px 0 5px 0;
    margin: 2px;
    color: #FF532F;
    font-size: 14px;
	background:#293E69;
	width:100px;
	border-radius:10px;
    text-align:center;
	display:inline-block;
}
#page  div{
 padding: 5px 0 5px 0;
    margin: 2px;
	width:100px;
	border-radius:10px;
 line-height:30px;
    text-align:center; 
	display:inline-block;
}
.skills-section {
    background: transparent url(assets/images/call1.jpg) center center/cover repeat fixed;
    padding-top: 145px;
    padding-bottom: 130px;
}
.skills-content h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.skills-content h1 {
    color: #fff;
    font-weight: 700;
}
.header-top-menu {
    padding-top: 11px;
    background: #303133;
    z-index: 2;
    position: relative;
    padding-bottom: 11px;
}
.header-top-addres-icon i {
    color: #fff;
    font-size: 24px;
    display: inline-block;
}
.header-top-address {
    float: right;
}
.header-top-address ul {
    display: inline-block;
}
.header-top-address ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.header-top-address ul li {
    display: inline-block;
    margin-left: 37px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.header-top-address ul li a span {
    margin-right: 9px;
    font-size: 20px;
    display: inline-block;
    color: #E4F1F9;
}
.header-top-address ul li span i {
    margin-right: 8px;
}
.header-top-social span {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.7px;
}
.header-top-icon i {
    color: #fff;
    margin-right: 10px;
}
.header-top-social-time span {
    color: #fff;
}
/*=================================//
    style-two-header-top-area
===================================*/
.header-top-social-address ul {}
    /*--=====================================
    ----------start sub menu---------------
    -========================================*/
.header-menu .sub-menu {
    height: auto;
    width: 240px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0, 0,0.2);
    position: absolute;
    text-align: left;
    top: 80px;
    transition: .3s;
    opacity: 0;
    left: 0;
    visibility: hidden;
    border-radius: 7px;
    padding: 15px 10px;
    border-bottom: 4px solid#FF532F;
}
.header-area  .sub-menu ul li {
    display: block;
    margin-bottom: -40px;
}
.header-area .sub-menu ul li a {
    position: relative;
    color: #616161!important;
    margin: 5px 0px 8px 20px;
    font-weight: 500;
    font-size: 12px;
    padding-top: 11px;
    letter-spacing: 0;
}
.header-menu ul li:hover .sub-menu {
    top: 63px;
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.header-menu ul li{
    padding-bottom:40px; 
}
.header-area .sub-menu ul li a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 5%;
    background: #5a49f8!important;
    right: 0;
    top: 32px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.header-area .sub-menu ul li a:hover {
    /*margin-left: 10px;*/
    color: #FF532F!important;
}
.sticky-nav.header-area .sub-menu ul li a:hover {
    margin-left: 30px;
    color: #FF522E!important;
}
.header-area .sub-menu ul li a:hover:before{
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0!important;
}
/*--=================================
	start-header-area
=====================================*/
.header-area {
    position: relative;
    z-index: 2;
    padding-left: 88px;
    padding-right: 55px;
    padding-top: 6px;
    background: transparent;
    margin-bottom: -113px;
}
.header-menu {
    text-align: right;
}
.sticky-nav .header-button a {
	background: transparent;
	border: 1px solid #fff;
}
.header-menu ul {
	display: inline-block;
}
.header-menu ul li {
	list-style: none;
	display: inline;
    position: relative;
}
.header-menu ul li a {
    display: inline-block;
    font-size: 16px;
    margin: 44px 6px;
    text-transform: uppercase;
    font-weight: 600;
    color: #57575b;
    transition: .5s;
    position: relative;
    padding-right: 40px;
    letter-spacing: 2px;
}
.header-menu ul li a:hover {
    color: #ff522e;
}
.sticky-nav .header-menu ul li a {
    color: #2D476C;
}
.sticky-nav .header-menu ul li a:hover {
    color: #fff;
}
.sticky-nav .header-menu .sub-menu ul li a{
	color:#000;
}
.header-menu ul li a i {
    opacity: 0.5;
    font-size: 10px;
    position: relative;
    left: 5px;
}
.header-button {
    display: inline-block;
    margin-left: 69px;
}
.header-button a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.5s;
    margin-left: 2px;
    background: #d0312c;
    padding: 20px 47px;
    font-weight: 500;
}
.header-button a:hover {
	background: #00247E;
	color: #fff;
}
.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    position: fixed!important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: .5s !important;
    background: #F0F5F9;
    z-index: 333;
}
.sticky-nav .header-button a {
    color: #279e64;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.5s;
    margin-left: 2px;
    background: #fff;
    padding: 20px 47px;
    font-weight: 500;
    transition: .5s;
}
.header-icon a i {
    font-size: 29px;
}
.sticky-nav .header-button a:hover{
    background:#00247E;
    color: #fff; 
}
.header-area.transparent{
    position: relative;
    z-index: 2;
    margin-bottom: -88px;
}
/* Mobile Menu */
.logo-txt::before {
  content:"AILATA";
  text-transform: uppercase;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top:17px;
  left:20px;
  display:none;
}
.menu-toggle{
display: none;
}
.menu-toggle .open_bar,
.menu-toggle .close_bar {
color: #fff;
font-size: 20px;
font-weight: 900;
right: 30px;
position: absolute;
top: 16px;
cursor: pointer;
}
.menu-toggle .close_bar{
display: none;
}
.menu-toggle.closee .open_bar{
display: none !important;
}
.menu-toggle.closee .close_bar{
display: block !important;
}
span.mobile-menu-icon {
    display: none;
}
.header-icon {
    height: 60px;
    width: 80px;
    line-height: 25px;
    background: #FF532F;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
	font-size:18px;
}
.header-icon a{
     
    line-height: 30px;
    text-align: center;
    color: #fff;
 	font-size:14px;
}
/*header-area-style-two*/
.header-area.style-two {
    padding-left: 73px;
    padding-right: 64px;
}
.header-area.style-two .header-menu ul li a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
}
.header-area.style-two .header-menu .sub-menu ul li a{
    letter-spacing: 0;
}
.header-area.style-two .header-menu ul li a:before {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    border: 1px solid#f00;
    top: -41px;
    left: -20px;
    border-radius: 5px;
    background: #FF532F;
    opacity: 0;
    transition: .5s;
}
.header-area.style-two .header-menu ul li a:hover:before {
    opacity: 1;
}
.header-area.style-two .header-right-menu {
    position: relative;
    right: 7px;
}
.header-area.style-two .header-icon a i {
    left: 0px;
}
.header-area.style-two .sub-menu ul li {
    display: block;
    margin-bottom: -40px;
    position: relative;
    overflow: hidden;
}
.header-area.style-two .sub-menu ul li:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 2px;
    width: 5px;
    background-image:linear-gradient( to right, #2D4B8B, #FF532F);
    transition: .5s;
    opacity: 0;
}
.header-area.style-two .sub-menu ul li:hover:before{
    opacity: 1;
    width: 151px;
    transform: scale(1.1);
}
.header-area.style-two .header-menu ul li a:before {
    display: none;
}
.header-area.style-two .header-menu ul li a:hover {
    color: #0A2769;
}
.header-area.style-two .search-box-btn.search-box-outer i {
    color: #fff;
}
.header-area.style-two .header-icon a {
    background: #fff;
}
.header-area.style-two .header-icon a {
    background: #fff;
    color: #0A2769;
    font-size: 28px;
}
.header-area.style-two .sticky-nav {
    background: #fff;
    z-index: 333;
}
.header-area.style-two.sticky-nav .header-menu ul li a {
    color: #2D476C;
}
.stiky-logo {
    display: none;
}
.sticky-nav .stiky-logo {
    display: block;
}
.sticky-nav .main-logo {
    display: none;
}
img.active {
    filter: brightness(000)invert(0);
}
.sticky-nav .search-box-btn.search-box-outer i {
    color: #FF532F!important;
}
.header-area.style-two.sticky-nav .search-box-btn.search-box-outer i {
    color: #258BE8!important;
}
/*style three*/
.header-area.style-three {
    padding-left: 66px;
    padding-right: 3px;
    padding-top: 0px;
}
.header-area.style-three .sub-menu ul li {
    display: block;
    margin-bottom: -40px;
    position: relative;
    overflow: hidden;
}
.header-area.style-three .header-menu .sub-menu ul li a {
    margin: 0 0;
}
.header-area.style-three .header-menu .sub-menu ul li a {
    margin: 5px 13px;
    letter-spacing: 0;
}
.header-area.style-three .header-menu .sub-menu ul li a:hover{
    margin-left: 30px;
}
.header-area.style-three .sub-menu ul li:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 2px;
    width: 5px;
    background-image:linear-gradient( to right, #2D4B8B, #FF532F);
    transition: .5s;
    opacity: 0;
}
.header-area.style-three .sub-menu ul li:hover:before{
    opacity: 1;
    width: 151px;
    transform: scale(1.1);
}
.header-area.style-three .header-src-btn {
    margin-top: -8px;
    right: 144px;
}
.header-area.style-three .header-icon a i {
    top: 3px;
    left: 7px;
    font-size: 38px;
}
.header-area.style-three .header-icon a {
    height: 104px;
    width: 98px;
    line-height: 123px;
    background-image: linear-gradient( to right, #12AADB, #695CD2);
    color: #fff;
    border-radius: 0;
    margin-right: -13px;
    margin-top: -15px;
    font-size: 35px;
}
.header-area.style-three .header-menu ul li a:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 2px;
    top: 46px;
    left: -1px;
    border-radius: 5px;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    border:none;
}
.header-area.style-three .header-menu ul li a {
    margin: 41px 7px;
}
.header-area.style-three .header-menu ul li a:hover:before {
  opacity: 1;
  width: 58px;
}
.header-area.style-three .header-menu ul li a {
    color: #fff;
    font-weight: 400;
}
.header-area.style-three .sub-menu ul li a::before {
  position: relative;
  z-index: 1;
}
.header-area.style-three .sub-menu ul li a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 15px;
    background: #f00!important;
    left: -18px;
    top: 18px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.header-area.style-three .sub-menu ul li a:hover:before{
    opacity: 1;
}
.header-area.style-three .header-menu ul li {
    margin-right: 1px;
}
.header-area.style-three .search-box-btn.search-box-outer i {
    color: #fff;
}
 .header-area.style-three.sticky-nav .header-menu ul li a {
    color: #3396D9!important;
}
 .header-area.style-three.sticky-nav .header-menu ul li a:hover {
    color: #7D55D2!important;
}
.header-area.style-three.sticky-nav .header-menu ul li a:before {
    background: #3394D8;
}
.header-area.style-three.sticky-nav .header-menu ul li a:hover:before {
  opacity: 1;
  width: 58px;
}
.header-area.style-three.sticky-nav .header-icon a {
    height: 100px;
    margin-right: -13px;
    margin-top: 1px;
}
.header-area.style-three.sticky-nav .header-src-btn {
    margin-top: 0px;
}
.header-area.style-three.sticky-nav .search-box-btn.search-box-outer i {
    color: #5371D5!important;
}
/*style four*/
.header-area.style-four {
    padding-left: 79px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    margin-bottom: -109px;
    border-bottom: 1px solid#fff;
}
.header-area.style-four .header-icon a i {
    font-size: 37px;
}
.header-area.style-four .sub-menu ul li {
    display: block;
    margin-bottom: -40px;
    position: relative;
    overflow: hidden;
}
.header-area.style-four .sub-menu ul li:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 2px;
    width: 5px;
    background-image:linear-gradient( to right, #2D4B8B, #FF532F);
    transition: .5s;
    opacity: 0;
}
.header-area.style-four .sub-menu ul li:hover:before{
    opacity: 1;
    width: 151px;
    transform: scale(1.1);
}
.header-area.style-four .header-src-btn {
    margin-top: 1px;
    right: 144px;
}
.header-area.style-four .header-menu ul li a:hover {
    color: #FF532F!important;
}
.header-area.style-four .header-icon a {
    height: 101px;
    width: 102px;
    line-height: 104px;
    background: #FF532F;
    color: #fff;
    border-radius: 0;
    margin-right: -13px;
    margin-top: -1px;
    font-size: 35px;
}
.header-area.style-four .header-menu ul li a:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 70px;
    border: 1px solid#f00;
    top: 60px;
    left: -3px;
    border-radius: 5px;
    background: #FF532F;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    transform: scale(0);
}
.header-area.style-four .header-menu ul li a:hover:before {
    transform: scale(1.1);
    opacity: 1;
}
.header-area.style-four .sub-menu ul li a:before {
   display: none;
}
.header-area.style-four img.active {
    filter: none;
}
/*====================================*
    slider area
/*====================================*/
.slider-area {
    background: url("assets/images/bg-1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 980px;
    padding-left: 172px;
    padding-right: 76px;
    position: relative;
    z-index: 99999!important;
}
.slider-content {
    position: relative;
    margin-top: 84px;
}
.slider-content h1 {
    font-size: 60px;
    font-weight: 700;
    color: #2F4870;
    margin: 0;
    letter-spacing: 3px;
}
.slider-content span {
    color: #FF5230;
}
.slider-content p {
    color: #707175;
    font-size: 18px;
    line-height: 1.7;
    margin: 12px 0 42px;
    width: 73%;
}
.slider-button {
    display: inline-block;
}
.slider-button a {
    display: inline-block;
    padding: 23px 68px;
    background: #FF532F;
    text-transform: capitalize;
    letter-spacing: 1.4px;
    border-radius: 5px;
    transition: .5s;
    position: relative;
    color: #fff;
}
.slider-button a:hover {
    background-image: linear-gradient( to right,  #02B4FE, #27395D);
}
.slider-thumb {
    position: relative;
}
.slider-img {
    position: absolute;
}
.slider-img.shape1{
    top: 38%;
    left: -131px;
}
.slider-img.shape2 {
    right: 7%;
    top: 70%;
}
.slider-img.shape3 {
    top: 10%;
    right: 12%;
}
.slider-img.shape4 {
    right: 26px;
    top: 30%;
}
.slider-img.shape5 {
    bottom: 49px;
    left: -23%;
}
.slider-img.shape6 {
    top: 14px;
    left: -74px;
}
.social-address {
    position: relative;
    margin-left: -99px;
    top: 123px;
}
.social-address ul li {
    display: inline-block;
    margin-right: 63px;
}
.social-address ul li a {
    color: #24436F;
    display: inline-block;
    transition: .5s;
    letter-spacing: 1px;
    font-size: 14px;
}
.social-address ul li a:hover {
    color: #FF5027;
}
.slider_list .owl-next{
    right: -61px;
    top: -539px;
     transition: .5s;
}
.slider_list .owl-prev {
    left: -60px;
    top: -539px;
    transition: .5s;
}
.slider_list:hover .owl-prev{
    left: 80px;
    transition: .5s;
}
.slider_list:hover .owl-next{
    right: 80px;
    transition: .5s;
}
.slider_list .owl-next:hover {
    background-image: linear-gradient(108deg, #03B0F9 0%, #FF522E 61%);
}
.slider_list .owl-prev:hover {
    background-image: linear-gradient(108deg, #03B0F9 0%, #FF522E 61%);
}
/*video*/
.rs-video {
    display: inline-block;
    position: relative;
    top: -45px;
    left: 78px;
}
 .rs-video .animate-border a {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.animate-border a i {
    color: #fff;
}
.rs-video .animate-border .video-vemo-icon {
    background-image: linear-gradient(12deg, #FF532F 0%, #2A466B 100%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.rs-video .animate-border .video-vemo-icon:before {
    content: "";
    border: 2px solid #FF532F;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.rs-video .animate-border .video-vemo-icon:after {
    content: "";
    border: 2px solid #FF532F;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* ==========================================
            start banner area 
=========================================*/
.banner-area {
    background: url("assets/images/02-iot-1.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 980px;
    position: relative;
}
.banner-content h1 {
    font-size: 90px;
    font-weight: 700;
    color: #fff;
    position: relative;
    text-shadow: 3px 8px 0px #000;
}
.banner-content p {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    margin: 14px 0 33px;
    width: 90%;
    letter-spacing: 1px;
    font-weight: 300;
}
.banner-button {
    position: relative;
    display: inline-block;
}
.banner-button a {
    padding: 23px 53px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    color: #002F59;
    font-weight: 700;
    display: inline-block;
    background: #fff;
    letter-spacing: 1px;
    transition: .5s;
}
.banner-button:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: -5px;
    bottom: -5px;
    background: #042E68;
    transition: .5s;
}
.banner-button:hover:after{
    right: 0px;
    bottom: 0px;
}
/*sstyle-two*/
.banner-area.style-two {
    background: url("assets/images/hero-bg-1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 980px;
    position: relative;
    padding-left: 192px;
    padding-right: 223px;
    z-index: 1;
}
.banner-area.style-two .banner-content h1 {
    font-size: 60px;
    text-shadow: none;
    letter-spacing: 2.7px;
}
.banner-area.style-two .banner-content p {
    margin: 26px 0 42px;
    width: 87%;
    font-weight: 300;
}
.banner-area.style-two .banner-button:after {
 display: none;
}
.banner-area.style-two .banner-button a {
    padding: 27px 59px;
    color: #fff;
    font-weight: 400;
    background: none;
    letter-spacing: 2px;
    background-image: linear-gradient( to right, #7D4BD0, #02B8DD);
    font-size: 18px;
    transition: .5s;
}
.banner-area.style-two .banner-button a:hover{
    background-image: linear-gradient( to right, #02B8DD, #7D4BD0);
}
canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
}
/*banner video section*/
.banner-video {
    display: inline-block;
}
.banner-area.style-two .rs-video .animate-border .video-vemo-icon {
    background-image: linear-gradient(142deg, #7D4BD0 6%, #10B3DC 100%);
}
.banner-area.style-two .rs-video .animate-border .video-vemo-icon:before {
    border: 2px solid #7D4BD0;
}
.banner-area.style-two .rs-video .animate-border .video-vemo-icon:after {
    border: 2px solid #7D4BD0;
}
/*bannerstyle three*/
.banner-area.style-three {
    background: url("assets/images/hero-bg-1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 980px;
    position: relative;
    padding-left: 192px;
    padding-right: 223px;
    z-index: 1;
}
.banner-area.style-three .banner-content h1 {
    font-size: 60px;
}
.banner-area.style-three .banner-button a {
    color: #fff;
    background-image: linear-gradient( to right, #7D4BD0, #02B8DD);
}
.banner_list .owl-prev {
    left: -54px;
    top: -539px;
    background-image: linear-gradient( to right, #7D4BD0, #02B8DD);
    transition: .5s;
}
.banner_list .owl-next {
    right: -54px;
    top: -539px;
    background-image:linear-gradient( to right, #7D4BD0, #02B8DD);
    transition: .5s
}
.banner_list:hover .owl-prev{
    left:80px;
    transition: .5s;
}
.banner_list:hover .owl-next{
    right:80px;
    transition: .5s;
}
.banner_list .owl-next:hover{
    background-image: linear-gradient(160deg, #02B8DD 0%, #7D4BD0 100%);
}
.banner_list .owl-prev:hover{
    background-image: linear-gradient(160deg, #02B8DD 0%, #7D4BD0 100%);
}

/* ==========================================
            start feature area 
=========================================*/
.feature-area{
    position: relative;
}
.single-feature-box {
    text-align: center;
    transition: .5s;
    margin-bottom: 30px;
    position: relative;
}
.feature-thumb {
    height: 149px;
    width: 149px;
    line-height: 149px;
    text-align: center;
    background: #C6CAD3;
    border-radius: 50%;
    margin: auto;
    background-image: linear-gradient(160deg, #E7E8EC 0%, #BDC1CC 100%);
    position: relative;
}
.feature-thumb:before {
 /*
    content: "";
    position: absolute;
    left: -18px;
    top: -6px;
    height: 163px;
    width: 166px;
    border: 1px dashed #c9cdd4;
    border-radius: 100%;
 */
}
.feature-content {
    padding: 0 39px;
}
.feature-title h2 {
    font-size: 18px;
    color: #2A466B;
    margin: 43px 0 13px;
    transition: .5s;
    letter-spacing: 1px;
}
.feature-title h2:hover {
    color: #EE5438;
}
.feature-content-text p {
    line-height: 1.9;
    font-size: 14px;
    color: #323232;
    font-weight: 500;
}
.single-feature-box:hover .feature-thumb{
    background-image: linear-gradient(360deg, #FE5F3F 0%, #FFE8E2 100%); 
}
.single-feature-box:hover .feature-thumb img{
   filter: brightness(0)invert(1); 
}
.single-feature-box:hover .feature-thumb:before{
    border: 1px dashed #FE846B; 
}
.single-feature-box:hover .feature-title h2{
    color: #EE5438;
}
.feature-img.shape {
    position: absolute;
    top: 123px;
    left: -40px;
}
.feature-img.shape2 {
    position: absolute;
    right: 61px;
    top: 45%;
}
/* ==========================================
            start about area 
=========================================*/
.about-area{
    position: relative;
}
.about-thumb {
    position: relative;
}
.about-img {
    position: absolute;
}
.about-thumb img {
    width: 80%;
}
img.rotate {
    left: -64px;
    width: 100%;
    top: -64px;
    position: absolute;
}
.about-img.shap1 {
    top: 55px;
    left: -89px;
}
.about-img.shap2 {
    top: -26px;
    right: 13px;
}
.about-img.shap3 {
    right: -16%;
    bottom: 30%;
}
.about-img.shap4 {
    right: 21%;
    bottom: -29%;
}
.about-img.shap3 img {
    width: 50%;
}
.about-img.shap4 img {
    width: 63%;
}
.about-img.shap5 img {
    width: 41%;
}
.about-img.shap5 {
    left: -15%;
    top: 39%;
}
.about-img.shap6 img {
    width: 18%;
}
.about-img.shap6 {
    top: 0%;
    left: 14%;
}
.about-img.shap7 img {
    width: 18%;
}
.about-img.shap7 {
    top: 21%;
    right: -6%;
}
.about-img.shap9 {
    left: 0%;
    bottom: 0%;
}
.about-img.shap9 img {
    width: 18%;
}
.about-img.shap9 img {
    width: 18%;
}
.about-img.shap9 {
    left: 0%;
    bottom: 12%;
}
.about-img.shap10 {
    top: -7%;
    left: 33%;
}
.about-img.shap10 img {
    width: 35%;
}
.about-img.shap11 {
    left: -40%;
    top: 44%;
}
.about-img.shap11 img {
    width: 100%;
}
.about-shape.img {
    position: absolute;
    top: 106px;
    right: 114px;
    z-index: -1;
}
.progress {
    display: flex;
    height: 5px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    margin-bottom: 10px;
    background: #FC532A;
    width: 87%;
}
.bg-success {
    background-color: #e9ecef!important;
}
.bg-info {
    background-color: #e9ecef!important;
}
.dreamit-section-sub-title h5 {
    color: #ff522e;
    letter-spacing: 5px;
    font-family: 'Roboto';
    font-size: 18px;
    margin: 0;
}
 .dreamit-section-main-title h2 {
    color: #2A466B;
    font-size: 48px;
    margin: 12px 0 4px;
    letter-spacing: 3px;
    font-weight: 700;
}
 .about-area .dreamit-section-main-title h2 {
    color: #2A466B;
    font-size: 22px;
    margin: 12px 0 18px;
    letter-spacing: 3px;
    font-weight: 700;
}

.about-area .dreamit-section-content-text p {
    line-height: 1.9;
    color: #303030;
    width: 83%;
    margin-bottom: 48px;
    font-size: 14px;
}
.proces-title h3 {
    color: #2A466B;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.process-content-text p {
    color: #373737;
    line-height: 1.7;
    width: 81%;
}
.dreamit-section-title {
    position: relative;
}
.about-bg-bar {
    position: relative;
}
.about-area .barfiller-title h3 {
    font-size: 18px;
    color: #2A466B;
    margin: 0 0 7px;
}
.about-area .barfiller {
    width: 100%;
    height: 5px;
    background: transparent!important;
    border: 1px solid #FC532A;
    position: relative;
    margin-bottom: 15px;
    border-radius: 30px;
}
.about-area .barfillr-content-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #5E4737;
    margin-bottom: 15px;
}
/*about-area*/
.about-area.style-two .dreamit-section-sub-title h5 {
    color: #147EE4;
    letter-spacing: 5px;
    font-family: 'Roboto';
    font-size: 18px;
    margin: 0;
}
.about-area.style-two .dreamit-section-main-title h2 {
    margin: 0px 0 11px;
}
.dreamit-section-main-title h3 {
    font-size: 40px;
    font-weight: 800;
    margin: 20px 0 0;
    line-height: 1;
}
.about-area.style-two .dreamit-section-content-text p {
    width: 87%;
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 1.9;
    color: #323232;
}
.about-title h2 {
    font-size: 18px;
    color: #264772;
    letter-spacing: 1px;
}
.about-content-text p {
    line-height: 1.8;
    color: #313131;
    font-size: 14px;
    width: 82%;
}
.about-button {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 26px;
}
.about-button a {
    display: inline-block;
    padding: 24px 50px;
    background: #39A0FF;
    color: #fff;
    letter-spacing: 2px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.about-button:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #032E65;
    top: 4px;
    left: 4px;
    z-index: -1;
    transition: .5s;
}
 .about-button:hover:after{
    top: 0px;
    left: 0px;
 }
/*style-three*/
.about-area.style-three .dreamit-section-sub-title h5 {
    color: #D94396;
    letter-spacing: 5px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    margin: 0 0 24px;
}
.about-area.style-three .about-thumb {
    position: relative;
    left: 82px;
}
.about-area.style-three .dreamit-section-main-title h3 {
    color: #4A1F88;
}
.about-area.style-three .dreamit-section-main-title span {
    color: #00B7E1;
}
.about-area.style-three .dreamit-section-main-title h2 {
    margin: 0px 0 2px;
}
.about-area.style-three .dreamit-section-content-text p {
    line-height: 1.9;
    color: #353535;
    width: 79%;
    margin-bottom: 30px;
    margin-top: 9px;
    font-weight: 400;
    font-size: 14px;
}
.about-area.style-three .about-title h2 {
    color: #D4419A;
}
.about-area.style-three .about-button:after {
    background: transparent;
    border: 1px solid#7D4BCE;
}
.about-area.style-three .about-button a {
    background-image: linear-gradient( to right, #7D4BD0, #02B8DD);
}
.about-area.style-three .about-button a:hover {
    background-image: linear-gradient( to right, #02B8DD, #7D4BD0);
}
.about-area.style-three .about-button {
    margin-top: 18px;
}
    /*--==============================================->
    <!--Start inteltgnecy servece area-->
    ==================================================-*/
.inteltgency-servive-area .dreamit-section-sub-title h5 {
    color: #d94496;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}
.inteltgency-servive-area .dreamit-section-main-title h2 {
    color: #492182;
}
.intelegency-servie-icon span {
    color: #D94395;
    font-size: 66px;
    display: inline-block;
    float: left;
    margin-right: 26px;
    top: -6px;
    position: relative;
}
.intelegency-single-servive-box {
    padding: 35px 2px 16px 8px;
    margin-bottom: 30px;
    box-shadow: 0 0px 19px rgb(0 0 0 / 5%);
    border: 1px solid#EEEEEE;
    transition: .7s;
    position: relative;
    z-index:1;
}
.intelegency-single-servive-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient( to right, #02B8DD, #7D4BD0);
    transition: .5s;
    opacity: 0;
    z-index: -1;
}
.intelegency-single-servive-box:hover:before{
    opacity: 1;
}
.intelegency-service-title h2 {
    font-size: 18px;
    color: #482380;
    letter-spacing: 2px;
    margin: 0 0 10px;
}
.intelegency-servie-icon {
    padding-left: 21px;
}
.intelegency-content-text p {
    font-size: 14px;
    line-height: 1.8;
    width: 95%;
    color: #303030;
    letter-spacing: 1px;
}
.intelegency-single-servive-box:hover .intelegency-servie-icon span,
.intelegency-single-servive-box:hover .intelegency-service-title h2,
.intelegency-single-servive-box:hover .intelegency-content-text p{
    color: #fff;
}
    /*--==============================================->
    <!--Start animation-->
    ==================================================-*/
/* bounce-animate */
.bounce-animate {
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate2 {
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob2;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate3 {
animation-name: float-bob3;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate4 {
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob4;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate5 {
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob5;
-ms-animation-duration: 6s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); } }
@-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);
}
}
.rotateme {
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes alltuchtopdown{
    0%{
        -webkit-transform:rotateX(0deg) translateY(0px);
        -ms-transform:rotateX(0deg) translateY(0px);
        transform:rotateX(0deg) translateY(0px)
    }
    50%{
        -webkit-transform:rotateX(0deg) translateY(-20px);
        -ms-transform:rotateX(0deg) translateY(-20px);
        transform:rotateX(0deg) translateY(-20px)
    }
    100%{
        -webkit-transform:rotateX(0deg) translateY(0px);
        -ms-transform:rotateX(0deg) translateY(0px);
        transform:rotateX(0deg) translateY(0px)
    }
}
.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
/* ==========================================
        start service area
=========================================*/
.service-area {
    padding: 95px 197px 70px;
    position: relative;
}
.service-area .dreamit-section-title {
    position: relative;
    left: 22px;
}
.single-service-box {
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 30px 0 0;
    transition: .5s;
    margin-right: 20px;
}
.single-service-box:hover {
    /*background: #F0F5F9;*/
}
.service-area .dreamit-section-sub-title h5 {
    color: #ff522e;
    letter-spacing: 5px;
    font-family: 'Roboto';
    font-size: 18px;
    margin: 0 0 30px;
}
.service-area .dreamit-section-main-title h2 {
    color: #2A466B;
    letter-spacing: 0.1px;
}
.service-thumb img {
    width: 100%;
}
.service-btn {
    margin-top: 15px;
}
.service-btn a {
    display: block;
    background: #F0F5F9;
    padding: 21px 29px;
    color: #293E69;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 19px;
    border-radius: 10px;
    transition: .5s;
    font-family: 'Josefin Sans', sans-serif;
}
.single-service-box:hover .service-btn a{
    background: #FF532F;
    color: #fff;
}
.service-btn a:hover {
    background: #FF532F;
    color: #fff;
}
.center .single-service-box{
    background:#F0F5F9;
}
.center .service-btn a{
    background:#FF532F;
    color: #fff;
}
/*style-two*/
.service-area.style-two {
    padding: 100px 163px 161px 125px;
    background: url("assets/images/service5-1.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.service-area .dreamit-section-sub-title h5 {
    letter-spacing: 5.3px;
    font-weight: 500;
}
.service-area.style-two .single-service-box {
    background: #1585EB;
    padding: 44px 0 56px;
    border-radius: 0;
    margin-bottom: 30px;
    margin-right: 24px;
    margin-left: 5px;
    box-shadow: 0 0px 5px rgb(0 0 0 / 16%);
    transition: .5s;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.service-area.style-two .single-service-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    transition: .5s;
    background: #fff;
    z-index: -1;
}
.service-area.style-two .single-service-box:hover:before{
    height: 100%;
}
.service-area.style-two .single-service-box:hover {
    transform: translateY(-8px);
}
.service-area.style-two .single-service-box:hover .service-title h3,
.service-area.style-two .single-service-box:hover .service-icon i{
    color: #1585EB;
}
.service-icon span {
    color: #fff;
    font-size: 100px;
    display: inline-block;
}
.service-title h3 {
    font-size: 18px;
    color: #fff;
    margin: 0px 0 0;
    letter-spacing: 1px;
}
.service-area.style-two .dreamit-section-title {
    position: relative;
    margin-left: 78px;
}
.service-area.style-two .center .single-service-box {
    background: #fff;
}
.service-area.style-two .center .service-icon span,
.service-area.style-two .center .service-title h3{
    color: #1287EE;
}
.service_list2 .owl-prev {
    position: absolute;
    left: 222px;
    top: 30px;
    height: 50px;
    width: 50px;
    background: #042C67;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}
.service_list2 .owl-prev:hover{
    background:#fff;
    color: #4AA1F0;
}
.service_list2 .owl-next {
    position: absolute;
    left: 281px;
    top: 30px;
    height: 50px;
    width: 50px;
    background: #042C67;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}
.service_list2 .owl-next:hover{
    background:#fff;
    color: #4AA1F0;
}
/*service style-three*/
.service-area.style-three {
    padding: 90px 194px;
}
.service-area.style-three .dreamit-section-title {
    padding-left: 71px;
}
.service-area.style-three .owl-prev {
    right: 269px;
    top: -609px;
}
.service-area.style-three .owl-next{
    right: 212px;
     top: -609px;
}
/*service style-four*/
.service-area.style-four {
    padding: 75px 194px 78px;
    background: #fff;
}
.service-area.style-four .dreamit-section-sub-title h5 {
    margin-bottom: 34px;
}
/*service upper*/
.service-area.style-four.upper {
    padding: 70px 208px 65px 225px;
}
/*owl nav*/
.owl-nav {
    position:relative;
}
.owl-prev {
    position: absolute;
    right: 153px;
    top: -581px;
    height: 50px;
    width: 50px;
    background-image: linear-gradient(160deg, #EFF2F4 0%, #31506C 100%);
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}
.owl-next {
    position:absolute;
    right: 98px;
    top: -581px;
    height: 50px;
    width: 50px;
    background-image: linear-gradient(160deg, #EFF2F4 0%, #31506C 100%);
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}
.service_list .owl-prev:hover{
    background-image:linear-gradient(360deg, #FE5F3F 0%, #FFE8E2 100%); 
}
.service_list .owl-next:hover{
    background-image:linear-gradient(360deg, #FE5F3F 0%, #FFE8E2 100%); 
}
.service-img.service {
    position: absolute;
    right: 72px;
    top: 54px;
}
/* ==========================================
start ailata about area
=========================================*/
.ailata-about-area .dreamit-section-sub-title h5 {
    color: #178AE7;
    font-size: 16px;
}
.ailata-about-area .dreamit-section-content-text p {
    line-height: 1.9;
    color: #323232;
    width: 96%;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.ailata-about-area .dreamit-section-main-title h2 {
    margin: 12px 0 12px;
}
.ailata-about-area .proces-title h3 {
    margin-bottom: 13px;
}
.ailata-about-area .progress {
    margin-bottom: 31px;
    background: #FD532F;
}
/*style two*/
.counter-area.style-two {
    background: no-repeat;
}
.ailata-about-area.style-two .barfiller {
    height: 5px;
    border: 1px solid #1384EC;
    margin-bottom: 21px;
}
.ailata-about-area.style-two .barfiller-title h3 {
    margin: 0 0 13px;
}
.ailata-about-area.style-two span.fill {
    background: #39A0FF!important;
}
.ailata-about-area.style-two .barfiller .tip {
    background: #39A0FF;
}
.ailata-about-area.style-two .barfiller .tip:after {
    border-color: rgba(57,160,255,.8) transparent;
}
/*style-three*/
.ailata-about-area.style-three .dreamit-section-sub-title h5 {
    color: #DA4295;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 26px;
}
.ailata-about-area.style-three .proces-title h3 {
    margin-bottom: 13px;
}
.ailata-about-area.style-three .dreamit-section-main-title h2 {
    margin: 2px 0 12px;
    letter-spacing: 3px;
    color: #4A2086;
}
.ailata-about-area.style-three .dreamit-section-main-title h3 {
    color: #4B2089;
}
.dreamit-section-main-title span {
    color: #01BED2;
}
.ailata-about-area.style-three .progress {
    background: #00B8DA;
}
.ailata-about-area.style-three .ailata-about-thumb {
    margin-left: 51px;
    position: relative;
}
.bd-video {
    position: absolute;
    left: 42%;
    top: 44%;
}
.ailata-about-area.style-three .barfiller {
    height: 5px;
    border: 1px solid #00B8DE;
    margin-bottom: 20px;
}
.ailata-about-area.style-three .barfiller-title h3 {
    margin: 0 0 13px;
    color: #482488;
    letter-spacing: 1px;
}
.ailata-about-area.style-three span.fill {
    background: #00B8DA!important;
}
.ailata-about-area.style-three .barfiller .tip {
    background: #00B8DA;
}
.ailata-about-area.style-three .barfiller .tip:after{
    border-color: rgba(0,184,218,.8) transparent;
}
/*counter area upper*/
.counter-area.topper {
    background: no-repeat;
}
/* ==========================================
start priching area
=========================================*/
.ailata-priching-area {
    position: relative;
    background: #fff;
}
.single-priching-box {
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
    text-align: center;
    margin-bottom: 30px;
    padding: 55px 0 61px;
    position: relative;
    transition: .5s;
}
.ailata-priching-area .dreamit-section-sub-title h5 {
    color: #1885EE;
    margin: 0 0 37px;
}
.single-priching-box:hover {
    background: rgb(19 ,132 ,236,0.9);
}
.ailata-priching-area .dreamit-section-main-title h2 {
    color: #2A466B;
    font-size: 48px;
    margin: 12px 0 2px;
    letter-spacing: 3px;
    font-weight: 700;
    line-height: 1.1;
}
.single-priching-box:hover .priching-title h1{
    opacity: 0.2;
}
.priching-title h1 {
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0.1;
    top: 158px;
    font-size: 100px;
    color: #1384EC;
    font-weight: 600;
    font-family: 'Roboto';
}
.priching-title h2 {
    font-size: 24px;
    margin: 0 0 6px;
}
.priching-title span {
    color: #218EED;
}
.priching-body {
    margin-top: 42px;
}
.priching-body ul li {
    margin-bottom: 17px;
    font-size: 14px;
    color: #33383C;
}
.priching-btn a {
    display: inline-block;
    background: #1384EC;
    color: #fff;
    padding: 15px 50px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 17px;
    transition: .5s;
}
.single-priching-box:hover .priching-btn a{
    background:#fff;
    color: #1480ED;
}
.single-priching-box:hover .priching-title h1{
    color: #fff;
}
.priching-icon {
    position: absolute;
    right: 0;
    top: 46%;
    opacity: 0;
    z-index: -1;
    transform: .5s;
}
.single-priching-box:hover .priching-title h2,
.single-priching-box:hover .priching-title span,
.single-priching-box:hover .priching-body ul li{
    color: #fff;
}
.priching-icon span {
    font-size: 200px;
    transition: .5s;
    color: #fff;
}
.single-priching-box:hover .priching-icon {
    opacity: 0.1;
    color: #fff;
    z-index: 1;
}
.single-priching-box:hover .priching-icon span{
    color: #fff;
}
.single-priching-box.active .priching-title h1 {
    top: 71px;
}
.single-priching-box.active{
   background: rgb(19 ,132 ,236,0.9); 
}
.single-priching-box.active .priching-title h2,
.single-priching-box.active .priching-title span,
.single-priching-box.active .priching-body ul li{
    color: #fff;
}
.single-priching-box.active .priching-btn a{
    background:#fff;
    color: #1480ED;
}
.single-priching-box.active .priching-icon{
    opacity: 0.1;
    color: #fff;
    z-index: 1;
}
.single-priching-box.active .priching-title h1{
    color: #fff;
}
.priching-img.shape {
    position: absolute;
    left: -26%;
    top: 44%;
}
/* ==========================================
    start priching area style two
=========================================*/
.ailata-priching-area.style-two .single-priching-box {
    z-index: 1;
}
.ailata-priching-area.style-two .dreamit-section-content-text p {
    width: 53%;
    margin: 14px auto 0;
    line-height: 1.8;
}
.priching-thumb{
    position: absolute;
    right: 0%;
    top: 45%;
    opacity: 1;
    z-index: -1;
    transform: .5s;
}
.ailata-priching-area.style-two .priching-icon i {
    font-size: 276px;
    color: #fff;
}
.single-priching-box.active .priching-icon{
    opacity: 0.1;
    color: #fff;
    z-index: 1;
}
.ailata-priching-area.style-two .priching-icon {
    position: absolute;
    right: 38%;
    top: 6%;
    opacity: 0.2;
    z-index: -1;
    transform: .5s;
}
.ailata-priching-area.style-two .single-priching-box:hover .priching-icon i{
    color: #fff;
}
/* ==========================================
    start priching area style three
=========================================*/
.ailata-priching-area.style-three {
    background: no-repeat;
}
.ailata-priching-area.style-three .single-priching-box {
    background: #2A466B;
}
.ailata-priching-area.style-three .priching-title h2 {
    color: #fff;
}
.ailata-priching-area.style-three .priching-body ul li {
    color: #fff;
}
.ailata-priching-area.style-three .priching-title span {
    color: #FF765B;
}
.ailata-priching-area.style-three .single-priching-box:hover {
    background: rgb(255 ,83 ,47,0.9);
}
.ailata-priching-area.style-three .single-priching-box:hover .priching-btn a {
    color: #FF6443;
}
.ailata-priching-area.style-three .single-priching-box:hover .priching-btn a {
    color: #FF6443;
    background:#fff;
}
.ailata-priching-area.style-three .priching-btn a {
    background: #FF532F;
}
.ailata-priching-area.style-three .dreamit-section-content-text p {
    width: 53%;
    margin: 14px auto 0;
    line-height: 1.8;
}
.ailata-priching-area.style-three .single-priching-box.active {
    background: rgb(255 ,83 ,47,0.9);
}
.ailata-priching-area.style-three .single-priching-box.active .priching-btn a {
    background: #fff;
    color: #FF6443;
    font-weight: 500;
}
.ailata-priching-area.style-three .single-priching-box.active .priching-title h2, 
.ailata-priching-area.style-three .single-priching-box.active .priching-title span,
.ailata-priching-area.style-three .single-priching-box.active .priching-body ul li {
    color: #fff;
}
.ailata-priching-area.style-three .priching-icon i {
    font-size: 276px;
    color: #fff;
}
.ailata-priching-area.style-three .priching-icon {
    right: 37%;
    top: 1%;
}
/* ==========================================
    start priching area style four
=========================================*/
.ailata-priching-area.style-four .single-priching-box {
    box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
    text-align: center;
    margin-bottom: 30px;
    padding: 55px 0 61px;
    position: relative;
    transition: .5s;
}
.ailata-priching-area.style-four .single-priching-box:hover {
    box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
    background: none;
}
.ailata-priching-area.style-four .dreamit-section-content-text p {
    width: 53%;
    margin: 14px auto 0;
    line-height: 1.8;
}
.ailata-priching-area.style-four .single-priching-box:hover .priching-title h2, 
.ailata-priching-area.style-four .single-priching-box:hover .priching-title span,
 .ailata-priching-area.style-four .single-priching-box:hover .priching-body ul li {
    color: #294670;
}
.ailata-priching-area.style-four .single-priching-box:hover .priching-btn a {
    color: #fff;
    background:#FF522F;
}
.ailata-priching-area.style-four .single-priching-box:hover .priching-title span{
    color: #FF532F;
}
.ailata-priching-area.style-four .priching-icon {
    right: 34%;
    top: 1%;
    transition: .5s;
}
.ailata-priching-area.style-four .priching-icon i {
    font-size: 276px;
    color: #FF522F;
}
.ailata-priching-area.style-four .single-priching-box.active {
    background: none;
    box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
}
.ailata-priching-area.style-four .single-priching-box.active .priching-title h2, 
.ailata-priching-area.style-four .single-priching-box.active .priching-title span,
 .ailata-priching-area.style-four .single-priching-box.active .priching-body ul li {
    color: #2A466E;
}
.ailata-priching-area.style-four .single-priching-box.active .priching-btn a {
    background:#FF522F;
    color: #fff;
}
/* ==========================================
start testimonial area
=========================================*/
.testimonial-area {
    position: relative;
    background: #fff;
}
.testimonial-thumb {
    float: left;
    margin-right: 86px;
}
.testimonial-content {
    top: 64px;
    position: relative;
}
.testimonial-content-text p {
    font-size: 24px;
    color: #2A466B;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    width: 90%;
    letter-spacing: 1.3px;
}
.testimonial-title h2 {
    color: #F1573E;
    font-size: 18px;
    margin: 32px 0 3px;
}
.testimonial-title span {
    color: #2a466b;
    font-size: 14px;
}
.testimonial_list .owl-prev {
    position: absolute;
    right: 211px;
    top: -73px;
}
.testimonial_list .owl-next {
    position: absolute;
    right: 153px;
    top: -73px;
}
.testimonial_list .owl-prev:hover{
    background-image:linear-gradient(360deg, #FE5F3F 0%, #FFE8E2 100%); 
}
.testimonial_list .owl-next:hover{
    background-image:linear-gradient(360deg, #FE5F3F 0%, #FFE8E2 100%); 
}
.testi-img {
    position: absolute;
}
.testi-img.test {
    right: 0;
    top: -225px;
}
.testi-img.test2 {
    bottom: 0;
}
/*style-two*/
.testimonial-area.style-two {
    padding: 85px 252px 80px 241px;
    background: no-repeat;
}
.testimonial-area.style-two .testimonail-single-box {
    padding-left: 107px;
    padding-right: 20px;
}
.row.margin-upper {
    background: url("assets/images/testi-bg-1.png");
    padding: 116px 0 118px;
    position: relative;
}
.testimonial-area.style-two .testimonial-thumb {
    float: right;
}
.testi-icon {
    position: absolute;
    top: -77%;
    left: 8%;
}
.testi-icon span {
    font-size: 278px;
    color: #fff;
    opacity: 0.2;
}
.testimonial-area.style-two .testimonial-content-text p {
    font-size: 24px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    width: 63%;
    letter-spacing: 1.3px;
}
.testimonial-area.style-two .testimonial-title h2 {
    color: #032E72;
    margin: 35px 0 4px;
}
.testimonial-area.style-two .testimonial-title span {
    color: #fff;
    font-size: 14px;
}
/*nav*/
.testimonial_list2 .owl-prev {
    position: absolute;
    right: 211px;
    top: -133px;
    left: -131px;
    background: #1384EC;
}
.testimonial_list2 .owl-next {
    position: absolute;
    right: -127px;
    top: -133px;
    background: #1384EC;
}
.testimonial_list2 .owl-prev:hover{
    background:#042C67;
    color: #fff;
}
.testimonial_list2 .owl-next:hover{
    background:#042C67;
    color: #fff;
}
/* ==========================================
start about tab Css
=========================================*/
.accordion-button.collapsed {
    border-bottom-width: 0;
    box-shadow: 0 0px 12px rgb(0 0 0 / 6%);
    margin-bottom: 18px;
    border: 1px solid#F3F3F3;
    height: 59px;
    font-family: 'Roboto';
    color: #032B66;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #39A0FF;
    border-radius: 5px;
}
button:focus:not(:focus-visible) {
    outline: 0;
    border-color: #39A0FF;
    box-shadow: none;
}
.accordion-body {
    padding: 1rem 1.25rem;
    border: none!important;
}
/*style-two*/
.faq-area {
    background: #fff;
}
.faq-area.style-two{
    position: relative;
}
.faq-area.style-two .dreamit-section-sub-title h5 {
    color: #DD69A8;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0 0 24px;
    position: relative;
}
.faq-area.style-two .dreamit-section-main-title h3 {
    color: #4D248E;
}
.faq-area.style-two .accordion-button:not(.collapsed) {
    background-image: linear-gradient( 64deg, #02B8DD, #7D4BD0);
    height: 58px;
}
.faq-area.style-two .accordion-button.collapsed {
    color: #46228E;
}
.dreamit-faq-single-box {
    background: url("assets/images/faq2-1.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.faq-single-box{
    padding-left: 127px;
    padding-bottom: 149px;
    padding-top: 236px; 
}
.faq-icon {
    position: absolute;
    top: 23%;
    left: 31%;
    z-index: -1;
}
.faq-icon span {
    color: #fff;
    font-size: 240px;
    opacity: 0.2;
}
.faq-content-text p {
    color: #fff;
    width: 65%;
    line-height: 1.9;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
}
.faq-title h2 {
    font-size: 18px;
    margin: 18px 0 2px;
    color: #432F90;
}
.faq-title span {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
/*nav*/
.faq_list .owl-prev {
    right: 163px;
    top: -476px;
    background-image: linear-gradient(160deg, #4A2285 0%, #31506C 100%);
}
.faq_list .owl-prev:hover{
     background:#fff;
      color: #4A2285;
}
.faq_list .owl-next {
    right: 101px;
    top: -476px;
    background-image: linear-gradient(160deg, #4A2285 0%, #31506C 100%);
}
.faq_list .owl-next:hover{
    background:#fff;
    color: #4A2285;
}
.faq-ahape.img {
    position: absolute;
    top: -35%;
    left: -15%;
}
/* faq style three*/
.faq-area.style-three .accordion-button:not(.collapsed) {
    background-color: #FE522E;
}
.faq-area.style-three button:focus:not(:focus-visible) {
    border-color: #FE522E;
}
/* ==========================================
            start brand area
=========================================*/

/* ==========================================
start about tab Css
=========================================*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #2B4264;
    background-color: #F0F5F9;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: capitalize;
    padding: 20px 33px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
    background: #FF532F;
    color: #fff;
    box-shadow: 0 5px 43px rgb(0 0 0 / 15%);
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius:10px;
    padding: 20px 33px;
    background-color: #F0F5F9;
    margin-right: 10px;
    font-family: 'Josefin Sans', sans-serif;
    color: #2B4264;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.4px;
    box-shadow: 0 0 7px rgb(0 0 0 /17%);
}
.tab-content-text p {
    color: #555555;
    line-height: 1.8;
    width: 85%;
    font-size: 14px;
    margin-bottom: 13px;
}
.tab-icon-content {
    margin-bottom: 6px;
}
.tab-content-text-inner p {
    color: #555555;
    line-height: 1.8;
    width: 85%;
    margin-bottom: 38px;
    font-size: 14px;
}
.tab-icon span {
    color: #FF6E50;
    font-size: 30px;
    margin-right: 22px;
    position: relative;
    top: -10px;
}
.tab-icon-content-text p {
    color: #555555;
    font-size: 14px;
}
/* ==========================================
        start about case Css
=========================================*/
.case-study-area {
    background: url("assets/images/back-1.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 197px 124px;
}
.case-study-area .dreamit-section-title {
    left: 23px;
}
.case-study-area .dreamit-section-sub-title h5 {
    margin: 0  0 36px;
    font-weight: 500;
}
.case-study-area .dreamit-section-main-title h2 {
    line-height: 1.1;
    letter-spacing: 0;
}
.case-single-box {
    text-align: center;
    margin-bottom: 30px;
    transition: .5s;
    margin-right: 20px;
    overflow: hidden;
}
.case-thumb {
    position: relative;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.case-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    background: rgba(255,82,46,0.75);
    border-radius: 5px;
    opacity: 0;
}
.case-thumb img{
    width: 100%;
}
.case-content {
    position: absolute;
    top: 74%;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .5s;
}
.case-title h2 {
    font-size: 24px;
    margin: 0;
    color: #fff;
}
.case-single-box:hover .case-thumb:before {
    opacity: 1;
}
.case-thumb:hover:before {
    opacity: 1;
}
.case-single-box:hover .case-content {
    opacity: 1;
    top: 45%;
}
/* ==========================================
        start case style two
=========================================*/
.case-study-area.style-two {
    padding: 62px 213px;
    background: none;
}
.case-study-area.style-two .case-single-box {
    margin-right: 10px;
}
.case-study-area.style-two .case-thumb {
    border-radius: 0;
}
/*case study upper*/
.case-study-area.style-two.upper{
    padding: 54px 213px;
}
.case-study-area.style-two.upper .case-single-box:hover .case-thumb {
    transform: scale(1.1);
}
.case-study-area.style-two.upper .case-thumb img {
    width: inherit;
}
/*nav*/
.case_list .owl-prev {
    right: 176px;
    top: -569px;
    height: 50px;
    left: 46%;
    top: 49px;
}
.case_list .owl-next{
    right: 153px;
    top: -569px;
    height: 50px;
    left: 50%;
    top: 49px;
}
.case_list .owl-prev:hover{
    background-image:linear-gradient(360deg, #FE5F3F 0%, #FFE8E2 100%); 
}
.case_list .owl-next:hover{
    background-image:linear-gradient(360deg, #FE5F3F 0%, #FFE8E2 100%); 
}
.case-shape.img2 {
    position: absolute;
    right: 0;
    bottom: 0px;
    animation-duration: 1500ms;
    animation-delay: 500ms;
    animation-name: slideInDown;
}
.case-shape.img {
    position: absolute;
    left: 0;
    bottom: 0;
}
/* ==========================================
            start counter
=========================================*/
.counter-area {
    background: #fff;
}
.single-counter-box {
    background: url("assets/images/counter-1.png");
    background-position: center-center;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F0F5F9;
}
.single-counter-box.two{
    background: url("assets/images/counter2-1.png");
    background-position: center-center;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F0F5F9;
}
.single-counter-box.three{
    background: url("assets/images/counter3-1.png");
    background-position: center-center;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F0F5F9;
}
.single-counter-box.four{
    background: url("assets/images/counter4-1.png");
    background-position: center-center;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F0F5F9;
}
.single-counte{
    text-align: center;
    margin-bottom: 30px;
    padding: 50px 16px 52px;
    transition: .5s;
}
.counter-title h1 {
    color: #2A466B;
    font-size: 60px;
    margin: 0;
    letter-spacing: 2px;
}
span.coun {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    color: #F15A47;
    font-weight: 600;
}
/*counter are topper*/
.counter-area.topper span.coun {
    letter-spacing: 1px;
}
/*style-two*/
.counter-area.style-two .single-counter-box {
    background: url("assets/images/count3-1.png");
    background-position: center-center;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 13px rgb(0 0 0 / 12%);
    transition: .5s;
    background-color: #1384EB;
}
.counter-area.style-two .single-counter-box.two {
    background: url("assets/images/count-1.png");
    background-position: center-center;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 13px rgb(0 0 0 / 18%);
    transition: .5s;
    background-color: #1384EB;
}
 .counter-area.style-two .single-counter-box.three .counter-title h1, 
.counter-area.style-two .single-counter-box.three span.coun{
    color: #1286EB!important;
}
.counter-area.style-two .single-counter-box.three {
    background: url("assets/images/count4-1.png");
    background-position: center-center;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}
.counter-area.style-two .single-counter-box.four {
    background: url("assets/images/count2-1.png");
    background-position: center-center;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 13px rgb(0 0 0 / 18%);
    transition: .5s;
    background-color: #1384EB;
}
.counter-area.style-two .counter-title h1 {
    color: #1683EA;
}
.counter-area.style-two span.coun {
    color: #1683EA;
}
.counter-area.style-two .counter-title h1,
.counter-area.style-two span.coun{
    color: #fff!important;
}
/*style three*/
.counter-area.style-three .single-counter-box {
    background: url("assets/images/counter-three-1.png");
    background-position: center-center;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 13px rgb(0 0 0 / 5%);
    transition: .5s;
    background-color: transparent;
    border: 1px solid#EEEEEE;
}
.counter-area.style-three .single-counter-box.two{
    background: url("assets/images/counter-four-1.png");
    background-position: center-center;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 13px rgb(0 0 0 / 5%);
    transition: .5s;
    background-color: transparent;
    border: 1px solid#EEEEEE;
}
.counter-area.style-three .single-counter-box.three{
    background: url("assets/images/counter-five-1.png");
    background-position: center-center;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 13px rgb(0 0 0 / 5%);
    transition: .5s;
    background-color: transparent;
    border: 1px solid#EEEEEE;
}
.counter-area.style-three span.coun {
    color: #d94396;
}
.counter-area.style-three .single-counte {
    padding: 45px 16px 24px;
}
.counter-area.style-three .single-counter-box:hover{
    background-image:linear-gradient( to right, #02B8DD, #7D4BD0);
}
.counter-area.style-three .single-counter-box:hover .counter-title h1,
.counter-area.style-three .single-counter-box:hover span.coun{
    color: #fff!important;
}
/* ==========================================
        start blog
=========================================*/
.blog-area{
    position: relative;
}
.blog-area .dreamit-section-sub-title h5 {
    margin: 0 0 36px;
}
.blog-area .dreamit-section-main-title h2 {
    letter-spacing: 2.5px;
}
.blog-thumb {
    float: left;
    margin-right: 39px;
    margin-bottom: 30px;
    position: relative;
}
.blog-single-box {
    margin-bottom: 30px;
}
.blog-content {
    top: 20px;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.blog-title h2 a {
    font-size: 20px;
    line-height: 1.5;
    display: inline-block;
    color: #21405F;
    font-weight: 600;
    letter-spacing: 0px;
    transition: .5s;
}
.blog-meta a {
    color: #FC5C3A;
    margin-right: 27px;
    font-size: 14px;
    font-weight: 500;
}
.blog-meta span {
    color: #FF7652;
    font-size: 14px;
    font-weight: 500;
}
.blog-title h2 a:hover {
    color: #0056b3;
}
.blog-shape.img {
    position: absolute;
    top: -181px;
    z-index: -1;
}
.blog-shape.img2 {
    position: absolute;
    right: 33px;
    top: 64px;
    z-index: -1;
}
/*style two*/
.call-do-action-area.style-two {
    padding: 0 273px 0 258px;
}
.blog-area.style-two .dreamit-section-sub-title h5 {
    margin: 0 0 36px;
    color: #1083EE;
}
.blog-area.style-two .blog-meta a {
    color: #54A6F8;
    font-size: 14px;
}
.blog-area.style-two .blog-meta span {
    color: #54A6F8;
    font-size: 14px;
}
.blog-shape.img3 {
    position: absolute;
    right: 4%;
    top: -38%;
    z-index: -1;
}
/*style three*/
.blog-area.style-three .dreamit-section-sub-title h5 {
    margin: 0 0 22px;
    color: #DA4996;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}
.blog-area.style-three .dreamit-section-main-title h2 {
    color: #482383;
}
.intelegency-blog-content {
    position: absolute;
    top: 40%;
    width: 82%;
    padding-left: 60px;
    z-index: 1;
    transition: .5s;
    opacity: 0;
}
.blog-area.style-three .intelegency-blog-title h2 a {
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
}
.intelegency-blog-title h2 {
    font-size: 21px;
    margin: 0 0 6px;
}
.intelegency-blog-meta a {
    font-size: 14px;
    margin-right: 24px;
    color: #fff;
     letter-spacing: 1px;
}
.intelegency-blog-meta span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}
.intelegency-blog-thumb{
    position: relative;
    z-index: 1;
}
.intelegency-blog-thumb img {
    position: relative;
    width: 100%;
}
.intelegency-blog-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient( to right, #02B8DD, #7D4BD0);
    z-index: 1;
    opacity: 0;
    transition: .5s;
}
.intelegency-blog-single-box:hover .intelegency-blog-thumb:before{
    opacity: 0.6;
}
.intelegency-blog-single-box:hover .intelegency-blog-content{
    top: 15%;
    opacity: 1;
}
.blog-area.style-three .blog-title h2 a {
    color: #452684;
}
.blog-area.style-three .blog-meta a {
    color: #D24B86;
    font-size: 14px;
}
.blog-area.style-three .blog-meta span {
    font-size: 14px;
    color: #E2669A;
}
.blog-shape.img4 {
    position: absolute;
    right: -9%;
    top: -40%;
    z-index: -1;
}
/* blog style four*/
.blog-area.style-four .blog-thumb {
    float: inherit;
    margin-right: 0;
    margin-bottom: 0;
}
.blog-area.style-four .blog-thumb img {
    width: 100%;
}
.blog-area.style-four .blog-title h2 a {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin: 17px 0 0;
}
.blog-area.style-four .blog-meta a {
    font-weight: 500;
    margin-right: 32px;
}
.blog-area.style-four .blog-meta span {
    font-weight: 600;
}
.blog-area.style-four .blog-content {
    padding-right: 24px;
}
.blog-area.style-four .blog-single-box {
    margin-bottom: 60px;
}
/* ==========================================
        start call do action
=========================================*/
.call-do-action-area {
    padding: 85px 255px 0;
}
.row.margin-topper {
    position: relative;
    box-shadow: 0 5px 34px rgb(0 0 0 / 11%);
    padding: 66px 0 63px 105px;
    border-radius: 10px;
    background: url("assets/images/call-bg-1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    margin-bottom: -42px;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.call-do-action-title h1 {
    font-size: 48px;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 1px;
}
.call-do-action-btn {
    position: relative;
    left: 83px;
}
.call-do-action-btn a {
    background: #FF532F;
    padding: 23px 60px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 1.5px;
    transition: .5s;
}
.call-do-action-btn a:hover{
    background:#2A466B;
    color: #fff;
}
/*style two*/
.call-do-action-area.style-two .row.margin-topper {
    position: relative;
    box-shadow: none;
    padding: 81px 0 82px 93px;
    border-radius: 0;
    background: url("assets/images/call-1.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    margin-bottom: -88px;
}
.call-do-action-area.style-two .call-do-action-btn a {
    background: #FFFFFF;
    padding: 28px 60px;
    color: #1785E7;
    border-radius: 0;
    font-weight: 600;
}
.call-do-action-area.style-two .call-do-action-btn {
    left: 76px;
    display: inline-block;
    z-index: 1;
}
.call-do-action-area.style-two .call-do-action-btn:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #052C65;
    left: 2%;
    top: 4px;
    z-index: -1;
    transition: .5s;
}
.call-do-action-area.style-two .call-do-action-btn:hover:after{
    top: 0;
    left: 0;
}
/*call do action upper*/
.call-do-action-area.upper.pt-30 {
    padding-top: 90px;
}
/* ==========================================
start search Popup Css
=========================================*/
.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;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #FF532F;
    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;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup button i {
    color: #FF532F;
    display: inline-block;
}
.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    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: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    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;
}
/*style two*/
.search-popup.style-two .close-search {
    background-color: #298FEC;
}
.search-popup.style-two .form-group button i {
    color:#298FEC;
}
/*style three*/
.search-popup.style-three .close-search {
    background-color: #7155D1;
}
.search-popup.style-three .form-group button i {
    color:#7155D1;
}
.search-popup .close-search.style-two i{
    font-size:20px;
    color:#ffffff;
}
.header-src-btn {
    position: absolute;
    margin-top: -20px;
    right: 170px;
}
.header-icon {
    float: right;
}
.search-box-btn.search-box-outer {
    margin-top: 27px;
    margin-left: 25px;
}
.search-box-btn.search-box-outer i {
    font-size: 35px;
    display: inline-block;
    background: transparent;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    color: #31476E;
    cursor: pointer;
    border-radius: 100%;
}
.search-box-btn.search-box-outer i {
    background: transparent;
}
/*style two*/
.header-area.style-two .header-src-btn {
    margin-top: -20px;
    right: 106px;
}
/*video*/
.video-icon {
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
padding-top: 8px;
}
.about-video-icon a, .about-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #D93D91;
    font-size: 28px;
    z-index: 1;
}
.about-video-icon a {
    color: #fff;
}
@-webkit-keyframes ripple-blue {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(219,67,150, 0.3), 0 0 0 10px rgba(219,67,150, 0.3), 0 0 0 20px rgba(219,67,150, 0.3);
box-shadow: 0 0 0 0 rgba(219,67,150, 0.3), 0 0 0 10px rgba(219,67,150, 0.3), 0 0 0 20px rgba(219,67,150, 0.3)
}
100% {
-webkit-box-shadow: 0 0 0 10px rgba(219,67,150, 0.3), 0 0 0 20px rgba(219,67,150, 0.3), 0 0 0 30px rgba(219,67,150, 0.3);
box-shadow: 0 0 0 10px rgba(219,67,150, 0.3), 0 0 0 20px rgba(219,67,150, 0.3), 0 0 0 30px rgba(219,67,150, 0.3)
}
}
.dreamit-section-bar {
    background: #0874D7;
    height: 2px;
    width: 100px;
    border-radius: 30px;
    position: relative;
    margin-top: 16px;
}
.dreamit-section-bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: -4.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #2A466B;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}
/*--==============================================->
  <!--Start animation Area-->
 ==================================================-*/
/*animation dance*/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}
.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
/*==============================
      start breatcome area
==============================*/
.ailata-breatcome-area {
    background: url("assets/images/brd-1.png");
    height: 350px;
    position: relative;
    background-size: cover;
}
.breatcome-content-title h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 4px;
    color: #03396b;
    text-transform: capitalize;
}
.breatcome-content-text ul li a {
    color: #FE5538;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    transition: .5s;
}
.breatcome-content-text ul li i {
    color: #FF532F;
    margin: 0 9px;
}
.breatcome-content-text span {
    color: #FF6241;
    font-weight: 400;
    font-size: 20px;
}
/*==============================
    start breatcome about area
==============================*/
.about-area {
    position: relative;
    background: #fff;
}
.breatcome-about-area {
    background: #fff;
}
.breatcome-about-thumb img {
    width: 100%;
}
.breatcome-about-area .dreamit-section-title {
    left: 39px;
}
.breatcome-about-area .dreamit-section-main-title h3 {
    line-height: 0.6;
    color: #355A60;
    letter-spacing: 3px;
}
.breatcome-about-area .dreamit-section-sub-title h5 {
    letter-spacing: 3px;
    font-family: 'Josefin Sans', sans-serif;
    margin: 21px 0 28px;
    font-weight: 500;
}
.breatcome-about-area .dreamit-section-content-text p {
    width: 81%;
    font-size: 14px;
    line-height: 1.9;
    color: #353535;
}
.breatcome-about-btn a {
    background: #FF532F;
    display: inline-block;
    padding: 26px 60px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 17px;
    transition: .5s;
}
.breatcome-about-btn a:hover {
    background-image: linear-gradient( to right, #7D4BD0, #02B8DD);
}
/*==============================
    start blog details area
==============================*/
.blog-details-box {
    position: relative;
}
.blog-details-content {
    padding: 32px 21px 0 0;
}
.blog-details-thumb img {
    width: 100%;
}
.blog-details-title h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin: 20px 0 25px;
}
.blog-details-title h2 a {
    font-weight: 700;
    display: inline-block;
    transition: .5s;
    letter-spacing: 2px;
}
.blog-details-content-text p {
    font-size: 14px;
    line-height: 2;
    color: #575757;
}
.blog-details-content-text-inner p {
    font-size: 14px;
    line-height: 2;
    color: #575757;
}
.comment-thumb {
    float: left;
    margin-right: 20px;
}
.comment-content {
    overflow: hidden;
}
.comment-social-address ul li {
    display: inline-block;
}
.blog-details-comment-box {
    border-top: 1px solid#02344F;
    padding-top: 48px;
}
.comment-title h2 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-right: 30px;
    display: inline-block;
    color: #033653;
}
.comment-title span {
    color: #033653;
    display: inline-block;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}
.comment-content-text p {
    color: #343434;
    font-size: 14px;
    width: 92%;
    line-height: 1.7;
}
.comment-social-address ul li a {
    color: #333333;
    font-size: 14px;
}
.post-comment-title h2 {
    font-size: 24px;
    margin: 63px 0 0px;
    position: relative;
}
.post-comment-title h2:before {
    position: absolute;
    content: "";
    top: 18px;
    left: 168px;
    height: 1px;
    width: 106px;
    background: #f00;
}
.post-comment-box {
    margin-bottom: 34px;
    position: relative;
}
.post-comment-thumb {
    float: left;
    margin-right: 30px;
}
.post-comment-title-two h2 {
    font-size: 18px;
    margin: 0 0 11px;
    letter-spacing: 1px;
}
.post-comment-title-two span {
    font-size: 14px;
    font-weight: 500;
    float: right;
    top: -16px;
    position: absolute;
    right: 0;
    top: 4px;
}
.post-content-text p {
    color: #343434;
    line-height: 1.7;
    width: 100%;
}
.post-content {
    overflow: hidden;
    margin-top: 5px;
}
.post-content-text span {
    font-size: 14px;
    color: #343434;
    font-weight: 500;
    position: relative;
}
.post-content-text span:before {
    position: absolute;
    top: 14px;
    left: 60px;
    height: 1px;
    content: "";
    width: 95px;
    background: #0A1D45;
}
.post-comment-thumb.two {
    margin-left: 44px;
}
/*contact form*/
.contact_from .form-control {
    display: block;
    width: 100%;
    padding: 12px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid#2A466B!important;
    border: none;
}
input.email {
    background: transparent!important;
}
input.form-control.email {
    background-color: transparent!important;
}

.contact_title h1 {
    font-size: 30px;
    color: #023550;
    letter-spacing: 2px;
    position: relative;
}
.contact_title h1:before {
    position: absolute;
    content: "";
    top: 25px;
    left: 39%;
    height: 1px;
    width: 100px;
    transition: .5s;
    background: #03396B;
}
label {
    margin: 34px 12px 0;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #FF532F!important;
    outline: 0;
    box-shadow:none;
}
.quote_btn button {
    display: inline-block;
    background: #2A466B;
    color: #fff;
    border-radius: 0;
    letter-spacing: 2px;
    padding: 21px 65px;
    transition: .5s;
}
.quote_btn button:hover{
    background:#FF532F;
    color: #fff; 
}
.sidebar-search-box .form-control {
    display: block;
    width: 100%;
    padding: 13px 17px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #03396B;
}
.sidebar-search {
    position: relative;
}
.sideber-right-box {
    position: relative;
    left: 16px;
}
.sidebar-box {
    position: relative;
    left: 16px;
}
.sidebar-search-box button {
    position: absolute;
    right: 0;
    top: 16px;
    right: 10px;
    background: transparent;
    border: none;
}
.sidebar-search-box button i {
    color: #03396B;
    font-size: 18px;
    display: inline-block;
}
.sidebar-title h2 {
    font-size: 24px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    color: #03396B;
    margin: 0  0 14px;
}
.sidebar-content-text {
    position: relative;
    top: -10px;
}
.sidebar-title h2:before {
    position: absolute;
    content: "";
    top: 13px;
    right: -113px;
    height: 1px;
    width: 92px;
    background: #CB7931;
    transition: .5s;
}
.sidebar-content-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    width: 95%;
    letter-spacing: 1px;
}
.sidebar-category ul li {
    margin-top: 11px;
    border-bottom: 1px solid#E8E8E8;
    padding-bottom: 9px;
    transition: .5s;
}
.sidebar-category ul li:hover{
    border-color:  #FF532F;
}
.sidebar-category ul li a {
    color: #555;
    font-size: 14px;
    display: inline-block;
    transition: .5s;
}
.sidebar-category ul li a:hover {
    color: #FF532F;
}
.sidebar-thumb-title a h2 {
    color: #484848;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    transition: .5s;
    margin: 0 0 5px;
    font-family: 'Roboto';
    letter-spacing: 1px;
}
.sidebar-thumb-title a h2:hover {
    color: #FF532F;
}
.sidebar-thumb img {
    border-radius: 5px;
}
.sidebar-thumb {
    float: left;
    margin-right: 26px;
}
.resent-post-single-box {
    margin-bottom: 15px;
    border-bottom: 1px solid#E8E8E8;
    display: inline-block;
    padding-bottom: 14px;
}
.sidebar-thumb-title span {
    color: #343434;
    font-size: 14px;
}
.resent-post-single-box.two {
    border-bottom: none;
}
.sidebar-social-address ul li {
    display: inline-block;
    margin-right: 15px;
}
.sidebar-social-address ul li a {
    display: inline-block;
    border: 1px solid#00376D;
    color: #013870;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    transition: .5s;
    margin-top: 3px;
}
.sidebar-social-address ul li a:hover{
    border-color: #FE522A;
    background: #FE522A;
    color: #fff; 
}
/*==============================
    start consulting area
==============================*/
.service-left-title h2 {
    font-size: 22px;
    color: #2a466b;
    margin: 0 0 17px;
}
.service-left-content-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    width: 100%;
    margin-bottom: 35px;
}
.service-left-menu ul li {
    margin-bottom: 8px;
}
.service-left-menu ul li a {
    display: block;
    background-color: #F3F6F9;
    transition: .5s;
    padding: 17px 19px;
    font-size: 17px;
    color: #232323;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.service-left-menu ul li a:before{
    position: absolute;
    content:"";
    right:0;
    top: 0;
    height:100%;
    width:0;
    transition:.5s;
    z-index: -1;
    background: #FF522E;
}
.service-left-menu ul li a:hover:before{
    width:100%;
    left:0;
}
.service-left-menu ul li a:hover{
    color: #fff!important;
}
.service-left-menu ul li a span {
    float: right;
}
a.active {
    background: #FF522E!important;
    display: inline-block;
    color: #fff!important;
}
.service-left-btn a {
    display: inline-block;
    background: #FF522E;
    color: #fff;
    padding: 20px 40px;
    letter-spacing: 2px;
    border-radius: 4px;
    transition: .5s;
    margin-top: 2px;
}
.service-left-btn a:hover {
    background-image: linear-gradient( 103deg, #363E4D, #80A1D6);
    color: #fff;
}
/*right side area*/
.service-right-side-thumb img {
    width: 100%;
}
.data-service-right-side-content {
    padding: 20px 0 0;
}
.right-site-title h2 {
    font-size: 36px;
    margin: 0 0 11px;
}
.right-site-content-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    width: 96%;
    margin-bottom: 35px;
}
.right-site-content-text-inner p {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    width: 96%;
}
.data-service-area .dreamit-section-title {
    position: relative;
    left: 0;
}
.data-service-area .dreamit-section-sub-title h2 {
    font-size: 22px;
    color: #2A466B;
    margin: 0 0 16px;
}
.data-service-area .dreamit-section-content-text p {
    width: 98%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.9;
}
/*procces bar*/
.barfiller-title h3 {
    font-size: 18px;
    color: #2A466B;
    margin: 0 0 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.barfillr-content-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #5E4737;
    margin-bottom: 23px;
}
.barfiller {
    width: 100%;
    height: 7px;
    background: transparent!important;
    border: 1px solid #FC532A;
    position: relative;
    margin-bottom: 30px;
    border-radius: 30px;
}
.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}
.barfiller .tipWrap { display: none; }
.barfiller .tip {
    margin-top: -23px;
    padding: 2px 4px;
    font-size: 11px;
    color: #fff;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: #f00;
}
.barfiller .tip:after {
    border: solid;
    border-color: rgba(255,0,0,.8) transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 100%;
    z-index: 9;
}
 element.style {
    background: #FC532A;
    width: 331.2px;
    transition: width 1s ease-in-out 0s;
}
span.fill {
    background: #FC532A!important;
    margin-bottom: 31px!important;
}
.data-service-area .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #FF522E;
    border-radius: 5px;
    padding: 20px 21px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 1px;
}
.data-service-area .accordion-button.collapsed {
    height: 63px;
    color: #032B66;
}
.data-service-area button:focus:not(:focus-visible) {
    outline: 0;
    border-color: #FF522E;
    box-shadow: none;
}
.data-service-area button.accordion-button.collapsed {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}
.data-service-area .accordion-body {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    border: none!important;
}
/*==============================
    start contact area
==============================*/
.single-contact-box {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.contact-icon {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    top: -64px;
}
.contact-icon i {
    font-size: 218px;
    display: inline-block;
    color: #FDEEE7;
    opacity: 0.8;
}
.contact-title h2 {
    font-size: 24px;
    color: #2a466b;
    margin: 0 0 13px;
}
.contact-content-text p {
    color: #343434;
    line-height: 1.5;
}
.contact-area .contact_title h1:before {
    display: none;
}
/*contact from*/
.contact-area .contact_from {
    text-align: center;
}
.contact-area .dreamit-section-bar {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 47px;
}
.contact-area .form-control {
    padding: 17px 12px;
    border: 1px solid#2A466B;
}
.contact-area .quote_btn button {
    letter-spacing: 0;
    padding: 15px 38px;
}
/*==============================
    start project details area
==============================*/
.project-details-thumb img {
    width: 100%;
}
.projet-details-content {
    padding: 36px 40px 0 0;
}
.project-title h2 {
    color: #2A4769;
    font-size: 36px;
    letter-spacing: 3px;
    margin: 0 0 11px;
}
.project-details-content-text p {
    color: #545454;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 9px;
}
.project-details-content-text-inner p {
    color: #545454;
    font-size: 14px;
    line-height: 2;
}
.project-title h3 {
    font-size: 24px;
    letter-spacing: 2px;
    color: #264561;
}
/* project deails right side*/
.project-details-right-side {
    position: relative;
    left: 36px;
}
.right-side-tile h2 {
    font-size: 24px;
    margin: 0 0 10px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}
.right-side-tile h2:before {
    position: absolute;
    content: "";
    top: 55%;
    right: -100px;
    height: 1px;
    width: 80px;
    transition: .5s;
    background: #FF532F;
}
.right-side-content-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #232323;
    width: 91%;
    letter-spacing: 0.5px;
}
.right-side-btn a {
    background: #FF532F;
    color: #fff;
    display: inline-block;
    padding: 24px 54px;
    letter-spacing: 1px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.right-side-btn a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #385376;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 5px;
}
.right-side-btn a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
/*==============================
        service details
==============================*/
.service-details-area .right-side-tile h2 {
    margin: 0 0 7px;
}
.service-details-area .dreamit-section-sub-title h5 {
    color: #2C4470;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    margin: 0  0 8px;
}
.service-details-area .dreamit-section-content-text p {
    line-height: 1.7;
    color: #303030;
    width: 96%;
    margin-bottom: 14px;
    font-size: 14px;
}
.service-details-area .barfiller {
    height: 5px;
    margin-bottom: 21px;
}
.service-details-area .barfillr-content-text p {
    color: #313131;
    margin-bottom: 16px;
}
.service-details-area .process-content-text p {
    margin-bottom: 15px;
}
.service-details-thumb img {
    width: 100%;
}
.service-details-area .accordion-button.collapsed {
    letter-spacing: 1px;
    font-weight: 700;
}
.service-details-area .process-content-text p {
    width: 98%;
}
.service-details-area .accordion-button:not(.collapsed) {
    background-color: #FF532F;
    font-size: 20px;
    font-weight: 700;
}
.service-details-area button:focus:not(:focus-visible) {
    border-color: #FF532F;
}
.service-details-area .barfiller-title h3 {
    margin: 0 0 6px;
}
/*service-details right side area*/
.service-body {
    margin-top: 12px;
}
.service-body ul li {
    margin-bottom: 13px;
    border-bottom: 1px solid#DDDDDD;
    padding-bottom: 10px;
    transition: .5s;
}
.service-body ul li a {
    color: #545454;
    font-size: 14px;
    display: inline-block;
    transition: .5s;
    letter-spacing: 0.5px;
}
.service-body ul li a:hover {
    color: #FF532F;
}
.service-body ul li:hover{
    border-color: #FF532F;
}
/*==============================
    start team member area
==============================*/
.team-member-single-box {
    text-align: center;
    margin-bottom: 60px;
}
.team-member-title h2 {
    color: #2C4765;
    font-size: 24px;
    margin: 54px 0 11px;
    letter-spacing: 1px;
}
.team-member-title span {
    color: #ff522e;
    letter-spacing: 2px;
}
.team-member-social-address ul li {
    display: inline-block;
    margin-right: 15px;
}
.team-member-social-address ul li a {
    display: inline-block;
    border: 1px solid#00376D;
    color: #013870;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    transition: .5s;
    margin-top: 3px;
}
.team-member-social-address ul li a:hover{
    border-color: #FE522A;
    background: #FE522A;
    color: #fff; 
}
.team-thumb img {
    width: 100%;
}
/*==============================
             footer
==============================*/
.ailata-footer-area {
    background: url("assets/images/footer-back-1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ailata-footer-content-text p {
    font-size: 14px;
    width: 80%;
    line-height: 1.6;
    margin: 25px 0 33px;
    color: #2B4474;
}
input.subscribe-mail-box {
    font-size: 14px;
    position: relative;
    width: 61%;
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 14px;
    margin: auto;
    border: 0;
    border-radius: 0;
    height: 40px;
    border-bottom: 1px solid #2A466B;
}
.subscribe-area button {
    border: none;
    background: transparent;
    position: relative;
    /* top: 0; */
    right: 62px;
}
.footer-title h2 {
    font-size: 24px;
    margin: 21px 0 37px;
    color: #052C67;
    letter-spacing: 1px;
    position: relative;
}
.footer-title h2:before {
    position: absolute;
    content: "";
    top: 41px;
    left: 0;
    height: 1px;
    width: 51px;
    background: #FB7A64;
}
.contact-box.d-flex p {
    margin-bottom: 4px;
}
.ailata-footer-address p b {
    color: #FB5233;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}
.ailata-footer-address span {
    color: #3A567B;
    font-size: 14px;
    margin-bottom: 13px!important;
    display: inline-block;
}
.footer-menu ul li a {
    color: #626F91;
    font-size: 14px;
    font-weight: 500;
    transition: .5s;
    display: inline-block;
}
.footer-menu ul li a:hover{
    color: #FE6043;
}
.footer-menu ul li {
    margin-bottom: 16px;
}
/*style-two*/
.ailata-footer-area.style-two{
    background: url("assets/images/footer-two-1.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ailata-footer-area.style-two .ailata-footer-content-text p {
    color: #fff;
    width: 80%;
}
.resent-post-box {
    margin-bottom: 20px;
    border-bottom: 1px solid#fff;
    padding-bottom: 25px;
}
.resent-post-box.two{
    border-bottom: none;
}
.post-thumb {
    float: left;
    margin-right: 24px;
}
.post-title a h4 {
    font-size: 17px;
    color: #fff;
    margin: 0 0 5px;
    line-height: 1.5;
    transition: .5s;
}
.post-title a h4:hover{
    color:#03396B; 
}
.post-title span {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    top: -3px;
}
.ailata-footer-area.style-two .footer-title h2 {
    margin: 0px 0 27px;
    font-size: 22px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 700;
}
.ailata-footer-area.style-two .footer-menu ul li {
    margin-bottom: 23px;
}
.ailata-footer-area.style-two .footer-title h2:before{
    display: none;
}
.ailata-footer-area.style-two .footer-menu ul li a {
    color: #fff;
    transition: .5s;
    font-weight: 400;
    letter-spacing: 1px;
}
.ailata-footer-area.style-two .footer-menu ul li a:hover{
    color: #0E275D;
}
.ailata-footer-area.style-two .ailata-footer-address p b {
    color: #fff;
    font-family: 'Roboto';
}
.ailata-footer-area.style-two .ailata-footer-address span {
    color: #fff;
    margin-bottom: 25px!important;
}
.ailata-footer-area.style-two .subscribe-area ::placeholder {
    color: #053067;
}
/*footer style three*/
.ailata-footer-area.style-three {
    background: url("assets/images/intelligency-1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ailata-footer-area.style-three .row.margin-topper2 {
    border-top: 1px solid#fff;
    margin-top: 40px;
    padding-top: 73px;
}
.ailata-footer-area.style-three .call-do-action-title h1 {
    font-size: 36px;
    line-height: 1.4;
}
.ailata-footer-area.style-three .call-do-action-btn {
    left: 15px;
    float: right;
}
.ailata-footer-area.style-three .call-do-action-btn a {
    background-image: linear-gradient( to right, #7D4BD0, #02B8DD);
    padding: 23px 61px;
}
.ailata-footer-area.style-three .call-do-action-btn a:hover{
    background-image: linear-gradient( to right, #02B8DD, #7D4BD0);
}
.ailata-footer-area.style-three .footer-menu ul li a {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}
.ailata-footer-area.style-three .footer-menu ul li a:hover{
    color: #432384;
}
.ailata-footer-area.style-three .ailata-footer-address p b {
    color: #471D83;
}
.ailata-footer-area.style-three .ailata-footer-address span {
    color: #fff;
}
.ailata-footer-area.style-three .subscribe-area ::placeholder {
    color: #fff!important;
}
.ailata-footer-area.style-three .ailata-footer-content-text p {
    width: 77%;
    letter-spacing: 1px;
}
.ailata-footer-area.style-three input.subscribe-mail-box {
    border-bottom: 1px solid #fff;
}
/*ailata color section area*/
.body{
position: relative;
}
.wrapper {
    position: fixed;
    z-index: 22;
    bottom: 115px;
    transition: 0.5s;
}
.wrapper .theme ul li {
    border-radius: 3px;
}
.active-color{
    background: blue;
}
.wrapper .content{
    text-align: center;
}
.wrapper .color-option{
    position:relative;
    z-index: 2;
}
.wrapper .color-option .colors {
    float: left;
    padding: 16px 0 14px 21px;
    width: 326px;
    transition: 0.5s;
    border-bottom-right-radius: 5px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.wrapper .color-option .colors:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    transition: .5s;
    background: rgb(0,36,124, 0.8);
    z-index: -1;
    top: 0;
    left: 0;
}
.wrapper .color-option .colors ul li {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0px 0px;
    cursor: pointer;
    background: #f00;
}
.resent-box {
    position: relative;
    transition:.5s;
    display: inline-block;
}
.reset {
    cursor: pointer;
    color: #D0312C;
    padding: 6px 50px;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 3px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.reset:before{
   position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: .5s;
    background: #F12A02;
    z-index: -1;
    border-radius:4px;
    transition: .5s;
}
.resent-box:hover .reset:before{
    width: 100%;
    left: 0;
}
.resent-box:hover .reset{
    color:#fff;
}
.custom {
    transform: rotate(-90deg)!important;
    position: relative;
    top: 52px;
    right: 28px;
    color: #fff;
    display: inline-block;
}
.wrapper .color-option .themes-btn {
    float: left;
    color: #fff;
    background: #359ED2;
    height: 169px;
    width: 56px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 14px;
    padding-top: 24px;
}
span.themes-btn p{
    transform: rotate(90deg);
    position: relative;
    top:10px;
    right:6px;
    color:#fff;
}
.wrapper .theme ul li.one {
    background:#ff8303;
}
.wrapper .theme ul li.two {
    background:#f7ea00;
}
.wrapper .theme ul li.three {
    background:#81b214;
}
.wrapper .theme ul li.four {
    background:#7a434b;
}
.wrapper .theme ul li.five {
    background:#81b214;
}
.wrapper .theme ul li.six {
    background:#FF522E;
}
.wrapper .theme ul li.seven {
    background:#0C5ADB;
}
.wrapper .theme ul li.orange.eight {
    background: #0DA21A;
}
.wrapper .theme ul li.nine {
    background: #9dd2b5;
}
.wrapper .theme ul li.ten {
    background: #bee4cF;
}
.wrapper .theme ul li.eleven {
    background: #F984Ff;
}
.wrapper .theme ul li.twelve {
    background: #B1F4EF;
}
.wrapper .theme ul li.therteen {
    background: #DAEcFE;
}
.wrapper .theme ul li.fourteen {
    background: #F8EEF6;
}
.wrapper .theme ul li.fiveteen {
    background: #F1E9FF;
}
.wrapper .theme ul li.orange.sixteen {
    background:#E6F2BF;
}
.wrapper .theme ul li.seventeen {
    background: #FFADD7;
}
.wrapper .theme ul li.eighteen {
    background:#F9E4bc;
}
.wrapper .theme ul li.nineteen {
    background: #F2c1bb;
}
.wrapper .theme ul li.twenty {
    background: #BcecAc;
}
/*orange2*/
.wrapper .theme ul li.orange2.one{
    background:#ff8303!important;
}
.wrapper .theme ul li.orange2.two{
    background:#f7ea00!important;
}
.wrapper .theme ul li.orange2.three{
    background:#81b214!important;
}
.wrapper .theme ul li.orange2.four{
    background:#000!important;
}
.wrapper .theme ul li.orange2.five{
    background:#fff!important;
}
.wrapper .theme ul li.orange2.six{
    background:#FF522E!important;
}
.wrapper .theme ul li.orange2.seven{
    background: #0C5ADB!important;
}
.wrapper .theme ul li.orange2.eight{
    background: #0DA21A!important;
}
.wrapper .theme ul li.orange2.nine {
    background: #F2c1bb;
}
.wrapper .theme ul li.orange2.ten {
    background: #7a434b;
}
/*orange3*/
.wrapper .theme ul li.orange3.one{
    background:#ff8303!important;
}
.wrapper .theme ul li.orange3.two{
    background:#f7ea00!important;
}
.wrapper .theme ul li.orange3.three{
    background:#81b214!important;
}
.wrapper .theme ul li.orange3.four{
    background:#fff!important;
}
.wrapper .theme ul li.orange3.five{
    background:#FE6cD1!important;
}
.wrapper .theme ul li.orange3.six{
    background:#F853AF!important;
}
.wrapper .theme ul li.orange3.seven{
    background: #000!important;
}
.wrapper .theme ul li.orange3.eight{
    background:#FF522E!important;
}
.wrapper .theme ul li.orange3.nine {
    background: #d9b5dF;
}
.wrapper .theme ul li.orange3.ten {
    background: #7a434b;
}
/*orange4*/
.wrapper .theme ul li.orange4.one{
    background:#D10BDB!important;
}
.wrapper .theme ul li.orange4.two{
    background:#FF5BFF!important;
}
.wrapper .theme ul li.orange4.three{
    background: #FF5C5C!important;
}
.wrapper .theme ul li.orange4.four{
    background:#fff!important;
}
.wrapper .theme ul li.orange4.five{
    background:#FF00FF!important;
}
.wrapper .theme ul li.orange4.six{
    background:#ADFF2F!important;
}
.wrapper .theme ul li.orange4.seven{
    background: #000!important;
}
.wrapper .theme ul li.orange4.eight{
    background: #0C5ADB!important;
}
.wrapper .theme ul li.orange4.nine{
    background:#ff8303!important;
}
.wrapper .theme ul li.orange4.ten{
    background:#f7ea00!important;
}
/*orange5*/
.wrapper .theme ul li.orange5.one{
    background:#Fc9A98!important;
}
.wrapper .theme ul li.orange5.two{
    background:#FDA0F2!important;
}
.wrapper .theme ul li.orange5.three{
    background: #FDc4E2!important;
}
.wrapper .theme ul li.orange5.four{
    background:#fff!important;
}
.wrapper .theme ul li.orange5.five{
    background:#BcecAc!important;
}
.wrapper .theme ul li.orange5.six{
    background:#000!important;
}
.wrapper .theme ul li.orange5.seven{
    background:#0C5ADB!important;
}
.wrapper .theme ul li.orange5.eight{
    background: #0DA21A!important;
}
.wrapper .theme ul li.orange5.nine{
    background: #9dd2b5!important;
}
.wrapper .theme ul li.orange5.ten{
    background:#f7ea00!important;
}
.wrapper.active {
    transform: translate(-326px);
    transition: 0.5s;
}
.theme {
    height: 100%;
    width: 93%;
}
.theme h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 4px!important;
}
.title h2 {
    margin-bottom: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

/*==============================
    footer bottom
==============================*/
.footer-bottom-area {
    background: #E1ECF2;
    padding: 24px 0 15px;
}
.footer-social-address ul li {
    display: inline-block;
    margin-right: 53px;
}
.footer-social-address ul li a {
    color: #2A425A;
    display: inline-block;
    letter-spacing: 1.6px;
    transition: .5s;
    font-size: 14px;
}
.footer-social-address ul li a:hover{
    color: #F56E58;
}
.footer-bottom-content {
    float: right;
}
.footer-bottom-content p {
    color: #304C64;
    letter-spacing: 1px;
    font-size: 14px;
}
/*style-two*/
.footer-bottom-area.style-two {
    background: #1384EC;
    padding: 23px 0 12px;
}
.footer-bottom-area.style-two .footer-social-address ul li a {
    color: #fff;
}
.footer-bottom-area.style-two .footer-social-address ul li a:hover {
    color: #003472;
}
.footer-bottom-area.style-two .footer-bottom-content p {
    color: #fff;
}
/*style three*/
.footer-bottom-area.style-three {
    background-image: linear-gradient(to right, #2ABEDA, #8A63CD);
}
.footer-bottom-area.style-three .footer-social-address ul li a {
    color: #fff;
}
.footer-bottom-area.style-three .footer-social-address ul li a:hover{
    color: #FF532F;
}
.footer-bottom-area.style-three .footer-bottom-content p {
    color: #fff;
}
/*subscribe-area subscribe-area */
.subscribe-area ::placeholder {
    color: #03396B !important;
    font-size: 15px;
    font-weight: 400;
}
.subscribe-area :-ms-input-placeholder {
	color: #fff !important;
	font-size: 16px;
	font-weight:400;
}
.subscribe-area :-moz-placeholder {
	color: #a0a1a2!important;
	font-size: 16px;
	font-weight:400;
}
.footer-text-menu {
    text-align: right;
}
.footer-text-menu ul li {
    list-style: none;
    display: inline-block;
}
.footer-text-menu ul li a {
    display: inline-block;
    margin-left: 19px;
    color: #f8f9fe; 
}
/*scrollup section*/
.scroll-area{
  position: relative;
  z-index: 999;
 }
.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}
.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; 
  }
.scroll-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%; 
    }
 .scroll-area .go-top::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
      background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
      background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s;
      border-radius:100%; 
  }
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}
.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 58px;
    border-radius: 100%;
}
.top-wrap {
  position: relative; 
}
.top-wrap .go-top-button{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background: #F12A02;
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}
 .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
 }
.top-wrap .go-top-button::after {
      z-index: -1;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 45px;
      height: 45px;
      -webkit-animation: ripple 1.6s ease-out infinite;
      -moz-animation: ripple 1.6s ease-out infinite;
      -o-animation: ripple 1.6s ease-out infinite;
      animation: ripple 1.6s ease-out infinite;
      opacity: 0;
      background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
      background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
      background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
      border-radius:100%; 
  }
.top-wrap .go-top-button:hover {
      background-color: #222;
      color: #fff; 
  }
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }