/*-------------------------------------
    Template Name: Toha Portfolio HtmlTemplate
    Template URI: 
    Description: Toha Portfolio HtmlTemplate
    Author: ...
    Author URI: 
    Version: 1.0
    Tags: portfolio, personal, cv, resume, creative, theme, template, etc
---------------------------------------*/
/**
 * Fonts 
 * Roboto
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: transparent;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.7rem;
  scroll-behavior: smooth;
}

a:hover, a:focus {
  text-decoration: none;
  outline: 0px;
}

button:hover, button:focus {
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: inherit;
}

figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  padding: 50px 0;
  width: 100%;
}

/**
 * For max-width media query, device width are sets as::after
 * xl = 1440
 * medium = 1199
 * tabland = 991
 * tabport = 767
 * phone
 * phone-sm
 * phone-mid
 * phone-xm
 */
.gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.gutters-5 > .col,
.gutters-5 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.gutters-10 > .col,
.gutters-10 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutters-15 {
  margin-right: -15px;
  margin-left: -15px;
}

.gutters-15 > .col,
.gutters-15 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.gutters-20 {
  margin-right: -20px;
  margin-left: -20px;
}

.gutters-20 > .col,
.gutters-20 > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutters-25 {
  margin-right: -25px;
  margin-left: -25px;
}

.gutters-25 > .col,
.gutters-25 > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-05 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-10 {
  font-size: 10px !important;
}

.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-17 {
  font-size: 17px !important;
}

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

.text-19 {
  font-size: 19px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-21 {
  font-size: 21px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-23 {
  font-size: 23px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-25 {
  font-size: 25px !important;
}

.text-26 {
  font-size: 26px !important;
}

.text-27 {
  font-size: 27px !important;
}

.text-28 {
  font-size: 28px !important;
}

.text-29 {
  font-size: 29px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-31 {
  font-size: 31px !important;
}

.text-32 {
  font-size: 32px !important;
}

/*********************************
/* Common Css Start
*********************************/
.border-none {
  border: none !important;
}

.btn-round {
  border-radius: 4px !important;
}

.bg-white {
  background-color: #fff !important;
}

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

button:hover, button:focus {
  outline: 0px;
}

/*********************************
/*  Column Reverse
*********************************/
@media screen and (max-width: 768px) {
  .column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

/*********************************
/*  Column Grid
*********************************/
@media (min-width: 479px) and (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

/*********************************
/*  Heading Typography
*********************************/
h1 {
  font-family: "Barlow", sans-serif;
  font-size: 65px;
  line-height: 80px;
  font-weight: 700;
  color: #043e51;
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 56px;
    line-height: 70px;
  }
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 45px;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #043e51;
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 32px;
    line-height: 34px;
  }
}

h3 {
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #043e51;
}

h4 {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #043e51;
}

/*********************************
/*  Content Typography
*********************************/
p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #767676;
}

/*********************************
/*  Section Title Start
*********************************/
.section__title {
  margin-bottom: 50px;
  max-width: 560px;
}

.section__title .sec__title {
  margin-bottom: 25px;
  text-transform: capitalize;
}

.section__title .sec__content {
  margin-bottom: 0;
}

.section__title.text-center {
  margin: 0 auto 50px;
}

.section__title.text-start {
  margin-right: auto;
}

.section__title.text-end {
  margin-left: auto;
}

/*********************************
/*  Section Title End
*********************************/
/*********************************
/*  Input Apperance Start
*********************************/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

/*********************************
/*  Input Apperance End
*********************************/
/*********************************
/* Scroll Up Css Start
*********************************/
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -30px;
  right: 30px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #4c7dfe;
  text-transform: capitalize;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  border: none;
  opacity: 0;
}

.scroll-top.open {
  bottom: 30px;
  opacity: 1;
  right: 30px;
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
  background: #043e51;
}

/*********************************
/* Scroll Up Css End
*********************************/
/*********************************
/* Preloader Start
*********************************/
.preloader {
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}

.preloader .loader {
  -webkit-filter: url("#goo");
          filter: url("#goo");
  position: relative;
  width: 500px;
  height: 100px;
}

.preloader .loader::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #4c7dfe;
  margin: 0 auto;
  position: absolute;
  top: 25px;
  left: 225px;
  -webkit-animation: scale 2.5s ease-in-out infinite;
          animation: scale 2.5s ease-in-out infinite;
}

.preloader .loader div {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #4c7dfe;
  top: 35px;
  left: 235px;
  -webkit-animation: move 2.5s ease-in-out infinite alternate;
          animation: move 2.5s ease-in-out infinite alternate;
}

.preloader .loader div::after, .preloader .loader div::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #4c7dfe;
}

.preloader .loader div::before {
  left: -75px;
}

.preloader .loader div::after {
  left: 75px;
}

.preloader svg {
  position: absolute;
  z-index: -100;
  pointer-events: none;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  100% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  100% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
}

@-webkit-keyframes scale {
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*********************************
/* Preloader End
*********************************/
/*********************************
/*  Button Style Start
*********************************/
.btn {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  padding: 12px 29px;
  display: inline-block;
  text-align: center;
  background-size: 200% auto;
  text-transform: capitalize;
  height: 55px;
  border: 2px solid #4c7dfe;
  border-radius: 8px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 575px) {
  .btn {
    padding: 10px 29px;
    height: 50px;
  }
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn i {
  margin-right: 8px;
}

.btn-primary {
  background: #4c7dfe;
}

.btn-primary:focus, .btn-primary:hover {
  background: #043e51;
  border-color: #043e51;
  color: #fff;
}

.btn-filled {
  color: #4c7dfe;
}

.btn-filled:hover {
  background: #4c7dfe;
  color: #fff;
}

/*********************************
/*  Button Style End
*********************************/
/*********************************
/* Header Start
*********************************/
.header {
  padding: 25px 0;
  position: fixed;
  background: transparent;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
}

@media screen and (max-width: 991px) {
  .header {
    background: #e9feff;
    padding: 20px 0px;
  }
}

@media screen and (max-width: 575px) {
  .header {
    padding: 25px 10px;
  }
}

.header .navbar {
  padding: 0;
}

.header .navbar .navbar-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 999;
}

.header .navbar .navbar-right .mobile__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .header .navbar .navbar-right .mobile__wrapper {
    width: 100%;
  }
}

.header .navbar .navbar-right .mobile__wrapper .logo img {
  width: auto;
}

.header .navbar .navbar-right .nav-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .header .navbar .navbar-right .nav-item {
    display: none;
    margin-left: inherit;
    width: 100%;
    padding-top: 20px;
  }
}

.header .navbar .navbar-right .nav-item li a {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  margin-right: 30px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 991px) {
  .header .navbar .navbar-right .nav-item li a {
    margin-right: 0;
    padding: 5px;
    display: block;
  }
}

.header .navbar .navbar-right .nav-item li a.active, .header .navbar .navbar-right .nav-item li a:hover {
  color: #4c7dfe;
}

.header .navbar .navbar-right .nav-item li:last-child a {
  margin-right: 0;
}

.header .navbar .navbar-right .header-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  display: none;
}

@media screen and (max-width: 991px) {
  .header .navbar .navbar-right .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .navbar .navbar-right .header-right .action__btn .btn {
  height: 50px;
  padding: 9px 29px;
}

#menuTaggler {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  display: none;
  z-index: 999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  #menuTaggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#menuTaggler .menu-bar {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
}

#menuTaggler .menu-bar:before, #menuTaggler .menu-bar:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#menuTaggler .menu-bar:after {
  top: auto;
  bottom: -10px;
}

#menuTaggler .menu-bar.close {
  background: transparent;
}

#menuTaggler .menu-bar.close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 48%;
}

#menuTaggler .menu-bar.close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 48%;
}

.nav-bg {
  background: #fff;
  padding: 25px 0;
  -webkit-box-shadow: 0 22px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 22px 20px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 991px) {
  .nav-bg {
    padding: 20px 0px;
  }
}

@media screen and (max-width: 575px) {
  .nav-bg {
    padding: 20px 10px;
  }
}

/*********************************
/* Header End
*********************************/
/*********************************
/*  Banner Section Start
*********************************/
.banner__section {
  padding: 150px 0 0;
  background-image: url("../images/banner/banner-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .banner__section {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 575px) {
  .banner__wrapper {
    text-align: center;
  }
}

.banner__wrapper .sub__heading {
  margin-bottom: 5px;
  color: #4c7dfe;
  font-family: "Inter", sans-serif;
  font-size: 23px;
}

@media screen and (max-width: 375px) {
  .banner__wrapper .sub__heading {
    font-size: 21px;
  }
}

.banner__wrapper .main__heading {
  margin-bottom: 38px;
}

@media screen and (max-width: 575px) {
  .banner__wrapper .main__heading {
    margin-bottom: 15px;
  }
}

.banner__wrapper .content {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.002em;
}

@media screen and (max-width: 1199px) {
  .banner__wrapper .content {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .banner__wrapper .content {
    font-size: 16px;
  }
}

.banner__wrapper .btn__group {
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

@media screen and (max-width: 575px) {
  .banner__wrapper .btn__group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.banner__wrapper .btn__group .btn {
  margin-right: 30px;
}

@media screen and (max-width: 575px) {
  .banner__wrapper .btn__group .btn {
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .banner__wrapper .btn__group .btn {
    padding: 10px 16px;
  }
}

@media screen and (max-width: 375px) {
  .banner__wrapper .btn__group .btn {
    font-size: 16px;
    padding: 8px 16px;
    height: 45px;
  }
}

.banner__wrapper .btn__group .btn:last-of-type {
  margin-right: 0;
}

.banner__wrapper .btn__group .btn-filled {
  padding: 12px 16px;
}

@media screen and (max-width: 575px) {
  .banner__wrapper .btn__group .btn-filled {
    padding: 10px 16px;
  }
}

@media screen and (max-width: 375px) {
  .banner__wrapper .btn__group .btn-filled {
    padding: 8px 16px;
  }
}

@media screen and (max-width: 991px) {
  .banner__figure {
    display: none;
  }
}

.banner__figure .hero__image img {
  width: auto;
  height: auto;
}

@media (max-width: 1550px) {
  .banner__figure .hero__image img {
    width: 100%;
  }
}

/*********************************
/*  Banner Section End
*********************************/
/*********************************
/*  About Section Start
*********************************/
.about__section {
  position: relative;
  padding-top: 100px;
}

@media screen and (max-width: 575px) {
  .about__section {
    padding-top: 60px;
  }
}

.about__wrapper .ab__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 42px;
}

@media screen and (max-width: 575px) {
  .about__wrapper .ab__title {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
}

.about__wrapper .ab__content p {
  font-size: 19px;
  line-height: 32px;
  margin-bottom: 12px;
}

.about__wrapper .ab__content p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .about__wrapper .ab__content p {
    font-size: 16px;
  }
}

.about__wrapper .ab__btn {
  margin-top: 40px;
}

@media screen and (max-width: 575px) {
  .about__wrapper .ab__btn {
    text-align: center;
  }
}

.list__item ul {
  list-style: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list__item ul li {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #767676;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
  text-transform: capitalize;
}

.list__item ul li .icon {
  margin-right: 10px;
}

.list__item ul li .icon img {
  width: 24px;
  height: auto;
}

@media screen and (max-width: 575px) {
  .list__item ul li {
    font-size: 16px;
  }
}

.about__figure {
  position: relative;
}

@media screen and (max-width: 991px) {
  .about__figure {
    display: none;
  }
}

.about__figure .ab__image img {
  width: auto;
}

.about__figure .ab__shape {
  width: 100%;
  margin: auto;
  max-width: 500px;
}

/*********************************
/*  About Section End
*********************************/
.skill__section {
  position: relative;
}

.skill__section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg-shape-01.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: top right;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .skill__section::after {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .skill__wrapper {
    margin-bottom: 30px;
  }
}

.radial__progress__pie {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.radial__progress__pie__svg {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  overflow: hidden;
  vertical-align: middle;
  background: #fff;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(170, 170, 170, 0.161));
          filter: drop-shadow(0px 0px 20px rgba(170, 170, 170, 0.161));
}

@media screen and (max-width: 479px) {
  .radial__progress__pie__svg {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 375px) {
  .radial__progress__pie__svg {
    width: 130px;
    height: 130px;
  }
}

.radial__progress__pie__svg svg {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 479px) {
  .radial__progress__pie__svg svg {
    width: 130px;
    height: 130px;
  }
}

@media screen and (max-width: 375px) {
  .radial__progress__pie__svg svg {
    width: 110px;
    height: 110px;
  }
}

.radial__progress__pie__number {
  font-family: "Barlow", sans-serif;
  font-size: 34px;
  line-height: 39px;
  color: #043e51;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (max-width: 479px) {
  .radial__progress__pie__number {
    font-size: 25px;
    line-height: 35px;
  }
}

.radial__progress__pie p {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #043e51;
  margin-top: 15px;
  margin-bottom: 0;
}

.radial__progress__content {
  position: absolute;
  top: 31%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 479px) {
  .radial__progress__content {
    top: 30%;
  }
}

@media screen and (max-width: 375px) {
  .radial__progress__content {
    top: 27%;
  }
}

/*********************************
/*  Service Section Start
*********************************/
.service__section {
  position: relative;
}

.service__section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg-shape-02.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: top left;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .service__section::after {
    display: none;
  }
}

.service__icon__box {
  background: #fff;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(171, 171, 171, 0.25);
          box-shadow: 0px 4px 25px 0px rgba(171, 171, 171, 0.25);
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 479px) {
  .service__icon__box {
    padding: 40px 22px;
  }
}

.service__icon__box .s__icon {
  height: 70px;
  width: auto;
  margin-bottom: 31px;
}

.service__icon__box .s__icon img {
  width: auto;
  height: auto;
  display: inline-block;
}

.service__icon__box .s__content h5 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.service__icon__box .s__content h5 a {
  color: #043e51;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: block;
}

.service__icon__box:hover h5 a {
  color: #4c7dfe;
}

/*********************************
/*  Service Section End
*********************************/
/*********************************
/*  Portfolio Section Start
*********************************/
.portfolio__section {
  position: relative;
}

.portfolio__section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg-shape-03.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: top right;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .portfolio__section::after {
    display: none;
  }
}

.filter__menu {
  margin-bottom: 40px;
}

.filter__menu .filter__bttn {
  font-family: "Barlow", sans-serif;
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  height: 43px;
  min-width: 130px;
  padding: 5px 15px;
  border-radius: 8px;
  background: #fff;
  outline: none;
  border: none;
}

.filter__menu .filter__bttn:focus {
  border: none;
  outline: none;
}

.filter__menu .filter__bttn.mixitup-control-active {
  background: #4c7dfe;
  color: #fff;
}

.portfolio__items {
  margin-bottom: 20px;
}

.portfolio__items .portfolio__single__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.portfolio__items .portfolio__single__item .portfolio__image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.portfolio__items .portfolio__single__item .portfolio__overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio__items .portfolio__single__item .portfolio__overlay a {
  color: #fff;
  height: 60px;
  width: 60px;
  background: #4c7dfe;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio__items:hover .portfolio__image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.portfolio__visible__titles {
  font-family: "Barlow", sans-serif;
  background: #fff;
  font-size: 18px;
  padding: 7px 15px;
  font-weight: 500;
  color: #043e51;
  position: fixed;
  white-space: nowrap;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  width: 200px;
  border-radius: 8px 8px 8px 0px;
  display: inline-block;
}

.portfolio__visible__titles.visible {
  opacity: 1;
  visibility: visible;
}

.portfolio__visible__titles .title__sub {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  margin-top: -10px;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px;
  color: #767676;
  border-radius: 0px 0px 8px 8px;
}

/*********************************
/*  Portfolio Section End
*********************************/
/*********************************
/* Single Testimonial Start
*********************************/
.testimonial__section {
  position: relative;
}

.testimonial__section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg-shape-05.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: top left;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .testimonial__section::after {
    display: none;
  }
}

.testimonial__single__slide .owl-carousel .owl-dots {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial__single__slide .owl-carousel .owl-dots button {
  height: 8px;
  width: 15px;
  background: #4c7dfe;
  border-radius: 30px;
  display: block;
  border: none;
  outline: none;
  margin: 10px 5px 0px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.testimonial__single__slide .owl-carousel .owl-dots button.active {
  width: 30px;
}

@media screen and (max-width: 375px) {
  .testimonial__single__slide .owl-carousel .owl-dots button {
    margin: 10px 5px;
  }
}

.testimonial__single__slide .owl-carousel .owl-nav {
  position: absolute;
  bottom: -80px;
  width: 100%;
  display: none;
  font-size: 14px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
}

.testimonial__single__slide .owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: none;
  outline: none;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0px 19px 24px rgba(185, 185, 185, 0.5);
          box-shadow: 0px 19px 24px rgba(185, 185, 185, 0.5);
}

.testimonial__single__slide .owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}

.testimonial__single__slide .owl-carousel .owl-nav button.owl-prev:hover {
  background: #4c7dfe;
  color: #fff;
}

.testimonial__single__slide .owl-carousel .owl-nav button.owl-next {
  margin-left: 10px;
}

.testimonial__single__slide .owl-carousel .owl-nav button.owl-next:hover {
  background: #4c7dfe;
  color: #fff;
}

.single__testimonial {
  background: #fff;
  border-radius: 8px;
  position: relative;
  display: block;
  padding: 40px;
  margin: 10px 0px 30px;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(171, 171, 171, 0.25);
          box-shadow: 0px 4px 25px 0px rgba(171, 171, 171, 0.25);
}

.single__testimonial .client__discription p {
  margin-bottom: 0;
}

.single__testimonial .client__discription .rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ededed;
  padding: 0px 8px;
  border-radius: 30px;
  margin-bottom: 10px;
  height: 24px;
}

.single__testimonial .client__discription .rating a {
  color: #ffa63a;
  font-size: 12px;
  display: inline-block;
  margin-right: 2px;
}

.single__testimonial .client__discription .rating a:last-of-type {
  margin-right: 0;
}

.single__testimonial .client__discription .date {
  position: relative;
  display: block;
  padding-bottom: 16px;
}

.single__testimonial .client__discription .date p {
  font-size: 14px;
  color: #767676;
}

.single__testimonial .client__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.single__testimonial .client__info .image__box img {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
}

.single__testimonial .client__info .info__box {
  position: relative;
  display: block;
  padding-left: 15px;
}

.single__testimonial .client__info .info__box h5 {
  font-family: "Barlow", sans-serif;
  font-size: 19px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.single__testimonial .client__info .info__box h5 a {
  color: #043e51;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.single__testimonial .client__info .info__box span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.single__testimonial:hover .info__box h5 a {
  color: #4c7dfe;
}

/*********************************
/* Single Testimonial End
*********************************/
/*********************************
/* Contact Section Start
*********************************/
.contact__section {
  position: relative;
}

.contact__section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg-shape-03.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: bottom right;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .contact__section::after {
    display: none;
  }
}

.contact__section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg-shape-06.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: top left;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .contact__section::before {
    display: none;
  }
}

.contact__form .input__group label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #767676;
  margin-bottom: 8px;
}

.contact__form .input__group .form-control {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  color: #767676;
  background: #fff;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid #d6dbe5;
  height: 60px;
  display: block;
  margin-bottom: 15px;
  padding: 15px;
}

.contact__form .input__group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #4c7dfe;
}

.contact__form .input__group .form-control::-webkit-input-placeholder {
  text-transform: capitalize;
}

.contact__form .input__group .form-control:-ms-input-placeholder {
  text-transform: capitalize;
}

.contact__form .input__group .form-control::-ms-input-placeholder {
  text-transform: capitalize;
}

.contact__form .input__group .form-control::placeholder {
  text-transform: capitalize;
}

.contact__form .input__group .form-control:hover {
  border-color: #4c7dfe;
}

.contact__form .input__group .text__area {
  height: 140px;
  resize: none;
}

.contact__form .submit__btn {
  text-transform: uppercase;
  height: 55px;
  line-height: 15px;
}

.contact__form .submit__btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.space {
  width: 91px;
  height: 100%;
}

.contact__box__wrap {
  background: #fff;
  padding: 34px 20px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(171, 171, 171, 0.25);
          box-shadow: 0px 4px 25px 0px rgba(171, 171, 171, 0.25);
  margin-top: 20px;
  margin-left: 15.33333333%;
}

@media screen and (max-width: 1199px) {
  .contact__box__wrap {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .contact__box__wrap {
    margin: 0px 0px 20px;
  }
}

.contact__box__wrap .icon {
  height: 66px;
  width: 66px;
  background: #4c7dfe;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__box__wrap .icon img {
  width: 32px;
  height: auto;
  display: block;
}

.contact__box__wrap .contact__inform {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact__box__wrap .contact__inform span {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #767676;
  margin-bottom: 8px;
  display: block;
}

.contact__box__wrap .contact__inform p,
.contact__box__wrap .contact__inform a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #767676;
  display: block;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.contact__box__wrap .contact__inform p:hover,
.contact__box__wrap .contact__inform a:hover {
  color: #4c7dfe;
}

.map__section {
  padding-bottom: 100px;
}

@media screen and (max-width: 575px) {
  .map__section {
    padding-bottom: 50px;
  }
}

#map iframe {
  height: 380px;
  width: 100%;
  border-radius: 8px;
}

/*********************************
/* Contact Section End
*********************************/
/*********************************
/* Blog Section Start
*********************************/
.blog__section {
  position: relative;
}

.blog__section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg-shape-01.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: top right;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .blog__section::after {
    display: none;
  }
}

.blog__post__item {
  background: #fff;
  border-radius: 8px;
  padding: 20px 20px 30px;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(171, 171, 171, 0.25);
          box-shadow: 0px 4px 25px 0px rgba(171, 171, 171, 0.25);
  height: 100%;
}

@media screen and (max-width: 991px) {
  .blog__post__item {
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }
}

.blog__post__item .blog__figure {
  overflow: hidden;
  border-radius: 8px;
}

.blog__post__item .blog__figure img {
  max-width: 385px;
  width: 100%;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 575px) {
  .blog__post__item .blog__figure img {
    max-width: inherit;
    max-height: inherit;
  }
}

.blog__post__item .blog__content {
  padding-top: 20px;
}

.blog__post__item .blog__content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .blog__post__item .blog__content h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .blog__post__item .blog__content h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .blog__post__item .blog__content h4 {
    font-size: 20px;
  }
}

.blog__post__item .blog__content h4 a {
  color: #043e51;
  text-decoration: none;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog__post__item .blog__content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #767676;
  margin-bottom: 0;
}

.blog__post__item .blog__meta {
  margin-bottom: 5px;
}

.blog__post__item .blog__meta span a,
.blog__post__item .blog__meta span {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #767676;
  margin-right: 8px;
  text-decoration: none;
}

.blog__post__item .blog__meta span a:last-of-type,
.blog__post__item .blog__meta span:last-of-type {
  margin-right: 0;
}

.blog__post__item .blog__meta span a a,
.blog__post__item .blog__meta span a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog__post__item .blog__meta span a a:hover,
.blog__post__item .blog__meta span a:hover {
  color: #4c7dfe;
}

.blog__post__item:hover .blog__figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog__post__item:hover .blog__content h4 a {
  color: #4c7dfe;
}

/*********************************
/* Blog Section End
*********************************/
/*********************************
/* Footer Section Start
*********************************/
.footer__section {
  background: #fff;
  padding: 80px 0px 0px;
  position: relative;
  border-top: 1px solid #f1f1f1;
}

@media screen and (max-width: 575px) {
  .footer__section {
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .footer__widget {
    margin-bottom: 30px;
  }
}

.footer__widget .logo {
  margin-bottom: 30px;
}

.footer__widget .logo img {
  width: auto;
  height: auto;
  display: block;
}

.footer__widget p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #767676;
  line-height: 24px;
  margin-bottom: 0;
}

.footer__widget .social__icon {
  margin-top: 30px;
}

.footer__widget .social__icon ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer__widget .social__icon ul li {
  list-style: none;
}

.footer__widget .social__icon ul li a {
  font-size: 18px;
  color: #fff;
  background: #043e51;
  height: 40px;
  width: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  margin-right: 15px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.footer__widget .social__icon ul li a:hover {
  background: #4c7dfe;
  color: #fff;
}

.footer__widget .widget__title h4 {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 28px;
  color: #043e51;
}

@media screen and (max-width: 479px) {
  .footer__widget .widget__title h4 {
    font-size: 22px;
  }
}

.footer__widget .widget__list {
  list-style: none;
}

.footer__widget .widget__list li {
  list-style: none;
}

.footer__widget .widget__list li p,
.footer__widget .widget__list li a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #767676;
  line-height: 24px;
  font-weight: 400;
  color: #767676;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.footer__widget .widget__list li p:hover,
.footer__widget .widget__list li a:hover {
  color: #4c7dfe;
}

.footer__widget .widget__list li p i,
.footer__widget .widget__list li p img,
.footer__widget .widget__list li a i,
.footer__widget .widget__list li a img {
  width: auto;
  height: auto;
  display: block;
  margin-right: 8px;
}

.footer__bottom {
  background: rgba(255, 255, 255, 0.1);
  margin-top: 80px;
}

@media screen and (max-width: 575px) {
  .footer__bottom {
    margin-top: 0;
  }
}

.footer__bottom .footer__content {
  padding: 20px 0px;
  border-top: 1px solid #f1f1f1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .footer__bottom .footer__content {
    display: block;
  }
}

.footer__bottom .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #767676;
  text-transform: capitalize;
  margin-bottom: 0;
}

.footer__bottom .link a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #767676;
  display: inline-block;
  position: relative;
  margin-left: 16px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.footer__bottom .link a:hover {
  color: #4c7dfe;
}

.footer__bottom .link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 13px;
  background: #d9dbe1;
}

.footer__bottom .link a:last-of-type::before {
  display: none;
}

@media screen and (max-width: 991px) {
  .footer__bottom .link {
    margin-top: 20px;
  }
}

/*********************************
/* Footer Section End
*********************************/
