/*
Custom Template Student S-widodo.com
Author: Widodo
Version: 3.0
Design and Developed by: s-widodo.com
Year : 2020
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url('font-awesome.min.css');
@import url('boxicons.min.css');
@import url('simpleLightbox.min.css');
@import url('owl.carousel.min.css');
@import url('animate.min.css');

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

:focus {
  outline: 0;
}

a {
  outline: none!important
}

*::-moz-selection {
  background: transparent;
  color: #7ABA48;
  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;
  transition: .1s;
  color:#fdc800;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

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: #fdc800;
  text-decoration: none;
}

.form-control {
  resize: none;
  padding: 0px 15px;
  font-size: 14px;
  border-radius:0px;
  border: 1px solid #ececec;
  box-shadow:none;
  -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;
}

.btn:focus {
  color: #FFF;
}
.btn:focus,.btn:hover,.btn.active {
  box-shadow: none;
  outline: medium none;
}
button:focus {
  outline:none;
}
.btn {
  border-width: 2px;
  cursor: pointer;
  line-height: normal;
  padding: 12px 30px;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
}
.btn.active:focus, .btn:active:focus {
  box-shadow: none !important;
}

.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background-color: #002147;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius:5px;
  -moz-border-radius:5px;
  font-weight: 500;
  font-size: 15px;
  padding-left: 50px;
  padding-right: 25px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.default-btn i {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}

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

.default-btn:hover, .default-btn:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(0, 0, 01, 0.2) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(0, 0, 0, 0.2) !important;
}

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


.btn-default {
  background-color: #FFBC09;
  border: 2px solid #FFBC09;
  color: #ffffff !important;
  padding: 12px 30px;
}
.btn-default:hover {
  background-color: #DF9C00;
  border-color: #DF9C00;
  color: #fff;
}
.btn-default::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 2em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
  transform: skewX(-45deg) translateX(0);
  transition: all 0.8s ease-in-out;
}
.btn-default:hover::before {
  -webkit-transform: skewX(-45deg) translateX(40em);
  transform: skewX(-45deg) translateX(40em);
}
.btn-black {
  border: 2px solid #333;
  background-color: #333;
  color: #ffffff;
  padding: 12px 30px;
}
.btn-black:hover {
  background-color: #ffffff;
  color: #333;
}
.btn-outline-white {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 12px 30px;
}
.btn-outline-white:hover {
  color:#002147;
}
.btn-outline-white::before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-outline-white::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.btn-outline-white:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.btn-outline-black {
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
  padding: 12px 30px;
}

.btn-outline-black:hover {
  color: #fff;
}

.btn-outline-black::before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  background-color: #333;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-outline-black::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.btn-outline-black:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.btn-outline-default {
  background-color: transparent;
  border: 2px solid #002147;
  color: #002147 !important;
  padding: 12px 30px;
}

.btn-outline-default:hover {
  color: #fff !important;
}

.btn-outline-default::before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  background-color: #002147;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-outline-default::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.btn-outline-default:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}
:focus {
  outline: 0;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #212121;
}




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

.mar-0{
  margin:0px;
}

.mar-bot-0{
  margin-bottom:0px;
}

.mar-bot-10{
  margin-bottom:0px;
}

.mar-top-10{
  margin-top:10px;
}

.mar-top-20{
  margin-top:20px;
}

.mar-top-30{
  margin-top:30px;
}
/*----------------------------------------*/

/*  1.  Theme default CSS
/*----------------------------------------*/

::-webkit-scrollbar {
    width:5px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 
::-webkit-scrollbar-thumb {
  background:#002147
}

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


body {
  color: #252525;
  font-family: 'Roboto', 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;
}

.bg-grey {
  background:#f4f5fe;
}

.bg-pattern{
  background-image: url(../img/pattern.jpg) repeat;
}

.bg-parallax {
    background: linear-gradient(to top right, rgb(73 93 118 / 76%) 0%, #002147e0 100%), url(../img/bg-student1.jpg);
    width: 100%;
    background-attachment: fixed !important;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center center;
}

.bg-default{
  background:#002147;
}
/* -------------------------------
    // Section Title
----------------------------------*/
.section-title {
    text-transform: capitalize;
    margin-bottom: 60px;
}

.section-title h2 {
    margin-bottom: 0;
    font-size:35px;
    font-weight: 600;
    line-height:37px;
    display:inline-block;
    color: #002147;
}

.section-title .sub-title{
  margin-top: 15px;
  color:#666666;
  font-size: 14px;
}
/* -------------------------------
   Wrapper
--------------------------------- */

.sw-wrapper {
  position: relative;
  padding:80px 0px 80px;
  margin: 0px 0px 0px;
}

.sw-container-2 {
  position: relative;
  margin: 0px 0px 0px;
}

a.btn-showall {
  margin: 30px 0px 20px;
  background: #FFFB80;
  padding: 10px 20px;
  text-align: center;
  color: #717070;
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block
}

a.btn-showall:hover {
  background: #e8e473;
  color: #333;
}


/* ------------------------------------------------
    TITLE
--------------------------------------------------*/


/* ===========================================
    HEADER
============================================= */

header {
  width: 100%;
  position: relative;
}

header .header-top {
  background:#002147;
  position: relative;
  display: block;
  padding: 5px 0px;
}

header .header-top ul.contact-header {
  padding: 5px 0px 5px;
  margin: 0px;
  position: relative;
}

header .header-top ul.contact-header li {
  list-style: none;
  display: inline-block;
  padding: 0px 15px 0px 15px;
  border-right: solid 1px #fff;
  margin:0px;
  line-height:0px;
  text-transform:lowercase;
}

header .header-top ul.contact-header li:first-child {
  padding: 0px 15px 0px 0px;
}

header .header-top ul.contact-header li:last-child {
  padding: 0px 0px 0px 10px;
  border-right: none;
}

header .header-top ul.contact-header li a {
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #eeeeee;
  display: block;
  line-height: 0;
}

header .header-top ul.contact-header li a i {
  margin-right:8px;
  color: #FDC800;
}

header .header-top ul.social-header {
  padding: 0px;
  margin: 0px;
  float: right;
}

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

header .header-top ul.social-header li:first-child {
  padding: 0px 15px 0px 0px;
}

header .header-top ul.social-header li:last-child {
  padding: 0px 0px 0px 10px;
  border-right: none;
}

header .header-top ul.social-header li a {
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 4px 0px 4px;
  color: #eeeeee;
  display: block;
}

header .header-top ul.social-header li a:hover,
header .header-top ul.contact-header li a:hover{
  color: #FDC800;
}


/* ------------------------------------------------
    NAVBAR CUSTOM
--------------------------------------------------- */

.navbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0!important;
  z-index:2;
}

.navbar-fix {
  padding: 0px 0px!important;
  border: 0px;
  border-radius: 0px;
  transition: all 1s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-default {
  width: 100%;
  border: none;
  margin: 0 auto;
  padding: 8px 0px;
  min-height: 50px;
  background: #ffffff;
  transition: all 1s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-fixed {
  transition: all 1s ;
  width:100%;
  z-index:2;
  position: fixed;
  top: 0px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-name: slide-down;
  animation-duration: 1s;
}

.navbar-default .navbar-toggle {
  color: #002147;
  border-radius: 0px;
  margin:7px 0px;
  border: none;
}

.navbar-default .navbar-toggle i {
  font-size: 25px;
  float: left;
  margin-right: 10px;
}

.navbar-default .navbar-toggle span{
  font-size: 15px;
}

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

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

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  float: left;
  height: auto;
  padding: 6px 0px;
  margin: 0px!important;
  font-size: 18px;
  line-height: 20px;
  padding-left: 10px;
}

.navbar-brand img {
  height:65px;
  width:auto;
}

.navbar-default ul.nav {
  margin: 0px 0px;
}

.navbar-default .navbar-nav>li{
  margin-right: 18px;
}

.navbar-default .navbar-nav>li:last-child{
  margin-right: 0px;
}

.navbar-default .navbar-nav>li>a {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #002147;
  font-weight:600;
  text-transform: uppercase;
  padding:30px 5px 30px;
  display: block;
  text-decoration: none;
  -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:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color:#FDC800;
  background: transparent;
}

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


.navbar-default .navbar-nav>li>a:after{
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height:3px;
  left: 50%;
  position: absolute;
  background:#FDC800;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  border-radius:5px;
}

.navbar-default .navbar-nav>li>a:hover:after { 
  width: 100%; 
  left: 0;
  border-radius:5px;
}

.main-navbar-nav li>.dropdown-menu {
  border: none;
  background: #002147;
  white-space: nowrap;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  padding: 0px;
  min-width: 230px;
  max-width: 260px;
  border-radius:0px;
  -moz-border-radius:0px;
}

.dropdown-submenu {
  position: relative;
}

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

.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: #ffffff;
  margin-top: 7px;
  margin-right: 5px;
}

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


.main-navbar-nav li>.dropdown-menu>li {
  border-bottom:solid 1px #0e3665;
}

.main-navbar-nav li>.dropdown-menu>li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.main-navbar-nav li>.dropdown-menu>li>a {
  width: 100%;
  padding:7px 11px 7px 11px;
  margin:0px;
  clear: both;
  color: #ffffff;
  border-radius:0px;
  font-size: 14px;
  font-weight: 500;
  display: table;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.main-navbar-nav li>.dropdown-menu>li>a:hover,
.main-navbar-nav li>.dropdown-menu>li>a:focus {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color:#FDC800;
  background:#0e3665;
}


/* ---------------------------------------------
    // SEARCH
-----------------------------------------------*/
.navbar-default .navbar-nav.search{
  margin-left: 20px;
  width:20px;
}


.navbar-default .navbar-nav .close-btn,
.navbar .close-btn{
  display:none;
}

.btn-search-top{
    border:none;
    background:transparent;
    padding: 19px 0px;
    margin-right:13px;
    float:right;
    font-size: 16px;
    color: #002147;
    display: none;
}

.top-search{
    background-color: #fff;
    top:80px;
    left: auto;
    right: 0;
    height:0px;
    position: absolute;
    padding:0;
    opacity:0; 
    width: 100%;
    z-index:1;
    overflow: hidden;
    box-shadow: 2px 6px 28px -22px #dadada;
    border-top: 1px solid #f1f1f1;
    -webkit-transition: all 0.4s ease;  
    -moz-transition: all 0.4s ease;  
    -o-transition: all 0.4s ease;  
    -ms-transition: all 0.4s ease;  
    transition: all 0.4s ease;
}

.top-search.active{
  height: 90px;
  padding:25px 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease;  
  -moz-transition: all 0.4s ease;  
  -o-transition: all 0.4s ease;  
  -ms-transition: all 0.4s ease;  
  transition: all 0.4s ease;
}

.top-search .input-group {
   display: block;
}


.top-search .search-input {
  display: block;
  width: 100%;
  height:40px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #212529;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  padding-left: 15px;
  border-radius: 2px;
}

.top-search input[type="text"]:focus,
.top-search input[type="text"]:hover{
  border:solid 1px #002147;
}

.top-search .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  height:40px;
  width: 50px;
  background: transparent;
  border: none;
  outline: 0;
  color: #737b9a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

.top-search .btn-search:hover,
.top-search .btn-search:focus {
  color: #002147;
  outline: 0;
}



@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animation {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-20);
  }
}
@keyframes slideDownIn {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(-20px);
  }
}

.slideDownIn {
  -webkit-animation-name: slideDownIn;
  animation-name: slideDownIn;
}

@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(20px);
  }
}
@keyframes slideUpIn {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(20px);
  }
}

.slideUpIn {
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn;
}

/* ---------- Dropdown Hover ---------*/

@media screen and (min-width: 761px) {
  .main-navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
  }
  .main-navbar-nav .dropdown:hover>.dropdown-menu .dropdown:hover .dropdown-menu {
    left: 225px;
    top: 0;
  }
}

/* ---------- End Dropdown Hover ---------*/

/*------- Tampilan Notebook 1024 pixel ---------------*/
@media (max-width:1000px) and (min-width:765px) {
  .navbar>.container .navbar-brand,
  .navbar-fixed.navbar>.container .navbar-brand {
    padding: 8px 0px 8px 15px;
  }

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

  .navbar-default .navbar-nav>li {
    margin-right:10px;
  }

  .navbar-default .navbar-nav>li>a,
  .navbar-fixed.navbar-default .navbar-nav>li>a {
    font-size: 13px;
    padding: 25px 3px 25px;
  }

  .top-search {
    top: 60px;
  }

}

/* ----------- Mobile --------------- */
@media screen and (max-width:760px) {
  header .header-top{
    display: none;
  }

  .navbar-fix {
    position:fixed;
  }

  .navbar-fixed {
    position: fixed;
    padding: 0px 0px!important;
    top: 0px;
  }


  .navbar-default .navbar-collapse {
    padding-left: inherit;
    padding-right: inherit;
    width: 100%;
    margin: auto!important;
    padding: 0px 15px;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    padding: 5px 0px 5px 15px;
    font-size: 18px;
    line-height: 20px;
    margin: auto!important;
  }
  .navbar>.container .navbar-brand img,
  .navbar>.container-fluid .navbar-brand img {
    height:45px;
    width: auto;
  }

  .nav.navbar-nav {
    float: none;
    margin: 0px;
  }

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

  .navbar-default .navbar-nav>li:last-child {
    border-bottom: none;
  }

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

  .navbar-default .navbar-nav>li>a:after{
    display:none
  }


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

  .main-navbar-nav li>.dropdown-menu>li>a {
    color: #111111!important;
    padding: 8px 0px 8px 10px!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: #FDC800!important;
    border: none;
  }


  .dropdown-submenu>a:after {
      content: "\f107";
      font-family: FontAwesome;
      font-size: 15px;
      float: right;
      margin-right: 20px;
      border: none;
      margin-top: 0px;
  }

  .top-search {
    background-color: #fff;
    top:60px;
    left: auto;
  }

  .btn-search-top{
    display: block;
  }
  


}

/* -------------------------------------------------
    breadcrumbs
---------------------------------------------------*/

.sw-breadcrumbs {
  background: #F7F7F7 url(../img/breadcrumbs.jpg) no-repeat top;
  background-size: cover;
  padding:50px 0 50px;
  position: relative;
  width: 100%;
}

.sw-breadcrumbs h2 {
    font-weight: 600;
    margin: 10px 0px;
    font-size: 24px;
    color: #002147;
}

/* Breadcrumbs
====================================*/

.breadcrumbs {
  position: relative;
  float:left;
}

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

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

.breadcrumbs ul li:after {
  content: "/";
  margin: 0 0px 0 7px;
}

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

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

.breadcrumbs ul li:first-child {
  padding-right: 0;
  margin-left: 0;
}

.breadcrumbs ul li:first-child, .breadcrumbs ul li:last-child {
  color: #002147;
}

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

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


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

.sw-slider {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  background: #002147
}

.carousel .item {
  background-size: cover!important;
  background-position: center;
  min-height:800px;
}

.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity:0.2;
}

.carousel.carousel-fade .active.item {
  opacity:1;
}

.carousel-inner .item > img {
  width:auto;
  max-width: 100%;
  height:auto;
}

.sw-slider .content-slider {
  position: absolute;
  top: 30%;
  margin-left: 20px;
  display: inline-block;
  width: 100%;
  z-index: 1000;
  -webkit-animation-duration: 1s;
  animation-name: slide-down;
  animation-duration: 1s;
  text-shadow: none;
}

.sw-slider .content-slider h4 {
  color: #fff;
  margin-bottom: 10px;
}

.sw-slider .content-slider h3 {
  color: #FF89AD;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 30px;
  font-family: 'Anton', cursive;
  z-index: 999999;
}

.sw-slider .content-slider h3 b {
  font-size: 45px;
  letter-spacing: 0px;
}

.sw-slider .content-slider p {
  font-size: 18px;
  line-height: 27px;
  font-family: 'Roboto', sans-serif;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
  opacity:0.8;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

.carousel-control.left span {
  padding:0px;
}

.carousel-control.right span {
  padding:0px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  background: #111111;
  line-height: 43px;
  text-align: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left:50px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right:50px;
}



.carousel-control.left span:hover,
.carousel-control.right span:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  background: #002147
}

/* -------------------------------------------------
    CONTROL BOOTSTRAP
---------------------------------------------------*/
.controls {
  position: relative;
}

.controls.controls_slider {
  margin-top: -20px;
}

.controls.controls_slider a {
  padding: 10px 10px;
  background: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 14px;
  margin: auto;
  color: #666666;
}

.controls.controls_slider a:hover {
  border: solid 1px #0E70C7;
  color: #0E70C7;
}


/* --------------------------------------------
  // Owl.Carousel
----------------------------------------------- */
/* ---------- Custom Carausel -------------- */
.owl-carousel-nav .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    width: 33px;
    height: 33px;
    background-color:#002147;
    text-align: center;
    line-height: 34px;
    z-index: 10;
    top:40%;
    margin-top: -15px;
    left:-20px;
    font-size:14px;
    font-weight: 600;
    color: #FDC800;
    border-radius: 50%;
    transition: all 0.25s ease 0s;
    box-shadow: rgba(49, 53, 59, 0.12) 0px 1px 7px 0px;
    opacity: 0;
}

.owl-carousel-nav .owl-next {
    left: auto;
    right:-20px;
    opacity: 0;
}

.owl-carousel-nav:hover .owl-prev{
    opacity: 1;
    left:-15px;
}
.owl-carousel-nav:hover .owl-next{
    opacity: 1;
    right:-15px;
}


/* -------------------------------------------
   // Service area. 1
----------------------------------------------*/
.service-area {
  position: relative;
}


.service-area .service-inner-area {
  position: absolute;
  top: -170px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index:1;
}

.service-area .service-wrapper {
    margin-right: 0;
    margin-left: 0;
}

.service-box .service-box-content {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}

.service-box {
    border-right: 1px solid #3d6ead;
    padding: 30px 30px 15px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: rgba(0, 33, 71, 0.8);
    color: #ffffff;
    min-height: 170px;
    max-height: 170px;
}

.service-box:last-child {
  border-right: none;
}

.service-box .service-box-content h3,
.service-box .service-box-content h3 a{
  font-size: 22px;
  margin-bottom: 10px;
  color: #ffffff;
}

.service-box .service-box-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #ffffff;
}

 .service-box .service-box-content h3 a:hover{
  color: #FDC800
 }
.service-box .service-box-icon {
    text-align: center;
    padding-top: 10px;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.service-box .service-box-icon i {
    color: #fdc800;
    font-size: 36px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.service-box:hover .service-box-icon i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/* -------------------------------------------
   // Service area. 2
----------------------------------------------*/
.service-area {
  position: relative;
}

.service-area-box{
  padding:50px 0px;
  vertical-align: middle;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
}

.service-area-box .heading h2{
  font-size:30px;
  color: #ffffff;
  margin:0px;
}

.service-area-box p{
  color:#ffffff;
}

.service-area-btn{
  margin-top:10px;
}
.service-area-box .btn{
  font-weight: 600;
  float:right;
  
}

/* --------------------------------------------------
    Abouts Us
-----------------------------------------------------*/
.abouts {
  position: relative;
}

.abouts p{
  font-size:15px;
  line-height: 25px;
}

.abouts .title{
  position: relative;
}

.abouts .title::before {
  content: "";
  position: absolute;
  left: 0;
  top:-18px;
  height:2px;
  width: 30px;
  background-color:#002147;
}

.abouts .title .sub-heading{
  text-transform: uppercase;
  color: #292b2c;
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.abouts .title h2{
  font-size: 25px;
  line-height: 27px;
  font-weight: 600;
  color: #002147
}

.abouts .abouts-img {
  position: relative;
  float:right;
}

.abouts .abouts-img::before {
    content: "";
    position: absolute;
    right: 80px;
    left: 0;
    top: 30px;
    bottom: -30px;
    background-color: #1a4374;
    z-index: -1;
}

.abouts .abouts-img img{
  max-height:360px;
  vertical-align: middle;
  padding-left: 25px;

}

/* -------------------------------------------------
    // Count
--------------------------------------------------- */
.count {
  position: relative;
  color: #ffffff; 
}

.count .count-value .count-icons{
  width:80px;
  height:80px;
  border-radius: 50%;
  border:solid 3px #ffffff;
  font-size: 30px;
  line-height: 77px;
  color: #ffffff;
  margin:auto;
}

.count .count-value h2{
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  margin:10px 0px 0px 0px;
}

.count .count-value p{
  font-size:16px;
  font-weight: 600;
}



/* -------------------------------------------------
    // Blog
--------------------------------------------------- */
.single-blog-post {
  border-radius: 2px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .post-image {
  overflow: hidden;
  position: relative;
}

.single-blog-post .post-image a {
  display: block;
}

.single-blog-post .post-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.single-blog-post .post-image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 0 5px 0 0;
  padding: 10px 25px 0;
  z-index: 1;
  color: #080a3c;
  font-size: 15px;
  font-weight: 300;
}

.single-blog-post .post-image .date i {
  color: #ff612f;
  margin-right: 1px;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.single-blog-post .post-image .event_date {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 75px;
    background-color: #fff;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius:5px;
    overflow: hidden;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.02);
}

.single-blog-post .post-image .event_date h5 {
    font-size:20px;
    margin: 0;
    padding: 5px;
    font-weight: 600;
}

.single-blog-post .post-image .event_date h5 span {
    display: block;
    font-size:14px;
    font-weight: 300;
}


.single-blog-post .post-image .event_time {
    display: block;
    padding: 5px;
    background:#002147;
    color: #fdc800;
    text-align: center;
}

.single-blog-post .post-content {
  padding: 25px;
  position: relative;
}

.single-blog-post .post-content h3 {
  line-height: 1.4;
  font-size: 19px;
  font-weight: 500;
  height: 50px;
  display: block;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}

.single-blog-post .post-content h3 a {
  display: inline-block;
}

.single-blog-post .post-content h3 a:hover{
  color: #002147
}


.single-blog-post .post-content .post-info {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.single-blog-post .post-content .post-description{
  margin:0px 0px;
}

.single-blog-post .post-content .post-description p{
  line-height: 25px;
  font-size:15px;
  color: #666666
}

.single-blog-post .post-content .post-info .post-by {
  -ms-flex: 0 0 80%;
  -webkit-box-flex: 0;
  flex: 0 0 80%;
  position: relative;
  max-width: 80%;
  padding-left:45px;
}

.single-blog-post .post-content .post-info .post-by img {
  width:35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -moz-border-radius:50%;
  overflow: hidden;
}

.single-blog-post .post-content .post-info .post-by h6 {
  margin-bottom: 0;
  color: #8891b5;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-blog-post .post-content .post-info .details-btn {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  text-align: right;
  max-width: 20%;
}

.single-blog-post .post-content .post-info .details-btn a {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background-color: #ebefff;
  color: #080a3c;
  text-align: center;
  font-size: 25px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.single-blog-post .post-content .post-info .details-btn a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-blog-post .post-content .post-info .details-btn a:hover {
  color:#fdc800;
  background-color: #002147;
}

.single-blog-post:hover .post-image a img {
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
  -ms-filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}


/*-------------------------------------------------
  // SEDIEBAR
--------------------------------------------------*/

.sw-sidebar {
  padding-right: 0px;
  padding-left: 20px;
}

.sidebar {
  min-height: 100px;
  margin-bottom: 30px;
  background-color: #f1f1f1;
  padding: 20px;
 
}


.sidebar .sw-title {
  margin-bottom:10px;
}

.sidebar>.sw-title h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  color:#002147;
}

.sidebar>.sidebar-body {
  position: relative;
  display: table;
  width: 100%;
}

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

.sidebar>.sidebar-body>ul li {
  display: block;
  overflow: hidden;
  padding: 15px 0px;
  border-bottom: solid 1px #dedede;
}

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


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

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

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

.sidebar>.sidebar-body>ul li .post-entry-date {
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  width:80px;
  overflow: hidden;
  background:#ffffff;
  text-align: center;
  border-radius: 5px;
}

.sidebar>.sidebar-body>ul li .post-entry-date span.entry-day {
    display: block;
    font-size: 38px;
    font-weight: bold;
    line-height: 26px;
    overflow: hidden;
    padding: 12px 0 12px;
    background:#ffffff;
    font-weight: bold;
    color: #111111;
    overflow: hidden;
    text-shadow: #cccccc 1px 1px, #cccccc 2px 2px, #cccccc 3px 3px, #cccccc 4px 4px, #cccccc 5px 5px, #cccccc 6px 6px, #cccccc 7px 7px, #cccccc 8px 8px, #cccccc 9px 9px, #cccccc 10px 10px, #cccccc 11px 11px, #cccccc 12px 12px, #cccccc 13px 13px, #cccccc 14px 14px, #cccccc 15px 15px, #cccccc 16px 16px, #cccccc 17px 17px, #cccccc 18px 18px, #cccccc 19px 19px, #cccccc 20px 20px, #cccccc 21px 21px, #cccccc 22px 22px, #cccccc 23px 23px, #cccccc 24px 24px, #cccccc 25px 25px, #cccccc 26px 26px, #cccccc 27px 27px, #cccccc 28px 28px, #cccccc 29px 29px, #cccccc 30px 30px, #cccccc 31px 31px, #cccccc 32px 32px, #cccccc 33px 33px, #cccccc 34px 34px, #cccccc 35px 35px, #cccccc 36px 36px, #cccccc 37px 37px, #cccccc 38px 38px, #cccccc 39px 39px, #cccccc 40px 40px, #cccccc 41px 41px, #cccccc 42px 42px, #cccccc 43px 43px, #cccccc 44px 44px, #cccccc 45px 45px, #cccccc 46px 46px, #cccccc 47px 47px, #cccccc 48px 48px, #cccccc 49px 49px, #cccccc 50px 50px, #cccccc 51px 51px, #cccccc 52px 52px, #cccccc 53px 53px, #cccccc 54px 54px, #cccccc 55px 55px, #cccccc 56px 56px, #cccccc 57px 57px, #cccccc 58px 58px;
}


.sidebar>.sidebar-body>ul li .post-entry-date span.entry-month {
    background: #253b80 none repeat scroll 0 0;
    color:#fdc800;
    font-size: 13px;
    font-weight:500;
    line-height: 12px;
    padding: 8px 5px;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    display: block;
}



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

.sidebar>.sidebar-body>ul li .post-info a {
  display: block;
  font-size: 15px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

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


.sidebar>.sidebar-body>ul li .post-info span.author {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  margin-right: 4px;
}

.sidebar>.sidebar-body>ul li .post-info span {
  font-size: 14px;
  color: #444444;
  font-weight:500;
}

/* -------------------------------------
   // 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 #dedede;
  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:50px;
  font-weight: bold;
  color: #cccccc;
  margin: 13px 5px 0px -6px;
  line-height: 30px;
  width: 35px;
  height: 50px;
  text-align: center;
  transition: all 0.4s ease 0s;
}

.sidebar>.sidebar-body>.recent_post ul li:hover:before{
  transform: rotate(5deg);
  font-size:70px;
  transition: all .2s;
  transition: 0.2s;
}

.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;
  line-height:20px;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

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

.sidebar>.sidebar-body>.recent_post ul li .post-info span {
  font-size: 14px;
  color: #444444;
  font-weight:500;
}

/* -------------------------------------
   // SEARCH
----------------------------------------*/


.sidebar-search {
  background: #fff;
  margin-bottom: 20px;
}

.sidebar-search .form-control {
  border-radius: none!important;
}

.sidebar-search input {
  border-radius: none!important;
  height: 45px;
  border-right: 0px;
  border-radius: 0px;
  border-color: #ffffff;
}

.sidebar-search input[type=text]:focus {
  border-color:#ffffff;
}

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

.sidebar-search .btn-search:focus {
  outline: none;
}

/* -------------------------------------
  // 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:after{
  content: "\f105";
  font-family:FontAwesome;
  float: left;
  line-height:20px;
  font-size:15px;
}


.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: 15px;
}

.sidebar>.sidebar-body>.category>ul>li>a {
  color: #111;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding-left:10px;
}

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

.sidebar>.sidebar-body>.category>ul>li>a:hover {
  color: #002147;
  padding-left: 12px;
}

/* ------------------------------------------------
   // 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 5px;
}

.sidebar>.sidebar-body>.tags>ul>li>a {
  padding: 7px 10px;
  font-size: 14px;
  color:#002147;
  font-weight: 500;
  display: inline-block;
  border: solid 1px #002147;
}

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



/*------------------------------------------
  // PAGINATION
--------------------------------------------*/

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

.pagination>li>a, .pagination>li>span {
  border-radius: 0px;
  margin: 0 2px;
  color: #111111;
  padding: 5px;
  height:40px;
  width: 40px;
  line-height:30px;
  font-weight: 500;
  font-size: 15px;
  -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: none;
}

.pagination>li>a:hover {
  color:#FDC800;
  background: #002147;
  border-color: #002147;
}

.pagination>.active>a, .pagination>.active>a:focus,
.pagination>.active>a:hover, .pagination>.active>span,
.pagination>.active>span:focus, .pagination>.active>span:hover {
  color: #FDC800;
  cursor: default;
  background: #002147;
  border-color: #002147;
}


/*----------------------------------------
  // BLOG DETAILS
------------------------------------------*/

article .blog-details {
  position: relative;
  margin-bottom: 20px;
}

article .blog-details .entry-content {
  position: relative;
}

article .blog-details h1.title,
article .blog-details .entry-content h1.title{
  line-height:35px;
  margin-bottom: 20px;
}

article .blog-details h1.title a,
article .blog-details .entry-content h1.title a{
    font-size:35px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0px;
    text-decoration: none;
    color:#002147;
    line-height:45px;
}

article .blog-details h1.title a:hover,
article .blog-details .entry-content h1.title:hover{
    color:#FDC800;
}

article .blog-details ul.meta,
article .blog-details .entry-content ul.meta {
    font-size: 13px;
    margin:10px 0px 17px 0px;
    padding:0px 0 10px 0;
    
}

article .blog-details .entry-content ul.meta li,
article .blog-details ul.meta li{
  margin-right: 10px;
  list-style: none;
  display: inline-block;
  font-size:14px;
  font-weight:500;
}

article .blog-details ul.meta li i,
article .blog-details .entry-content ul.meta li a i{
  margin-right:5px;
  color: #FDC800;
}

article .blog-details ul.meta li img,
article .blog-details .entry-content ul.meta li img{
    width:40px;
    height:40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0px;
    margin-right: 3px;
}   

article .blog-details ul.meta li a{
  color: #888888;
}

article .blog-details ul.meta li a:hover,
article .blog-details .entry-content ul.meta li a:hover{
  color:#002147;
}


article .blog-details .entry-content {
  overflow: hidden;
  padding-bottom: 0;
  font-family: 'Roboto', sans-serif!important;
}

article .blog-details .entry-content p::-moz-selection,
article .blog-details .entry-content::-moz-selection {background:#fff6ea;}
article .blog-details .entry-content p::selection,
article .blog-details .entry-content::selection { background:#fff6ea; }


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

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

article .blog-details .entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  position: relative;
}

article .blog-details .entry-content img:hover {
  opacity: 0.8;
}

article .blog-details .entry-content a{
  color:#002147;
  text-decoration: none;
  position: relative;
  font-weight: 600;
}

article .blog-details .entry-content a:before{
  content: "\eb24";
  font-family:boxicons;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  color:#002147;
  margin-right:0px;
  border-radius: 50%;
  font-size:15px;
}


article .blog-details .entry-content a:hover {
  color:#FDC800;
}

article .blog-details .entry-content p {
  color:#222222;
  font-size:17px;
  line-height: 27px;
}

article .blog-details .entry-content ul{
  padding: 0px;
  margin:15px 0px 15px 10px;
}

article .blog-details .entry-content ol{
  padding-left:30px;
}

article .blog-details .entry-content ul li,
article .blog-details .entry-content ol li{
  font-size:17px;
  line-height:22px;
  margin-bottom: 10px;
  font-weight: 500;
}

article .blog-details .entry-content ul li a:before,
article .blog-details .entry-content ol li a:before{
  display: none;
}

article .blog-details .entry-content ul li:before{
  content: "\f05d";
  font-family: FontAwesome;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  color: #222222;
  font-size:15px;
  margin-right: 5px;
  border-radius: 50%;
  margin-right: 10px;
}

article .blog-details .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    border:0px;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 20px!important;
}

article .blog-details .entry-content blockquote p{
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size:20px!important;
}

article .blog-details .entry-content blockquote::before {
    color: #efefef;
    position:absolute;
    left: 50px;
    top: -30px;
    z-index: -1;
    content: "\edd5";
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 135px;
}

article .blog-details .entry-content blockquote::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #002147;
    margin-top: 20px;
    margin-bottom: 20px;
}


article .blog-details .entry-content table{
  position: relative;
  min-width:60%;
  max-width:100%;
  margin:10px 0px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
}

article .blog-details .entry-content table thead {
  background: #002147;
  color:#FDC800;
  font-size:17px;
}

article .blog-details .entry-content table td,
article .blog-details .entry-content table th {
  border: 1px solid #eeeeee;
  padding:8px 8px;
  font-size: 16px;
}

/* -----------------------------------------------
    // BLOG DETAIL TAG
--------------------------------------------------*/
ul.blog-tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin:20px 10px 0px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

ul.blog-tag li{
  list-style: none
}

ul.blog-tag li a{
  color: #888888;
}

ul.blog-tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

ul.blog-tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

ul.blog-tag:hover{
  background-color:#FDC800;
  color:white;
}

ul.blog-tag:hover::after {
   border-left-color:#FDC800; 
}

/* -----------------------------------------------
    // SHARE SOCIAL MEDIA
------------------------------------------------- */

.share-wrapper{
  width: 100%;
  display:table;
  padding:5px 0px;
  margin:5px 0px 20px;
}

.share-wrapper h3{
  font-size:20px;
  font-weight: 500;
  margin:0;
  line-height: 25px;
  padding:10px 0px;
  margin-bottom:10px;
}

.share-wrapper ul{
  padding: 0px;
  margin:0px;
  position: relative;
}

.share-wrapper li{
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.share-wrapper li a{
  padding:10px 20px;
  color: #ffffff;
  font-size:16px;
  display: inline-block;
  text-align: center;
  border-radius:3px;
  line-height: 23px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.share-wrapper li a i{
  float: left;
  margin-right: 10px;
  color: #fff;
  font-size:25px;
}

.share-wrapper li a.facebook{
  background:#3b5998;
}

.share-wrapper li a.twitter{
  background:#00bbd7;
}

.share-wrapper li a.whatsapp{
  background:#128C7E;
}

.share-wrapper li a.line{
  background:#3dc614;
}

.share-wrapper li a.facebook:hover{
  background:#276dff;
}

.share-wrapper li a.twitter:hover{
  background:#2de2fe;
}

.share-wrapper li a.whatsapp:hover{
  background:#25D366;
}

.share-wrapper li a.line:hover{
  background:#63dd16;
}


/* ------------------------------------------------
    // BLOG DETAILS PAGINATION
---------------------------------------------------*/
.spacle-post-navigation {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: #FDC800;
}

.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #fdc800c2;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.prev-link-wrapper .prev-link-info-wrapper {
  color: #080a3c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}


.prev-link-wrapper .meta-wrapper {
  display: block;
  color: #4a6f8a;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

.next-link-wrapper {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}

.next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
  color:#FDC800;
}

.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next img {
  border-radius: 5px;
}

.next-link-wrapper .image-next::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background:rgba(253, 200, 0, 0.7);
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #080a3c;
}

.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
  display: block;
  color: #4a6f8a;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}
/* -------------------------------------------------
    // Gallery
--------------------------------------------------- */
.gallery-slides.owl-carousel {
  position: relative;
}

.isotop-nav {
  padding-bottom: 50px;
}

.isotop-nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.isotop-nav li {
  list-style: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding:10px 15px;
  transition: .4s;
  border-radius: 3px;
  -moz-border-radius:3px;
  margin: 2px;
  background-color:#FFFFFF;
  border:solid 1px #eee;
  color:#002147;
}

.isotop-nav li:hover,
.isotop-nav li.active {
  background: #002147;
  color:#FDC800;
  -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);
}

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

.isotop-active {
  margin: 0 auto;
}


.single_gallery {
  overflow: hidden;
  width: 100%;
  margin-bottom:30px;
  border-radius: 10px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.awesome-img img {
  transition: 0.5s;
  width: 100%;
  height: auto;
}

.single_gallery:hover .awesome-img img {
  transform: scale(1.2) rotate(5deg);
  -ms-transform: scale(1.2) rotate(5deg);
  transition: all .5s;
  transition: 0.5s;
}

.awesome-img {
  display: block;
  position: relative;
}

.single_gallery:hover .awesome-img::after {
  opacity: 1;
}

.single_gallery:hover .singgle_content {
  opacity: 1;
}

.awesome-img::after {
  background: linear-gradient(to top right, rgb(73 93 118 / 50%) 0%, #002147ad 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.singgle_content_gallery {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 4;
}


.singgle_content_gallery .icons-zoom{
  background: #ffffff;
  display: inline-block;
  top: 10%;
  height:35px;
  width:35px;
  border-radius: 50%;
  -moz-border-radius:50%;
  text-align: center;
  line-height:35px;
  position: relative;
  font-size:13px;
  opacity:0;
  color:#002147;
}

.single_gallery:hover .icons-zoom:hover{
  background: #002147;
  color:#FDC800;
}

.single_gallery:hover .icons-zoom{
  transition: all 0.4s ease 0s;
  opacity: 100;
  top:40%;
}

.singgle_content_gallery .title-gallery{
    position: absolute;
    bottom: 0%;
    left: 0;
    text-align: center;
    font-weight:500;
    color: #ffffff;
    right: 0;
    font-size:14px;
    opacity:0;
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    transition: all 0.4s ease 0s;
}

.single_gallery:hover .title-gallery{
  transition: all 0.4s ease 0s;
  opacity: 100;
  bottom:20%;
  transform: scale(1);
  -ms-transform: scale(1);
}


/* ------------------------------------------------
  // Team
--------------------------------------------------*/
.single-team{
   border-radius: 2px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.single-team .single-team-img{
  position: relative;
  overflow: hidden;
}

.single-team:hover .single-team-img img{
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
  -ms-filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  transition: all .5s;
  transition: 0.5s;
  width: 100%;
}

.single-team .single-team-img .singgle-team-button{
    background: #ffffff;
    padding: 15px 10px;
    position: absolute;
    bottom:0px;
    width: 100%;
    display: block;
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease 0s;
}

.single-team .single-team-img:hover .singgle-team-button,
.single-team:hover .singgle-team-button{
  transition: all 0.4s ease 0s;
  bottom: 60px;
  opacity: 1;
}

.single-team .single-team-img .singgle-team-button ul{
  padding: 0px;
  margin:0px;
}

.single-team .single-team-img .singgle-team-button li{
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.single-team .single-team-img .singgle-team-button li:last-child{
  margin-right: 0px;
}

.single-team .single-team-img .singgle-team-button li a{
  background:#002147;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius:50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color:#FDC800;
}

.single-team .single-team-img .singgle-team-button li a:hover{
  background:#FDC800;
  color: #002147;
}

.single-team .single-team-des{
  padding:15px 10px;
  position: relative;
}

.single-team .single-team-des h3{
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding: 0px;
  margin:0px 0px 5px 0px;
}

.single-team .single-team-des p{
  font-size:15px;
  text-align: center;
  color: #666666;
  padding: 0px;
}


/* ------------------------------------------------
    // SUPPORT
--------------------------------------------------*/

.single-clients-logo {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.single-clients-logo a {
  text-align: center;
  display: block;
  background-color: #ffffff;
  padding: 30px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-clients-logo a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-clients-logo a:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-clients-logo a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* -------------------------------------------------
    // CONTACT
---------------------------------------------------- */
.single-contact-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-contact-info .info-content {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
}

.single-contact-info .info-icon i {
    font-size: 24px;
    color: #07294d;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
}

.single-contact-info .info-content .title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .05em;
    color: #002147;
    padding-bottom:10px;
    margin:0px;
}

.single-contact-info .info-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}


/*================================================
Contact Area CSS
=================================================*/
.contact-form{
  padding: 60px 0px 0px;
}


.contact-form form .form-control {
  background-color: #ffffff;
  height:45px;
  font-size: 16px;
  border:solid 1px #eeeeee;
  margin-bottom:30px;
}

.contact-form form .form-control:hover{
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

.contact-form form textarea.form-control {
  height: auto;
  padding-top: 20px;
}

.contact-form form .default-btn {
  margin-top: 5px;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(0, 0, 255, 0.2);
  box-shadow: 0 5px 28.5px 1.5px rgba(0, 0, 255, 0.2);
}

.contact-info-box {
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
}

.contact-info-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 30px;
  color: #28df99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 25px;
}

.contact-info-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.contact-info-box p {
  margin-bottom: 0;
}

.contact-info-box p a {
  display: inline-block;
  color: #737b9a;
}

.contact-info-box p a:hover {
  color: #28df99;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.contact-info-box:hover .icon {
  background-color: #28df99;
  color: #ffffff;
  border-color: #28df99;
}

.contact-area iframe{
  max-width: 100%;
  max-height: 330px;
  margin-bottom: 20px;
}

/*--------------------------------------------------
    SCREEN
---------------------------------------------------- */

.navbar-scrensize {
  background: #000000;
  padding: 5px;
  height: 50px;
  position: fixed;
  top: 0px;
  display: block;
  width: 100%;
}

.navbar-scrensize .scrensize-logo {
  height: 40px;
}

.navbar-scrensize .scrensize-logo img {
  height: 40px;
}

.navbar-scrensize ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.navbar-scrensize li {
  list-style: none;
  display: inline-block
}

.navbar-scrensize li button {
  border: none;
  background: #252525;
  padding: 10px;
  width: 45px;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}

.navbar-scrensize li a {
  padding: 10px 20px;
  border-radius: 3px;
  font-weight: 400;
  color: #fff;
  border: none;
  background-image: linear-gradient(45deg, #7ABA48 0%, #FFA1A9 70%);
  float: right;
}

.scrensize-box {
  margin: auto;
  margin-top: 50px;
  position: relative;
  display: block;
}

#frame {
  margin: auto;
  min-width: 400px;
  width: 400px;
  height: 620px;
  border-radius: 25px;
  border: 1px;
  padding: 40px 0;
  background: #ffffff;
  box-shadow: 0 0 0 5px #f4f4f4, 0 0 0 6px #cccccc;
}

#screen {
  border: none;
  height: 100%;
  width: 100%;
  overflow-y: scroll
}

@media only screen and (max-width:500px) {
  .navbar-scrensize .scrensize-logo {
    display: none;
  }
}

/*--------------------------------------------------
    FOOTER
--------------------------------------------------- */

footer {
  background: #080a3c;
  padding: 20px 0px 0px;
  position: relative;
}


footer .footer-area{
  position: relative;
}

footer .footer-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:0;
    -webkit-animation: imageChange 1s linear 1s infinite;
    animation: imageChange 1s linear 1s infinite;
    background-image: url(../img/footer-shape1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-area::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-animation: imageChangeTwo 1s linear 1s infinite;
    animation: imageChangeTwo 1s linear 1s infinite;
    background-image: url(../img/footer-shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

footer .footer-widget {
  padding: 18px 0px;
}

.footer-widget .title_widget {
  position: relative;
  margin-bottom:35px;
}

.footer-widget .title_widget h3 {
  font-size:22px;
  color: #ffffff;
  font-weight:500;
  margin-bottom: 20px;
  margin-top: 15px;
  padding-bottom: 10px;
}

.footer-widget .title_widget h3::before {
  content: "";
  position: absolute;
  left: -0px;
  top:38px;
  height: 1px;
  width: 20px;
  background-color: #fdc800;
}


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

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

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

.footer-widget .footer_content .about-us {
  padding: 10px 0px;
}

.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;
}

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

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

.footer-widget .footer_content>ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.footer-widget .footer_content>ul li .post-thumb {
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  width: 65px;
  overflow: hidden;
  border-radius: 5px;
}

.footer-widget .footer_content>ul li .post-thumb img {
  height: 65px;
  width: 65px;
}

.footer-widget .footer_content>ul li .post-info {
  margin-top: 5px;
}

.footer-widget .footer_content>ul li .post-info a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 3px;
}

.footer-widget .footer_content>ul li .post-info a:hover {
  color:#FDC800;
}

.footer-widget .footer_content>ul li .post-info span {
  font-size: 12px;
  color:#FDC800;
  font-weight: 200;
}

/*---- ADRESS ---*/

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

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

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

.footer-widget .footer_content ul.address>li i {
  margin-right: 10px;
  color: #ffffff;
  float: left;
  line-height:23px;
}

.footer-widget .footer_content ul.address span {
  padding-left: 20px;
  display: block;
}

/*--- social media --*/

.footer-widget .footer-media {
  position: relative;
  margin-top: 10px;
  display: block;
}

.footer-widget .footer-media h3 {
  font-size: 17px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-widget .footer-media ul {
  display: inline-flex;
}

.footer-widget .footer-media li{
  margin-right: 10px;
}

.footer-widget .footer-media li:last-child{
  margin-right: 0px;
}

.footer-widget .footer-media li a {
  display: inline-block;
  width:35px;
  height:35px;
  border:solid 1px #0e70c7;
  line-height:35px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
}

.footer-widget .footer-media li a:hover {
  color: #002147;
  background: #FDC800;
  border-color: #FDC800;
}

/*------ 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: #ffffff;
  font-size: 15px;
  font-weight: 200;
  text-decoration: none;
}

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

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

/*---------------------------------------------
  // Gallery Blog Footer
----------------------------------------------- */

.footer-widget .footer_content ul.gallery-blog {
  padding: 0px;
  list-style: none;
  margin: 0 auto;
}


.footer-widget .footer_content ul.gallery-blog>li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-bottom: 2px;
  margin-right:3px;
}

.footer-widget .footer_content ul.gallery-blog>li:last-child {
  margin-right:0px;
}

.footer-widget .footer_content ul.gallery-blog>li>a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 200;
  text-decoration: none;
}
.footer-widget .footer_content ul.gallery-blog>li>a img{
  height:70px;
  width:80px;
  border-radius: 4px;
}

.footer-widget .footer_content ul.gallery-blog>li>a img:hover{
  opacity:0.8; 
}

/* --------------------------------
	COPYRIGHT
---------------------------------- */

.copyright {
  border-top:solid 1px #21246f;
  padding: 15px;
}

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

.copyright p a {
  color: #ffffff;
}

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

/* =  BOTTON UP
/*-------------------------------------------------*/

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 15px;
  color: #080a3c;
  background-color: #ffffff;
  z-index: 4;
  width: 45px;
  text-align: center;
  height:45px;
  line-height:50px;
  opacity: 0;
  border-radius: 50%;
  font-size: 40px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
}

.go-top:hover{
    background: #002147;
    color:#fdc800;
}


/* ------------------------ ANIMATION CSS ----------------*/

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

@-webkit-keyframes imageChange {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes imageChange {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes imageChangeTwo {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes imageChangeTwo {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width:1920px) {
  .carousel-inner .item > img {
      width: auto;
      width: 100%;
      height: auto;
  }
}

@media only screen and (max-width:1440px){
      /* Slider -------- */
    .carousel .item {
      background-size: cover!important;
      background-position: center;
      min-height:400px;
    }

  /* ------------ Service Area ------------*/
      .service-area .service-wrapper {
        margin-right: 0;
        margin-left: 0;
        padding:40px 0px  10px;
      }
    .service-area .service-inner-area {
        position: relative;
        top: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;
    }
    .service-box {
      border-right:0px;
      padding: 15px 15px 15px 15px;
      background:#ffffff;
      color: #333333;
      min-height: 185px;
      max-height: 185px;
      -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
      background-color: #ffffff;
    }

    .service-box .service-box-content {
      -webkit-box-flex:4;
      -moz-flex:4;
      -webkit-flex:4;
      flex: 4;
    }

    .service-box .service-box-content h3,
    .service-box .service-box-content h3 a {
      color:#002147;
      line-height:25px;
    }

  /* -----   Profile ---------------*/
  .abouts .abouts-img {
    position: relative;
    margin:40px 30px 0px;
  }

    /*  Sidebar ----*/
    .sw-sidebar {
      padding-left: 0px;
    }



}

@media only screen and (max-width:780px){
    /* Slider -------- */
    .carousel .item {
      background-size: cover!important;
      background-position: center;
      min-height: 200px;
    }

  /* ------------ Service Area ------------*/
    .service-box {
      border-right:0px;
      padding:30px 30px 30px 40px;
      min-height:auto;
      max-height:100%;
      margin-bottom: 5px;
    }

    .service-box .service-box-content {
      -webkit-box-flex:2;
      -moz-flex:2;
      -webkit-flex:2;
      flex:2;
    }

    .service-box .service-box-content h3,
    .service-box .service-box-content h3 a {
      color:#002147;
      line-height:25px;
    }

    /* -----   Profile ---------------*/
    .abouts .abouts-img {
      position: relative;
      margin:auto;
      margin-top:40px;
      float: none;
      text-align:center;
      width:500px;
    }

    .abouts .abouts-img img{
      text-align:center;
    }

    /*  Sidebar ----*/
    .sw-sidebar {
      padding-left: 0px;
    }

}

@media only screen and (max-width:480px){
  .sw-slider {
      padding-top: 50px;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
      line-height: 28px;
      height: 30px;
      width: 30px;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
      left: 20px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
      right:20px;
  }
  
  /* Section Title ---------*/
  .section-title h2 {
    font-size:20px;
  }
  .section-title .sub-title {
    margin-top:5px;
  }

  /* Search Top -----------*/
  .top-search {
    top: 55px;
  }

  /* breadcrumbs -----*/
  .sw-breadcrumbs {
    padding: 50px 0 20px;
    position: relative;
    width: 100%;
  }

  .sw-breadcrumbs h2 {
    margin: 20px 0px 5px;
  }

  .breadcrumbs ul {
    font-size: 14px;
    padding:5px 0 0;
  }

  /* Slider -------- */
  .carousel .item {
    background-size: cover!important;
    background-position: center;
    min-height:auto;
  }

  /* Abouts --------*/
  .abouts .abouts-img {
    position: relative;
    margin: auto;
    margin-top: 40px;
    float: none;
    text-align: center;
    width:100%;
  }

  /* ---- Gallery */
  .singgle_content_gallery .title-gallery {
    display: none;
  }

  /* Team ------*/
  .single-team .single-team-img .singgle-team-button li {
      margin-right: 5px;
  }

  .single-team .single-team-img .singgle-team-button li a {
    width: 30px;
    height: 30px;
    line-height:30px;
  }

  /* social Media Share ------*/
  .share-wrapper li {
      list-style: none;
      display: block;
      margin-right: 0px;
      margin-bottom:2px;
  }
  .share-wrapper li a {
    width: 100%;
  }
  /*  Sidebar ----*/
  .sw-sidebar {
    padding-left: 0px;
  }

  /* Pane Nav ---------*/
  .prev-link-wrapper .image-prev {
      display: none
  }
  .next-link-wrapper .image-next {
    display: none;
  }

  /* Service Area ------------*/
  .service-area-box .heading h2{
      font-size:20px;
      text-align: center;
    }

    .service-area-box p{
      text-align: center;
    }

    .service-area-box .service-area-btn{
      display:block;
      text-align: center;
      float:none;
      margin-top:10px;
    }

    .service-area-box .btn{
      display:inline-block;
      text-align: center;
      float:none;
    }

}

@media only screen and (max-width:425px){
  /* Slider -------- */
  .carousel .item {
    background-size:100%!important;
    background-position: center!important;
    height:auto;
  }
}


