                    /*-----------------------------------
                       1 ) Font Import From Google Fonts
                      -----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,500);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic);
                    /*----------------------
                       2 ) Preloader Styles
                      ----------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}
.loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.cube {
  position: absolute;
  width: 1em;
  height: 1em;
  background: #007aff;
  -webkit-animation: move 3s ease-in-out infinite;
  animation: move 3s ease-in-out infinite;
  transform-style: preserve-3d;
  box-shadow: 5em 5em 0.3em 0.1em #DBDBDB;
}
.cube::before, .cube::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cube::before {
  background-color: #005ec5;
  transform-origin: 100% 100%;
  transform: rotateY(-90deg);
}
.cube::after {
  background-color: #0369d9;
  transform-origin: 0% 100%;
  transform: rotateX(90deg);
}
.cube:nth-of-type(1) {
  -webkit-animation-delay: -11.25s;
          animation-delay: -11.25s;
}
.cube:nth-of-type(2) {
  -webkit-animation-delay: -10.5s;
          animation-delay: -10.5s;
}
.cube:nth-of-type(3) {
  -webkit-animation-delay: -9.75s;
          animation-delay: -9.75s;
}
.cube:nth-of-type(4) {
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
}
@-webkit-keyframes move {
  0%, 87.5%, 100% {
    transform: translate(1em, 0em);
  }
  12.5% {
    transform: translate(2em, 0em);
  }
  25% {
    transform: translate(2em, 1em);
  }
  37.5%, 50% {
    transform: translate(1em, 1em);
  }
  62.5% {
    transform: translate(0em, 1em);
  }
  75% {
    transform: translate(0em, 0em);
  }
}
@keyframes move {
  0%, 87.5%, 100% {
    transform: translate(1em, 0em);
  }
  12.5% {
    transform: translate(2em, 0em);
  }
  25% {
    transform: translate(2em, 1em);
  }
  37.5%, 50% {
    transform: translate(1em, 1em);
  }
  62.5% {
    transform: translate(0em, 1em);
  }
  75% {
    transform: translate(0em, 0em);
  }
}

.box {
  position: absolute;
  top: calc(50% - 450px);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 3em;
  height: 2em;
  font-size: 50px;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(60deg) rotateZ(45deg);
  transform: rotateX(60deg) rotateZ(45deg);
}
.box:hover * {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.box:active * {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  background: #fefefe;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  line-height: 1.4;
}

.intro {
  width: 90%;
  max-width: 50rem;
  padding-top: 0.5em;
  padding-bottom: 1rem;
  margin: 0 auto 1em;
  font-size: calc(1rem + 2vmin);
  text-transform: capitalize;
  text-align: center;
  font-family: serif;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}

.info {
  margin: auto 0 0;
  padding: 1em;
  font-size: 0.9em;
  font-style: italic;
  font-family: serif;
  text-align: right;
  opacity: 0.5;
}
.info a {
  color: inherit;
}
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
    border-radius: 5%;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
  animation-duration: 8s;
}
.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 1s;
  animation-duration: 6s;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 40px;
  height: 40px;
  animation-delay: 1s;
  animation-duration: 10s;
}
.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 30px;
  height: 30px;
  animation-delay: 3s;
  animation-duration: 18s;
}
.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 5s;
  animation-duration: 20s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 6s;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 60px;
  height: 60px;
  animation-delay: 7s;
  animation-duration: 16s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 80px;
  height: 80px;
  animation-delay: 8s;
  animation-duration: 20s;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 10s;
  animation-duration: 30s;
}
@keyframes animate {
  0% {
    transform: translateY(-1200px) rotate(1200deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(0) rotate(0deg);
  }
}
                    /*-------------------
                       3 ) General Rules
                      -------------------*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}
html,
body,
textarea,
button,
input {
    font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Ubuntu', sans-serif;
	line-height: 1.3;
}
p {
    font-size: 14px;
    line-height: 1.42;
}
h1 {
    font-size: 48px;
}
h2, .h2 {
    font-size: 36px;
}
h2.small-heading {
    padding: 60px 0 20px 0;
    text-align: center;
}
h3, .h3 {
    font-size: 24px;
    font-weight: 600;
}
h4, .h4 {
    font-size: 16px;
    font-weight: 300;
}
h5, .h5 {
    font-size: 12px;
    font-weight: 500;
}
h6, .h6 {
    font-size: 12px;
    font-weight: 500;
}
body {
    overflow-x: hidden;
}

.story, .education, .skills, .experience, .facts, .services, .testimonials, .education, .portfolio {
    /* padding: 50px 0; */
}
.no-gutters{
	margin: 0 !important;
}
.no-gutters + div{
	padding: 0 !important;
}


                    /*---------------------
                       4 ) Homepage Styles
                      ---------------------*/
/* ( a ) Homepage */
.home-page {
    width: 100vw;
    height: calc(100vh - 25px);
    /* width: 100%; */
    /* height: 100%; */
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background: #fff;
}
/* ( b ) Introduction Section */
.introduction {
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.introduction img:hover {
	/* -o-transform: rotate(720deg); */
	/* -ms-transform: rotate(720deg); */
	/* -moz-transform: rotate(720deg); */
	/* -webkit-transform: rotate(720deg); */
	/* transform: rotate(720deg); */
}
img {
	border-radius: 3px;
}
.introduction img {
    position: absolute;
    top: 0;
    left: 0;
	/* -o-transition: all 5s ease-in-out; */
	/* -moz-transition: all 5s ease-in-out; */
	/* -webkit-transition: all 5s ease-in-out; */
	/* transition: all 5s ease-in-out; */
}
.introduction logo {
    position: absolute;
    top: 40%;
    left: 40%;
}
.mask_i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mask_b {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.mask_w {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main-heading {
    position: relative;
    top: 7%;
    padding-left: 50px;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
}
.main-heading h1 {
    position: relative;
    text-align: left;
	/* color: black; */
	color: white;
	padding-bottom: 1rem;
}
.main-heading h1:after {
    background-color: #fff;
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 110%;
    height: 1rem;
}
.main-heading h1 span {
	/* color: #007aff; */
	color: #000;
}
.main-heading h3 span {
    font-weight: 300;
	font-size: 16px;
}
.main-heading h4 {
	color: #fff;
	padding-right: 1rem;
	padding-top: 1rem;
	font-weight: 400;
}
.main-heading h4 span {
	color: #000;
}


.intro-content {
    position: relative;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.intro-content h1 {
    text-align: center;
}
.intro-contentz h1:after {
    background-color: #fff;
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 110%;
    height: 1rem;
}

.intro-content h1 span {
    color: #007aff;
}
.intro-content h2 {
    text-align: center;
    font-weight: 300;
	padding-bottom: 2rem;
	border-bottom: solid 1rem;
}
.intro-content h3 {
    text-align: center;
	font-size: 18px;
	padding: 10px;
}
.intro-content h3 span {
    font-weight: 300;
	font-size: 13px;
}


.social-media {
    font-size: 25px;
    text-align: center;
    margin-top: 50px;
}
.social-media a {
    text-decoration: none;
    outline: 0 none;
    padding: 0 10px;
}
.social-media a + .tooltip > .tooltip-inner {
    background-color: transparent;
    color: #f00;
    font-size: 16px;
}
.social-media a + .tooltip > .tooltip-arrow {
    border-bottom-color: transparent;
}
/*Bootstrap tooltips Customized*/
.social-media a:hover {
    color: #007aff;
}
/* ( c ) Navigation Menu */
.menu {
    float: left;
    padding: 0;
    position: relative;
}
.menu > div {
    width: 100%;
    height: 25%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.menu > div > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 1s linear;
    -moz-transition: -moz-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    transition: transform 1s linear;
}
.menu > div:hover > img {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.menu > div:hover .heading i {
	box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 100%), 0px 0 0 24px #007aff;
	background: #000000;
	color: white;
}
.heading {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.heading i {
	background: rgba(256, 256, 256, 0.99);
	border-radius: 50%;
	box-shadow: 0px 0px 0px 2px rgb(255 255 255 / 100%), 0px 0px 0px 18px rgb(0 122 255);
	display: block;
	font-size: 20px;
	height: 52px;
	line-height: 52px;
	margin: auto auto auto;
	text-align: center;
	width: 52px;
	-webkir-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.heading h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 400;
}
.heading h2 span {
    color: #007aff;
}
.heading h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}
                    /*------------------
                       5 ) Close Button
                      ------------------*/
.close-btn {
    /*background: url(../images/icon/close.png);*/
    z-index: 1000;
    cursor: pointer;
    /*width: 40px;
    height: 40px;*/
    position: fixed;
	right: 1rem;
	top: 1rem;
    background-size: cover;
    color: black;
}
                    /*-------------------------------------------------
                       6 ) General Rules for Content Pages Fixed Image
                      -------------------------------------------------*/
.page-3,
.page-2,
.page-1,
.contact-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
	margin: 0;
	/* padding-top: 30px; */
}
.image-container {
    height: 100vh;
    position: fixed;
    padding: 0;
    overflow: hidden;
}
.content-container {
    left: 41.666%;
    position: relative;
	/* position: fixed; */
	padding: 50px 0;
	background: #fff;
    height: calc(100vh - 25px);
	/* width: 100%; */
	/* overflow: auto; */
    padding: 30px 0;
    background: #fff;
}
                    /*------------------
                       7 ) Profile Page
                      ------------------*/
/* ( a ) Story of Glory */
.page-3 .image-container {
    background: url(../images/background/profile_image.jpg);
	background-color: #007aff;
	/* background-color: white; */
    background-size: cover;
    background-position: bottom;
}
.story {
    min-height: 50vh;
    color: #000;
}
.story-content {
    padding: 20px;
}
.story-content img {
    padding: 0px 40px 0px 0px;
    border: 0px solid #eee;
}
.story-content div h3 {
    line-height: 1;
    margin-top: 0;
}
.story-content div p {
    text-indent: 25px;
}
.story-content div a {
    border: 1px solid red;
	color: red;
    display: block;
    float: left;
    margin: 29px 5px;
    padding: 10px 25px;
    text-decoration: none;
    text-align: center;
    -webkir-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.story-content div a:hover {
    background: #fff;
    color: #000;
}
/* ( b ) What Can I Do */
.services {
    background-color: #fbfbfb;
}
.service h2 {
}
.service {
    text-align: center;
    padding: 15px;
    -webkir-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service:hover {
    background: rgba( 255, 255, 255, 0.05);
}
.service i {
    background: #000;
    color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px rgb(255 255 255), 0px 0px 0px 14px #007aff;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    margin: 20px 0 10px 0;
    -webkir-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.service:hover i {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.15), 0 0 0 40px rgba(255, 255, 255, 0);
}
.service p,
.service h3 {
}
/* ( c ) Some Facts */
.facts {
    text-align: center;
}
.facts i{
	color: #007aff;
}

                    /*-----------------
                       8 ) Resume Page
                      -----------------*/
/* ( a ) Education Section */
.page-2 .image-container {
    background: url(../images/background/resume_image.jpg);
	background-color: #007aff;
	/* background-color: white; */
    background-size: cover;
    background-position: bottom;
}
.education-container {
    position: relative;
    margin-bottom: 50px;
    margin-top: 25px;
}
.education-container:before {
    background: #fff;
    content: "";
    height: 96%;
    left: 26px;
    position: absolute;
    top: 2%;
    width: 2px;
}
.item {
    position: relative;
    margin-bottom: 35px;
}
.education-container .bullet {
    background: #007aff;
    border: 4px solid #fff;
    border-radius: 50%;
    height: 30px;
    left: -3px;
    top: 5px;
    display: inline-block;
    position: relative;
    width: 30px;
    -webkir-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: top;
}
.education-content {
    display: inline-block;
    padding: 0 15px;
    margin-left: 15px;
    width: 88%;
}
.education-content h3 {
	background: #007aff;
	display: block;
	margin: 0;
	padding: 1rem;
	position: relative;
	/* border-radius: 8px; */
	color: white;
	font-weight: 600;
}
.education-content h3:before {
}
.education-content h3 span {
}
.education-content p {
    padding: 15px 5px;
}
/* ( b ) Experience Section */
.experience {
    background: white;
}
.experience h2, .experience p {
    color: black;
}
.experience-container {
    position: relative;
    margin-bottom: 50px;
    margin-top: 25px;
}
.experience-container:before {
    background: #007aff;
    content: "";
    height: 96%;
    right: 26px;
    position: absolute;
    top: 2%;
    width: 2px;
}
.experience-container .bullet {
    background: #fff;
    border: 4px solid #007aff;
    border-radius: 50%;
    height: 30px;
    right: -3px;
    display: inline-block;
    position: absolute;
    width: 30px;
    vertical-align: top;
}
.experience-content {
    display: inline-block;
    padding: 0 15px;
    margin-left: 15px;
    width: 89%;
}
.experience-content h3 {
    background: #000;
    /* border-radius: 5px; */
    display: block;
    margin: 0;
    line-height: 1.42;
    padding: 10px;
    position: relative;
    color: white;
    font-weight: 600;
    position: relative;
    width: 100%;
}
.experience-content h3:before {
}
.experience-content h3 span {
}
.experience-content p {
    padding: 15px 5px;
}
/* ( c ) Skills Section */
.skill-container {
    text-align: center;
    padding: 20px 15px;
}
.barColor {
    color: #007aff;
}
.trackColor {
    color: #fff;
}
.scaleColor {
    color: #000;
}
.skill {
    text-align: center;
    padding: 20px 0;
    position: relative;
}
.skill span {
    color: #000;
    font-size: 18px;
	font-weight: 600;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
                    /*--------------------
                       9 ) Portfolio Page
                      --------------------*/
/* ( a ) Portfolio Section */
.page-1 .image-container {
    background: url(../images/background/portfolio_image.jpg);
	background-color: #007aff;
	/* background-color: white; */
    background-size: cover;
    background-position: bottom;
}
.project-controls {
    padding: 20px 0;
    text-align: center;
}
.filter {
	/* border-radius: 5px; */
	margin: 5px;
	padding: 10px 15px;
	-webkir-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: none;
	border-left: 0;
	border-top: 0;
	border-right: 0;
}
.filter:hover {
    background: #007aff;
    color: #fff;
}
.filter.active {
    background: #007aff;
    color: #fff;
}
#projects > .mix {
    display: none;
}
.projet-items {
    padding: 20px;
}
/*----- Hover Effect Portfolio Image --------*/
.project {
    width: 100%;
    overflow: hidden;
    margin: 15px 0;
    position: relative;
    -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
}
.project img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.project .ovrly {
    background: rgb(255 255 255 / 75%);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.project .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.project .buttons a {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    opacity: 0;
    margin: 0 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    display: block;
    line-height: 40px;
    outline: none;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    color: #000;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.project .buttons .fa-search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.project:hover .buttons a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.project:hover .ovrly {
    opacity: 1;
}
/*----- Hover Effect Portfolio Image [ END ] --------*/
.pop-up-box {
    display: none;
}
.popup_content {
    max-width: 500px;
    border-radius: 5px;
    background: #fff;
}
.popup_content img {
    display: block;
    width: 100%;
    background: #fff;
    margin: 0 auto;
}
.popup_content .popup-content {
    padding: 15px;
}
.popup_content p {
	color: black;
}
.popup_content h3 {
    text-align: center;
	color: black;
}
.popup_content a {
    border: 1px solid #337ab7;
    color: #337ab7;
    display: block;
    margin: 30px auto;
    padding: 10px 25px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.popup_content a:hover {
    background: #eee;
    color: #000;
}
/*----- Popup Styles [ END ] --------*/
/* ( b )  Testimonial Section */
.testimonials {
    background: white;
}
.testimonials h2 {
    /* color: #fff; */
}
.testimonials-container {
    padding: 20px;
}
.testimonials-container div div p {
    font-style: italic;
    color: #000;
    font-size: 16px;
    text-align: center;
}
.testimonials-container div div p i {
    margin: 0 5px;
}
.testimonials-container div div h3 {
    font-style: italic;
    color: #000;
    text-align: center;
}
.owl-carousel .owl-item {
	background-color: white;
	padding: 3rem 2rem;
}
                    /*-------------------
                       10 ) Contact Page
                      -------------------*/
/* ( a )  Contact Form */
.contact-page .image-container {
    background: url(../images/background/contact_image.jpg);
	background-color: #007aff;
	/* background-color: white; */
    background-size: cover;
    background-position: bottom;
}
.contact-form {
    float: none;
    margin: 0 auto;
	top: 13%;
}
.contact-form input,
.contact-form textarea {
    border: 1px solid #6A8D9D;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    height: 40px;
    margin: 10px 0;
    padding: 5px 10px;
    background: #f5f5f5;
    width: 100%;
}
.contact-form textarea {
    height: 100px;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    font-style: italic;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    font-style: italic;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    font-style: italic;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    font-style: italic;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form input:hover,
.contact-form textarea:hover {
    box-shadow: 0px 0px 3px 0px #a1a1a1;
}
.contact-form button {
	background: #007aff;
	border-radius: 3px;
	border: none;
	color: #fff;
    margin: 10px 0;
    padding: 10px 25px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	width: 100%;
	height: 40px;
}
.contact-form button:hover {
    background: #a1a1a1;
    color: #fff;
}
.error, .success {
	display: none;
}
.error h3,
.success h3 {
	border-radius: 3px;
	display: block;
	margin: 10px 0;
	padding: 100px 15px;
	text-align: center;
	width: 100%;
	font-size: 18px;
}
.error h3 {
    background: red;
    /* border: 1px solid red; */
	color: white;
}
.success h3 {
	background: #007aff;
	/* border: 1px solid #007aff; */
	color: white;
}
.google-map {
    width: 100%;
    height: 690px;
}
/* ( b )  Contact Details */
.contact {
    padding: 20px;
    height: auto;
}
.contact p {
    text-align: center;
    color: #000000;
}
.contact p i {
    font-size: 25px;
    margin: 20px 0;
    color: #007aff;
}
.contact-details .social-media {
    margin: 0;
    padding: 20px 0;
}
.contact-details .social-media a {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 50px;
    margin: 0 5px;
    font-size: 18px;
}
.contact-details .social-media a + .tooltip > .tooltip-inner {
    background-color: #000;
    color: #a1a1a1;
    font-size: 16px;
    padding: 3px 10px 5px 10px;
    border-radius: 3px;
    border: 0 none;
}
.contact-details .social-media a + .tooltip > .tooltip-arrow {
    border-top-color: #000;
}
                    /*-------------
                       11 ) Footer 
                      -------------*/
.footer {
    background: #222;
    padding: 3px 20px;
    height: 26px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    float: left;
}
.footer p {
    line-height: 1;
    color: #fff;
    float: right;
    margin: 0;
}

.popup_cont {
	position: fixed;
	top: 0 !important;
	z-index: 1100;
	height: 90vh;
	margin-top: 5vh;
	overflow-y: scroll;
	border-radius: 3px;
}
::-webkit-scrollbar {
   display: none;
}
.mx-1 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.input-group {
	width: 100%;
	padding: 0 15px !important;
	display: flex;
}
button#refresh {
	width: auto;
}

.image-container {
	background-color: #fff !important;
}
.main-heading h1, .main-heading h4 {
	color: black;
}
.main-heading h1:after {
	background-color: #000;
}