* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html,
body,
button,
input,
select,
textarea {
  font-family: Arial;
  font-size: 12px;
  color: #8c806e;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul {
  margin-bottom: 0;
}

li {
  font-size: 13px;
  margin: 5px 0px 10px 0px;
}

pre {
  overflow: auto;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a img {
  border: 0;
}

a,
input {
  outline: none;
}

a {
  color: #f06;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 5px 0px 15px 0px;
  clear: both;
  font-weight: lighter;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

p {
  font-size: 17px;
  margin: 5px 0px 15px 0px;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  display: block;
}

figure {
  margin: 0;
}

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
}

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

.hide {
  display: none;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

/* <<< Design Holder >>> */
.DesignHolder {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
}

/* <<< Layout Frame >>> */
.LayoutFrame {
  margin: 0 auto;
  width: 100%;
  display: block;
}

/* <<< Body >>> */
body {
  background: #fff;
}

/* <<< Header >>> */
header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 105px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

header .Center {
  /* max-width: 1100px; */
  /* margin: auto; */
}

header .site-logo {
  margin-top: 18px;
  width: 220px;
  float: left;
  transition: all 0.3s;
}

header .site-logo h1 {
  margin-left: -108px;
}

header .site-logo h1 a {
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: rgb(3, 3, 3) 0px 2px 5px;
  transition: all 0.7s ease;
  margin-left: 11rem;
}

header .site-logo h1 a span {
  color: #ff9000;
}

header.smaller {
  padding: 0px 0px 0px 0px;
  height: 60px;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.75);
}

header.smaller .site-logo {
  padding: 0px 0px 0px 0px;
}

header.smaller .site-logo h1 {
  line-height: 13px;
}

header.smaller .site-logo h1 a {
  font-size: 20px;
}

/* <<< Navigation >>> */

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  position: relative;
  z-index: 1;
}

.dropdown-content {
  display: none;
  /* position: absolute; */
  flex-direction: column;
  position: absolute;
  right: 7rem;
  top: 103px;
  background-color: rgba(0, 0, 0, 0.5);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  /* z-index: 1; */
}

/* .dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  /* z-index: 1;
} */

#myDropdown li a {
  text-decoration: none;
  display: block;
  position: relative;
  right: 50px;
}

.dropdown-content a:hover {
  background-color: rgb(162, 161, 161);
}

.show {
  display: flex;
}

/* //////////////////////// */
.Navigation {
  float: right;
  width: 68.18%;
  margin-right: 2rem;
  /* margin-right: -65px; */
}

.Navigation ul {
  margin-left: -50px;
  list-style: none;
  /* margin: 0px; */
  float: right;
}

.Navigation li {
  float: left;
  padding: 0px;
  margin: 0px;
  height: 95px;
  position: relative;
  /* left: 50px; */
  transition: all 0.3s ease;
}

.Navigation li a {
  /* padding: 42px 11px 36px 41px; */
  padding: 40px 30px;
  font-size: 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Navigation li span {
  border-bottom: solid 5px #ff9000;
  background: rgba(56, 87, 122, 1);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(56, 87, 122, 1)),
    color-stop(0%, rgba(56, 87, 122, 1)),
    color-stop(0%, rgba(56, 87, 122, 1)),
    color-stop(100%, rgba(44, 68, 94, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(56, 87, 122, 1) 0%,
    rgba(56, 87, 122, 1) 0%,
    rgba(56, 87, 122, 1) 0%,
    rgba(44, 68, 94, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38577a', endColorstr='#2c445e', GradientType=0);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: 0;
  transition: all 0.5s ease;
}

.Navigation li:hover span,
.Navigation li.active span {
  opacity: 1;
}

header.smaller .Navigation li a {
  padding: 16px 25px;
}

header.smaller .Navigation li {
  height: 60px;
}

header.smaller .dropdown-content {
  top: 60px;
  right: 40px;
}

.mobile {
  display: none;
}

.mobile .fa {
  padding: 12px 14px;
  font-size: 31px;
  width: 55px;
  height: 55px;
  color: #fff;
  cursor: pointer;
  background: #ff9408;
}

.mobile .fa:hover {
  background: #e3860e;
}

.mobile.closed .fa-bars {
  display: none;
}

.mobile .fa-times {
  padding: 11px 15px;
  width: 55px;
  height: 55px;
  display: none;
  font-size: 31px;
}

.mobile.closed .fa-times {
  display: block;
}

/* <<< Banner Section >>> */
.Banner_sec {
  width: 100%;
  background: url(../img/Banner-bg.jpg) top center no-repeat;
  height: 700px;
  position: relative;
  background-size: cover;
}

.Banner_sec .bannerside {
  width: 100%;
  position: absolute;
  top: 256px;
  left: 0px;
}

.Banner_sec .Center {
  max-width: 1100px;
  margin: auto;
}

.Banner_sec .leftside {
  padding: 92px 0px 0px 0px;
  width: 28.9%;
  float: left;
}

.Banner_sec .leftside h3 {
  font-size: 36px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0px;
  line-height: 34px;
}

.Banner_sec .leftside h3 span {
  color: #ff9000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: block;
}

.Banner_sec .leftside p {
  padding: 16px 0px 26px 0px;
  font-size: 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  margin: 0px;
  word-spacing: 2px;
  line-height: 22px;
}

.Banner_sec .leftside a {
  padding: 11px 16px;
  font-size: 14px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border: solid 1px #b0bdc8;
  background: rgba(64, 93, 118, 0.8);
  transition: all 0.3s ease;
}

.Banner_sec .leftside a:hover {
  background: #ff9000;
  color: #fff;
  border: solid 1px #ff9000;
}

.Banner_sec .rightside {
  width: 68.36%;
  float: right;
  position: relative;
  left: 75px;
  bottom: 50px;
}

.Banner_sec .rightside .bx-wrapper {
  position: relative;
  z-index: 1;
}

.Banner_sec .rightside ul {
  list-style: none;
  margin: 0px;
}

.Banner_sec .rightside li {
  padding: 0px;
  margin: 0;
  float: none !important;
}

.Banner_sec .rightside .Slider .text .Icon {
  width: 50%;
  float: left;
}

.Banner_sec .rightside .Slider .text .Lorem {
  float: right;
  width: 31%;
}

.Banner_sec .rightside .Slider .text .Lorem p {
  padding-top: 5px;
  font-size: 18px;
  color: #fff;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  line-height: 19px;
}

.Banner_sec .rightside .Slider .text .Lorem p span {
  font-size: 14px;
  text-align: right;
  color: #ff9000;
  display: block;
  text-transform: capitalize;
}

.Banner_sec .rightside .prevBtn {
  width: 42px;
  height: 42px;
  display: block;
  text-indent: -9999px;
  background: url(../img/prev-arrow.png) no-repeat;
  position: absolute;
  top: 213px;
  left: -52px;
  z-index: 1;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.Banner_sec .rightside .prevBtn:hover {
  opacity: 1;
}

.Banner_sec .rightside .nextBtn {
  width: 42px;
  height: 42px;
  display: block;
  text-indent: -9999px;
  background: url(../img/next-arrow.png) no-repeat;
  position: absolute;
  top: 213px;
  right: 100px;
  z-index: 1;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.Banner_sec .rightside .nextBtn:hover {
  opacity: 1;
}

.Banner_sec .rightside .Shadow {
  position: absolute;
  bottom: -3px;
  left: -25px;
  max-width: none;
}

/* <<< bg color>>> */
.bgcolor {
  height: 74px;
  width: 100%;
  background: rgba(249, 250, 251, 1);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(249, 250, 251, 1)),
    color-stop(0%, rgba(249, 250, 251, 1)),
    color-stop(100%, rgba(225, 228, 231, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(249, 250, 251, 1) 0%,
    rgba(249, 250, 251, 1) 0%,
    rgba(225, 228, 231, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafb', endColorstr='#e1e4e7', GradientType=0);
}

/* <<< Container >>> */
#Container {
  overflow: hidden;
  width: 100%;
}

/* <<< About Section >>> */
.About_sec {
  padding: 115px 0px 88px 0px;
  width: 100%;
  overflow: hidden;
}

.About_sec .Center {
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
  text-align: center;
}

.About_sec h2 {
  font-size: 56px;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin: 0px;
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: -0.4px;
}

.About_sec p {
  padding: 24px 0px 35px 0px;
  font-size: 14px;
  color: #979797;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  font-weight: 400;
}

.About_sec .Line {
  border: solid 1px #ff9408;
  height: 2px;
  width: 252px;
  margin: auto;
}

.About_sec .Tabside {
  padding: 90px 0px;
  width: 100%;
}

.About_sec .Tabside ul {
  list-style: none;
  margin: 0px;
  padding-bottom: 59px;
}

.About_sec .Tabside li {
  float: none;
  padding: 0px;
  margin: 0px -2px;
  display: inline-block;
}

.About_sec .Tabside li a {
  padding: 14px 40px 13px 40px;
  font-size: 18px;
  color: #989898;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 1px #d5d5d5;
  display: block;
  transition: all 0.3s ease;
}

.About_sec .Tabside li a:hover,
.About_sec .Tabside li a.activeLink {
  border: solid 1px #ff9408;
  background: #ff9408;
  color: #fff;
}

.About_sec .Tabside .TabImage {
  width: 43.63%;
  float: left;
  position: relative;
}

.About_sec .Tabside .TabImage .img1 {
  position: absolute;
  top: 0px;
  left: 42px;
  height: 260px;
  background: url(../img/about-shadow.png) no-repeat;
  background-position: 25px 223px;
}

.About_sec .Tabside .TabImage .img1 img {
  padding: 5px;
  border: solid 1px #ececec;
  background: #fff;
}

.About_sec .Tabside .TabImage .img2 {
  position: absolute;
  top: 40px;
  left: 2px;
  height: 260px;
  background: url(../img/about-shadow.png) bottom center no-repeat;
  background-position: 0px 223px;
}

.About_sec .Tabside .TabImage .img2 img {
  padding: 5px;
  border: solid 1px #ececec;
  background: #fff;
}

.About_sec .Tabside .Description {
  width: 54.3%;
  float: right;
  text-align: left;
  margin-top: -6px;
}

.About_sec .Tabside .Description h3 {
  font-size: 24px;
  color: #000;
  margin: 0px;
  text-transform: uppercase;
  font-family: "Open Sans";
  line-height: 29px;
}

.About_sec .Tabside .Description h3 span {
  padding-left: 3px;
  font-size: 14px;
  color: #ff9000;
  display: block;
}

.About_sec .Tabside .Description p {
  padding: 21px 0px 4px 0px;
  font-size: 14px;
  color: #979797;
  margin: 0px;
  font-family: "Open Sans";
  line-height: 25px;
}

.About_sec .Tabside .Description p .cyan {
  font-size: 16px;
  color: #08c2ff;
}

/* <<< Services Section >>> */
.Services_sec {
  padding: 114px 0px 90px 0px;
  width: 100%;
  overflow: hidden;
  background: url(../img/Services_1-bg.jpg) top center no-repeat;
  background-size: cover;
}

.Services_sec .Center {
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
  text-align: center;
}

.Services_sec h2 {
  font-size: 56px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin: 0px;
  text-transform: uppercase;
  line-height: 60px;
}

.Services_sec p {
  padding: 25px 0px 35px 0px;
  font-size: 14px;
  color: #d8dfe5;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  font-weight: 400;
}

.Services_sec .Line {
  border: solid 1px #ff9408;
  height: 2px;
  width: 252px;
  margin: auto;
}

.Services_sec .Serviceside {
  padding: 76px 0px 30px 0px;
  width: 100%;
  overflow: hidden;
}

.Services_sec .Serviceside ul {
  list-style: none;
  margin: 0px;
}

.Services_sec .Serviceside li {
  float: left;
  padding: 0px;
  margin: 0px 40px 0px 0px;
  text-align: center;
  width: 245px;
}

.Services_sec .Serviceside li:last-child {
  margin-right: 0px;
}

/* <<< Pricing Section >>> */
.Pricing_sec {
  padding: 112px 0px 108px 0px;
  width: 100%;
  overflow: hidden;
  background: #ececec;
}

.Pricing_sec .Center {
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
  text-align: center;
}

.Pricing_sec h2 {
  font-size: 57px;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin: 0px;
  text-transform: uppercase;
  line-height: 60px;
}

.Pricing_sec p {
  padding: 26px 0px 35px 0px;
  font-size: 14px;
  color: #8f8f8f;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  font-weight: 400;
}

.Pricing_sec .Line {
  border: solid 1px #ff9408;
  height: 2px;
  width: 252px;
  margin: auto;
}

.Pricing_sec .Pricingside {
  padding: 75px 0px 0px 0px;
  width: 100%;
  overflow: hidden;
  text-align: initial;
}

.Pricing_sec a {
  background-color: #ff9408;
  /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  position: absolute;
  text-align: center;
  align-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.Pricing_sec a:hover {
  background: #ff9000;
  color: #fff;
  border: solid 1px #ff9000;
  transition: 0.7 sec;
}

.Pricingside {
  display: flex;
  justify-content: center;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
input,
textarea {
  font-family: "Poppins", sans-serif;
}

.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact {
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #1abc9c;
  /* background-color: #dede17; */
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #149279);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #1abc9c;
  /* background-color: #dede17; */
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  height: 45px;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 1.3rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 1.4rem;
  color: #1abc9c;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

/*.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #1abc9c;
  top: 50%;
  transform: translateY(-50%);
}*/

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.contact-info {
  padding: 8.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  font-size: 26px;
  position: relative;
  bottom: 51px;
  color: #1abc9c;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.input::placeholder {
  font-size: 15px;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.icon {
  position: relative;
  bottom: 3px;
  color: #16a286;
  width: 28px;
  height: 21px;
  margin-right: 16px;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #1abc9c, #149279);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #1abc9c;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #159b80);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

.Map {
  position: relative;
  width: 100%;
}

.Map #GoogleMap {
  height: 300px;
}

footer {
  overflow: hidden;
  width: 100%;
  text-align: center;
  /* background: rgba(0, 0, 0, 0.6); */
}

footer .Cntr {
  background-color: #333;
  padding: 28px 0px;
  margin: auto;
}

footer .Cntr p {
  padding: 0px;
  font-size: 13px;
  color: wheat;
  font-family: "Open Sans";
  margin: 0px;
}

footer .Cntr a {
  color: black;
  text-decoration: none;
}

footer .Cntr a:hover {
  color: #fff;
}

.containeer {
  position: relative;
  min-height: 100vh;
  margin-top: -95px;
}

.containeer h1 {
  font-size: 60px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: normal;
  padding: 15px;
  color: white;
  text-align: center;
  text-transform: capitalize;
}

.containeer .image-container {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding: 10px;
}

.containeer .image-container .image {
  height: 250px;
  width: 350px;
  border: 10px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}

.containeer .image-container .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.2s linear;
}

.containeer .image-container .image:hover img {
  transform: scale(1.1);
}

.containeer .popup-image {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  animation: fadeIn 1.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.containeer .popup-image span {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 60px;
  font-weight: bolder;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}

.containeer .popup-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
  border-radius: 5px;
  width: 750px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .container .popup-image img {
    width: 95px;
  }
}
