/*
 * Title:  Applu
 * Author: XeroTheme
 */

/* --------------------------------------------------------
[Table of contents]
1. Global styles
2. Menu styles
3.Banner
4.Banner slider
5.Awesome layout
6.About App
7.App feature
8.App preview
9.Fun fact
10.Our pricing
11.Our team
12.Feedback
13.Blog
14.Contact page
15.Newsletter
16.Footer
17.Responsive

[End table of contents]
----------------------------------------------------------------------- */

/* ------------------------------
   Global styles
---------------------------- */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline; }



article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block; }



body {

  line-height: 1; }



ol, ul {

  list-style: none; }



blockquote, q {

  quotes: none; }



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none; }



table {

  border-collapse: collapse;

  border-spacing: 0; }



body {

  font-family: 'Cairo', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  text-align: justify;
  line-height: 26px;

  letter-spacing: 0; }



img {

  max-width: 100%; }



a,

a:hover,

a:focus {

  cursor: pointer !important;

  outline: none;

  text-decoration: none; }



h1,

h2,

h3,

h4,

h5,

h6 {

font-family: 'Cairo', sans-serif;
  font-weight: 400;
  
  color: #1e2c34;

  margin: 0;

  padding: 0; }



ul, li {

  margin: 0;

  padding: 0;

  list-style: none; }



strong {

  font-weight: 700; }



/* This only works with JavaScript, 
        if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}


/* -------------------------------- 

menue style

-------------------------------- */
.active_sc{
    background:#4391CE !important;
    padding-top: 0 !important;
    z-index: 99999;
    transition: 0.3s all;
}
.navbar.active_sc .navbar-brand{
  padding-top: 10px;
}



.navbar.navbar-expand-lg{
  background: none;
  transition: 0.3s all;
  z-index: 999999999999999999;
  padding-top: 20px;
}

.navbar.navbar-expand-lg .nav-item a:hover{
  color: #ffffff;
}
.navbar-light .navbar-brand{
  padding-top: 10px;
}
.navbar .navbar-brand img{
  width: 45%;
}
.navbar .nav-item a{
  color: #ffffff;
  font-size: 16px;
  font-family: 'Cairo', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link{
  color: #ffffff;
  text-decoration: underline;
}

/* -------------------------------- 

close menue style

-------------------------------- */




/* -------------------------------- 

Start Banner style

-------------------------------- */

.banner_sec{
  width: 100%;
  padding-top: 200px;
  padding-bottom: 544px;
  position: relative;
  overflow: hidden;
   background: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 99;
}

.banner_sec:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #4391CE;
  background: -moz-linear-gradient(359deg, #86BAE1 0%, #4391CE 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #86BAE1), color-stop(100%, #4391CE)); /* safari4+,chrome */
  background: -webkit-linear-gradient(359deg, #86BAE1 0%, #4391CE 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(359deg, #86BAE1 0%, #4391CE 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(359deg, #86BAE1 0%, #4391CE 100%); /* ie10+ */
  background: linear-gradient(91deg, #86BAE1 0%, #4391CE 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86BAE1', endColorstr='#4391CE',GradientType=1 ); /* ie6-9 */ 

  opacity: 0.8;
   z-index: -9;
}

.triangle-1 {
  width: 0;
  height: 0;
  border-bottom: 20vw solid #ffffff;
  border-right: 100vw solid transparent;
  float: left;
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.triangle-2 {
  width: 0;
  height: 0;
  border-bottom: 20vw solid #ffffff;
  border-left: 100vw solid transparent;
  margin-top: 0;
  z-index: 9;
  position: absolute;
  bottom: 0;
}


.banner_sec .banner_inside{
  text-align: center;
}
.banner_sec .banner_inside h2{
  color: #ffffff;
  padding-bottom: 24px;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3em;
}
.banner_sec .banner_inside p{
  padding-bottom: 34px;
  line-height: 1.7em;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.banner_sec .banner_inside ul li{
  display: inline-block;
  padding-right: 12px;
}
.banner_sec .banner_inside ul li .btn{
  color: #ffffff;
  text-transform: uppercase;
  background: #4391CE;
  background: -moz-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4391CE), color-stop(100%, #86BAE1)); /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ie10+ */
  background: linear-gradient(270deg, #86BAE1 0%, #4391CE 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4391CE', endColorstr='#86BAE1',GradientType=1 ); /* ie6-9 */ 
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 20px 42px;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner_sec .banner_inside ul li .btn:after{
  content: '';
  width: 100%;
  height: 0;
  background:#86BAE1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
.banner_sec .banner_inside ul li .btn:hover{
  color: #ffffff;
}
.banner_sec .banner_inside ul li .btn:hover:after{
  height: 100%;
}

.banner_sec .banner_inside ul li a{
  color: #ffffff;
}
.banner_sec .banner_inside ul li a:hover{
  color: #66d5be;
}

#banner_three .slider_single img{
  width: 100%;
}


.coming-soon{
  height: 85vh;
  padding-bottom: 0 !important;
}

/* -------------------------------- 

Close Banner style

-------------------------------- */




/* -------------------------------- 

Start Banner slider style

-------------------------------- */

.banner_slider{
  width: 100%;
  margin-top: -460px;
  position: relative;
  z-index: 999;
}

.banner_slider .owl-carousel.owl-drag .owl-item{
  margin-top: 2%;
  margin-bottom: 2%;
  z-index: 1;
}
.banner_slider .owl-carousel.owl-drag .owl-item.center{
  z-index: 999;
}
#banner_three div.center img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/*partner logo*/
.logo-partner{
  width: 100%;
  padding-top: 80px;
}

/* -------------------------------- 

Close Banner slider style

-------------------------------- */




/* -------------------------------- 

Start Awesome layout style

-------------------------------- */

.awesome-layout{
  width: 100%;
  background-color: #ffffff;
  padding: 120px 0;
}

.awesome-layout .service_single:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 1px 18px -3px rgba(0,0,0,0.8);/*FF 3.5+*/
-webkit-box-shadow: 0 1px 18px -3px rgba(0,0,0,0.8);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 1px 18px -3px rgba(0,0,0,0.8);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.awesome-layout .service_single{
  text-align: center;
  padding: 46px 26px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.awesome-layout .service_single h3{
  line-height: 1.3em;
  padding: 18px 0;
  font-weight: 600;
  color: #525b6c;
  font-size: 24px;
}
.awesome-layout .service_single p{
  line-height: 1.7em;
  font-weight: 400;
  color: #525b6c;
  font-size: 14px;
}


/* -------------------------------- 

Close Awesome layout style

-------------------------------- */




/* -------------------------------- 

Start About App style

-------------------------------- */

.about_apps{
  width: 100%;
  padding: 120px 0;
  background-color: #f6f6f6;
}

/*title*/
.about_apps .title{
  padding-bottom: 0;
}

.title{
  padding-bottom: 80px;
}

.title h3{
  padding-bottom: 14px;
  line-height: 1.3em;
  font-weight: 700;
  color: #404049;
  font-size: 30px;
  text-transform: uppercase;
}
.title img{
  max-width: 174px;
}
.title p{
  padding-top: 15px;
  font-weight: 500;
  color: #404049;
  font-size: 14px;
  line-height: 1.7em;
}
/*title*/


.about_app_list li{
  position: relative;
  margin-top: 20px;
}
.about_app_list li img{
  position: absolute;
  left: 0;
  top: 0;
}
.about_app_list li h4{
  line-height: 1.3em;
  padding-bottom: 16px;
  font-weight: 600;
  color: #404049;
  font-size: 24px;
}
.about_app_list li p{
  line-height: 1.7em;
  font-weight: 400;
  color: #404049;
  font-size: 16px;
}

/* -------------------------------- 

Close About App style

-------------------------------- */




/* -------------------------------- 

Start App feature style

-------------------------------- */


.app_feature{
  width: 100%;
  background-color: #ffffff;
  padding-top: 120px;
}

.right-align{
  text-align:right;
}
.right-align li{
  position: relative;
  padding-right: 98px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  width: 100%;
}
.right-align li img{
  position: absolute;
  right: 0;
  top: 0;
}
.left-align{
  text-align:left;
}
.left-align li{
  position: relative;
  padding-left: 98px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  width: 100%;
}
.left-align li img{
  position: absolute;
  left: 0;
  top: 0;
}

.list_feature h4{
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  color: #404049;
  line-height: 1.3em;
}
.list_feature p{
  font-weight: 400;
  color: #404049;
  font-size: 14px;
  line-height: 1.7em;
}

.feature_image{
  text-align: center;
}
.feature_image img{
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------- 

Close App feature style

-------------------------------- */




/* -------------------------------- 

Start App preview style

-------------------------------- */

.app_preview{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}

#app_screen{
  margin-top: -2%;
}

#app_screen div.center img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.app_preview .owl-carousel.owl-drag .owl-item{
  margin-top: 2%;
  margin-bottom: 2%;
  z-index: 1;
}
.app_preview .owl-carousel.owl-drag .owl-item.center{
  z-index: 999;
}

/* -------------------------------- 

Close App preview style

-------------------------------- */



/* -------------------------------- 

Start Fun fact style

-------------------------------- */

.fun_fact{
  width: 100%;
  padding: 120px 0; 
  background-image: url(../img/fun_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 99; 
  background-attachment: fixed;
}
.fun_fact:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  z-index: -1;
 background: #4391CE;
  background: -moz-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4391CE), color-stop(100%, #86BAE1)); /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ie10+ */
  background: linear-gradient(270deg, #86BAE1 0%, #4391CE 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4391CE', endColorstr='#86BAE1',GradientType=1 ); /* ie6-9 */ 
  
  opacity: 0.9;
}

.fun_single{
  width: 100%;
  text-align: center;
}
.fun_single h2{
  color: #ffffff;
  padding-top: 36px;
  padding-bottom: 18px;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.3em;
}
.fun_single h4{
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3em;
}

/* -------------------------------- 

Close Fun fact style

-------------------------------- */




/* -------------------------------- 

Start Our pricing style

-------------------------------- */

.price_list{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.price_single{
  width: 100%;
  background-color: #f6f6f6;
  text-align: center;
  padding-bottom: 26px;
}

.price_single.price-center .price_head{
 background: #4391CE;
  background: -moz-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4391CE), color-stop(100%, #86BAE1)); /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ie10+ */
  background: linear-gradient(270deg, #86BAE1 0%, #4391CE 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4391CE', endColorstr='#86BAE1',GradientType=1 ); /* ie6-9 */ 

}
.price_single .price_head{
  position: relative;
  padding-top: 46px;
  padding-bottom: 70px;
  overflow: hidden;
  background-color: #4391CE;
  z-index: 11;
}
.price_single .price_head:after{
  content: '';
  width: 60%;
  height: 140px;
  background-color: #f6f6f6;
  position: absolute;
  left: -30px;
  bottom: -90px;
  z-index: -1;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.price_single .price_head:before{
  content: '';
  width: 60%;
  height: 140px;
  background-color: #f6f6f6;
  position: absolute;
  right: -30px;
  bottom: -90px;
  z-index: -1;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.price_single .price_head h2{
  color: #ffffff;
  line-height: 1.3em;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}
.price_single .price_head h3{
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
}
.price_single .price_head h3 small{
  font-size: 18px;
}

.price_single .price_body ul li{
  padding-bottom: 26px;
  font-weight: 500;
  color: #404049;
  font-size: 18px;
  line-height: 1.7em;
}
.price_single.price-center .price_body .btn{
  background: #4391CE;
  background: -moz-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4391CE), color-stop(100%, #86BAE1)); /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ie10+ */
  background: linear-gradient(270deg, #86BAE1 0%, #4391CE 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4391CE', endColorstr='#86BAE1',GradientType=1 ); /* ie6-9 */ 

  color: #ffffff;
  z-index: 11;
}

.price_single .price_body .btn{
  padding: 20px 55px;
  border:2px solid #4391CE;
  text-transform: uppercase;
  font-weight: 600;
  color: #404049;
  font-size: 18px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  position: relative;
  z-index: 11;
  overflow: hidden;
}
.price_single .price_body .btn:after{
  width: 0;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #4391CE;
  background: -moz-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4391CE), color-stop(100%, #86BAE1)); /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ie10+ */
  background: linear-gradient(270deg, #86BAE1 0%, #4391CE 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4391CE', endColorstr='#86BAE1',GradientType=1 ); /* ie6-9 */ 

  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -1;
}
.price_single .price_body .btn:hover{
  color: #ffffff;
}
.price_single .price_body .btn:hover:after{
  width: 100%;
}

/* -------------------------------- 

Close Our pricing style

-------------------------------- */



/* -------------------------------- 

Start our team style

-------------------------------- */

.our_team{
  width: 100%;
  padding-top: 120px;
  background-color: #f6f6f6;
  padding-bottom: 120px;
}


.item-inner{
    color:#fff;
    position:relative;
    overflow:hidden;
    width:100%;
    text-align:center
}
.item-inner *{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.item-inner img{
  opacity:1;
  width:100%;
  -webkit-transition:opacity .35s;
  transition:opacity .35s;
  width: 375px;
  height: 428px;
}
.item-inner .overlay{
    position:absolute;
    bottom:0;
    left:0;
    padding:3em;
    width:100%;
    height:100%
}
.item-inner .overlay::before{
    position:absolute;
    top:50%;
    right:15px;
    bottom:50%;
    left:15px;
    border-top:1px solid rgba(255,255,255,.8);
    border-bottom:1px solid rgba(255,255,255,.8);
    content:'';
    opacity:0;
    background-color:#fff;
    -webkit-transition:all .4s;
    transition:all .4s;
    -webkit-transition-delay:.6s;
    transition-delay:.6s
}
.item-inner .view-list,.item-inner a,.item-inner p{
    margin:0 0 5px;
    opacity:0;
    -webkit-transition:opacity .35s,-webkit-transform .35s;
    transition:opacity .35s,-webkit-transform .35s,-moz-transform .35s,-o-transform .35s,transform .35s
}
.item-inner .view-list,.item-inner a{
    -webkit-transform:translate3d(0,50%,0);
    transform:translate3d(0,50%,0);
    -webkit-transition-delay:.3s;
    transition-delay:.3s
}
.item-inner:hover .overlay .view-list,.item-inner:hover .overlay a{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    -webkit-transition-delay:.3s;
    transition-delay:.3s;
  }
.item-inner:hover .overlay::before{
  background: #4391CE;
  background: -moz-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4391CE), color-stop(100%, #86BAE1)); /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ie10+ */
  background: linear-gradient(270deg, #86BAE1 0%, #4391CE 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4391CE', endColorstr='#86BAE1',GradientType=1 ); /* ie6-9 */ 

    border:none;
    top:15px;
    bottom:25px;
    -webkit-transition-delay:0s;
    transition-delay:0s;
    opacity:.8;
}
.item-inner .view-list{
    margin-top:-25px;
    position:relative;
    top:50%;
    transform:translate3d(0,50%,0);
    transition-delay:.3s;
    width:100%
}
.item-inner .view-list a{
  display:inline-block;
}

.item-inner .view-list h4{
  color: #ffffff;
  padding-bottom: 8px;
  line-height: 1.3em;
  font-weight: 600;
  font-size: 24px;
}
.item-inner .view-list h5{
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}
.item-inner .view-list ul li{
  display: inline-block;
  border:1px solid #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 4px;
  padding-top: 2px;
}
.item-inner .view-list ul li a{
  color: #ffffff;
}

/* -------------------------------- 

Close our team style

-------------------------------- */




/* -------------------------------- 

Start Feedback style

-------------------------------- */


.user_feedback{
  width: 100%;
  background-color: #ffffff;
  padding-top: 120px;
}

.user_feedback .owl-carousel .owl-item img{
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.user_feedback {
  background-color: #f6f6f6;
  padding: 25px;
}
.user_feedback .testi_single h4{
  font-weight: 600;
  color: #404049;
  font-size: 24px;
  line-height: 1.3em;
}
.user_feedback .testi_single h5{
  font-weight: 500;
  color: #404049;
  font-size: 16px;
  line-height: 1.7em;
}

.user_feedback .testi_text p{
  padding-top: 20px;
  line-height: 1.7em;
  font-weight: 400;
  color: #404049;
  font-size: 14px;
}

/* -------------------------------- 

Close Feedback style

-------------------------------- */



/* -------------------------------- 

Start Blog style

-------------------------------- */

.our_blog{
  width: 100%;
  background-color: #ffffff;
  padding-top: 120px;
}
.blog_single .card{
  border:0;
}
.blog_single .card-body{
  background-color: #f6f6f6;
  padding: 22px 12px;
}
.blog_single .card-body h3{
  padding-bottom: 10px;
  line-height: 1.3em;
  font-weight: 600;
  color: #404049;
  font-size: 20px;
}
.blog_single .card-body p{
  font-weight: 400;
  color: #404049;
  font-size: 14px;
  line-height: 1.7em;
  padding-bottom: 20px;
}

.blog_single .card-body .btn{
  padding: 10px 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  background: #4391CE;
  background: -moz-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4391CE), color-stop(100%, #86BAE1)); /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ie10+ */
  background: linear-gradient(270deg, #86BAE1 0%, #4391CE 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4391CE', endColorstr='#86BAE1',GradientType=1 ); /* ie6-9 */ 

}



/* -------------------------------- 

Close Blog style

-------------------------------- */




/* -------------------------------- 

Start Contact page style

-------------------------------- */


.contact_sec{
  width: 100%;
  padding-top: 120px;
  background-color: #ffffff;
  padding-bottom: 120px;
}

#map{
  height: 376px;
}
.maps-bg{
  position: relative;
}
.contact_sec .contact_form{
  margin-top: -130px;
  background-color: #ffffff;
  padding: 42px 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
  -moz-box-shadow: 0 1px 18px -3px rgba(0,0,0,0.8);/*FF 3.5+*/
  -webkit-box-shadow: 0 1px 18px -3px rgba(0,0,0,0.8);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 1px 18px -3px rgba(0,0,0,0.8);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.form_inside input,
.form_inside textarea{
  margin-bottom: 24px;
  padding: 10px 12px;
  font-weight: 400;
  color: #b7b7b7;
  font-size: 12px;
}
.form_inside .btn{
  background: none;
  padding: 12px 45px;
  text-transform: uppercase;
  font-weight: 500;
  color: #222341;
  border:1px solid #222341;
  font-size: 16px;
}

.single_contact{
  width: 100%;
  text-align: center;
  padding-bottom: 24px;
}
.single_contact p{
  padding-top: 12px;
  font-weight: 500;
  color: #222341;
  font-size: 16px;
}



/* -------------------------------- 

Close Contact page style

-------------------------------- */




/* -------------------------------- 

Start Newsletter style

-------------------------------- */

.subscribe_letter{
  width: 100%;
  padding: 90px 0;
  background-color: #26262e;
}
.newsletter_inside{
  text-align: center;
}
.newsletter_inside h3{
  color: #ffffff;
  padding-bottom: 24px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3em;
}
.newsletter_inside form{
  position: relative;
}
.newsletter_inside form input{
  width: 100%;
  padding: 22px 30px;
  font-weight: 400;
  color: #5b6b7a;
  font-size: 14px;
  border-radius: 40px;
  border:0;
  outline: 0;
}
.newsletter_inside form button{
  position: absolute;
  right: 4px;
  top: 2px;
  background: #4391CE;
  background: -moz-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4391CE), color-stop(100%, #86BAE1)); /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(180deg, #86BAE1 0%, #4391CE 100%); /* ie10+ */
  background: linear-gradient(270deg, #86BAE1 0%, #4391CE 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4391CE', endColorstr='#86BAE1',GradientType=1 ); /* ie6-9 */ 

  padding: 20px 34px;
  border-radius: 30px;
  border:0;
  outline: 0;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}


/* -------------------------------- 

Close Newsletter style

-------------------------------- */




/* -------------------------------- 

Start Footer style

-------------------------------- */

.footer{
  width: 100%;
  background-color: #4391CE;
  padding: 24px 0;
}
.copy_text p{
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
.footer_social li{
  display: inline-block;
  padding-left: 16px;
}
.footer_social li a{
  width: 40px;
  height: 40px;
  border:2px solid #ffffff;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  text-align: center;
  padding-top: 4px;
}


/* -------------------------------- 

Close Footer style

-------------------------------- */




/* -------------------------------- 

Start Responsive style

-------------------------------- */


@media only screen and (max-width : 767px) {
  .navbar-toggler{
    border:1px solid #ffffff;
  }
  .navbar-toggler i{
    color: #ffffff;
  }
  .navbar .navbar-collapse{
    background-color: #4391CE ;
    padding: 10px 0;
    text-align: center;
  }

  .banner_sec .banner_inside h2{
    font-size: 38px;
  }
  .banner_sec .banner_inside p{
    font-size: 16px;
  }
  .awesome-layout .service_single h3{
    font-size: 20px;
  }
  .title h3{
    font-size: 24px;
  }
  .about_app_list li h4{
    font-size: 18px;
  }
  .about_app_list li p{
    font-size: 14px;
  }
  .list_feature h4{
    font-size: 18px;
  }

  .fun_single h2{
    font-size: 38px;
  }
  .fun_single h4{
    font-size: 20px;
  }

  .price_single .price_head h2{
    font-size: 20px;
  }
  .price_single .price_head h3{
    font-size: 32px;
  }
  .price_single .price_head h3 small{
    font-size: 16px;
  }
  .price_single .price_body ul li{
    font-size: 16px;
  }
  .price_single .price_body .btn{
    padding: 10px 24px;
    font-size: 16px;
  }
  .item-inner .view-list h4,
  .user_feedback .testi_single h4{
    font-size: 20px;
  }
  .item-inner .view-list h5{
    font-size: 16px;
  }
  .blog_single .card-body h3{
    font-size: 18px;
  }
  .single_contact p{
    font-size: 14px;
  }
  .newsletter_inside h3{
    font-size: 24px;
  }
  .newsletter_inside form button{
    font-size: 16px;
  }
  #banner_three div.center img,
  #app_screen div.center img{
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
  }

  .about_image{
    text-align: center;
  }
  .about_image img,
  .feature_image img{
    height: 100%;
  }
  .about_apps .title{
    padding-top: 80px;
  }
  .feature_image{
    padding: 40px 0;
  }
  .app_preview .owl-carousel.owl-drag .owl-item,
  #app_screen{
    margin-top: 0;
  }
  .fun_single{
    padding: 40px 0;
  }
  .price_single{
    margin: 20px 0;
  }

  .item-inner img,
  .blog_single .card img{
    width: 100%;
  }
  .item-inner,
  .blog_single{
    margin: 20px 0;
  }
  .single_contact{
    padding-top: 40px;
  }
  .copy_text{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .footer_social{
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .navbar-toggler{
    border:1px solid #ffffff;
  }
  .navbar-toggler i{
    color: #ffffff;
  }
  .navbar .navbar-collapse{
    background-color: #e10165 ;
    padding: 10px 0;
    text-align: center;
  }
  .banner_sec .banner_inside h2{
    font-size: 38px;
  }
  .banner_sec .banner_inside p{
    font-size: 16px;
  }
  .awesome-layout .service_single h3{
    font-size: 20px;
  }
  .title h3{
    font-size: 24px;
  }
  .about_app_list li h4{
    font-size: 18px;
  }
  .about_app_list li p{
    font-size: 14px;
  }
  .list_feature h4{
    font-size: 18px;
  }

  .fun_single h2{
    font-size: 38px;
  }
  .fun_single h4{
    font-size: 20px;
  }

  .price_single .price_head h2{
    font-size: 20px;
  }
  .price_single .price_head h3{
    font-size: 32px;
  }
  .price_single .price_head h3 small{
    font-size: 16px;
  }
  .price_single .price_body ul li{
    font-size: 16px;
  }
  .price_single .price_body .btn{
    padding: 10px 24px;
    font-size: 16px;
  }
  .item-inner .view-list h4,
  .user_feedback .testi_single h4{
    font-size: 20px;
  }
  .item-inner .view-list h5{
    font-size: 16px;
  }
  .blog_single .card-body h3{
    font-size: 18px;
  }
  .single_contact p{
    font-size: 14px;
  }
  .newsletter_inside h3{
    font-size: 24px;
  }
  .newsletter_inside form button{
    font-size: 16px;
  }


}

/* -------------------------------- 

Close Responsive style

-------------------------------- */

