/* ====================================================

 Author       : OMNE

 Template     : OMNE - Multipurpose

 Version      : 1.0



   TOC:

   01.	Variants Styles

   02.	Reset

   03.	Typography

   04.	Preloader Styles

   05.	Overlayer Styles

   06.	Background Color Styles

   07.	Background Image Styles

   08.	Space margin and padding

   09.	Helper Class Styles

   10.	List Styles

   11.	Dropcap's Styles



====================================================== */

/* ====================================================

   01. Variants Styles

=======================================================*/

/* Typography */

@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");

@import url("https://fonts.googleapis.com/css?family=Open+Sans");

/* Colors */

/* ===================================

   02. Reset

   ====================================== */

body {
  background: #ffffff;

  color: #4a4a4a;

  font-family: "Open Sans", sans-serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.6;
}

body,
html {
  height: 100%;

  -moz-osx-font-smoothing: grayscale;
}

a,
a:active,
a:focus {
  color: #d3d3d3;

  text-decoration: none;
}

a:active,
a:hover {
  color: #ee3449;

  text-decoration: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a:active,
a:focus,
button:active,
button:focus {
  outline: none;
}

img {
  max-width: 100%;

  height: auto;

  z-index: 1;
}

video {
  background-size: cover;

  display: table-cell;

  vertical-align: middle;

  width: 100%;
}

iframe {
  border: 0;
}

b,
strong {
  font-weight: 600;
}

.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
}

.alt-font strong {
  font-weight: 700;
}

dl,
ol,
ul {
  list-style-position: outside;

  margin-bottom: 25px;
}

* {
  -ms-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -o-box-sizing: border-box;

  box-sizing: border-box;
}

*::after,
*::before {
  -ms-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -o-box-sizing: border-box;

  box-sizing: border-box;
}

*:hover * {
  transition-timing-function: ease-in-out;

  -ms-transition-timing-function: ease-in-out;

  -moz-transition-timing-function: ease-in-out;

  -webkit-transition-timing-function: ease-in-out;

  -o-transition-timing-function: ease-in-out;

  transition-duration: 0.2s;

  -ms-transition-duration: 0.2s;

  -moz-transition-duration: 0.2s;

  -webkit-transition-duration: 0.2s;

  -o-transition-duration: 0.2s;
}

::-moz-selection {
  color: #000;

  background: #dbdbdb;
}

::selection {
  color: #000;

  background: #dbdbdb;
}

::-moz-selection {
  color: #000;

  background: #dbdbdb;
}

::-webkit-input-placeholder {
  color: #6f6f6f;

  text-overflow: ellipsis;
}

::-moz-placeholder {
  color: #6f6f6f;

  text-overflow: ellipsis;

  opacity: 1;
}

:-ms-input-placeholder {
  color: #6f6f6f;

  text-overflow: ellipsis;

  opacity: 1;
}

.init-animation {
  visibility: hidden;
}

#style::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  background-color: #141820;
}

#style::-webkit-scrollbar {
  width: 10px;

  background-color: #fafafa;
}

#style::-webkit-scrollbar-thumb {
  background-color: #fafafa;

  border: 2px solid #fafafa;
}

.section-main {
  overflow: hidden;
}

section {
  position: relative;

  z-index: 2;
}

/* ====================================================

   03. Typography

=======================================================*/

/* text ----------------

---------------------------*/

p.small {
  font-size: 10px !important;

  font-weight: 400;

  line-height: 1.6;
}

p {
  margin: 0 0 30px;
}

P.lead {
  font-size: 18px !important;

  font-weight: 400;

  line-height: 1.6;
}

b,
strong {
  font-weight: 600;
}

/* heading ------------------

---------------------------*/

/* heading */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #141820;

  padding: 0;

  margin: 0;

  font-family: "Montserrat", sans-serif;

  font-weight: 600;

  text-transform: capitalize;
}

h1,
.h1 {
  font-size: 70px;

  line-height: 1.2;
}

h2,
.h2 {
  font-size: 55px;

  line-height: 1.2;
}

h3,
.h3 {
  font-size: 48px;

  line-height: 1.2;
}

h4,
.h4 {
  font-size: 40px;

  line-height: 1.2;
}

h5,
.h5 {
  font-size: 32px;

  line-height: 1.2;
}

h6,
.h6 {
  font-size: 25px;

  line-height: 1.2;
}

/* text size */

.h-extra-small {
  font-size: 11px;

  line-height: 1.2;
}

.h-small {
  font-size: 12px;

  line-height: 1.2;
}

.h-medium {
  font-size: 16px;

  line-height: 1.2;
}

.h-large {
  font-size: 18px;

  line-height: 1.2;
}

.h-extra-large {
  font-size: 22px;

  line-height: 1.2;
}

.h-title-large {
  font-size: 100px;

  line-height: 1.2;
}

.h-title-extra-large {
  font-size: 130px;

  line-height: 1.2;
}

/* font weight --------------

---------------------------*/

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* text size ----------------

---------------------------*/

.size-12 {
  font-size: 12px;

  line-height: 1.6;
}

.size-14 {
  font-size: 14px;

  line-height: 1.6;
}

.size-16 {
  font-size: 16px;

  line-height: 1.6;
}

.size-18 {
  font-size: 18px;

  line-height: 1.6;
}

.size-20 {
  font-size: 20px;

  line-height: 1.6;
}

.size-22 {
  font-size: 22px;

  line-height: 1.6;
}

.size-24 {
  font-size: 24px;

  line-height: 1.6;
}

.size-28 {
  font-size: 28px;

  line-height: 1.6;
}

.size-32 {
  font-size: 32px;

  line-height: 1.6;
}

.size-36 {
  font-size: 36px;

  line-height: 1.6;
}

.size-40 {
  font-size: 40px;

  line-height: 1.6;
}

.size-44 {
  font-size: 44px;

  line-height: 1.6;
}

.size-48 {
  font-size: 48px;

  line-height: 1.6;
}

.size-52 {
  font-size: 52px;

  line-height: 1.6;
}

.size-56 {
  font-size: 56px;

  line-height: 1.6;
}

.size-60 {
  font-size: 60px;

  line-height: 1.6;
}

.size-62 {
  font-size: 62px;

  line-height: 1.6;
}

.size-64 {
  font-size: 64px;

  line-height: 1.6;
}

.size-68 {
  font-size: 68px;

  line-height: 1.6;
}

.size-70 {
  font-size: 70px;

  line-height: 1.6;
}

.size-72 {
  font-size: 72px;

  line-height: 1.6;
}

.size-82 {
  font-size: 82px;

  line-height: 1.6;
}

.size-102 {
  font-size: 102px;

  line-height: 1.6;
}

.size-300 {
  font-size: 300px;

  line-height: 1.6;
}

/* divider ------------------

---------------------------*/

hr {
  border: 2px solid #d3d3d3;

  width: 36px;

  position: relative;

  margin-top: 15px;

  margin-bottom: 15px;
}

hr.center {
  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

/* ====================================================

   04. Preloader Styles

=======================================================*/

.gradient {
  -webkit-filter: none;

  filter: none;
}

.preloader-area {
  background: #fafafa;

  bottom: 0;

  left: 0;

  position: fixed;

  right: 0;

  top: 0;

  z-index: 9999;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;

  height: 100%;

  border-radius: 12.5%;

  opacity: 0.6;

  position: absolute;

  top: 50%;

  left: 50%;

  height: 60px;

  width: 60px;

  margin-left: -30px;

  margin-top: -30px;

  -webkit-animation: sk-bounce 2s infinite ease-in-out;

  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;

  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);

    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);

    -webkit-transform: scale(1);
  }
}

/* ====================================================

   05. Overlayer Styles

=======================================================*/

.overlay {
  position: relative;

  z-index: 2;
}

.overlay-light-32 {
  background-color: rgba(255, 255, 255, 0.32);
}

.overlay-light-62 {
  background-color: rgba(255, 255, 255, 0.62);
}

.overlay-light-92 {
  background-color: rgba(255, 255, 255, 0.92);
}

.overlay-dark-32 {
  background-color: rgba(20, 24, 32, 0.32);
}

.overlay-dark-62 {
  background-color: rgba(20, 24, 32, 0.62);
}

.overlay-dark-92 {
  /*background-color: rgba(20, 24, 32, 0.92);*/
  background: rgba(50, 59, 67, 0.92);
}

.overlay-color-32 {
  background-color: rgba(238, 52, 73, 0.32);
}

.overlay-color-62 {
  background-color: rgba(238, 52, 73, 0.62);
}

.overlay-color-92 {
  background-color: rgba(238, 52, 73, 0.92);
}

.overlay-texture {
  background-image: url("../../img/patterns/bg-patterns.png");

  background-repeat: repeat;
}

/* ====================================================

   06. Background Color Styles

=======================================================*/

.bg-five {
  background: #fafafa;
}

.bg-four {
  background: #d3d3d3;
}

.bg-third {
  background: #616161;
}

.bg-dark {
  background: #323b43 !important;
}

.bg-color {
  background: #ee3449;
}

/* --- text in background ---

----------------------------- */

.bg-color *,
.bg-dark *,
.bg-four *,
.bg-third * {
  color: #fafafa;
}

/* ====================================================

   07. Background Image Styles

=======================================================*/

.bg-img-0,
.bg-img-1,
.bg-img-10,
.bg-img-11,
.bg-img-12,
.bg-img-13,
.bg-img-14,
.bg-img-15,
.bg-img-16,
.bg-img-17,
.bg-img-18,
.bg-img-19,
.bg-img-2,
.bg-img-20,
.bg-img-3,
.bg-img-4,
.bg-img-5,
.bg-img-6,
.bg-img-7,
.bg-img-8,
.bg-img-9 {
  position: relative;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  background-attachment: inherit;

  overflow: hidden;
}

/* background image ---------

---------------------------*/

.bg-img-0 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-1 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-2 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-3 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-4 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-5 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-6 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-7 {
  background-image: url("../../img/bg-img-7.jpg");
}

.bg-img-8 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-9 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-10 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-11 {
  background-image: url("../../img/bg-img-11.jpg");
}

.bg-img-12 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-13 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-14 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-15 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-16 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-17 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-18 {
  background-image: url("http://placehold.it/1920x1080");
}

.bg-img-19 {
  background-image: url("../../img/bg-img-19.jpg");
}

.bg-img-20 {
  background-image: url("http://placehold.it/1920x1080");
}

/* ====================================================

   08. Space margin and padding

=======================================================*/

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

/* --- margin 0 ----------------

----------------------------- */

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mtb-0 {
  margin-top: 0px !important;

  margin-bottom: 0px !important;
}

.mrl-0 {
  margin-right: 0px !important;

  margin-left: 0px !important;
}

/* --- margin 5 ----------------

----------------------------- */

.m-5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mtb-5 {
  margin-top: 5px !important;

  margin-bottom: 5px !important;
}

.mrl-5 {
  margin-right: 5px !important;

  margin-left: 5px !important;
}

/* --- margin 10 ---------------

----------------------------- */

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mtb-10 {
  margin-top: 10px !important;

  margin-bottom: 10px !important;
}

.mrl-10 {
  margin-right: 10px !important;

  margin-left: 10px !important;
}

/* --- margin 15 ---------------

----------------------------- */

.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mtb-15 {
  margin-top: 15px !important;

  margin-bottom: 15px !important;
}

.mrl-15 {
  margin-right: 15px !important;

  margin-left: 15px !important;
}

/* --- margin 30 ---------------

----------------------------- */

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mtb-30 {
  margin-top: 30px !important;

  margin-bottom: 30px !important;
}

.mrl-30 {
  margin-right: 30px !important;

  margin-left: 30px !important;
}

/* --- margin 35 ---------------

----------------------------- */

.m-35 {
  margin: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mtb-35 {
  margin-top: 35px !important;

  margin-bottom: 35px !important;
}

.mrl-35 {
  margin-right: 35px !important;

  margin-left: 35px !important;
}

/* --- margin 45 ---------------

----------------------------- */

.m-45 {
  margin: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mtb-45 {
  margin-top: 45px !important;

  margin-bottom: 45px !important;
}

.mrl-45 {
  margin-right: 45px !important;

  margin-left: 45px !important;
}

/* --- margin 60 ---------------

----------------------------- */

.m-60 {
  margin: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mtb-60 {
  margin-top: 60px !important;

  margin-bottom: 60px !important;
}

.mrl-60 {
  margin-right: 60px !important;

  margin-left: 60px !important;
}

/* --- margin 100 --------------

----------------------------- */

.m-100 {
  margin: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mtb-100 {
  margin-top: 100px !important;

  margin-bottom: 100px !important;
}

.mrl-100 {
  margin-right: 100px !important;

  margin-left: 100px !important;
}

/* --- padding 0 ---------------

----------------------------- */

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.ptb-0 {
  padding-top: 0px !important;

  padding-bottom: 0px !important;
}

.prl-0 {
  padding-right: 0px !important;

  padding-left: 0px !important;
}

/* --- padding 5 ---------------

----------------------------- */

.p-5 {
  padding: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.ptb-5 {
  padding-top: 5px !important;

  padding-bottom: 5px !important;
}

.prl-5 {
  padding-right: 5px !important;

  padding-left: 5px !important;
}

/* --- padding 10 --------------

----------------------------- */

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.ptb-10 {
  padding-top: 10px !important;

  padding-bottom: 10px !important;
}

.prl-10 {
  padding-right: 10px !important;

  padding-left: 10px !important;
}

/* --- padding 15 --------------

----------------------------- */

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.ptb-15 {
  padding-top: 15px !important;

  padding-bottom: 15px !important;
}

.prl-15 {
  padding-right: 15px !important;

  padding-left: 15px !important;
}

/* --- padding 30 --------------

----------------------------- */

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.ptb-30 {
  padding-top: 30px !important;

  padding-bottom: 30px !important;
}

.prl-30 {
  padding-right: 30px !important;

  padding-left: 30px !important;
}

/* --- padding 45 --------------

----------------------------- */

.p-45 {
  padding: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.ptb-45 {
  padding-top: 45px !important;

  padding-bottom: 45px !important;
}

.prl-45 {
  padding-right: 45px !important;

  padding-left: 45px !important;
}

/* --- padding 60 --------------

----------------------------- */

.p-60 {
  padding: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.ptb-60 {
  padding-top: 60px !important;

  padding-bottom: 60px !important;
}

.prl-60 {
  padding-right: 60px !important;

  padding-left: 60px !important;
}

/* --- padding 100 -------------

----------------------------- */

.p-100 {
  padding: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.ptb-100 {
  padding-top: 100px !important;

  padding-bottom: 100px !important;
}

.prl-100 {
  padding-right: 100px !important;

  padding-left: 100px !important;
}

/* --- padding other -----------

----------------------------- */

.ptb-100-70 {
  padding-top: 100px !important;

  padding-bottom: 70px !important;
}

.ptb-80-70 {
  padding-top: 80px !important;

  padding-bottom: 70px !important;
}

div.ptb-100 p:last-child {
  margin: 0;
}

div.ptb-60 p:last-child {
  margin: 0;
}

div.ptb-30 p:last-child {
  margin: 0;
}

/* ====================================================

   09. Helper Class Styles

=======================================================*/

/* text color ---------------

---------------------------*/

.text-white,
.white {
  color: #ffffff !important;
}

.text-color,
.color {
  color: #ee3449 !important;
}

.text-dark,
.dark {
  color: #141820 !important;
}

.text-third,
.third {
  color: #616161 !important;
}

.text-four,
.four {
  color: #d3d3d3 !important;
}

.text-five,
.five {
  color: #fafafa !important;
}

/* mark ----------------

---------------------------*/

.mark,
mark {
  background-color: rgba(211, 211, 211, 0.16);
}

.mark.success,
mark.success {
  background-color: #dff0d8;

  color: #2b542c;
}

.mark.warning,
mark.warning {
  background-color: #fcf8e3;

  color: #66512c;
}

.mark.danger,
mark.danger {
  background-color: #f2dede;

  color: #ee3449;
}

/* --- shadow ------------------

----------------------------- */

.shadow {
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.12);

  -o-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.12);

  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.12);
}

.shadow-hover {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);

  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

/* --- list icon ---------------

----------------------------- */

.icon-list {
  display: inline-block;

  width: 25px;

  text-align: left;
}

/* --- text transform ----------

----------------------------- */

.capitalize {
  text-transform: capitalize !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

/* --- letter spacing ----------

----------------------------- */

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

/* --- border ------------------

----------------------------- */

.no-border {
  border: none !important;
}

.border-dark {
  border-color: rgba(0, 0, 0, 0.33) !important;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.border-large {
  border: 12px solid rgba(255, 255, 255, 0.33);
}

.border-medium {
  border: 6px solid rgba(0, 0, 0, 0.08) !important;
}

.border-small {
  border: 3px solid rgba(0, 0, 0, 0.08) !important;
}

.tb-border {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;

  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.lr-border {
  border-left: 1px solid rgba(0, 0, 0, 0.08) !important;

  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.t-border {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.b-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.l-border {
  border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.r-border {
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-img {
  border: 6px solid #fff;

  border-radius: 3px;

  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
}

/* --- divider -----------------

----------------------------- */

.divider {
  position: relative;

  padding: 0 0 0 0;

  display: inline-block;

  color: #b5b9bf;

  border-bottom: 1px solid rgba(211, 211, 211, 0.08);

  font-size: 14px;

  font-family: "Montserrat", sans-serif;

  text-transform: uppercase;

  text-align: center;

  letter-spacing: 4px;

  margin: 0 auto 0 auto;

  width: 100%;
}

/* ====================================================

   10. List Styles

=======================================================*/

dl,
ol,
ul {
  list-style-position: outside;

  padding-left: 0;
}

dl li,
ol li,
ul li {
  padding: 5px 0 5px 5px;
}

.list-none {
  list-style: none;

  padding: 0;
}

/* route ----------------

---------------------------*/

.route ul {
  padding-left: 0;

  margin-bottom: 0;
}

.route ul li {
  display: inline-block;

  padding: 0;
}

.route ul li a {
  color: #fafafa;

  font-weight: lighter;

  text-transform: capitalize;
}

.route ul li a:hover {
  color: #ee3449;
}

.route ul li::after {
  content: "\f21b";

  font-family: "ionicons";

  font-size: 4px;

  margin-left: 12px;

  margin-right: 12px;

  color: #ee3449;
}

.route ul li:last-child::after {
  content: "";

  margin: 0;
}

/* ====================================================

   11. dropcap's Styles

=======================================================*/

/* dropcaps ----------------

---------------------------*/

p.dropcaps::first-letter,
p.dropcaps-2::first-letter,
p.dropcaps-3::first-letter,
p.dropcaps-4::first-letter,
p.dropcaps-5::first-letter,
p.dropcaps-6::first-letter {
  background-color: #141820;

  border-radius: 2px;

  border: 1px solid transparent;

  color: #fafafa;

  display: block;

  float: left;

  font-size: 32px;

  line-height: 1.5;

  padding: 2px 14px;

  font-weight: 600;

  margin: 6px 12px 0 0;
}

p.dropcaps-2::first-letter {
  background-color: transparent;

  border: 1px solid #d3d3d3;

  color: #141820;
}

p.dropcaps-3::first-letter {
  background-color: #ee3449;

  color: #fafafa;
}

p.dropcaps-4::first-letter {
  background-color: transparent;

  border: 1px solid #ee3449;

  color: #ee3449;
}

p.dropcaps-5::first-letter {
  background-color: #fafafa;

  border: 1px solid transparent;

  color: #141820;
}

p.dropcaps-6::first-letter {
  background-color: #fafafa;

  border: 1px solid transparent;

  color: #ee3449;
}

/*# sourceMappingURL=common.css.map */

.ulockd-pad12650 {
  padding-top: 50px;
  position: relative;
  padding-bottom: 50px;
}

.about-box p {
  color: #000;
}

.title-bottom {
  position: relative;
  font-size: 19px;
  margin-bottom: 20px;
  color: #262626;
  padding-bottom: 5px;
}

.ulockd-mrgn12-150 {
  margin-top: -100px;
  background-color: #ffffff;
  border-radius: 10px;
  padding-top: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.about-box {
  text-align: left;
  padding: 0 15px;
}

.ulockd-pad395 {
  padding-left: 12px;
  padding-right: 12px;
}

.about-box2 {
  background-color: #f5f5f5;
  border-radius: 5px;
  position: relative;
  z-index: 99;
  text-align: center;
}

.ab-thumb {
  position: relative;
}

.img-whp {
  width: 100% !important;
}

.about-icon {
  background-color: #fff;
  border-radius: 5px;
  height: 60px;
  margin: -30px auto 0;
  position: relative;
  width: 60px;
}

.about-icon img {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 60px;
}

.ab-details p {
  color: #000;
  min-height: 44px;
  font-size: 13px;
  margin-bottom: 20px;
}

.ab-details {
  padding: 20px 15px;
}

.fwb {
  font-weight: 700;
  font-size: 22px;
  margin: 2px 0 5px;
  color: #333;
}

.ulockd-btn-thm2 {
  background-color: #fe8704;
  border-color: #fe8704;
  color: #fff;
  border-radius: 20px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  letter-spacing: normal !important;
  text-transform: capitalize !important;
  padding: 5px 15px;
}

.ulockd-btn-thm2:hover {
  color: #fff;
  background-color: #585859;
}

.cntbtn {
  background-color: #fff;
  border: 2px solid #fe8704;
  color: #000;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  letter-spacing: normal !important;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.375rem 0.85rem;
}

.cntbtn:focus {
  color: #000;
}

.bgc {
  background: #6d6e70;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}

.bgc img {
  width: auto !important;
}

.brands .row {
  margin: 0 -8px;
}

.omnetitle {
  text-align: center;
}

.omnetitle h3 {
  font-size: 14px;
  text-transform: inherit;
}

.omnetitle h2 {
  position: relative;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  margin: 5px 0 10px;
}

.omnetitle h2 span {
  font-weight: 700;
  text-transform: uppercase;
}

/*.omnetitle h2:after{position:absolute;content:"";width:80px;height:2px;background:#fe8704;left:0;right:0;margin:auto;top:auto;bottom:-12px}*/

.ptb-80 {
  padding: 80px 0;
}
.mobb {
  display: flex;
  flex-wrap: wrap;
}
.gal {
  width: 20%;
  padding: 0 15px 30px;
  position: relative;
}

.gal .p-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 229, 33, 0.8);
  padding: 20px;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}

.gal:hover .p-content {
  opacity: 1;
}

.pos-rel {
  position: relative;
  background-color: #fff;
  height: 100%;
}

.p-content .fa {
  font-size: 25px;
  color: #000;
  padding-top: 90px;
}

.bglft {
  position: relative;
  overflow: hidden;
  margin: 70px 0 0;
}

.sc_promo_text_inner {
  padding: 18% 15%;
  margin: 0 auto;
}

.sc_promo_image .fas {
  line-height: 43px;
  color: #333;
  font-size: 25px;
  position: absolute;
  z-index: 3;
}

.sc_promo_image {
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sc_promo_text_inner h2 {
  line-height: 52px;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 50px;
  max-width: 200px;
}

/*.compensate-for-scrollbar{margin-right:0 !important}html{overflow-y:scroll}*/

.play-video {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 25px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.play-video:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.play-video:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}

.play-video:hover:after {
  background-color: #ddf9ff;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.request_popup {
  max-width: 1170px;
  border-radius: 10px;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

.request_popup .modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.bg-light-gray {
  background: #f1f1f2;
}

.request_popup .close {
  position: absolute;
  opacity: 1;
  color: #fe8704;
  top: 15px;
  right: 15px;
  z-index: 99;
  text-shadow: none;
}

.request_popup .m-5 {
  margin: 3rem !important;
}

.request_popup .close:hover {
  transform: rotate(360deg);
}

.request_popup .bg-img-7 {
  background-image: url(../../img/bg_8.jpg);
}

h2.h2-xl {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 1.5rem !important;
  text-transform: none;
}

h2.h2-xl span {
  font-weight: 600;
}

.rounded-field input[type="text"],
.rounded-field input[type="email"],
.rounded-field select,
.rounded-field .nice-select {
  border: 1px solid #c2c1c1;
  padding: 10px 20px;
  min-height: 44px;
  color: #999999;
  font-size: 0.875rem;
  color: rgb(153, 153, 153);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  background-color: #fff;
}

.rounded-field input[type="text"]:focus,
.rounded-field input[type="email"]:focus,
.rounded-field select:focus,
.rounded-field textarea:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}

.rounded-field textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 0.875rem;
  border: 1px solid #ced4da;
  background-color: #fff;
}

.request_pag_img {
  min-height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.center-head {
  color: #202120;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: lighter;
  margin: 30px 0 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.center-head:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  border-bottom: 1px solid #ccc;
  top: 50%;
  z-index: 9;
}

.center-head span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 99;
  font-weight: 600;
  color: #fe8704;
}

.clear {
  clear: both;
}

.btn-theme {
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 1.9rem;
  font-size: 0.875rem;
  display: inline-block;
  display: inline-flex;
  outline: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  background: #fe8704;
}

.btn-theme:focus,
.btn-theme:active {
  outline: none;
  box-shadow: none;
}

.btn-theme i {
  padding-left: 5px;
}

.request_popup .item-with-text-01 {
  padding: 15px;
  min-height: 170px;
}

.request_popup .item-with-text-01 i {
  font-size: 18px;
}

.request_popup .item-with-text-01 h6 {
  margin-bottom: 10px;
  font-size: 16px;
}

.omstory {
  background: url(../../img/bgbnr.jpg) no-repeat center;
  padding-top: 220px;
  padding-bottom: 150px;
  background-size: cover;
}

.omstory h2 {
  font-size: 52px;
  font-style: italic;
  color: #fffbd6;
  font-family: Times New Roman;
  line-height: 52px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.omstory h3 {
  font-size: 26px;
  font-style: italic;
  color: #fff;
  font-family: Times New Roman;
  text-transform: none;
}

.tabtop {
  background: #fff;
  border-radius: 10px;
  margin-top: -70px;
  padding: 30px;
}

.tabtop h2 {
  font-size: 22px;
  color: #000;
  line-height: 22px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
}

.tabtop h2 span {
  font-weight: 600;
}

.tabtop h3 {
  font-size: 14px;
  color: #000;
  text-align: center;
  margin: auto;
}

.tabtop .pbimg {
  border: 2px solid #fe8704;
  border-radius: 60px;
  padding: 10px;
  margin-bottom: 15px;
}

.tabtop .accordion .h-medium {
  width: 100%;
  text-align: left;
}

.tabtop .accordion {
  text-align: left;
}

.tabtop .accordion .card {
  margin-bottom: 0 !important;
}

.tabtop .accordion .card .card-header,
.tabtop .accordion .card .card-body {
  padding: 15px 10px !important;
}

.socialsec {
  padding: 30px 15px 0;
  text-align: center;
}

.socialsec ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  padding: 0;
}

.socialsec h4 {
  font-weight: normal;
  font-size: 17px;
}

.socialsec .row {
  border-top: 1px solid rgba(103, 113, 128, 0.15);
  margin-top: 30px;
}

.main-footer {
  background: url(../../img/ftrimg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 350px;
  margin-top: 80px;
}

.ftrtop {
  background-color: rgba(0, 0, 0, 0.4);
  height: 40px;
  width: 100%;
}

footer .footer-container {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 40px 0 20px;
}

ul.list-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
  padding: 0;
}

ul.list-icons li i {
  font-size: 16px;
  color: #d2d3d5;
}

ul.list-icons li i:hover {
  color: #fe8704;
}

ul.list-icons {
  margin-bottom: 20px;
}

.footer-heading {
  color: #fe8704;
  position: relative;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}

.footer-heading:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
}

ul.list-top li {
  padding: 0 0 5px;
  list-style: none;
}

ul.locinfo li {
  border-bottom: solid 1px #d2d3d5;
  padding: 10px 0;
  color: #d3d3d3;
  list-style: none;
}

ul.locinfo li:first-child {
  padding-top: 0;
}

ul.locinfo li:last-child a {
  color: #66fcf1;
}

ul.locinfo li:last-child {
  border-bottom: none;
}

.main-footer p {
  color: #d2d3d5;
}

.instsec {
  padding: 0 60px 20px 0;
}

.bnbox .btn.btn-orange {
  background: #f58634;
  border-color: #f58634;
  color: #fff;
  letter-spacing: 0;
  font-size: 14px;
  padding: 5px 25px;
}

.btn.btn-orange:hover,
.btn.btn-orange:focus {
  background: #f17d28;
}

.bnbox {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  position: relative;
  padding: 45px 30px;
  max-width: 370px;
}

.bnbox h2 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 2px;
}

.bnbox h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.bkimg {
  background-image: url("../../img/bg-img-7.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bkimg2 {
  background-image: url("../../img/bg-img-8.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bnbox span {
  position: relative;
  z-index: 10;
  top: 10%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.bnbox span:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #f58634;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.bnbox span:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: transaparent;
  border-radius: 50%;
  transition: all 200ms;
}

.animatedCall span {
  position: relative;
  z-index: 10;
  top: 10%;
  left: 25%;
  transform: translateX(-50%) translateY(115%);
  box-sizing: content-box;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.animatedCall span:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 35px;
  height: 35px;
  background: #f58634;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.openNow {
  margin-top: auto;
  margin-bottom: auto;
  top: 20px;
  position: relative;
  margin-left: 20px;
  font-size: 16px;
  text-transform: uppercase;
}

.bnbox span img {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
}

.arwpos {
  position: absolute;
  right: 40px;
  bottom: 55px;
}

.main-header.bg-menu {
  background: #fff;
  position: relative;
  top: 0;
}

.main-header.bg-menu .navbar-nav .nav-link {
  color: rgba(6, 22, 58, 0.9);
}

.bg-img-head {
  background-image: url("../../img/bg-img-head.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.deadlock-bg {
  background-image: url("../../img/generic-south.jpg");
  background-position: left center;
  background-size: 65% auto;
}

.breadcrumbs-page {
  padding: 7rem 0;
}

.breadcrumbs-page .breadcrumb {
  background: transparent;
  color: #fff;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 600;
}

.breadcrumbs-page .breadcrumb a,
.breadcrumbs-page .breadcrumb-item + .breadcrumb-item:before,
.breadcrumb-item.active {
  color: #fff;
}

.breadcrumbs-page .breadcrumb-item + .breadcrumb-item:before {
  top: 1px;
  position: relative;
}

.breadcrumbs-page h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
}

.breadcrumbs-description {
  padding: 0.75rem 1.5rem;
  color: #fff;
  border-left: 2px solid #fe8c0e;
  margin-top: 10px;
}

.top-bar {
  color: #1f1f1f;
  background: #fafafa;
  padding: 0.4rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}

.top-bar i {
  color: #fe8c0e;
}

.bg-menu .navbar-toggler-icon {
  color: #999;
}

.bg-menu .btn-theme {
  border-radius: 4px;
  padding: 6px 15px 8px;
}

.bg-menu .btn-theme i {
  padding: 0 9px 0 0;
}

.bg-menu .btn-theme:hover {
  background: #333;
}

.servinfo {
  position: relative;
}

.servno {
  font-size: 75px;
  color: rgb(242, 242, 242);
  font-weight: 700;
  line-height: 75px;
  top: 7px;
  -webkit-transform: translateX(-20%) rotateZ(-90deg);
  -ms-transform: translateX(-20%) rotate(-90deg);
  transform: translateX(-20%) rotateZ(-90deg);
  position: relative;
  padding-left: 15px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

.servinfo .btn-theme {
  box-shadow: none;
  color: #000 !important;
  text-transform: capitalize;
  font-size: 14px;
  background: transparent;
  border: solid 2px #fe8704;
  padding: 5px 25px 6px;
}

.subtitle h3 {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  color: #000;
  margin: 15px 0 10px;
}

.subtitle h3:after {
  position: absolute;
  content: "";
  width: 140px;
  height: 2px;
  background: #000;
  left: 150px;
  top: 7px;
}

.maintitle h2 {
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  margin: 0 0 10px;
}

.maintitle h4 {
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  color: #000;
  margin: 0 0 10px;
  line-height: 20px;
}

.servinfo p {
  color: #000;
}

.omservlist {
  padding-bottom: 50px;
}

.detial-page {
  padding: 11rem 0 14rem;
  text-align: center;
}

.detial-page h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
}

.detial-page h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 700;
  text-align: left;
}

.maxw {
  max-width: 520px;
  margin: auto;
}

.maxw h3 {
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: left;
  padding-left: 115px;
}

.maxw h3:after {
  position: absolute;
  content: "";
  width: 225px;
  height: 2px;
  background: #fff;
  right: 0;
  top: 8px;
}

.maxw h4 {
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: left;
}

/* .maxw h4:after {
  position: absolute;
  content: "";
  width: 190px;
  height: 2px;
  background: #fff;
  left: 0;
  top: 10px;
} */

.mtminus {
  margin-top: -120px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

.brd-1 {
  border-right: solid 1px #ddd;
}

.detinfo {
  padding-left: 30px;
}

.detinfo .servno {
  top: 30px;
}

.detinfo .card-header {
  padding: 15px 0 15px 0 !important;
  border-bottom-width: 0 !important;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.detinfo .card-header h6 {
  font-size: 14px;
}

.detinfo .card-header i {
  float: right;
}

.detinfo .accordion .h-medium {
  width: 100%;
}

.detinfo .card-body {
  padding: 15px 0 15px 0 !important;
}

.socialsec.smc h4 {
  font-size: 13px;
}

.socialsec.smc ul li img {
  width: 30px;
}

.socialsec.smc {
  margin: 0;
}

.detinfo .subtitle h3:after {
  display: none;
}

.detinfo .subtitle h3 {
  font-weight: 600;
  margin: 45px 0 10px;
}

.infbox {
  margin-top: -30px;
}

.ominfo {
  border: solid 1px #ddd;
  border-radius: 6px;
  padding: 10px 15px 20px;
  background: #fff;
  font-size: 13px;
  min-height: 460px;
  margin-bottom: 20px;
}

.ominfo h2 {
  font-size: 19px;
  color: #000;
  margin-bottom: 10px;
}

.ominfo p {
  font-size: 13px;
  text-align: left;
  margin-bottom: 8px;
}

.ominfo ul li {
  padding: 0 0 5px;
}

.faq h2 {
  font-size: 24px;
  color: #000;
  margin: 30px 0 5px;
  text-align: center;
}

.faq h5 {
  font-size: 12px;
  color: #000;
  margin-bottom: 50px;
  text-align: center;
  font-weight: normal;
}

.faq span {
  background: #fff;
  border-radius: 50px;
  padding: 5px;
  font-size: 15px;
  color: #000;
  border: solid 1px #b5b4b4;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.faq .h-medium {
  font-size: 13px;
  font-weight: normal;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}

.brdtp {
  border-top: 1px solid #b5b4b4;
}

.faq .card-header {
  padding: 18px 10px !important;
}

.faq .card-header h6 i {
  padding-top: 8px;
  margin: 0 !important;
}

.faq .card-header {
  border-bottom: solid 1px #b5b4b4 !important;
}

.card .card-header {
  border-bottom: solid 1px #b5b4b4 !important;
}

.maxw.tnd h1 {
  text-align: left;
}

.maxw.tnd {
  max-width: 400px;
}

.maxw.tnd h3 {
  padding-left: 0px;
}

.maxw.tnd h3:after {
  width: 170px;
}

/* .maxw.tnd h4:after {
  width: 80px;
} */

.maxw.thd {
  max-width: 418px;
}

.maxw.thd h3 {
  padding-left: 20px;
}

.maxw.thd h3:after {
  width: 220px;
}

.maxw.thd h4:after {
  width: 94px;
}

.omdesc {
  border-radius: 6px;
  padding: 30px 25px 20px;
  background: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.omdesc h2 {
  font-size: 22px;
  color: #000;
  border-left: solid 4px #000;
  padding-left: 20px;
  max-width: 540px;
  margin: 0 0 40px;
  font-weight: 500;
}

.omdesc h4 {
  font-size: 17px;
  color: #000;
  margin: 0 0 8px;
  font-weight: 600;
}

.omdesc p {
  margin-bottom: 20px;
}

.omdesc h2.smtitle {
  font-size: 17px;
  line-height: 22px;
}

.prcing h4 {
  font-size: 20px;
  color: #000;
  margin: 0 0 25px;
  font-weight: 600;
}

.brk-pricing {
  position: relative;

  background-color: #fafafb;

  overflow: hidden;
}

.brk-container {
  display: flex;

  justify-content: space-between;

  align-items: center;

  min-height: 160px;

  background-color: transparent;

  position: relative;

  z-index: 2;
  padding-right: 25px;
}

.brk-viewed {
  align-self: stretch;

  width: 48px;

  position: relative;

  overflow: hidden;

  background-color: #f1f1f2;
}

.brk-viewed > * {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%) rotate(-90deg);

  transform-origin: 50% 50%;

  text-transform: uppercase;

  color: #999;
  font-size: 0.95rem;
  color: #000;
}

.brk-info {
  display: flex;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;

  margin-right: 20px;
}

.brk-info h2 {
  font-size: 18px;
  color: #0095da;
  margin-bottom: 5px;
}

.brk-info p {
  max-width: 280px;
  color: #000;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 18px;
}

.h-button {
  background: #0095da;
  color: #fff;
  padding: 0.375rem 0.95rem !important;
}

.h-button:hover {
  background: #028ccc;
}

.h-button2 {
  background: #58585a;
  color: #fff;
  font-size: 11px !important;
  letter-spacing: 1px !important;
  padding: 0.275rem 0.75rem !important;
}

.brk-img-icon {
  position: relative;

  width: 80px;

  text-align: center;
  padding-left: 5px;
}

.brk-price {
  position: relative;

  padding-left: 25px;

  padding-right: 40px;
  line-height: 23px;

  color: #282b35;
  font-size: 25px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.brk-price span.d-block {
  font-size: 14px;
  text-align: right;
  font-weight: normal;
}

.prcing .card-body {
  border-radius: 0;
  background: #fafafb;
}

.prcinfo ul {
  list-style-position: inside;
}

.prcinfo ul li {
  padding: 0;
}

.prcinfo {
  padding-top: 20px;
}

.prcinfo h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 10px;
}

@media only screen and (max-width: 1199px) {
  .about-box {
    margin-top: 20px;
  }

  .request_popup .item-with-text-01 {
    font-size: 12px;
  }

  .maintitle h2 {
    font-size: 25px;
  }

  .maintitle h4 {
    font-size: 15px;
  }

  .ominfo h2 {
    font-size: 16px;
  }

  .ominfo {
    min-height: 565px;
  }

  .brk-list {
    margin-top: 20px;
  }

  .brk-container {
    min-height: 220px;
  }
}

@media only screen and (max-width: 991px) {
  .p-content .fa {
    padding-top: 50px;
  }

  .s {
    background: #141820;
  }

  .request_popup .item-with-text-01 {
    font-size: 14px;
  }

  .main-footer {
    padding-top: 240px;
  }

  .breadcrumbs-page {
    padding: 5rem 0;
  }

  .ominfo {
    min-height: 460px;
  }

  .detinfo {
    padding: 0 30px;
  }

  .brd-1 {
    border: none;
    padding: 0 15px !important;
  }

  .brk-container {
    flex-direction: column;
    padding-right: 0;
  }

  .brk-viewed {
    width: 100%;
    height: 48px;
  }

  .brk-viewed > * {
    transform: translate(-50%, -50%) rotate(0);
  }

  .brk-info {
    width: 100%;
    justify-content: space-around;
    padding: 15px 0 20px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .header-right {
    display: none;
  }
  .gal {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .links-list li {
    padding: 2px 0px;
    font-size: 14px;
  }
  .ulockd-mrgn12-150 {
    margin-top: 0;
  }

  .about-box {
    margin: 0 0 20px;
    text-align: center;
  }

  .gal {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .gal:nth-child(2n + 1) {
    padding-left: 0;
  }

  .gal:nth-child(2n) {
    padding-right: 0;
  }

  .request_popup .m-5 {
    margin: 2rem !important;
  }

  .omstory h2,
  .omstory h3 {
    text-align: center;
  }

  .main-footer {
    padding-top: 150px;
  }

  .main-footer p {
    padding-bottom: 20px;
  }

  .main-footer .row,
  .socialsec {
    text-align: center;
  }

  .footer-heading:after {
    right: 0;
    margin: auto;
  }

  .instsec {
    padding: 0 35px 20px;
  }

  .omstory h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .top-bar {
    text-align: center;
  }

  .top-bar span {
    display: block;
    padding: 5px 0;
  }

  .detial-page {
    padding: 5rem 0 10rem;
  }

  .detinfo {
    padding: 0 10px;
  }

  .socialsec.smc h4 {
    margin-top: 20px !important;
  }

  .faq .card-header {
    padding: 18px 0px !important;
  }

  .ominfo {
    min-height: auto !important;
  }

  .brk-info {
    justify-content: center;
  }

  .brk-container {
    padding-bottom: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 639px) {
  .sc_promo_image {
    position: relative;
    min-height: 300px;
    width: 100% !important;
    left: 0;
  }

  .sc_promo_text {
    float: none;
    width: 100% !important;
  }

  .sc_promo_text_inner h2 {
    font-size: 40px;
    max-width: 100%;
  }

  .detial-page h1 {
    font-size: 30px;
  }

  .detial-page h2 {
    font-size: 43px;
  }

  .maxw,
  .maxw.tnd {
    max-width: 310px;
  }

  .maxw h3 {
    padding-left: 60px;
  }

  .maxw h3:after {
    width: 70px;
  }

  .maxw h4 {
    font-size: 14px;
    padding-left: 0;
  }

  /* .maxw h4:after {
    top: 8px;
    width: 40px;
  } */

  .maxw.tnd h3:after {
    width: 85px;
  }

  /* .maxw.tnd h4:after {
    width: 45px;
  } */

  .omdesc h2 {
    font-size: 18px;
  }

  .maxw.thd {
    max-width: 275px;
  }

  .maxw.thd h4:after {
    display: none;
  }

  .maxw.thd h3:after {
    width: 80px;
  }

  .maxw.thd h4 {
    text-align: center;
    font-size: 13px;
  }

  .brk-info {
    flex-direction: column;
  }

  .animatedCall span {
    position: relative;
    z-index: 10;
    top: 10%;
    left: 25%;
    transform: translateX(-50%) translateY(65%);
    box-sizing: content-box;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }

  .animatedCall span:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #f58634;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }

  .openNow {
    margin-top: auto;
    margin-bottom: auto;
    top: 20px;
    position: relative;
    margin-left: 10px;
    font-size: 17px;
    text-transform: uppercase;
  }
}
