/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent; }
.leaflet-tile::selection {
  background: transparent; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important; }

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  transform-origin: 0 0; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png); }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none; }

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99; }

.mean-container a.meanmenu-reveal {
  border: 1px solid #444;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1px;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  margin-top: -40px;
  padding: 8px 9px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 22px; }

.mean-container a.meanmenu-reveal span {
  background: #444 none repeat scroll 0 0;
  display: block;
  height: 3px;
  margin-top: 3px; }

.mean-container .mean-nav {
  background: #0c1923 none repeat scroll 0 0;
  float: left;
  margin-top: 16px;
  width: 100%; }

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none; }

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: block;
  float: left;
  margin: 0;
  padding: 10px 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
  font-size: 13px; }

.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 10px 10%;
  text-shadow: none;
  visibility: visible;
  width: 80%; }

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0; }

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%; }

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%; }

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%; }

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1); }

.mean-container .mean-nav ul li a.mean-expand {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
  -o-border-image: none;
     border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 1px 1px;
  font-weight: 700;
  height: 24px;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 26px;
  z-index: 2; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9); }

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both; }

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0; }

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  box-sizing: content-box; }

.mean-remove {
  display: none !important; }

/* custom css */
.mobile-menu.mean-container {
  width: 100%; }

.mean-bar::before {
  position: absolute;
  content: "\f00a";
  font-family: "font awesome 5 free";
  font-weight: 600;
  top: -50px;
  right: 5px;
  font-size: 34px;
  color: #fc8459;
  /*icon color */
  display: none; }

.mean-container a.meanmenu-reveal span {
  height: 0; }

.mean-container a.meanmenu-reveal {
  border: 0; }

.mean-container a.meanmenu-reveal.meanclose, .mean-container a.meanmenu-reveal {
  background: transparent;
  width: 0; }

.mean-container .mean-nav ul li a {
  border-bottom: none;
  border-bottom: 1px solid #e1e1e1;
  color: #222;
  background: #fff;
  padding: 13px 5%;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700; }

.mean-container .mean-nav ul li a:hover {
  color: #222;
  background: #fff; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #fff; }

.mean-container a.meanmenu-reveal {
  margin-top: -250px; }

@font-face {
  font-family: "flaticon";
  src: url("../fonts/flaticon-font/flaticon.ttf?19959793abe6cfe9ea84881b4b60c080") format("truetype"), url("../fonts/flaticon-font/flaticon.woff?19959793abe6cfe9ea84881b4b60c080") format("woff"), url("../fonts/flaticon-font/flaticon.woff2?19959793abe6cfe9ea84881b4b60c080") format("woff2"), url("../fonts/flaticon-font/flaticon.eot?19959793abe6cfe9ea84881b4b60c080#iefix") format("embedded-opentype"), url("../fonts/flaticon-font/flaticon.svg?19959793abe6cfe9ea84881b4b60c080#flaticon") format("svg"); }

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

.mt-90 {
  margin-top: 90px; }

.mt-95 {
  margin-top: 95px; }

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

.mt-105 {
  margin-top: 105px; }

.mt-110 {
  margin-top: 110px; }

.mt-115 {
  margin-top: 115px; }

.mt-120 {
  margin-top: 120px; }

.mt-125 {
  margin-top: 125px; }

.mt-130 {
  margin-top: 130px; }

.mt-135 {
  margin-top: 135px; }

.mt-140 {
  margin-top: 140px; }

.mt-145 {
  margin-top: 145px; }

.mt-150 {
  margin-top: 150px; }

.mt-155 {
  margin-top: 155px; }

.mt-160 {
  margin-top: 160px; }

.mt-165 {
  margin-top: 165px; }

.mt-170 {
  margin-top: 170px; }

.mt-175 {
  margin-top: 175px; }

.mt-180 {
  margin-top: 180px; }

.mt-185 {
  margin-top: 185px; }

.mt-190 {
  margin-top: 190px; }

.mt-195 {
  margin-top: 195px; }

.mt-200 {
  margin-top: 200px; }

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px; }

.mb-6 {
  margin-bottom: 6px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-22 {
  margin-bottom: 22px; }

.mb-24 {
  margin-bottom: 24px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-32 {
  margin-bottom: 32px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

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

.mb-105 {
  margin-bottom: 105px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-115 {
  margin-bottom: 115px; }

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

.mb-125 {
  margin-bottom: 125px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-135 {
  margin-bottom: 135px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-145 {
  margin-bottom: 145px; }

.mb-150 {
  margin-bottom: 150px; }

.mb-155 {
  margin-bottom: 155px; }

.mb-160 {
  margin-bottom: 160px; }

.mb-165 {
  margin-bottom: 165px; }

.mb-170 {
  margin-bottom: 170px; }

.mb-175 {
  margin-bottom: 175px; }

.mb-180 {
  margin-bottom: 180px; }

.mb-185 {
  margin-bottom: 185px; }

.mb-190 {
  margin-bottom: 190px; }

.mb-195 {
  margin-bottom: 195px; }

.mb-200 {
  margin-bottom: 200px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

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

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

.mr-150 {
  margin-right: 180px; }

.mr-200 {
  margin-right: 200px; }

.mr-20 {
  margin-right: 20px; }

.mr--30 {
  margin-right: -30px; }

.mr--55 {
  margin-right: -55px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-25 {
  margin-left: 28px; }

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

.ml-130 {
  margin-left: 130px; }

.ml-150 {
  margin-left: 150px; }

.ml-200 {
  margin-left: 200px; }

.ml-300 {
  margin-left: 300px; }

.ml-200 {
  margin-left: 200px; }

.mt--20 {
  margin-top: -20px; }

.mt--8 {
  margin-top: -8px; }

.mt--30 {
  margin-top: -30px; }

.mt--45 {
  margin-top: -45px; }

.ml-6 {
  margin-left: 6px; }

.mr-6 {
  margin-right: 6px; }

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-32 {
  padding-top: 32px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-65 {
  padding-top: 65px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

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

.pt-105 {
  padding-top: 105px; }

.pt-110 {
  padding-top: 110px; }

.pt-115 {
  padding-top: 115px; }

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

.pt-125 {
  padding-top: 125px; }

.pt-130 {
  padding-top: 130px; }

.pt-135 {
  padding-top: 135px; }

.pt-140 {
  padding-top: 140px; }

.pt-145 {
  padding-top: 145px; }

.pt-150 {
  padding-top: 150px; }

.pt-155 {
  padding-top: 155px; }

.pt-160 {
  padding-top: 160px; }

.pt-165 {
  padding-top: 165px; }

.pt-170 {
  padding-top: 170px; }

.pt-175 {
  padding-top: 175px; }

.pt-180 {
  padding-top: 180px; }

.pt-185 {
  padding-top: 185px; }

.pt-190 {
  padding-top: 190px; }

.pt-195 {
  padding-top: 195px; }

.pt-200 {
  padding-top: 200px; }

.pt-300 {
  padding-top: 300px; }

.pt-400 {
  padding-top: 400px; }

/*-- Padding Bottom --*/
.pb-6 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

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

.pb-105 {
  padding-bottom: 105px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-115 {
  padding-bottom: 115px; }

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

.pb-125 {
  padding-bottom: 125px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-135 {
  padding-bottom: 135px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-145 {
  padding-bottom: 145px; }

.pb-148 {
  padding-bottom: 148px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-155 {
  padding-bottom: 155px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-165 {
  padding-bottom: 165px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-175 {
  padding-bottom: 175px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-185 {
  padding-bottom: 185px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-195 {
  padding-bottom: 195px; }

.pb-200 {
  padding-bottom: 200px; }

/*-- Padding Left --*/
.pl-0 {
  padding-left: 0px; }

.pl5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-12 {
  padding-left: 12px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-55 {
  padding-left: 55px; }

.pl-60 {
  padding-left: 60px; }

.pl-65 {
  padding-left: 65px; }

.pl-70 {
  padding-left: 70px; }

.pl-75 {
  padding-left: 75px; }

.pl-80 {
  padding-left: 80px; }

.pl-85 {
  padding-left: 80px; }

.pl-90 {
  padding-left: 90px; }

.pl-95 {
  padding-left: 95px; }

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

.pl-140 {
  padding-left: 140px; }

.pl-230 {
  padding-left: 230px; }

/*-- Padding Right --*/
.pr-0 {
  padding-right: 0px; }

.pr5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-12 {
  padding-right: 12px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 35px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-55 {
  padding-right: 55px; }

.pr-60 {
  padding-right: 60px; }

.pr-65 {
  padding-right: 65px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-85 {
  padding-right: 80px; }

.pr-90 {
  padding-right: 90px; }

.pr-95 {
  padding-right: 95px; }

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

.pr-150 {
  padding-right: 140px; }

.pr-200 {
  padding-right: 200px; }

.pr-230 {
  padding-right: 230px; }

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

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

.pb-260 {
  padding-bottom: 260px; }

.mt--50 {
  margin-top: -40px; }

.pl3 {
  padding-left: 3px; }

.pr3 {
  padding-right: 3px; }

.pl6 {
  padding-left: 6px; }

.pr6 {
  padding-right: 6px; }

.mt--5 {
  margin-top: -5px; }

.mb-12 {
  margin-bottom: 12px; }

.mb-28 {
  margin-bottom: 28px; }

/* Background Color */
.theme-bg {
  background: #d90e11; }

.primary-bg {
  background: #2e2e37; }

.secondary-bg {
  background: #f0f9fa; }

.white-bg {
  background: #fff; }

.dark-bg {
  background: #2f3036; }

.form-bg {
  background: #f3f5fc; }

.dark-black-bg {
  background: #000000 !important; }

.gray-bg {
  background: #d4d4d4; }

.gray-bg2 {
  background: #f7f7f7; }

.light-gray-bg {
  background: #f5f5f5; }

.orange-bg {
  background: #da1b1b; }

.pink-bg {
  background: #f06eaa; }

.lower-blue-bg {
  background: #8194d9; }

.darkblue-bg {
  background: #004a80; }

.yellow-brown-bg {
  background: #c69c6d; }

.green-bg {
  background: #1cbbb4; }

.yellow-bg {
  background: #fbaf5d; }

.dark-black {
  background: #000; }

.footer-4-bg {
  background-color: #161619; }

.p-blue {
  background: #2349d5;
  border: 1px solid #2349d5 !important; }

.p-d-blue {
  background: #004a80;
  border: 1px solid #004a80 !important; }

.p-gray {
  background: #d4d4d4;
  border: 1px solid #d4d4d4 !important; }

.p-green {
  background: #1cbbb4;
  border: 1px solid #1cbbb4 !important; }

.p-l-black {
  background: #363636;
  border: 1px solid #363636 !important; }

.p-l-blue {
  background: #8194d9;
  border: 1px solid #8194d9 !important; }

.p-orange {
  background: #fbaf5d;
  border: 1px solid #fbaf5d !important; }

.p-pink {
  background: #f06eaa;
  border: 1px solid #f06eaa !important; }

.p-yellow {
  background: #c69c6d;
  border: 1px solid #c69c6d !important; }

/* Color */
.theme-color {
  color: #d90e11; }

.dark-black-color {
  color: #000000; }

.primary-color {
  color: #2e2e37; }

.secondary-color {
  color: #343c55; }

.secondary-color2 {
  color: #4d4d5c; }

.secondary-color3 {
  color: #646d8a; }

.white-text {
  color: #fff; }

.black-color {
  color: #222222; }

/* border css */
.theme-border-top {
  border-top: 1px solid #c8ccd4; }

.theme-border-bottom {
  border-bottom: 1px solid #c8ccd4; }

.theme-border {
  border: 1px solid #c8ccd4; }

.border-radius10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

/* social link-color css */
.facebook-bg {
  background: #1877f2; }

.twitter-bg {
  background: #1da1f2; }

.instagram-bg {
  background: #405de6; }

.linkedin-bg {
  background: #0077b5; }

.facebook-color {
  color: #1877f2; }

.twitter-color {
  color: #1da1f2; }

.instagram-color {
  color: #405de6; }

.linkedin-color {
  color: #0077b5; }

/* form contact css start */
.form-color {
  color: #7a7a8a; }

.form-control:focus,
.form-control:active {
  background-color: #f3f5fc;
  border: 1px solid #e6e9f7 !important;
  box-shadow: none; }

input:focus-visible,
textarea:focus-visible {
  border: 1px solid #d90e11 !important;
  box-shadow: none;
  outline: 0; }

*::-moz-placeholder {
  color: #858585;
  font-size: 14px;
  opacity: 1; }

*::placeholder {
  color: #858585;
  font-size: 18px;
  opacity: 1; }

/* form contact css end */
/* common css start */
/* font css */
.primary-font-family {
  font-family: "Open Sans", sans-serif; }

.flat-family {
  font-family: "Flaticon"; }

.f-600 {
  font-weight: 600; }

.f-800 {
  font-weight: 800; }

.f-700 {
  font-weight: 700; }

.f-900 {
  font-weight: 900; }

/* others css */
.top-0 {
  top: 0; }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.over-hidden {
  overflow: hidden; }

.clear-both {
  clear: both; }

.over-scroll {
  overflow: scroll; }

.over-x-hidden {
  overflow-x: hidden; }

.over-x-scroll {
  overflow-y: scroll; }

.z-index-1 {
  z-index: -1; }

.z-index1 {
  z-index: 1; }

.z-index11 {
  z-index: 11; }

.border-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.border-radius10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.border-radius12 {
  border-radius: 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.primary-hover:hover {
  color: #d90e11; }

.transition3 {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s; }

.transition5 {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s; }

.img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1); }

.no-repeat {
  background-repeat: no-repeat; }

.bg-cover {
  background-size: cover; }

.bg-contain {
  background-size: contain; }

/* common css end */
/* black overlay */
[data-overlay] {
  position: relative; }

[data-overlay]::before {
  background: #fc8459 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

[data-overlay="3"]::before {
  opacity: 0.3; }

[data-overlay="4"]::before {
  opacity: 0.4; }

[data-overlay="5"]::before {
  opacity: 0.5; }

[data-overlay="6"]::before {
  opacity: 0.6; }

[data-overlay="7"]::before {
  opacity: 0.7; }

[data-overlay="8"]::before {
  opacity: 0.8; }

[data-overlay="9"]::before {
  opacity: 0.9; }

/* bounce-animate start */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }

/* bounce-animate css end */
/* pulse btn css start */

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

/* pulse btn css end */
/* heartbeat */
.heartbeat {
  animation: heartbeat 1s infinite alternate; }

/* heartbeat2 */
.heartbeat2 {
  animation: heartbeat2 2s infinite alternate;
  -webkit-animation: heartbeat2 2s infinite alternate; }

/* bounce-animate end*/
/* preloader css start */
#loading {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  top: 0px; }

#loading-center {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px; }

.object {
  width: 20px;
  height: 20px;
  background-color: #d90e11;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%; }

#object_one {
  animation: object_one 1.5s infinite; }

#object_two {
  animation: object_two 1.5s infinite;
  animation-delay: 0.25s; }

#object_three {
  animation: object_three 1.5s infinite;
  animation-delay: 0.5s; }

@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }

@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }

/* preloader end */
/* arrow-bounce-animate start */
.bounce-animate-arrow {
  animation-name: float-bob3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }

/* bounce-animate end*/
/* shape effects start */
/* shape-up-down-animation start */
.shape-up-down-animation {
  animation: anim-up-down 5s infinite;
  -webkit-animation: anim-up-down 5s infinite; }

@keyframes anim-up-down {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(30px); }
  100% {
    transform: translateY(0); } }

/* shape-up-down-animation end */
/* .portfolio-wrapper:hover .portfolio-thumb img {
	transform: rotate(-5deg) scale(1.2);
} */
/**
 * Inspiration for this project found at:
 * https://markus.oberlehner.net/blog/pure-css-animated-svg-circle-chart
 * 1. The `reverse` animation direction plays the animation backwards
 *    which makes it start at the stroke offset 100 which means displaying
 *    no stroke at all and animating it to the value defined in the SVG
 *    via the inline `stroke-dashoffset` attribute.
 * 2. Rotate by -90 degree to make the starting point of the
 *    stroke the top of the circle.
 * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
 *    and Edge, use the transform attribute directly on the SVG element as a
 * .  workaround.
 */
.circle-chart {
  width: 150px;
  height: 150px; }

.circle-chart__circle {
  stroke: #00acc1;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  animation: circle-chart-fill 2s reverse;
  /* 1 */
  transform: rotate(-90deg);
  /* 2, 3 */
  transform-origin: center;
  /* 4 */ }

/**
 * 1. Rotate by -90 degree to make the starting point of the
 *    stroke the top of the circle.
 * 2. Scaling mirrors the circle to make the stroke move right
 *    to mark a positive chart value.
 * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
 *    and Edge, use the transform attribute directly on the SVG element as a
 * .  workaround.
 */
.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1, -1);
  /* 1, 2, 3 */ }

.circle-chart__background {
  stroke: #efefef;
  stroke-width: 2;
  fill: none; }

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em); }

.circle-chart__percent {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 8px; }

.circle-chart__subline {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 3px; }

.success-stroke {
  stroke: #00C851; }

.warning-stroke {
  stroke: #ffbb33; }

.danger-stroke {
  stroke: #ff4444; }

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100; } }

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0); } }

/* XL Device :5000px. */
@media screen and (min-width: 1921px) and (max-width: 5000px) {
  /*  */
  .slider-height,
  .slider-content-height {
    min-height: 1080px; }
  .extra-width {
    max-width: 2100px;
    margin: 0 auto; }
  .slider-bg-img {
    border-bottom-right-radius: 12px; }
  .experience-bg-img {
    border-bottom-left-radius: 12px; } }

/* XL Device :1920px. */
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .slider-content {
    margin-top: 90px; }
  .slider-content h1 {
    font-size: 140px;
    line-height: 0.9; }
  .about-content .skill-shape {
    right: 20px; }
  .education-area .skill-shape {
    right: 0;
    top: -70px; }
  .about-color-shape-bg {
    left: 20px;
    bottom: -70px; }
  .experience-margin {
    margin-right: 0; }
  .slider-img img {
    min-width: 100%; }
  .slider-img {
    right: 0; }
  /* .slider-content-shape {top: 90px; right: 160px;} */
  .slider-blue-shadow {
    top: -10%; }
  .slider-content p {
    font-size: 29px; }
  .about-img-over img {
    margin-left: 100px; } }

@media screen and (min-width: 1200px) and (max-width: 1320px) {
  .slider-height,
  .slider-content-height {
    max-height: 95vh !important; }
  .slider-img {
    left: 48%; } }

/* LG Device :992px. */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content {
    margin-top: 120px;
    padding-right: 30px; }
  .slider-content h1 {
    font-size: 110px;
    line-height: 0.9; }
  .slider-content p {
    font-size: 24px;
    line-height: 1.4; }
  .about-content .skill-shape {
    right: 20px; }
  .about-img {
    text-align: center; }
  .about-color-shape-bg {
    left: -40px;
    bottom: -70px; }
  .experience-margin {
    margin-right: 0;
    padding-left: 0;
    margin-top: -12px; }
  .slider-img img {
    min-width: 100%; }
  .slider-img {
    right: 0; }
  .slider-content-shape {
    top: 60px;
    right: 70px; }
  .slider-blue-shadow {
    top: -10%; }
  h3 {
    font-size: 45px;
    line-height: 1.1; }
  .pr-45 {
    padding-right: 60px; }
  .single-fact span {
    font-size: 62px; }
  .single-fact p {
    font-size: 26px;
    line-height: 1.2; }
  .single-fact .mr-25 {
    margin-right: 18px; }
  .port-over-content h5 {
    font-size: 20px; }
  .award-content h5 {
    font-size: 20px; }
  canvas {
    width: 160px !important;
    height: 160px !important; }
  .single-skill .knob {
    color: #2e2e37 !important;
    margin-left: -128px !important;
    font-size: 32px !important;
    margin-top: 50px !important; }
  h5 {
    font-size: 22px; }
  .rate {
    font-size: 45px;
    padding-right: 6px; }
  .single-service {
    padding-left: 20px;
    padding-right: 15px; }
  h4 {
    font-size: 26px; }
  .service-ser-icon span {
    font-size: 52px;
    left: 30px; }
  .testimonial-active {
    padding-left: 70px;
    padding-right: 10px; }
  .testimonial-text {
    font-size: 20px; }
  .blog-meta li {
    margin-right: 8px; }
  .slider-height,
  .slider-content-height {
    min-height: 580px; }
  .main-menu ul li {
    margin-left: 28px; }
  .experience-img img {
    border-top-right-radius: 10px; }
  .about-content h3 {
    margin-bottom: 15px; }
  .about-content > p {
    margin-bottom: 6px; }
  .about-area {
    margin-top: 130px;
    margin-bottom: 78px; }
  .about-info li p {
    margin-bottom: 3px; }
  .portfolio-area {
    padding-top: 118px;
    padding-bottom: 102px; }
  .award-area {
    padding-top: 118px;
    padding-bottom: 130px; }
  .experience-area {
    margin-top: 130px;
    padding-bottom: 72px; }
  .education-area .theme-border-bottom {
    padding-top: 75px; }
  .skill-area {
    padding-top: 120px;
    padding-bottom: 72px; }
  .pricing-area {
    padding-top: 118px;
    padding-bottom: 100px; }
  .service-area {
    padding-top: 118px;
    padding-bottom: 105px; }
  .testimonial-bg {
    padding-top: 128px;
    padding-bottom: 80px; }
  .contact-area {
    margin-top: 118px;
    margin-bottom: 122px; }
  .blog-area {
    padding-top: 118px;
    padding-bottom: 80px; }
  .footer-area {
    margin-bottom: 40px; }
  .education-wrapper {
    margin-right: 0; }
  .education-area .skill-shape {
    right: 62%;
    top: -15px; }
  /* ///////////////////////////// */
  .experience-area {
    margin-top: 0;
    padding-bottom: 115px; }
  .experience-margin {
    margin-right: 0;
    padding-left: 15px;
    margin-top: 160px; }
  .skill-shape {
    right: 6%; }
  .testimonial-bg .skill-shape {
    right: 23%;
    top: -5px; }
  .modal-body h4 {
    font-size: 35px; } }

/* MD Device :768px. */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-menu .logo {
    margin: 15px 0; }
  .port-content {
    font-size: 16px;
    width: 55px;
    height: 55px;
    line-height: 55px; }
  .slider-img {
    right: -100%;
    position: static !important; }
  .slider-content {
    margin-top: 120px;
    margin-bottom: 80px; }
  .slider-content h1 {
    font-size: 130px;
    line-height: 0.9;
    margin-bottom: 20px; }
  .slider-content p {
    font-size: 24px;
    line-height: 1.4;
    padding: 0 100px; }
  .slider-content .btn {
    margin-top: 20px; }
  .slider-img img {
    min-width: auto;
    min-height: auto;
    border-radius: 12px; }
  .slider-img {
    right: 0; }
  .slider-content-shape {
    top: 110px;
    right: 86px; }
  .slider-blue-shadow {
    top: -10%; }
  .about-content .skill-shape {
    right: -20px;
    top: -15px; }
  .about-img {
    text-align: right; }
  .about-color-shape-bg {
    left: 100px;
    bottom: -92px; }
  .about-color-shape-bg.secondary-bg {
    left: 0; }
  .experience-margin {
    margin-right: 0;
    padding-left: 0;
    margin-top: 110px; }
  h3 {
    font-size: 50px;
    line-height: 1.1; }
  .pr-45 {
    padding-right: 60px; }
  .single-fact p {
    margin-top: 12px; }
  .single-fact .mr-25 {
    margin-right: 0;
    justify-content: center; }
  .experience-img {
    margin-left: 0; }
  .experience-img img {
    border-radius: 12px; }
  .port-over-content h5 {
    font-size: 20px; }
  .award-content h5 {
    font-size: 20px; }
  .rate {
    font-size: 45px;
    padding-right: 6px; }
  .single-service {
    padding-left: 35px;
    padding-right: 15px; }
  h4 {
    font-size: 25px; }
  .testimonial-active {
    padding-left: 70px;
    padding-right: 10px; }
  .testimonial-text {
    font-size: 20px; }
  .blog-meta li {
    margin-right: 8px; }
  h3 {
    font-size: 50px; }
  .testimonial-img {
    width: auto; }
  .contact-info-content {
    display: flex;
    justify-content: space-between; }
  .contact-info-content li {
    display: inline-block !important;
    text-align: center;
    width: 33.33%; }
  .contact-icon.d-inline-block.text-center.theme-bg.mr-30 {
    display: block !important;
    margin-right: 0;
    margin: 20px auto; }
  .single-fact {
    text-align: center; }
  .about-area {
    margin-top: 110px;
    margin-bottom: 110px; }
  .portfolio-area {
    padding-top: 105px;
    padding-bottom: 90px; }
  .award-area {
    padding-top: 105px;
    padding-bottom: 115px; }
  .experience-area {
    padding-bottom: 110px; }
  .education-area .theme-border-bottom {
    padding-top: 115px; }
  .skill-area {
    padding-top: 105px;
    padding-bottom: 58px; }
  .award-wrapper {
    margin-top: 18px; }
  .pricing-area {
    padding-top: 105px;
    padding-bottom: 85px; }
  .service-area {
    padding-top: 55px;
    padding-bottom: 90px; }
  .testimonial-bg {
    padding-top: 104px;
    padding-bottom: 115px;
    background: #f0f9fa; }
  .testimonial-area {
    background: #f0f9fa; }
  .contact-area {
    margin-top: 105px;
    margin-bottom: 107px; }
  .blog-area {
    padding-top: 105px;
    padding-bottom: 65px; }
  .footer-area {
    padding-top: 102px;
    margin-bottom: 45px; }
  .portfolio-wrapper .title {
    margin-bottom: 40px; }
  .port-button {
    margin-bottom: 28px; }
  .pricie-wrapper,
  .service-wrapper {
    margin-top: 50px; }
  .slider-img-wrapper {
    position: relative !important; }
  .education-area .skill-shape {
    right: 45%;
    top: -18px; }
  .testimonial-wrapper {
    padding-bottom: 135px; }
  .skill-shape {
    right: 23%;
    top: -18px; }
  .testimonial-bg .skill-shape {
    right: 34%;
    top: -18px; }
  .quit {
    top: 11px; }
  /* ///////////////// */
  .experience-bg-img {
    border-radius: 12px;
    width: 83% !important;
    margin: 0 auto;
    position: inherit !important;
    min-height: 600px; }
  .experience-margin {
    padding-bottom: 0; }
  .slider-bg-img {
    background-position: center;
    border-radius: 12px;
    position: inherit !important;
    width: 83% !important;
    min-height: 75vh;
    margin: 83px auto;
    margin-bottom: 70px; }
  .logo {
    margin: 25px 0; }
  .slider-content {
    margin-top: 0; }
  .about-area {
    margin-top: 38px;
    margin-bottom: 65px; }
  .about-content {
    margin-top: 65px; }
  .slider-content-shape {
    top: 0;
    right: 0; }
  .experience-wrapper.extra-width {
    display: flex;
    flex-direction: column-reverse; }
  .slider-content-height {
    min-height: auto; }
  .slider-social-link {
    right: -100px; }
  .slider-social-link .social li a {
    color: #d90e11 !important; }
  .slider-content-shape {
    top: -30px;
    right: 100px; }
  .service-ser-icon {
    margin-bottom: 30px;
    margin-left: 15px; }
  .single-service {
    padding-top: 70px;
    padding-bottom: 50px; }
  .education-wrapper {
    margin-right: 0; }
  .modal-content {
    width: 90%;
    margin: 0 auto; }
  .blog-meta {
    width: 60% !important; }
  .modal-body {
    padding-left: 20px;
    padding-right: 20px; }
  .modal-body h4 {
    font-size: 38px; } }

/* Extra small Device. */
@media screen and (max-width: 767px) {
  .education-wrapper {
    margin-right: 0; }
  .contact-wrapper.mt-70 {
    margin-top: 35px; }
  .contact-form {
    margin-top: 32px; }
  .logo {
    margin-top: 25px;
    margin-bottom: 25px; }
  .sticky-menu .logo {
    margin: 12px 0; }
  .slider-height,
  .slider-content-height {
    min-height: auto; }
  .slider-img {
    right: -100%;
    position: static !important; }
  .slider-content {
    margin-top: 70px;
    padding-right: 0;
    margin-bottom: 60px; }
  .slider-content h1 {
    font-size: 80px;
    line-height: 0.9;
    margin-bottom: 20px; }
  .slider-content p {
    font-size: 16px;
    line-height: 1.4; } }
  @media screen and (max-width: 767px) and (min-width: 992px) {
    .slider-content p {
      font-size: 18px; } }

@media screen and (max-width: 767px) {
  .slider-content .btn {
    margin-top: 10px; }
  .btn {
    padding: 9px 30px;
    font-size: 16px; }
  .slider-img img {
    min-width: auto;
    min-height: auto;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px; }
  .slider-img {
    right: 0; }
  .slider-content-shape {
    top: -35px;
    left: 85%;
    z-index: 1; }
  .shape {
    max-width: 30px; }
  .mobile-menubar {
    font-size: 16px;
    padding: 2px 10px;
    border-radius: 3px; } }
  @media screen and (max-width: 767px) and (min-width: 992px) {
    .mobile-menubar {
      font-size: 18px; } }

@media screen and (max-width: 767px) {
  .slider-social-link .social li a {
    font-size: 16px;
    width: 40px;
    height: 30px;
    line-height: 30px; }
  .title span {
    font-size: 20px; }
  h3 {
    font-size: 29px; }
  p {
    font-size: 17px; }
  .about-img-over img {
    margin-left: 15px; }
  .about-color-shape-bg {
    width: auto;
    height: 98%;
    left: 0;
    bottom: -8px;
    right: 15px; }
  .about-color-shape-bg.secondary-bg {
    width: auto;
    height: auto; }
  .single-fact span {
    font-size: 62px; }
  .single-fact p {
    font-size: 22px;
    line-height: 1.2; }
  .single-fact .mr-25 {
    margin-right: 20px;
    width: 145px; }
  .portfolio-area .portfolio-menu button {
    font-size: 17px;
    padding: 6px 8px; }
  .port-over-content h5 {
    font-size: 19px; }
  .award-wrapper.mt-60 {
    text-align: center;
    margin-top: 0; }
  .experience-ser-icon {
    margin-right: 12px; }
  .experience-ser-icon span {
    width: 44px;
    height: 43px;
    line-height: 44px;
    font-size: 22px; }
  h5 {
    font-size: 20px;
    margin-bottom: 9px; }
  .experience-content li {
    margin-bottom: 22px; }
  .experience-img {
    margin-left: 0; }
  .experience-img img {
    border-radius: 12px; }
  .skill-shape {
    right: auto;
    top: -20px;
    left: 280px; }
  .testimonial-bg .skill-shape {
    right: auto;
    top: -20px;
    left: 240px; }
  .rate {
    font-size: 48px; }
  h4 {
    font-size: 22px; }
  .service-ser-icon span {
    font-size: 60px;
    top: 5px; }
  .testimonial-bg::before {
    display: none; }
  .testimonial-area.over-hidden {
    background: #f0f9fa; }
  .testimonial-text {
    font-size: 17px;
    line-height: 1.5; }
  .testimonial-active {
    padding-left: 50px;
    padding-right: 0; }
  .quit img {
    max-width: 28px; }
  h6 {
    font-size: 17px; }
  .testimonial-img {
    width: auto;
    margin-top: 60px; }
  .slick-dots {
    left: 50px; }
  .slick-arrow .l-a,
  .slick-arrow .r-a {
    right: 58px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 16px; }
  .slick-arrow .r-a {
    right: 15px; }
  .single-brand img {
    margin: 0 auto; }
  .contact-info-content li {
    display: flex; }
  .contact-info .mb-12 {
    padding-left: 15px;
    padding-right: 15px; }
  *::-moz-placeholder {
    font-size: 16px; }
  *::-moz-placeholder,
  *::placeholder {
    font-size: 16px; }
  .side-mobile-menu {
    width: 95%; }
  .blog-meta li {
    margin-right: 8px; }
  .single-blog-content {
    padding-left: 25px;
    padding-right: 20px; }
  .single-service {
    padding-left: 35px;
    padding-right: 20px; }
  .about-area {
    margin-top: 55px;
    margin-bottom: 62px; }
  .about-img-wrapper {
    margin-bottom: 80px; }
  .about-content .skill-shape {
    right: 0;
    top: -20px;
    left: auto; }
  .experience-margin {
    padding-left: 0;
    margin-right: 0;
    margin-top: 110px; }
  .portfolio-area {
    padding-top: 105px;
    padding-bottom: 90px; }
  .award-area {
    padding-top: 105px;
    padding-bottom: 115px; }
  .experience-area {
    padding-bottom: 90px; }
  .education-area .theme-border-bottom {
    padding-top: 115px; }
  .skill-area {
    padding-top: 105px;
    padding-bottom: 65px; }
  .pricing-area {
    padding-top: 105px;
    padding-bottom: 85px; }
  .service-area {
    padding-top: 55px;
    padding-bottom: 90px; }
  .testimonial-bg {
    padding-top: 104px;
    padding-bottom: 115px; }
  .contact-area {
    margin-top: 105px;
    margin-bottom: 107px; }
  .blog-area {
    padding-top: 105px;
    padding-bottom: 65px; }
  .footer-area {
    padding-top: 102px;
    margin-bottom: 45px; }
  .portfolio-wrapper .title {
    margin-bottom: 40px; }
  .port-button {
    margin-bottom: 28px; }
  .pricie-wrapper,
  .service-wrapper {
    margin-top: 50px; }
  .slider-img-wrapper {
    position: relative !important; }
  .education-area .skill-shape {
    right: auto;
    top: -20px;
    left: 212px; }
  .experience-bg-img {
    border-radius: 12px;
    width: 92% !important;
    margin: 0 auto;
    position: inherit !important;
    min-height: 450px; }
  .experience-margin {
    padding-bottom: 0; }
  .experience-wrapper.extra-width {
    display: flex;
    flex-direction: column-reverse; }
  .slider-bg-img {
    background-position: center;
    border-radius: 12px;
    position: inherit !important;
    width: 80% !important;
    min-height: 65vh;
    margin: 83px auto;
    margin-bottom: 63px; }
  .logo {
    margin: 25px 0; }
  .slider-content {
    margin-top: 0; }
  .slider-social-link {
    right: -73px; }
  .slider-social-link .social li a {
    color: #d90e11 !important; }
  .slider-social-link .social li:hover {
    background: transparent; }
  .quit {
    top: 4px; }
  .service-yellow-shadow {
    top: -8%;
    left: -48%; }
  .service-ser-icon {
    margin-bottom: 30px;
    margin-left: 15px; }
  .single-service {
    padding-top: 70px;
    padding-bottom: 50px; }
  .modal-content {
    width: 98%;
    margin: 0 auto; }
  .modal-body {
    padding-left: 10px;
    padding-right: 10px; }
  .modal-content h2 {
    font-size: 19px;
    padding: 35px 0px 18px 0px; }
  .blog-meta {
    width: 100% !important;
    margin-bottom: 28px; }
  .pro-modal-footer h6 {
    padding-right: 0; }
  .modal-tags h6 {
    padding-bottom: 10px; }
  .pro-modal-footer {
    margin-top: 0;
    margin-bottom: 10px; }
  .blog-meta li a,
  .blog-meta li span,
  .blog-meta li a::before,
  .blog-meta li span::before {
    font-size: 14px; }
  .port-content {
    font-size: 12px; }
  .port-content {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .port-over-content {
    padding: 10px 25px 25px 25px; }
  .single-portfolio:hover .port-content {
    top: 28px; }
  .slick-dots {
    bottom: -60px; } }

/* SM Small Device :550px. */
@media screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height,
  .slider-content-height {
    max-height: 1080px; }
  .slider-content h1 {
    font-size: 110px;
    line-height: 1; }
  .side-mobile-menu {
    width: auto; }
  .about-color-shape-bg {
    width: 424px;
    height: 409px;
    left: -50px;
    bottom: -50px; }
  .about-color-shape-bg.secondary-bg {
    width: 348px;
    height: 384px;
    left: -85px;
    bottom: 30px; }
  .experience-ser-icon {
    margin-right: 25px; }
  .single-service {
    padding-left: 45px;
    padding-right: 35px; }
  .single-fact p {
    font-size: 22px;
    margin-top: 10px; }
  p {
    font-size: 16px; } }
  @media screen and (min-width: 576px) and (max-width: 767px) and (min-width: 992px) {
    p {
      font-size: 18px; } }

@media screen and (min-width: 576px) and (max-width: 767px) {
  h3 {
    font-size: 36px; }
  .slider-content-shape {
    top: 80px;
    left: 65%; }
  .single-fact {
    text-align: center; }
  .single-fact .mr-25 {
    margin-right: 0;
    justify-content: center; }
  .slider-social-link {
    right: -85px; }
  .about-content .skill-shape {
    right: 0;
    left: auto; }
  .education-area .skill-shape {
    left: 244px; }
  .skill-shape {
    left: 345px; }
  .slider-content-shape {
    top: -18px;
    left: 85%; }
  .about-img-wrapper {
    margin-bottom: 125px; }
  .testimonial-bg .skill-shape {
    left: 290px; }
  .modal-content {
    width: 90%; }
  .modal-content h2 {
    font-size: 28px; }
  .blog-meta li a,
  .blog-meta li span,
  .blog-meta li a::before,
  .blog-meta li span::before {
    font-size: 16px; }
  .blog-meta {
    width: 70% !important; }
  .slider-content p {
    padding-left: 60px;
    padding-right: 60px; }
  .about-color-shape-bg.secondary-bg {
    width: 348px;
    height: 384px;
    left: -45px;
    bottom: 30px; }
  .about-color-shape-bg {
    width: 424px;
    height: 409px;
    left: -15px;
    bottom: -24px; }
  .modal-body h4 {
    font-size: 28px; } }

/* SM Small Device :550px. */
@media screen and (min-width: 400px) and (max-width: 576px) {
  .single-fact .mr-25 {
    margin-right: 25px;
    width: 178px; }
  .single-fact span {
    font-size: 80px; }
  .single-fact p {
    font-size: 25px;
    line-height: 1.3; }
  .slider-social-link {
    right: -75px; }
  .about-content .skill-shape {
    right: 55px;
    top: -18px;
    left: auto; }
  .modal-content h2 {
    font-size: 22px; }
  .blog-meta li a,
  .blog-meta li span,
  .blog-meta li a::before,
  .blog-meta li span::before {
    font-size: 15px; }
  .blog-meta {
    width: 90% !important; }
  .slider-content p {
    padding-left: 60px;
    padding-right: 60px; } }

/* SM Small Device :550px. */
@media screen and (min-width: 500px) and (max-width: 576px) {
  .slider-height,
  .slider-content-height {
    max-height: 1100px; }
  .slider-content h1 {
    font-size: 100px;
    line-height: 1; }
  .about-color-shape-bg {
    width: 465px; }
  .single-fact .mr-25 {
    width: 185px; } }

/*
  Theme Name: Thames - Portfolio HTML template
  Author: eThemeStudio
  Support: xuwelkhan@gmail.com
  Description: Personal Portfolio Template
  Version: 2
  Released: March 11, 2024
  Last Update: March 24, 2024
*/
/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about area
5. fun fact area
6. Portfolio area
7. experience area
8. skill area
9. price area
10. service area
11. testimonial area
12. brand area
13. contact area
14. blog box
15. footer area
16. extra info css
*/
/* 1. Theme default css
-------------------------------------------------------------- */
body {
  font-family: "Play", sans-serif;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e2e37;
  font-weight: 700; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #d90e11; }

h2 {
  font-size: 34px; }
  @media (min-width: 992px) {
    h2 {
      font-size: 72px;
      line-height: 1.16; } }

h3 {
  font-size: 32px;
  line-height: 1.16; }
  @media (min-width: 992px) {
    h3 {
      font-size: 72px;
      line-height: 1.16; } }

h4 {
  font-size: 30px; }

h5 {
  font-size: 24px;
  line-height: 1.5; }

h6 {
  font-size: 21px; }

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #4d4d5c; }
  @media (min-width: 992px) {
    p {
      font-size: 18px; } }

span,
input,
img {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s; }

a,
button,
li {
  transition: 0.3s;
  transition: all 0.3s ease-out 0s; }

a:focus,
button:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none; }

a:focus,
a:hover,
.footer-menu li a:hover {
  color: #d90e11;
  text-decoration: none;
  outline: 0 none; }

*::-moz-selection {
  background: #7a7a8a;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #7a7a8a;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #7a7a8a;
  color: #fff;
  text-shadow: none; }

.btn:focus {
  outline: 0 none; }

/* bttton */
.btn {
  padding: 13px 47px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  color: #fff;
  outline: 0 none;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  @media (min-width: 992px) {
    .btn {
      font-size: 18px; } }

.btn::after {
  position: absolute;
  content: "";
  background: #ffffff;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1; }

.btn:hover::after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }

/* btn css end */
.shadow-hover:hover {
  box-shadow: 0px 5px 15px 0px rgba(7, 7, 7, 0.06); }

.cursor-pointer {
  cursor: pointer; }

.rotate {
  transition: 0.9s;
  transition: all 0.4 ea5se-out 0s;
  transform: rotateY(0deg);
  z-index: 1; }

.rotate-hover:hover span.rotate,
.rotate-hover:hover a.rotate {
  transform: rotateY(360deg); }

.slider-social-link .social li:hover {
  background: #d90e11;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

/* title css */
.title span {
  font-size: 24px; }

/* slick-dots css */
.slick-dots {
  position: absolute;
  left: 80px;
  bottom: -80px;
  z-index: 11; }

.slick-dots li {
  border: 2px solid transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: transparent;
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.slick-dots button {
  width: 8px !important;
  height: 8px;
  background: #bec9ca;
  display: block;
  text-indent: 1000px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  margin: 4px auto;
  cursor: pointer;
  padding: 0; }

.slick-dots li.slick-active {
  border: 2px solid #d90e11; }

.slick-dots li.slick-active button {
  background: #d90e11; }

/* slick-arrow css */
.slick-arrow .l-a,
.slick-arrow .r-a {
  position: absolute;
  right: 65px;
  top: -130px;
  width: 42px;
  height: 42px;
  line-height: 41px;
  background: transparent;
  color: #d90e11;
  text-align: center;
  z-index: 11;
  font-size: 16px;
  border: 1px solid #c8ccd4;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s; }
  @media (min-width: 992px) {
    .slick-arrow .l-a,
    .slick-arrow .r-a {
      font-size: 18px; } }

.slick-arrow .r-a {
  left: auto;
  right: 15px; }

.slick-arrow .l-a:hover,
.slick-arrow .r-a:hover {
  cursor: pointer;
  background: #d90e11;
  color: #fff;
  border: 1px solid #d90e11; }

.testimonial-active .slick-arrow .l-a,
.testimonial-active .slick-arrow .r-a {
  right: auto;
  top: auto;
  bottom: -80px;
  left: 80px; }

.testimonial-active .slick-arrow .r-a {
  left: 132px; }

/* 2. header
--------------------------------------------------- */
.transparent-header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 22;
  transition: 0.3s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.3);
  margin-bottom: 5px; }
  .transparent-header .logo img {
    max-width: 65%; }

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; }

.body-overlay.opened {
  opacity: 1;
  visibility: visible; }

.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s; }

.sticky-menu .logo {
  margin: 0 0; }

.sticky-menu .logo img {
  max-width: 50%; }

.sticky-menu .header {
  background: #ffffff;
  box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.3);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s; }

.main-menu {
  background-color: #ffffffcf;
  padding: 0 20px;
  text-align: center; }

.sticky-menu .main-menu ul li > a {
  padding: 24px 0;
  color: #2e2e37; }

.main-menu ul li {
  display: inline-block;
  margin-left: 35px;
  position: relative; }

.main-menu ul li > a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
  padding: 53px 0;
  position: relative; }
  @media (min-width: 992px) {
    .main-menu ul li > a {
      font-size: 18px; } }

.main-menu ul li:hover > a,
.main-menu ul li.active a,
.mean-container .mean-nav ul li a:hover {
  color: #d90e11; }

.main-menu ul li > a:hover::before,
.main-menu ul li > a:hover a.active::before {
  background: #d90e11;
  width: 100%;
  left: 0; }

/* 3. slider
-------------------------------------------------------------- */
.slider-height,
.slider-content-height {
  min-height: 100vh; }

.slider-bg-img {
  background-position: center;
  border-bottom-left-radius: 12px; }

/* .slider-img{right: 0;} */
.slider-content h1 {
  font-size: 38px;
  line-height: 1.08; }
  @media (min-width: 992px) {
    .slider-content h1 {
      font-size: 65px; } }

.slider-content p {
  font-size: 24px;
  line-height: 1.2; }
  @media (min-width: 992px) {
    .slider-content p {
      font-size: 30px;
      line-height: 1.4; } }

.slider-content .desc-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #4d4d5c; }
  @media (min-width: 992px) {
    .slider-content .desc-content p {
      font-size: 18px; } }

.slider-content-shape {
  top: 35px;
  right: 30px; }

.slider-social-link {
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important; }

.slider-social-link .social li a {
  font-size: 16px;
  width: 56px;
  margin: 2px 0;
  height: 52px;
  line-height: 52px; }
  @media (min-width: 992px) {
    .slider-social-link .social li a {
      font-size: 18px; } }

/* 4. about area
------------------------------------------------------------- */
.about-color-shape-bg {
  width: 424px;
  height: 409px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  left: -110px;
  bottom: -95px; }

.about-color-shape-bg.secondary-bg {
  border-radius: 12px;
  width: 348px;
  height: 384px;
  left: -230px;
  bottom: 30px; }

.about-img-over::after {
  position: absolute;
  content: "";
  background: #ffffff;
  height: 150%;
  left: -100%;
  opacity: 0.2;
  top: -100px;
  transform: rotate(35deg);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1); }

.about-img-over:hover::after {
  left: 150%;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px; }

.about-img-over:hover,
.about-img-over img,
.about-img-over {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px; }

/* 5. fun fact area
------------------------------------------------------------- */
.fun-fact-bg {
  background: #37403d; }

.single-fact span {
  font-size: 90px;
  line-height: 1; }

.single-fact span.per {
  font-size: 48px; }

.single-fact p {
  font-family: "play";
  font-size: 30px;
  line-height: 1.4; }

/* 6. portfolio area
-------------------------------------------------------------- */
.portfolio-area .portfolio-menu button {
  border: 0;
  background: transparent;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 18px;
  color: #2e2e37;
  cursor: pointer; }
  @media (min-width: 992px) {
    .portfolio-area .portfolio-menu button {
      font-size: 18px; } }

.portfolio-menu button.active,
.portfolio-menu button:hover {
  color: #d90e11; }

.single-portfolio img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.single-portfolio::before {
  content: "";
  background: #d90e11;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.single-portfolio:hover::before {
  opacity: 0.7; }

.port-content {
  right: 30px;
  top: -10px;
  font-size: 16px;
  visibility: hidden;
  opacity: 0;
  z-index: 11;
  cursor: pointer;
  background: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%; }
  @media (min-width: 992px) {
    .port-content {
      font-size: 18px; } }

.single-portfolio:hover .port-content {
  top: 30px;
  transition: 0.6s;
  opacity: 1;
  visibility: visible; }

.port-over-content {
  bottom: -30px;
  opacity: 0;
  transition: 0.6s; }

.single-portfolio:hover .port-over-content {
  bottom: 0%;
  opacity: 1;
  transition: 0.6s; }

.port-over-content h5 {
  font-size: 22px;
  line-height: 1.3; }

/* 7. experience area
------------------------------------------------ -------------- */
.experience-img {
  margin-left: -48%; }

.experience-ser-icon {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px; }

.experience-ser-icon span {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 35px; }

.experience-service-text h6 span {
  font-size: 16px;
  color: #7a7a8a; }

.experience-bg-img {
  border-bottom-right-radius: 12px; }

/* 8. skill area
-------------------------------------------------------------- */
.single-skill .knob {
  color: #2e2e37 !important; }

/* 9. price area
-------------------------------------------------------------- */
.single-price:hover {
  margin-top: -20px; }

.price-list li p,
.price-list li span {
  font-size: 16px; }

.price-list li span {
  width: 20px;
  height: 20px;
  line-height: 1.4; }

.price-list li span.disable {
  color: #ccd2d3; }

.rate {
  font-size: 60px; }

.price-list li {
  margin-bottom: 8px; }

.single-price .btn {
  padding: 10px 35px; }

/* 10. service area
-------------------------------------------------------------- */
.single-service {
  box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08); }

.service-circle.service-small-circle {
  width: 36px;
  height: 36px;
  top: -11px;
  left: -14px; }

.service-circle.service-large-circle {
  width: 58px;
  height: 58px;
  bottom: -12px;
  right: -12px; }

.single-service:hover .service-circle.service-small-circle {
  top: 35px;
  left: 48px; }

.single-service:hover .service-circle.service-large-circle {
  bottom: 30px;
  right: 32px; }

/* 11. testimonial area
-------------------------------------------------------------- */
.testimonial-text {
  font-size: 24px;
  line-height: 1.75; }

.quit {
  top: 14px; }

.quit span {
  font-size: 32px; }

.avatar-info p {
  font-size: 16px; }

.testimonial-img {
  width: 132%; }

.testimonial-bg::before {
  position: absolute;
  content: "";
  background: #f0f9fa;
  left: -100%;
  top: 0;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px; }

.testimonial-bg {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px; }

/* 12. brand area
-------------------------------------------------------------- */
.brand-active li {
  text-align: center; }

.single-brand img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s; }

.single-brand img {
  filter: gray;
  /* IE */
  /* Old WebKit */
  /* New WebKit */
  filter: grayscale(100%);
  /* Current draft standard */
  display: inline-block; }

.single-brand img:hover {
  filter: none;
  -webkit-filter: none;
  -webkit-filter: grayscale(0); }

/* 13. contact area
-------------------------------------------------------------- */
.contact-icon {
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%; }

.contact-icon span,
.contact-info input,
.contact-info textarea {
  font-size: 16px; }
  @media (min-width: 992px) {
    .contact-icon span,
    .contact-info input,
    .contact-info textarea {
      font-size: 18px; } }

.contact-info .massage {
  min-height: 200px; }

.contact-form .form-message.success {
  color: green; }

.contact-form .form-message.error {
  color: red; }

/* map */
.map-wrapper {
  width: 100%;
  min-height: 340px;
  background: #f9f9f9;
  margin-right: 90px;
  border-radius: 10px; }

/* 14. blog box
-------------------------------------------------------------- */
.blog-meta li span {
  font-size: 15px; }

.single-blog-content h6 {
  line-height: 1.44; }

.blog-img {
  overflow: hidden; }

.single-blog:hover img,
.zoom-img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1); }

.single-blog {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s; }

.blog-img,
.blog-img:hover {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }

.single-blog-content {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  /* box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08); */
  box-shadow: 0px 5px 15px 0px rgba(7, 7, 7, 0.05); }

/* .single-blog:hover .single-blog-content{box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.18);} */
.blog-modal-img img {
  border-radius: 30px; }

/* modal */
.modal-dialog {
  max-width: 1100px;
  margin: 0 auto; }

.modal-content h2 {
  font-size: 36px;
  padding: 50px 0px 20px 0px;
  line-height: 1.32; }

.pro-modal-footer h6 {
  font-size: 16px; }

.meta-wrapper {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.item-meta li {
  padding-bottom: 16px; }

/* 15. footer area
-------------------------------------------------------------- */
.subscribe-info span {
  right: 25px;
  top: 50%;
  transform: translateY(-50%); }

.social.social-bg li a {
  font-size: 16px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }
  @media (min-width: 992px) {
    .social.social-bg li a {
      font-size: 18px; } }

/* 16. extra info css
-------------------------------------------------------------- */
#scroll a {
  position: fixed;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  right: -1px;
  bottom: 30px;
  cursor: pointer;
  z-index: 11;
  color: #ffffff;
  transition: all 0.3s ease-out 0s;
  border-radius: 50%; }

#scroll a:hover,
#scroll a:focus {
  color: #fff;
  opacity: 0.9; }

/* .side-mobile-menu start*/
.side-mobile-menu {
  width: 260px;
  position: fixed;
  left: -125%;
  top: 0;
  z-index: 9999;
  height: 100%;
  background: #d90e11;
  transition: all 0.5s ease-out;
  overflow: scroll;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; }

.mean-container .mean-nav ul li a {
  background: #d90e11;
  color: #ffffff;
  border: 0;
  padding: 8px 5%;
  border-color: transparent; }

.mean-container .mean-nav ul li a:hover {
  background: #d90e11;
  color: #fff; }

.side-mobile-menu.open-menubar {
  left: 0; }

.close-icon span {
  font-size: 16px;
  color: #d90e11;
  background: #f0f6fb;
  width: 36px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0px 6px 30px 0px rgba(7, 7, 7, 0.07);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s; }
  @media (min-width: 992px) {
    .close-icon span {
      font-size: 18px; } }

.close-icon span:hover {
  box-shadow: 0px 6px 30px 0px rgba(7, 7, 7, 0.12); }

.mobile-menubar {
  font-size: 20px;
  border: 2px solid transparent;
  padding: 5px 10px;
  border-radius: 3px; }

.mobile-menubar:focus {
  color: #d90e11; }

.mean-container .mean-nav {
  background: #d90e11; }

/* .side-mobile-menu end*/
/* shape css start */
.skill-shape {
  right: 18%;
  top: 8px; }

.about-content .skill-shape {
  right: -15px; }

.education-area .skill-shape {
  right: -80px;
  top: -70px; }

/* shadow */
.slider-blue-shadow {
  left: -45%;
  top: -50%; }

.slider-red-shadow {
  left: -45%;
  bottom: -30%; }

.slider-yellow-shadow {
  left: -70px;
  top: 0; }

.about-yellow-shadow {
  top: -60%; }

.about-blue-shadow {
  top: -38%; }

.portfolio-blue-shadow {
  right: 10px;
  top: -90px; }

.portfolio-yellow-shadow {
  left: 75px;
  top: -70px; }

.portfolio-red-shadow {
  left: 0;
  top: 135px; }

.experience-blue-shadow {
  left: 30%;
  bottom: -30%; }

.experience-yellow-shadow {
  top: -22%; }

.experience-red-shadow {
  top: -22%; }

.service-blue-shadow {
  top: 0; }

.service-yellow-shadow {
  top: -22%; }

.service-red-shadow {
  bottom: -25%; }

.contact-yellow-shadow {
  top: -20%; }

.contact-blue-shadow {
  top: -5%; }

.strong {
  font-weight: 700 !important; }

footer {
  box-shadow: 0px 0px 28px #55554459; }

.foot-logo img {
  max-width: 50% !important; }

.slick-dots {
  display: none !important; }

.fs22 {
  font-size: 18px !important; }

.ttueff {
  text-transform: uppercase !important;
  color: #717171 !important;
  letter-spacing: -1px !important;
  font-size: 18px !important;
  font-weight: 700 !important; }

.ttneff {
  color: #717171 !important;
  letter-spacing: -1px !important;
  font-size: 18px !important;
  font-weight: 700 !important; }

.fcl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px; }

a {
  color: #d64119; }
  a:hover {
    color: #d64119;
    text-decoration: underline;
    transform: scale(1.1);
    display: inline-block;
    background-color: #fff;
    padding: 0 10px; }

/*# sourceMappingURL=style.css.map */
