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

Templete Name: Saieum
Templete URI: https://themeforest.net/user/PremiumTheme_?ref=Thememom
Author: PremiumTheme
Author URI: https://www.premiumtheme.org
Description: Ultimare landing page bundle.
Version: 1.0
Tags: Landing, Marketing, Cloud, Mail, Product, Saas, Apps, Git Control
Text Domain: saieum


NB : This is the stylesheet for this theme;

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


/**
* Table of content
*
* 1.0 - Defaults Css
* 2.0 - Navbar Css
* 3.0 - Slider Css
* 4.0 - Mail Preview Css
* 5.0 - Top Services Css
* 6.0 - Advantaves Css
* 7.0 - Advantaves Two Css
* 8.0 - Call to Action Css
* 9.0 - Text Image Css
* 10.0 - Feature So Css
* 11.0 - Call to Action Large Css
* 12.0 - Call to Action Two Css
* 13.0 - Call to Action Three Css
* 14.0 - Tabs Css
* 15.0 - Faq Css
* 16.0 - Why Us Css
* 17.0 - Screenshot Css
* 18.0 - Service List Css
* 19.0 - Benefits Css
* 20.0 - Pricing Css
* 21.0 - Success Story Css
* 22.0 - Subscribe  Css
* 23.0 - Awards Css
* 24.0 - Whatis Css
* 25.0 - Footer Css
**/

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

[Color codes]

Background:       rgba(137, 130, 247, .9) (Purple)
Content:          #05022a (Black)
Header h1-h6:     #05022a (Black)

a (standard):    #8982f7 (White)
a (visited):     #8982f7 (Blue)
a (active):      #8982f7 (Blue)

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



/*=============================================*/
/************** 1.0 - Default Css ************/
/*===========================================*/



* {
  padding: 0px;
  margin: 0px;
  outline: none; 
}

body{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
  transition: all .5s ease;
  color: #05022a;
  overflow-x: hidden;
}
::selection{
  background: #00aeff;
}
h1,h2,h3,h4,h5,h6{
    line-height:1.33em;
    font-weight:600;
    margin-bottom: 0px;
}
a {
  border: 2px solid transparent;
  position: relative;
  text-decoration: none; 
  transition: all .5s ease;
  color: #8982f7;
}
a:hover{
  color: #8982f7;
  text-decoration: none;
}
h1{
    font-size:2.93em;
}
h2{
    font-size:2.3em;
    font-weight: 300;
}
h3{
    font-size:1.87em;
}
h4{
    font-size:1.6em;
}
h5{
    font-size:1.33em;
}
h6{
    font-size:1.07em;
}
p{
  font-size:1em;
  margin-bottom: 0px!important;
}
ul {
  margin-bottom: 0px; 
}
li {
  list-style: none; 
}
button {
  border: none;
  cursor: pointer; 
}
button:focus {
  outline: none; 
}
img {
  max-width: 100%; 
}

.pt-button{
  color: #fff;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  border-radius: 100px;
  text-decoration: none;
  padding: 15px 30px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #4cb5ff, #8982f7, #4cb5ff, #cccccc, #8982f7);
  background-size: 400% 400%;
  display: inline-block;
  transition: all .5s ease;
}
.pt-button:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -o-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -ms-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -moz-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  border-radius: 5px;
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}
@keyframes gradient {
  0% {
    background-position: 0% 20%;
  }
  50% {
    background-position: 100% 80%;
  }
  100% {
    background-position: 0% 20%;
  }
}

.pt-button:hover{
  animation: gradient  8s ease infinite;
  color: #ffffff;
  box-shadow: 0px 7px 18px 2px rgba(0, 0, 0, 0.25);
}


.title-center{
  text-align: center;
}
.pt-title{
  padding-bottom: 50px;
}
.pt-title h2{
  padding-bottom: 20px;
}
.pt-title p{
  color: #a7a7a7;
}
.title-left{
  text-align: left;
}
.pt-title.light h2{
  font-weight: 300;
}

.pt-list li{
  padding-bottom: 10px;
  max-width: 470px;
}
.pt-list li:before{
  content: url(img/check.png);
  position: relative;
  top: 4px;
  padding-right: 10px;
}
.pt-border{
  border: 1px solid #e4e5f0;
  border-radius: 5px;
}
.pt-vertical-center{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.padding-top-50{
  padding-top: 50px;
}
/*=============================================*/
/************** 2.0 - Navbar Css **************/
/*===========================================*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: 1s;
  z-index: 3;
}
header.black{
  background: -webkit-linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -o-linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -ms-linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -moz-linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  z-index: 6;
}
.bg-light {
  background: transparent!important;
}
.navbar {
    padding: .5rem 0rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255,.9);
  margin: 10px 14px;
  padding: 0px;
}
.navbar-light .navbar-nav.light-bg .nav-link {
  color: #05022a;
}
.black .navbar-light .navbar-nav.light-bg .nav-link {
  color: #fff;
}
.nav-link{
  position: relative;
}

.left-menu {
  position: absolute;
  left: 49%;
  transform: translateX(-50%);
}
.right-menu{
  text-align: right;
}
.right-menu li{
  display: inline-block;
}
.right-menu li{
  display: inline-block;
  padding-right: 20px;
}
.right-menu li:last-child{
  padding-right: 0px;
}
.right-menu li a{
  color: #ffffff;
  margin: 8px 0px;
  padding: 0px;
}
.right-menu.light-bg li a{
  color: #05022a;
  margin: 8px 0px;
  padding: 0px;
}

.black .right-menu.light-bg li a{
  color: #fff;
}

.dropdown > a:after{
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 6px;
  color: #ffffff;
  font-size: 12px;
}
.right-menu {
  text-align: right;
  position: absolute;
  right: 0;
}
.right-menu li a span{
  margin-right: 12px;
}
.right-menu li a span img {
  position: absolute;
  left: 0;
  top: 14px;
}
select.language {
  background: rgba(255,255,255,0);
  color: #ffffff;
  border: none;
}
.light-bg select.language {
  color: #05022a;
}
.black .light-bg select.language {
  color: #fff;
}

select.language option {
  color: #000000;
}

.nav-item a::after{
  height: 0px;
}
.nav-item a:hover::after {
  height: 0px;
}
.nav-item a::after {
  width: 0%;
  height: 2px;
  display: block;    
  background: #000;
  content: " ";
  position: absolute;
  top: 23px;
  left: 0%;
  transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-item a:hover::after {
    width: 100%;
    height: 2px;
    display: block;  
    background: #000;
    content: " ";
    position: absolute;
    top: 23px;
    left: 0;
}
.black .nav-item a::after {
  width: 0%;
  height: 2px;
  display: block;    
  background: #fff;
  content: " ";
  position: absolute;
  top: 23px;
  left: 0%;
  transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.black .nav-item a:hover::after {
    width: 100%;
    height: 2px;
    display: block;  
    background: #fff;
    content: " ";
    position: absolute;
    top: 23px;
    left: 0;
}

/*===========================================*/
/************** 3.0 - Slider Css ************/
/*=========================================*/
#slider{
  height: 100vh;
  background: url(img/git_slider_bg.png) no-repeat center top;
  background-size: cover;
  background-color: #fbfbfb;
}
.slider-content{
  position: relative;
  height: 100vh;
  color: #ffffff;
}

.slider-content.light-bg {
  color: #05022a;
}
.verticle-align-tm{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider-title{
  padding-bottom: 25px;
  transition: all .5s ease;
}
.slider-text{
  padding-bottom: 45px;
  padding-right: 60px;
}
.slider-service {
    border: 1px solid transparent;
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    width: 300px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
    position: relative;
    left: -130px;
    z-index: 1;
    transition: all .5s ease;
}
.slider-service-list{
  position: absolute;
  width: 1000px;
  left: -400px;
  background: url(img/slider_service_bg.png) no-repeat center right;
}
.slider-service-list .slider-service{
  display: inline-block;
}
.service-details{
  color: #4c4c4c;
  transition: all .5s ease;
}
.service-title{
  color: #0f0f0f;
  height: 60px;
  width: 60px;
  background: #afaaf5;
  display: block;
  border: 1px solid #8982f7;
  border-radius: 100%;
  position: relative;
  margin-bottom: 25px;
  transition: all .5s ease;
}
.service-title svg{
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  transition: all .5s ease;
}
.service-title h5{
    position: absolute;
    left: 70px;
    width: 300px;
    top: 18px;
  transition: all .5s ease;
}
.service-details strong{
  margin-bottom: 17px;
  display: block;
}
.service-subtitle{
  padding-bottom: 5px;
}
.service-details ul{
  padding-bottom: 50px;
}
.service-play svg{
  color: #8982f7;
  transition: all .5s ease;
}
.service-play a ,
.service-play a svg{
  color: #0f0f0f;
  transition: all .5s ease;
}
.service-play a svg{
  margin-left: 5px;
}
.service-play a {
  float: right;
}
.play-border{
  border: 1px solid #8982f7;
  border-radius: 100%;
  padding: 7px 10px 7px 11px;
}


.top-service:before ,
.slider-service:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -o-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -ms-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -moz-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  border-radius: 5px;
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.top-service:hover::before ,
.slider-service:hover::before {
  opacity: 1;
}

.top-service:hover .service-play a,
.top-service:hover h5,
.top-service:hover .service-play svg,
.top-service:hover .service-details,
.top-service:hover .service-play a svg,

.slider-service:hover .service-play a,
.slider-service:hover h5,
.slider-service:hover .service-play svg,
.slider-service:hover .service-details,
.slider-service:hover .service-play a svg{
  text-decoration: none;
  color: #fff;
}
.top-service:hover .play-border,
.slider-service:hover .play-border{
  border: 1px solid #fff;
}
.top-service:hover .service-title,
.slider-service:hover .service-title{
  background: #fff;
  border: 1px solid #fff;
}
.top-service:hover .service-title svg,
.slider-service:hover .service-title svg{
  color: #8982f7;
}
.slick-initialized .slick-slide {
    display: block;
    margin: 0 15px;
}
#slider .light-bg .pt-button{
  box-shadow: 0px 7px 18px 2px rgba(0, 0, 0, 0);
}

/*============================================*/
/************** 25.0 - Feature Css ************/
/*==========================================*/
#feature{
  padding-top: 91px;
  padding-bottom: 94px;
}
.feature-one{
  text-align: center;
}
.bar:before {
    content: url(img/bar.png);
    padding: 10px;
    display: inherit;
    line-height: 0;
}
.feature-image{
  padding-bottom: 28px;
}
.feature-title{
  color: #37356a;
}
.feature-description{
  color: #37356a;
}

/*===========================================*/
/********* 4.0 - Mail Preview Css ***********/
/*=========================================*/

#feature {
    padding-top: 91px;
    padding-bottom: 94px;
}


#mail-preview{
  margin-top: -20vh;
}
.mail-preview img{
  box-shadow: 5px 0px 9px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

/*===========================================*/
/********* 5.0 - Top Services Css ***********/
/*=========================================*/
#top-services{
  padding-top: 100px;
  padding-bottom: 70px;
}
.top-service {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    width: 270px;
    overflow: hidden;
    z-index: 1;
    transition: all .5s ease;
    margin-bottom: 30px;
}

/*===========================================*/
/*********** 6.0 - Advantaves Css ***********/
/*=========================================*/
#advantages{
  padding-top: 90px;
  padding-bottom: 90px;
  background: url(img/screenshot_bg.png) no-repeat center bottom;
}
.advantage{
  padding-bottom: 35px;
}
.advantage:last-child{
  padding-bottom: 0px;
}
.advantage-icon{
  float: left;
  font-size: 36px;
  padding-top: 5px;
  padding-right: 30px;
  color: rgba(137,130,247,.9);
}
.advantage-text{
  padding-left: 61px;
}
/*===========================================*/
/********* 7.0 - Advantaves Two Css *********/
/*=========================================*/
#advantages-two{
  padding-top: 90px;
  padding-bottom: 100px;
}
.advantage-two{
  margin-bottom: 35px;
  padding: 30px 20px 30px 30px;
  border-radius: 5px;
  transition: all .5s ease;

}
.advantage-two:last-child{
  margin-bottom: 0px;
}

.advantage-two .advantage-text-two h5,
.advantage-text-two h5{
  background: linear-gradient(to right, #05022a 0%, #05022a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all .5s ease;
}
.advantage-icon-two{
  float: left;
  font-size: 36px;
  padding-top: 5px;
  padding-right: 30px;
  color: rgba(137,130,247,.9);
}
.advantage-two.active .advantage-icon-two,
.advantage-two:hover .advantage-icon-two{
  color: rgba(76,181,255,.8);
}
.advantage-two.active,
.advantage-two:hover{
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);

}
.advantage-two.active .advantage-text-two h5,
.advantage-two:hover .advantage-text-two h5{
  background: linear-gradient(to right, #8982f7 0%, #4cb5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*===========================================*/
/********* 8.0 - Call to Action Css *********/
/*=========================================*/
#call-to-action{
  padding-top: 100px;
  padding-bottom: 100px;
}
.call-to-action{
  color: #fff;
  text-align: center;
  background: url(img/call_to_action_bg.png) no-repeat center center;
  padding-top: 53px;
  padding-bottom: 60px;
  border-radius: 5px;
}
.call-to-action h2{
  padding-bottom: 20px;
}
.pt-button.call-to-action-button{
  background: rgba(255,255,255,.9);
  color: #4cb5ff;
}

/*===========================================*/
/********** 9.0 - Text Image Css ************/
/*=========================================*/
#text-image{
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(img/text_image_bg.png) no-repeat center center;
}
#text-image-two{
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(img/text_image_bg2.png) no-repeat center center;
}
.pt-relative{
  position: relative;
}
.text-image-text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.text-image-text h2{
  font-weight: 300;
  padding-bottom: 20px;
  color: #020529;
}
.text-image-text p{
  color: #020529;
}

/*===========================================*/
/*********** 10.0 - Feature So Css **********/
/*=========================================*/
#feature-so{
  padding-top: 100px;
  padding-bottom: 100px;
}
.feature-so{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.feature-so-item {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px 25px 30px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  max-width: 255px;
}
.feature-so-item:last-child{
  margin-bottom: 0px;
}
.feature-so-icon{
  min-width: 45px;
  min-height: 45px;
  background: url(img/icon_bg.png) no-repeat bottom left;
  margin-left: 5px;
  margin-bottom: 30px;
}
.feature-so-icon i,
.feature-so-icon svg{
  position: relative;
  top: 20px;
  left: -5px;
  font-size: 32px;
  color: #4cb5ff;
}
.feature-so-text h5{
  padding-bottom: 10px;
  background: linear-gradient(to right, #8982f7 0%, #4cb5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature-so-text p{
  color: #a7a7a7;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 20px;
}
.see-more{
  color: #a7a7a7;
}
.see-more:after{
  content: "\f061";
  font-family: fontawesome;
  font-size: 13px;
  margin-left: 5px;
}
.feature-so-text-details{
  padding-left: 70px;
}
.feature-so-text-details h2{
  font-weight: 300;
  padding-bottom: 20px;
}
.feature-so-text-details p{
  color: #020529;
  padding-bottom: 25px;
}
/*===========================================*/
/****** 11.0 - Call to Action Large Css *****/
/*=========================================*/
#call-to-action-large{
  padding-top: 90px;
  padding-bottom: 100px;
  background: url(img/call_to_action_large.png) no-repeat center top;
  background-color: #fbfbfb;
}
.call-to-action-large{
  text-align: center;
}
.call-to-action-large h2{
  padding-bottom: 35px;
}
.call-to-action-large p{
  padding-bottom: 40px;
}
/*===========================================*/
/****** 12.0 - Call to Action Two Css ******/
/*=========================================*/
#call-to-action-two{
  padding-top: 100px;
  padding-bottom: 100px;
}
.call-to-action-two{
  color: #fff;
  text-align: center;
  background: url(img/call_to_action_two_bg.png) no-repeat center center;
  padding-top: 55px;
  padding-bottom: 60px;
  border-radius: 5px;
}
.call-to-action h4{
  padding-bottom: 20px;
  text-transform: uppercase;
}
/*===========================================*/
/****** 13.0 - Call to Action Three Css ******/
/*=========================================*/
#call-to-action-three{
  padding-top: 100px;
  padding-bottom: 100px;
}
.call-to-action-three{
  color: #fff;
  text-align: center;
  background: url(img/call_to_action_three_bg.png) no-repeat center center;
  padding-top: 55px;
  padding-bottom: 60px;
  border-radius: 5px;
  padding-left: 170px;
  padding-right: 170px;
}
.call-to-action-three h4{
  text-align: left;
  padding-bottom: 20px;
  text-transform: uppercase;
  float: left;
}
.call-to-action-three button{
  margin-top: 7px;
}
/*===========================================*/
/************* 14.0 - Tabs Css **************/
/*=========================================*/
#pt-tabs{
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-tabs-four .nav-item{
  width: 25%;
}
.pt-tabs .nav-item{
  text-align: center;
}
.pt-tabs .nav-item a{
  padding-top: 20px;
  padding-bottom: 20px;  
  background: linear-gradient(to right, #8982f7 0%, #4cb5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pt-tabs .nav-item svg{
  font-size: 30px;
  color: #4cb5ff;
  margin-bottom: 5px;
}
.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-right: 1px solid #e4e5f0;
    border-bottom: 1px solid #e4e5f0;
}
.nav-tabs li:last-child .nav-link{
    border-right: 0px solid #e4e5f0;
}
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-bottom: 1px solid transparent;
}
.nav-tabs .nav-link.active{
  background: linear-gradient(to right, #4cb5ff 0%, #4cb5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-tabs {
    border-bottom: 1px solid transparent; 
}
.pt-tabs .tab-content{
  padding: 60px 30px;
}
.pt-tabs .tab-content h2{
  font-weight: 300;
  padding-bottom: 20px;

}
.pt-tabs .tab-content p{
  padding-bottom: 25px;
}
.pt-tabs a::after {
  width: 0%;
  height: 2px;
  display: block;    
  background: transparent;
  content: " ";
  position: absolute;
  top: 23px;
  left: 0%;
  transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pt-tabs a:hover::after {
    width: 100%;
    height: 2px;
    display: block;  
    background: transparent;
    content: " ";
    position: absolute;
    top: 23px;
    left: 0;
}
/*========================================*/
/************* 15.0 - Faq Css ************/
/*======================================*/
#pt-faq{
  padding-top: 94px;
  padding-bottom: 100px;
  background-color: #fbfbfb;
}
.panel {
  background: #ffffff;
  padding: 10px 30px 12px 30px;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 4.85px 0.15px rgba(0, 0, 0, 0.25);
}

.panel-title a{
  color: #05022a;
  font-size: 14px;
  font-weight: 600;
}
.panel-title a::before {
    content: '\f078';
    font-family: fontawesome;
    float: right;
    box-shadow: 0px 0px 13.95px 1.05px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    border-radius: 100%;
    padding: 1px 6px 1px 6px;
}
.panel-title a.active::before {
  content: '\f077';
  font-family: fontawesome;
}
.panel-title a.show::before {
  content: '\f077';
  font-family: fontawesome;
}
.panel-title a.show.active::before {
  content: '\f078';
  font-family: fontawesome;
}
.panel-body p{
  color: #423965;
}
.panel-body {
    padding-top: 19px;
}


/*===========================================*/
/************* 16.0 - Why Us Css ************/
/*=========================================*/
#whyus{
  padding-top: 90px;
  padding-bottom: 70px;
}
.whyus-item{
  box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  padding: 45px 25px 45px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: all .5s ease;
}
.whyus-item img{
  float: left;
  margin-right: 25px;
  max-width: 140px;
}
.whyus-item h5{
  padding-bottom: 15px;
}
.whyus-item p{
  padding-left: 165px;
}
.whyus-item:hover{
    color: #fff;
}
.whyus-item:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(img/whyus_item_bg.png) no-repeat center right;
  border-radius: 5px;
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.whyus-item:hover::before {
  opacity: 1;
}
/*===========================================*/
/********** 17.0 - Screenshot Css ************/
/*=========================================*/
#screenshot{
  padding-top: 92px;
  padding-bottom: 100px;
    background: url(img/screenshot_bg.png) no-repeat center bottom;
}
.screenshot img{
  display: block;
  margin: 0 auto;
  box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all .5s ease;
}
.screenshot img:hover{
  box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2);
}

/*===========================================*/
/********** 18.0 - Service List Css **********/
/*=========================================*/
#service-list{
  padding-top: 90px;
  padding-bottom: 100px;
}
.service-list-item {
  padding: 18px 30px;
  box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  margin-bottom: 15px;
  max-width: 370px;
  overflow: hidden;
  transition: all .5s ease;
}
.service-list-item h6{
  color: #505050;
  transition: all .5s ease;
}
.service-list-item svg{
  margin-right: 15px;
  color: #8982f7;
  transition: all .5s ease;
}
.service-list-item:hover {
  box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.1);
}
.service-list-item:hover h6{
  color: #8982f7;
}
.service-large-img img{
  box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}


/*===========================================*/
/************ 19.0 - Benefits Css ************/
/*=========================================*/
#benefits{
  padding-top: 90px;
  padding-bottom: 100px;
    background: url(img/benefits_bg.png) no-repeat center right;
}
.benefits-text h4,.benefits-para{
  padding-bottom: 20px;
}
.padding-bottom-10{
  padding-bottom: 10px;
}.pulse-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.pulse-icon .icon {
  font-size: 30px;
  animation: grow-shrink 4s ease-out infinite;
  position: relative;
  top: 16px;
  left: 4px;
}

.pulse-icon a{
  color: #fff; 
}

.pulse-icon .icon-wrap{
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 3;
}

.pulse-icon .elements{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.pulse-icon .circle{
  border-radius: 50%;
  position: absolute;
}
.pulse-icon .circle-inner{
  width: 80px;
  height: 80px;
  top: -10px;
  left: -10px;
  
  background: -webkit-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: -o-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: -ms-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: -moz-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: linear-gradient(315deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  animation: grow-circles 4s linear infinite both;
}
.pulse-icon .circle-outer{
  width: 100px;
  height: 100px;
  background: -webkit-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: -o-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: -ms-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: -moz-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: linear-gradient(315deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  top: -20px;
  left: -20px;
  animation: grow-circles 4s linear infinite both;
}

.pulse-icon .pulse{
  position: absolute;
  animation: pulse-wave 4s linear infinite both;
  border-radius: 50%;
}
.pulse-icon .pulse-1{
  border: solid 1px rgba(255,255,255,0.25);
  width: 200px;
  height: 200px;
  top: -70px;
  left: -70px;
}
.pulse-icon .pulse-2{
  border: solid 1px rgba(255,255,255,0.35);
  width: 300px;
  height: 300px;
  top: -120px;
  left: -120px;
}
.pulse-icon .pulse-3{
  border: solid 1px rgba(255,255,255,0.45);
  width: 400px;
  height: 400px;
  top: -170px;
  left: -170px;
}

@keyframes pulse-wave{
  0%{
    opacity: 0;
    transform: scale(0.1);
  }
  50%{
    opacity: 1;
    transform: scale(0.5);
  }
  100%{
    opacity: 0;
    transform: scale(1.0);
  }
}

@keyframes grow-circles{
  0%{
    opacity: 0.85;
    transform: scale(1.0);
  }
  15%{
    opacity: 1;
    transform: scale(1.05);
  }
  30%{
    opacity: 0.85;
    transform: scale(1.0);
  }
  
}

@keyframes grow-shrink{
  0%{
    transform: scale(1);
  }
  15%{
    transform: scale(1.1);
  }
  30%{
    transform: scale(1);
  }

}
/*===========================================*/
/************* 20.0 - Pricing Css ************/
/*=========================================*/
#pricing{
  padding-top: 90px;
  padding-bottom: 100px;
  background: #fafafa;
}
.pricing-item{
  position: relative;
  text-align: center;
  background: -webkit-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -o-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -ms-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -moz-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  border-radius: 5px;
  padding:55px 60px 60px 60px;
  z-index: 1;
  transition: all .5s ease;
  color: #ffffff;
  
}
.pricing-item:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, rgb(251, 140, 167) 0%, rgb(139, 95, 255) 100%);
  background: -o-linear-gradient(bottom, rgb(251, 140, 167) 0%, rgb(139, 95, 255) 100%);
  background: -ms-linear-gradient(bottom, rgb(251, 140, 167) 0%, rgb(139, 95, 255) 100%);
  background: -moz-linear-gradient(bottom, rgb(251, 140, 167) 0%, rgb(139, 95, 255) 100%);
  background: linear-gradient(to top, rgb(251, 140, 167) 0%, rgb(139, 95, 255) 100%);
  border-radius: 5px;
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.pricing-item:hover::before {
  opacity: 1;
}

.pricing-title{
  text-transform: uppercase;
}
.pricing-sub-title{
  padding-bottom: 2px;
}
.price{
  padding-bottom: 50px;
}
.price span{
  font-size: 24px;
  position: relative;
  top: -12px;
  padding-right: 5px;
}
.pricing-details{
  padding-bottom: 20px;
}
.pricing-details li{
  border-bottom: 1px solid rgba(255,255,255,.1); 
  padding: 8px 0px 7px 0px;
}
.pricing-details li:last-child{
  border-bottom: none;
}
.title-center {
    text-align: center;
}
/*===========================================*/
/********* 21.0 - Success Story Css *********/
/*=========================================*/
#success-story{
  padding-top: 90px;
  padding-bottom: 100px;
  background: url(img/success_story_bg.png) no-repeat center top;
}
.slideit{
  text-align: center;
}

.slideit blockquote,
.slideit p,
.slideit h5{
  text-align: left;
}
.success-story{
  max-width: 400px;
  overflow: hidden;
  box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  border-radius: 5px;
}
.client-media{
  position: relative;
}
.client-media .pulse-icon .circle-inner{
  opacity: .4;
}
.client-media .pulse-icon .circle-outer{
  opacity: .3;
}
.client-text-content{
  padding: 45px 30px;
}
.client-details{
  padding-bottom: 20px;
}
.client-details p{
  font-size: 15px;
  line-height: 21px;
  color: #a7a7a7;
}
blockquote {
    margin: 0 0 0;
    padding-left: 45px;
    position: relative;
}
blockquote::before {
    content: url(img/quote.png);
    float: left;
    line-height: 0;
    position: absolute;
    top: 7px;
    left: 0px;
}
.slick-dots li button:before {
    font-size: 15px;
    opacity: .5;
    color: #8982f7;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #8982f7;
}
.slick-dots li {
    margin: 0 0px;
}
.slick-dots {
    bottom: -40px;
}
/*==================================================*/
/************* 22.0 - Subscribe  Css ***************/
/*================================================*/
#subscribe{
  padding-top: 100px;
  padding-bottom: 100px;
}
.subscribe-form-bg{
  border-radius: 5px;
  background: url(img/subscribe_form_bg.png);
  background-size: cover;
  background-position: center left;
}
.newsletter{
  padding: 55px 0px;
  text-align: center;
  position: relative;
  left: -80px;
}
.newsletter input[type="email"]{
  background: rgba(94,233,238,.5);
  border: none;
  padding: 16px 30px;
  margin-right: 30px;
  border-radius: 100px;
  width: 370px;
  transition: all .3s ease;
  color: #ffffff;
}
.newsletter input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}
.newsletter input[type="submit"]{
  border: none;
  border-radius: 100px;
  background: rgba(94,233,238,.5);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 17px 30px;
  color: #fff;
  transition: all .3s ease;
  position: absolute;
  cursor: pointer;

}
/*===========================================*/
/************* 23.0 - Awards Css ************/
/*=========================================*/
#awards{
  padding-top: 92px;
  padding-bottom: 96px;
  background: #fbfbfb;
}
.award-text h3{
  padding-bottom: 15px;
}
.awards-logo{
  padding-top: 58px;
}
.awards-logo p{
  color: #a7a7a7;
  padding-top: 10px;
  font-size: 15px;
  line-height: 21px;
}
/*===========================================*/
/************** 24.0 - What Is Css ***********/
/*=========================================*/
#whatis{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f3f5f9;
}
.browser-frame{
}
.empty-space{
  padding-bottom: 15px;
}
.tm-text{
  padding-bottom: 42px;
}
.image-holder img{
  position: absolute;
  width: 705px;
  max-width: 960px;
  height: auto;
  border-radius: 5px;
}
.vertical-height{
  height: 557px;
  position: relative;
}
.vertical-wrapper{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pulse-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.tm-relative{
  position: relative;
}
#whatis .tm-text{
  padding-right: 60px;
}
.pulse-icon .icon {
  font-size: 30px;
  animation: grow-shrink 4s ease-out infinite;
  position: relative;
  top: 16px;
  left: 4px;
}

.pulse-icon a{
  color: #fff; 
}

.pulse-icon .icon-wrap{
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 3;
}

.pulse-icon .elements{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.pulse-icon .circle{
  border-radius: 50%;
  position: absolute;
}
.pulse-icon .circle-inner{
  width: 80px;
  height: 80px;
  top: -10px;
  left: -10px;
  background: -webkit-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -o-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -ms-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -moz-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  animation: grow-circles 4s linear infinite both;
}
.pulse-icon .circle-outer{
  width: 100px;
  height: 100px;
  background: -webkit-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -o-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -ms-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -moz-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  top: -20px;
  left: -20px;
  animation: grow-circles 4s linear infinite both;
}

.pulse-icon .pulse{
  position: absolute;
  animation: pulse-wave 4s linear infinite both;
  border-radius: 50%;
}
.pulse-icon .pulse-1{
  border: solid 1px rgba(137,130,247,0.5);
  width: 200px;
  height: 200px;
  top: -70px;
  left: -70px;
}
.pulse-icon .pulse-2{
  border: solid 1px rgba(137,130,247,0.5);
  width: 300px;
  height: 300px;
  top: -120px;
  left: -120px;
}
.pulse-icon .pulse-3{
  border: solid 1px rgba(137,130,247,0.5);
  width: 400px;
  height: 400px;
  top: -170px;
  left: -170px;
}

@keyframes pulse-wave{
  0%{
    opacity: 0;
    transform: scale(0.1);
  }
  50%{
    opacity: 1;
    transform: scale(0.5);
  }
  100%{
    opacity: 0;
    transform: scale(1.0);
  }
}

@keyframes grow-circles{
  0%{
    opacity: 0.85;
    transform: scale(1.0);
  }
  15%{
    opacity: 1;
    transform: scale(1.05);
  }
  30%{
    opacity: 0.85;
    transform: scale(1.0);
  }
  
}

@keyframes grow-shrink{
  0%{
    transform: scale(1);
  }
  15%{
    transform: scale(1.1);
  }
  30%{
    transform: scale(1);
  }

}

/*==========================================*/
/************** 7.0 - Works Css ************/
/*========================================*/
#works{
  padding-top: 95px;
  padding-bottom: 69px;
  background-color: #fbfbfb;
}
.single-image{
  margin-bottom: 30px;
  position: relative;
}
.portfolio-menu .portfolio-btn-group .form-control{
  display: inline-block;
  width: 12%;
  background: none;
  border: none;
  box-shadow: none;
  text-align: left;
  padding-left: 0px;
}
.overlay {
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  text-align: center;
  width: 100%;
  z-index: 5;
}
.overlay h5 a{
  color: #ffffff;
}
.portfolio-btn {
  float: right;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.porfolio-img{
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.porfolio-img a img{ 
  border-radius: 5px;
}
.porfolio-img:before {
  position: absolute;
  content: "";
  top:0px; 
  bottom:0px;
  bottom: 0px;
  right: -1px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 2;
  border-radius: 5px;
}
.porfolio-img:after {
  position: absolute;
  content: "";
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: -webkit-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -o-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -ms-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -moz-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  border-radius: 50%;
  z-index: 3;
  transition: all .25s linear;
  opacity: 1;
}
.porfolio-img:hover::after {
  position: absolute;
  content: "";
  bottom: 0px;
  right: -1px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -o-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -ms-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -moz-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  border-radius: 5px;
  z-index: 3;
  opacity: 1;
}
.padding-bottom-98{
  padding-bottom: 58px;
}
/*===========================================*/
/************* 25.0 - Footer Css ************/
/*=========================================*/
#footer a::after {
  width: 0%;
  height: 2px;
  display: block;
  background-color: #fff;
  content: " ";
  position: absolute;
  top: 21px;
  left: 0%;
  transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
  
#footer a:hover::after {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #fff;
  content: " ";
  position: absolute;
  top: 21px;
  left: 0;
}
#footer{
  background: url(img/footer-bg.jpg);
  background-size: cover;
  background-position: center;
}
#footer h1{
  margin: 0px;
}
.widget-area{
    background: #0f0f12;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.widget-title-tm{
  font-weight: 400;
  padding-bottom: 35px;
}
.tm-widget-text a,
.copyright-text a,
.copyright-nav a,
.widget-links a{
  color: #ffffff;
  transition: all .5s ease;
}
.tm-widget-text li{
  padding-bottom: 6px;
}
.tm-widget-text li:last-child{
  padding-bottom: 0px;
}
.widget-links li{
  padding-bottom: 5px;
}
.widget-links li:last-child{
  padding-bottom: 0px;
}
.copyright-area{
  background: #000000;
  padding: 23px 0px;
}
.copyright-text,
.copyright-nav a{
  font-size: 0.866em;
  color: #ffffff;
}
.copyright-nav{
  text-align: right;
}
.copyright-nav li{
  display: inline-block;
  padding-left: 25px;
}
#map{
  height: 300px;
  width: 100%;
  border-radius: 5px;
}


