/* ========================================
  Author: Widodo
  Version: 5.0
  Design and Developed by: s-widodo.com
======================================== */

/*---------------------------------------------------------------------
Google Fonts
-----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('icofont.min.css');
@import url('jquery.fancybox.min.css');
@import url('sw-plugins.css');

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-data:before { content: "\f100"; }
.flaticon-repair:before { content: "\f101"; }
.flaticon-marketing:before { content: "\f102"; }
.flaticon-bullhorn:before { content: "\f103"; }
.flaticon-career:before { content: "\f104"; }
.flaticon-network:before { content: "\f105"; }

/*---------------------------------------------------------------------
General Css
-----------------------------------------------------------------------*/

:focus {outline: 0;}
a{outline:none!important}
*::-moz-selection {background:transparent;color:#EF5350;text-shadow: none}
a, input { -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; color: #222222; outline: none !important; }
a:focus { text-decoration: none !important; }
a:focus, a:hover {text-decoration: none !important;
    color: #EF5350;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-control{
    resize: none;
    padding: 9px 15px;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid #ececec;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
textarea,select{
    resize: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px;
    min-height:35px;
    padding:6px 9px 6px;
    width: 100%;
}

textarea:focus,select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
.form-control:focus{
     -webkit-box-shadow: none;
     box-shadow: none;
}


.sw-button{
    font-size:20px;
    line-height:14px;
    display:inline-block;
    position:relative;
    outline:none!important;
    color:#fff;
    cursor:pointer;
    border:none;
    text-align:center;
    overflow:hidden;
    padding:12px 12px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    border-radius:4px;
    z-index:1
}

.sw-button:hover{
    box-shadow:0 7px 9px rgba(96,94,94,.17)
}
.sw-button::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    border-radius:4px;
    opacity:0;
    transform:scale(0,0);
    z-index:-1;
    -webkit-transition:all .5s ease-out 0s;
    -moz-transition:all .5s ease-out 0s;
    -ms-transition:all .5s ease-out 0s;
    -o-transition:all .5s ease-out 0s;
    transition:all .5s ease-out 0s
}
.sw-button:hover::before{
    background-color:rgba(255,255,255,.2);
    opacity:1;transform:scale(1,1)
}

.btn-default {
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px 0px 50px 50px;
    letter-spacing: -0.02em;
    color: white;
    background-color:#002e44;
    -webkit-box-shadow: 3px 3px 11px rgba(0, 46, 68, 0.25);
    box-shadow: 3px 3px 11px rgba(0, 46, 68, 0.25);
    border:none;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-primary:active,
.btn-primary:visited{
  background: #293b5f!important;
  color: #fff!important;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

:focus {
  outline: 0;
}

img {
  max-width:100%;
  height:auto
}

h1, h2, h3, h4, h5, h6 {
  color: #252525;
  font-family:'Poppins', Open Sans, sans-serif;
  font-weight:600;
  line-height: 1.35;
  margin: 0 0 5px;
}
p:last-child {
  margin-bottom: 0;
}
a, button{
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration:none;
  color: #252525;
 }
a::before, img, span, input, .owl-nav > div, .single-blog {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;}
a:focus , *:focus {outline:0px solid}
a:focus {outline: medium none;text-decoration: none;}
a:hover {color:#EF5350;text-decoration: none;}
input:-moz-placeholder, textarea:-moz-placeholder {opacity: 1;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {opacity: 1;}
input::-moz-placeholder, textarea::-moz-placeholder {opacity: 1;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {opacity: 1;}
.fix {overflow:hidden}
.clear{clear: both;}
.clearfix::after {content: "";clear: both;display: table;}
.float-left {float: left;}
.float-right {float: right;}
.nopadding {padding: 0 !important;margin: 0 !important;}


.color-zinnwaldite {
    color: #eabeab;
}

.color-silver-tree {
    color: #53b596;
}

.color-medium-purple {
    color: #9566d6;
}

.color-curious-blue {
    color: #1ca5da;
}

.color-green {
    color:#fb7575;
}

.color-pink {
    color:#ff9edd;
}

.background-skyblue {
    background:#29a6d8;
}

.background-purple{
  background:#9566d6;
}

.background-bluejava{
  background:#57b497;
}
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

body {
  color: #252525;
  font-family: 'Poppins', Open Sans, sans-serif!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  word-wrap:break-word;
  position: relative;
  width: 100%;
  display:block;
  padding:0 auto;
  overflow-x: hidden;
}

::-webkit-scrollbar-button{
  background: #EF5350
}
::-webkit-scrollbar-corner{
  background: #EF5350 
}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 
::-webkit-scrollbar-thumb {
  background: #EF5350 
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,0,0,0.4); 
}

/*default-btn*/
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: uppercase;
  background-color:#EF5350;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 13px;
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #293b5f;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.default-btn:hover, .default-btn:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.default-btn:hover span, .default-btn:focus span {
  width: 225%;
  height: 562.5px;
}

.site-content.home-two{
    background-image: url(../img/bg-home.png);
    background-size: 100%;
}

.site-content.bg-main{
    background-image: url(../img/bg-main.png);
    background-size: 100%;
}


.sw-bg-1{
  background: #F9FCFF;
}

.sw-bg-2{
  background:#fff;
}

/* -------------------------------
    CONTAINER
--------------------------------- */
.sw-container {
    position: relative;
    padding:50px 0px 50px;
    margin:0px 0px 0px;
}



/* ------------------------------------------------
    TITLE
--------------------------------------------------*/
.section-title.text-center {
    margin-bottom: 55px;
}

.section-title .title-sub {
    color: #EF5350;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.175em;
    display: inline-block;
    margin-bottom: 20px;
}

.section-title .title-sub img {
    margin-left: 10px;
}

.section-title.text-center .title-main {
    margin-bottom: 18px;
}

.section-title .title-main {
    font-weight: 700;
    font-size: 42px;
    position: relative;
    z-index: 2;
    line-height: 1.25em;
    color: #293b5f;
}

.section-title p {
    padding: 0 0px 0px 0px;
    display: block;
    margin-bottom: 50px;
    margin-top: 10px;
    line-height: 30px;
    color: #9a9a9a;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.area-title {
  margin-bottom:70px;
  position: relative;
  z-index: 9;
}

.area-title h2{
  font-size:30px;
  font-weight:600;
  text-align: center;
  position: relative;
  color: #000;
}


.area-title p {
    padding: 0 100px;
    display: block;
    margin-bottom: 50px;
    margin-top: 10px;
    line-height: 30px;
    color: #9a9a9a;
}

/* ===========================================
    HEADER
============================================= */
header{
  width:100%;
  z-index:+999;
  position: relative;
}


/* ------------------------------------------------
    NAVBAR CUSTOM
--------------------------------------------------- */
.navbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0!important;
}


.navbar-me{
    padding:5px 0px!important;
    top: 0px;
    border: 0px;
    border-radius: 0px;
    transition: all 1s;
}

.fixed-me{
  transition: all 1s;
  width:100%;
  z-index:222;
  position: fixed;
  padding: 0px 0px!important;
  top: 0px;
  background: #ffffff!important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);  
}

.fixed-me.navbar-default .navbar-brand {
    padding:17px 0px;
}

.fixed-me.navbar-default .navbar-nav > li > a {
    padding:30px 12px 30px;
}

.fixed-me.navbar-default .navbar-nav > li > a:hover {
    color:#EF5350;
}


.fixed-me.navbar-default .navbar-nav a.btn-publish {
    margin:15px 0px 0px 30px;
    padding: 5px 35px;
    height:50px;
}


.navbar-default {
    width: 100%;
    border: none;
    margin: 0 auto;
    padding: 0px;
    min-height: 50px;
    background: transparent;
    position: fixed;
    z-index: 999;
}

.navbar-default .navbar-toggle {
    color:#293b5f;
    border-radius: 0px;
    width:auto;
    float:right;
    margin:15px 0px;
    padding: 0px;
    border: none;
}

.navbar-default .navbar-toggle i {
    font-size:25px;
}


.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  color: #fd7f83;
  background:transparent;

}

.navbar-default .navbar-collapse {
    border-top: none;
    float: none;
    margin:auto;
    padding:0px;
}

.nav-right{
  float: right!important;
}

.navbar-brand {
    float: left;
    height:auto;
    padding:25px 0px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default .navbar-nav > li > a {
    font-size:15px;
    color:#293b5f;
    font-weight:600;
    padding:35px 12px 35px;
    display: block;
    text-decoration: none;
    position: relative;
    transition-property: initial;
    transition-duration: 0.4s;
    transition-timing-function: initial;
    transition-delay: initial;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   
}

.main-navbar-nav li > a i {
  float: right;
  margin-left: 5px;
  line-height: 20px;
  font-size: 14px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #EF5350!important;
    background:transparent;
}

.navbar-default .navbar-nav > a,
.navbar-default .navbar-nav > a:hover,
.navbar-default .navbar-nav > a:focus {
  color:#EF5350!important;
  background:transparent;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #EF5350;
    background:transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #EF5350;
    background:transparent;
}


.main-navbar-nav li > .dropdown-menu {
    border: none;
    background:#fff;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    padding:10px 10px 10px 10px;
    min-width:210px;
}


.main-navbar-nav li > .dropdown-menu:after {
  bottom: 100%;
  left:20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ffffff;
  border-width:10px;
  margin-left:-10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
    margin-left:10px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>.dropdown-menu:after {
    display: none;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top:7px;
    margin-right:5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#00CCCC;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left:0px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



.main-navbar-nav li > .dropdown-menu >  li > a {
    width: 100%;
    padding:4px 5px 4px 5px;
    margin:1px 0px;
    clear: both;
    color:#9a9a9a;
    border-radius:5px;
    font-size:13px;
    letter-spacing: 1px;
    display: table;
    line-height: 25px;
}


.main-navbar-nav li > .dropdown-menu > li > a:hover,
.main-navbar-nav li > .dropdown-menu > li > a:focus {
    color:#ffffff;
    background:#EF5350;
  }


.navbar-default .navbar-nav a.btn-publish {
    margin:18px 0px 0px 30px;
    padding: 5px 35px;
    height:50px;
    line-height:35px;
    border-radius: 50px 0px 50px 50px;
    letter-spacing: -0.02em;
    color: white;
    background-color:#002e44;
    -webkit-box-shadow: 3px 3px 11px rgba(0, 46, 68, 0.25);
    box-shadow: 3px 3px 11px rgba(0, 46, 68, 0.25);
}

.navbar-default .navbar-nav a.btn-publish:hover{
    background: #293b5f;
    color: #fff!important
}

@media (max-width:1025px) and (min-width:980px){

  .navbar-default .navbar-nav > li > a {
      padding: 35px 10px 35px;
    }

  .fixed-me.navbar-default .navbar-nav > li > a {
    padding: 30px 10px 30px;
  }

}

@media (max-width: 991px) and (min-width: 768px){
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left:0px;
      height: auto;
      padding:15px 0px;
      font-size: 18px;
      line-height: 20px;
      margin-top:0px;
  }

  .navbar>.container .navbar-brand img, .navbar>.container-fluid .navbar-brand img {
      height: 30px;
  }

  .navbar-default .navbar-nav > li > a {
      font-size:13px;
      padding:20px 8px 20px;
    }

    .fixed-me.navbar-default .navbar-nav > li > a {
        font-size:13px;
        padding:18px 8px 18px;
        width: 100%;
        clear: both;
    }

    .fixed-me.navbar>.container .fixed-me..navbar-brand,
    .fixed-me..navbar>.container-fluid .fixed-me.navbar-brand {
      margin-left:0px;
      height: auto;
      padding:15px 0px;
      font-size: 18px;
      line-height: 20px;
      margin-top:0px;
  }


  .navbar-default .navbar-nav a.btn-publish {
      margin:9px 0px 0px 6px;
      padding:5px 20px;
      height:40px;
      line-height: 30px;
  }

  .fixed-me.navbar-default .navbar-nav a.btn-publish {
      margin:9px 0px 0px 6px;
      padding:5px 20px;
      height:40px;
      line-height: 30px;
  }

}


@media screen and (min-width: 760px) {
    .main-navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;

      }

    .main-navbar-nav .dropdown:hover > .dropdown-menu .dropdown:hover .dropdown-menu {
        left: 225px;
        top: 0;
    }
}



@media screen and (max-width:750px) {
  .navbar-default .navbar-collapse {
      padding-left: inherit;
      padding-right: inherit;
      width: 100%;
      margin:auto!important;
      padding: 0px;
  }

  .navbar-default {
    background:transparent;
  }

  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      padding:7px 0px;
      font-size: 18px;
      line-height: 20px;
      margin-top:0px;
  }
  .navbar-default .navbar-nav a.btn-publish,
  .fixed-me.navbar-default .navbar-nav a.btn-publish{
    display: none;
  }

}

@media (max-width: 700px){
  .nav.navbar-nav {
      float: none;
      margin: 0px;
      background: #fff;
  }

  .navbar-default .navbar-nav > li{
       border-bottom: 1px solid rgba(255, 255, 255, 0.1);
       margin: auto!important;
  }


  .navbar-default .navbar-nav > li > a {
      font-size:13px;
      font-weight:500;
      padding:10px 7px 10px 7px!important;
      display:table;
      width: 100%;
      clear: both;
    }


  .main-navbar-nav li > .dropdown-menu >  li{
       border-bottom: 1px solid rgba(255, 255, 255, 0.1);
       margin: auto!important;
  }


  .main-navbar-nav li > .dropdown-menu >  li > a {
      color:#333!important;
      padding:10px 0px 10px 17px!important;
      display: block;
      border:none;
      background: transparent;
      display: table;
  }

  .main-navbar-nav li > .dropdown-menu > li > a:hover,
  .main-navbar-nav li > .dropdown-menu > li > a:focus {
      color:#00CCCC!important;
      border:none;
      background:#eee;
    }

}


/*------------------------------------------
  NAVIGATION FOOTER MOBILE
--------------------------------------------*/
  .navbar-footer {
    position:fixed;
    bottom: 0px;
    background: #ffffff;
    z-index:999999;
    display:table;
    width: 100%;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    display: none;
  }

  .navbar-footer ul{
    padding:0px;
    margin:0px;
  }

  .navbar-footer ul li{
    list-style: none;
    padding:10px 15px;
    display: inline-block;
    border-right: solid 1px #eee;
    width:24.5%;
    text-align: center;
    color: #666;
    margin:0px;
  }


  .navbar-footer ul li:first-child {
    float:left;
  }

  .navbar-footer ul li:last-child {
    border-right: 0px;
    float: right;
  }


  .navbar-footer ul li a i{
      font-size:20px;
  }

  .navbar-footer ul li a p{
      font-size:11px;
      color: #666;
      padding:5px 0px 0px;
      line-height: 0px;
    }



/*====================================================================
  Banner Section Two
=====================================================================*/

.banner-section-two{
  position:relative;
  overflow:hidden;
}

.banner-section-two .pattern-layer-one{
  position:absolute;
  left:-10px;
  top:130px;
  width:185px;
  height:373px;
  background-repeat:no-repeat;
  z-index:1;
}

.banner-section-two .pattern-layer-two{
  position:absolute;
  left:15%;
  top:25%;
  width:65px;
  height:65px;
  background-repeat:no-repeat;
  z-index:1;
}

.banner-section-two .pattern-layer-three{
  position:absolute;
  left:1%;
  top:0%;
  width:725px;
  height:906px;
  background-repeat:no-repeat;
}

.banner-section-two .pattern-layer-four{
  position:absolute;
  left:40%;
  top:15%;
  width:205px;
  height:34px;
  z-index:1;
  background-repeat:no-repeat;
}

.banner-section-two .pattern-layer-five{
  position:absolute;
  left:58%;
  top:75%;
  width:43px;
  height:36px;
  z-index:1;
  background-repeat:no-repeat;
}

.banner-section-two .content-column{
  position:relative;
}

.banner-section-two .content-column .inner-column{
  position:relative;
  padding-top:280px;
}

.banner-section-two .content-column h1{
  position:relative;
  color:#002e44;
  font-weight:800;
  line-height:1.3em;
  font-family: 'Poppins', sans-serif;
}

.banner-section-two .content-column .text{
  position:relative;
  color:#333333;
  font-weight:400;
  line-height:1.7em;
  font-size:17px;
  margin-top:20px;
  margin-bottom:35px;
}

.banner-section-two .content-column .theme-btn{
  float:left;
  margin-right:20px;
}

.banner-section-two .content-column .phone-box{
  position:relative;
  color:#002e44;
  font-size:24px;
  font-weight:700;
  display:inline-block;
}

.banner-section-two .content-column .phone-box .icon{
  position:relative;
  width:60px;
  height:60px;
  color:#ffffff;
  line-height:60px;
  text-align:center;
  border-radius:5px;
  font-weight:400;
  display:inline-block;
  background-color:#002e44;
}

.banner-section-two .content-column .theme-btn {
    float: left;
    margin-right: 20px;
}

.banner-section-two .image-column{
  position:relative;
}

.banner-section-two .image-column .inner-column{
  position:relative;
  text-align:right;
}

.banner-section-two .image-column .image{
  position:relative;
  margin-top:-100px;
}

.banner-section-two .image-column .image img{
  position:relative;
  width: auto;
  vertical-align: middle;
  display: inline-block;

}


/*-----------------------
// Slider
-------------------------*/
.carousel-fade{
  position: relative;
  background:#f5f2f7;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}


.carousel-indicators {
    bottom:10px;
    z-index:2;
}

.carousel-indicators li {
    background-color:#111111;
}

.content-header-slides{
    position: absolute;
    top:30%;
    left: 0;
    right: 0;
    z-index:1;
}


.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 50s;
  animation: zoom 50s;
}


.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width:5%;
    color: #fff;
    opacity:0.5;
    text-align: center;
    font-size: 30px;
    transition: all 0.5s ease 0s;
}



.carousel-control-next i, .carousel-control-prev i{
  background:var(--warning);
  height:50px;
  width:50px;
  line-height: 50px;
}

.carousel-fade:hover .carousel-control-next{
  transition: all 0.5s ease 0s;
  right:20px;
  opacity:1;
}

.carousel-fade:hover .carousel-control-prev{
  transition: all 0.5s ease 0s;
  left:20px;
  opacity: 1;
}

/*---------------------------------------------------
    OWL SLIDER
-----------------------------------------------------*/
.owl-carousel .owl-controls .owl-dot {
  margin-top: 20px;
  display: inline-block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: contents;
    display: inline-block;
}

.owl-carousel .owl-dots {
  position: relative; 
  width: 100%;
  display:content;
  text-indent: inherit;
  text-align: center;
  cursor: pointer;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #cecece;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 0px 3px;
    height: 10px;
    width: 10px;
    border: 1px solid #ffffff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; cursor: pointer; 
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span { background: #E05915; }
.owl-carousel.owl-theme .owl-dots .owl-dot.active span { background: #E05915; width: 30px; }

.owl-carousel .owl-nav {
    margin-top: 20px;
    text-align: center;
}
  .owl-carousel .nav-btn{
      position: relative;
      cursor: pointer;
      height: 40px;
      width: 60px;
      display: inline-block;
  }
 
  .owl-carousel .prev-slide{
     background: url(../img/owl-prev-next.png) no-repeat scroll 2px 0;
  }

  .owl-carousel .next-slide{
      background: url(../img/owl-prev-next.png) no-repeat scroll -60px 0px;
  }

  .owl-carousel .prev-slide:hover{
    background-position: 0px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  .owl-carousel .next-slide:hover{
    background-position: -58px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
/* -------------------------------------------------
    breadcrumbs
---------------------------------------------------*/
.page_head{
    padding:150px 0 90px;
    position: relative;
    display: table;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#EAF8FF), to(#F6F6FF));
    background: -webkit-linear-gradient(top, #EAF8FF 0%, #F6F6FF 100%);
    background: -o-linear-gradient(top, #EAF8FF 0%, #F6F6FF 100%);
    background: linear-gradient(180deg, #EAF8FF 0%, #F6F6FF 100%);
    overflow:hidden;
}

.page_head:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.5;
}

.page_head h2 {
    font-weight:600;
    margin-bottom: 0;
    margin-top: 10px;
    font-size:30px;
    color:#293b5f;
}


.page_head .shape-images .shape {
  position: absolute;
}

.page_head .shape-images .shape.shape-1 {
  right: 17%;
  bottom: 14%;
  -webkit-animation: customOne 2s infinite;
  animation: customOne 2s infinite;
}

.page_head .shape-images .shape.shape-2 {
  right: 15%;
  bottom: -6px;
  z-index: 1;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.page_head .shape-images .shape.shape-3 {
  left: 0;
  top: 0;
}


/* Breadcrumbs
====================================*/
.breadcrumbs {
  position: relative;
}

.breadcrumbs ul {
    font-size:14px;
    padding: 18px 0 0;
    font-weight: 600;
}

.breadcrumbs ul li {
  display: inline-block;
  color: #727272;
  margin: 0 2px 0 2px;
  }

.breadcrumbs ul li:after {
    font-family: "IcoFont";
    padding: 0 5px 0 5px;
    content: "\eac4";
    color: #727272;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs ul li:last-child a,
.breadcrumbs ul li a {
  color:#727272;
}

.breadcrumbs ul li:first-child {
  padding-right: 0; margin-left: 0; }
.breadcrumbs ul li:first-child,
.breadcrumbs ul li:last-child {
  color: #333;}

.breadcrumbs ul li:last-child {
  padding:0; background: none; }

.breadcrumbs ul li:last-child a:hover,
.breadcrumbs ul li a:hover {
  color:#EF5350;
}


.shape-img1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.shape-img2 {
    position: absolute;
    left: 5%;
    top: 10%;
    z-index: 1;
    animation-name: rotateMe;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.shape-img3 {
    position: absolute;
    right: 5%;
    bottom:3%;
    z-index:1;
    animation-name: rotateMe;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.shape-img4 {
    position: absolute;
    right: 8%;
    top: 8%;
    z-index: 1;
    animation: animationFramesTwo 20s infinite linear;
}
.shape-img5 {
    position: absolute;
    left: 2%;
    bottom: 25%;
    z-index: 1;
    animation: animationFramesOne 20s infinite linear;
}
.shape-img6 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    bottom: 0;
    animation: rotate3d 4s linear infinite;

    img {
        opacity: .20;
    }
}
.shape-img7 {
    position: absolute;
    left: 40%;
    top: 35%;
    z-index: 1;
    animation: moveBounce 5s linear infinite;

    img {
        opacity: .30;
    }
}
.shape-img8 {
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    animation: moveLeftBounce 5s linear infinite;

    img {
        opacity: .40;
    }
}
.shape-img9 {
    position: absolute;
    left: 23%;
    top: 16%;
    z-index: 1;
    animation: moveScale 3s linear infinite;

    img {
        opacity: .40;
    }
}
.shape-img10 {
    position: absolute;
    left: 75%;
    z-index: 1;
    top: 40%;
    animation: animationFramesOne 20s infinite linear;
}
@keyframes rotateMe {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}
@keyframes animationFramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(-73px, 1px) rotate(-36deg);
    }
    40% {
        transform: translate(-141px, -72px) rotate(-72deg);
    }
    60% {
        transform: translate(-83px, -122px) rotate(-108deg);
    }
    80% {
        transform: translate(40px, -72px) rotate(-144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}
@keyframes rotate3d {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
@keyframes moveScale {
    0% {
        transform: scale(0.6);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(0.6);
    }
}
@keyframes moveLeftBounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes moveBounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}


/* ------------------------------------
    SERVICE
---------------------------------------*/
.services-box {
    position: relative;
    display: block;
    margin-bottom:40px;
    min-height: 85px;
    padding:30px 20px 20px 20px;
    border-radius: 7px;
    transition: all ease 0.5s 0s;
    background: #ffffff;
    box-shadow: rgba(16, 66, 97, 0.07) 0px 8px 20px 0px;
    font-family:'Poppins', Open Sans, sans-serif;
}

.services-box:hover{
    cursor: pointer;
    border-radius: 7px;
    background:#EF5350;
    transition: all 1.3s;
    color:#FFFFFF!important;
    -webkit-box-shadow: rgba(16, 66, 97, 0.1) 0px 16px 35px 0px;
    -moz-box-shadow: rgba(16, 66, 97, 0.1) 0px 16px 35px 0px;
    box-shadow: rgba(16, 66, 97, 0.1) 0px 16px 35px 0px;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;

  }

.services-box:hover  h4,
.services-box:hover p,
.services-box:hover .color-zinnwaldite,
.services-box:hover .color-silver-tree,
.services-box:hover .color-medium-purple,
.services-box:hover .color-curious-blue,
.services-box:hover .color-green,
.services-box:hover .color-pink{
  color:#ffffff;
}

.services-box  a.readmore{
    position: absolute;
    bottom: -20px;
    right: 0px;
    font-size: 15px;
    text-align: center;
    color: #293b5f;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    opacity: 0;
}


.services-box  a.readmore:hover{
    background: -webkit-linear-gradient(left, #293b5f, #535f7d);
    background: -webkit-gradient(linear, left top, right top, from(#293b5f), to(#535f7d));
    background: linear-gradient(to right, #293b5f, #535f7d);
    color: #fff;
}

.services-box:hover a.readmore{
  opacity: 1;
  right: 10px;
}

.services-title{
  display: inline-block;
  margin-bottom: 10px;
}

.services-title .icon{
  display:inline-block;
  position: relative;
  margin-bottom: 20px;
}

.services-title .icon i {
  margin-right:18px;
  font-size:40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
 
.services-title i {
  margin-right:18px;
  font-size:40px;
  float: left;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}


.services-box h4 {
  position: relative;
  display: table;
  font-size:18px;
  line-height:20px;
  color: #666666;
  font-weight:600;
}


.services-box p {
  line-height: 22px;
  font-size:14px;
  color: #666666;
}


/* -----------------------------------------
    SERVICE CARD
--------------------------------------------*/
.service-card {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    text-align: center;
    margin-bottom: 50px;
}

.service-card .service-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.17);
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.17);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 42px;
    height: 90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 90px;
}

.bg-zinnwaldite {
    background-color: #eabeab;
}

.service-card .service-title {
    color: #293b5f;
    font-size:20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.service-card  p {
    color: #9a9a9a;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.pd-t-30 {
    padding-top:30px;
}
/* ----------------------------------------
    ABOUTS US
-------------------------------------------*/

.about-content {
  position: relative;
  z-index: 1;
}
.about-content .quote-icon {
  bottom: 20px;
  position: absolute;
  z-index: -1;
}

.about-content .description-abouts{
  margin: 40px 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.45em;
  color: #727272;
}

.about-content .author-name {
  color: #293b5f;
  font-size: 16px;
  padding-left: 80px;
  position: relative;
}
.about-content .author-name:before {
  background-color: #EF5350;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 60px;
}
.about-content .author-name > span {
  color: #727272;
}

img {
    vertical-align: middle;
    border-style: none;
}



/* ------------------------------------------------
  PORTOFOLIO GRID
---------------------------------------------------*/
.isotop-nav {
  margin-bottom: 20px;
  position: relative;
}

.isotop-nav ul{
  list-style: none;
  padding:10px 30px 7px;
  display: inline-block;
}

.isotop-nav li {
    padding: 18px 40px;
    margin:5px;
    border-radius: 50px 0px 50px 50px;
    -moz-border-radius: 50px 0px 50px 50px;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-size: 16px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #727272;
    display: inline-block;
}


.isotop-nav li:hover,
.isotop-nav li.active,
.isotop-nav li:focus {
    color: white;
    background-color: #EF5350;
    -webkit-box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
    box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
}

.isotop-active{
    margin:0 auto;
}

.portfolio {
    position: relative;
    display: table;
    width: 100%;
}

.portofolio_grid {
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.padding-item {
    overflow: hidden;
    padding: 7px;
}

.portofolio_grid figure {
  position: relative;
  overflow: hidden;
  margin: 10px 1%;
  max-width: 100%;
  max-height: 360px;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.portofolio_grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.portofolio_grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.portofolio_grid figure figcaption::before,
.portofolio_grid figure figcaption::after {
  pointer-events: none;
}

.portofolio_grid  figure figcaption,
.portofolio_grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portofolio_grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.portofolio_grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  font-size: 18px;
  line-height:30px;
}

.portofolio_grid figure h2 span {
  font-weight: 800;
  color: #EF5350;
}

.portofolio_grid  figure h2,
.portofolio_grid  figure p {
  margin: 0;
}

.portofolio_grid  figure p {
  letter-spacing: 1px;
  font-size:15px;
  font-weight: 400;
}


figure.effect-zoe h2{
  color: #ffffff;
}

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #002e44;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
  float: left;
}

figure.effect-zoe p.icon-links a {
  float: right;
  color: #ffffff;
  font-size: 1.4em;
  margin:5px;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color:#EF5350;
}

figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding:4px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
  content: '\e000';
}

.icon-paper-clip::before {
  content: '\e001';
}

.icon-heart::before {
  content: '\e024';
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


/* -------------------------------------------------
    PROSES
--------------------------------------------------- */
.work-process-block.proces-style-two .process-list{
  position: relative;
}

.work-process-block.proces-style-two .process-list > div:nth-child(2) {
    margin-top:50px;
}

.work-process-block.proces-style-two .process-list > div:nth-child(3) {
    margin-top:15px;
}

.work-process-block.proces-style-two .process-list > div:nth-child(4) {
    margin-top:130px;
}

.work-process-block.proces-style-two .process-list > div:nth-child(5) {
    margin-top: 110px;
}

.process-list {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)";
}
.process-list .single-process {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)";
  margin-bottom: 40px;
  text-align: center;
}

.process-list .bg-line {
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 250px;
    position: absolute;
    top: 40px;
    width: 100%;
}

.process-list .single-process .icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)";
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.17);
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.17);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 40px;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100px;
}
.process-list .single-process .icon > span:before {
  color: white !important;
}
.process-list .single-process .icon > .process-no {
  color: white;
  font-size: 86px;
  line-height: 1em;
  margin-bottom: 0;
  opacity: 0.13;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)";
  position: absolute;
  right: -4px;
  top: 5px;
  z-index: 5;
}
.process-list .single-process .process-step {
  color: #293b5f;
  font-size: 22px;
  font-weight: 600;
}

.bg-zinnwaldite {
    background-color: #eabeab;
}

.bg-silver-tree {
    background-color: #53b596;
}
.bg-medium-purple {
    background-color: #9566d6;
}

.bg-curious-blue {
    background-color: #1ca5da;
}


/*--------------------------------------------------------------
    [ ## Pricing ]
--------------------------------------------------------------*/
  ul.nav-pricing{
    position: relative;
    margin-bottom:70px;
    text-align:center;
    padding: 0px;
  }

  .nav-pricing > li a{
    padding: 0px;
    background: transparent;
    color: #666666;
  }


  .nav-pricing > li a:focus, .nav-pricing > li>a:hover,
  .nav-pricing > li.active a, .nav-pricing > li:hover a{
    text-decoration: none;
    background-color:transparent;
    color: #fff;
  }

  .nav-pricing > li{
    border-radius: 40px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-right: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    text-align: center;
    height: 43px;
    padding: 0 30px;
    line-height: 45px;
  }

  .nav-pricing > li:hover,
  .nav-pricing > li.active{
    background-color: #EF5350;
    color: white!important;
    -webkit-box-shadow: 3px 2px 11px rgba(34, 35, 141, 0.25);
    box-shadow: 3px 2px 11px rgba(34, 35, 141, 0.25);
  }
  


.pricing-table-list {
  margin: 0;
}
.pricing-table-list [class*="col-"] {
  padding: 0px;
}
.pricing-table-list [class*="col-"]:first-child .pricing-box {
  border-left: 1px solid #dddddd;
}
.pricing-table-list .pricing-box {
  background-color: #FCFCFC;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.pricing-table-list .pricing-box.active {
    -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
    background-color: white;
    position: relative;
    top: -2px;
    border: 0px solid;
    z-index: 2;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pricing-table-list .pricing-box .pricing-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 30px;
  color: black;
  background-color: gray;
}

.pricing-table-list .pricing-box.free .pricing-header {
    background-color: #CFF2FF;
    color: #29a6d8;
}

.pricing-table-list .pricing-box.premium .pricing-header {
    background-color: #9566D6;
    color: white;
}

.pricing-table-list .pricing-box.expert .pricing-header {
    background-color: #DBFCF2;
    color: #57b497;
}

.pricing-table-list .pricing-box .pricing-header .package-type {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
.pricing-table-list .pricing-box .pricing-header .package-price {
  font-size:30px;
  font-weight: 800;
}
.pricing-table-list .pricing-box .pricing-header .package-price > sup {
  top: -8px;
  display: inline-block;
  font-size:15px;
  font-weight: normal;
  left: -3px;
}


.pricing-table-list .pricing-box .pricing-content {
    text-align: center;
    font-size: 14px;
}
.pricing-table-list .pricing-box .pricing-content > ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.pricing-table-list .pricing-box .pricing-content > ul > li:first-child {
    padding-top: 35px;
}
.pricing-table-list .pricing-box .pricing-content > ul > li {
    padding: 14px 15px;
}

.pricing-table-list .pricing-box .pricing-content > ul > li.disabled {
    color: #eee;
    text-decoration: line-through;
}

.pricing-table-list .pricing-box .pricing-content > ul > li:nth-child(2n) {
    background-color: #f7f7f7;
}

.pricing-table-list .pricing-box .pricing-content > ul > li b{
    color: #EF5350;
}

.pricing-table-list .pricing-box .pricing-content > ul > li i{
    color: #EF5350;
}

.pricing-table-list .pricing-box .pricing-content > ul > li .btn-order{
    padding: 0 30px;
    height:40px;
    line-height:38px;
    border-radius: 50px 0px 50px 50px;
    letter-spacing: -0.02em;
    color: white;
    -webkit-box-shadow: 3px 3px 11px #bdbdbd;
    box-shadow: 3px 3px 11px #bdbdbd;
    border: none;
}

.color-deepblue{
  background-color: #cff2ff;
}
/*--------------------------------------------
    TESTIMONIALS
------------------------------------------------*/
.shadow-effect {
    background: #002e44;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: rgba(16, 66, 97, 0.07) 0px 8px 20px 0px;
    font-family: 'Poppins', Open Sans, sans-serif;
    height: auto;
}

#customers-testimonials .shadow-effect p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height:25px;
    color: #fff;
    padding: 0px 0px 20px 0px
}
.testimonial-name {
    margin: -25px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding:7px 35px;
    text-align: center;
    color: #fff;
    height:45px;
    line-height: 35px;
    border-radius: 50px 0px 50px 50px;
    letter-spacing: -0.02em;
    color: white;
    background-color: #EF5350;
    -webkit-box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
    box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
}
#customers-testimonials .item {
    text-align: center;
    padding:0px;
    margin-bottom:10px;
    opacity: .1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .img-avatar img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background:#EF5350;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #eee;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}



/* ----------------------------------------
  SERVICE DETAILS
-------------------------------------------*/
.sw-service-details{
  margin: 20px 0px;
  position: relative;
}

.sw-service-details-title p{
  color:#E05915;
  text-transform: uppercase;
}

.sw-service-details-title h3{
    font-size:40px;
    color: #222222;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: left;
    line-height:50px;
    padding:0px;
    margin: 0px;
}

.sw-service-details-title .sw-service-details-title-border{
    border-bottom: 3px solid;
    width: 40px;
    padding-top: 15px;
    border-color: #E05915;
}

.sw-service-details .sw-service-details-body{
    margin-top: 20px;
    padding-right: 30px;
}

.sw-service-details-img .images{
  margin-top:50px;
}

.sw-service-details .sw-service-details-body p{
  font-size:15px;
  line-height:27px;
  color: #333;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}


.sw-service-details .sw-service-details-body ul{
  padding: 0px;
  margin:0px 0px 20px 0px;
}

.sw-service-details .sw-service-details-body  li{
  list-style: none;
  padding:10px 0px 0px 20px;
}

.sw-service-details .sw-service-details-body li:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin: 0 0px 0 0px;
    display: inline-block;
    float: left;
    margin-left: -19px;
    color: #E74C3C;
    font-size: 20px;
    padding-right: 10px;
    height: 30px;
}


.sw-service-details .sw-service-details-img{
  position: relative;
}



/* -------------------------------------------
    TEAM
---------------------------------------------- */

.team_work{ 
   float:left; 
   width:100%; 
   text-align:center; 
   margin: 0 0 28px;
}
.team_work figure{
   display:inline-block;
   margin-bottom: 15px;
}
.team_work img{ 
    width: 100%;
}
.team_work h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.team_work h3 a{
  text-decoration:none;
  color:#2a2a2a;
}
.team_work h3 a:hover{
  color:#337ab7;
}
.team_work p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
.team_work ul.follow-us{
  margin:20px 0 0;
  padding: 0px;
}
.team_work .follow-us li{ 
  display:inline-block; 
  width:auto; 
  margin:0 5px;
}
.team_work .follow-us li a{ 
   font-size:24px; 
   color:#767676;
}

.team_work .follow-us li a:hover{ 
   color:#EF5350;
}



/* -------------------------------------------
    6. Blog Grid
----------------------------------------------*/
.single-news {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 2;
    box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.10);
    margin-bottom:30px;
    overflow: hidden;
}

.single-news .news-head{
  overflow: hidden;
  position:relative;
}
.single-news .news-head:before{
  opacity:0;
  visibility:hidden;
}
.single-news:hover .news-head:before{
  opacity:0.5;
  visibility:visible;
}
.single-news .news-head:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-top: 10px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    margin-left: -15px;
    z-index: 333;
    z-index: 4444;
    transform: translateY(50px);
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.single-news .news-head.overlay{
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-news .news-head.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #2e2751;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.single-news:hover .news-head.overlay::before{
    opacity: 0.8;
}

.single-news:hover .news-head:after{
  opacity:1;
  visibility:visible;
  transform: translateY(0px);
}

.single-news .news-head img{
  width:100%;
  margin:0;
  padding:0;
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.single-news:hover .news-head img{
  -webkit-transform: scale(1.05,1.05) rotate(2deg);
  transform:scale(1.08,1.08) rotate(2deg);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);

}

.single-news .news-body {
    padding: 25px;
    background: #fff;
    position: relative;
}
.single-news .news-meta {
    position: absolute;
    width: 100%;
    background: transparent;
    opacity: 0;
    bottom: 20px;
    visibility: hidden;
    text-align: center;
    z-index: 333;
    transition: all 0.3s ease;
    -webkit-transform:translateY(-15px);
    -moz-transform:translateY(-15px);
    transform:translateY(-15px);
}
.single-news:hover .news-meta{
  transform:translateY(0px);
  opacity:1;
  visibility:visible;
}
.single-news .news-meta li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border-right: 1px solid #d6d6d6;
  margin-right: 10px;
  padding-right: 10px;
}

.single-news .news-meta li a{
  color: var(--white);
}
.single-news .news-meta li:last-child{
  margin:0;
  padding:0;
  border:none;
}
.single-news .news-meta li i {
    margin-right: 5px;
    color: #f3a712;
}
.single-news .news-meta .author span{
  display:inline-block;
  color:#179E66;
}
.single-news .news-title {
  line-height: 25px;
}
.single-news .news-title a {
  overflow: hidden;
  font-size: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.single-news .news-title:hover a{
  color:#179E66;
}
.single-news .news-text {
    margin-top: 18px;
    font-size: 14px;
}
.single-news .more {
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    background: #179E66;
    padding: 10px 20px;
    border-radius: 0px;
  border:1px solid transparent;
}
.single-news .more:hover{
  background:#2E2751;
  color:#fff;
}
.single-news .more i {
  display: inline-block;
  margin-left: 5px;
}


/*==============================================
        BLOG POSTS
===============================================*/
.single-post-item {
    padding-left: 60px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 50px;
}

.single-post-item ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-post-item .post-top-meta img {
    border: 1px solid #e7eaff;
    border-radius: 50%;
    height: 40px;
    margin-bottom: 0;
    margin-right: 5px;
    margin-top: 0;
    width: 40px;
}

.single-post-item .meta-comment-tag {
    font-size: 14px;
}

.single-post-item .meta-comment-tag ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-post-item .meta-comment-tag ul li {
    display: inline-block;
    margin-left: 30px;
}

.single-post-item .meta-comment-tag ul li a {
    display: inline-block;
    margin-left: 5px;
    color:#636363;
    font-size: 14px;
    font-weight:400;
}

.single-post-item .post-top-meta {
    margin-bottom:20px;
}

.single-post-item .post-top-meta > div {
    display: inline-block;
}

.meta-comment-tag {
    font-weight: 300;
}

.post-date-and-category {
    border-top: 1px solid #e7eaff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 30px;
    padding-top: 30px;
}

.post-date-and-category ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.post-date-and-category ul li {
    display: inline-block;
    margin-right: 30px;
}

.post-date-and-category ul li a {
    margin-left: 5px;
    color:#7B8697;
    font-size: 14px;
    font-weight:400;
}

.single-post-item .post-top-meta .post-author a{
    color:#7B8697;
    font-size: 14px;
    font-weight:400;
}

.single-post-item h2 a {
    color: #293b5f;
    font-size:28px;
}

.single-post-item .post-top-meta .post-author a:hover,
.single-post-item h2 a:hover {
    color: #EF5350;
}

.post-social-share-and-like-count .like-count a {
    border: 1px solid;
    border-radius: 50%;
    color: #EF5350;
    display: block;
    height: 40px;
    padding-top: 7px;
    text-align: center;
    width: 40px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 25px;
}

.post-social-share-and-like-count .like-count a:hover {
    background: #EF5350 none repeat scroll 0 0;
    border-color: #EF5350;
    color: #ffffff;
}

.post-social-share-and-like-count .like-count {
    margin-bottom: 10px;
    text-align: center;
}

.post-social-share-and-like-count {
    left: 0;
    position: absolute;
    top: 0;
}

.post-social-share-and-like-count ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.post-social-share-and-like-count ul li {
    display: block;
}

.post-social-share-and-like-count ul li a {
    border-radius: 50%;
    display: block;
    height: 40px;
    margin-bottom: 5px;
    padding-top: 7px;
    text-align: center;
    width: 40px;
    font-size: 15px;
    line-height:25px;
}

.post-social-share-and-like-count ul li a.facebook {
    color: #3b5999;
}

.post-social-share-and-like-count ul li a.twitter {
    color: #55acee;
}

.post-social-share-and-like-count ul li a.whatsapp {
    color: #3a9e3c;
}

.post-social-share-and-like-count ul li a.line {
    color: #0ab90d;
}

.post-social-share-and-like-count ul li a:hover {
    background: #EF5350 none repeat scroll 0 0;
    -webkit-box-shadow: 0 16px 32px rgba(83, 104, 253, .2);
    box-shadow: 0 16px 32px rgba(83, 104, 253, .2);
    color: #ffffff;
}

.single-post-item .post-media {
    margin-bottom:25px;
    position: relative;
}

.single-post-item .post-details {
    padding-left:40px;
    position: relative;
}


article.single-post-item .post-details {
    padding-left:0px;
    position: relative;
}


.single-post-item .post-details::before {
    background: #fff1f2 none repeat scroll 0 0;
    content: "";
    height: 156px;
    left: 0;
    position: absolute;
    top: 100px;
    width: 2px;
}

.single-post-item .post-details::after {
    background: #EF5350 none repeat scroll 0 0;
    content: "";
    height: 80px;
    left: 0;
    position: absolute;
    top: 100px;
    width: 2px;
}

.post-title {
  font-size: 36px;
  margin-bottom: 25px;
  line-height: 36px;
}

.single-post-item .post-details p{
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #7B8697;
}


/*------------------------------------------
    Pagination
--------------------------------------------*/
.pagination {
  margin-top:50px;
  text-align: center;
}


.pagination>li {
    margin-right:10px;
    display: inline-block;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    margin-left:0px;
    display: inline-block;
}

.pagination>li>a, .pagination>li.active> span,
.pagination>li:last-child>a, .pagination>li:last-child>span,
.pagination>li:first-child>a, .pagination>li:first-child>span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  border-radius: 100%;
  text-align: center;
  font-size: 15px;
  color: #676767;
  font-weight: 500;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  background-color: #FFFFFF;
  border: 0px;
}

.pagination>li>a:hover{
    color: #fff;
    background:#EF5350!important;
}

.pagination>.active>a, .pagination>.active>a:focus,
.pagination>.active>a:hover, .pagination>li.active>span,
.pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background: #EF5350!important;
}



/*--------------------------
    SINGLE POST DETAILS
---------------------------*/
.single .single-post-item{
    padding-left: 0;
}
.single .post-details:before,
.single .post-details:after{
    display: none;
}

.single .post-details {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
}

.single .post-details .post-title {
    font-size: 36px;
    margin-bottom:30px;
    line-height: 30px;
}

.single .post-details .entry_content p {
    margin-bottom:10px;
    font-size: 17px;
    line-height: 28px;
    color: #222;
    font-weight:400;
}

.single .post-details .entry_content p:last-of-type {
    margin-bottom: 0;
}

.single .post-details .entry_content a,
.single .post-details .entry_content p a{
  font-weight:700;
  font-size: 18px;
  color: #ef5350;
  border-bottom: solid 2px #ef5350;
}



.single .post-details .entry_content ul{
  padding: 0px;
  margin:15px 0px 15px 15px;
}

.single .post-details .entry_content ul li,
.single .post-details .entry_content ol li{
  font-size:15px;
  line-height: 24px;
  list-style: none;
  margin-bottom: 10px;
}

.single .post-details .entry_content ul li:before,
.single .post-details .entry_content ol li:before {
    content: "\f00c";
    font-family:FontAwesome;
    width: 20px;
    height:20px;
    line-height:20px;
    display:inline-block;
    text-align: center;
    background:#EF5350 none repeat scroll 0 0;
    color: #fff;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 11px;
    margin-right:15px;
}

.single .post-details .entry_content img {
    margin-bottom: 30px;
}


.post-details .entry_content blockquote {
    border-radius: 10px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 31px;
    position: relative;
    text-align: center;
    background: #f3f5ff url("../img/quote_bg.png") no-repeat scroll 95% center;
    border: 0 none;
    margin: 50px 0;
    padding:40px;
}

.post-details .entry_content blockquote h2 {
    letter-spacing: 1px;
    font-size: 17px;
    color: #222;
    line-height: 1.6;
    margin-top: 20px;
    text-transform: capitalize;
}
.post-details .entry_content blockquote p {
    letter-spacing: 1px;
    font-size: 17px;
    color: #222;
    line-height: 1.6;
    margin-top: 20px;
    font-weight: 400;
}


article .post-details .entry_content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 27px;
    color: #222;
    font-weight:400;
}

article .post-details .entry_content .video {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

article .post-details .entry_content .video iframe,
article .post-details .entry_content .video .video object,
article .post-details .entry_content .video embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


article .post-details .entry_content .table,
article .post-details .entry_content table{
  max-width: 100%;
  height: auto;
}

.post-bottom-meta {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.post-bottom-meta h4{
    font-size: 17px;
}

.post-share {
    float: right;
    text-align: right;
}

.post-tags {
    float: left;
}

.post-share h4,
.post-share ul,
.post-tags h4,
.post-tags ul {
    display: block;
}

.post-share h4,
.post-tags h4 {
    margin-bottom: 30px;
    display: block;
}

.post-share li,
.post-tags li {
    display: inline-block;
}

.post-share li a {
    display: block;
    height: 35px;
    padding-top: 5px;
    text-align: center;
    width: 35px;
    color: #b5becc;
    margin-left: 10px;
    text-align: center;
    width: 30px;
}

.post-share li a:hover {
    color: #111111;
}

.post-tags li a {
    display: block;
    font-size: 14px;
    margin-right: 5px;
}

.post-tags li a:hover{
  color: #EF5350;
}



/*--------------------------------------------------
      button download
----------------------------------------------------*/
.btn-download {
    display: inline-block;
    position: relative;
    padding: 11px 50px!important;
    background-color: #03A9F4;
    color: #fff!important;
    font-family: sans-serif;
    text-decoration: none!important;
    font-size: 15px;
    text-align: center;
    text-indent: 15px;
    border-radius: 5px;
    margin:10px 0px;
}

.btn-download:hover {
  background-color: #333;
  color: white;
}

.btn-download:before, .btn-download:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 25px;
    top: 55%;
}

/* Download box shape  */
.btn-download:before {
    width: 10px;
    height: 2px;
    border-style: solid;
    border-width: 0 2px 2px;
}

/* Download arrow shape */
.btn-download:after {
    width: 0;
    height: 0;
    margin-left: 0px;
    margin-top: 5px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: transparent;
    border-top-color: inherit;
    animation: downloadArrow 2s linear infinite;
    animation-play-state: paused;
}

.btn-download:hover:before {
  border-color: #fff;
}

.btn-download:hover:after {
  border-top-color: #fff;
  animation-play-state: running;
}

.btn-demo {
    display: inline-block;
    position: relative;
    padding: 11px 50px!important;
    background-color: #EF5350;
    color: #fff!important;
    font-family: sans-serif;
    text-decoration: none!important;
    font-size: 15px;
    text-align: center;
    text-indent: 15px;
    border-radius:5px;
    margin:10px 0px;
}

.btn-demo:hover {
  background-color: #333;
  color: white;
}

.btn-demo:before, .btn-demo:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 25px;
    top: 55%;
}

/* Download box shape  */
.btn-demo:before {
    width: 10px;
    height: 2px;
    border-style: solid;
    border-width: 0 2px 2px;
}

/* Download arrow shape */
.btn-demo:after {
    width: 0;
    height: 0;
    margin-left: 0px;
    margin-top: 5px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: transparent;
    border-top-color: inherit;
    animation: downloadArrow 2s linear infinite;
    animation-play-state: paused;
}

.btn-demo:hover:before {
  border-color: #fff;
}

.btn-demo:hover:after {
  border-top-color: #fff;
  animation-play-state: running;
}



/* keyframes for the download icon anim */
@keyframes downloadArrow {
  /* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
  0% {
    margin-top: -7px;
    opacity: 1;
  }
  
  0.001% {
    margin-top: -15px;
    opacity: 0;
  }
  
  50% {
    opacity: 1;
  }
  
  100% {
    margin-top: 0;
    opacity: 0;
  }
}


/*---------------------------
    SINGLE POST NAVGATION
-----------------------------*/
.single-post-navigation {
    border: 1px solid #E7E1FF;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.single-post-navigation-center-grid {
    font-size: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.single-post-navigation-center-grid a {
    color: #f0f1ff;
}

.single-post-navigation-center-grid a:hover,
.single-post-navigation-center-grid a:focus {
    color: #EF5350;
}

.prev-post {
    float: left;
    max-width: 40%;
}

.next-post {
    float: right;
    text-align: right;
    max-width:40%;
}

.prev-post a,
.next-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.next-post .arrow-link,
.prev-post .arrow-link {
    position: absolute;
}

.next-post .arrow-link {
    left: 0;
    top: 50%;
}

.prev-post .arrow-link,
.next-post .arrow-link {
    left: 0;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.post-pagination h3 {
    line-height: 1;
    margin: 5px 0 0;
}
.next-post .arrow-link {
    left: auto;
    right: 0;
}

.prev-post:hover .arrow-link {
    opacity: 1;
}

.next-post:hover .arrow-link {
    opacity: 1;
}

.title-with-link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
  }

.title-with-link span {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.title-with-link h3{
  font-size:16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
}

.prev-post:hover a .title-with-link {
    -webkit-transform: translateX(-30px);
    transform: translateX(30px);
}

.next-post:hover a .title-with-link {
    -webkit-transform: translateX(30px);
    transform: translateX(-30px);
}


/*-----------------------------------------
    RELATED
-------------------------------------------*/
.related-post-warapper{
    border-bottom: 1px solid #e1e6ff;
    margin-top:40px;
}

.sw-related-grid {
    margin:0px 0px 0px;  
    position: relative;
    background: #fff;
}

.sw-related-grid figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.sw-related-grid figure img{
  width: 100%;
  margin-bottom: 0px!important;
}

.sw-related-grid figure {
  position: relative;
}


.sw-related-grid:hover img{
  transform: scale(1.1);
  transition: all .5s;
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sw-related-grid .content {
    padding:10px 0px;
    background: #fff;
}

.sw-related-grid .content h3{
  line-height: 22px;
}

.sw-related-grid .content h3 a{
    font-size: 14px;
    line-height:22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.sw-related-grid .content h3 a:hover{
  color:#EF5350
}

.sw-related-grid .post-meta {
    font-size: 12px;
    line-height:20px;
    color:#898c90;
    position: relative;
}


/*-------------------------------------------
  COMMENT 
--------------------------------------------- */
article .comment-area {
    margin-top:20px
}
article .comment-area h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding:30px 0px 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e6ff;
}

article .comment-area .comment-area-body {
    padding: 20px 0px;
}


/*-------------------------------------------------
  SEDIEBAR
--------------------------------------------------*/
.sidebar-wrapper {
    padding-right: 0px;
    padding-left:20px;
}

.sidebar {
  background: #fff;
  min-height: 100px;
  margin-bottom:35px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  background-color: #FFFFFF;
}


.sidebar .sw-title {
    margin-bottom: 0;
    padding:30px 30px 15px 30px;

}

.sidebar > .sw-title h3{
    font-family: 'Poppins', Open Sans, sans-serif;
    font-size:20px;
    font-weight:600;
    position: relative;
}

.border-divider {
    height: 4px;
    width: 30px;
    display: inline-block;
    background-color: #EF5350;
    border-radius: 2px;
    position: relative;
    margin-left: 27px;
}

.border-divider:before {
    content: "";
    position: absolute;
    left: -27px;
    top: 0;
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #EF5350;
    -webkit-box-shadow: 9px 0px 0px 0px #EF5350, 18px 0px 0px 0px #EF5350;
    box-shadow: 9px 0px 0px 0px #EF5350, 18px 0px 0px 0px #EF5350;
}
.sidebar > .sidebar-body{
  padding:20px 20px 20px 20px;
  position: relative;
  display: table;
  width: 100%;
  font-size: 15px;
}

.sidebar > .sidebar-body > ul {
  margin: auto;
  padding: 0px;
}

.sidebar > .sidebar-body > ul li {
  display: block;
  overflow: hidden;
  margin-bottom:20px;
}

.sidebar > .sidebar-body > ul li .post-thumb {
  display: block;
  float: left;
  margin-right:10px;
  position: relative;
  width: 65px;
  overflow: hidden;
}

.sidebar > .sidebar-body > ul li .post-thumb img{
  height: 65px;
  width:65px;
}

.sidebar > .sidebar-body > ul li .post-info {
  margin-top: 5px;
}

.sidebar > .sidebar-body > ul li .post-info a {
  display: block;
  font-size: 15px;
  color: #111111;
  font-weight: 600;
}

.sidebar > .sidebar-body > ul li .post-info a:hover {
  color:#EF5350;
}

.sidebar > .sidebar-body > ul li .post-info span {
  font-size: 12px;
  color:#888888;
  font-weight:400;
}

/* ------------------------------------
    PRICE
--------------------------------------*/
.sidebar > .sidebar-body > .sidebar-price{
  position: relative;
  display: block;
} 

.sidebar > .sidebar-body > .sidebar-price h3{
  padding: 20px 0px;
  border-bottom: solid 1px #eee;
  margin-bottom: 30px;
  color: #EF5350;
} 


/* -------------------------------------
    RECENT POST
---------------------------------------*/

.sidebar>.sidebar-body>.recent_post>ul {
  margin: auto;
  padding: 0px;
  counter-reset: section;
}

.sidebar>.sidebar-body>.recent_post ul li {
  display: block;
  overflow: hidden;
  border-bottom: solid 1px #eee;
  padding: 10px 0px;
}
.sidebar>.sidebar-body>.recent_post ul li:first-child{
  padding-top: 0px;
}

.sidebar>.sidebar-body>.recent_post ul li:before {
  counter-increment: section;
  content: counters(section, "");
  float: left;
  z-index: 1;
  position: relative;
  font-size: 35px;
  font-weight: bold;
  color: #cccccc;
  margin: 13px 5px 0px -6px;
  line-height: 30px;
  width: 35px;
  height: 50px;
  text-align: center;
}

.sidebar>.sidebar-body>.recent_post ul li:last-child {
  border-bottom: none;
}

.sidebar>.sidebar-body>.recent_post ul li .post-info {
  margin-top: 5px;
}

.sidebar>.sidebar-body>.recent_post ul li .post-info a {
  display: block;
  font-size: 15px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 3px;
}

.sidebar>.sidebar-body>.recent_post ul li .post-info a:hover {
  color: #EF5350;
}

.sidebar>.sidebar-body>.recent_post ul li .post-info span {
  font-size: 13px;
  color: #2f2f2f;
  font-weight:300;
}


/* -------------------------------------
    SEARCH
----------------------------------------*/
.sidebar-search {
  background: #f7f8fd;
  margin-bottom:20px;
}

.sidebar-search input{
  border-radius:2px;
  height: 40px;
  background:#f7f8fd;
  border:none;
  overflow: hidden;
}

.sidebar-search .btn-search{
  background:none;
  color: #333333;
  height: 40px;
  box-shadow:none;
  border-radius:0px;
  border:none;
}

.sidebar-search .btn-search:hover,
.sidebar-search .btn-search:focus{
  outline: 0;
}

/* -------------------------------------
  CATEGORY
---------------------------------------- */
.sidebar > .category{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}

.sidebar > .sidebar-body > .category > ul{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}
.sidebar > .sidebar-body > .category > ul > li {
  padding:10px 0;
  position: relative;
  list-style: none;
  display:table;
  width: 100%
}

.sidebar > .sidebar-body > .category > ul > li:before,
.sidebar > .sidebar-body > .category > ul > li:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #d7d7d7;
    border-radius: 50%;
    margin-right: 7px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar > .sidebar-body > .category > ul > li:last-child{
  border-bottom: 0px;
}

.sidebar > .sidebar-body > .category > ul > li:first-child{
  padding:0px 0px 10px 0px;
}


.sidebar > .sidebar-body > .category > ul > li span{
  float:right;
  position: relative;
  padding:0px 7px;
  height: 20px;
  font-size:14px;

}

.sidebar > .sidebar-body > .category > ul > li > a {
  color: #111111;
  font-size:15px;
  font-weight:300;
  text-transform:capitalize;
  text-decoration: none;
}

.sidebar > .sidebar-body > .category > ul > li > a i{
  margin-right: 5px;
  color: #919191;
}

.sidebar > .sidebar-body > .category > ul > li > a:hover{
  
}

.sidebar > .sidebar-body > .category > ul > li:hover:before{
  background-color:#EF5350;
}

/* ------------------------------------------------
  TAGS
--------------------------------------------------- */
.sidebar > .sidebar-body > .tags{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}

.sidebar > .sidebar-body > .tags > ul{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}

.sidebar > .sidebar-body > .tags > ul > li {
  list-style: none;
  display: inline-block;
  margin:2px 2px;
}

.sidebar > .sidebar-body > .tags > ul > li > a {
  padding:7px 10px;
  font-size: 12px;
  margin-bottom: 4px;
  color:#111111;
  font-weight: 500;
  display: inline-block;
  background: #ffffff;
  border-radius:5px;
  border:1px solid #e7e7e7;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.sidebar > .sidebar-body > .tags > ul > li > a:hover{
  color: #fff;
  background:#EF5350;
  border-color: #EF5350;
}



/* -------------------------------------
    ADVERTISING
----------------------------------------*/
.sidebar > .sidebar-body > .adertising {
  position: relative;
  text-align: center;
  max-width: 100%;
}

.sidebar > .sidebar-body > .adertising a{
  margin-bottom: 20px;
  display: block;
}

.sidebar > .sidebar-body > .adertising a:last-child{
  margin-bottom: 0px;
}

.sidebar > .sidebar-body > .adertising img{
  max-width: 100%;
  
}

.sidebar > .sidebar-body > .adertising_google,
.sidebar > .sidebar-body > .adertising_google img,
.sidebar > .sidebar-body > .adertising_google frame{
  width:300px; height:auto;
  max-width: 100%;
}


@media (max-width:450px) {
.sidebar > .sidebar-body > .adertising_google,
.sidebar > .sidebar-body > .adertising_google img,
.sidebar > .sidebar-body > .adertising_google frame{
  width: 300px;
  max-width: 100%;
  height:auto;
  }
}



/* -----------------------------------------------
 ebook
------------------------------------------------ */
.ebook_item {
  position: relative;
  margin-bottom: 30px;
  background: #ffffff;
  min-width: 200px;
  width: 100%;
  transition: all ease 0.5s 0s;
  background: #ffffff;
  box-shadow: rgba(16, 66, 97, 0.07) 0px 8px 20px 0px;
  font-family: 'Poppins', Open Sans, sans-serif;
  overflow: hidden;
}


.ebook_item figure {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.ebook_item figure img{
  width: 100%
}

.ebook_item:hover img{
  transform: scale(1.1);
  transition: all .5s;
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.ebook_item .content {
    padding: 0px;
    padding:20px;
}

.ebook_item .content .meta_cat,
.ebook_item .content a.meta_cat{
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  color: #666;
  text-transform: uppercase;
}


.ebook_item .content h2.title {
    font-size:18px;
    line-height: 23px;
    font-weight: 600;
    color: #323232;
    text-align: center;
    display: block;
}

.ebook_item .content h2.title a{
  text-decoration: none;
}

.ebook_item .content h2.title a:hover,
.ebook_item .content a.meta_cat:hover{
  text-decoration: none;
  color: #EF5350;
}

.ebook_item .content .ebook-button {
    text-align: center;
    margin:20px 0px 5px;
}

.ebook_item .content .ebook-button a{
    border:solid 2px #ffffff;
    padding: 8px 20px;
    display: inline-block;
    border-radius:0px;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
}

.ebook_item .content .ebook-button a:hover{
  background:#eff3ff;
  border:solid 2px #ccc;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 5px;
  color: #111111;
}

.download-ebook-wrapper{
  margin:20px 0px 20px;
  padding: 30px;
  background:#fff url(../img/bg-download.jpg) no-repeat bottom right;
  background-size:50%;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}

.download-ebook-wrapper h3{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}



/*--------------------------------------------------
  CONTACT pages
---------------------------------------------------*/
.google-map iframe{
  width: 100%;
  margin:auto;
}


.contact-box  h3{
  color: #333;
  font-size:20px;
  font-weight: 600;
  padding: 0px;
  margin-bottom:35px;
}


.address .address-items h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  margin-bottom: 10px;
}

.address {
  padding-left: 25px;
}

.address-items ul.info{
  list-style:none;
  padding: 0px;
}
.address-items .info li .icon, 
.address-items .info li span {
  display: table-cell;
  vertical-align: top;
}

.address-items .info li i {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #333333;
  font-size: 20px;
  height: 50px;
  line-height: 48px;
  margin-bottom: 15px;
  text-align: center;
  width: 50px;
}

.address-items .info li span {
  padding-left: 15px;
  padding-top:5px;
}

.google-maps iframe {
  height: 300px;
  margin-bottom: -8px;
  width: 100%;
}

.address ul.social{
  list-style: none;
  padding: 0px;
}
.address .social li {
  display: inline-block;
}

.address .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.address .social li.twitter a {
  background-color: #00b6f1;
}

.address .social li.pinterest a {
  background-color: #bd081c;
}

.address .social li.facebook a {
  background-color: #3b5998;
}

.address .social li.g-plus a {
  background-color: #df4a32;
}

.address .social li.vimeo a {
  background-color: #1ab7ea;
}

.address .social li.instagram a {
  background-color: #cd486b;
}

.contact-form img {
  margin-left: 10px;
}

.address-items .info li {
  margin-bottom: 30px;
}




/* ---------------------------------------------
    FORM KONTAK
---------------------------------------------*/
.form-contact-row {
  margin:10px 0px;
}

.form-contact-row input[type=text],
.form-contact-row input[type=email], .form-contact-row textarea,
.form-contact-row select{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    clear: both;
    border: 1px solid #cccccc;
    background: #fff;
    box-shadow:none;
    -moz-box-shadow:none;
}

.form-contact-row input[readonly], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-contact-row textarea:focus,
.form-contact-row input[type="email"]:focus,
.form-contact-row input[type="text"]:focus,
.form-contact-row select:focus{
    border: solid 1px #E05915;
    background: #fff;
}

.input-contact-text {
    width: 100%;
    height: 40px;
    display: block;
    padding: 8px 10px;
    outline: none;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background: #fff;
    border:solid 1px #eee;
    
}

.input-contact-text::-webkit-input-placeholder {
    color: #bbb
}

.input-contact-text:-moz-placeholder {
    color: #bbb
}

.input-contact-text::-moz-placeholder {
    color: #bbb
}

.input-contact-text:-ms-input-placeholder {
    color: #bbb
}

textarea.input-contact-text {
    height: 150px
}

.form-control-row {
    padding-top: 7px;
    margin-bottom: 13px
}

.form-contact-row .btn-contact{
    margin: 18px 0px 0px 0px;
    padding: 5px 35px;
    height: 50px;
    line-height: 35px;
    border-radius: 50px 0px 50px 50px;
    letter-spacing: -0.02em;
    color: white;
    background-color: #EF5350;
    -webkit-box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
    box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
}

.form-contact-row .btn-contact:hover{
  background: #293b5f;
    color: #fff;
}


/*----------------------------------------
    404 
----------------------------------------*/
.error-404 {
  padding:100px 0;
  text-align: center;
}

.not-found{
    margin:auto;
}

.not-found img{
    width: auto;
    margin:auto;
    margin-bottom: 30px;
}

.error-404 h1 {
  color: #cccccc;
  font-size: 150px;
  font-weight: 900;
  letter-spacing: 10px;
  line-height:80px;
  margin-bottom: 15px;
}
.error-404 h3 {
  color: #cccccc;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.error-404 p {
  color: #999999;
  font-size: 16px;
  line-height: 26px;
}
.error-404 a {
  display: inline-block;
  margin: 30px 0px 0px 30px;
  padding: 9px 35px;
  line-height: 35px;
  border-radius: 50px 0px 50px 50px;
  letter-spacing: -0.02em;
  color: white;
  background-color: #EF5350;
  -webkit-box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
  box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
  font-size: 15px;
}
.error-404 a:hover {
  background:#293b5f none repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------
  SPONSORS
----------------------------------------------------*/
.sponsors-logo {
    text-align: center;
    padding: 10px 30px;
    display: inline-block;
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}

.sponsors-logo:hover{
    -ms-filter:none;
    -webkit-filter: none;
    -moz-filter:none;
    -o-filter:none);
    filter: none;
}
/*--------------------------------------------------
  SERVICE AREA
----------------------------------------------------*/
.service-area{
  padding:50px 0px;
  background:#00CCCC;
}

.service-area h3{
  font-size:35px;
  color: #fff;
  line-height: 30px;
  font-weight:200;
  line-height: 55px;
}

.service-area .icon{
  background: #ffff;
  border-radius: 50%;
  height:60px;
  width:60px;
  color:#00CCCC;
  font-size: 30px;
  font-weight: 200;
  line-height: 55px;
  text-align: center;
  float:left;
  margin-right: 10px;
}

.service-area .btn-call-us {
    background: #ffffff;
    border-radius: 30px;
    display: inline-block;
    color:#00CCCC;
    font-size:15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 30px;
    transition: all .3s ease;
    float: right;
    margin-top: 8px;
}



/* ------------------------------------------------
    CALL TO ACTION
  --------------------------------------------------*/

.call-to-action .call-to-title {
    font-size: 42px;
    font-weight: 700;
    color: #293b5f;
    line-height: 1.4em;
}
.call-to-action .call-to-title > span {
    color: #EF5350;
}



/* ----------------------------------------
    Newsletter
-------------------------------------------*/

.newsletter-section{
  position:relative;
  margin:20px 0px 35px;
}

.newsletter-section.margin-bottom{
  z-index:1;
}

.newsletter-section .inner-container{
  position:relative;
  padding:40px 60px 40px;
  border-radius:10px;
  background: rgba(0, 0, 0, 0) url(../img/bg-newsletter.png) no-repeat;
  background-size:100%;
}


.newsletter-section .title-column{
  position:relative;
  text-align: left;
  margin: auto;
  max-width: 710px;
  
}

.newsletter-section .title-column .inner-column{
  position:relative;
  padding-left:100px;
}

.newsletter-section .title-column .icon{
  position:absolute;
  left:0px;
  top:0px;
  color:#002e44;
  font-size:40px;
  line-height:1em;
}

.newsletter-section .title-column h4{
  position:relative;
  color:#002e44;
  font-weight:700;
}

.newsletter-section .title-column .text{
  position:relative;
  color:#002e44;
  font-weight:400;
  font-size:16px;
  margin-top:2px;
}


.emailed-form .form-group{
  position:relative;
  display:block;
  max-width:550px;
  margin:20px 0px 20px;
  display: flex;
  flex-wrap: nowrap;
}

.emailed-form .form-group input[type="email"],
.emailed-form .form-group input[type="text"]{
    border:0px;
    border-color: #fff;
    -webkit-box-shadow: 0 0 21px rgba(5,41,140,6%);
    -moz-box-shadow: 0 0 21px rgba(5,41,140,6%);
    -ms-box-shadow: 0 0 21px rgba(5,41,140,6%);
    -o-box-shadow: 0 0 21px rgba(5,41,140,6%);
    box-shadow: 0 0 21px rgba(5,41,140,6%);
    font-size: 15px;
    color: #41496b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.emailed-form .form-group input[type="submit"],
.emailed-form button{
  height:50px;
  margin-left: 10px;
  border:0px;
}

.emailed-form button {
    position: relative;
    z-index: 1;
    margin-left:20px;
    padding: 10px 20px;
}


/*--------------------------------------------------
    FOOTER
--------------------------------------------------- */
footer {
  padding:50px 0px 0px;
  position: relative;
  background:#eaf1ff;
  margin-top: 50px;
}

.waves-effect.top {
    top:-65px;
    height: 185px;
}
.waves-effect {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
}

.waves-effect.bottom {
    bottom: -1px;
    height: 175px;
}

.footer-widget{}
.footer-widget .title_widget {
    position: relative;
}

.footer-widget .title_widget h3 {
    font-size:17px;
    color:#293b5f;
    font-weight: 700;
    margin-bottom:30px;
    margin-top:10px;
    padding-bottom: 10px;
}



.footer-widget .footer_content{
  margin-top:10px;
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 20px;

}

.footer-widget .footer_content p{
  color:#727272;
  font-size:15px;
  line-height:22px;
}

.footer-widget .footer_content p a{
  color:#727272;
}

.footer-widget .footer_content .about-us{

}

.footer-widget .footer_content .about-us img{
  margin-bottom:20px;
}


.footer-widget .footer_content ul{
  padding: 0px;
}

.footer-widget .footer_content li{
  padding: 0px;
  list-style: none;
}

/*---- ADRESS ---*/
.footer-widget .footer_content ul.address {
    position: relative;
    line-height: 1.6;
    margin:0px 0px;
    color:#727272;
}

.footer-widget .footer_content ul.address li{
  padding: 5px 0px;
  margin:0px;
}

.footer-widget .footer_content ul.address li a{
  color:#727272;
}

.footer-widget .footer_content ul.address> li i {
  margin-right: 10px;
  color:#727272;
}

/*--- social media --*/
.footer-widget .footer-social-icon {
  position: relative;
  margin-top:0px;
  display: inline-block;
}
.footer-widget .footer-social-icon li{
  display: inline-block;
}

.footer-widget .footer-social-icon li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    color:#727272;
}

.footer-widget .footer-social-icon li a:hover{
    background:#283A60;
    color: #fff;
}

/*------ CATEGORY ---------------- */
.footer-widget  .category{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}

.footer-widget  .category > ul{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}
.footer-widget  .category > ul > li {
  padding:10px 0;
  position: relative;
  list-style: none;
  display:table;
  width: 100%
}

.category > ul > li:first-child{
  padding:0px 0px 10px 0px;
}

.footer-widget  .category > ul > li > a {
  color:#727272;
  font-size:15px;
  text-decoration: none;
}

.category > ul > li > a i{
  margin-right: 5px;
}

.footer-widget  .category > ul > li > a:hover{
  color:#EF5350;
  padding-left: 3px
}

.copyright {
  padding:50px 0px;
  z-index: 9;
  position: relative;
  text-align:center;
}

.credits-logo{
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 50px 0px;
}

.copyright p {
    color:#666;
    font-size:15px;
    margin-bottom: 0;
    line-height:30px;
    font-weight: 400;
}

.copyright p a{
  color: #EF5350
}

/*-------------------------------------------------*/
/* =  BOTTON UP
/*-------------------------------------------------*/
#show_chat_to_top{
    position: fixed;
    bottom:60px;
    right:-60px;
    z-index:+999999;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display:block;
    opacity:0;
}

#show_chat_to_top.show{
    right:10px;
    opacity:1;
}

.live_chat,#back-to-top{
    display:block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    background: -webkit-linear-gradient(left, #fd7f83, #f2a78f);
    background: -webkit-gradient(linear, left top, right top, from(#fd7f83), to(#f2a78f));
    background: linear-gradient(to right, #fd7f83, #f2a78f);
    text-decoration: none;
    margin-bottom:10px;
}

#back-to-top:hover,a.live_chat:hover {
    background: -webkit-linear-gradient(left, #293b5f, #4b659a);
    background: -webkit-gradient(linear, left top, right top, from(#293b5f), to( #4b659a));
    background: linear-gradient(to right, #293b5f, #4b659a);
    color: #ffffff;
}



-----------------------*/
@-webkit-keyframes customOne {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes customOne {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes customTwo {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(100px, 0px);
            transform: translate(100px, 0px);
  }
  100% {
    -webkit-transform: translate(50px, 50px);
            transform: translate(50px, 50px);
  }
}

@keyframes customTwo {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(100px, 0px);
            transform: translate(100px, 0px);
  }
  100% {
    -webkit-transform: translate(50px, 50px);
            transform: translate(50px, 50px);
  }
}

.customOne {
  -webkit-animation: customOne 2s infinite;
  animation: customOne 2s infinite;
}



@media only screen and (min-width:999px) and (max-width:1290px) {
 /*---------PROGRESS------------*/
    .work-process-block.proces-style-two .process-list > div:nth-child(4) {
        margin-top:100px;
    }

    .work-process-block.proces-style-two .process-list > div:nth-child(5) {
        margin-top: 80px;
    }

    /*-------------------- TITLE -----------------------*/
    .section-title .title-main {
        font-size:35px;
    }


/*-------- SIDEBAR------------------------------- */
    .sidebar-wrapper {
        padding-right: 0px;
        padding-left:0px;
    }


}

@media only screen and (min-width: 760px) and (max-width: 991px) {


}

@media only screen and (max-width: 780px) {
/*--------- SLIDER ----------------- */
    .slider-1 .content-slider{
      position:absolute;
      top:20%;
      display: inline-block;
      width: 100%;
    }

    .slider-1 .content-slider h3 {
        font-size:25px;
        line-height:40px;
        margin-bottom:10px;
    }

     


    /* -----------------breadcrumbs -----------*/
    .page_head {
        background: url(../img/breadcrumbs.jpg) no-repeat top left;
        background-size:130%;
        padding: 150px 0 90px;
        position: relative;
        display: table;
        width: 100%;
    }


    /*-------------------- TITLE -----------------------*/
    .section-title {
        margin-bottom: 20px;
    }

    .section-title .title-main {
        font-weight: 700;
        font-size:28px;
        line-height:30px;
    }


    /*---------------- PROSES -----------------------*/
    .bg-line{display: none;}

    .work-process-block.proces-style-two .process-list > div:nth-child(2) {
        margin-top:auto;
    }

    .work-process-block.proces-style-two .process-list > div:nth-child(3) {
        margin-top:auto;
    }

    .work-process-block.proces-style-two .process-list > div:nth-child(4) {
        margin-top:auto;
    }

    .work-process-block.proces-style-two .process-list > div:nth-child(5) {
        margin-top:auto;
    }

    /*--------------- TESTIMONI ---------------------*/
    .owl-carousel .owl-stage-outer {
        margin-top: 30px;
    }


    /*-------------- PAGINATION ---------------*/
    .title-with-link h3{
        display: none;
    }
    

    /*-------- SIDEBAR----------- */
    .sidebar-wrapper {
        padding-right: 0px;
        padding-left:0px;
    }


    /*-------- 404----------- */
    .not-found img{
        width:80%;
        margin:auto;
        margin-bottom: 30px;
    }
   
    /*---------------- FOOTER --------------*/
    .footer-widget{
        min-height: 330px;
        clear: both;
        position: relative;
    }
}


@media only screen and (max-width:780px) and (min-width:450px) {
/*------- NAVBAR -----------------*/
    .btn-publish-hidden{
        display: none;
    }
    
    .navbar-brand>img {
        display: block;
        padding: 0px;
        padding-top: 4px;
        margin: 0px;
        height:35px;
    }

/*--------- SLIDER ----------------- */
    .slider-1 .content-slider{
      position:absolute;
      top:25%;
      display: inline-block;
      width: 100%;
    }

    .slider-1 .content-slider h3 {
        font-size:25px;
        line-height:36px;
        margin-bottom:10px;
    }

    .slider-1 .content-slider p{
        
    }


    /* -----------------breadcrumbs -----------*/
    .page_head {
        background-size:230%;
        padding: 150px 0 90px;
        position: relative;
        display: table;
        width: 100%;
    }
/*------------------ ABOUTS US -------------------*/
    .about-des {
        position: relative;
        display: flex;
    }

    .about-des img{
        float: none;
        display:inline-block;
        text-align: center;
        width:85%;
        margin: auto;
        margin-bottom: 20px;
    }

/*--------------------- SERVICE DETAILS -----------*/
    .sw-service-details-img{
        position: relative;
        display: flex;
    }

    .sw-service-details-img img{
        display:inline-block;
        text-align: center;
        width:85%;
        margin: auto;
    }

/*--------------------- PROSES -------------------*/
    .process-list .single-process .process-step {
        font-size:18px;
    }

/*--------------------- call to action -------------*/
    .call-to-action .call-to-title{
        font-size:30px;
    }

/* Newlatter ------------------------------ */
    .newsletter-section .inner-container {
        position: relative;
        background-size:cover;
        height: 180px;
    }
    .newsletter-section .title-column .inner-column {
        padding-left:0px;
    }

    .newsletter-section .title-column h4{
        color:#2c2d67;
    }

    .emailed-form .form-group input[type="email"], .emailed-form .form-group input[type="text"]{
        margin-right: 10px;
        padding:10px 8px 10px;
    }

    .emailed-form .form-group input[type="submit"], .emailed-form button {
        display:inline-block;
        padding: 0px 15px 0px 15px;
        margin-left: 0px;
        height: 40px;
    }

     /*--------------- PRICING ---------------------*/
     .pricing-table-list .pricing-box{
        margin-bottom: 40px;
        -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
        border:none;
     }

    .pricing-table-list .pricing-box.active{
        top:0px;
        -webkit-transform:none;
        -ms-transform:none;
        transform: none;
    }


    /*--------------- SERVICE CARD ------------------*/
    .service-card{
        margin-bottom: 30px;
    }

    .service-card .service-icon {
        font-size:30px;
        height:70px;
        width: 70px;
        margin-bottom: 15px;
    }

    .service-card .service-title {
        margin-bottom: 18px;
        font-size:15px;
    }

    /*------------- TEAM -----------*/
    .team_work h3 {
        font-size: 15px;
    }

    .team_work .follow-us li a {
        font-size:15px;
        color: #767676;
    }


    /*---------- BLOG POST ---------*/
    .single-post-item {
        padding-left: 0px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 50px;
    }

    .post-social-share-and-like-count{
        display: none;
    }
    .single-post-item .post-details{
        padding-left: 0px;
    }

    .single-post-item .post-details::before,
    .single-post-item .post-details::after {
        display: none;
    }



/*---------- RELATED BLOG ---------------------- */
   article .sw-related-grid {
        margin-bottom:15px;
        position: relative;
        display: inline-flex;
    }

    article .sw-related-grid figure {
        position: relative;
        float: left;
    }

    article .sw-related-grid figure {
        width:130px;
        height: auto;
        margin: 0;
        padding-right:10px;
        background: #fff;
        overflow: hidden;
    }

    article .sw-related-grid .content {
        padding:2px 0px;
    }



    /*---------- RELATED BLOG ---------------------- */
       article .sw-related-grid {
            margin-bottom:15px;
            position: relative;
            display: inline-flex;
        }

        article .sw-related-grid figure {
            position: relative;
            float: left;
        }

        article .sw-related-grid figure {
            width:130px;
            height: auto;
            margin: 0;
            padding-right:10px;
            background: #fff;
            overflow: hidden;
        }

        article .sw-related-grid .content {
            padding:2px 0px;
        }

    /*-------- SIDEBAR----------- */
    .sidebar-wrapper {
        padding-right: 0px;
        padding-left:0px;
    }

    .address{
        padding-left: 0px;
        margin-top: 30px;
    }

    /*-------- 404----------- */
    .not-found img{
        width:80%;
        margin:auto;
        margin-bottom: 30px;
    }

    
/*--------- MENU FOOTER -------------*/
    .navbar-footer {
        display: inline-block;  
    }

  

    /*---------------- FOOTER --------------*/
    .footer-widget{
        min-height:auto;
        clear: both;
        position: relative;
    }

}


@media (max-width:480px) {
/*------- NAVBAR -----------------*/
    .btn-publish-hidden{
        display: none;
    }
    .navbar-brand>img {
        display: block;
        padding: 0px;
        padding-top: 4px;
        margin: 0px;
        height:35px;
    }


/*--------- SLIDER ----------------- */

    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        display: block;
        max-width: 100%;
        height: 300px!important;
        object-fit: cover!important;
    }

    .slider-1 {
        width: auto;
        height: 250px;
        position: relative;
    }
    .slider-1 .content-slider{
      position:absolute;
      top:35%;
      display: inline-block;
      width: 100%;
    }

    .slider-1 .content-slider h3 {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 10px;
        text-align: center;
        z-index:9;
    }

    .slider-1 .content-slider p{
        display: none;
    }
    
    .hero-block-bottom {
        display:none;
    }
    .banner-section-two .image-column .image img {
        position: relative;
        width: auto;
        vertical-align: middle;
        display: inline-block;
        margin-top: 80px;
    }


/*------------------ ABOUTS US -------------------*/
    .about-des {
        position: relative;
        display: flex;
    }

    .about-des img{
        float: none;
        display:inline-block;
        text-align: center;
        width:85%;
        margin: auto;
        margin-bottom: 20px;
    }

/*--------------------- SERVICE DETAILS -----------*/
    .sw-service-details-img{
        position: relative;
        display: flex;
    }

    .sw-service-details-img img{
        display:inline-block;
        text-align: center;
        width:85%;
        margin: auto;
    }


    /*---------- PROCCESS ---------- */
    .process-list .single-process .process-step{
        font-size:18px;
    }

    /*---------- BLOG POST ---------*/
    .single-post-item {
        padding-left: 0px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 50px;
    }

    .post-social-share-and-like-count{
        display: none;
    }

    .post-title {
        font-size:22px;
        margin-bottom:20px;
        line-height:30px;
    }

    .single-post-item .post-details{
        padding-left: 0px;
    }

    .single-post-item .post-details::before,
    .single-post-item .post-details::after {
        display: none;
    }


    .post-tags{
        width: 100%;
    }
    .post-share{
        width: 100%;
        float: none;
    }
    .post-share h4, .post-tags h4,
    .post-share h4, .post-share ul{
        letter-spacing: 2px;
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }
    .post-share h4, .post-share ul, .post-tags h4, .post-tags ul{
        text-align: center;
        margin-bottom:20px;
    }


    /*---------- RELATED BLOG ---------------------- */
       article .sw-related-grid {
            margin-bottom:15px;
            position: relative;
            display: inline-flex;
        }

        article .sw-related-grid figure {
            position: relative;
            float: left;
        }

        article .sw-related-grid figure {
            width:130px;
            height: auto;
            margin: 0;
            padding-right:10px;
            background: #fff;
            overflow: hidden;
        }

        article .sw-related-grid .content {
            padding:2px 0px;
        }

/*---------- SIDEBAR -------------- */
    .sidebar-wrapper {
        padding-right: 0px;
        padding-left:0px;
    }

    /*-------- 404----------- */
    .not-found img{
        width: 80%;
        margin:auto;
        margin-bottom: 30px;
    }

/*-------- SERVICE AREA ----------- */
    .service-area{
        text-align: center;
    }
    .service-area h3{
        text-align: center;
        font-size: 20px;
    }
    .service-area .btn-call-us{
        float: none;
        display: inline-block;
        text-align: center;
    }


/* Newlatter ------------------------------ */
    .newsletter-section .inner-container{
        padding: 20px 30px 20px;
        min-height: 140px;
        background: #2c2d67;
    }

    .newsletter-section .title-column .inner-column {
        padding-left:0px;
    }
    .newsletter-section .title-column h4{
        color: #ffffff;
    }

    .emailed-form .form-group{
        display:block;
    }

    .newsletter-section  .emailed-form .form-group {
    margin: 10px 0px 10px;
    }

    .emailed-form .form-group input[type="email"], .emailed-form .form-group input[type="text"]{
    margin-bottom: 10px;
    padding: 8px 8px 8px;
    }

    .emailed-form .form-group input[type="submit"], .emailed-form button {
        display: block;
        width: 100%;
        padding: 5px 0px 5px;
        margin-left: 0px;
    }

/*--------- FOOTER ------------------*/
    .footer-widget {
        min-height:auto;
        clear: both;
        position: relative;
    }
/*--------- MENU FOOTER -------------*/
    .navbar-footer {
        display: inline-block;  
    }
/*--------- TO TOP -----------*/
    #back-to-top {
        z-index: +999999;
        width:45px;
        height:45px;
        line-height:45px;
    }

  body {
    overflow-x: hidden;
    }
}

