/*
 _____      						 _______ 	     
|  __ \  							|_ _ _ _| _  	 	    
| |__) | 					     _	   | |	 | |	        
|  ___/    ___    __ _    __ _  | |    | |	 | |__     ___ 	 _ __  _ __    ___ 
| |\ \    / _ \  / _` |  / _` | | |    | |	 | '_ \   / _ \ | '_ \| '_ \  / _ \
| | \ \  |  __/ | (_| | | (_| | | |    | |	 | | | | |  __/ | |  ||  | | |  __/
|_|  \ \  \___|  \__, |  \__,_| |_|    |_|   |_| |_|  \___| |_|  ||  |_|  \___|
                  __/ |              
                 |___/  		     
================================================================================ */
/*==========================================================
    Template Name: Proxa - One Page Parallax Business Template
    Created By: RegalTheme
    Envato Profile: https://themeforest.net/user/regaltheme
    Website: http://regaltheme.com
    Description: Proxa is Fully Responsive One Page Parallax Business Template with awesome features.
    Version: v1.0
    Support: http://regaltheme.com/support
============================================================*/

/*===========================================================
    CSS INDEX
    ===================
	
	[ 1. General Code ]
	[ 2. Typography ]
	[ 3. Global Classes ]
	[ 4. Home Version's ]
	[ 5. Page's ]
	[ 6. Loading Bar ]
	[ 7. Scroll Up ]
==============================================================*/

/* Google fonts
========================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Playfair+Display:400,400i,700,700i,900,900i");

/*
[ 1. General Code ]
================ */
/*-- Common Style ------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
body {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  visibility: visible;
  font-family: "Playfair Display", serif;
  color: #646363;
  background-color: #ffffff;
}

/*
[ 2. Typography ]
================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232323;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 10px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1,
.h1 {
  font-size: 36px;
  line-height: 40px;
}
h2,
.h2 {
  font-size: 30px;
  line-height: 36px;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 30px;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}
h5,
.h5 {
  font-size: 14px;
  line-height: 18px;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 14px;
}
p:last-child {
  margin-bottom: 0;
}
a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}
a,
button,
input {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*:focus,
a:focus,
button:focus {
  outline: medium none;
}
a:focus {
  color: #ffffff;
  outline: medium none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
/*
[ 3. Global Classes ]
================ */
.relative {
  position: relative;
}
.d-inblock {
  display: inline-block;
}
.col-text-center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.fix {
  overflow: hidden;
}
.clear {
  clear: both;
}
.section {
  clear: both;
  width: 100%;
  float: left;
  display: block;
}
.theme-color {
  color: #0084e3;
}
.white-color {
  color: #ffffff;
}
.height-100 {
  height: 100%;
}

/*Verticle Aligne Middle 
--------------------------*/
.d-table {
  display: table;
  width: 100%;
  height: 100%;
}
.dt-cell {
  display: table-cell;
  vertical-align: middle;
}
.v-align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*Container width for Mobile Devices*/
@media only screen and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 100%;
  }
}

/* Background Color */
.bg-light {
  background-color: #ffffff !important;
}
.bg-light-grey {
  background-color: #fcfcfc !important;
}
.bg-light-1 {
  background-color: #f3f4f6 !important;
}
.bg-dark {
  background-color: #131313 !important;
}
.bg-dark-2 {
  background-color: #0f1113 !important;
}
.bg-dark-3 {
  background-color: #1c1c1c !important;
}
.gradient-1 {
  background-color: #4776e6;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4776e6),
    to(#8e54e9)
  );
  background: -webkit-linear-gradient(left, #4776e6, #8e54e9);
  background: -o-linear-gradient(left, #4776e6, #8e54e9);
  background: linear-gradient(to right, #4776e6, #8e54e9);
}

/* Background Image */
.bg-img-1 {
  background-image: url("img/bg/1.jpg");
}
.bg-img-2 {
  background-image: url("img/bg/2.jpg");
}
.bg-img-3 {
  background-image: url("img/bg/3.jpg");
}
.bg-img-4 {
  background-image: url("img/bg/4.jpg");
}
.bg-img-5 {
  background-image: url("img/slider/6.jpg");
  background-size: cover;
  background-position: center center;
}
.video-bg {
  background-image: url("img/bg/video-bg.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, 0.7);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.overlay .container {
  position: relative;
  z-index: 2;
}

/* dark overlay */
.overlay.dark-1:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay.dark-2:before {
  background-color: rgba(0, 0, 0, 0.75);
}
.rev-overlay:after,
.overlay.dark-3:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay.dark-4:before {
  background-color: rgba(0, 0, 0, 0.8);
}

/* light overlay */
.overlay.light-1:before {
  background-color: rgba(255, 255, 255, 0.8);
}

/* others color overlay */
.overlay-1:before {
  background-color: rgba(0, 132, 227, 0.8);
}
.gradient-1.overlay.opacity-70:before {
  background-color: #4776e6;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(17, 118, 230, 0.7)),
    to(rgba(142, 84, 233, 0.7))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(17, 118, 230, 0.7),
    rgba(142, 84, 233, 0.7)
  );
  background: -o-linear-gradient(
    left,
    rgba(17, 118, 230, 0.7),
    rgba(142, 84, 233, 0.7)
  );
  background: linear-gradient(
    to right,
    rgba(17, 118, 230, 0.7),
    rgba(142, 84, 233, 0.7)
  );
}
.gradient-1.overlay.opacity-75:before {
  background-color: #4776e6;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(17, 118, 230, 0.75)),
    to(rgba(142, 84, 233, 0.75))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(17, 118, 230, 0.75),
    rgba(142, 84, 233, 0.75)
  );
  background: -o-linear-gradient(
    left,
    rgba(17, 118, 230, 0.75),
    rgba(142, 84, 233, 0.75)
  );
  background: linear-gradient(
    to right,
    rgba(17, 118, 230, 0.75),
    rgba(142, 84, 233, 0.75)
  );
}

/* Angle Shape */
.angle-after::after,
.angle-before::before {
  bottom: 0;
  content: "";
  height: 26%;
  position: absolute;
  width: 50%;
  z-index: 1;
}
.angle-before::before {
  background: rgba(0, 0, 0, 0) -webkit-gradient(
      linear,
      left bottom,
      right top,
      color-stop(50%, #ffffff),
      color-stop(50%, transparent)
    ) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(
      left bottom,
      #ffffff 50%,
      transparent 50%
    ) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(
      left bottom,
      #ffffff 50%,
      transparent 50%
    ) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to right top, #ffffff 50%, transparent 50%) repeat scroll 0
    0;
  left: 0;
}
.angle-after::after {
  background: rgba(0, 0, 0, 0) -webkit-gradient(
      linear,
      right bottom,
      left top,
      color-stop(50%, #ffffff),
      color-stop(50%, transparent)
    ) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(
      right bottom,
      #ffffff 50%,
      transparent 50%
    ) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(
      right bottom,
      #ffffff 50%,
      transparent 50%
    ) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to left top, #ffffff 50%, transparent 50%) repeat scroll 0 0;
  right: 0;
}

/* Default Classes For Margin & Padding 
----------------------------------------*/
.margin-0 {
  margin: 0;
}
/*Margin Top*/
.mt-5 {
  margin-top: 5px;
}
.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-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-155 {
  margin-top: 155px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-165 {
  margin-top: 165px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-175 {
  margin-top: 175px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-185 {
  margin-top: 185px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-195 {
  margin-top: 195px;
}
.mt-200 {
  margin-top: 200px;
}
/*Screen Support
--------------------*/
@media screen and (max-width: 767px) {
  .pt-140 {
    padding-top: 100px;
  }
}

/* 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;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mb-200 {
  margin-bottom: 200px;
}
/*Screen Support
--------------------*/
@media screen and (max-width: 767px) {
  .mb-80,
  .mb-90 {
    margin-bottom: 60px;
  }
  .mb-45 {
    margin-bottom: 30px;
  }
}

/*Margin Left*/
.ml-5 {
  margin-left: 5px;
}
.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;
}
.ml-55 {
  margin-left: 55px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-105 {
  margin-left: 105px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-115 {
  margin-left: 115px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-125 {
  margin-left: 125px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-135 {
  margin-left: 135px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-145 {
  margin-left: 145px;
}
.ml-150 {
  margin-left: 150px;
}
.ml-155 {
  margin-left: 155px;
}
.ml-160 {
  margin-left: 160px;
}
.ml-165 {
  margin-left: 165px;
}
.ml-170 {
  margin-left: 170px;
}
.ml-175 {
  margin-left: 175px;
}
.ml-180 {
  margin-left: 180px;
}
.ml-185 {
  margin-left: 185px;
}
.ml-190 {
  margin-left: 190px;
}
.ml-195 {
  margin-left: 195px;
}
.ml-200 {
  margin-left: 200px;
}

/*Margin RIght*/
.mr-5 {
  margin-right: 5px;
}
.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;
}
.mr-55 {
  margin-right: 55px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-105 {
  margin-right: 105px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-115 {
  margin-right: 115px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-125 {
  margin-right: 125px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-135 {
  margin-right: 135px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-145 {
  margin-right: 145px;
}
.mr-150 {
  margin-right: 150px;
}
.mr-155 {
  margin-right: 155px;
}
.mr-160 {
  margin-right: 160px;
}
.mr-165 {
  margin-right: 165px;
}
.mr-170 {
  margin-right: 170px;
}
.mr-175 {
  margin-right: 175px;
}
.mr-180 {
  margin-right: 180px;
}
.mr-185 {
  margin-right: 185px;
}
.mr-190 {
  margin-right: 190px;
}
.mr-195 {
  margin-right: 195px;
}
.mr-200 {
  margin-right: 200px;
}

/*Padding Top*/
.pt-5 {
  padding-top: 5px;
}
.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-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-165 {
  padding-top: 165px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-175 {
  padding-top: 175px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-185 {
  padding-top: 185px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-195 {
  padding-top: 195px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-270 {
  padding-top: 270px;
}

/*Screen Support
--------------------*/
@media screen and (max-width: 767px) {
  .pt-150,
  .pt-120 {
    padding-top: 100px;
  }
  .pt-270 {
    padding-top: 200px;
  }
}

/*Padding Bottom*/
.pb-5 {
  padding-bottom: 5px;
}
.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-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-220 {
  padding-bottom: 220px;
}
/*Screen Support
--------------------*/
@media screen and (max-width: 767px) {
  .pb-150,
  .pb-120 {
    padding-bottom: 100px;
  }
  .pb-220 {
    padding-bottom: 150px;
  }
}

/*Padding Left*/
.pl-5 {
  padding-left: 5px;
}
.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-55 {
  padding-left: 55px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-65 {
  padding-left: 65px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-75 {
  padding-left: 75px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-85 {
  padding-left: 85px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-95 {
  padding-left: 95px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-105 {
  padding-left: 105px;
}
.pl-110 {
  padding-left: 110px;
}
.pl-115 {
  padding-left: 115px;
}
.pl-120 {
  padding-left: 120px;
}
.pl-125 {
  padding-left: 125px;
}
.pl-130 {
  padding-left: 130px;
}
.pl-135 {
  padding-left: 135px;
}
.pl-140 {
  padding-left: 140px;
}
.pl-145 {
  padding-left: 145px;
}
.pl-150 {
  padding-left: 150px;
}
.pl-155 {
  padding-left: 155px;
}
.pl-160 {
  padding-left: 160px;
}
.pl-165 {
  padding-left: 165px;
}
.pl-170 {
  padding-left: 170px;
}
.pl-175 {
  padding-left: 175px;
}
.pl-180 {
  padding-left: 180px;
}
.pl-185 {
  padding-left: 185px;
}
.pl-190 {
  padding-left: 190px;
}
.pl-195 {
  padding-left: 195px;
}
.pl-200 {
  padding-left: 200px;
}

/*Padding RIght*/
.pr-5 {
  padding-right: 5px;
}
.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-55 {
  padding-right: 55px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-65 {
  padding-right: 65px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-75 {
  padding-right: 75px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-85 {
  padding-right: 85px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-95 {
  padding-right: 95px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-105 {
  padding-right: 105px;
}
.pr-110 {
  padding-right: 110px;
}
.pr-115 {
  padding-right: 115px;
}
.pr-120 {
  padding-right: 120px;
}
.pr-125 {
  padding-right: 125px;
}
.pr-130 {
  padding-right: 130px;
}
.pr-135 {
  padding-right: 135px;
}
.pr-140 {
  padding-right: 140px;
}
.pr-145 {
  padding-right: 145px;
}
.pr-150 {
  padding-right: 150px;
}
.pr-155 {
  padding-right: 155px;
}
.pr-160 {
  padding-right: 160px;
}
.pr-165 {
  padding-right: 165px;
}
.pr-170 {
  padding-right: 170px;
}
.pr-175 {
  padding-right: 175px;
}
.pr-180 {
  padding-right: 180px;
}
.pr-185 {
  padding-right: 185px;
}
.pr-190 {
  padding-right: 190px;
}
.pr-195 {
  padding-right: 195px;
}
.pr-200 {
  padding-right: 200px;
}

/* Default Input Placeholder Opacity */
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Preloader
-------------- */
.preloader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 999999;
}
.loader-object {
  width: 40px;
  height: 40px;
  background: #0084e3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
@-webkit-keyframes animate {
  0% {
    -webkit-transform: perspective(160px);
  }
  50% {
    -webkit-transform: perspective(160px) rotateY(-180deg);
  }
  100% {
    -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
  }
}
@keyframes animate {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}

/* Section Title */
.section-title .title-tag {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  color: #0084e3;
  margin: 0;
  text-transform: uppercase;
}
.section-title .title-text {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: #232323;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 16px;
}
.section-title.white .title-text {
  color: #ffffff;
}

/* Horizontal Line */
.horizontal-line hr {
  border-color: #232323;
  border-width: 2px;
  margin: 0;
}
.white .horizontal-line hr {
  border-color: #ffffff;
}
.horizontal-line hr.top {
  width: 85px;
}
.horizontal-line hr.bottom {
  margin-top: 3px;
  width: 50px;
}
.horizontal-line.center hr {
  margin-left: auto;
  margin-right: auto;
}

hr.line {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  height: 1px;
  margin: 0 auto;
  width: 40px;
}
.divider hr.line {
  background-color: #4d4d4d;
  width: 100%;
}
.v-gradient .divider hr.line {
  background-color: #c5c5c5;
}

/* Vertical Shape */
.v-shape {
  background-color: #ffffff;
  display: block;
  height: 40px;
  margin: 10px auto;
  position: relative;
  width: 2px;
}
.v-shape::after,
.v-shape::before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 24px;
  margin: auto 6px;
  position: absolute;
  top: 0;
  width: 2px;
}
.v-shape::after {
  right: 0;
}
.v-shape::before {
  left: 0;
}

/* Button Style */
.btn {
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
  padding: 9px 35px;
  border: 2px solid #0084e3;
  background-color: #0084e3;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn i {
  float: left;
  margin-right: 10px;
  line-height: 24px;
  display: block;
}
.btn:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 132, 227, 0.5);
  box-shadow: 0 5px 15px rgba(0, 132, 227, 0.5);
  color: #ffffff;
}
.btn .btn-lg {
  font-size: 14px;
}
.btn:focus {
  -webkit-box-shadow: 0 5px 15px rgba(0, 132, 227, 0.5);
  box-shadow: 0 5px 15px rgba(0, 132, 227, 0.5);
}

/* slick dots
-------------- */
.slick-dots {
  display: inline-block !important;
}
.slick-dots > li {
  float: left;
  margin: 0 5px;
}
.slick-dots button {
  background-color: #969696;
  border: 0;
  cursor: pointer;
  font-size: 0;
  height: 5px;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 5px;
  display: block;
  border-radius: 50%;
}
.slick-dots .slick-active button {
  background-color: #ffffff;
}
.slick-slide:focus {
  outline: 0;
}
.slick-boxed .slick-dots {
  bottom: 20px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
}

/* Social Icons
----------------------*/
.social-icon li {
  float: left;
}
.social-icon li a {
  display: block;
  font-size: 16px;
  height: 30px;
  line-height: 31px;
  margin: 0 1px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 30px;
  z-index: 2;
  color: #ffffff;
}
.social-icon li a:hover {
  color: #0084e3;
}

/* Style One */
.social-icon.style1 li a::after {
  background: #169eb7 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: -1;
}
.social-icon.style1 li a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.social-icon.style1 li a {
  color: #545454;
  margin: 0 2px;
  padding: 0px;
}
.social-icon.style1 li a:hover {
  color: #ffffff;
}

/* Custom Input 
----------------------*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
option {
  padding: 5px 15px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}
select:focus,
input:focus,
textarea:focus {
  outline: 0px;
}
form label {
  font-weight: 500;
  color: #0084e3;
}
.custom-select {
  position: relative;
}
.custom-input input,
.custom-input textarea,
.custom-input select {
  border: 1px solid #c8c8c8;
  color: #919191;
  font-family: "Playfair Display", serif;
  font-size: 13px;
  line-height: 40px;
  margin-bottom: 15px;
  padding: 0 16px;
  width: 100%;
}
.custom-input button.btn {
  cursor: pointer;
}
.custom-input textarea {
  height: 110px;
}

/* Main menu 
------------*/
.mainmenu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainmenu nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 30px;
}
.mainmenu nav ul li:last-child {
  margin-right: 0;
}
.navbar-collapse ul {
  display: flex;
  justify-content: space-between;
}
.mainmenu nav ul li a {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.mainmenu nav ul li a::before {
  position: absolute;
  width: 18px;
  left: -5px;
  bottom: 1px;
  height: 18px;
  /* background-color: #0084e3; */
  border-radius: 50px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.mainmenu nav ul li.active a::before,
.mainmenu nav ul li:hover a::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.overlay-scale .mainmenu {
  left: 50%;
  margin-left: -55px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay-scale .mainmenu nav ul {
  display: inline-block;
}
.overlay-scale .mainmenu nav ul li {
  display: block;
  margin-right: 0;
}
.overlay-scale .mainmenu nav ul li a::before {
  height: 25px;
  left: -10px;
  width: 25px;
}
.overlay-scale .mainmenu nav ul li a {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 40px;
}
/* Screen Support */
@media (max-width: 767px) {
  .overlay-scale .mainmenu nav ul li a {
    font-size: 16px;
    line-height: 30px;
  }
  .mainmenu nav ul li a {
    line-height: 32px;
    color: white;
  }
}

/* Mobile Menu
--------------*/
.navbar-header {
  display: none;
}
.navbar-toggler {
  color: #000;
  cursor: pointer;
  line-height: 28px;
  height: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: -15px;
}
/* Small and Tablet Screen Support */
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    display: block;
  }
  .mainmenu nav.navbar-collapse {
    background: #000 none repeat scroll 0 0;
    display: block;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px !important;
  }
  .mainmenu nav.navbar-collapse.show {
    opacity: 1;
    top: 30px;
    visibility: visible;
  }
  .mainmenu nav ul {
    display: block;
  }
  .mainmenu nav ul li {
    display: block;
    margin-right: 0;
    padding: 0 15px;
  }
  .mainmenu nav ul li a {
    display: block;
  }

  #sticky-active.is-sticky {
    padding: 15px 0;
  }
}

/* Sticky Sticky
-----------------*/
#sticky-active.is-sticky {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 1px 4px rgba(2, 3, 3, 0.15);
  box-shadow: 0 1px 4px rgba(2, 3, 3, 0.15);
  padding: 15px 0;
  background-color: #f0efec;
}

/* Popup Scale */
.scale-toggle {
  display: block;
  color: #ffffff;
}
.scale-toggle i {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
.scale-toggle i.fa-bars {
  font-size: 17px;
}
.search-box button,
.scale-toggle {
  cursor: pointer;
}
.overlay-scale {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  height: 100vh;
  left: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
}
.open .overlay-scale {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  visibility: visible;
}
.open .wrapper,
body.open {
  height: 100vh;
}
body.open {
  overflow-y: scroll;
}
.open .wrapper {
  overflow: hidden;
}
.close-scale {
  cursor: url(img/shape/close.png), auto;
  height: 100%;
  position: absolute;
  width: 100%;
}

/* Search Box Popup */
.overlay-scale form.search-box {
  bottom: 0;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 100%;
  width: 600px;
}
.overlay-scale .search-box input {
  border: 0 none;
  font-style: italic;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
}
.overlay-scale .search-box button {
  background-color: #0084e3;
  border: 0 none;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0px;
  width: 60px;
}
.overlay-scale .search-box button {
  -webkit-padding-after: 0px;
}
/*Screen Support
--------------------*/
@media screen and (max-width: 767px) {
  .overlay-scale form.search-box {
    width: 95%;
  }
}

/* Scroll Down Icon */
.scroll-down {
  border: 1px solid #ffffff;
  border-radius: 18px;
  bottom: 30px;
  height: 50px;
  left: 50%;
  margin-left: -12.5px;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 25px;
  z-index: 2;
}
.scroll-down::after {
  content: "";
  height: 20px;
  left: 50%;
  margin-left: -0.5px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1px;
  -webkit-animation: scroll 0.5s infinite alternate;
  animation: scroll 0.5s infinite alternate;
}
.scroll-down::after,
.scroll-down:hover {
  background-color: #ffffff;
}
.scroll-down:hover::after {
  background-color: #000000;
}

@keyframes scroll {
  0% {
    top: 50%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 60%;
  }
}
@-webkit-keyframes scroll {
  0% {
    top: 50%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 60%;
  }
}

/* 
[ 4. Home Version's ]
=======================*/

/* Header Section */
.header-section {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99999;
  padding: 50px 0;
}
.header-section > .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-section > .container > .row > .col,
.header-section > .container > .row [class*="col"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.header-section > .container > .row > .col:first-child,
.header-section > .container > .row [class*="col"]:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.header-section .logo {
  display: inline-block;
  width: 145px;
  padding-bottom: 2px;
}
.logo img {
  max-width: 100%;
  opacity: 1;
}
.logo img.sticky-logo {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
/* Small and Tablet Screen Support */
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .header-section {
    padding: 30px 0;
  }
}

/* Revolution Slider Section */
.rev_slider_wrapper {
  margin: 0px auto;
  background-color: transparent;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.rev_slider .tp-bannertimer {
  height: 7px;
  background-color: rgba(255, 255, 255, 0.25);
}
.rev_slider .tp-caption {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}
.rev_slider .tp-btn {
  font-weight: 600;
  background-color: #0084e3;
  border-radius: 4px;
}

/* Features Section */
.feature-content-block h1 {
  font-size: 44px;
  line-height: 56px;
  font-weight: 800;
}
.feature-content-block h1 span {
  color: #000;
}
.feature-content-block p {
  font-size: 18px;
  line-height: 30px;
}
.feature {
  text-align: center;
  padding: 0 30px;
}
.feature .icon {
  display: block;
  height: 80px;
  width: 80px;
  border: 1px solid #c6c6c6;
  border-radius: 50px;
  margin: auto;
  color: #646363;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature .icon::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #0084e3;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  border-radius: 50px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature .icon i {
  font-size: 28px;
  line-height: 78px;
}
.feature h4 {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 24px;
}
.feature:hover .icon {
  border-color: transparent;
  color: #ffffff;
}
.feature:hover .icon::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* About Section */
.about-image {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.about-image .video-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-top: -22px;
  margin-left: -22px;
  z-index: 9;
}
.about-image .video-popup i {
  display: block;
  line-height: 44px;
  font-size: 50px;
}
.about-image img {
  max-width: 100%;
}
.about-content {
  padding-left: 28px;
}
.about-content .title-tag {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #0084e3;
  margin: 0;
}
.about-content h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 21px;
}
.about-content p {
  font-size: 16px;
  line-height: 30px;
  color: #d5d5d5;
  margin-bottom: 36px;
}

/* Service Section */
.service-bg-1 {
  background-image: url(img/service/1.jpg);
}
.service-bg-2 {
  background-image: url(img/service/2.jpg);
}
.service-bg-3 {
  background-image: url(img/service/3.jpg);
}
.service {
  text-align: center;
}
.service i {
  font-size: 50px;
  margin-bottom: 30px;
  color: #232323;
}
.service h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  color: #232323;
}
.service p {
  margin-bottom: 0;
}
.service:hover i {
  color: #ffffff;
}
.service:hover h4 {
  color: #ffffff;
}
.service:hover p {
  color: #ffffff;
}
/* Reverse Animation */
.tilter {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.tilter * {
  pointer-events: none;
}
.tilter__figure > * {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px); /* Force correct stacking order */
}
.service .tilter__figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.service .tilter__figure .tilter__caption {
  padding: 80px 30px;
  background-color: #ffffff;
  border: 1px solid #ededed;
}
.service:hover .tilter__figure .tilter__caption {
  background-color: #000;
  border: 1px solid transparent;
}
.tilter__figure,
.tilter__deco--overlay,
.tilter__deco--lines,
.tilter__deco--shine div,
.tilter__caption {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Testimonial */
#mainslider,
#oneitem-dot {
  cursor: move;
}
.testimonial-slider .slick-dots {
  margin-bottom: -23px;
}
.testimonial h3,
.testimonial h4 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.testimonial h3 {
  font-size: 26px;
  line-height: 40px;
}
.testimonial .v-shape {
  margin-bottom: 17px;
  margin-top: 18px;
}
.testimonial h4 {
  font-size: 20px;
}
.testimonial p {
  font-size: 14px;
  line-height: 1;
  margin-top: 7px;
}

/* Portfolio Section */

/* Portfolio Menu*/
.portfolio-menu ul {
  display: inline-block;
}
.portfolio-menu li {
  color: #5a5a5a;
  cursor: pointer;
  float: left;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
  position: relative;
}
.portfolio-menu li::before {
  background-color: #0084e3;
  border-radius: 50px;
  bottom: 2px;
  content: "";
  height: 14px;
  left: -4px;
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 14px;
  z-index: -1;
}
.portfolio-menu li.active::before,
.portfolio-menu li:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*Screen Support
--------------------*/
@media screen and (max-width: 767px) {
  .portfolio-menu ul {
    margin-bottom: -15px;
  }
  .portfolio-menu li {
    margin-bottom: 5px;
  }
}

.gallery-grid {
  margin: 0 -7px -14px;
}
.grid-item {
  margin-bottom: 14px;
  padding: 0 7px;
}
.portfolio-grid a.thumb {
  display: block;
  z-index: 5;
  overflow: hidden;
}
.portfolio-grid .grid-item .thumb img {
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: -1;
}
.portfolio-grid .grid-item:hover .thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.portfolio-grid .overlay::before {
  -webkit-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
  transform: scaleY(0.8);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1;
}
.portfolio-grid .caption {
  left: 0;
  margin-top: -25px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  z-index: 2;
  -webkit-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio-grid .caption,
.portfolio-grid .overlay::before {
  opacity: 0;
}
.grid-item a.overlay:hover::before,
.portfolio-grid a:hover .caption {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.portfolio-grid .caption p {
  font-size: 14px;
}
.portfolio-grid .caption h4 {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 700;
}

/* Fun Facts Section */
.single-facts .icon {
  color: #ffffff;
  font-size: 60px;
}
.single-facts .text {
  overflow: hidden;
}
.single-facts .text > h1 {
  font-size: 40px;
  font-weight: 700;
}
.ct-action p,
.single-facts .text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.ct-action > h1 a {
  color: #ffffff;
  font-size: 44px;
  font-weight: 300;
}

/* Team Section */
.team-person .thumb {
  border-bottom: 2px solid #f1f1f1;
}
.team-person .text {
  padding: 0 10px;
}
.team-person .text > h3 {
  color: #222429;
  font-weight: 900;
  margin-bottom: 0;
}
.team-person .text > h4 {
  color: #717171;
  font-size: 16px;
  font-weight: 500;
}
.team-person li a {
  color: #222429;
  font-size: 14px;
  height: auto;
  line-height: 1;
  margin: 0 3px;
}

/* Pricing Section */
.single-pricing {
  border: 1px solid #373737;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-pricing.pricing-bg-1 {
  background-image: url("img/bg/pricing.jpg");
}
.single-pricing.pricing-bg-2 {
  background-image: url("img/bg/pricing-2.jpg");
}
.single-pricing.pricing-bg-3 {
  background-image: url("img/bg/pricing-3.jpg");
}
.single-pricing {
  background-size: 110%;
}
.single-pricing.standard,
.single-pricing:hover {
  background-size: 100%;
}
.single-pricing.overlay::before {
  background-color: #1c1c1c;
}
.single-pricing.standard.overlay::before,
.single-pricing:hover.overlay::before {
  background-color: rgba(0, 0, 0, 0.9);
}
.single-pricing.standard,
.single-pricing:hover {
  border-color: #1c1c1c;
}
.single-pricing h2 {
  font-size: 28px;
  font-weight: 700;
}
.single-pricing .price h1 {
  font-weight: 600;
}
.price sup {
  font-size: 16px;
  font-weight: 500;
  left: -5px;
  position: relative;
  top: -12px;
}
.price sub {
  font-size: 14px;
  left: 2px;
  position: relative;
  top: 0;
}
.single-pricing ul li {
  color: #bcbcbc;
  font-size: 16px;
  line-height: 40px;
}
.single-pricing .btn {
  background-color: transparent;
  color: #0084e3;
  padding: 9px 40px;
}
.single-pricing.standard .btn,
.single-pricing .btn:hover {
  background-color: #0084e3;
  color: #ffffff;
}
.star-mark::before,
.star-mark {
  left: 0;
  position: absolute;
  top: 0;
}
.star-mark::before {
  border-bottom: 60px solid transparent;
  border-left: 60px solid #0084e3;
  content: "";
}
.star-mark > span {
  color: #ffffff;
  font-size: 20px;
  left: 10px;
  position: relative;
  top: 4px;
  z-index: 5;
}

/* Blog Section */
.blog-post .text > h4 {
  color: #424242;
  font-weight: 700;
  line-height: 26px;
}
.blog-post .text > h4 a:focus {
  color: #000000;
}
.blog-post .text li {
  border-right: 1px solid #7f7f7f;
  color: #7f7f7f;
  float: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 10px;
  padding-right: 15px;
}
.blog-post .text li:last-child {
  border: 0 none;
  padding-left: 15px;
  padding-right: 0;
}
.blog-post .divider hr.line {
  background-color: #eaeaea;
}
.blog-post .text > h4 {
  color: #424242;
  font-weight: 700;
  line-height: 26px;
}
.blog-post .text li {
  border-right: 1px solid #7f7f7f;
  color: #7f7f7f;
  float: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 10px;
  padding-right: 15px;
}
.blog-post .text li:last-child {
  border: 0 none;
  padding-left: 15px;
  padding-right: 0;
}
.blog-post .text li,
.read-more > a {
  font-family: "Montserrat", sans-serif;
}
.read-more > a {
  color: #424242;
  font-size: 13px;
  font-weight: 500;
}
.read-more a i {
  padding-left: 3px;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.read-more a:hover i {
  padding-left: 10px;
}

/* Clients Section */
.clients li {
  float: left;
  width: 20%;
}
.clients li:hover a {
  opacity: 0.5;
}
.clients li:last-child {
  text-align: right;
}
.clients li:nth-child(2) {
  padding-left: 20px;
}
.clients li:nth-child(3) {
  padding-left: 62px;
}
.clients li:nth-child(4) {
  padding-left: 92px;
}
.clients li img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.clients li img:hover {
  opacity: 0.8;
}

/* Contact Section */
.contact-section .title-text {
  margin-top: 0;
}
.contact-section .section-title p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.height-400 #googleMap {
  height: 400px;
}

/* Footer Section */
.rt-line-arrow .feature,
.rt-line-arrow .widget {
  position: relative;
}
.rt-line-arrow .col-12:nth-child(1) .widget::after,
.rt-line-arrow .col-12:nth-child(2) .widget::after,
.rt-line-arrow .feature:nth-child(1)::after,
.rt-line-arrow .feature:nth-child(2)::after {
  background: rgba(0, 0, 0, 0) url("img/shape/2.png") no-repeat scroll 0 0;
  content: "";
  height: 35px;
  margin-left: 70px;
  position: absolute;
  top: 5px;
  width: 100%;
}
.rt-line-arrow .col-12:nth-child(2) .widget::after,
.rt-line-arrow .feature:nth-child(2)::after {
  left: 130px;
  top: 34px;
  margin-left: 0px;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.rt-line-arrow .col-12:nth-child(1) .widget::after,
.rt-line-arrow .col-12:nth-child(2) .widget::after {
  background: rgba(0, 0, 0, 0) url("img/shape/1.png") no-repeat scroll 0 0;
  top: -3px;
}
.rt-line-arrow .col-12:nth-child(2) .widget::after {
  left: 145px;
  top: 30px;
}
/* Small and Tablet Screen Support */
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .rt-line-arrow .widget::after,
  .rt-line-arrow .feature::after {
    display: none;
  }
}

footer .widget i {
  color: #ffffff;
  font-size: 40px;
}
footer .widget h6 {
  color: #fff;
  font-weight: 700;
  margin: 15px 0 17px;
}
footer .widget > p a,
footer .widget > p {
  color: #c7c7c7;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.footer-bottom {
  border-top: 1px solid #3a3a3a;
}
.footer-bottom > p {
  color: #b0b0b0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1;
}
.footer-bottom > p a {
  color: #ffffff;
}
.tag-share .social-icon li a:hover,
.read-more > a:hover,
.ct-action > h1 a:hover,
footer .widget > p a:hover,
.footer-bottom > p a:hover {
  color: #0084e3;
}

/* Gradient Version */
.slide-caption h1 {
  font-size: 100px;
  font-weight: 900;
  line-height: 120px;
}
.slide-caption .btn {
  font-size: 14px;
  line-height: 55px;
  padding: 0 52px;
}
/* Tablet Screen Support */
@media (min-width: 768px) and (max-width: 991px) {
  .slide-caption h1 {
    font-size: 90px;
    line-height: 100px;
  }
}
/* Screen Support */
@media (max-width: 767px) {
  .slide-caption {
    margin-top: 60px;
  }
  .slide-caption h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .slide-caption .btn {
    line-height: 50px;
    padding: 0 40px;
    margin-top: 20px;
  }
}

.v-gradient .feature .icon::before {
  background-color: #4776e6;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#4776e6),
    to(#8e54e9)
  );
  background: -webkit-linear-gradient(bottom, #4776e6, #8e54e9);
  background: -o-linear-gradient(bottom, #4776e6, #8e54e9);
  background: linear-gradient(to top, #4776e6, #8e54e9);
}
.gradient-1 .title-tag,
.v-gradient .about-content p {
  color: #ffffff;
}
.v-gradient .thumb.overlay-1::before,
.v-gradient .service:hover .tilter__figure .tilter__caption {
  background-color: #4776e6;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(17, 118, 230, 0.7)),
    to(rgba(142, 84, 233, 0.7))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(17, 118, 230, 0.7),
    rgba(142, 84, 233, 0.7)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(17, 118, 230, 0.7),
    rgba(142, 84, 233, 0.7)
  );
  background: linear-gradient(
    to top,
    rgba(17, 118, 230, 0.7),
    rgba(142, 84, 233, 0.7)
  );
}
.v-gradient .star-mark {
  left: -1px;
  top: -1px;
}
.v-gradient .single-pricing.overlay::before,
.v-gradient .single-pricing .btn {
  background-color: transparent;
}
.v-gradient .single-pricing.standard .btn,
.v-gradient .single-pricing .btn:hover,
.v-gradient .single-pricing .btn:hover {
  background-color: #0084e3;
  border-color: #0084e3;
}
.v-gradient .single-pricing ul li {
  color: #ffffff;
}
.v-gradient .single-pricing .btn {
  color: #ffffff;
}
.v-gradient .single-pricing,
.v-gradient .single-pricing .btn {
  border-color: #ffffff;
}
.v-gradient .single-pricing.standard,
.v-gradient .single-pricing:hover {
  border-color: #373737;
}
.v-gradient .single-pricing.standard.overlay::before,
.v-gradient .single-pricing.overlay:hover::before {
  background-color: rgba(0, 0, 0, 0.75);
}

.gradient-1 .footer-bottom > p {
  color: #dbdbdb;
}
footer.gradient-1 .widget > p a,
footer.gradient-1 .widget > p {
  color: #ffffff;
}
.gradient-1 .footer-bottom > p a:hover,
.gradient-1 .social-icon li a:hover,
footer.gradient-1 .widget > p a:hover {
  color: #121212;
}
.gradient-1 .footer-bottom {
  border-color: #ffffff;
}

/* Video Version */
.v-video.overlay::before {
  z-index: 1;
}
/* Swipe Carousel */
.swipe-carousel {
  padding: 0 15px;
}
.swipe-carousel #mainslider {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swipe-carousel .slick-dots {
  position: absolute;
  bottom: -80%;
  left: 50%;
  margin-left: -25px;
}
.swipe-carousel .slick-dots button {
  height: 8px;
  width: 8px;
}

/* 
[ 5. Page's ]
=======================*/
.pagetitle .title h1 {
  font-size: 50px;
  font-weight: 800;
}

/* Blog Details */
.single-post .blog-content h2 {
  color: #424242;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}
.single-post .text li {
  font-size: 14px;
  padding-right: 20px;
}
.single-post .text li:last-child {
  padding-left: 20px;
}
.single-post .blog-content p {
  font-size: 16px;
  line-height: 30px;
}
.single-post blockquote {
  padding: 50px 45px;
}
.single-post .blog-content blockquote p {
  color: #aeaeae;
  line-height: 28px;
}
.tag-share {
  border-bottom: 1px solid #cecece;
}
.tag-share strong {
  color: #7f7f7f;
  float: left;
  font-size: 14px;
  margin-right: 5px;
}
.tag-share a {
  margin-right: 5px;
}
.tag-share .social-icon {
  float: right;
  line-height: 1;
}
.single-post .blog-content p,
.tag-share .social-icon li a {
  color: #575757;
}

/* Comment Area */
.admin-box {
  padding: 40px 35px;
}
.admin-img {
  width: 120px;
}
.admin-box .text h3 {
  color: #404040;
  font-size: 22px;
  font-weight: 800;
}
.admin-box .text > h5,
.admin-box .text h3 {
  font-family: "Playfair Display", serif;
}
.admin-box .text > h5 {
  color: #6b6b6b;
  font-weight: 700;
}
.admin-box .text > p {
  color: #575757;
  font-size: 14px;
  line-height: 24px;
}

.comment-list .text,
.admin-box .text {
  overflow: hidden;
}
.comment-list li {
  margin-bottom: 45px;
}
.comment-list li:last-child {
  margin-bottom: 0px;
}
.comment-list li.reply {
  padding-left: 110px;
}
.commenter-img {
  width: 80px;
}
.comment-list .text > h4 {
  color: #404040;
  font-family: "Playfair Display", serif;
  font-weight: 800;
}
.comment-list .text > h6 {
  color: #737373;
  font-weight: 500;
}
.reply-btn a {
  border: 1px solid #dedede;
  border-radius: 20px;
  color: #8c8c8c;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  line-height: 27px;
  padding: 0 20px;
}
.comment-list .text > p {
  color: #575757;
  font-size: 14px;
  line-height: 24px;
}

.comment-box .custom-input input,
.comment-box .custom-input textarea {
  border-color: #dbdbdb;
  color: #919191;
  font-family: "Playfair Display", serif;
  font-size: 13px;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.comment-box .custom-input textarea {
  height: 140px;
}
.comment-box .custom-input button.btn {
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  width: 150px;
  padding: 0;
}

/* Sidebar */
.sidebar {
  border: 1px solid #ededed;
  padding: 50px 40px;
}
.widget-title h4 {
  font-weight: 700;
}
.widget-title .horizontal-line hr {
  border-width: 1px;
  border-color: #6d6d6d;
}
.widget-title .horizontal-line hr.top {
  width: 68px;
}
.widget-title .horizontal-line hr.top {
  width: 35px;
  margin-top: 2px;
}

/* Search Box */
.widget .search-box form {
  position: relative;
}
.widget .search-box input {
  color: #919191;
  font-size: 12px;
  line-height: 45px;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #ededed;
  background-color: transparent;
}
.widget .search-box button {
  border: 0 none;
  color: #222222;
  font-size: 16px;
  height: 46px;
  line-height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  background-color: transparent;
  cursor: pointer;
}

/* Category */
.widget .category li a {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
}
.widget .category > ul {
  margin: -10px 0;
}

/* Recent Post */
.recent-post li {
  margin-bottom: 30px;
  overflow: hidden;
}
.recent-post li:last-child {
  margin-bottom: 0px;
}
.recent-post .text {
  overflow: hidden;
  padding-top: 3px;
}
.recent-post .text h4 {
  color: #424242;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.recent-post .text > h5 {
  color: #7f7f7f;
  font-size: 13px;
  font-weight: 600;
}
.author-box .social-icon li a:hover,
.widget .category li a:hover,
.recent-post .text a:hover h4 {
  color: #0084e3;
}

/* Tags */
.widget .instagram ul,
.widget .tags {
  margin-bottom: -10px;
  margin-right: -10px;
}
.widget .tags > a {
  border: 1px solid #9c9c9c;
  border-radius: 20px;
  color: #727272;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  height: 35px;
  line-height: 32px;
  padding: 0 20px;
}
.reply-btn a:hover,
.widget .tags > a:hover {
  background-color: #0084e3;
  border-color: #0084e3;
  color: #ffffff;
}

/* Instagram */
.widget .tags > a,
.widget .instagram li {
  margin-bottom: 10px;
  margin-right: 10px;
}
.widget .instagram li {
  float: left;
}
.widget .instagram li a {
  display: block;
}
.widget .instagram li a.overlay::before {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget .instagram li a.overlay:hover::before {
  opacity: 1;
}

/* Parallax*/
.parallax {
  background-position: 0 0;
}
/* Section Animation */
@media only screen and (min-width: 961px) {
  .rt-animate {
    opacity: 0;
  }
  .rt-animate-show {
    opacity: 1;
    -webkit-animation: fadeup 0.5s;
    animation: fadeup 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
/* Bottom to Top Keyframes */
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translate3d(0, 110px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translate3d(0, 110px, 0);
    transform: translate3d(0, 110px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* 
[ 6. Loading Bar ]
=======================*/
#loading-wrap {
  background: #ffffff none repeat scroll 0 0;
  height: 100%;
  margin-top: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.object {
  background: #0084e3 none repeat scroll 0 0;
  border-radius: 50%;
  height: 40px;
  left: 0;
  margin: -15px auto 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  -webkit-animation: object_scale 1.5s infinite;
  animation: object_scale 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes object_scale {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@keyframes object_scale {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

/* 
[ 7. Scroll Up ]
=======================*/
#scrollUp {
  background: #000 none repeat scroll 0 0;
  bottom: 62px;
  height: 40px;
  right: 20px;
  text-align: center;
  width: 35px;
}
#scrollUp i {
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}
#scrollUp:hover {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/*====================================================================
							[ END ]
======================================================================*/
