
html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
} 
 
body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #283034;
  font-weight: 300;
}

#page {
  overflow: hidden;
}

a{
  color: inherit !important;
  text-decoration: none !important;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.topheader{
  background-color: #004767 !important;
}

.daytime{
  color: #fff !important;
  padding-top: 5px !important;
  display: flex;
  flex-wrap: wrap;
  height: 1px;
  align-content: space-between;
}

.medsos li{
  display: inline-block;
  color: #fff !important; 
  margin-right: -18px !important;
  padding-left: 10px !important;
  margin-top: -8px !important;
}

.medsosfoot li{
  display: inline-block;
  color: #757575 !important; 
}


div.medsoshover ul li a:hover{
  color: #12A8E7 !important;
}

nav ul li a {
  display: block;
  text-decoration: none;
  margin-left: 20px;
  color: #000000 !important;
}
nav ul li a, nav ul li a:after, nav ul li a:before {
  transition: all .5s;
}

nav ul li a:hover {
 color: #12A8E7 !important;
}

div.footerhover ul li a:hover {
 color: #12A8E7 !important;
}

.active{
  color: #12A8E7 !important;
}

/* Stroke */
div.stroke ul li a, div.fill ul li a {
  position: relative;
}

div.stroke ul li a:after, div.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #12A8E7;
  height: 1px;
}

div.stroke ul li a:hover:after {
  width: 100%;
}

.isi{
  color: #888;
}

.content{
  padding: 10px 20px;
}

.columngrid {
  float: left;
  width: 100px;
  height: 100px;
  padding: 100px;
}

/* Style the images inside the grid */
.columngrid img {
  opacity: 0.8;
  cursor: pointer;
}

.columngrid img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.link{
  color: #12A8E7 !important;

}

.centerin{
  display: flex;
  justify-content: center;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  vertical-align: middle;
}

.imageedit{
   margin-right:-20px;
}

img {
  max-width: 100%;
}

.imagegambar img {
  height: 370px;
  width: 100%;
}

.imagegambarblog img {
  background-size: cover;
  height: 200px;
  width: 100%;
}



/*--- HOVER PROJECT ---*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 20%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  height:225px;
  width: 500%;
  padding-top: 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}

.hovereffect p, .hovereffect a .centerin{
  font-size: 18px;
  align-content: center!important;
  align-items: center!important;
  text-align: center!important;
  vertical-align: middle!important;
  color: #FFF;
  opacity: 0;
}

.hovereffect:hover a, .hovereffect:hover p{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*--- END HOVER PROJECT ---*/



/*--- IE10 in Windows 8 and Windows Phone 8 Bug fix ---*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*--- END IE10 in Windows 8 and Windows Phone 8 Bug fix ---*/



/*--- PADDING & MARGIN ---*/

.wide-100 { padding-top: 100px; padding-bottom: 100px; }
.wide-90 { padding-top: 100px; padding-bottom: 90px; }
.wide-80 { padding-top: 100px; padding-bottom: 80px; }
.wide-70 { padding-top: 100px; padding-bottom: 70px; }
.wide-60 { padding-top: 100px; padding-bottom: 60px; }
.wide-50 { padding-top: 100px; padding-bottom: 50px; }
.wide-40 { padding-top: 100px; padding-bottom: 40px; }
.wide-30 { padding-top: 100px; padding-bottom: 30px; }
.wide-20 { padding-top: 100px; padding-bottom: 20px; }

.mt-130 { margin-top: 130px; }
.mt-120 { margin-top: 120px; }
.mt-100 { margin-top: 100px; }
.mt-95 { margin-top: 95px; }
.mt-90 { margin-top: 90px; }
.mt-85 { margin-top: 85px; }
.mt-80 { margin-top: 80px; }
.mt-75 { margin-top: 75px; }
.mt-70 { margin-top: 70px; }
.mt-65 { margin-top: 65px; }
.mt-60 { margin-top: 60px; }
.mt-55 { margin-top: 55px; }
.mt-50 { margin-top: 50px; }
.mt-45 { margin-top: 45px; }
.mt-40 { margin-top: 40px; }
.mt-35 { margin-top: 35px; }
.mt-30 { margin-top: 30px; }
.mt-25 { margin-top: 25px; }
.mt-20 { margin-top: 20px; }
.mt-15 { margin-top: 15px; }
.mt-10 { margin-top: 10px; }
.mt-5 { margin-top: 5px; }

.mb-100 { margin-bottom: 100px; }
.mb-95 { margin-bottom: 95px; }
.mb-90 { margin-bottom: 90px; }
.mb-85 { margin-bottom: 85px; }
.mb-80 { margin-bottom: 80px; }
.mb-75 { margin-bottom: 75px; }
.mb-70 { margin-bottom: 70px; }
.mb-65 { margin-bottom: 65px; }
.mb-60 { margin-bottom: 60px; }
.mb-55 { margin-bottom: 55px; }
.mb-50 { margin-bottom: 50px; }
.mb-45 { margin-bottom: 45px; }
.mb-40 { margin-bottom: 40px; }
.mb-35 { margin-bottom: 35px; }
.mb-30 { margin-bottom: 30px; }
.mb-25 { margin-bottom: 25px; }
.mb-20 { margin-bottom: 20px; }
.mb-15 { margin-bottom: 15px; }
.mb-10 { margin-bottom: 10px; }
.mb-5 { margin-bottom: 5px; }
.mb-0 { margin-bottom: 0; }

.ml-70 { margin-left: 70px; }
.ml-60 { margin-left: 60px; }
.ml-50 { margin-left: 50px; }
.ml-45 { margin-left: 45px; }
.ml-40 { margin-left: 40px; }
.ml-35 { margin-left: 35px; }
.ml-30 { margin-left: 30px; }
.ml-25 { margin-left: 25px; }
.ml-20 { margin-left: 20px; }
.ml-15 { margin-left: 15px; }
.ml-10 { margin-left: 10px; }
.ml-5 { margin-left: 5px; }

.mr-70 { margin-right: 70px; }
.mr-60 { margin-right: 60px; }
.mr-50 { margin-right: 50px; }
.mr-45 { margin-right: 45px; }
.mr-40 { margin-right: 40px; }
.mr-35 { margin-right: 35px; }
.mr-30 { margin-right: 30px; }
.mr-25 { margin-right: 25px; }
.mr-20 { margin-right: 20px; }
.mr-15 { margin-right: 15px; }
.mr-10 { margin-right: 10px; }
.mr-5 { margin-right: 5px; }

.pt-100 { padding-top: 100px; }
.pt-90 { padding-top: 90px; }
.pt-80 { padding-top: 80px; }
.pt-70 { padding-top: 70px; }
.pt-60 { padding-top: 60px; }
.pt-50 { padding-top: 50px; }
.pt-45 { padding-top: 45px; }
.pt-40 { padding-top: 40px; }
.pt-35 { padding-top: 35px; }
.pt-30 { padding-top: 30px; }
.pt-25 { padding-top: 25px; }
.pt-20 { padding-top: 20px; }
.pt-15 { padding-top: 15px; }
.pt-10 { padding-top: 10px; }

.pb-100 { padding-bottom: 100px; }
.pb-90 { padding-bottom: 90px; }
.pb-80 { padding-bottom: 80px; }
.pb-70 { padding-bottom: 70px; }
.pb-60 { padding-bottom: 60px; }
.pb-50 { padding-bottom: 50px; }
.pb-45 { padding-bottom: 45px; }
.pb-40 { padding-bottom: 40px; }
.pb-35 { padding-bottom: 35px; }
.pb-30 { padding-bottom: 30px; }
.pb-25 { padding-bottom: 25px; }
.pb-20 { padding-bottom: 20px; }
.pb-15 { padding-bottom: 15px; }
.pb-10 { padding-bottom: 10px; }
.pb-0 { padding-bottom: 0; }

.pl-100 { padding-left: 100px; }
.pl-90 { padding-left: 90px; }
.pl-80 { padding-left: 80px; }
.pl-70 { padding-left: 70px; }
.pl-60 { padding-left: 60px; }
.pl-50 { padding-left: 50px; }
.pl-45 { padding-left: 45px; }
.pl-40 { padding-left: 40px; }
.pl-35 { padding-left: 35px; }
.pl-30 { padding-left: 30px; }
.pl-25 { padding-left: 25px; }
.pl-20 { padding-left: 20px; }
.pl-15 { padding-left: 15px; }
.pl-10 { padding-left: 10px; }
.pl-5 { padding-left: 5px; }
.pl-0 { padding-left: 0px; }

.pr-100 { padding-right: 100px; }
.pr-90 { padding-right: 90px; }
.pr-80 { padding-right: 80px; }
.pr-70 { padding-right: 70px; }
.pr-60 { padding-right: 60px; }
.pr-50 { padding-right: 50px; }
.pr-45 { padding-right: 45px; }
.pr-40 { padding-right: 40px; }
.pr-35 { padding-right: 35px; }
.pr-30 { padding-right: 30px; }
.pr-25 { padding-right: 25px; }
.pr-20 { padding-right: 20px; }
.pr-15 { padding-right: 15px; }
.pr-10 { padding-right: 10px; }
.pr-5 { padding-right: 5px; }
.pr-0 { padding-right: 0px; }

.pc-45 { padding-right: 45px; padding-left: 45px; } 
.pc-40 { padding-right: 40px; padding-left: 40px; }
.pc-35 { padding-right: 35px; padding-left: 35px; }
.pc-30 { padding-right: 30px; padding-left: 30px; }
.pc-25 { padding-right: 25px; padding-left: 25px; }
.pc-20 { padding-right: 20px; padding-left: 20px; }
.pc-15 { padding-right: 15px; padding-left: 15px; }

/*--- END PADDING & MARGIN ---*/



/*--- BACKGROUND SETTINGS ---*/

.bg-fixed,
.bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg-scroll {
  background-attachment: fixed!important;
}

.bg-lightdark { background-color: #283034; }
.bg-dark { background-color: #1d1e29!important; }
.bg-lightgrey { background-color: #ffffff; }
.bg-whitesmoke { background-color: #f2f5f6; }
.bg-carrot { background-color: #d05a24; }
.bg-blue { background-color: #3284bf; }
.bg-darkblue { background-color: #253993; }
.bg-skyblue { background-color: #1ba1f0; }
.bg-green { background-color: #20ab5c; }
.bg-lightgreen { background-color: #8dd17e; }
.bg-red { background-color: #ff6d33; }
.bg-rose { background-color: #ff1f59; }
.bg-olive { background-color: #7ba323; }
.bg-orange { background-color: #ff4500; }
.bg-teal { background-color: #109d87; }
.bg-yellow { background-color: #ffb605; }
.bg-violet { background-color: #8a8cbd; }

.bg-01,
.bg-02,
.bg-03,
.bg-04,
.bg-05,
.bg-06,
.bg-map {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  background-attachment: fixed!important;
}

.bg-01 {
  background-image: url(../images/bg-01.jpg);
}

.bg-map {
  background-image: url(../images/bg-map.png);
}

.bg-02 {
  background-image: url(../images/bg-02.jpg);
}

.bg-03 {
  background-image: url(../images/client.jpg);
}

.bg-04 {
  background-image: url(../images/bg-04.jpg);
}

.bg-05 {
  background-image: url(../images/bannerblack.jpg);
}

.bg-06 {
  background-image: url(../images/bg-06.jpg);
}

/*--- END BACKGROUND SETTINGS ---*/



/*--- BORDER SETTINGS ---*/

.b-top { border-top: 1px solid #ddd; }
.b-bottom { border-bottom: 1px solid #ddd; }
.b-left { border-left: 1px solid #ddd; }
.b-right { border-right: 1px solid #ddd; }

/*--- END BORDER SETTINGS ---*/



/*--- TEXT SETTINGS ---*/

h1,h2,h3,h4,h5,h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000;
  margin: 0px 0 15px;
  line-height: normal;
}

h5.h5-xs { font-size: 1.125rem; }  /* 18px */
h5.h5-sm { font-size: 1.1875rem; } /* 19px */
h5.h5-md { font-size: 1.25rem;  }  /* 20px */
h5.h5-lg { font-size: 1.375rem;  } /* 22px */
h5.h5-xl { font-size: 1.5rem; }    /* 24px */

h4.h4-xs { font-size: 1.625rem; }  /* 26px */
h4.h4-sm { font-size: 1.75rem; }   /* 28px */
h4.h4-md { font-size: 1.875rem; }  /* 30px */
h4.h4-lg { font-size: 2rem; }      /* 32px */
h4.h4-xl { font-size: 2.125rem; }  /* 34px */

h3.h3-xs { font-size: 2.375rem; }  /* 38px */
h3.h3-sm { font-size: 2.5rem; }    /* 40px */
h3.h3-md { font-size: 2.625rem; }  /* 42px */
h3.h3-lg { font-size: 2.75rem; }   /* 44px */
h3.h3-xl { font-size: 3rem; }      /* 48px */

h2.h2-xs { font-size: 3.25rem; }   /* 52px */
h2.h2-sm { font-size: 3.375rem; }  /* 54px */
h2.h2-md { font-size: 3.5rem; }    /* 56px */ 
h2.h2-lg { font-size: 3.75rem; }   /* 60px */
h2.h2-xl { font-size: 4rem; }      /* 64px */
h2.h2-huge { font-size: 5rem; }    /* 80px */

p.p-sm { font-size: 0.95rem; }     /* 15.2px */
p { font-size: 1.05rem; }          /* 16.8px */
p.p-md { font-size: 1.125rem; }    /* 18px */
p.p-lg { font-size: 1.25rem; }     /* 20px */
p.p-xl { font-size: 1.3175rem; }   /* 22px */

ul {
  margin: 0;
  padding: 0;
  list-style: none;
} 

ul.txt-list {
  list-style: disc;
  margin-left: 15px;
}

ul.txt-list li,
ul.ico-list li {
  font-size: 1.05rem;
  margin-bottom: 7px;
}

ul.txt-list li:last-child,
ul.ico-list li:last-child {
  margin-bottom: 0;
}

ul.txt-list li span {
  font-weight: 700;
}

ul.ico-list li i {   
  text-align: center;
  float: left;
  font-size: 0.85rem;
  margin-top: 6px;
  margin-right: 10px;
}

.section-title {
  position: relative;
  padding-right: 48%;  
}

#hboxes-1 .section-title {
  margin-bottom: 45px;  
}

.section-title.title-centered {
  text-align: center;
  padding: 0 20%;    
}

.section-title h3 {
  margin-bottom: 12px;
}

.section-title h4 {
  margin-bottom: 8px;
}

#hboxes-1 .section-title h4 {
  line-height: 1;
  margin-bottom: 8px;  
}

.section-title p {
  color: #888;
  margin-bottom: 0;
}

.section-title.title-centered p {
  padding: 0 5%;    
}

#hboxes-1 .section-title p {
  color: #757575;
  margin-top: 0;  
}

.title-btn {
  position: absolute;
  right: 15px;
  bottom: 5px;
}

.white-color,
.white-color h2, 
.white-color h3, 
.white-color h4, 
.white-color h5, 
.white-color h6, 
.white-color p, 
.white-color a, 
.white-color li,
.white-color i, 
.white-color span { color: #fff; }

.grey-color,
.grey-color h2, 
.grey-color h3, 
.grey-color h4, 
.grey-color h5, 
.grey-color h6, 
.grey-color p, 
.grey-color a,
.grey-color li, 
.grey-color i,
.grey-color span, 
.white-color .grey-color { color: #757575; }

.blue-color,
.blue-color h2, 
.blue-color h3, 
.blue-color h4, 
.blue-color h5, 
.blue-color h6, 
.blue-color p, 
.blue-color a,
.blue-color li, 
.blue-color i, 
.blue-color span,
.grey-color .blue-color,
.white-color .blue-color { color: #004767; }

.skyblue-color,
.skyblue-color h2, 
.skyblue-color h3, 
.skyblue-color h4, 
.skyblue-color h5, 
.skyblue-color h6, 
.skyblue-color p, 
.skyblue-color a,
.skyblue-color li, 
.skyblue-color i, 
.skyblue-color span,
.grey-color .skyblue-color,
.white-color .skyblue-color { color: #12A8E7; }

.txt-block h3.h3-sm {
  margin-bottom: 25px;
}

.txt-block h5.h5-lg {
  margin-top: 5px;
  margin-bottom: 20px;
}

.txt-block .btn {
  margin-top: 20px;
}

.img-block {
  text-align: center;
}

/*--- END TEXT SETTINGS ---*/



/*--- ICONS SETTINGS ---*/ 

.img-160 { width: 160px; height: 160px; }
.img-150 { width: 150px; height: 150px; }
.img-145 { width: 145px; height: 145px; }
.img-140 { width: 140px; height: 140px; }
.img-135 { width: 135px; height: 135px; }
.img-130 { width: 130px; height: 130px; }
.img-125 { width: 125px; height: 125px; }
.img-120 { width: 120px; height: 120px; }
.img-115 { width: 115px; height: 115px; }
.img-110 { width: 110px; height: 110px; }
.img-105 { width: 105px; height: 105px; }
.img-100 { width: 100px; height: 100px; }
.img-95 { width: 95px; height: 95px; }
.img-90 { width: 90px; height: 90px; }
.img-85 { width: 85px; height: 85px; }
.img-80 { width: 80px; height: 80px; }
.img-75 { width: 75px; height: 75px; }
.img-70 { width: 70px; height: 70px; }
.img-65 { width: 65px; height: 65px; }
.img-60 { width: 60px; height: 60px; }
.img-55 { width: 55px; height: 55px; }
.img-50 { width: 50px; height: 50px; }
.img-45 { width: 45px; height: 45px; }
.img-40 { width: 40px; height: 40px; }
.img-35 { width: 35px; height: 35px; }
.img-30 { width: 30px; height: 30px; }

.icon-xs [class*="flaticon-"]:before,
.icon-xs [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 3.25rem;
  line-height: 1!important;
}

.icon-sm [class*="flaticon-"]:before,
.icon-sm [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 3.75rem;
  line-height: 1!important;
}

.icon-md [class*="flaticon-"]:before,
.icon-md [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 4.125rem;
  line-height: 1!important;
}

.icon-lg [class*="flaticon-"]:before,
.icon-lg [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 4.5rem;
  line-height: 1!important;
}

.icon-xl [class*="flaticon-"]:before,
.icon-xl [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 5rem;
  line-height: 1!important;
}

/*--- END ICONS SETTINGS ---*/ 



/*--- HEADER SETTINGS ---*/

#header {
  width: 100%;
  display: block;
  padding-top: 0px;
}

.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.headerwp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.posrlt {
  position: relative;
}

/*--- END HEADER SETTINGS ---*/



/*--- SLIDER SETTINGS ---*/

.slider {
  position: relative;
  max-width: 100%;
  height: 600px;
  margin-top: 85px;
}

.slider .slides {
  margin: 0;
  height: 600px;
}

#hero-7 .slider,
#hero-7 .slider .slides {
  height: 640px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slider .slides li.active {
  z-index: 2;
}

.center-align {
  text-align: center;
}

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0; 
  z-index: 98;
}
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0; 
  z-index: 98;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  margin: 0 7px;
  opacity: .5;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}


.slider .indicators .indicator-item.active {
  background-color: #fff;
  opacity: .65;
}

/*--- END SLIDER SETTINGS ---*/



/*--- HERO TEXT SETTING ---*/

#hero-2 {
  background-image: url(../images/hero-2.jpg);
  padding-top: 180px;
  padding-bottom: 50px;
}

#hero-3 {
  background-image: url(../images/hero-3.jpg);
  padding-top: 190px;
  padding-bottom: 240px;
}

#hero-4 {
  background-image: url(../images/hero-4.jpg);
  padding-top: 180px;
  padding-bottom: 100px;
}

#hero-6 {
  background-image: url(../images/hero-6.jpg);
  padding-top: 190px;
  padding-bottom: 250px;
}

#hero-8 {
  background-image: url(../images/hero-8.jpg);
  padding-top: 200px;
  padding-bottom: 175px;
}

#hero-9 {
  background-image: url(../images/hero-9.jpg);
  padding-top: 180px;
  padding-bottom: 50px;
}

#hero-4 .hero-txt {
  padding-right: 45px;
}

#hero-7 .caption-txt {
  margin-top: -120px;
}

#hero-9 .hero-txt {
  padding-right: 10%;
}

#hero-1 h2 {
  font-size: 3.35rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#hero-2 h3 {
  font-size: 3.15rem;
  font-weight: 800;
  margin-bottom: 20px;
}

#hero-2 h5 {
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 25px;
}

#hero-3 h2 {
  line-height: 1.1;
  font-weight: 400;
  padding: 0 5%;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#hero-3 h2 span {
  font-weight: 700;
} 

#hero-4 h2 {
  font-weight: 400;
  margin-bottom: 20px;
}

#hero-4 h2 span {
  font-weight: 800;
}

#hero-5 h2 {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 12%;
  margin-bottom: 20px;
}

#hero-6 h2 {
  letter-spacing: 0;
  margin-bottom: 20px;
}

#hero-7 h2 {
  font-size: 3.65rem;
  letter-spacing: 0;
  padding: 0 11%;
  margin-bottom: 20px;
}

#hero-8 h2 {
  letter-spacing: 0;
  padding: 0 8%;
  margin-bottom: 35px;
}

#hero-8 h4 {
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 22px;
}

#hero-9 h3 {
  font-size: 3.45rem;
  font-weight: 400;
  margin-bottom: 20px;
}

#hero-9 h3 span {
  font-weight: 800;
}

#hero-1 .caption-txt p {
  padding-right: 15%;
  margin-bottom: 30px;
}

#hero-2 .hero-txt p {
  padding-right: 5%;
  margin-bottom: 30px;
}

#hero-3 .hero-txt p {
  padding: 0 10%;
  margin-bottom: 35px;
}

#hero-4 .hero-txt p {
  margin-bottom: 30px;
}

#hero-5 .caption-txt p,
#hero-7 .caption-txt p {
  font-size: 1.35rem;
  padding: 0 20%;
  margin-bottom: 30px;
}

#hero-6 .hero-txt p {
  padding-right: 10%;
}

#hero-9 .hero-txt p {
  padding-right: 5%;
  margin-bottom: 30px;
}

#hero-1 .hero-form {
  margin: 40px 15% 0 0;
}

#hero-3 .hero-form {
  margin: 0 8%;
}

#hero-6 .hero-form {
  margin: 35px 10% 0 0;
}

.hero-form .form-control {
  height: 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  color: #333;
  font-size: 1.125rem;
  padding: 0 20px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.hero-form .form-control:focus {
  border: 1px solid #ccc;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

.hero-form .btn {
  height: 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: none;
  font-size: 1.45rem;
  line-height: 1!important;
  padding: 0 20px;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}

.hero-form .btn i {
  color: #ec5252;
  font-size: 1.125rem;
  line-height: 1;
}

#hboxes-1 .hero-boxes-holder,
#hboxes-2 .hero-boxes-holder {
  position: relative;
  background-color: #fff;
  padding: 45px 40px 15px;
  border: 1px solid #f5f5f5;
  margin-top: -130px;
  z-index: 999;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#hboxes-2 .hero-boxes-holder {
  margin: -80px 25px 0;
}

#hboxes-1 .c2-box-txt h5 {
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 6px;
}

#hboxes-1 .c2-box-txt p {
  line-height: 1;
  margin-bottom: 35px;
}

#hboxes-1 .owl-nav {
  display: none;
}

.hero-2-img {
  padding-left: 30px;
  padding-right: 20px;
}

/*--- END HERO TEXT SETTING ---*/



/*--- SERVICES ---*/

.sbox-1 {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 30px 25px;
  margin-bottom: 40px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sbox-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 50px 20px;
  margin-bottom: 40px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sbox-3 {
  padding: 0 10px;
  margin-bottom: 40px;
}

.sbox-4 {
  padding: 0 10px;
  margin-bottom: 40px;
}

.sbox-5 {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 40px;
  margin-bottom: 40px;
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
  border-radius: 6px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 6px rgba(0, 0, 0, .05);
}

.sbox-100 {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
  border-radius: 6px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 6px rgba(0, 0, 0, .05);
}

.sbox-5:hover {
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

.sbox-100:hover {
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

.sbox-6 {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 40px;
}

.sbox-1-txt {
  overflow: hidden;
  padding-left: 20px;
}

.sbox-1 h5 {
  margin-bottom: 10px;
}

.sbox-2 h5,
.sbox-3 h5,
.sbox-4 h5,
.sbox-5 h5  {
  margin-top: 20px;
  margin-bottom: 12px;
}

.sbox-100 h5  {
  margin-top: 10px;
  margin-bottom: 12px;
}

.sbox-6 h5  {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 2%;
  margin-top: 15px;
  margin-bottom: 0;
}

.sbox-1 p {
  font-size: 0.975rem;
  margin-bottom: 0;
}

.sbox-2 p,
.sbox-3 p,
.sbox-5 p {
  margin-bottom: 0;
}

.sbox-100 p {
  margin-bottom: 0;
}

.sbox-1 img,
.sbox-1 span {     
  float: left;
  text-align: center;
  margin-top: 4px;
}

.services-6-txt {
  margin-bottom: 70px;
}

.services-6-txt h3 {
  letter-spacing: 0;
  margin-bottom: 15px;
}

.services-6-txt p {
  padding: 0 15%;
  margin-bottom: 30px;
}

#mku-services .tabs-nav {
  margin-right: 40px;
}

#mku-services .tabs-1 { 
  width: 100%; 
  margin: 0;
}

#mku-services .tab-content {
  display: none;
}

#mku-services .tab-content.current,
#mku-services .tab-content.displayed {
  display: inherit;
}

#mku-services .category-title h4 {
  line-height: 1;
  margin-bottom: 15px;
}

#mku-services .category-title p {
  color: #757575;
  margin-bottom: 30px;
}

#mku-services .tabs-1 li {
  position: relative;
  width: 100%; 
  background-color: #fff;
  color: #888;
  margin: 0;
  padding: 15px 0;
  cursor: pointer;
  border-bottom: 1px dashed #ddd;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;

}

#mku-services .tabs-1 li:first-child {
  border-top: none;
}

#mku-services .tabs-1 li.current,
#mku-services .tabs-1 li.current:hover{
  /*background-color: #f0f1f3;
  border-top: 1px solid #f0f1f3;*/

}

#mku-services .tabs-1 .current h5,
#mku-services .tabs-1 .current h5:hover{
  /*background-.color: #f0f1f3;
  border-top: 1px solid #f0f1f3;*/
  color: #12A8E7!important;
  padding-left: 20px;
}

#mku-services .tab-link img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-align: center;
  float: left;
}

#mku-services .tab-link.current img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#mku-services .tab-link-txt {
  overflow: hidden;
}

#mku-services .tabs-1 li h5 {
  line-height: 1;
  margin-top: 10px;
  color: #000000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#mku-services .tabs-1 li h5:hover {
  padding-left: 8px;
}

#mku-services .tabs-1 li p {
  color: #888;
  font-size: 0.95rem;
  line-height: 1.3;
  margin-bottom: 0;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

/*--- END SERVICES ---*/



/*--- BRANDS CLIENTS ---*/

#brands-1 {
  padding-top: 60px;
  padding-bottom: 10px;
}

#brands-1 .section-title {
  margin-bottom: 50px;
}

#brands-1 .brand-logo {
  margin-bottom: -15px;
} 

#brands-1 .brand-logo img {
  padding: 0 15px;
}

/*--- END BRANDS CLIENTS ---*/



/*--- BLOG ---*/

.news-grid {
  margin: 0;
  padding: 0; 
}

#news-1 .col-sm-6 {
  padding: 0;
}

.article-3 { 
  padding-bottom: 50px;
  margin: 0 0 50px;
}

.article-3 .col-md-4 {
  padding-left: 0;
  padding-right: 30px;
}

.article-3 .col-md-8 {
  padding-right: 0;
}

.article-3 h4 { 
  margin-bottom: 5px;
}

.article-3 p { 
  margin-bottom: 20px;
}

.article-3 span { 
  display: block;
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 10px;
}

/*--- SIDEBAR RECENT POST ---*/

.mku-populer-news-sidebar-post.mku-most-populer-post-box {
  padding: 30px;
  background: #fff;
  margin-top: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .mku-populer-news-sidebar-post.mku-most-populer-post-box {
    padding: 20px;
  } 
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mku-populer-news-sidebar-post.mku-most-populer-post-box {
    padding: 10px; 
  } 
}

@media (max-width: 767px) {
  .mku-populer-news-sidebar-post.mku-most-populer-post-box {
    padding: 20px; 
  } 
}

.mku-populer-news-sidebar-post.mku-most-populer-post-box .mku-popular-news-title {
  border-top: 0;
  padding-top: 0;
}

.mku-populer-news-sidebar-post.mku-most-populer-post-box .mku-popular-news-title ul li.nav-item a {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .mku-populer-news-sidebar-post.mku-most-populer-post-box .mku-popular-news-title ul li.nav-item a {
    font-size: 15px;
  }
}

.mku-populer-news-sidebar-post.mku-most-populer-post-box .mku-popular-news-title ul li.nav-item:last-child {
  margin-right: 0;
}

.mku-populer-news-sidebar-post.mku-most-populer-post-box .mku-sidebar-latest-post-item .mku-content .mku-title {
  font-size: 14px;
  line-height: 24px;
}

.mku-populer-news-sidebar-post .mku-popular-news-title {

}
  
.mku-populer-news-sidebar-post .mku-popular-news-title ul li.nav-item {
  margin-left: 0;
  margin-right: 30px;
}

.mku-populer-news-sidebar-post .mku-popular-news-title ul li.nav-item a {
  color: #DEDEDE;
}

.mku-populer-news-sidebar-post .mku-popular-news-title ul li.nav-item a.active {
  color: #F63A3A;
}

.mku-populer-news-sidebar-post .mku-sidebar-latest-post-box {
  margin-top: 0;
}

.mku-populer-news-sidebar-post .mku-sidebar-latest-post-box .mku-sidebar-latest-post-item .mku-thumb {
  border-radius: 0;
}

.mku-popular-news-title {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mku-popular-news-title {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mku-popular-news-title {
    display: flex;
  }
}

.mku-popular-news-title .mku-title {
  color: #F63A3A;
  font-size: 18px;
  font-weight: 500;
}

.mku-popular-news-title ul li.nav-item {
  margin-left: 32px;
}
    
@media (max-width: 767px) {
  .mku-popular-news-title ul li.nav-item {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mku-popular-news-title ul li.nav-item {
    margin-left: 20;
    margin-right: 0px;
  }
}

.mku-popular-news-title ul li.nav-item a {
  padding: 0;
  color: #999;
}

.mku-popular-news-title ul li.nav-item a.active {
  color: #000;
  background-color: transparent;
}

.mku-sidebar-latest-post-box {
  margin-top: 35px;
}

.mku-sidebar-latest-post-box .mku-sidebar-latest-post-item {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mku-sidebar-latest-post-box .mku-sidebar-latest-post-item {
    display: block;
  }
}

.mku-sidebar-latest-post-box .mku-sidebar-latest-post-item .mku-thumb {
  max-width: 80px;
  height: 80px;
  margin-right: 30px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .mku-sidebar-latest-post-box .mku-sidebar-latest-post-item .mku-thumb {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mku-sidebar-latest-post-box .mku-sidebar-latest-post-item .mku-thumb {
    margin-bottom: 10px;
  }
}

.mku-sidebar-latest-post-box .mku-sidebar-latest-post-item .mku-content span {
  font-size: 14px;
  color: #12A8E7 !important;
}

.mku-sidebar-latest-post-box .mku-sidebar-latest-post-item .mku-content .mku-title {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .mku-sidebar-latest-post-box .mku-sidebar-latest-post-item .mku-content .mku-title {
    font-size: 15px;
    line-height: 25px;
  }
}
      
.mku-sidebar-latest-post-box .mku-sidebar-latest-post-item .mku-content .mku-title a {
  color: #000;
}

.mku-sidebar-latest-post-box .mku-sidebar-latest-post-item .mku-content .mku-title a:hover {
  color: #F63A3A;
}

/*--- END SIDEBAR RECENT POST ---*/

/*--- END BLOG ---*/



/*--- CONTACT US ---*/

.mku-contact-us-area {
  padding-bottom: 60px;
}

.mku-map-area .mku-map-box iframe {
  width: 100%;
}
  
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mku-map-area .mku-map-box iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .mku-map-area .mku-map-box iframe {
    height: 300px;
  }
}

.mku-contact-us-box {
  /*margin-left: 50px;
  margin-right: 50px;
  padding: 54px 60px 60px;*/
  background: #fff;
  margin-top: -43px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mku-contact-us-box {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .mku-contact-us-box {
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mku-contact-us-box {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px;
    margin-top: -87px;
  }
}

.mku-contact-us-box form {
  position: relative;
}

.mku-contact-us-box form button {
  margin-top: 35px;
  color: #fff;
  text-align: left;
  border-radius: 0;
  background: #12A8E7;
  border: 0;
  line-height: 50px;
  padding: 0 35px;
}

.mku-contact-us-box .mku-contact-title .mku-title {
  padding-bottom: 15px;
}

.mku-contact-us-box .mku-input-box {
  margin-top: 20px;
  position: relative;
}

.mku-contact-us-box .mku-input-box i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 14px;
  color: #ababab;
}

.mku-contact-us-box .mku-input-box input {
  width: 100%;
  border: 1px solid #ddd;
  height: 50px;
  padding-left: 20px;
  font-size: 14px;
  color: #000;
}

.mku-contact-us-box .mku-input-box input::placeholder {
  color: #ababab;
  opacity: 1;
}

.mku-contact-us-box .mku-input-box input:focus, .mku-contact-us-box .mku-input-box input:hover {
  box-shadow: none;
}

.mku-contact-us-box .mku-input-box textarea {
  width: 100%;
  border: 1px solid #ddd;
  height: 100px;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 14px;
  color: #000;
}

.mku-contact-us-box .mku-input-box textarea::placeholder {
  color: #ababab;
  opacity: 1;
}

.mku-contact-us-box .mku-input-box textarea:focus, .mku-contact-us-box .mku-input-box textarea:hover {
  box-shadow: none;
}

.mku-contact-info-box {
  padding-top: 14px;
  padding-left: 30px;
  padding-right: 15px;
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mku-contact-info-box {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .mku-contact-info-box {
    margin-bottom: 30px;
  }
}

.mku-contact-info-box .mku-title {
  font-size: 20px;
  padding-bottom: 22px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 36px;
}

.mku-contact-info-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mku-contact-info-box ul li {
  color: #000;
  margin-bottom: 14px;
}

.mku-contact-info-box ul li span {
  color: #777777;
  padding-left: 0px;
}

.mku-contact-info-box > a {
  border-radius: 0;
  background: #f8f8f8;
  color: #777777;
  border: 0;
  line-height: 60px;
  padding: 0 0px;
  margin-top: 20px;
}

.mku-contact-info-box > a.active, .mku-contact-info-box > a:hover {
  background: #e44c57;
  color: #fff;
}

/*--- END CONTACT US ---*/



/*--- FOOTER ---*/

.footer {
  padding-top: 100px;
  padding-bottom: 30px;
}

#footer-1 .footer-links {
  padding-left: 25%;
}

#footer-2 .footer-links {

}

#footer-3 .footer-links {

}
 
.footer h5 {
  letter-spacing: 0;
  margin-bottom: 30px;
}

.footer-info p {
  margin-top: 25px;
}

.footer-box p {
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.footer-contacts p {
  font-size: 1.05rem;
  margin-bottom: 1px;
}

.footer-contacts .btn {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}

.bg-lightdark .footer-info p,
.bg-lightdark .footer-links li a,
.bg-lightdark .footer-copyright p,
.bg-lightdark .bottom-footer-list a {
  color: #b3b8c3;
}

.bg-lightdark .footer-links li a:hover,
.bg-lightdark .bottom-footer-list a:hover {
  color: #fff;
}

/*--- END FOOTER ---*/



/*--- FOOTER SOCIAL LINKS ---*/

.footer-links li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  font-size: 1.05rem;
  margin: 0 0 9px 0;
  padding: 0;
}

.foo-socials {
  display: inline-block; 
  padding-left: 0;
  margin: 10px auto 0;
}

.bottom-footer .foo-socials {
  margin: 0;
}

.foo-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

.foo-socials a {
  color: #888;
  font-size: 1rem;
  line-height: 30px !important;
  margin-right: 22px;
  display: block;
}

/*--- END FOOTER SOCIAL LINKS ---*/



/*--- BOTTOM FOOTER ---*/

.bottom-footer {
  border-top: 1px solid #d3d3d3;
  margin-top: 20px;
  padding-top: 35px;
}

.bg-lightdark .bottom-footer { 
  border-top: 1px solid #414e55;
}

.bottom-footer p {
  margin-bottom: 0;
}

.bottom-footer p.p-sm {
  display: inline-block;
  font-size: 0.925rem;
  line-height: 1;
  margin-left: 17px;
  margin-bottom: 0;
}

.bg-dark .bottom-footer p.p-sm { 
  color: #ddd;
}

/*--- END BOTTOM FOOTER ---*/



/*--- BOTTOM FOOTER LIST ----*/

.bottom-footer-list li {
  font-size: 1rem;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 9px 5px 0;
  padding: 0;
}

.bottom-footer-list li a {
  font-weight: 600;
}

.bottom-footer-list p.last-li:after { 
  content: " "; 
  padding-left: 0; 
}

/*--- END BOTTOM FOOTER LIST ----*/



/*--- INNER PAGE WRAPPER ---*/

.inner-page-wrapper {
  margin-top: 90px;
}

/*--- END INNER PAGE WRAPPER ---*/



/*--- PAGE PAGINATION ---*/

.page-pagination {
  padding-bottom: 100px;
}

.page-link {
  color: #666;
  padding: 8px 15px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-item.disabled .page-link {
  color: #aaa;
  background-color: transparent;
  border-color: transparent;
}

.next-page.page-link1 {
  margin-left: 30px;
}

.page-link:hover,
.page-item.active .page-link {
  background-color: #e5e5e5;
  color: #333;
  border-color: #e5e5e5;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

.page-link:focus {
  background-color: transparent;
  color: #666;
  border-color: transparent;
  box-shadow: 0 0;
}

/*--- END PAGE PAGINATION ---*/



/*--- SCROLL TO TOP ---*/ 

#scrollUp {
  display: none;
  width: 40px;
  height: 45px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(35, 35, 35, 0.65);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear; 
}

#scrollUp:hover {
  background-color: #12A8E7;
}

nav a#pull {  
    display: none;  
}

/*--- END SCROLL TO TOP ---*/ 