body {
  font-family: "Poppins", sans-serif;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none outside none;
}
ul,
ol,
dl {
  list-style-position: outside;
}
p {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
/* margin */
.margin-5 {
  margin: 5px;
}
.margin-10 {
  margin: 10px;
}
.margin-15 {
  margin: 15px;
}
.margin-20 {
  margin: 20px;
}
.margin-25 {
  margin: 25px;
}
.margin-30 {
  margin: 30px;
}
/* margin-top */
.margin-t-0 {
  margin-top: 0px;
}
.margin-t-5 {
  margin-top: 5px;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-t-15 {
  margin-top: 15px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-t-25 {
  margin-top: 25px;
}
.margin-t-30 {
  margin-top: 30px;
}
/* margin-bottom */
.margin-b-0 {
  margin-bottom: 0px;
}
.margin-b-5 {
  margin-bottom: 5px;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-b-15 {
  margin-bottom: 15px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-b-25 {
  margin-bottom: 25px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
/* opacity */
.opacity-1 {
  opacity: 1 !important;
}
.opacity-2 {
  opacity: 0.2 !important;
}
.opacity-3 {
  opacity: 0.3 !important;
}
.opacity-4 {
  opacity: 0.4 !important;
}
.opacity-5 {
  opacity: 0.5 !important;
}
.opacity-6 {
  opacity: 0.6 !important;
}
.opacity-7 {
  opacity: 0.7 !important;
}
.opacity-8 {
  opacity: 0.8 !important;
}
.opacity-9 {
  opacity: 0.9 !important;
}
button,
input,
select {
  border: none;
  height: 40px;
  line-height: 38px;
  padding: 0px 15px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
a:focus,
input:focus {
  outline: none;
}
::selection {
  color: #000;
  background: #dcdcdc;
}
*,
a:focus {
  outline: none;
  text-decoration: none;
}
a,
a:hover,
.btn:hover {
  text-decoration: none;
  /*color: #fff;*/
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.sub-inquiry-bg{
  width: 100%;
  display: inline-block;
  background: #F2F3EB;
}
.sub-inquiry-box {
    width: 100%;
    border: solid 3px #ff4200;
    padding: 30px;
    margin: 60px;
    position: relative;
}
.sub-inquiry-box h1{
  color: #2b3276;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
}
.underline {
    border-bottom: solid 2px #474544;
    margin: -0.512em auto;
    width: 80px;
}
form {
    padding: 37.5px;
    margin: 50px 0;
}
.name {
    float: left;
    width: 45%;
}
.email {
    float: right;
    width: 45%;
}
.telephone {
    width: 100%;
}
.subject {
    width: 100%;
}
.message {
    float: none;
}
input[type='text'], [type='email'], select, textarea {
    background: none;
    border: none;
    border-bottom: solid 2px #2b3276;
    color: #2b3276;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
input {
    line-height: normal;
}

button, input, select, textarea {
    color: #5A5A5A;
    font: inherit;
    margin: 0;
}
#form_button:hover {
    background: #ff4200;
    color: #fff;
}
#form_button {
  display: inline-block;
    background: none;
    border: solid 2px #ff4200;
    color: #ff4200;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    outline: none;
    padding: 0 20px;
    margin: 30px 0 0 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/* ===================================
Header
====================================== */
header {
  transition-duration: 0.9s;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 111;
  font-family: "Montserrat", sans-serif;
}
.cont {
  border: 1px solid #ff4200;
  padding: 20px;
  margin: 15px;
  border-radius: 5px;
}
.cont.active {
  background-color: #ff4200;
}
.cont:hover {
  background-color: #ff4200;
  color: #fff !important;
}
.cont:hover p {
  color: #fff !important;
}
.test span {
  color: #fff !important;
}
.test h1 {
  color: #fff !important;
}
.scroll_up {
  top: -39px;
}
.navbar-brand {
  padding: 0;
}
.header-dark .navbar-default .navbar-nav > li > a.active {
  color: #d16623;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
  transform: translateY(3px);
}
.dropdown-menu.col-1 {
  left: auto;
  right: auto;
  min-width: 220px;
  background-color: #c81623;
}
.dropdown-menu.col-1 > li > a,
.mega-menu-ul li a {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
}
.dropdown-menu.col-1 li a:hover {
  padding-left: 25px;
  color: #252c3e;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #97ab29;
  background-color: transparent;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.navbar-brand {
  height: 80px;
}
.navbar-brand > img {
  display: block;
  width: 185px;
}
.header-dark {
  background: #000;
  border-bottom: 2px solid #ff4200;
}
.header-dark .navbar-default .navbar-nav > li > a:hover,
.header-dark .navbar-default .navbar-nav > li.active > a {
  color: #ff4200;
  background-color: transparent;
}
.header-dark .navbar-default .navbar-nav > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 0px 50px 0 0px;
  height: 80px;
  line-height: 80px;
  background: transparent;
}

.header-dark .navbar-default .navbar-nav > li > a.current {
  color: #d16623;
}
.yamm-fw .dropdown-menu .grid-demo {
  padding: 15px;
}
.yamm-fw .dropdown-menu .row h4 {
  font-size: 16px;
  border-bottom: 3px solid #d16623;
  line-height: 40px;
  margin: 0px;
  margin-bottom: 15px;
  color: #777777;
  font-weight: 600;
}
.mega-menu-ul {
  padding: 0px;
  margin: 0px;
}
.mega-menu-ul li {
  list-style: none;
  margin-bottom: 10px;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  line-height: 30px;
}
.mega-menu-ul li:hover {
  padding-left: 10px;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-link:focus,
.btn-link:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.yamm-fw .dropdown-menu .row {
  margin: 0px;
}
.yamm-fw .dropdown-menu {
  padding: 0px;
}
.caret {
  margin-left: 10px;
}
.search-bar input {
  float: left;
  height: 40px;
  display: none;
}
.dropdown b.caret {
  display: none;
}
.search-btn {
  background: #d16623;
  color: #252c3e;
  font-weight: 500;
}
.search-bar {
  position: absolute;
  right: 30px;
  opacity: 0;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotateX(50deg);
  transform-origin: 100% 0;
  perspective: 1000px;
  transform-origin: 100% 0;
}
.navbar-default {
  background: transparent;
  border: none;
  margin-bottom: 0px;
  position: relative;
}
body {
  /* background: #212121;
    font-size:22px;
    line-height: 32px;*/
  color: #ffffff;
  margin: 0;
  padding: 0;
  word-wrap: break-word !important;
  font-family: "Open Sans", sans-serif;
}

.toggle,
[id^="drop"] {
  display: none;
}

/* Giving a background-color to the nav container. */
nav {
  margin: 0;
  padding: 0;
  /*background-color: #254441;*/
}

#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
  content: "";
  display: table;
  clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  /*background-color: #254441;*/
}

/* Styling the links */
nav a {
  display: block;
  padding: 0px 20px;
  color: #fff !important;
  font-size: 17px;
  text-decoration: none;
}

nav ul li ul li:hover {
  background: #ff4200;
}

/* Background color change on Hover */

nav a:hover {
  /* background-color: #ff4200; */
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
  display: none;
  position: absolute;
  /* has to be the same number as the "line-height" of "nav a" */
  top: 80px;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
  display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
  width: 265px;
  float: none;
  display: list-item;
  position: relative;
  background: #624848;
}

/* Second, Third and more Tiers 
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
  position: relative;
  top: -80px;
  /* has to be the same number as the "width" of "nav ul ul li" */
  left: -250px;
  width: 250px;
}
nav ul li ul li a {
  font-size: 14px;
  padding: 10px 16px;
}
nav ul li ul li ul li a {
  font-size: 12px;
  /*  padding: 10px;*/
}

/* Change ' +' in order to change the Dropdown symbol */
li > a:after {
  content: " +";
}
li > a:only-child:after {
  content: "";
}

/* Media Queries
--------------------------------------------- */

@media all and (max-width: 330px) {
  nav ul li {
    display: block;
    width: 94%;
  }
}

.search-bar.active form {
  position: relative;
}
.search-bar.active {
  opacity: 1;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  bottom: -46px;
  perspective: 1000px;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  transform-origin: 100% 0;
  -o-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 99999999;
}
.panel-default > .panel-heading {
  color: #868686;
  background-color: rgba(42, 47, 60, 0);
  border-color: #252c3e;
  padding: 0px;
}
.panel-title .pull-right {
  float: right !important;
  color: #d16623;
  position: relative;
  font-size: 22px;
  top: -4px;
}
.panel-title .glyphicon {
  color: #d16623;
  position: relative;
  font-size: 12px;
  top: -4px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  font-size: 12px;
  line-height: 20px;
  color: #8c8c8c;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.panel-title {
  padding: 20px 15px;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.bg-pattern-1 {
  background: url(../images/bg1.jpg);
  background-size: cover;
}
/* ===================================
slider
====================================== */
.slider {
  height: 720px;
}
.item {
  height: 720px;
}
.slider-main .item {
  height: calc(100vh - 80px);
}
.slide-overlay {
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
  position: absolute;
  top: 0px;
  left: 0px;
}
.slider-main .carousel-caption {
  text-align: center;
}
.slider-main .slider-text h1 {
  font-size: 56px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.item {
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.owl-controlls {
  text-align: center;
  position: relative;
}
.owl-controlls .owl-page.active span {
  background: #d16623;
}
.owl-controlls .owl-page span {
  width: 11px;
  border-radius: 60px !important;
  height: 11px;
}
.owl-controlls .owl-page.active span,
.owl-controlls.clickable .owl-page:hover span {
  opacity: 1;
  background: #ff4200;
}
.slider-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
}
.slider-img img {
  max-width: 720px;
  display: block;
  float: right;
}
.slider-text h1 span {
  background: #ff4200;
  padding: 0 13px;
  color: #fff;
  border-radius: 2px;
}
.slider-text h1 {
  font-size: 44px;
  color: #ff4200;
  font-weight: 700;
  margin-bottom: 20px;
}
.slider-text p {
  color: #eaeaea;
  letter-spacing: 2px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
.slider-text a {
  background: #ff4200;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 1px;
  margin-top: 7px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

/* .carousel-control .icon-next:before {
content: '';
}

.carousel-control .icon-prev:before {
content: '';
} */
.carousel-control .icon-prev:before {
  content: "\2039";
  text-align: center;
  line-height: 33px;
  padding-right: 4px !important;
  font-size: 30px;
}
.carousel-control .icon-next:before {
  content: "\203a";
  text-align: center;
  line-height: 33px;
  padding-left: 2px !important;
  font-size: 30px;
}

.carousel-control.right {
  background: none;
  opacity: 0.8;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
}
.carousel-control.right:hover {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.carousel-control.left {
  background: none;
  opacity: 0.8;
  display: block;
}
.carousel-control.left:hover {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
/* .carousel-slide{
    margin-top: 38px!important;
} */
.carousel-indicators li:hover {
  background-color: #c81623;
  border-color: #c81623;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.carousel-caption {
  position: absolute;
  text-align: left;
  width: 100%;
  top: 50%;
  bottom: unset;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel-caption {
  text-shadow: none;
}
.animated {
  animation-duration: 1s;
}
.animated.animation-delay-1 {
  animation-delay: 0.5s;
}
.carousel-control {
  width: 10%;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ff4200;
  border-color: #ff4200;
}
.hide-md {
  display: none !important;
}
.conatnt-row {
  padding-top: 40px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 40px;
  height: 40px;
  margin-top: 20px;
  color: #fff;
  background-color: #ff4200;
  border-radius: 50%;
}
/* ===================================
particles-slider
====================================== */
.particle-slider {
  user-select: none;
}
canvas {
  display: block;
  vertical-align: bottom;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* ===================================
Registraion
====================================== */
.user-resistration {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8196078431372549);
  font-family: "Montserrat", sans-serif;
}
.hide-overelay {
  width: 100%;
  height: 100%;
  background: rgba(42, 47, 60, 0.32941176470588235);
  position: absolute;
}
.user-resistration-inner {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 850px;
  min-height: 500px;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.form-close {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #ea2026;
  opacity: 0.5;
  z-index: 1;
  font-size: 20px;
}
.form-close:hover {
  opacity: 1;
  color: #ea2026;
}
.register-forms {
  float: left;
  width: 450px;
  height: 500px;
  padding: 50px 30px 0px 30px;
}
.register-left-graphic {
  width: 400px;
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
.register-forms form {
  position: relative;
  height: 100%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.register-forms form {
  position: relative;
  height: 100%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.register-forms form {
  position: relative;
  height: 100%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.register-form-title {
  margin: 0px;
  font-size: 20px;
  color: #252c3e;
  margin-bottom: 25px;
}
input {
  font-size: 13px;
  color: #95989a;
  border: 1px solid #e6e6e6;
  border: none;
  line-height: 40px;
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
}
.register-form-submit {
  text-align: right;
  margin-bottom: 35px;
}
.register-footer {
  bottom: 0px;
  width: 450px;
  border-top: 1px solid #e6e6e6;
  line-height: 45px;
  left: -30px;
  text-align: center;
  position: absolute;
  font-size: 12px;
  color: #95989a;
}
.register-input {
  width: 100%;
  background: #fff;
  font-size: 12px;
  color: #95989a;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
}
.register-input {
  width: 100%;
  background: #fff;
  font-size: 12px;
  color: #95989a;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  border-radius: 2px;
}
.register-form-submit a {
  font-size: 12px;
  margin-right: 10px;
}
.register-form-title:after {
  content: "";
  background: #d16623;
  width: 60px;
  height: 4px;
  display: block;
  margin-left: 1px;
  margin-top: 10px;
}
.register-footer a {
  color: #214597;
  font-weight: 500;
  margin-left: 5px;
}
.register-form-submit a:hover {
  color: #252c3e;
}
.form-tt {
  font-size: 12px;
  font-weight: 400;
  color: #929292;
  margin-bottom: 20px;
  margin-top: -15px;
}
/* ===================================
video  slider
====================================== */
.hero-video video {
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.hero-video {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 80px);
  width: 100%;
}
.video-overlay {
  height: 100%;
  width: 100%;
  background: black;
  position: relative;
  z-index: 1;
  opacity: 0.5;
}
.video-caption h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 10px;
}
.video-caption p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
.video-caption a {
  background: #ffffff;
  color: #31353b;
}
.video-caption {
  text-align: center;
  top: 50% !important;
}
.mouse-scroll-down img {
  width: 100%;
}
.mouse-scroll-down {
  position: absolute;
  left: 50%;
  z-index: 1;
  bottom: 20px;
  width: 28px;
  transform: translate(-50%, -50%);
  padding: 1px;
}
/* ===================================
parallax slider
====================================== */
.parallax-hero {
  height: calc(100vh - 80px);
  position: relative;
}
/* ===================================
Coming-soon page
====================================== */
.coming-soon-hero {
  height: 100vh;
  position: relative;
  min-height: 530px;
}
.subscribe-now {
  width: 360px;
  margin: auto;
  display: block;
  margin-top: 20px;
}
.coming-soon-hero .video-caption h1 {
  color: #d16623;
  font-size: 78px;
  margin-bottom: 40px;
}
.subscribe-now:after {
  content: "";
  clear: both;
  display: block;
}
.subscribe-now input {
  width: 260px;
  float: left;
  border-radius: 2px 0 0 2px;
}
.subscribe-now button {
  float: left;
  background: #d16623;
  color: #fff;
  border-radius: 0 2px 2px 0px;
}
.social-media-list {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.social-media-list li {
  display: inline-block;
  margin: 0 4px;
}
.social-media-list li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  padding: 0;
  border-radius: 40px;
  font-size: 15px;
  color: #040c13;
  background: #d16623;
}
.social-media-list li a:hover {
  color: #252323;
  background: #fefefe;
}
.coming-soon-hero .video-caption p {
  letter-spacing: 0;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 0px;
}
#clockdiv {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}
#clockdiv > div {
  padding: 10px;
  border-radius: 3px;
  background: rgba(62, 62, 62, 0.3803921568627451);
  display: inline-block;
  width: 130px;
}
#clockdiv div > span {
  padding: 0;
  border-radius: 3px;
  display: inline-block;
  font-weight: 600;
  font-size: 50px;
  width: 100%;
  color: #e4e4e4;
}
.smalltext {
  font-size: 13px;
  border-top: 1px solid rgba(188, 213, 49, 0.7803921568627451);
  padding-top: 7px;
}
/* ===================================
404 page
====================================== */
#error-page {
  height: 100vh;
}
.big-caption {
  font-size: 160px !important;
  color: #0162cb !important;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 0 1px rgb(2, 17, 16);
  margin-top: 0px;
}
.error-page-caption {
  background: rgba(255, 255, 255, 0.86);
  padding: 70px 0;
}
.caption-bottom {
  font-size: 38px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.error-content {
  color: #656565;
  margin-bottom: 20px;
}
.hero-caption {
  text-align: center;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
/* ===================================
About Us
====================================== */
.section {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}
.section1 {
  background-image: url(../images/img/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section1:hover {
  /* background: #0005;*/
}
.section-title h1 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 25px;
}
.section-title.left h1:after {
  margin: 0;
  margin-top: 18px;
}
.bg-grey {
  background: #f5f5f5;
}
.section-title span {
  background: rgba(255, 255, 255, 0);
  color: #000;
  padding: 8px 15px;
  border: 2px solid rgba(188, 213, 49, 0);
  border-top: none;
  padding-top: 0px;
  font-size: 18px;
  border-bottom: 2px solid #ff4200;
  font-weight: 600;
  text-transform: uppercase;
}
.section-title.left span {
  padding-left: 0px;
}
.about-right-side {
  margin: 35px 0px 0px 10px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.54);
  z-index: 1;
  position: relative;
}
.link {
  font-size: 14px;
  font-weight: 500;
  color: #ff4200;
  border: 2px solid #ff4200;
  padding: 10px 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 3px;
}
#aboutus .row {
  position: relative;
  z-index: 1;
}
#about p {
  text-align: justify;
  margin: 40px 0;
}
.decoration-text {
  position: absolute;
  right: -28px;
  border-bottom: 0px;
  font-size: 190px;
  color: rgb(245, 245, 245);
  bottom: -81px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
/* ===================================
Services Section
====================================== */
#services {
  padding-bottom: 50px;
}
.service-box-1 span {
  height: 70px;
  width: 70px;
  background: #fff;
  display: inline-block;
  border-radius: 60%;
  line-height: 70px;
  color: #ff4200;
  font-size: 26px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1607843137254902);
}
.service-box-1 a {
  display: block;
  font-size: 16px;
  color: #252c3e;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.service-box-1 a:hover {
  color: #d16623;
}
.service-box-1 {
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  color: #000;
}
.service-box-1:hover span {
  transform: scale(1.1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
/* ===================================
Gallery Section
====================================== */
/*#gallery {
  padding-bottom: 70px;
}
.modal-backdrop.in {
  opacity: 0.9;
  background: #252c3e;
}
#gallary-modal .modal-title {
  margin: 10px 0;
  color: #eaeaea;
  font-size: 15px;
}
#gallary-modal .modal-body img {
  width: 100%;
}
#gallary-modal .modal-header .close {
  margin-top: 0px;
  font-size: 17px;
  color: #eaeaea;
  opacity: 1;
}
#gallary-modal .modal-header {
  background: #252c3e;
  padding: 0px 15px;
  border-bottom: 1px solid #252c3e;
}
.icons-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.open-modal .hover-box {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(42, 47, 60, 0.8509803921568627);
  opacity: 0;
  cursor: pointer;
}
.open-modal img {
  width: 100%;
}
.open-modal {
  display: block;
  padding: 15px;
  position: relative;
  background: #252c3e;
  box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.49019607843137253);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 2px;
}
.open-modal:hover .hover-box {
  opacity: 1;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.gallery-row {
  padding-top: 30px;
}*/
/* ===================================
Blog Section
====================================== */
.featured-blog-box {
  /*box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.04);*/
  transition: 2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 2px;
  overflow: hidden;
}
.scrap {
  border-top: 1px solid red !important;
  padding-top: 10px;
}
.featured-blog-box .featured-img {
  position: relative;
  padding: 10px 0;
}
.featured-blog-box .featured-img:before {
  transition: 2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  height: 100%;
  content: "";
  width: 100%;
  /* background: rgba(0, 0, 0, 0.7215686274509804); */
}
.featured-blog-box .featured-img img {
  width: 100%;
}
.featured-lable-blog {
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: 2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  padding: 10px;
  opacity: 0;
  font-size: 12px;
  width: 100%;
}
.page-head {
  background: url(../gallery/te.jpg) #252c3e;
  padding: 150px 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  margin-top: 0px !important;
  /* background-attachment: fixed; */
}
.page-head:hover {
}
.blod-content img {
  /*border: 1px solid #c9c9c9;*/
  max-width: 100%;
}
.blod-content p {
  font-size: 15px;
  text-align: center;
}
.blod-content {
  background: #f5f5f5;
  padding: 35px 0 80px;
  /* text-align: center; */
}
.blod-content ul li {
  float: left;
  width: 100%;
}
.blod-content ul li strong {
  float: left;
  width: 40%;
}
.blod-content ul li span {
  float: left;
  width: 60%;
}
.blod-content ul li span i {
  background: #ff4200;
  color: #fff;
  margin: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 13px;
}
.price {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.price strong {
  color: #318ddd;
}
.price a {
  color: #fff;
  padding: 15px;
  margin-left: 15px;
  background-color: #ff4200;
  display: inline-block;
  border-radius: 3px;
}
.price a:hover,
.blod-content ul li span i:hover {
  background-color: #000;
}
.price button {
  display: block;
  text-align: center;
  margin: 40px auto 0px;
  background: #ff4200 !important;
  border: 0;
  width: 100%;
  text-transform: uppercase;
}
.side-bar-title {
  font-size: 14px;
  font-weight: 500;
  color: #7d7d7d;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
}
.catagory-list li:last-child {
  margin-bottom: 0;
}
.catagory-list li {
  margin-bottom: 20px;
}
.catagory-list li a:hover {
  color: #d16623;
}
.catagory-list.tags li a {
  padding: 5px 15px;
  border: 2px solid #d16623;
  display: block;
  border-radius: 34px;
  font-size: 12px;
}
.catagory-list.tags li {
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 15px;
}
.catagory-list.tags li:last-child {
  margin-bottom: 0;
}
.blod-content .featured-blog-box {
  margin-bottom: 0px;
  color: #000;
}
.featured-blog-box p {
  text-align: justify;
}
.page-header-title:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #ff4200;
  margin: 0 auto;
  margin-top: 15px;
}
.blog-sidebar {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.02);
  border-top: 2px solid #d16623;
}
.blog-sidebar .subscribe-group {
  margin-top: 0;
}
.page-header-title {
  text-align: center;
  font-size: 29px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #ff4200;
}
.page-header-title h1 {
  font-size: 40px;
  font-weight: 600;
  background: #ff4200;
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
}
.page-header-title ul li {
  font-size: 14px;
  display: inline-block;
}
.featured-img .admin-lable {
  float: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.featured-img .admin-lable i,
.featured-img .blog-date i {
  margin-right: 2px;
}
.featured-img .blog-date {
  float: right;
  color: #ffffff;
  margin-bottom: 0px;
}
.featured-img img,
.image img {
  border: 0 !important;
  box-shadow: 0 2px 5px 1px rgb(64 60 67 / 20%);
  background-color: #fff;
  /*padding: 20px!important;*/
}
.featured-blog-box:hover .featured-img:before,
.featured-blog-box:hover .featured-lable-blog {
  opacity: 1;
  transition: 2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.featured-lable-blog .material-icons {
  font-size: 22px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.featured-data {
  padding: 15px;
  display: block;
  background: #fff;
}
.blog-description {
  margin: 0px;
  font-size: 12px;
  color: #545454;
  line-height: 19px;
}
.blog-title {
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
  color: #252c3e;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.btn-link {
  font-size: 12px;
  color: #d16623;
  float: right;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #d16623;
  font-weight: 500;
  text-decoration: none;
}
.btn-link i {
  font-size: 16px;
  position: relative;
  top: 4px;
  transform: rotatey(180deg);
}
.btn-theme {
  background: #d16623;
  color: #fff;
  padding: 8px 15px;
  border-radius: 2px;
}
.btn-theme:hover {
  color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4392156862745098);
}
.blog-feature-img img {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blod-content {
  background: #f5f5f5;
}
.blod-content h3 {
  font-size: 25px;
  font-weight: bold;
  margin: 0px;
  color: #060606;
  text-transform: uppercase;
  padding: 40px 0 20px;
}
.blod-content ul {
  margin-left: 0px;
  list-style: disc;
}
.blod-content ul li {
  padding: 15px;
  list-style: none;
  border-top: 1px solid #ff4200;
  border-right: 1px solid #ff4200;
  border-left: 1px solid #ff4200;
  border-bottom: 1px solid #ff4200;
  color: #000;
}
.blog-left {
  position: relative;
  background: #fff;
  padding: 30px;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.02);
  border-radius: 2px;
}
blockquote p {
  font-size: 14px;
  color: #6d6d6d;
  font-weight: 500;
}
blockquote {
  padding: 5px 20px;
  margin: 20px 0 20px;
  border-left: 5px solid #ee6e73;
}
.blog-caption {
  margin-top: 0;
  line-height: 130%;
  font-size: 24px;
  font-weight: 600;
  color: #535761;
  margin-bottom: 20px;
}
.blog-small-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}
.post-controls {
  margin-bottom: 20px;
}
.post-controls span {
  margin-right: 10px;
  font-weight: 500;
  font-size: 13px;
  color: #252c3e;
}
.post-controls span {
  margin-right: 10px;
}
.post-controls span i {
  color: #d16623;
  margin-right: 2px;
}
.blog-pagination {
  margin-top: 20px;
  margin-bottom: 40px;
}
.next-blog {
  float: right;
}
/* ===================================
contact Section
====================================== */
.contact-section {
  background: #fff;
}
.contact-box {
  padding: 200px 100px;
  background: url(../images/fabric-of-squares.png) #252c3e;
}
.contact-details-top {
  display: flex;
  margin-bottom: 50px;
}
.box-contact {
  flex: 1;
  text-align: center;
  color: #fff;
}
.box-contact img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.box-contact h6 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
.form-wrapper {
  position: relative;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 40px;
  /* padding-right: 350px; */
  border-radius: 10px;
}
.form-title {
  font-size: 18px;
  color: #95989a;
  margin: 0px;
  margin-bottom: 20px;
}
.text-box {
  width: 100%;
  border: 1px solid #ff4200 !important;
  margin-bottom: 15px;
  border-radius: 3px;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  padding: 10px 20px !important;
}
.text-box.error {
  border: 1px solid rgba(234, 32, 38, 0.42);
}
textarea.text-box {
  padding: 10px 15px;
  font-size: 13px;
  line-height: normal;
  color: #95989a;
  height: 60px;
}
#company-location {
  height: 80%;
  width: 350px;
  position: absolute;
  background: #fff;
  right: -52px;
  border-radius: 10px;
  top: 10%;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6196078431372549);
}
.form-title:after {
  content: "";
  height: 3px;
  width: 50px;
  background: #ff4200;
  margin-top: 10px;
  display: block;
}
/* ===================================
Testimonial
====================================== */
.item {
  position: relative;
}

.fort.item.res-bann {
  margin-top: 0 !important;
}

.client-contant {
  background-image: url(../images/client-bg.png);
  background-color: #fff;
  border: solid 1px #ff4200;
  background-repeat: no-repeat;
  background-position: center 110px;
  padding: 25px;
  text-align: center;
  cursor: move;
}
.client-contant p {
  max-width: 90%;
  color: #000;
  font-size: 15px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.client-picture img {
  width: 100%;
  background-color: white;
}
.client-picture {
  display: inline-block;
  border-radius: 60%;
  border: 2px solid #000000;
  overflow: hidden;
  height: 60px;
  background: #848484;
  width: 60px;
}
.client-name {
  font-size: 14px;
  margin: 0px;
  color: #ff4200;
  margin-top: 10px;
}
.owl-controlls {
  margin-top: 25px;
  text-align: center;
}
#client-tell .owl-wrapper,
#client-tell .owl-item,
#client-tell .item {
  height: auto;
}
/* ===================================
two-box layout
====================================== */
.bg-dark {
  background-color: #491402;
}
.box-bg {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.box-listing {
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}
.box-listing li {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
}
.box-listing li a {
  padding-left: 20px;
  position: relative;
  color: #fff;
}
.box-listing li a i {
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 0;
  font-size: 14px;
  color: #ff4200;
}
.box-contant p {
  color: #fff;
  text-align: justify;
}
.box-contant {
  padding: 80px;
}
.box-contant h2 {
  color: #fff;
  line-height: 34px;
  margin-bottom: 15px;
}
.btn-theme {
  padding: 8px 15px;
  background: #0162cb;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 40px;
}
.equal-height {
  display: flex;
}
.equal-height .col-md-6 {
  flex: 1;
  position: relative;
}
/* ===================================
Work
====================================== */
#project {
  padding-bottom: 70px;
}
.project-wrapper {
  margin-bottom: 30px;
}
.project ul {
  text-align: center;
  margin: 0px auto;
  padding: 0px;
  margin-bottom: 40px;
  display: inline-block;
}
.project ul li.active,
.project ul li.active a,
.project ul a:hover {
  background: #d16623;
  color: #fff;
}
.project ul li {
  display: inline-block;
  list-style: none;
  margin: 0px;
  position: relative;
  border: 1px solid #d16623;
  float: left;
  border-right: 0px;
}
.project ul li:last-child {
  border-right: 1px solid #d16623;
}
.project ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  color: #545454;
  font-size: 12px;
}
.b-right-0 {
  border-right: none !important;
}
.project-box {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.23921568627450981);
}
.project-box .featured-img {
  position: relative;
}
.project-box .hover-box {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.project-box:hover .hover-box {
  opacity: 1;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.hover-inner {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  border: 1px solid #ff4200;
}
.hover-inner .links {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.hover-box a i {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0;
  transform: translate(-50%, -50%);
}
.hover-box a {
  background: #ff4200;
  color: #fff;
  border-radius: 100%;
  margin: 0px 15px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
}
.project-box:hover .hover-box a,
.open-modal:hover .hover-box a {
  margin: 0px 5px;
}
.hover-box a:hover {
  background: #fff;
  color: #000;
}
.project-details {
    min-height: 75px;
  text-align: center;
  padding: 17px 0px;
  display: block;
  background: #000;
}
.project-details .project-title {
  margin-bottom: 3px;
  font-size: 16px;
  margin-top: 0px;
  color: #f5f5f5;
  font-weight: 500;
  display: block;
  position: relative;
  top: 2px;
}
.project-details .project-category {
  margin-bottom: 0;
  font-size: 11px;
  color: #6f6f6f;
  display: block;
  font-weight: 300;
  letter-spacing: 1px;
}
/* ===================================
Call To Action
====================================== */
.call-to-action a i {
  margin-right: 6px;
  font-size: 17px;
}
.call-to-action a {
  background: #252c3e;
  color: #ffffff;
  padding: 9px 20px;
  border-radius: 2px;
  position: relative;
  float: right;
}
.call-to-action a:focus {
  color: #95989a;
}
.call-to-action h1 {
  margin: 0;
  margin-top: 8px;
  color: #252c3e;
  float: left;
  font-size: 24px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.call-to-action {
  padding: 50px 0;
  background: #d16623;
}
/* ===================================
Team
====================================== */
.team-member {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.10980392156862745);
}
.team-footer p {
  margin: 0;
  font-size: 12px;
}
.team-footer h4 {
  margin: 0;
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 600;
  text-transform: uppercase;
}
.profile {
  position: relative;
}
.hover-profile p {
  text-align: center;
  color: #fff;
}
.hover-contant {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.hover-contant ul {
  margin-top: 20px;
  text-align: center;
}
.hover-contant ul li a {
  font-size: 18px;
  color: #fff;
}
.hover-contant ul li a:hover {
  color: #d16623;
}
.hover-contant ul li {
  display: inline-block;
  margin: 0px 8px;
}
.hover-profile {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: rgba(42, 47, 60, 0.77);
  height: 100%;
  padding: 0 21px;
  opacity: 0;
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.team-member:hover .hover-profile {
  opacity: 1;
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.team-member:hover img {
  filter: blur(4px);
}
.team-footer {
  text-align: center;
  padding: 15px 0px;
}
/* ===================================
pricing-table
====================================== */
.pricing-box {
  background: #fff;
  text-align: center;
  padding: 40px 0px;
  border-radius: 18px;
  box-shadow: 0 0 19px rgba(84, 84, 84, 0.2);
}
.pricing-icon i {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pricing-icon {
  display: inline-block;
  height: 100px;
  width: 100px;
  box-shadow: 0px 3px 10px #dedede;
  border-radius: 60%;
  color: #d16623;
  position: relative;
}
.pricing-heading h3 {
  margin: 0px;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}
.pricing-heading {
  padding: 20px 0;
  background: #d16623;
  margin-top: 30px;
}
.pricing-tag span {
  font-size: 11px;
  color: #848484;
}
.pricing-tag h1 {
  margin: 0px;
  font-size: 36px;
  font-weight: 600;
}
.pricing-tag {
  padding: 30px 0;
}
.pricing-list li {
  padding: 15px 0px;
  border-top: 1px solid rgb(232, 232, 232);
  color: #7d7d7d;
}
.pricing-list {
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(232, 232, 232);
}
.btn-border:hover {
  background: #d16623;
  color: #fff;
}
.btn-border {
  padding: 8px 20px;
  border-radius: 29px;
  border: 2px solid #d16623;
  font-size: 13px;
  color: #333333;
  font-weight: 500;
}
/* ===================================
client-logo
====================================== */
#clint-logo {
  height: auto !important;
}
#clint-logo.owl-carousel .owl-wrapper {
  position: relative;
}
.logo-wrapper {
  background: rgba(245, 245, 245, 0.611764705882353);
  padding: 30px 15px;
  text-align: center;
  margin: 0 10px 10px;
  border-radius: 2px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12156862745098039);
  cursor: move;
}
.logo-wrapper img {
  min-width: 100%;
  width: 100%;
}
/* ===================================
Counter
====================================== */
.counter {
  padding: 80px 0;
  background: #ff4200;
}
.counter-inner {
  position: relative;
  color: #fff;
  padding-left: 90px;
  font-size: 13px;
  border-right: 1px solid #fff;
}
.counter-inner.last {
  border-right: none;
}
.counter-inner h4 {
  margin: 0px;
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #fff;
}
.counter-inner i {
  font-size: 50px;
  position: absolute;
  left: 20px;
  color: #fff;
  top: 2px;
}
/* ===================================
footer
====================================== */
footer {
  background: #252c3e;
  padding-top: 50px;
  padding-bottom: 32px;
  color: #95989a;
  font-size: 13px;
}
footer h2 {
  color: #ff4200;
  margin-top: 0;
  margin-bottom: 15px;
}
.logo-footer {
  width: 230px;
  margin-bottom: 15px;
}
.footer-title {
  font-size: 16px;
  color: #ff4200;
  margin-bottom: 25px;
  margin-top: 0px;
}
.footer-list {
  margin: 0px;
  padding: 0px;
}
.footer-list li a {
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  color: #fff;
}
.footer-list li a:hover {
  color: #ff4200;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.social-media li a:hover {
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1.1);
}
.footer-bottom i:hover {
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1.1);
}
.footer-bottom {
  background: #252c3e;
  font-size: 13px;
  padding: 30px 0px 0;
  text-align: center;
  color: #95989a;
  border-top: 1px solid #343e56;
}
.row-footer .col-md-4 img {
  border: 2px solid #fff;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.row-footer .col-md-4 img:hover {
  border: 2px solid #d16623;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.row-footer .col-md-4 {
  flex: 1;
  padding: 0 5px;
  margin-bottom: 10px;
  min-width: 33.33333333%;
}
.row-footer {
  display: flex;
  flex-wrap: wrap;
}
.social-media {
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}
.social-media li a {
  background: #ff4200;
  color: #fff;
  border-radius: 60%;
  height: 30px;
  width: 30px;
  position: relative;
  margin: 0 3px;
  display: block;
}
.social-media li a i {
  font-size: 16px;
  position: absolute;
  top: 50%;
  padding-top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social-media li {
  list-style: none;
  margin-bottom: 0px;
  display: inline-block;
}
.subscribe-group .btn span {
  font-size: 13px;
}
.subscribe-group .btn:hover {
  color: #000;
  font-weight: 400;
}
.subscribe-group .btn {
  font-size: 13px;
  padding: 0 10px;
  line-height: 26px;
  height: 34px;
  background: #d16623;
  border-color: #d16623;
  font-weight: 500;
  border-radius: 0 2px 2px 0px;
}
.subscribe-group {
  margin-top: 10px;
}
.subscribe-group input {
  font-size: 13px;
  border-radius: 2px 0px 0px 2px;
  box-shadow: none;
}
.form-control:focus {
  border: none;
}
.footer-bottom i {
  color: #ff4200;
}
.BackToTop i {
  line-height: 36px;
  font-size: 19px;
  padding-top: 0px;
  color: #ffffff;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.BackToTop:hover i {
  line-height: 30px;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.BackToTop {
  font-weight: bold;
  height: auto;
  padding: 0;
  position: fixed;
  right: 45px;
  text-align: center;
  text-decoration: none;
  top: 91%;
  width: 35px;
  background-color: #ff4200;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 555;
  border-radius: 2px;
  height: 35px;
}
.btn-small {
  height: 34px;
  font-size: 12px;
}
.top-logo-demos {
  margin-top: 70px;
}
.demo-slider #particles-js {
  opacity: 0.5;
}
.demo-slider {
  background: url(../images/slider-bg-1.jpg);
  text-align: center;
  overflow: hidden;
  position: relative;
  user-select: none;
  background-size: cover;
}
.demo-slider h2 {
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 36px;
}
.demos-3 {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 7px;
  max-width: 100%;
}
.demo-list {
  padding: 100px 0;
  background: #f2f2f2;
}
.demo-box {
  background: #ffffff;
  color: #252c3e;
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 18px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2784313725490196);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.demo-box img {
  width: 100%;
  border-radius: 15px;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}
.demo-box:hover img {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.21);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1.02);
}
.demo-caption {
  padding: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #252c3e;
  margin-top: 5px;
}

/* ===================================
Responsive
====================================== */
@media (min-width: 1600px) {
  .decoration-text {
    position: absolute;
    right: 200px;
  }
}
@media (max-width: 1266px) {
  .box-contant {
    padding: 50px;
  }
}
@media (max-width: 1200px) {
  .call-to-action .container {
    width: 100%;
  }
}
@media (max-width: 1650px) {
  .slider-img img {
    max-width: 800px;
  }
}
@media (max-width: 1400px) {
  .slider-img img {
    max-width: 800px;
  }
  .slider-text h1 {
    font-size: 38px;
    margin-top: -160px;
  }
  .slider-text p {
    letter-spacing: 2px !important;
    font-size: 14px;
    font-weight: normal !important;
  }
  .carousel-control {
    display: none;
  }
  .slider-img {
    right: -100px;
  }
}
@media (max-width: 1200px) {
  .section {
    padding: 80px 0px;
  }
  .slider-main .slider-text h1 {
    font-size: 42px;
  }
  .navbar-default {
    width: 100%;
  }
  .slider-img img {
    max-width: 640px;
  }
  #slider-main,
  #slider-main .owl-wrapper,
  #slider-main .owl-item,
  #slider-main .item {
    min-height: 615px;
  }
  #client-tell .owl-wrapper,
  #client-tell .owl-item,
  #client-tell .item {
    min-height: auto;
  }
}
@media (max-width: 1080px) {
  .slider-img {
    width: 100%;
    right: 0px;
  }
  .slider-main .carousel-caption {
    top: 50%;
  }
  .slider-text h1 span {
    border-radius: 1px;
  }
  .carousel-caption {
    text-align: center;
    top: 200px;
  }
  .slider-img img {
    max-width: 100%;
  }
  .navbar-default {
    width: 100%;
  }
  .header-dark .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    padding: 0px 11px;
  }
  .mega-menu-ul li {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .team-member {
    margin-bottom: 30px;
  }
  .header-fix {
    height: 80px;
  }
  .search-bar.active {
    bottom: -42px;
  }
  header {
    padding: 0;
    position: relative;
  }
  .counter-inner {
    text-align: center;
  }
  .counter-inner {
    text-align: center;
    border: none;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    margin-bottom: 55px;
    padding-bottom: 50px;
  }
  .counter-inner.last {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .counter-inner i {
    font-size: 50px;
    position: initial;
    color: #252c3e;
    display: inline-block;
    margin-bottom: 10px;
  }
  .about-right-side {
    margin-left: 0px;
  }
  .decoration-text {
    display: none;
  }
  #company-location {
    height: 80%;
    width: 280px;
  }
  .form-wrapper {
    padding-right: 40px;
  }
  .logo-footer {
    width: 140px;
  }
  .user-resistration-inner {
    min-height: 400px;
    max-width: 700px;
  }
  .register-left-graphic {
    width: 300px;
    height: 400px;
  }
  .register-forms {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 860px) {
  .header-dark .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 0px 8px;
  }
}

@media all and (max-width: 768px) {
  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }

  nav {
    margin: 0;
  }

  .toggle + a,
  .menu {
    display: none;
  }

  .toggle {
    display: block;
    /*background-color: #254441;*/
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border: none;
    font-weight: 600;
  }

  .toggle:hover {
    background-color: #000000;
  }
  /* .drop-product{*/
  /*    display: none!important;*/
  /*}*/

  /* Display Dropdown when clicked on Parent Lable */
  [id^="drop"]:checked + ul {
    display: block;
  }

  /* Change menu item's width to 100% */
  nav ul li {
    display: block;
    width: 100%;
  }

  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }

  nav ul ul ul a {
    padding: 0 80px;
  }

  nav a:hover,
  nav ul ul ul a {
    background-color: #000000;
  }

  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a {
    padding: 14px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
  }

  nav ul li ul li .toggle,
  nav ul ul a {
    background-color: #212121;
  }

  /* Hide Dropdowns by Default */
  nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of "nav a" */
  }

  /* Hide menus on hover */
  nav ul ul li:hover > ul,
  nav ul li:hover > ul {
    display: none;
  }

  /* Fisrt Tier Dropdown */
  nav ul ul li {
    display: block;
    width: 100%;
  }

  nav ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of "nav ul ul li" */
  }
}

@media (max-width: 767px) {
  #clockdiv {
    max-width: 320px;
  }
  #clockdiv > div {
    margin-bottom: 8px;
  }
  .coming-soon-hero .video-caption p {
    margin-top: 20px;
    font-size: 15px;
  }
  .blog-feature-img {
    height: 420px;
  }
  .blog-caption {
    font-size: 21px;
  }
  .blog-small-title {
    margin-top: 25px;
    font-size: 14px;
  }
  .post-controls span {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .post-controls {
    margin-bottom: 15px;
  }
  .parallax-hero.coming-soon-hero {
    height: 100vh;
  }
  .coming-soon-hero .slider-text h1 {
    font-size: 34px;
  }
  .big-caption {
    font-size: 77px !important;
  }
  .parallax-hero {
    height: calc(100vh - 60px);
    position: relative;
  }
  .hero-video {
    height: calc(100vh - 60px);
  }
  .featured-blog-box {
    margin-bottom: 30px;
  }

  .pricing-box {
    margin-bottom: 30px;
  }
  .equal-height {
    display: block;
  }
  .BackToTop i {
    line-height: 30px;
  }
  .BackToTop {
    width: 30px;
    height: 30px;
    opacity: 0.7;
  }
  .box-bg {
    height: 400px;
    position: initial;
    margin-top: 15px;
    border-radius: 10px;
    padding: 80px !important;
  }
  .box-contant {
    padding: 30px 15px;
  }
  .item {
    height: calc(100vh - 60px);
  }
  .slider-main .item {
    height: calc(100vh - 60px);
  }
  .slider-main .slider-text h1 {
    font-size: 29px;
  }
  .call-to-action h1,
  .call-to-action a {
    float: none;
  }
  .yamm .dropdown-menu {
    transform: translateY(0px);
  }
  .dropdown b.caret {
    display: inline-block;
  }
  .call-to-action h1 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px;
  }
  .call-to-action {
    text-align: center;
  }
  .project ul li {
    width: 32%;
    margin: 2px;
    border-right: 1px solid #d16623;
  }
  .project ul li a {
    padding: 10px 0;
  }
  .BackToTop {
    bottom: 15px;
    right: 15px;
    top: auto;
  }
  .navbar-collapse.in {
    max-height: 450px;
    overflow-y: auto;
  }
  .header-fix {
    height: 60px;
  }
  .navbar-brand {
    padding-left: 16px;
  }
  .contact-box {
    padding: 60px 20px;
  }
  .form-wrapper {
    padding-right: 40px;
  }
  #company-location {
    width: 100%;
    position: relative;
    height: 300px;
    right: auto;
    left: auto;
    margin-top: 40px;
  }
  .register-left-graphic {
    display: none;
  }
  .register-forms {
    height: 440px;
    width: 100%;
    padding: 50px 15px 0px 15px;
  }
  .register-footer {
    width: 100%;
    border-top: none;
    left: 0px;
  }
  .slider-text h1 {
    font-size: 18px;
  }
  .slider-text p {
    letter-spacing: 2px;
    font-size: 10px;
  }
  .slider-img img {
    max-width: 100%;
  }
  .carousel-caption {
    text-align: center;
    top: 10px;
  }
  .navbar-brand > img {
    width: auto;
    height: 50px;
    margin-top: 6px;
  }
  .yamm-fw .dropdown-menu .grid-demo {
    padding: 0 10px;
  }
  .navbar-brand {
    height: 60px;
  }
  .user-resistration-inner {
    min-height: 400px;
    max-width: 700px;
    width: calc(100% - 20px);
  }
  .yamm-fw .dropdown-menu .row h4 {
    font-size: 13px;
    border-bottom: 2px solid #d16623;
    margin-bottom: 15px;
    color: #afafaf;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 35px;
  }
  .mega-menu-ul li {
    margin-bottom: 5px;
  }
  .navbar-default .navbar-toggle {
    border: none;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 9px;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .header-dark .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    font-weight: 700;
    padding: 0 15px;
  }
  .hide-mobile {
    display: none !important;
  }
  .search-bar {
    transform: rotateX(0deg);
    display: none;
    animation: search-hide 0.3s ease-in;
  }
  .hide-md {
    display: block !important;
  }
  .search-open {
    float: right;
    font-size: 18px;
    line-height: 59px;
    margin-right: 9px;
  }
  .search-bar.active {
    display: block;
    right: 0px;
    animation: search 0.3s ease-in;
  }
  .search-bar input {
    width: 200px;
  }
  .search-bar .search-btn {
    display: block;
    width: 100px;
  }
  #slider-main,
  #slider-main .owl-wrapper,
  #slider-main .owl-item,
  #slider-main .item {
    height: calc(100vh - 60px);
    min-height: 570px;
  }
  .f-1,
  .f-2,
  .f-3 {
    margin-bottom: 20px;
  }
}
.nav.navbar-nav {
  float: left;
}

@media (max-width: 576px) {
  .footer-list {
    float: left;
  }
  .equal-height .col-md-6 {
    margin: 0 !important;
  }
  .box-bg {
    padding: 0 !important;
  }
  nav a {
    padding: 0px 20px 0 0;
  }
}

@media (max-width: 550px) {
  #gallary-modal .modal-title {
    font-size: 12px;
  }
  .modal-body {
    padding: 5px;
  }
  .post-controls span {
    margin-right: 0px;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .blog-caption {
    font-size: 14px;
  }
  .blog-left p {
    font-size: 12px;
  }
  .blog-left {
    padding: 20px;
  }
  .subscribe-now input {
    width: 180px;
  }
  .subscribe-now {
    width: 280px;
    margin-top: 10px;
  }
  #error-page .caption-bottom {
    font-size: 18px;
  }
  .logo-footer {
    width: 100px;
  }
  .box-contant h2 {
    margin-top: 0;
    line-height: 28px;
    font-size: 20px;
  }
  .slider-main .slider-text h1 {
    font-size: 20px;
  }
  .project ul li {
    width: 48%;
    margin: 2px;
    border-right: 1px solid #d16623;
  }
  .client-contant {
    background-image: none;
  }
  .box-bg {
    height: 400px;
  }
  .section {
    padding: 50px 0px;
  }
  .section-title span {
    padding: 5px 10px;
    font-size: 13px;
  }
  .section-title h1 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    margin-top: 15px;
  }
  .service-box-1 a {
    display: block;
    font-size: 14px;
  }
  .service-box-1.last {
    margin-bottom: 0px;
  }
  .gallery-row .col-md-4.last {
    margin-bottom: 0px;
  }
  .project-wrapper.last {
    margin-bottom: 0px;
  }
  .team-member.last {
    margin-bottom: 0px;
  }
  .featured-blog-box.last {
    margin-bottom: 0px;
  }
  .about-right-side {
    margin: 0px;
    margin-top: 40px;
  }
  .open-modal {
    display: block;
    padding: 10px;
  }
  .decoration-text {
    display: none;
  }
  .conatnt-row {
    padding-top: 30px;
  }
  .f-1,
  .f-2,
  .f-3 {
    margin-bottom: 20px;
  }
  .footer-title {
    margin-bottom: 15px;
  }
  .contact-box {
    padding: 60px 20px;
  }
  #company-location {
    width: 100%;
    position: relative;
    height: 300px;
    right: auto;
    left: auto;
    margin-top: 40px;
  }
  .form-wrapper {
    padding: 15px;
    padding-right: 15px;
  }
  .contact-details-top {
    display: block;
  }
  .gallery-row {
    padding-top: 20px;
  }
  .box-contact {
    margin-bottom: 50px;
  }
  .icon {
    font-size: 30px !important;
  }
  .slider-text h1 {
    margin-bottom: 10px;
  }
  .slider-text a {
    margin-top: 0px;
  }
}
@keyframes search {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes search-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ===================================
Page Loader
====================================== */
.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/loader.html) #fff center no-repeat;
  z-index: 9999;
  background-size: 100px;
}
/* ===================================
Demo Pages
====================================== */
.demos-inner {
  overflow: auto;
  height: 100%;
}
.demos {
  height: 100vh;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 320px;
  z-index: 888;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14901960784313725);
}
.theme-setting:focus,
.theme-setting:hover {
  color: #d16623;
}
.theme-setting:hover i {
  transform: rotate(180deg);
  transition: 0.5s;
}
.theme-setting {
  padding: 10px;
  color: #d16623;
  position: absolute;
  top: 140px;
  font-size: 20px;
  left: -41px;
  padding-left: 16px;
  border-radius: 2px;
  background: #fff;
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.12156862745098039);
  display: none !important;
}
.demo-header {
  width: 100%;
  margin-top: 0px;
  padding: 27px 0;
  background: #d16623;
  text-align: center;
}
.demo-header .btn-theme {
  padding: 8px 15px;
  background: #ffffff;
  color: #252c3e;
  border-radius: 2px;
  display: inline-block;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 13px;
}
.demo-pages {
  padding: 10px;
  padding-top: 40px;
  padding-bottom: 0px;
}
.page {
  width: 48%;
  float: left;
  margin: 1%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09019607843137255);
}
.page-footer {
  text-align: center;
  padding: 5px 10px;
  background: #252c3e;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.coming-soon-demos img {
  width: 100%;
}
.coming-soon-demos {
  padding: 35px 0;
}
body .demos {
  transform: translateX(320px);
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
body.demo-open .demos {
  transform: translateX(0px);
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 550px) {
  .demo-slider h2 {
    font-size: 22px;
  }
  .theme-setting {
    padding: 6px;
    left: -31px;
    padding-left: 10px;
  }
  .demo-header {
    padding: 13px 0;
  }
  .demo-pages {
    padding-top: 35px;
  }
  .demo-pages h4 {
    margin-top: 0px;
  }
  .demos {
    width: 270px;
  }
  body .demos {
    transform: translateX(270px);
  }
  .coming-soon-demos {
    padding: 20px 0;
  }
}
@media not all, (-webkit-transform-3d) {
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    height: 528px;
    margin-top: 80px;
  }
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  width: 100%;
}
.head-syt {
  color: white;
  vertical-align: center;
}
.head-syt:hover {
  color: white;
}
.head-syt-mail {
  color: white;
  vertical-align: center;
}
.head-syt-mail:hover {
  color: white;
}
#topbrr-icon-mail {
  color: #252c3e;
  font-size: 18px;
  padding: 10px 0px 10px 0;
  margin-left: -120px;
}
.topbrr1 {
  background-color: #c81623;
  padding-left: 270px;
}
.service-box-1 .fa {
  padding-top: 21px;
}
.con-btn {
  background-color: #f5212100 !important;
  margin-left: 20px;
  border: solid #ff4200 2px;
  color: #c81623 !important;
}
.con-btn:hover {
  background-color: #ff4200 !important;

  border: solid #ff4200 2px;
  color: #fff !important;
}
.con-btn1 {
  background-color: #ff4200 !important;
  border: solid #ff4200 2px;
  color: #000000 !important;
}
.con-btn1:hover {
  background-color: #ff4200 !important;
  border: solid #ff4200 2px;
  color: #fff !important;
}
.new-hed {
  letter-spacing: 3px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-align: justify !important;
  line-height: 1.4 !important;
}
.topbar {
  background-color: #ff4200;
  padding: 8px 0px;
}
.topbar .fa {
  color: #fff !important;
}
.img-pro-gear {
  width: 100%;
  height: 250px;
  margin-top: 50px;
  margin-left: 450px;
  padding: 20px;
  border: 1px solid #c9c9c9;
}

.trigger {
  text-align: center;
  padding: 7px 13px;
  background: #3e3e3e;
  color: #fff;
  font-size: 15px;
  outline: none;
  border: none;
  /*border-radius: 5px;
    font-family: cursive;*/
}
.form-group textarea {
  border: 1px solid #ff4200;
  margin-top: 10px;
}
.form-group label {
  font-weight: normal;
}
.form-group input {
  border: 1px solid #ff4200;
}

.modals {
  position: fixed;
  z-index: 999 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #c98e67;
  padding: 20px !important;
  width: 50%;
  border-radius: 0.5rem;
  color: #fff;
}
button.btn.btn-default {
  background: black;
  color: #fff;
  padding: 10px 20px;
  border: 0;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #ff4200 !important;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.sub-popup-form .modal {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;  
}

.sub-popup-form .modal-content {
  margin: auto;
  display: block;
}
.sub-popup-form .modal-contents h2 {
  text-align: center;
  margin: 20px 0;
  color: #000;
  font-size: 25px;
  font-weight: 700;
}
.sub-popup-form .modal-dialog{
  width: 40%;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.image img {
  max-width: 500px !important;
  max-height: 450px !important;
  margin-top: 50px;
}
.image h2 {
  margin-top: 20px;
  margin-bottom: 0px !important;
  font-weight: bold;
  color: #ff421f !important;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .image img {
    max-width: 300px !important;
    max-height: 300px !important;
  }
  .page-head {
    padding: 50px 0;
    height: 250px;
    margin-top: 0 !important;
  }
  .page-header-title h1 {
    font-size: 20px;
    font-weight: 500;
    padding: 6px 15px;
  }
  .page-header-title ul li {
    font-weight: 400;
    font-size: 12px;
  }
  iframe {
    width: 100% !important;
    height: 250px;
  }
  .mySlides img {
    height: 160px !important;
  }
}

@media (max-width: 320px) {
  .box-bg video {
    height: 300px;
  }
}

@media only screen and (max-width: 500px) {
  .fort {
    margin-top: 138px !important;
    font-size: 15px !important;
    text-align: left;
  }
}

@media only screen and (max-width: 500px) {
  .fort1 {
    font-size: 12px !important;
    text-align: left;
  }
}
.fot-con {
  color: #fff;
}
.whatsappbtn {
  background: url(../whatsapp-ico.png) no-repeat;
  width: 40px;
  height: 46px;
  position: fixed;
  right: 0;
  top: 49%;
  z-index: 250;
}

.whatsappbtn a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 567px) {
  .img-pro-gear {
    margin-left: 5px;
  }
}

@media (max-width: 567px) {
  .res-bann {
    height: 200px !important;
  }
}

@media (max-width: 567px) {
  .fort {
    padding-top: 10px !important;
  }
}

@media (max-width: 425px) {
  .featured-blog-box .featured-img {
    width: 100% !important;
  }
  .blod-content img {
    max-width: 100%;
  }
}


/* Call to Action */
.sub-whatapp-icon {
        position: relative;
}
.sub-whatapp-icon a {
        position: fixed;
        bottom: 30px;
        z-index: 999999;
        right: 30px;
}
.sticky-icon {
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0%;
        width: 220px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.sticky-icon a {
        transform: translate(-160px, 0px);
        border-radius: 0 0px 0px 0;
        text-align: right;
        margin: 2px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px;
        font-size: 18px;
        transition: all 0.8s;
        position: relative;
}
.sticky-icon a::before {
        width: 26px;
        height: 60px;
        content: "";
        background: url(../images/right-tr.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0px;
        right: -19px;
}
.sticky-icon a:hover {
        color: #ffffff;
        transform: translate(0px, 0px);
}
.sticky-icon a:hover i {
        transform: rotate(360deg);
}
/*.search_icon a:hover i  {
transform:rotate(360deg);}*/
.Facebook {
        background-color: #2c80d3;
        color: #fff;
}
.Youtube {
        background-color: #fa0910;
        color: #fff;
}
.Twitter {
        background-color: #53c5ff;
        color: #fff;
}
.Instagram {
        background-color: #fd1d1d;
        color: #fff;
}
.Google {
        background-color: #d34836;
        color: #fff;
}
.sticky-icon a i {
        background-color: #fff;
        height: 40px;
        width: 40px;
        color: #000;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        margin: 0 -4px 0 10px;
        transition: all 0.5s;
}
.sticky-icon a i.fa-facebook-f {
        background-color: #fff;
        color: #2c80d3;
}
.sticky-icon a i.fa-google-plus-g {
        background-color: #fff;
        color: #d34836;
}
.sticky-icon a i.fa-instagram {
        background-color: #fff;
        color: #fd1d1d;
}
.sticky-icon a i.fa-youtube {
        background-color: #fff;
        color: #fa0910;
}
.sticky-icon a i.fa-twitter {
        background-color: #fff;
        color: #53c5ff;
}
.fas fa-shopping-cart {
        background-color: #fff;
}
#myBtn {
        height: 50px;
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        text-align: center;
        padding: 10px;
        text-align: center;
        line-height: 40px;
        border: none;
        outline: none;
        background-color: #1e88e5;
        color: white;
        cursor: pointer;
        border-radius: 50%;
}
.fa-arrow-circle-up {
        font-size: 30px;
}
#myBtn:hover {
        background-color: #555;
}
.all-icon-color {
        background-color: #080403;
}
.sub-modal-popup .form-group .form-control {
        height: 45px;
        font-size: 16px;
        border: 1px solid #373435;
        margin: 0 0 15px 0;
}
.sub-modal-popup .form-group textarea {
        height: auto !important;
        padding: 15px;
}
.sub-modal-popup .modal-body {
        padding: 30px 30px 15px 30px;
}
.sub-modal-popup .modal-footer .btn-primary {
        font-size: 18px;
        background: #77204a;
        border: 1px solid #77204a;
        border-radius: 6px;
        padding: 8px 35px;
}
.sub-modal-popup .modal-footer .btn-primary:hover {
        background: #db1f68;
        border: 1px solid #db1f68;
}
.footer-form {
        padding: 0 0 30px 0;
}
.footer-form .form-group .form-control {
        font-size: 16px;
        height: 45px;
        border: 1px solid #77204a;
        margin: 0 0 15px 0;
}
.footer-form .form-group textarea {
        height: auto !important;
        padding: 20px 25px;
}
/* Call to Action End */

/* Footer Whatsapp & Call icon Left Right */
.footer-whatsapp-left{
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 100px 0;
  z-index: 999999;
}
.footer-whatsapp-left a{
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-call-right{
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 180px 0;  
  z-index: 999999;
}
.footer-call-right a{
  display: flex;
  align-items: center;
  justify-content: center;
}

.vibrate-3 {
    -webkit-animation: vibrate-3 1s linear infinite both;
    animation: vibrate-3 1s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.mobile-footer-social-icon-main{display: none;}
/* Footer Whatsapp & Call icon Left Right End */

.sub-popup-form .form-group .form-control {
  font-size: 16px;
  border: 1px solid #373435;
  padding: 20px 15px;
  margin: 0 0 5px 0;
}

.sub-popup-form .modal-content a {
  color: #0b0b0b;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 15px 0 0 0;
}
.sub-popup-form .modal-title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}
.sub-popup-form .modal-header {
  background: #000000;
}
.sub-popup-form .modal-body{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-popup-form form{
  margin: 0;
  padding: 0;
}
.sub-popup-form .modal-logo{
  width: 100%;
  display: inline-block;
  text-align: center;
}
.sub-popup-form .modal-footer{
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 15px 0 0 0;
}
.sub-popup-form .modal-footer .form-group input{
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  background: #ff4200;
  border: 1px solid #ff4200;
  margin: 0 0 0 16px;
}
.sub-popup-form .modal-footer .form-group input:hover{
  background: #000000;
  border: 1px solid #000000; 
}
.sub-popup-form .close{
  color: #ffffff;
  position: absolute;
  opacity: 0.9;
  top: 5px;
  right: 20px;
}
.topbar a{
  color: #ffffff;
}

.sub-form-home .form-group input{
  padding: 10px 15px;
  margin: 0;
}
.sub-form-home form{
  margin: 0;
}
.sub-form-home .btn-theme{
  border: 0px;
}