/* Google Font Supports */
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap');

/* CSS Files  */
@import url('/skin/css/bootstrap.min.css');
@import url('/skin/css/themify-icons.css');
@import url('/skin/css/plugins.css');

/*===========================================================
    CSS INDEX
    ===================

  [ 1. General Code ]
  [ 2. Typography ]
  [ 3. Global Classes ]
  [ 4. Global Styles ]
  [ 5. Home Version's ]
  [ 6. Pages ]
  [ 8. Scroll To Top ]
==============================================================*/

/*
[ 1. General Code ]
================ */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
  font-family: 'Rubik', sans-serif;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
body{
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
  color: #5d5d5d;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}
::-moz-selection {
  background: #000000;
  text-shadow: none;
  color:#ffffff;
}
::selection {
  background: #000000;
  text-shadow: none;
  color:#ffffff;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #cccccc;
  color: #000000;
  padding: 0.2em 0;
}
a.anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}
.text-normal{
  text-transform: none!important;
  line-height: 1.5;
}
#igfeed{
  margin-top: 20px;
  width: 100%;
}
.iziInfoBox{
  margin-top: 30px;
    background-color: #f7f7f7;
    padding: 10px 20px 20px;
    border-radius: 10px;
}
.iziInfoBox h4{
padding-top: 10px;
margin-bottom: 5px;
}
.checkbox.checkbox-inline {
  display: inline-block;
  margin-right: 20px;
}

.servicebox-one{
  margin-bottom: 30px;
}


/* Link style */
a {
  color: #5d5d5d;
  text-transform: capitalize;
  line-height: 1;
}
a,a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #111111;
    outline: none;
    text-decoration: none;
}

/* Transition */
a,
.navbar a,
.form-control {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*
[ 2. Typography ]
==========================*/
p{
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  color: #5d5d5d;
  margin: 0;
}

.itsAsub p{
  line-height: 24px;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #282828;
  margin: 0 0 15px;
  text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
    letter-spacing: 4.5px;
}
h3 {
    font-size: 24px;
    letter-spacing: 3.6px;
}

.itsAsub h2, .itsAsub h3{
  margin-top: 20px;
}

h4 {
    font-size: 18px;
    letter-spacing: 2.7px;
}
h5 {
    font-size: 14px;
    letter-spacing: 2.1px;
}
h6 {
    font-size: 11px;
    letter-spacing: 1.65px;
    color: #878787;
}
img {
  max-width:100%;
}

/*
[ 3. Global Classes ]
====================================== */
.section-py {
    padding: 120px 0;
}
.section-pt {
    padding-top: 120px;
}
.section-pb {
    padding-bottom: 120px;
}
.theme-color{
  color: #111111;
}
/* Screen Support */
@media screen and (max-width: 1024px) {
  .section-py {
    padding: 80px 0;
  }
  .section-pt {
    padding-top: 80px;
  }
  .section-pb {
    padding-bottom: 80px;
  }
}

/* Margin Top */
.mt-5{
  margin-top: 5px!important;
}
.mt-10{
  margin-top: 10px;
}
.mt-15{
  margin-top: 15px;
}
.mt-20{
  margin-top: 20px;
}
.mt-25{
  margin-top: 25px;
}
.mt-30{
  margin-top: 30px;
}
.mt-35{
  margin-top: 35px;
}
.mt-40{
  margin-top: 40px;
}
.mt-45{
  margin-top: 45px;
}
.mt-50{
  margin-top: 50px;
}
.mt-60{
  margin-top: 60px;
}
.mt-70{
  margin-top: 70px;
}
.mt-80{
  margin-top: 80px;
}
.mt-90{
  margin-top: 90px;
}
.mt-100{
  margin-top: 100px;
}
/* Screen Support */
@media screen and (max-width: 767px) {
  .mt-50,
  .mt-45,
  .mt-40{
    margin-top: 30px;
  }
  .mt-100,
  .mt-80,
  .mt-90{
    margin-top: 60px;
  }
  .mt-60,
  .mt-70 {
    margin-top: 40px;
  }
}

/*margin bottom
----------------*/
.mb-5{
  margin-bottom: 5px!important;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-15{
  margin-bottom: 15px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-25{
  margin-bottom: 25px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-35{
  margin-bottom: 35px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-45{
  margin-bottom: 45px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-55{
  margin-bottom: 55px;
}
.mb-60{
  margin-bottom: 60px;
}
.mb-65{
  margin-bottom: 65px;
}
.mb-70{
  margin-bottom: 70px;
}
.mb-75{
  margin-bottom: 75px;
}
.mb-80{
  margin-bottom: 80px;
}
.mb-85{
  margin-bottom: 85px;
}
.mb-90{
  margin-bottom: 90px;
}
/* Screen Support */
@media screen and (max-width: 767px) {
  .mb-90{
    margin-bottom: 60px;
  }
  .mb-85{
    margin-bottom: 50px;
  }
  .mb-70,
  .mb-75{
    margin-bottom: 50px;
  }
  .mb-80,
  .mb-60,
  .mb-65 {
    margin-bottom: 40px;
  }
}

/* Margin Top Bottom */
.my-15 {
    margin: 15px 0;
}
.my-20 {
    margin: 20px 0;
}
/* Screen Support */
@media screen and (max-width: 767px) {

}

/* Left Top Right */
.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}
.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}
.mx-60 {
    margin-left: 60px;
    margin-right: 60px;
}
/* Screen Support */
@media screen and (max-width: 767px) {
  .mx-60 {
      margin-left: 30px;
      margin-right: 30px;
  }
}

/* Margin left */
.ml-5{
  margin-left: 5px!important;
}
.ml-10{
  margin-left: 10px;
}
.ml-15{
  margin-left: 15px;
}
.ml-20{
  margin-left: 20px;
}
.ml-25{
  margin-left: 25px;
}
.ml-30{
  margin-left: 30px;
}
.ml-35{
  margin-left: 35px;
}
.ml-40{
  margin-left: 40px;
}
.ml-45{
  margin-left: 45px;
}
.ml-50{
  margin-left: 50px;
}
/* Screen Support */
@media screen and (max-width: 767px) {

}

/* Margin Right */
.mr-5{
  margin-right: 5px!important;
}
.mr-10{
  margin-right: 10px;
}
.mr-15{
  margin-right: 15px;
}
.mr-20{
  margin-right: 20px;
}
.mr-25{
  margin-right: 25px;
}
.mr-30{
  margin-right: 30px;
}
.mr-35{
  margin-right: 35px;
}
.mr-40{
  margin-right: 40px;
}
.mr-45{
  margin-right: 45px;
}
.mr-50{
  margin-right: 50px;
}
/* Screen Support */
@media screen and (max-width: 767px) {
 .thumb.mr-15{
   margin-right: 0px;
 }
}

/* Padding Top */
.pt-5{
  padding-top: 5px!important;
}
.pt-10{
  padding-top: 10px;
}
.pt-15{
  padding-top: 15px;
}
.pt-20{
  padding-top: 20px;
}
.pt-25{
  padding-top: 25px;
}
.pt-30{
  padding-top: 30px;
}
.pt-35{
  padding-top: 35px;
}
.pt-40{
  padding-top: 40px;
}
.pt-45{
  padding-top: 45px;
}
.pt-50{
  padding-top: 50px;
}
.pt-60{
  padding-top: 60px;
}
.pt-65{
  padding-top: 65px;
}
.pt-80{
  padding-top: 80px;
}
.pt-100{
  padding-top: 100px;
}
.pt-120{
  padding-top: 120px;
}


/* Screen Support */
@media screen and (max-width: 767px) {
  .pt-80{
    padding-top: 50px;
  }
  .pt-120,
  .pt-100{
    padding-top: 80px;
  }
}

/* Padding Bottom */
.pb-5{
  padding-bottom: 5px!important;
}
.pb-10{
  padding-bottom: 10px;
}
.pb-15{
  padding-bottom: 15px;
}
.pb-20{
  padding-bottom: 20px;
}
.pb-25{
  padding-bottom: 25px;
}
.pb-30{
  padding-bottom: 30px;
}
.pb-35{
  padding-bottom: 35px;
}
.pb-40{
  padding-bottom: 40px;
}
.pb-45{
  padding-bottom: 45px;
}
.pb-50{
  padding-bottom: 50px;
}
.pb-70{
  padding-bottom: 70px;
}
.pb-80{
  padding-bottom: 80px;
}

/* Screen Support */
@media screen and (max-width: 767px) {
  .pb-80,
  .pb-70{
    padding-bottom: 50px;
  }
}
/* Padding TOP & BOTTOM
---------------------*/
.py-5{
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}
.py-10{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-25{
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-30{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-35{
  padding-top: 35px;
  padding-bottom: 35px;
}
.py-40{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-45{
  padding-top: 45px;
  padding-bottom: 45px;
}
.py-50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-70{
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-110{
  padding-top: 110px;
  padding-bottom: 110px;
}
/* Screen Support */
@media screen and (max-width: 767px) {
  .py-100,
  .py-110{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* Padding left */
.pl-5{
  padding-left: 5px!important;
}
.pl-10{
  padding-left: 10px;
}
.pl-15{
  padding-left: 15px;
}
.pl-20{
  padding-left: 20px;
}
.pl-25{
  padding-left: 25px;
}
.pl-30{
  padding-left: 30px;
}
.pl-35{
  padding-left: 35px;
}
.pl-40{
  padding-left: 40px;
}
.pl-45{
  padding-left: 45px;
}
.pl-50{
  padding-left: 50px;
}
.pl-60{
  padding-left: 60px;
}
/* Screen Support */
@media screen and (max-width: 767px) {

}

/* Padding right  */
.pr-5{
  padding-right: 5px!important;
}
.pr-10{
  padding-right: 10px;
}
.pr-15{
  padding-right: 15px;
}
.pr-20{
  padding-right: 20px;
}
.pr-25{
  padding-right: 25px;
}
.pr-30{
  padding-right: 30px;
}
.pr-35{
  padding-right: 35px;
}
.pr-40{
  padding-right: 40px;
}
.pr-45{
  padding-right: 45px;
}
.pr-50{
  padding-right: 50px;
}
.pr-60{
  padding-right: 60px;
}
/* Screen Support */
@media screen and (max-width: 767px) {

}

/* Padding Left Right */
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.px-180 {
  padding-left: 180px;
  padding-right: 180px;
}

/* Screen Support */
@media screen and (max-width: 767px) {
  .px-50 {
    padding-left: 20px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .px-180 {
    padding-left: 15px;
    padding-right: 15px;
  }
}


@media screen and (max-width: 1750px) {
  .px-180 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1500px) {
  .px-180 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Device Margin Bottom */
@media (max-width: 767px) {
  .sm-mb-30{
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .md-mb-40{
    margin-bottom: 40px;
  }
}

/* Width Percent */
.w-33{
  width: 33.333%;
}
.w-15{
  width: 15%;
}
.w-20{
  width: 20%;
}
.w-40{
  width: 40%;
}
.w-60{
  width: 60%;
}
.w-85{
  width: 85%;
}
@media (max-width: 575px) {
  .w-33,
  .w-20,
  .w-25,
  .w-40,
  .w-50,
  .w-60{
    width: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .w-20,
  .w-25{
    width: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .w-20,
  .w-25{
    width: 33.333% !important;
  }
}

/* Z-index */
.z-index-2{
  z-index: 2;
}
.z-index-3{
  z-index: 3;
}
.z-index-4{
  z-index: 4;
}
.z-index-5{
  z-index: 5;
}

/* Text Color */
.text-light{
  color: #dbdbdb !important;
}
.text-dark {
    color: #111111 !important;
}
/* Background Color */
.bg-dark{
  background-color: #111111 !important;
}
.bg-secondary{
  background-color: #1d1d1d !important;
}
.bg-light{
  background-color: #f8f8f8 !important;
}
.bg-gary{
  background-color: #d4d4d4 !important;
}
.bg-white.rgb-85{
  background-color: rgba(255, 255, 255, 0.85) !important;
}
.bg-white.rgb-90{
  background-color: rgba(255, 255, 255, 0.90) !important;
}
.bg-dark.rgb-85{
  background-color: rgba(0, 0, 0, 0.85) !important;
}

/* Background Image */
[data-slideImg="1"]{
  background-image: url("../img/slider/1.jpg");
}
[data-slideImg="2"]{
  background-image: url("../img/slider/2.jpg");
}
[data-slideImg="3"]{
  background-image: url("../img/slider/3.jpg");
}
.bg-img1{
  background-image: url("../img/bg/1.jpg");
  background-size: cover;
}
.bg-img2{
  background-image: url("../img/bg/2.jpg");
  background-size: cover;
}

/* Background Overlay */
.overlay{
  position:relative;
}
.overlay:before{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:"";
  background:rgba(0,0,0,.70);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
.overlay > div{
  position:relative;
  z-index:3;
}
/* dark overlay */
.overlay.dark-1:before {
    /* background-color: rgba(3,13,39,.90); */
}

/* [ 4. Global Styles ]
====================================== */

/* Divider Styles */
.vertical-divider {
  width: 1px;
  height: 210px;
}
.vertical-divider.col {
  max-width: 1px;
}
.horizontal-divider.h-1{
  height: 1px;
}
@media (max-width: 575px) {
  .col.basis-auto{
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
/* Empty Space */
.empty-space.h-140{
  height: 140px;
}
.empty-space.mt-minus{
  margin-top: -140px;
}

/* Social Icons */
.social-icons {
  margin-left: -18px;
}

.copyright-area .social-icons {
  margin-left: 0;
}

.social-icons a {
  font-size: 22px;
  padding: 0 10px;
  margin: 0 2px;
}
.social-light a {
  color: #ffff;
}
.social-light a:hover {
  opacity: .6;
}
.social-dark a {
  color: #111111;
}
.social-dark a:hover {
  color: #bfbfbf;
}
.social-vertical a{
  padding: 15px 0;
  margin: 2px 0;  
}

/* Buttons Style */
.btn-default{
  padding: 1px 45px 0 45px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3.5px;
  border-radius: 0;
}
.btn-outline-light {
  color: #ffffff;
  border-color: #ffff;
}
.btn-outline-light:focus{
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 .1rem rgba(248,249,250,.3);
          box-shadow: 0 0 0 .1rem rgba(248,249,250,.3);
}
.btn-outline-dark {
  color: #111111;
  border-color: #111111;
}
.btn-outline-dark:focus{
  color: #111111;
  -webkit-box-shadow: 0 0 0 .1rem rgba(0,0,0,.2);
          box-shadow: 0 0 0 .1rem rgba(0,0,0,.2);
}

/* Scroll Down Arrow */
#scroll-down-arrow{
  bottom: 70px;
  left: 0;
  right: 0;
  width: 30px;
}
#scroll-down-arrow a span {
  position: absolute;
  width: 30px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  text-align: center;
}
#scroll-down-arrow a span i {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 15px;
  -webkit-animation: arrowDown 1.5s infinite;
  animation: arrowDown 1.5s infinite;
}
@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    opacity: 0;
  }
}

/* Custom Form Style */
.form-control {
  width: 100%;
  height: 40px;
  border-radius: 0;
  border-color: #cccccc;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
}
.input-error{
  border-color:#c00;
  border-bottom: 1px solid #c00;
}
#dsgvo{
  margin-right:10px;
}
textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.form-control::-moz-placeholder {
  color: #cccccc;
}
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
.form-control::-ms-input-placeholder {
  color: #cccccc;
}
.form-control::placeholder {
  color: #cccccc;
}
.form-control:focus {
  background-color: transparent!important;
  border-color: #111111!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.comment-form .form-control::-webkit-input-placeholder {
  color: #8d8d8d;
}
.comment-form .form-control::-moz-placeholder {
  color: #8d8d8d;
}
.comment-form .form-control:-ms-input-placeholder {
  color: #8d8d8d;
}
.comment-form .form-control::-ms-input-placeholder {
  color: #8d8d8d;
}
.comment-form .form-control::placeholder {
  color: #8d8d8d;
}

/* Section Heading */
.section-heading h2{
  font-size: 24px;
  letter-spacing: 6px;
}

/* Link Btn Styles */
.link-btn{
  font-size: 13px;
  display: inline-block;
  position: relative;
  z-index: 1;
  letter-spacing: 1.95px;
  line-height: 21px;
  padding: 0 8px;
}
.link-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  content: "";
  background: rgba(17,17,17,.15);
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.link-btn:hover::before {
  right: 40%;
}
/* Carousel Indicators Style */
.carousel-indicators{
  bottom: 10px;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  opacity: 1;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
  border: 1px solid #141415;
  border-radius: 50%;
  background-color: transparent;
}
.carousel-indicators li.active {
  background-color: #141415;
  border-color: #141415;
}

/* Carousel Control Style */
.carousel-control {
  top: 50%;
  width: 130px;
  opacity: 1;
  height: 100px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 100px;
}
#scroll-down-arrow,
.carousel-control-next,
.carousel-control-prev{
  z-index: 3;
}
.carousel-control .link-btn {
  letter-spacing: 3.25px;
  padding: 0 15px;
  text-transform: uppercase;
}
.carousel-control .link-btn::before {
  background: rgba(255,255,255,.40);
}
.carousel-control:hover .link-btn::before {
    right: 40%;
}
.zoom-slider .carousel-control-prev .link-btn::before{
  right: unset;
  left: 0;
}
.zoom-slider .carousel-control-prev:hover .link-btn::before{
  left: 40%;
}

.box-slider .carousel-control {
    right: 20px !important;
}
.box-slider .carousel-control-prev::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 1px;
    content: "";
    right: 0;
    margin: 0 auto;
}
.box-slider .carousel-control-prev .link-btn::before{
  left: 0;
  right: unset;
}
.box-slider .carousel-control-prev:hover .link-btn::before{
  left: 40%;
}
.box-slider .carousel-control-prev {
    left: inherit;
    right: 0;
    margin-top: 50px;
}
.box-slider .carousel-control-next {
    margin-top: -50px;
}
.box-slider .carousel-control-prev::before,
.box-slider .carousel-control .link-btn::before {
  background: rgba(17, 17, 17, 0.2);
}
.box-slider .carousel-control .link-btn {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
/* Device Support */
@media (max-width: 767px) {
  .box-slider .carousel-control {
    right: 0px !important;
  }
  .box-slider .carousel-control-prev::before,
  .box-slider .carousel-control .link-btn::before {
    background: rgba(255, 255, 255, 0.8);
  }
  .box-slider .carousel-control-prev {
    margin-top: 10px;
  }
  .box-slider .carousel-control-next {
    margin-top: -80px;
  }
  .box-slider .carousel-control {
    width: 110px;
  }
}
/* Slick Slider Custom Style */
/* Slick Dots */
.slick-dots {
  list-style: none;
  margin: 80px 0 0 0;
  padding: 0;
  line-height: 1;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  line-height: 1;
  padding: 0 7px;
}
.slick-dots button {
  border: 2px solid #d4d4d4;
  background: transparent;
  width: 15px;
  height: 15px;
  font-size: 0;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.slick-dots .slick-active button {
  background-color: #d4d4d4;
}
.slick-dots button:focus {
  outline: 0;
}
@media (min-width:576px) and (max-width: 767px) {
  .slick-dots{
    margin-top: 30px;
  }
}

/* Slider Effect */
.lr-effect{
  overflow: hidden;
  position: relative;
}
.lr-effect::before ,
.lr-effect::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
  left: inherit;
  content: "";
  background-color: #f8f8f8;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 2;
}
.lr-effect:after {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
  background-color: #fff;
  z-index: 1;
}

.active .lr-effect:before ,
.active .lr-effect:after {
  width: 0;
  left: 0;
  right: auto;
}


/* [ 5. Home Version's ]
====================================== */

/* Header Sections */
.navbar-brand img {
    max-height: 100px;
}
.header-space{
  height: 115px
}
@media (min-width: 576px) {
  .navbar-dark .navbar-brand{
    margin-right: 9rem;
  }
}
/* Header Sticky */
header#active-sticky {
  z-index: 200;
}
header#active-sticky,
.navbar-brand img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
header.is-sticky {
  background-color: #000;
}
.is-sticky.bg-light,
.is-sticky.bg-white {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
          box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.is-sticky .navbar-brand img {
  max-height: 70px;
}

/* Modal Expand */
.navWrap.modal.fade .modal-dialog{
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.navWrap.modal.show .modal-dialog{
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.navWrap .modal-dialog {
  position: absolute;
  right: 0;
  width: 350px;
  top: 0;
  margin: 0;
}
.modal-backdrop{
  z-index: 100;
}

.navWrap .modal-header i,
.menu-toggler {
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  padding: 0 5px;
}
.navWrap .modal-header i{
  font-size: 18px;
}
.navWrap .modal-header {
  border-color: rgba(255,255,255,.3);
  width: calc(100% + 40px);
  margin-left: -20px;
}
.nav-footer p {
  font-weight: 200;
  color: #ababab;
}
nav.primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.primary-menu ul ul {
    display: none;
}
nav.primary-menu > ul > li > ul {
    border-left: 5px solid rgba(255,255,255,.40);
}
nav.primary-menu li.active>ul {
    display: block;
}
nav.primary-menu li {
  padding: 5px 0;
}
nav.primary-menu li a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2.1px;
  padding: 6px 0 6px 10px;
  position: relative;
}
nav.primary-menu ul li.active > a,
nav.primary-menu ul li a:hover {
    background: rgba(255,255,255,.15);
    border-left: 5px solid rgba(255,255,255,.40);
}
nav.primary-menu li a i{
  font-size: 16px;
  padding-right: 5px;
}
nav.primary-menu a:not(:only-child):after {
    content: "\e64b";
    font-family: 'themify';
    position: absolute;
    right: 10px;
    top: 7px;
}
nav.primary-menu .active>a:not(:only-child):after {
    content: "\e648";
}

/* Light Menu */
.navbar-light .menu-toggler ,
.navbar-light .primary-menu li a{
  color: #111;
}
.navbar-light nav.primary-menu > ul > li > ul{
  background-color: #ffffff;
}
.navbar-light .primary-menu ul li.active > a,
.navbar-light .primary-menu ul li a:hover {
    background: rgba(0,0,0,.10);
    border-color: rgba(0,0,0,.30);
}

/* Primary Menu Horizontal Mode */
.horizontal.primary-menu > ul > li{
  float: left;
  margin-left: 10px;
}
.horizontal.primary-menu > ul > li > a {
  padding-left: 5px;
  padding-right: 25px;
}
.horizontal.primary-menu > ul > li > a:not(:only-child)::after {
  right: 2px;
  top: 8px;
}
.horizontal.primary-menu > ul > li > ul {
  position: absolute;
  top: 100%;
  z-index: 2;
  width: 180px;
}
.horizontal.primary-menu ul li > a,
.horizontal.primary-menu ul li a {
    border-left: 5px solid transparent;
}
/*Device Support*/
@media (min-width: 768px) and (max-width: 991px) {
  .horizontal.primary-menu > ul > li {
    margin-left: 2px;
  }
  nav.primary-menu li a{
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .horizontal.primary-menu {
      width: 100%;
  }
  [aria-expanded="true"] .ti-menu::before {
      content: "\e646";
  }
  .horizontal.primary-menu > ul > li {
    float: none;
    position: relative;
  }
  .horizontal.primary-menu > ul > li > ul {
    position: static;
  }
}

/* Sidebar Layout */
.sidebar-layout header{
  -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
          box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
}
.sidebar-layout .copyright-text p {
  font-size: 13px;
  line-height: 25px;
}
.sidebar-layout .social-icons a {
  font-size: 18px;
}
.sidebar-layout .menu-icon {
  font-size: 16px;
  cursor: pointer;
}
.expand .ti-menu::before {
  content: "\e646";
}
/*Device Support*/
@media (max-width: 768px){
  .sidebar-layout header {
    overflow-y: scroll;
  }
  .sidebar-layout .w-85{
    width: 100%;
  }
  .sidebar-header {
    width: 280px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    left: -100%;
  }
  .expand .sidebar-header {
    left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1700px){
  .sidebar-header .pl-60 {
    padding-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .sidebar-layout .w-15{
    width: 20%;
  }
  .sidebar-layout .w-85{
    width: 80%;
  }
  .sidebar-header .pl-60 {
    padding-left: 15px;
  }
}

/* Slider Sections */
.zoom-slider .single-slide{
  top: 0;
  left: 0;
}
.carousel-item.active .slideZoom {
  -webkit-animation: 50s 0s normal none infinite running zoomEffect;
          animation: 50s 0s normal none infinite running zoomEffect;
  -webkit-transform: scale(1, 1) translate(0px, 0px);
      -ms-transform: scale(1, 1) translate(0px, 0px);
          transform: scale(1, 1) translate(0px, 0px);
}
.slide-caption h1{
  font-size: 50px;
  letter-spacing: 15px;
}
.slide-caption h4{
  letter-spacing: 2px;
}
.slide-caption.style2 h1{
  letter-spacing: 10px;
}
.slide-caption.style2 h4{
  font-size: 20px;
}
.box-slider .social-icons {
  margin-left: 0;
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* Device Support */
@media (min-width: 768px) and (max-width: 991px) {
  .slide-caption.style2 h1 {
    letter-spacing: 3px;
    font-size: 36px;
  }
  .box-slider .carousel-control-prev {
    margin-top: 30px;
  }
  .box-slider .carousel-control-next {
    margin-top: -30px;
  }
  .box-slider .carousel-control {
    right: 0px !important;
  }
  .box-slider .carousel-control-prev::before {
    top: 20px;
  }
  .box-slider .carousel-control {
    top: 75%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .box-slider .social-icons {
    top: 86%;
    left: 53%;
    z-index: 2;
  }
  .box-slider .social-icons a {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .slide-caption h1{
    font-size: 40px;
    letter-spacing: 8px;
  }
  .slide-caption.style2 {
    padding: 10px 10px 45px 10px;
  }
  .slide-caption.style2 h1 {
    letter-spacing: 2px;
    font-size: 32px;
  }
  .slide-caption.style2 h4 {
    margin-bottom: 15px;
  }
  .box-slider .social-icons {
    top: 96%;
    left: 12px;
    z-index: 1;
  }
  .box-slider .social-icons a {
    padding: 15px 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .slide-caption.style2 h1 {
    font-size: 40px;
  }
  .slide-caption.style2 {
    padding-top: 20px;
  }
  .box-slider .social-icons {
    top: 86%;
  }
  .box-slider .social-icons a {
    padding: 10px;
  }
}
/* Hero Sections */
.hero-content h1 {
  font-size: 60px;
  line-height: 85px;
  letter-spacing: 6px;
}
.hero-content h4{
  font-size: 20px;
}
/* Device Support */
@media (max-width: 767px) {
  .style1.hero-content{
    margin-top: -50px;
  }
  h1{
    word-break: break-word;
  }
  .hero-content h1 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 4px;
  }
}



/* Portfolio Sections */
.filter-menu .list-inline-item {
  color: #282828;
  font-size: 12px;
  letter-spacing: 3px;
  cursor: pointer;
  padding: 0 5px;
  text-transform: uppercase;
  position: relative;
}
.filter-menu .list-inline-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 7px;
  content: "";
  background: rgba(17,17,17,.15);
  margin-top: -3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.filter-menu .list-inline-item.is-active::before {
  width: 50%;
}

.single-portfolio img{
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  min-width: 100%;
}
.portfolio-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 0;
}
.single-portfolio:hover .portfolio-title {
  opacity: 1;
}
.portfolio-title a:hover h3{
  color: #7b7b7b;
  letter-spacing: 3px;
}
.portfolio-title h5 {
    color: #a4a4a4;
}
.portfolio-title i.ti-control-play,
.portfolio-title i.ti-arrow-right {
    font-size: 18px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.portfolio-title a:hover i.ti-arrow-right {
    padding-left: 10px;
}

.style1.portfolio-item {
  margin: 0 -30px;
  overflow: hidden;
}
.style1.portfolio-item .grid-item {
  padding: 0 30px;
  margin-bottom: 20px;
}
.style1.portfolio-item .grid-item.w-60 {
  margin-top: 40px;
}
.style1 .single-portfolio:hover .portfolio-title {
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}
.style1 .portfolio-title > * {
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
    opacity: 0;
}
.style1 .single-portfolio:hover .portfolio-title > * {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}


.style2.portfolio-item{
  margin: 0 -10px -20px -10px;
}
.style2 .single-portfolio{
  overflow: hidden;
}
.style2 .single-portfolio:hover img{
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.style2 .portfolio-title i,
.style2 .portfolio-title h3,
.style2 .portfolio-title h5 {
  color: #111111;
}
.style2 .portfolio-title h3 {
  font-size: 20px;
  letter-spacing: 3px;
}
.style2 .portfolio-title h5 {
  letter-spacing: 3.5px;
}

.style3 .portfolio-title {
  top: unset;
  height: auto;
  bottom: 30px;
}
.style3 .single-portfolio:hover .portfolio-title {
  left: 30px;
  width: calc(100% - 60px);
}
.style3 .portfolio-title h3 {
  font-size: 22px;
}


.style4 .portfolio-title {
  position: relative;
  left: -90px;
  opacity: 1;
}
.style4 .flex-row-reverse .portfolio-title {
  left: inherit;
  right: -90px;
}

.creative.style1.portfolio-item .grid-item {
  padding: 0 15px;
  margin-bottom: 30px;
}

.column-2.style2 .portfolio-title h3 {
  font-size: 26px;
  letter-spacing: 3.9px;
}
.column-2.style2 .portfolio-title h5 {
  font-size: 16px;
}
.column-2.style2 .portfolio-title i {
  font-size: 24px;
}

.column-4.style2 .portfolio-title h5 {
  font-size: 12px;
}

.column-4.style3 .portfolio-title {
  bottom: 15px;
}
.column-4.style3 .single-portfolio:hover .portfolio-title {
    left: 15px;
    width: calc(100% - 30px);
}
.column-4.style3 .carousel-indicators {
  bottom: 18px;
}
.column-4.style3 .portfolio-title h3 {
  font-size: 16px;
}

.project-info .social-icons a,
.project-info li h5{
  font-size: 16px;
}
.project-info .social-icons a {
  padding: 0 5px;
}

/* Device Support */
@media (max-width: 1024px) {
  .style4 .portfolio-title {
    left: 0 !important;
    right: 0 !important;
    padding: 30px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .creative .grid-item.w-25 {
    width: 50% !important;
  }
  .full-wide.style3 .portfolio-title h3 {
    font-size: 18px;
  }
  .portfolio-details .pt-100 {
    padding-top: 50px;
  }
  .portfolio-details .page-item .btn-default {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .style1.portfolio-item .grid-item.w-60 {
      margin-top: 0;
  }
  .style1.portfolio-item .grid-item {
      margin-bottom: 30px;
  }
  .style4 .single-portfolio .w-50 {
      width: 100% !important;
  }
  .creative .grid-item.w-50 {
    width: 100% !important;
  }
  .portfolio-details .pt-100 {
    padding-top: 30px;
  }
  .portfolio-details .page-item.mr-30 {
    margin-right: 15px;
  }
  .portfolio-details .page-item .btn-default {
    padding: 1px 10px 0 10px;
  }
}
@media (min-width:576px) and (max-width: 767px) {
  .style1.portfolio-item .grid-item.w-60 {
      margin-top: 20px;
  }
  .style1.portfolio-item .grid-item {
      padding: 0 15px;
      margin-bottom: 10px;
  }
  .style3.portfolio-item .grid-item {
    width: 50%;
  }
}


/* About Us Section Section */
.about-card .card-link {
  color: #b8b8b8;
  letter-spacing: 3.5px;
}
.about-card .card-link:hover {
  color: #000000;
}

.progress-bar{
  -webkit-transition: width 1.5s ease-in-out;
  -o-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
  width: 0;
}
.skills-bar h5 {
    letter-spacing: 3.5px;
    min-width: 150px;
}
.progress {
  height: 2px;
  border-radius: 0;
  overflow: visible;
}
.progress-bar span {
  color: #282828;
  font-size: 14px;
}
.progress-bar span {
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(.5);
      -ms-transform: scale(.5);
          transform: scale(.5);
}
.progress-bar span.opacity {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}


/* Device Support */


/* Newslatter Section */
.subscription-form .form-inline .form-control {
  width: 330px;
  height: 45px;
  border-color: #dcdcdc;
  color: #a7a7a7;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}
.subscription-form .form-control::-webkit-input-placeholder {
  color: #a7a7a7;
}
.subscription-form .form-control::-moz-placeholder {
  color: #a7a7a7;
}
.subscription-form .form-control:-ms-input-placeholder {
  color: #a7a7a7;
}
.subscription-form .form-control::-ms-input-placeholder {
  color: #a7a7a7;
}
.subscription-form .form-control::placeholder {
  color: #a7a7a7;
}
.subscription-form form button{
  line-height: 42px;
}

/* Blog Sections */
.blog-card .card-subtitle {
  color: #282828;
}
/* Sidebar */
.widget .blog-card .card-text {
  font-size: 15px;
  line-height: 28px;
}
.widget .tags {
  margin-left: -8px;
}
.widget .tags a {
  padding: 0 8px;
}
/* Blog Details */
.quotes-body {
  height: 440px;
  margin-top: -35%;
  z-index: 2;
}
blockquote p{
  font-size: 24px;
  line-height: 44px;
}
blockquote span{
  font-size: 16px;
}
/* Pagination */
.pagination li h6 {
  font-size: 12px;
  color: #282828;
}
.pagination li h6:hover {
  color: #111111;
}

/* Device Support */
@media (min-width: 1200px){
 .sidebar{
  margin-left: 30px;
 }
}
@media (max-width: 1024px){
  blockquote p {
    font-size: 18px;
    line-height: 34px;
  }
  .quotes-body {
    height: 350px;
    padding-left: 20px;
  }
}
@media (max-width: 767px){
  .style2.blog-card,
  .blog-area .row,
  .blog-area .blog-thumb {
    padding: 0;
  }
  .style2.blog-card {
    padding-top: 20px;
  }
  .style2.blog-card .card-subtitle {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .style1.review-card,
  .style1.blog-card{
    left: -30px;
  }
  .col-12:nth-child(even) .style1.review-card,
  .col-12:nth-child(even) .style1.blog-card{
    right: -30px;
    left: inherit;
  }
}

/* Clients Sections */
.our-clients .slick-list {
  margin: 0 -70px;
}
.our-clients .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.our-clients .client-item a {
  display: block;
}
.our-clients .client-item a:hover {
  opacity: .2;
}
.our-clients .slick-slide img{
  margin: 0 auto;
}
/* Device Support */
@media (min-width: 992px) {
  .our-clients .slick-list {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .our-clients .col.basis-auto {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 50%;
    margin-bottom: 30px !important;
  }
}
/* Services Sections */
.service-area .mt-minus{
  margin-top: -165px;
}
.service-area .mb-minus{
  margin-bottom: -30px;
}
.single-service i {
  font-size: 30px;
}
.style1.single-service {
  padding: 65px 15px 60px 15px;
  -webkit-box-shadow: 0px 40px 40px 0px rgba(27, 24, 25, 0.04);
          box-shadow: 0px 40px 40px 0px rgba(27, 24, 25, 0.04);
  border-radius: 10px;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}
.style1.single-service:hover {
  background-color: #111111 !important;
}
.style1.single-service:hover i {
  color: #ffffff !important;
}
.style1.single-service:hover h4 {
  color: #c4c4c4 !important;
}
.style1.single-service:hover p {
  color: #878787;
}
/*Testimonial Sections */
.review-card .card-text{
  font-size: 15px;
  line-height: 30px;
  margin-top: -5px;
}
.review-card .card-body h5{
  font-size: 16px;
}
.review-card .card-body h65{
  font-size: 12px;
}
/*Device Support*/
@media (min-width: 992px) {
  .review-slider .slick-list{
    padding-left: 30px;
    cursor: move;
  }
}


/* Footer Sections */
footer .bg-dark p a,
footer .bg-dark p{
  color: #ababab;
}
.footer-link{
  color: #cfcfcf;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding: 5px;
}
.footer-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: rgba(255,255,255,.2);
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
footer .bg-dark p a:hover,
.footer-link:hover {
  color: #ffffff;
}
.footer-link:hover::before {
  height: 100%;
}

footer a{
  text-transform: none;
}
.copyright-area p,
.copyright-area a{
  color: #ababab;
  font-weight: 300;
  font-size: 14px;
}
.copyright-area a:hover{
  color: #ffffff;
}
.social-links a{
  padding: 0 10px;
}


/* [ 6. Pages ]
====================================== */
/*Breadcrumb Area*/
.breadcrumb-area .container{
  min-height: 500px;
}
.breadcrumb-area h1{
  letter-spacing: 10px;
}
.breadcrumb{
  min-width: 450px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  margin-bottom: -30px;
}
.breadcrumb-item a,
.breadcrumb-item {
  text-transform: uppercase;
  font-size: 13px;
  color: #ababab;
}
.breadcrumb-item a:hover,
.breadcrumb-item.active {
  color: #fff;
}
@media (max-width: 767px){
  .breadcrumb{
    min-width: 100%;
  }
}
/* About Me */
@media (min-width: 992px){
  .about-me.mr-minus{
    margin-right: -60px;
  }
}
.about-me h3{
  line-height: 34px;
}
/* Work Experience */
.experience-card h6 {
  font-size: 12px;
  color: #7e7e7e;
}
/* Team Member */
.team-card .card-img-overlay{
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  top: 100%;
  opacity: 0;
}
.team-card:hover .card-img-overlay{
  top: 0;
  opacity: 1;
}
.team-card .social-icons a{
  font-size: 16px; 
}
/* Fun Fact Section */
.fact-card h2 ,
.fact-card h6 {
  font-weight: 300;
}
.fact-card h2 {
  font-size: 36px;
}
.fact-card h6 {
  font-size: 13px;
  color: #b0b0b0;
}
.fun-facts .col::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 55px;
  background-color: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fun-facts .col:last-child::after {
  display: none;
}
/* Pricing Sections */
.pricing-card ul li {
  line-height: 40px;
  font-size: 16px;
}
.pricing-card .btn {
  line-height: 45px;
  font-size: 13px;
}
/* Contact Form Sections */
.contact-info h4{
  font-size: 20px;
}
/* Google Map*/
.gmap-area{
  margin-bottom: -12px;
}
.h-540{
  height: 540px;
}
/* 404 Eroor Page */
.error-content h1 {
  font-size: 100px;
  letter-spacing: 25px;
}
@media (min-width: 575px){
  .error-content p {
    margin-right: -45px;
  }
}




@media screen and (max-width: 414px) {
  .instagram_gallery img {
      width: 100%!important;
      margin: 0!important;
      margin-bottom:4px!important;
  }
}

/* [ 7. Scroll To Top ]
====================== */
#scrollUp {
  background-color: #1d1d1d;
  bottom: 65px;
  right: 20px;
  width: 30px;
  height: 35px;
  line-height: 42px;
  text-align: center;
}
#scrollUp:hover {
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.4);
    background-color: #000000; 
}
#scrollUp i {
    color: #ffffff;
    font-size: 16px; 
}
.itsAsub ul li{
list-style-type: none
}
.itsAsub .about-area .col-12.text-center{
text-align: left!important;
}
