 
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;700&amp;Lora:ital&amp;family=Roboto:wght@400;500&amp;display=swap");
/*===============================
    Font Family
=================================*/
/*===============================
    Colors
=================================*/
body {
  font-size: 1.6rem;
  line-height: 1.71429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Rubik', sans-serif;
  color: #767d8a;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Rubik', sans-serif;
  line-height: 1.4074;
  color: #232931; }

h1,
.h1 {
  font-size: 5.2rem; }

h2,
.h2 {
  font-size: 4.2rem; }

h3,
.h3 {
  font-size: 3.8rem; }

h4,
.h4 {
  font-size: 3.2rem; }

h5,
.h5 {
  font-size: 2.4rem; }

h6,
.h6 {
  font-size: 1.8rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232931;
 font-family: 'Rubik', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3px;
  margin-bottom: 20px; }

p {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem; }

::-moz-selection {
  background: #232931;
  color: #f7f7f7; }

::selection {
  background: #232931;
  color: #f7f7f7; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 9px; }
@media only screen and (min-width: 992px) {
  html {
    font-size: 10px; } }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*:focus {
  outline: none; }

html,
html a,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
dl,
th,
dt,
input,
textarea,
span,
div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
     background-color: #f0f2f5;
  -webkit-tap-highlight-color: transparent; }

img {
  max-width: 100%; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

a {
  text-decoration: none; }

a {
  color: #232931;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

a:hover {
  color: #0271c7;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

.underline {
  text-decoration: underline;
  font-size: 1.6rem;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.underline:hover {
  color: #0271c7;
  text-decoration: underline;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

section {
  position: relative; }

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid rgba(35, 41, 49, 0.1); }

.hr-content {
  max-width: 1140px;
  margin: 0 auto; }

.color-light {
  color: #ffffff !important; }

.color-gray {
  color: #f7f7f7 !important; }

.color-dark {
  color: #232931 !important; }

.color-black {
  color: #17191b !important; }

.color-primary {
  color: #0271c7 !important; }

.color-secondary {
  color: #f04037 !important; }

.bg-light {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #f7f7f7 !important; }

.bg-dark {
  background-color: #232931 !important; }

.bg-black {
  background-color: #17191b !important; }

.bg-primary {
  background-color: #0271c7 !important; }

.bg-secondary {
  background-color: #f04037; }

.bg-gradient {
  background-color: #0271c7;
  background: #0271c7;
  background: linear-gradient(320deg, #0271c7 0%, #f04037 100%); }

.bg-img {
  position: relative; }
.bg-img__contain {
  background-position: center;
  background-size: contain; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; }
.overlay--dark {
  background-color: rgba(35, 41, 49, 0.45); }

/* -------- "margin helpers" and "padding helpers"  --------- */
.mt-120 {
  margin-top: -120px !important; }

.pt-120 {
  padding-top: -120px !important; }

.mb-120 {
  margin-bottom: -120px !important; }

.pb-120 {
  padding-bottom: -120px !important; }

.ml-120 {
  margin-left: -120px !important; }

.pl-120 {
  padding-left: -120px !important; }

.mr-120 {
  margin-right: -120px !important; }

.pr-120 {
  padding-right: -120px !important; }

.mt-100 {
  margin-top: -100px !important; }

.pt-100 {
  padding-top: -100px !important; }

.mb-100 {
  margin-bottom: -100px !important; }

.pb-100 {
  padding-bottom: -100px !important; }

.ml-100 {
  margin-left: -100px !important; }

.pl-100 {
  padding-left: -100px !important; }

.mr-100 {
  margin-right: -100px !important; }

.pr-100 {
  padding-right: -100px !important; }

.mt0 {
  margin-top: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.mt120 {
  margin-top: 120px !important; }

.pt120 {
  padding-top: 120px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.ml120 {
  margin-left: 120px !important; }

.pl120 {
  padding-left: 120px !important; }

.mr120 {
  margin-right: 120px !important; }

.pr120 {
  padding-right: 120px !important; }

#scrollTopBtn {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 14px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #232931;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
#scrollTopBtn.active {
  right: 30px;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
#scrollTopBtn:hover {
  background-color: #0271c7;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

.social__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.social__icons li {
  margin-right: 2rem; }
.social__icons li:last-of-type {
  margin-right: 0; }
.social__icons li a {
  font-size: 15px;
  color: #232931; }
.social__icons li a:hover {
  color: #0271c7; }

.box-shadow-img {
  width: 100%;
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1rem 0.2rem rgba(35, 41, 49, 0.3);
  box-shadow: 0 0 1rem 0.2rem rgba(35, 41, 49, 0.3); }

.owl-theme .owl-dots .owl-dot span {
  width: 2rem;
  height: 0.8rem;
  margin: 0.5rem 0.7rem;
  background-color: rgba(35, 41, 49, 0.2);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0271c7;
  width: 4rem;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.cursor {
  width: 2rem;
  height: 2rem;
  border: solid 3px #232931;
  background-color: #232931;
  border-radius: 50%;
  position: fixed;
  z-index: 99999999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
  margin: 1rem; }
.cursor--link {
  background-color: #0271c7;
  border-color: #0271c7; }
.cursor--primary {
  background-color: #0271c7;
  border-color: #0271c7; }

.helf-gray {
  position: relative;
  z-index: 1; }
.helf-gray::after {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f7f7f7;
  content: "";
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.helf-gray-right {
  position: relative;
  z-index: 1; }
 
.subs .details-page {
    border-bottom: none;
    margin-bottom: 0;
}
.subs .details-page h2 {
    border: none;
    padding-bottom: 0;
}
.thrid-gray {
  position: relative;
  z-index: 1; }
.thrid-gray::after {
  position: absolute;
  width: 33%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f7f7f7;
  content: "";
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.thrid-gray-right {
  position: relative;
  z-index: 1; }
/* .thrid-gray-right::after { */
  /* position: absolute; */
  /* width: 33%; */
  /* right: 0; */
  /* top: 0; */
  /* bottom: 0; */
  /* background-color: #f7f7f7; */
  /* content: ""; */
  /* z-index: -1; */
  /* border-top-right-radius: 5px; */
  /* border-bottom-right-radius: 5px; } */

.bg-shape-right {
  position: relative;
  overflow-y: visible;
  background-color: transparent; }
.bg-shape-right:after {
  content: "";
  position: absolute;
  width: 60%;
  right: -10%;
  top: 2%;
  height: 1475px;
  background-image: url("../imgs/shape-right.svg");
  background-position: left top;
  z-index: -1;
  background-repeat: no-repeat; }

.bg-shape-left {
  position: relative;
  overflow-y: visible;
  background-color: transparent; }
.bg-shape-left:after {
  content: "";
  position: absolute;
  width: 50%;
  left: -10%;
  top: 2%;
  height: 1675px;
  bottom: 0;
  background-image: url("../imgs/shape-left.svg");
  background-position: right top;
  background-repeat: no-repeat;
  z-index: -1; }

.bg-shape-left *, .bg-shape-right * {
  z-index: 1; }

.info-list {
  position: relative; }
.info-list__item {
  font-size: 1.5rem;
  margin: 1rem 0;
  font-weight: 500; }
.info-list__icon {
  margin-right: 1rem;
  color: #767d8a;
  font-size: 1.6rem; }
.info-list__data {
  color: #767d8a; }
.info-list__data a {
  color: #767d8a; }
.info-list__data a:hover {
  color: #ffffff; }

.icon-list {
  padding-top: 45px;
  padding-bottom: 30px;
  text-align: left; }
.icon-list li {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
.icon-list .list__icon {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  font-size: 4rem;
  margin-right: 2.5rem;
  line-height: 1;
  color: #0271c7; }
.icon-list .list__text {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #232931;
  font-weight: 500; }

.check-list {
  padding-top: 45px;
  padding-bottom: 30px;
  text-align: left; }
.check-list li {
  position: relative;
  text-transform: capitalize;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 14px; }
.check-list li:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 11px;
  color: #0271c7; }

.minus-t-120 {
  -webkit-transform: translateY(-12rem);
  transform: translateY(-12rem); }

.imgs-wrap {
  display: block;
  margin-top: 5rem;
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: right; }
.imgs-wrap__back {
  width: 80%;
  height: 40rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-right: 0;
  margin-left: auto; }
.imgs-wrap__front {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 40%;
  right: 40%;
  bottom: -10%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px 2px rgba(35, 41, 49, 0.1);
  box-shadow: 0 0 30px 2px rgba(35, 41, 49, 0.1); }
@media only screen and (min-width: 992px) {
  .imgs-wrap {
    display: inline-block;
    margin-top: 0;
    position: relative;
    width: 100%;
    margin-left: 10%;
    text-align: right; } }

.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important; }

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 1rem 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.social-list__link {
  display: block;
  width: 4rem;
  height: 4rem;
  font-size: 2.4rem;
  color: #767d8a; }
.social-list__link:hover {
  color: #0271c7; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  /* background-color: #000000; */
  display: inline-block;
  width: 4rem;
  height: 4rem;
  text-align: center;
  padding: 0;
  line-height: 4.2rem;
  border-radius: 0.5rem;
  top: 0;
  right: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0; }

img.mfp-img {
  padding: 0 !important; }

.mfp-counter {
  padding: 1rem;
  color: #333333;
  font-weight: 500;
  font-size: 1.6rem; }

.preloader {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99999;
  height: 100%;
  width: 100%;
  background-color: #232931; }
.preloader .preloader-wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh; }

.spinner-loader {
  display: inline-block;
  position: relative;
  width: 6rem;
  height: 6rem; }
.spinner-loader div {
  position: absolute;
  border: 4px solid #0271c7;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
.spinner-loader div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

@-webkit-keyframes spinner-loader {
  0% {
    top: 35px;
    left: 35px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 70px;
    height: 70px;
    opacity: 0; } }

@keyframes spinner-loader {
  0% {
    top: 35px;
    left: 35px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 70px;
    height: 70px;
    opacity: 0; } }

/*
    Flaticon icon font: Flaticon
    Creation date: 28/09/2018 08:40
    */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.html") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.html") format("svg"); } }

.flaticon:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon2.eot");
  src: url("../fonts/Flaticon2d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon2.woff2") format("woff2"), url("../fonts/Flaticon2.woff") format("woff"), url("../fonts/Flaticon2.ttf") format("truetype"), url("../fonts/Flaticon2.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon2.svg#Flaticon") format("svg"); } }

.flaticon-notification:before {
  content: "\f100"; }

.flaticon-padlock:before {
  content: "\f101"; }

.flaticon-settings:before {
  content: "\f102"; }

.flaticon-filter:before {
  content: "\f103"; }

.flaticon-download:before {
  content: "\f104"; }

.flaticon-delete:before {
  content: "\f105"; }

.flaticon-placeholder:before {
  content: "\f106"; }

.flaticon-picture:before {
  content: "\f107"; }

.flaticon-search:before {
  content: "\f108"; }

.flaticon-folder:before {
  content: "\f109"; }

.flaticon-links:before {
  content: "\f10a"; }

.flaticon-message:before {
  content: "\f10b"; }

.flaticon-mic:before {
  content: "\f10c"; }

.flaticon-volume:before {
  content: "\f10d"; }

.flaticon-view:before {
  content: "\f10e"; }

.flaticon-shield:before {
  content: "\f10f"; }

.flaticon-sending:before {
  content: "\f110"; }

.flaticon-options:before {
  content: "\f111"; }

.flaticon-chat:before {
  content: "\f112"; }

.flaticon-label:before {
  content: "\f113"; }

.flaticon-cancel:before {
  content: "\f114"; }

.flaticon-scissors:before {
  content: "\f115"; }

.flaticon-paste:before {
  content: "\f116"; }

.flaticon-share:before {
  content: "\f117"; }

.flaticon-upload:before {
  content: "\f118"; }

.flaticon-flag:before {
  content: "\f119"; }

.flaticon-favourite:before {
  content: "\f11a"; }

.flaticon-diagram:before {
  content: "\f11b"; }

.flaticon-like:before {
  content: "\f11c"; }

.flaticon-lightbulb:before {
  content: "\f11d"; }

.flaticon-portfolio:before {
  content: "\f11e"; }

.flaticon-rocket:before {
  content: "\f11f"; }

.flaticon-code:before {
  content: "\f120"; }

.flaticon-browser:before {
  content: "\f121"; }

.flaticon-refresh:before {
  content: "\f122"; }

.flaticon-pencil:before {
  content: "\f123"; }

.flaticon-store:before {
  content: "\f124"; }

.flaticon-shopping-cart:before {
  content: "\f125"; }

.flaticon-smartphone:before {
  content: "\f126"; }

.flaticon-profile:before {
  content: "\f127"; }

.flaticon-home:before {
  content: "\f128"; }

.flaticon-bookmark:before {
  content: "\f129"; }

.flaticon-star:before {
  content: "\f12a"; }

.flaticon-save:before {
  content: "\f12b"; }

.flaticon-checklist:before {
  content: "\f12c"; }

.flaticon-zip:before {
  content: "\f12d"; }

.flaticon-cards:before {
  content: "\f12e"; }

.flaticon-switch:before {
  content: "\f12f"; }

.flaticon-checkbox:before {
  content: "\f130"; }

.flaticon-browser-1:before {
  content: "\f131"; }

.flaticon-database:before {
  content: "\f132"; }

.flaticon-fullscreen:before {
  content: "\f133"; }

.flaticon-tag:before {
  content: "\f134"; }

.flaticon-calendar:before {
  content: "\f135"; }

.flaticon-print:before {
  content: "\f136"; }

.flaticon-usb:before {
  content: "\f137"; }

.flaticon-tap:before {
  content: "\f138"; }

.flaticon-diamond:before {
  content: "\f139"; }

.flaticon-reply:before {
  content: "\f13a"; }

.flaticon-warning:before {
  content: "\f13b"; }

.flaticon-propeller:before {
  content: "\f100"; }

.flaticon-drone:before {
  content: "\f101"; }

.flaticon-antenna:before {
  content: "\f102"; }

.flaticon-control:before {
  content: "\f103"; }

.flaticon-drone-1:before {
  content: "\f104"; }

.flaticon-drone-2:before {
  content: "\f105"; }

.flaticon-remote-control:before {
  content: "\f106"; }

.flaticon-radar:before {
  content: "\f107"; }

.flaticon-drone-3:before {
  content: "\f108"; }

.flaticon-battery:before {
  content: "\f109"; }

/* ------------------------------------- */
/* *. Header .......................... */
/* ------------------------------------- */
.header {
  -webkit-box-shadow: rgba(65, 62, 101, 0.08) 0 0 2rem 2px;
  box-shadow: rgba(65, 62, 101, 0.08) 0 0 2rem 2px;
  padding: 1.5rem;
  z-index: 99;
  background-color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.header__logo {
   }
.header__logo--small {
   }
.header__content {
  text-align: right; }
.header__main-logo {
  display: none;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.header__sticky-logo {
  display: block;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.header__nav {
  display: none; }
.header__menu {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.header__item {
  list-style-type: none;
  padding: 0 1.5rem;
  margin: 0; }
.header__link {
  font-size: 1.5rem;
  color: #232931;
  font-weight: 500;
  line-height: 7rem;
  position: relative;
     padding: 0.5rem 0;
  margin-left: 5px;
  display: block;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize; }
.header__link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #0271c7;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.header__link:hover, .header__link.active {
  color: #0271c7; }
.header__link:hover:after, .header__link.active:after {
  width: 3rem;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.header__addons {
  margin-left: 2.5rem; }
.header__search {
  font-size: 18px;
  padding: 10px;
  margin: 0 10px; }
.header--transparent {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff; }
.header--centered {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  max-width: 114rem;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffffff;
  border-radius: 0; }
.header--centered.header--sticky {
  top: 2rem; }
.header--centered.header--sticky .header__link {
  padding: 1rem 0; }
@media only screen and (min-width: 992px) {
  .header--centered {
    top: 2rem;
    border-radius: 5px; }
  .header--centered.header--sticky {
    top: 2rem; }
  .header--centered.header--sticky .header__link {
    padding: 1rem 0; } }
.header--sticky {
  position: fixed;
  width: 100%;
  -webkit-animation: header-trans 0.6s;
  animation: header-trans 0.6s;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
  box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.header--sticky .header__main-logo {
  display: none;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.header--sticky .header__sticky-logo {
  display: block;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.header--sticky .header__link {
  padding: 0;
  color: #232931;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.header--sticky .header__link:hover, .header--sticky .header__link.active {
  color: #0271c7; }
.header--sticky .header__search {
  color: #232931; }
@media only screen and (min-width: 992px) {
  .header {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    padding: 0; }
  .header__content {
    text-align: left; }
  .header__main-logo {
    display: block;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
  .header__sticky-logo {
    display: none;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__addons {
    margin-left: 2.5rem; }
  .header__search {
    font-size: 18px;
    padding: 10px;
    margin: 0 10px; }
.header--transparent {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #121212;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    background: #00000054;
}
  .header--transparent .header__link {
    color: #fff;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
  .header--transparent .header__link:hover, .header--transparent .header__link.active {
    color: #fff; }
  .header--transparent .header__search {
    color: #ffffff; }
  .header--sticky {
    position: fixed;
    width: 100%;
    -webkit-animation: header-trans 0.6s;
    animation: header-trans 0.6s;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
    box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
  .header--sticky .header__main-logo {
    display: none;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
  .header--sticky .header__sticky-logo {
    display: block;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
  .header--sticky .header__link {
    padding: 0;
    color: #232931;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
  .header--sticky .header__link:hover, .header--sticky .header__link.active {
    color: #0271c7; }
  .header--sticky .header__search {
    color: #232931; }
  .header .mobile-menu__btn {
    display: none; } }

.has_sub_menu {
  /* padding-right: 2rem !important; */
  position: relative; }
.has_sub_menu:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 7px;
  font-size: 10px;
  content: "\f078"; }
.has_sub_menu.active_menu:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

ul.sub_menu {
  background-color: #f7f7f7;
  position: absolute;
  padding: 5px 0;
  min-width: 220px;
  width: auto;
  height: auto;
  margin: 1px 0 0 0;
  opacity: 1;
  display: none;
  color: #232931;
  border-radius: 5px;
  border-bottom: solid 2px #0271c7;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
ul.sub_menu li {
  display: block;
  padding: 0;
  margin: 0; }
ul.sub_menu li a.nav-link {
  padding: 0.7rem 0.7rem !important;
  display: block;
  margin-left: 0;
  word-break: break-word;
  overflow: hidden;
  font-size: 1.4rem;
  color: #232931;
  font-weight: 500;
  position: relative;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  text-align: left; }
ul.sub_menu li a.nav-link:hover {
  color: #0271c7; }
ul.sub_menu li a.nav-link:before {
  content: none !important; }

@media (min-width: 992px) {
  .header li:hover > ul {
    display: block;
    visibility: visible;
    -webkit-animation: menuEffect 0.4s both;
    animation: menuEffect 0.4s both;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; } }

.mobile-menu__btn {
  width: 3rem;
  height: 2.5rem;
  margin-right: 0;
  border-radius: 0.5rem;
  position: relative;
  display: block;
  margin-left: auto; }
.mobile-menu__btn span {
  width: 2rem;
  overflow: hidden;
  height: 4px;
  display: block;
  background-color: #232931;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.mobile-menu__btn span:before {
  content: "";
  position: absolute;
  top: -1px;
  background-color: #232931;
  width: 100%;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.mobile-menu__btn span:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #232931;
  width: 100%;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.mobile-menu__btn.active span {
  width: 4rem;
  background-color: #0271c7;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.mobile-menu__btn.active span:after, .mobile-menu__btn.active span:before {
  width: 2rem;
  background-color: #0271c7;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

.mobile-menu-overlay {
  position: fixed;
  left: 0;
  right: 0;
  background-color: rgba(35, 41, 49, 0.2);
  top: 9rem;
  bottom: 0;
  z-index: 99;
  display: none;
  -webkit-transition: all ease-in-out 0.4;
  transition: all ease-in-out 0.4; }
.mobile-menu-overlay.active {
  display: block;
  -webkit-transition: all ease-in-out 0.4;
  transition: all ease-in-out 0.4; }

.mobile-menu {
  display: block;
  background-color: #ffffff;
  position: fixed;
  top: 8rem;
  bottom: 0;
  overflow-y: auto;
  left: -35rem;
  z-index: 999;
  width: 80vw;
  min-width: 30rem;
  max-width: 35rem;
  -webkit-box-shadow: 0.4rem 2rem 2rem 0.2rem rgba(35, 41, 49, 0.06);
  box-shadow: 0.4rem 2rem 2rem 0.2rem rgba(35, 41, 49, 0.06);
  padding: 2rem;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.mobile-menu__link {
  padding: 1rem 0;
  display: block;
  border-bottom: solid 1px rgba(247, 247, 247, 0.6);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1.5rem; }
.mobile-menu::-webkit-scrollbar {
  width: 2px; }
.mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); }
.mobile-menu::-webkit-scrollbar-thumb {
  background-color: rgba(233, 32, 79, 0.5);
  outline: 2px solid #8f8f9a; }
.mobile-menu.active {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  left: 0; }
@media only screen and (min-width: 992px) {
  .mobile-menu {
    display: none; } }

@-webkit-keyframes header-trans {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes menuEffect {
  0% {
    opacity: 0;
    top: calc(100% + 20px); }
  100% {
    opacity: 1;
    top: 100%; } }

@keyframes menuEffect {
  0% {
    opacity: 0;
    top: calc(100% + 20px); }
  100% {
    opacity: 1;
    top: 100%; } }

/* ------------------------------------- */
/* *. Footer .......................... */
/* ------------------------------------- */
.footer {
  position: relative; }
.footer__top {
    padding-top: 3rem;
    padding-bottom: 2rem;
    text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer__top {
    text-align: left; } }
.footer__widget-title {
  font-size: 1.8rem;
  text-transform: capitalize;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4rem; }
.footer__list {
  position: relative; }
.footer__list-item {
  display: block;
  margin-bottom: 0.7rem; }
.footer__list-link {
  display: block;
  position: relative;
  color: #767d8a;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2em;
  text-transform: capitalize; }
.footer__list-link:hover {
  color: #ffffff; }
.footer__info {
  margin-top: 3rem; }
.footer__newsletter {
  background-color: #232931;
  padding: 3rem 3rem;
  border-radius: 0.5rem;
  color: #ffffff; }
.footer__newsletter-bio {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6; }
.footer .footer__newsletter-form .legend-input {
  margin-top: 1.5rem; }
.footer .footer__newsletter-form .form-control {
  padding-right: 5.5rem; }
.footer .footer__newsletter-form .submit-btn {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  width: 5.5rem;
  height: 5.5rem; }
.footer .footer__copyright {
  position: relative;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05); }
@media only screen and (min-width: 992px) {
  .footer .footer__copyright {
    text-align: left; } }
.footer .footer__copy {
    padding: 1rem 0;
    font-size: 1.3rem;
    color: #767d8a;
}
.footer .footer__copy a {
  color: #ffffff; }
.footer .footer__copy a:hover {
  color: #0271c7; }
.footer .footer__social {
  position: relative;
  padding: 0 0 30px 0;
  cursor: auto;
  text-align: center;
  margin: 0 auto; }
@media only screen and (min-width: 992px) {
  .footer .footer__social {
    text-align: right;
    margin: 0;
    padding: 7px 0; } }
.footer .footer__social a {
  color: #767d8a;
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 2rem; }
.footer .footer__social a:hover {
  color: #ffffff; }
.footer--one {
  position: relative;
  padding: 0 15px; }
.footer--one .footer__logo {
  position: relative;
  line-height: 1;
  padding: 0 0 28px; }
.footer--one .footer__logo img {
  max-height: 5rem; }
.footer--one .footer__nav {
  position: relative;
  padding: 3rem 0;
  text-align: center;
  line-height: 1; }
@media only screen and (min-width: 992px) {
  .footer--one .footer__nav {
    text-align: right; } }
.footer--one .footer__menu {
  position: relative;
  margin: 0;
  padding: 0; }
.footer--one .footer__item {
  cursor: auto;
  margin-right: 2rem;
  display: inline-block;
  line-height: 1; }
.footer--one .footer__item:last-child {
  margin-right: 0; }
.footer--one .footer__link {
  font-size: 1.5rem;
  display: inline-block;
  color: #767d8a;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize; }
.footer--two {
  text-align: left; }
.footer--two .footer__top {
  text-align: left; }
.footer--two .footer__widget {
  margin-bottom: 5rem; }
.footer--two .footer__widget:last-child {
  margin-bottom: 2rem; }
@media only screen and (min-width: 992px) {
  .footer--two .footer__widget {
    margin-bottom: 0 !important; } }
.footer--two .footer__widget-title {
  font-size: 1.8rem;
  text-transform: capitalize;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 3rem; }
.footer--dark {
  background-color: #17191b;
  color: #767d8a; }
.footer--dark .footer__link {
  color: #767d8a; }
.footer--dark .footer__link:hover {
  color: #ffffff; }
.footer--dark .footer__copy {
  color: #767d8a; }
.footer--dark .footer__copy a {
  color: #ffffff; }
.footer--dark .footer__copy a:hover {
  color: #0271c7; }
.footer--dark .footer__social a {
  color: #767d8a; }
.footer--dark .footer__social a:hover {
  color: #ffffff; }

/* ------------------------------------- */
/* *. Buttons .......................... */
/* ------------------------------------- */
button {
  background-color: transparent;
  border: none;
  padding: 0; }

.btn:focus,
.form-control,
.form-control:focus,
button,
button:focus {
  outline: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.btn {
  padding: 0 3rem;
  font-size: 1.5rem;
  line-height: 4.5rem;
  text-transform: capitalize;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  overflow: hidden;
  z-index: 1;
  outline: 0;
  border-radius: 5px;
  position: relative;
  background-color: #0271c7;
  color: #ffffff;
  border: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.btn span {
  background-color: #232931;
  border-radius: 50%;
  display: block;
  height: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 0;
  z-index: -1; }
.btn:hover {
  color: #ffffff;
  background-color: #232931;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.btn:hover span {
  height: 100rem;
  width: 100rem;
  z-index: -1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.btn--small {
  font-size: 1.4rem;
  line-height: 4.2rem;
  padding: 0 1rem; }
  
.noti-cont .header__link:after {
    
    background-color: unset; 	
} 
.noti-cont .has_sub_menu:before
 {
display:none;
 }	 
.noti-cont  .has_sub_menu {
    padding-right: 0rem !important; 
}  
.noti-cont  .header__item { 
    padding: 0 1rem; 
}
  
  
  
  
.btn--big {
  font-size: 1.6rem;
  line-height: 5.5rem;
  padding: 0 3.5rem; }
.btn--block {
  width: 100%; }
.btn--primary {
    background-color: unset;
    color: #ffffff;
}	
.btn--primary:hover {
  color: #ffffff;
  background-color: #232931;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.btn--light {
  background-color: #ffffff;
  color: #232931; }
.btn--light:hover {
  color: #ffffff;
  background-color: #232931;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.btn--dark {
  background-color: #232931;
  color: #ffffff; }
.btn--dark:hover {
  color: #ffffff;
  background-color: #17191b;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.btn--dark:hover span {
  background-color: #0271c7 !important;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

.btn-video {
  position: relative;
  background-color: #ffffff;
  border-radius: 100%;
  border: 0 !important;
  display: inline-block;
  text-align: center;
  color: #232931;
  font-size: 2.4rem;
  z-index: 2;
  height: 8rem;
  width: 8rem;
  line-height: 8.2rem;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.btn-video .line-video-1, .btn-video .line-video-2, .btn-video .line-video-3 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-animation: fadeOutCircle infinite 2.6s ease-in-out;
  animation: fadeOutCircle infinite 2.6s ease-in-out; }
.btn-video .line-video-2 {
  -webkit-animation-delay: .7s;
  animation-delay: .7s; }
.btn-video .line-video-3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }
.btn-video:hover {
  color: #ffffff;
  border: 0;
  outline: 0;
  background: #0271c7 none repeat scroll 0 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.btn-video--small {
  height: 6rem;
  width: 6rem;
  font-size: 1.8rem;
  line-height: 6.2rem; }

@-webkit-keyframes fadeOutCircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

@keyframes fadeOutCircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

/* ------------------------------------- */
/* *. Cover .......................... */
/* ------------------------------------- */
.cover {
  height: 100%;
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  padding-top: 10rem; }
.cover__content {
  position: relative;
  z-index: 1; }
.cover__subheading {
  padding: 10px 30px;
  background-color: #0271c7;
  border-radius: 50px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  display: inline-block; }
.cover__subheading-two {
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5rem;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-weight: 600; }
.cover__item {
  height: 90vh;
  min-height: 70rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
.cover__item:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(35, 41, 49, 0.2);
  content: "";
  z-index: 0; }
.cover__heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 5.8rem;
  text-transform: capitalize;
  margin-bottom: 3rem; }
.cover__bio {
  margin-bottom: 3rem;
  color: #f7f7f7;
  font-size: 2rem;
  line-height: 1.6; }
.cover__vector {
  margin-right: 0;
  max-width: 100%; }
@media only screen and (min-width: 992px) {
  .cover__vector {
    margin-right: -10rem;
    max-width: 130%; } }
.cover.slider-container {
  padding-top: 0; }
.cover .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0; }
.cover .owl-nav button.owl-next, .cover .owl-nav button.owl-prev {
  width: 6rem;
  height: 6rem;
  background-color: #232931;
  margin: 0;
  border-radius: 0;
  font-size: 2.8rem;
  color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.cover .owl-nav button.owl-next:hover, .cover .owl-nav button.owl-prev:hover {
  background-color: #0271c7;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

.owl-item .cover__heading {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

.owl-item .cover__bio {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

.owl-item .btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

.owl-item .cover__subheading {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

.owl-item .cover__subheading-two {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

.owl-item.active .cover__heading {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.owl-item.active .cover__heading .char {
  --char-index:15;
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index)); }

.owl-item.active .cover__bio {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.owl-item.active .btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.owl-item.active .cover__subheading {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.owl-item.active .cover__subheading .char {
  --char-index:15;
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index)); }

.owl-item.active .cover__subheading-two {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.owl-item.active .cover__subheading-two .char {
  --char-index:15;
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index)); }

/* ------------------------------------- */
/* *. Icon Box .......................... */
/* ------------------------------------- */
.fancybox {
  position: relative;
  margin: 1.5rem 0; }
.fancybox__icon {
  font-size: 48px;
  color: #0271c7;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  display: inline-block; }
.fancybox__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #232931; }
.fancybox__desc {
  font-size: 15px; }
.fancybox--two {
  padding: 6rem;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.fancybox--two:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.05);
  box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.05);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.fancybox--three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
.fancybox--three .fancybox__icon {
  width: 11rem;
  margin-right: 2rem;
  height: auto;
  line-height: 1; }
.fancybox--gray {
  background-color: #f7f7f7; }
.fancybox--dark {
  background-color: #232931;
  color: #f7f7f7; }
.fancybox--dark .fancybox__icon {
  color: #ffffff; }
.fancybox--dark .fancybox__title {
  color: #ffffff; }

.no-gutters .fancybox {
  margin: 0; }
.no-gutters .fancybox--two {
  padding: 7rem 6rem; }

/* ------------------------------------- */
/* *. Brands .......................... */
/* ------------------------------------- */
.brand-carousel {
  position: relative; }
.brand-carousel__item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-left: 3rem;
  margin-right: 3rem;
  opacity: 0.6;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.brand-carousel__item:hover {
  opacity: 1;
  -webkit-transition: all ese-in-out 0.4s;
  transition: all ese-in-out 0.4s; }
.brand-carousel__img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.grid-brand {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
.grid-brand .brand__item {
  margin: 0;
  padding: 10rem 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.grid-brand .brand__item:hover {
  opacity: 1;
  -webkit-transition: all ese-in-out 0.4s;
  transition: all ese-in-out 0.4s; }
.grid-brand .brand__item img {
    width: 190px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.grid-brand:last-of-type {
  border-bottom: 0; }
.grid-brand .col-12:last-of-type .brand__item {
  border-right: 0; }

/* ------------------------------------- */
/* *. Heading .......................... */
/* ------------------------------------- */
.heading {
  position: relative; }
.heading__title {
  font-size: 4.4rem;
  line-height: 1.35;
  color: #232931;
  font-weight: 600;
  margin-bottom: 2.5rem;
  text-transform: capitalize; }
.heading__desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 0; }
.heading--two .heading__title {
      font-size: 30px;
  line-height: 1.4;
  font-weight: 600; }
.heading--two .heading__subtitle {
  color: #0271c7;
  position: relative;
  padding-left: 7rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  margin-bottom: 1.5rem; }
.heading--two .heading__subtitle:before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 0.2rem;
  background-color: #0271c7;
  left: 0;
  top: 10px;
  bottom: 0; }
.heading--three {
  text-align: center; }
.heading--three .heading__title {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 600; }
.heading--three .heading__subtitle {
  color: #0271c7;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 1rem;
  margin-bottom: 0.2rem;
  margin-top: 5rem; }
.heading--three .heading__subtitle:before {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 4rem;
  left: 0;
  right: 0;
  top: -6rem;
  margin: 0 auto;
  background-color: #0271c7; }
.heading--three .heading__subtitle.color-light:before {
  background-color: #ffffff; }
.heading--three.text-left .heading__subtitle:before, .heading--three.text-right .heading__subtitle:before {
  content: none; }

/* ------------------------------------- */
/* *. Pricing .......................... */
/* ------------------------------------- */
.pricing {
  text-align: center;
  position: relative;
  padding: 40px 40px 50px;
  background-color: #fff;
  border-radius: 3px;
  margin: 1.5rem 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.pricing__header {
  padding-bottom: 50px; }
.pricing__title {
  font-size: 18px;
  margin-bottom: 19px;
  font-weight: 600; }
.pricing__price {
  font-size: 50px;
  color: #1b1a1a;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0; }
.pricing__time {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 13px; }
.pricing__icon {
  width: 110px;
  height: 110px;
  font-size: 6.4rem;
  line-height: 105px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 18px; }
.pricing__list {
  padding-top: 45px;
  padding-bottom: 30px;
  border-top: 1px solid #e9e9e9;
  text-align: left; }
.pricing__list li {
  position: relative;
  text-transform: capitalize;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 14px; }
.pricing__list li:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 11px;
  color: #0271c7; }
.pricing:hover {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  -webkit-box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.1);
  box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.1);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.pricing--featured {
    background-color: rgb(2 113 199);
    color: #ffffff;
}
.pricing--featured .pricing__title {
  color: #ffffff; }
.pricing--featured .pricing__price {
  color: #f7f7f7; }
.pricing--featured .pricing__time {
  color: #f7f7f7; }
.pricing--featured .pricing__icon {
  color: #ffffff; }
.pricing--featured .pricing__list {
  padding-top: 45px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(233, 32, 79, 0.3);
  text-align: left; }
.pricing--featured .pricing__list li:after {
  color: #ffffff; }

/* ------------------------------------- */
/* *. Testimonial .......................... */
/* ------------------------------------- */
.testimonial-box {
  text-align: center; }
.testimonial-box blockquote {
  font-size: 2.8rem;
  line-height: 1.5;
  font-style: italic;
  font-family: "Lora", serif;
  margin-bottom: 1.5rem;
  color: #232931; }
.testimonial-box__title {
  font-size: 2rem;
  font-weight: 600;
  color: #17191b; }
.testimonial-box--two {
  text-align: left;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.testimonial-box--two .testimonial-box__content {
  display: inline-block;
  overflow: hidden; }
.testimonial-box--two .testimonial-box__avatar {
  width: 15rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15rem;
  flex: 0 0 15rem;
  height: 15rem;
  margin: 0 3rem 0 0;
  position: relative;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.star-rating {
  display: block;
  font-size: 14px !important;
  width: 100%;
  height: 30px; }

.star-rating:before, .star-rating:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #232931; }

.star-rating:before {
  content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005"; }

.star-rating:before {
  color: #f2b01e; }

.star-rating.four:before {
  content: "\f005\00a0\f005\00a0\f005\00a0\f005"; }

.star-rating.four:after {
  content: "\00a0\f005"; }

.star-rating.three:before {
  content: "\f005\00a0\f005\00a0\f005"; }

.star-rating.three:after {
  content: "\00a0\f005\00a0\f005"; }

.star-rating.two:before {
  content: "\f005\00a0\f005"; }

.star-rating.two:after {
  content: "\00a0\f005\00a0\f005\00a0\f005"; }

.star-rating.one:before {
  content: "\f005"; }

.star-rating.one:after {
  content: "\00a0\f005\00a0\f005\00a0\f005\00a0\f005"; }

/* ------------------------------------- */
/* *. Call to action .......................... */
/* ------------------------------------- */
.call-box {
  text-align: center;
  color: #f7f7f7; }
.call-box__subheading {
  color: #f7f7f7;
  font-weight: 500;
  text-transform: capitalize; }
.call-box__heading {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 600; }
.call-box .btn {
  padding: 0.5rem 4rem; }

.call-box-two {
  text-align: left;
  color: #ffffff; }
.call-box-two .call-box__subheading {
  color: #ffffff;
  position: relative;
  padding-left: 7rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-bottom: 15px; }
.call-box-two .call-box__subheading:before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  top: 10px;
  bottom: 0; }
.call-box-two .call-box__heading {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 600; }

/* ------------------------------------- */
/* *. Blog .......................... */
/* ------------------------------------- */
.post-item {
  position: relative;
  margin-bottom: 40px; }
.post-item__img {
  position: relative;
  overflow: hidden;
  border-radius: 5px; }
.post-item__img img {
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.post-item__meta {
  margin-bottom: 3px; }
.post-item__meta * {
  font-size: 13px;
  margin-right: 20px;
  color: #767d8a; }
.post-item__meta:last-child {
  margin-right: 0; }
.post-item__meta-cat {
  background-color: #0271c7;
  padding: 0px 7px 3px;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 3px; }
.post-item__meta-cat a {
  position: relative;
  color: #ffffff;
  padding-right: 5px;
  font-size: 12px;
  line-height: 1;
  text-transform: capitalize; }
.post-item__meta-cat a:after {
  content: ",";
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff; }
.post-item__meta-cat a:hover {
  color: #f7f7f7; }
.post-item__meta-cat a:last-child {
  padding: 0; }
.post-item__meta-cat a:last-child:after {
  content: ""; }
.post-item__meta-date {
  display: block; }
.post-item__content {
  margin: -40px 30px 0 0;
  padding: 30px 20px 30px 20px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 0 5px 0 0; }
.post-item__title {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 14px;
  font-weight: 500; }
.post-item__title a {
  color: #232931; }
.post-item__title a:hover {
  color: #0271c7; }
.post-item__desc {
  font-size: 1.4rem; }
.post-item .btn__link {
  margin-top: 4px;
  font-family: "Lora", serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 2.2px;
  font-style: italic; }
.post-item .btn__link:hover {
  color: #0271c7; }
.post-item:hover .post-item__img img {
  -webkit-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

/* ------------------------------------- */
/* *. Team .......................... */
/* ------------------------------------- */
.member {
  position: relative;
  margin-bottom: 3rem;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.member__img-container {
  position: relative;
  overflow: hidden;
  border-radius: 5px; }
.member__img-container img {
  max-width: 100%; }
.member__img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 35rem;
  width: 100%;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.member__info {
  margin: -4rem 3rem 0 0;
  padding: 3rem 2rem;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  border-radius: 0 5px 0 0; }
.member__name {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600; }
.member__position {
  color: #0271c7;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.5rem; }
.member__bio {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem; }
.member:hover .member__img {
  -webkit-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

/* ------------------------------------- */
/* *. Contact Box  .......................... */
/* ------------------------------------- */
.contact-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.contact-box__icon {
  font-size: 6.2rem;
  width: 8rem;
  line-height: 1;
  text-align: left;
  color: #0271c7; }
.contact-box__content {
  margin-left: 0; }
.contact-box__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem; }
.contact-box__list {
  list-style: none;
  padding: 0;
  margin: 0; }
.contact-box__list li {
  font-size: 1.4rem; }
@media only screen and (min-width: 992px) {
  .contact-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .contact-box__content {
    margin-left: 1.5rem; } }

/* ------------------------------------- */
/* *. Forms  .......................... */
/* ------------------------------------- */
.form-box {
  position: relative;
  padding: 4rem;
  background-color: #ffffff; }
.form-box__desc {
  margin-bottom: 3rem; }

.legend-input {
  margin-bottom: 1rem;
  position: relative;
  margin-top: 3rem;
  display: inline-block;
  width: 100%; }
.legend-input label {
    display: inline-block;
    padding: 0 10px;
    background-color: #ffffff;
    z-index: 3;
    position: absolute;
    left: 1rem;
    top: -11px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #232931;
}
.legend-input.dark-input label {
  background-color: #232931;
  color: #ffffff; }
.legend-input.dark-input .form-control {
  border-color: #17191b;
  color: #ffffff; }

.form-control {
    padding: 1.3rem 1.5rem;
    border-radius: 5px;
    color: #222;
    font-size: 1.5rem;
    border: solid 1px #c7c7c7;
}
.legend-input select {
       padding: 1.4rem 1.5rem;
    border-radius: 5px;
    color: #222;
    font-size: 1.5rem;
    border: solid 1px #c7c7c7;
}
.form-control:focus {
  border: solid 2px #0271c7; }

textarea.form-control {
  min-height: 15rem; }

/* ------------------------------------- */
/* *. Portfolio  .......................... */
/* ------------------------------------- */
.grid {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 100%; }

.grid-sizer {
  width: calc(100% / 3); }

.grid-item {
  float: left;
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden; }

.grid-item.p--one {
  width: 100%; }
@media only screen and (min-width: 992px) {
  .grid-item.p--one {
    width: calc(100% / 3); } }

.grid-item.p--two {
  width: 100%; }
@media only screen and (min-width: 992px) {
  .grid-item.p--two {
    width: calc(100% / 3 * 2); } }

.grid-item.p--full {
  width: 100%; }

.portfolio-filter-container {
  margin-bottom: 6rem;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%; }

.portfolio-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0; }
.portfolio-categories li {
  margin-right: 2rem;
  color: #232931;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  display: block;
  margin-bottom: 0;
  font-family: 'Rubik', sans-serif;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.portfolio-categories li:hover, .portfolio-categories li.active {
  color: #0271c7;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.portfolio-categories li:last-of-type {
  margin-right: 0; }

.portfolio-box {
  overflow: hidden; }
.portfolio-box .portfolio__img {
  width: 100% !important;
  height: auto;
  display: block; }
.portfolio-box .portfolio__title {
  font-size: 2rem;
  line-height: 30px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600; }
.portfolio-box .portfolio__cat {
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px; }
.portfolio-box .portfolio__holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #232931; }
.portfolio-box:hover .portfolio__holder {
  opacity: 1; }

/* ------------------------------------- */
/* *. Counter  .......................... */
/* ------------------------------------- */
.counter-box {
  position: relative;
  text-align: center;
  padding: 2rem 1rem;
  margin: 1.5rem 0; }
.counter-box .counter__icon {
  width: 100px;
  height: 100px;
  font-size: 6.4rem;
  line-height: 105px;
  border-radius: 50%;
  display: inline-block;
  color: #232931; }
.counter-box .counter__number {
  color: #0271c7;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0;
  margin-bottom: 1.5rem;
  font-family: 'Rubik', sans-serif; }
.counter-box .counter__title {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 10px;
  text-transform: none; }

/* ------------------------------------- */
/* *. Shop PrODUCTS  .......................... */
/* ------------------------------------- */
.product-box {
  border-radius: 0.5rem;
  border: solid 1px #f7f7f7;
  overflow: hidden; }
.product-box:hover .product__media img {
  -webkit-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

.product__media {
  background-color: #f7f7f7;
  padding: 30px;
  overflow: hidden;
  border-radius: 5px; }
.product__media img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

.product__content {
  padding: 3rem; }

.product__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #232931; }

.product__bio {
  font-size: 15px;
  margin-bottom: 2rem; }

.product__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.product__price {
  font-size: 2rem;
  font-weight: 500;
  color: #0271c7; }

.product__link {
  padding: 0.7rem 2rem;
  text-align: center;
  border: solid 2px #232931;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
.product__link span {
  margin-left: 0.5rem; }
.product__link:hover {
  background-color: #0271c7;
  color: #ffffff;
  border-color: #0271c7;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.add-post {
    background: #0271c7;
    width: 100%;
    box-shadow: 0px 0px 4px 0px #ccc;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 5px;
    margin-bottom:20px;
	cursor: pointer;
	margin-top: 10px;
}
.plus-icon img {
    width: 20px;
}

.all-container {
    display: grid;
    margin-top: 30px;
    grid-template-columns: 68% 30%;
    width: 100%;
	margin-bottom: 50px;
	gap:20px;
} 
.plus-icon {
    background: #fffffffa;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 12px;
}

.add-post-text h2 {
    font-size: 17px;
    margin-bottom: -2px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
	color:#fff;
}

.add-post-text p {
    display: block;
    margin-bottom: 0;
	color:#fff;
}
 .mt-100
 {
	 margin-top:100px;
 }
 .heading h2 {
    font-size: 18px;
    font-weight: 500;
}

.heading h2 span {
    font-size: 14px;
    color: #0271c7;
    font-weight: 400;
}
.latest-bid-text tr:nth-child(odd) {
    background: #f0f2f5;
}

.latest-bid-text table {
    border: 1px solid #ccc;
	width: 100%;
}

.latest-bid-text td {
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
}	 
.grid-container {
    display: grid;
    grid-template-columns: 58% 40%;
    gap: 20px;
}

 

.image-container img {
    width: 100%;
    height: 271px;
    object-fit: cover;
    border-radius: 5px;
} 
 
 .two-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
} 
 .one-grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.one-grid-container img {
    width: 100%;
    
    border-radius: 5px 5px 0px 0px;
}
.eight-big-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-right: 15px;
    align-items: center;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.eight-big-btn button {
    background: #0271c7;
    padding: 5px 20px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #0371c7;
    transition: .5s all ease;
}
.eight-big-btn button:hover {
    background: none;
    color: #222;
    transition: .5s all ease;
    border: 1px solid #0371c7;
}
.hover-bid {
    display: none;
}

.image-sidepost:hover .hover-bid {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    height: 66%;
    background: #ffffffe0;
}

.image-sidepost {
    position: relative;
}

.hover-bid p strong {
    color: #3b3b3b;
}
.hover-bid p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    line-height: 20px;
    color: #3b3b3b;
}
.one-grid-container h2 {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 500;
	 
}
.one-grid-container p { 
	     margin-bottom: 0;
}

.one-grid-container p strong {
    color: #000;
    font-weight: 500;
}
 .post-content {
    background: #fff;
	 border-radius:  0px 0px 5px 5px;
}
 .side-heading {
    padding: 8px 10px;
    background: #0271c7;
    border-radius: 3px;
	    margin-bottom: 20px;	
}

.side-heading h2 {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    color: #fff;
}
 .side-heading img {
    width: 35px;
    margin-right: 4px;
} 

.image-sidepost img {
    margin-bottom: 5px;
}
 .three-container .two-grid-container {
    gap: 10px;
}
.image-sidepost h2 {
    font-size: 15px;
    padding-left: 0;
    height: 32px;
    overflow: hidden;
    font-weight: 500;
    margin-bottom: 14px !important;
}
 .latest .image-sidepost h2 {
    margin-bottom: 0;
}

.latest .image-sidepost p {
    font-size: 13px;
}	
a.see-all {
    text-align: center;
    margin-top: 10px;
    color: #0271c7;
    width: 100%;
    text-align: center;
    display: block;
}
 .three-container img {
    border-radius: 3px;
}
 .modal-header h4 {
    font-size: 16px;
    font-weight: 500;
}

.modal-content form {}

.modal-content input {
    width: 100%;
    border: 1px solid #a0a0a0cc;
    padding: 6px;
    height: 46px;
    border-radius: 2px;
}

.modal-content textarea {
    width: 100%;
	 border: 1px solid #a0a0a0cc;
}

.modal-content {
    padding: 20px;
    border: none;
}

.modal-content label {
    font-size: 15px;
    color: #222;
    margin-bottom: 0px;
}
 .modal-header {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

.modal-content {}

button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 21px;
}
 .modal-body {
    padding-left: 0;
    padding-right: 0;
}
.modal-footer {
    border: none;
    margin-top: -20px;
    margin-bottom: -10px;
}	
 .slider-content h2 {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 500;
	
}
.slider-content p {
    margin-bottom: 20px;
}
.slider-content {
    text-align: left;
    background: #fff;
    padding-left: 25px;
}

.slider-content h3 strong {
    color: #000;
    font-weight: 500;
}

.slider-content h3 {
    font-size: 15px;
    font-weight: 500;
    color: #7f7f7f;
	    margin-bottom: 0;
}

.slider-container.two-grid-container {
    gap: 0;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
 
.heading.ongoing {
    text-align: center;
    margin-bottom: 50px;
}

.heading.ongoing h2 {font-size: 22px;position: relative;}

.heading.ongoing h2:after {content: "";position: absolute;top: 50px;left: 50%;width: 60px;height: 2px;background: #0271c7;margin: 0 auto;text-align: center;transform: translate(-50%, -50%);}
.testimonial-box {
    margin-bottom: 10px;
}
.lat {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px #ccc;
    margin-bottom: 10px;   
	margin-top: 25px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 5px;
}
.mt150 {
    margin-top: 130px;
}
.has_sub_menu:before
{
		display:none;
}
.heading h2 span a {
    color: #0271c7;
}









/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
  display: none;
}

/* Clear floats after the tab */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.container.ads img {
    width: 100%;
}

.container.ads {
    margin-top: 20px;
}

.footer__contact.footer__widget {
    text-align: center;
}
.hover-bid > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.details-page h2 {
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

.details-page {
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
    /* padding-bottom: 34px; */
}

.details-bid-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.details-time {
    margin-right: 30px;
}

.details-time p {
    margin-bottom: 0;
}
.details-big-image img {
    width: 100%;
}

.details-big-image {
    margin-bottom: 25px;
}

.details-content p {
    text-align: justify;
    line-height: 28px;
    color: #222;
    margin-bottom: 25px;
}
.two-grid-container img {
    width: 100%;
}
.details-two-grid .image-sidepost h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: -3px;
}

.details-two-grid .image-sidepost p strong {
    color: #222;
    font-weight: 500;
}
.inside-heading h2 {
    font-size: 22px;
}
.side-co button {
    width: 100%;
    margin-top: 15px;
}



















.m-p-g {
  max-width: 100%;
  margin: 0 auto;
}
.m-p-g__thumbs-img {
  margin: 0;
  float: left;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 1;
  position: relative;
  opacity: 0;
  filter: brightness(100%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity, transform;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__thumbs-img.active {
  z-index: 50;
}
.m-p-g__thumbs-img.layout-completed {
  opacity: 1;
}
.m-p-g__thumbs-img.hide {
  opacity: 0;
}
.m-p-g__thumbs-img:hover {
  filter: brightness(110%);
}
.m-p-g__fullscreen {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  will-change: background, visibility;
  backface-visibility: hidden;
}
.m-p-g__fullscreen.active {
  transition: background 0.25s ease-out, visibility 0.01s 0s linear;
  visibility: visible;
  background: rgba(0, 0, 0, 0.95);
}
.m-p-g__fullscreen-img {
  pointer-events: none;
  position: absolute;
  transform-origin: left top;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  max-width: 100%;
  visibility: hidden;
  will-change: visibility;
  transition: opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.active {
  visibility: visible;
  opacity: 1 !important;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.almost-active {
  opacity: 0;
  transform: translate3d(0, 0, 0) !important;
}
.m-p-g__controls {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 20vh;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__controls.active {
  opacity: 1;
  visibility: visible;
}
.m-p-g__controls-close, .m-p-g__controls-arrow {
  appearance: none;
  border: none;
  background: none;
}
.m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
  outline: none;
}
.m-p-g__controls-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20%;
  height: 100vh;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.m-p-g__controls-arrow:hover {
  opacity: 1;
}
.m-p-g__controls-arrow--prev {
  left: 0;
  padding-left: 3vw;
  justify-content: flex-start;
}
.m-p-g__controls-arrow--next {
  right: 0;
  padding-right: 3vw;
  justify-content: flex-end;
}
.m-p-g__controls-close {
  position: absolute;
  top: 3vh;
  left: 3vw;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-p-g__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  transition: all 0.25s ease-out;
}
.m-p-g__btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.m-p-g__alertBox {
  position: fixed;
  z-index: 999;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  color: grey;
}
.m-p-g__alertBox h2 {
  color: red;
} 
.demo-btn {
  display: inline-block;
  margin: 0 2.5px 4vh 2.5px;
  text-decoration: none;
  color: grey;
  padding: 15px;
  line-height: 1;
  min-width: 140px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}
.demo-btn:hover {
  background: rgba(0, 0, 0, 0.12);
}
@media (max-width: 640px) {
  .demo-btn {
    min-width: 0;
    font-size: 14px;
  }
}
.m-p-g__thumbs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.m-p-g__thumbs img {
    width: 100% !important;
    height: 150px !important;
    object-fit: cover;
}
.photo-gallery-section {
    margin-bottom: 30px;
}
.side-co {
    position: -webkit-sticky;
    position: sticky;
    top: 94px;
    bottom: 0;
    z-index: 2;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.side-co h2 {
    border: none;
    text-align: left;
    margin-bottom: 0;
}
.side-co table {
    background: #f2f2f2;
    text-align: left;
    width: 100%;
}

.side-co table td {
    padding: 6px 4px 6px 4px;
    font-size: 15px;
    border: 1px solid #ccc;
    font-weight: 400;
}
.details-page .all-container.col-12 {
    grid-template-columns: 65% 33%;
}
h4.form-box__title {
    color: #232931;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    font-size: 22px;
}

.login-signup-btn button {
    width: 100%;
    padding: 12px;
}


/*--- Preloader ---*/
#preloader {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
}

.tlp-preloader .animation-preloader {
  position: relative;
  z-index: 1;
}

.tlp-preloader .animation-preloader img {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
      -ms-transform: translateY(-50%) translateX(-50%) scale(0.7);
          transform: translateY(-50%) translateX(-50%) scale(0.7);
  -webkit-animation: zoominout 2s infinite linear;
          animation: zoominout 2s infinite linear;
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.tlp-preloader .animation-preloader .tlp-spinner {
  -webkit-animation: rotateZ 1s infinite linear;
          animation: rotateZ 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: #0271c7;
  height: 120px;
  width: 120px;
}

@-webkit-keyframes rotateZ {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes rotateZ {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@-webkit-keyframes zoominout {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
            transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
            transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}

@keyframes zoominout {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
            transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
            transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}





























section.banner-1 {
    background-image: url(../images/bg1.jpg);
    /* height: 440px; */
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-icon {
    /* display: table; */
    height: 100%;
    text-align: center;
    width: 100%;
    padding-top: 90px;
}

.search-icon input {
    width: 100%;
    border: none;
    height: 56px;
    border-radius: 5px;
    position: relative;
    padding-left: 55px;
}
.search-icon form {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 470px; */
    position: relative;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.search-icon i {
    position: absolute;
    /* left: 18px; */
}

.two-grid {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.temp-icon img {
    width: 100%;
}

.temp h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    margin-right: 60px;
    margin-bottom: 0;
}

.three-grid {
    padding-left: 340px;
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    margin-top: 40px;
    grid-template-columns: 20% 20% 20%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    /* position: relative; */
    /* left: 230px; */
}

.three-column h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}
.three-column {
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff73;
    padding-bottom: 20px;
}

.jus-c > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.jus-c {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.three-column:last-child {
    border-bottom: none;
}

.three-column:nth-child(4) {
    border: none;
}

.three-column:nth-child(5) {
    border: none;
}
.news1   img {
    width: 30%;
    height: 146px;
    object-fit: cover;
}
.news1 {
    display: flex;
}
.news1 .slider-content h2 span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: #1e92eb;
}
.newheading h2 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

ul.nav.nav-pills li {
    background: #fff;
    margin-right: 10px;
    padding: 6px 20px;
    border-radius: 2px;
}

ul.nav.nav-pills .active {
    background: #2394eb;
    color: #fff;
}

red {}

.tab-content h3 {
    font-size: 16px;
}

.tab-content {
    padding-top: 17px;
    background: #fff;
    padding: 20px;
    margin-top: 14px;
    border-radius: 5px;
}

.user-voted h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    display: block;
}

.high-low {
    display: flex;
    align-items: center;
}

.high-low .form-group {
    margin-right: 20px;
}

.high-low .form-group input {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.enter-temp label {
    display: block;
    font-size: 16px;
    color: #000;
}

.enter-temp label {
    display: block;
    font-size: 16px;
    color: #000;
}

.high-low input {
    height: 47px;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 15px;
    width: 40%;
}

.high-low select {
    height: 47px;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 15px;
    width: 40%;
}

.enter-temp select {
    height: 47px;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 15px;
    width: 40%;
}

.fade:not(.show) {
    opacity: 1;
}
.download-area {
    background: #f9fdfa;
}
.download_image {
    position: relative;
    margin-top: 10px;
}

.d-f {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.feature-box-layout2 {
    margin-bottom: 120px;
}

.feature-box-layout2 .item-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
.downloadpos {
    position: absolute;
    right: 15px;
    top: 0;
}
.download-area {
    background: #2494eb;
    padding: 50px 0px 0px;
    background-image: url(../images/and.jpg);
}

.feature-box-layout2.d-f h3 {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.feature-box-layout2.d-f p {
    color: #fff;
    margin-bottom: 30px;
}

.feature-box-layout2.d-f img {
    width: 130px;
}

.contacts_wrap {
    text-align: left;
}
.origLogo
{
display:block;
}

.origShow
{
 display:none;
}
.logoadd
{
display:none;
}
.showw
{
display:block;
}
.tab-content h3 a {
    font-size: 13px;
    color: #2494eb;
    margin-left: 15px;
    font-weight: 400;
}

ul.nav.nav-pills .active a {
    color: #fff;
}
img.ac {
    width: 16px;
}

.enter-temp-bt {
    background: #2494eb;
    padding: 7px 20px;
    border-radius: 2px;
    color: #fff;
       margin-top: 6px;
}



/** about **/
.inside-header {
    background: #fff;
}

.inside-header a {
    color: #222 !important;
}
.inside-top-mar {
    margin-top: 120px;
}
 

.left-abt img {
    width: 80%;
}

.two-grid-inside {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}	

.right-abt li {
    color: #222;
    margin-bottom: 6px;
}
.right-abt p {
    color: #222; 
}
.right-abt h2 {
       font-size: 30px;	
}
.left-abt {
    float: right;
    justify-content: flex-end;
    display: flex;
}

.section-b-space {
    padding-bottom: 100px;
}
.app-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
}
.app-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    top: 0;
    z-index: -1;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

.app-content h2 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 34px;
    width: 90%;
    margin: 0 auto;
    font-style: italic;
    line-height: 40px;
}
.app-content a {
    width: auto;
    background: #fff;
    padding: 10px 10px;
    border-radius: 2px;
    margin-top: 30px;
    display: inline-block;
}

.app-content {
    text-align: center;
}

.right-abt li img {
    margin-right: 10px;
}


















a.image-popup-vertical-fit i {
    display: none;
}
section#portfolio h2 {
    padding-left: 50px;
    font-size: 30px;
    margin-bottom: 10px !important;
}
section#portfolio p {
    color: #222;
    width: 40%;
    padding-left: 50px;
    margin-bottom: 50px;
}
section.img-gallery-magnific {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3px;
}

.magnific-img img {
    width: 100%;
    height: 250px;
}
 
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
 
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -32px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }








.section1 {
	text-align: center;
	display: table;
	width: 100%;
}
.section1 .shtext {
	display: block;
	margin-top: 20px;
}
.section1 .seperator {
	border-bottom:1px solid #a2a2a2;
	width: 35px;
	display: inline-block;
	margin: 20px;
}

.section1 h1 {
	font-size: 40px;
	color: #A44DD8;
	font-weight: normal;
}

.section2 {
    width: 1200px;
    margin: 25px auto;
}
.section2 .col2 {
	width: 48.71%;
}
.section2 .col2.first {
	float: left;
}
.section2 .col2.last {
	float: right;
}
.section2 .col2.column2 {
	padding: 0 30px;
}
.section2 span.collig {
	color: #a2a2a2;
	margin-right: 10px;
	display: inline-block;
}
.section2 .sec2addr {
	display: block;
	line-height: 26px;
}
.section2 .sec2addr p:first-child {
	margin-bottom: 10px;
}
.section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
    padding: 13px;
    border: 0;
    background: #ffffff;
    margin: 4px 0;
}
.section2 .sec2contactform textarea {
	width: 100%;
	display: block;
	color: #666;
  resize:none;
}
.section2 .sec2contactform input[type="submit"] {
    padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #A44DD8;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
    background: #2494eb;
    padding: 7px 20px;
    border-radius: 2px;
    color: #fff;
    margin-top: 6px;
}
.section2 .sec2contactform h3 {
    font-weight: normal;
    margin: 0px 0;
    margin-top: 0;
    padding-bottom: 19px;
    color: #232931;
    font-size: 22px;
}

.otxtWrap h3
{
    font-size: 26px;
    font-weight: 500;	
}

.otxtWrap h4
{
	font-size: 24px;
    font-weight: 400;
}

.otxtWrap ul
{
	margin-bottom:25px;
}

.otxtWrap ul li
{
	margin-bottom: 15px;
}

.otxtWrap ul li em
{
    font-weight: 600;
}

.registerWrap
{
    display: grid;
    grid-template-columns: 50% 50%;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #fff;	
	margin-bottom:50px;
}

.registerWrap .resLeft
{
	padding: 0px 30px 50px 30px;
}

.registerWrap .resRight
{
	padding: 30px 30px;	
}

.resRight h4
{
	color: #17191b;
	font-weight: 200;
	font-size: 28px;
	margin-bottom: 20px;
}

.resRight h4 .resSpan
{
	color: #0c4571;
    font-weight: 100;
    font-size: 28px;
}

.resRight form .form-group
{
	margin-bottom: 18px;
}

.resRight form .form-group label
{
	color: #17191b;
    font-size: 14px;
    font-weight: 500;	
}

.resRight form .form-group .form-control
{
    padding: 10px;
    border-radius: 5px;
    color: #222;
    font-size: 1.5rem;
    border: solid 1px #c7c7c7;
    height: 45px;	
}

.resRight form input.btn_apply
{
    background: #0c4571;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
}

.resRight form a.btn_apply
{
    background: #0c4571;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
}

.resRight .form-group select
{
    display: flex;
    width: 100%;
    color: #222;
    font-size: 1.5rem;
    border: solid 1px #c7c7c7;
    height: 45px;
    border-radius: 5px;
    padding: 10px;	
}

.resCheckboxLabel
{
    color: #000;
    margin-bottom: 10px !important;
    font-size: 15px;
    line-height: 22px;	
}

.resCheckboxLabel input
{
    width: 15px;
    height: 15px;
}
.resCheckboxLabel span
{
	width: 15px;
    height: 15px;
    margin-left: 6px;	
}

.resUserReview
{
	margin-top: 40px;	
}

.resUserReview h4
{
	font-weight: 400;
	color: #17191b;	
}

.resUserReview p
{
	color: #17191b;
    font-size: 16px;	
}

.resQues
{
    margin-top: 20px;
    color: #000;
    text-align: center;	
}

.frtPwd
{
    text-align: right;
    margin-top: -15px;
    font-size: 13px;
    margin-bottom: 14px;	
}

body
{
    background-color: #f0f2f5 !important;	
}

.carousel-indicators 
{
    bottom: -40px !important;
}

.carousel-indicators li 
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #0c4571 !important;
    border-radius: 10px;
}

.carousel-indicators .active 
{
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #0c4571 !important;
}

.userProfChoose
{
	margin-bottom:15px;
}

.userProfChoose label
{
    color: #17191b;
    font-size: 16px;
    font-weight: 600;	
}

.userProfChoose input[type='radio']:after 
{
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
	cursor: pointer;
}

.userProfChoose input[type='radio']:checked:after 
{
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #0c4571;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
	cursor: pointer;
}

/* @media querries */

@media only screen and (max-width: 1266px) {
	.section2 {
		width: 100%;
	}
}
@media only screen and (max-width: 960px) {
	.container {
		padding: 0 30px 70px;
	}
	.section2 .col2 {
		width: 100%;
		display: block;
	}
	.section2 .col2.first {
		margin-bottom: 10px;
	}
	.section2 .col2.column2 {
		padding: 0;
	}
	body .sec2map {
		height: 250px !important;
	}
}
@media only screen and (max-width: 768px) {
	.section2 .sec2addr {
		font-size: 14px;
	}
	.section2 .sec2contactform h3 {
		font-size: 16px;
	}
	.section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
		padding: 10px;
		margin:3px 0;
	}
	.section2 .sec2contactform input[type="submit"] {
		padding: 10px 30px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 420px) {
	.section1 h1 {
		font-size: 28px;
	}	
}
.textcenter h2 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 0px !important;
}

section#portfolio {
    background: #f0f2f5 !important;
}










