/*
 Author: Dhawal Mhatre
 URL:http://www.madebydhawal.com
 Font Family: font-family: 'Merriweather', serif;
*/

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  line-height: 36px;
  margin: 0px;
  padding: 0px;
}

a,
a:hover {
  text-decoration: none;
  /* color: #fff; */
}

section {
  padding: 80px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #083686;
  font-weight: 800;
}

h2 {
  font-size: 33px;
}

b,
strong {
  font-weight: 600;
}

thead{
  background: #f6f6f6;
  padding:0 5px;
}

tr{
}
tr:last-child{
  border-bottom:0;
}
tr td{
  border:1px solid #d3d8da;
  padding:5px;
  font-size:17px;
  line-height: 23px;

}

::-moz-selection {
  color: #fff;
  background: #ff7500;
}

::selection {
  color: #fff;
  background: #ff7500;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-button {
  width: 8px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: 0;
}

::-webkit-scrollbar-thumb {
  background: #ff7500;
  border: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

::-webkit-scrollbar-thumb:hover {
  background: #083686;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.boxedLayout {
  margin: 0 auto !important;
  left: 0 !important;
  float: none !important;
}

.primaryBtn,
.wpuf_submit_1161 {
  background: #f48024;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #3f3609;
}

header {
  background: transparent;
  position: fixed;
  z-index: 1022;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.logo {
  display: block;
}

.logo img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.nightLogo {
  display: none;
}

.navbar {
  padding: 0;
}

.navbar-toggler {
  float: right;
  border: 0;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid #000;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.menu-item{  
  margin-right: 30px;
}

.nav-link, .menu-item a {
  color: #3b3b3a !important;
  font-weight: 500;
  transition: all 200ms linear;
  font-size: 16px;
  position: relative;
  display: inline-block;
}

.nav-item:hover .nav-link, .menu-item:hover a {
  color: #08327b !important;
}

.nav-item.active .nav-link, .menu-item.active a, .menu-item.current-menu-item a {
  color: #0d5e6f !important;
  font-weight: 700;
}


.nav-item:after, .menu-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #08327b;
  opacity: 0;
  transition: all 200ms linear;
}

.nav-item:hover:after, .menu-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after, .menu-item.active:hover:after {
  opacity: 0;
}

.nav-item, .menu-item {
  position: relative;
  transition: all 200ms linear;
}

.theme-toggle {
  position: relative;
  width: 100px;
  top: 3px;
  height: 50px;
  margin-left: -10px;
  transform: scale(0.4);
  cursor: pointer;
}

.theme-toggle.dark-theme .thumb {
  margin: -8px 0px 0px 42px;
}

.thumb {
  content: "";
  width: 62px;
  height: 62px;
  display: block;
  float: left;
  border-radius: 50%;
  padding: 0px;
  margin: -8px 0px 0px 0px;
  background: #fafafa;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumb:hover {
  background: #f3f3f3;
}

.thumb div {
  width: 50%;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  margin: 29px auto;
  position: relative;
}

.thumb div:after {
  content: "";
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 10px;
  left: 0;
}

.thumb div:before {
  content: "";
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -10px;
  left: 0;
}

.night {
  width: 50px;
  height: 45px;
  display: block;
  position: absolute;
  background: #3e6185;
  border-radius: 0px 70px 70px 0;
  margin-left: 50%;
}

.night:before {
  content: " ";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  background: #ffffff;
  top: -15px;
  margin-top: 50%;
  left: -10px;
  margin-left: 50%;
}

.night:after {
  content: " ";
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  background: #3e6185;
  position: absolute;
  top: -15px;
  margin-top: 50%;
  left: -12px;
  margin-left: 50%;
}

.night span {
  display: block;
  width: 5px;
  height: 5px;
  background: #9fb0c2;
  border-radius: 2.5px;
  position: absolute;
  z-index: 2;
  right: 7px;
  top: 4.5px;
}

.night span:before,
.night span:after {
  content: " ";
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  background: #9fb0c2;
  z-index: 2;
  left: -26px;
  top: 4px;
}

.night span:after {
  left: -2px;
  top: 28px;
}

.day {
  width: 50px;
  height: 45px;
  display: block;
  position: absolute;
  background: #85d6f4;
  border-radius: 70px 0 0 70px;
  overflow: hidden;
}

.day:before {
  content: " ";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  background: #f0ed0a;
  top: -18px;
  margin-top: 50%;
  left: -15px;
  margin-left: 50%;
}

.day:after {
  content: " ";
  width: 70px;
  height: 70px;
  border-radius: 50px;
  position: absolute;
  background: green;
  top: 10px;
  margin-top: 50%;
  left: -20px;
  margin-left: 50%;
}

.sticky-nav {
  background: #fff;
  box-shadow: 0px -1px 38px 0px rgba(212, 212, 212, 1);
}

.sticky-nav .logo img {
  width: 70%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.contentBox,
.whatIDo {
  padding: 20px 0px;
}

.contentBox h2,
.whatIDo h2,
.greyBg h2,
.whiteBg h2 {
  padding: 30px 0px 20px;
}

.contentBox h2 span,
.whatIDo h2 span,
.greyBg h2 span,
.whiteBg h2 span,
.testimonials h2 span {
  color: #ff7500;
}

.contentBox li,
.whatIDo li,
.greyBg li,
.whiteBg li,
.testimonials li {
  list-style: none;
  background: url("../images/list-bullet.png") no-repeat left;
  padding-left: 25px;
  font-size: 16px;
}

.whatIDo {
  background: #08327b;
  color: #fff;
}

.whatIDo h2,
.whatIDo h3,
.whatIDo h4,
.whatIDo h5,
.whatIDo h6,
.whatIDo p {
  color: #fff;
}

.whatIDo h4 {
  font-size: 20px;
  font-weight: bold;
}

.serviceBox h4,
.serviceBox p {
  color: #10252a;
}

.testimonials p {
  color: #10252a !important;
}

.testimonials h2 {
  color: #08327b;
}

.serviceBox {
  padding: 75px 0 0;
  margin: 0 auto !important;
}

.serviceBox h4 {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 15px;
  color: #fff;
}

.serviceBox p {
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}

.callToAction {
  background: url("https://www.madebydhawal.com/wp-content/uploads/2026/02/banner-cta-small-02.png") no-repeat center;
  min-height: 287px;
  padding: 55px 0px 15px;
  color: #fff;
  text-align: left;
  margin-bottom: 60px;
}

.callToAction h3 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 10px;
}

.callToAction p {
  font-size: 18px;
  line-height: 22px;
}

.btn1 {
  display: inline;
  background: #7DE0EA;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  color: #083686 !important;
  border-radius: 8px;
  display: inline-block;
}

.greyBg {
  background: #f6f6f6;
  padding: 20px 0;
}

.testimonials {
  /* background: url("../images/testimonials-bg.jpg") no-repeat; */
  background-size: cover;
  /* -webkit-clip-path: polygon(0% 0%, 1600px 20%, 1600px 100%, 0 100%);
  clip-path: polygon(0% 0%, 1600px 30%, 1600px 100%, 0 100%); */
}

.testimonials h3 {
  color: #10252a;
  font-size: 25px;
  font-style: normal;
}

.testimonials p {
  font-size: 20px;
  text-align: center;
  padding-top: 25px;
  color: #10252a;
  line-height: 30px;
}

.strong-view.modern .testimonial-content:before,
.strong-view.modern .testimonial-content:after {
  color: #10252a !important;
}

.blogBox {
  background: #f8f8f8;
  padding: 15px 15px 25px;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 25px;
  min-height: 190px;
}

.overviewBox {
  padding: 25px 25px 0;
  background: #e2f7ff;
  border-radius: 8px;
  margin-bottom: 45px;
}

.blogBox a {
  color: #464646;
}

.blogBox .title {
  font-weight: 800;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 26px;
}

.blogBox .date {
  text-transform: uppercase;
  color: #393939;
  font-size: 12px;
  padding-bottom: 15px;
}

.blogBox .title:after {
  content: "";
  width: 55px;
  padding-top: 5px;
  border-bottom: 2px solid #ff7500;
  display: block;
}

.blogContainer img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: filter 0.5s ease-in-out;
}

.blogContainer:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition: filter 0.5s ease-in-out;
}

.stats-custom-0 h3 {
  display: none;
}

.stat .number {
  font-size: 40px !important;
  font-weight: 800 !important;
  color: #10252a !important;
  border-bottom: 2px solid #10252a;
  padding-bottom: 5px;
}

.stat .count-title {
  font-size: 18px !important;
}

.statistics-inner {
  width: 100% !important;
}

.statistics .stat {
  width: 20% !important;
  margin-bottom: 10px !important;
}

.projectCall {
  background-color: #e1ecf4;
}

.projectCall h3 {
  font-weight: 300;
  font-size: 35px;
}

.projectCall p {
  padding: 25px 75px;
}

footer {
  background: #3b3b3b !important;
  padding: 35px 0px 10px;
  color: #fff;
  font-weight: 300;
}

.copyRight p {
  font-size: 12px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #565555;
}

footer h2 {
  font-size: 20px;
  text-transform: none;
  color: #fff;
  padding-bottom: 15px;
}

footer p {
  font-size: 16px;
  line-height: 23px;
}

footer .email {
  color: #ff7500;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ff7500;
}

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

footer li {
  list-style: none;
  font-size: 16px;
  margin: 0;
}

.pageHeader {
  background: #ff7500;
  padding: 25px 0px;
  top: 118px;
  position: relative;
}

.pageHeader h1 {
  color: #fff;
}

.banner {
  background: url("https://www.madebydhawal.com/wp-content/uploads/2026/02/morning-background.png") no-repeat center #CDF0F7;
  background-size: cover;
  min-height: calc(100vh - 90px);
}

.banner>.vce-row-content {
  padding-top: 220px;
}

.banner .vce-row-content .container,
.contentBox .vce-row-content .container,
.whatIDo .vce-row-content .container,
.callToAction .vce-row-content .container,
.greyBg .vce-row-content .container {
  max-width: 1140px !important;
  margin: 0 auto;
}

.banner h1 {
  font-size: 43px;
  font-weight: 300;
  padding-bottom: 10px;
  color: #000;
}

.banner h1 span {
  font-weight: 800;
  color: #ff7500;
}

.banner h3,
.banner p {
  color: #2b2317;
  font-weight: 400;
  font-size: 23px;
  padding-right: 15px;
  line-height: 35px;
}

.innerBanner {
  padding-top: 155px;
  min-height: 250px;
  background: url("https://www.madebydhawal.com/wp-content/uploads/2026/02/inner-morning-bg.jpg") no-repeat top #fff;
}

.innerBanner h1 {
  font-size: 45px;
  font-weight: 800;
}

.innerBanner p {
  font-size: 16px;
  line-height: 23px;
}

.breadcrumb-container {
  text-align: center !important;
}

.innerPage .contentBox h2:after,
.innerPage .whatIDo h2:after,
.innerPage .whiteBg h2:after,
.innerPage .testimonials h2:after {
  margin: 0 !important;
}

.skillbar-area-296 .skillbar-bar, .skillbar-area-296 .skillbar, .skillbar-area-296 .skillbar-percent,
.skillbar-area-298 .skillbar-bar, .skillbar-area-298 .skillbar, .skillbar-area-298 .skillbar-percent{
  height:25px !important;
}
.skillbar-area-296 .skillbar-percent,
.skillbar-area-298 .skillbar-percent{
  line-height: 25px !important;
}

.faq h4 {
  font-size: 19px;
  padding-bottom: 10px;
  line-height: 29px;
  text-transform: uppercase;
}

.blogPage {
  padding: 80px 0px;
}

.blogCat a {
  font-size: 13px;
  color: #535353;
  border: #08327b 1px solid;
  margin: 5px 5px 0 0;
  border-radius: 5px;
  padding: 5px 7px 3px;
  text-transform: none;
}

.blogCat a:hover {
  background: #ff7500;
  color: #08327b;
  border: 1px solid #ff7500;
}

.titleDate {
  color: #ad9124;
}

.innerBanner a {
  color: #000;
}

pre {
  clear: both;
  color: #6d7479;
  background: #f0f0f0;
  padding: 0;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -ms-word-break: normal;
  word-break: normal;
  word-break: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  position: relative;
  line-height: 28px;
  border-radius: 8px;
  min-width: 100px;
  max-width: 100%;
  overflow: hidden;
}

pre[rel] {
  padding-top: 20px;
}

pre[rel]::before {
  font-family: Rubik, Lato, "Lucida Grande", "Lucida Sans Unicode", Tahoma,
    Sans-Serif;
  font-weight: 700;
  font-size: 14px;
  content: attr(rel);
  color: #001628;
  position: absolute;
  top: 0.33rem;
  left: 0;
  width: 100%;
  padding: 0;
  padding:3px 15px;
  border-bottom:1px solid #fff;
}

.copy-btn{
  position: absolute;
  top: 4px;
  right: 7px;
  font-size: 11px;
  border: none;
}


/* pre[rel="CSS"]::before,
pre[rel="SCSS"]::before {
  color: #ff8a00;
}


pre[rel="Bash"]::before {
  color: #ffff84;
}

pre[rel="HTML"]::before {
  color: #34f952;
}

pre[rel="JSX"]::before,
pre[rel="JavaScript"]::before,
pre[rel="jQuery"]::before {
  color: #03a9f4;
} */

pre code {
  font-size: 16px;
  line-height: 1.75;
  background: 0;
  padding: 30px;
  white-space: pre;
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: scroll;
  max-width: 100%;
  min-width: 100px;
  scrollbar-color: #666;
  scrollbar-width: 0.5em;
}

pre code::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

pre code::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 0.5em;
  -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25),
    inset -2px -2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25),
    inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

pre code::-webkit-scrollbar-track {
  background: linear-gradient(to right, #201c29, #201c29 1px, none 1px, none);
}

.arrowNav {
  font-size: 0.7em;
  margin: 5px 0 25px;
}

.arrowLeft {
  float: left;
}

.arrowRight {
  float: right;
}

.tags {
  font-size: 0.7em;
  margin-top: 15px;
  clear: both;
}

.tags a {
  padding: 5px 10px;
  margin: 0 5px;
  border: 1px solid #eae8e8;
  text-decoration: none;
  color: #333;
  background: #f5f5f5;
}

.tags a:hover {
  text-decoration: underline;
}

.posTags ul {
  margin: 15px 0;
}

.posTags ul li {
  display: inline;
  padding: 15px;
}

.posTags ul li a {
  color: #1ea49b;
}

.huge-it-share-buttons {
  padding: 5px 0px 15px;
  background: #f5f5f5;
}

.huge-it-share-buttons h3 {
  font-size: 0.8em !important;
  font-weight: normal;
}

.postContent h3,
.postContent h4,
.relpost-thumb-container h3 {
  font-size: 24px;
  margin-top: 45px;
}

.postContent h3 {
  padding-bottom: 20px;
  color: #000;
}

.postContent h4 a {
  font-weight: bold;
  color: #08327b;
}

.alignright {
  float: right;
}

.blogs {
  padding: 30px 0 50px;
}

.blogSidebar {
  background: #f1f1f1;
  padding: 15px 10px;
  margin-bottom: 25px;
}

.blogSidebar .title {
  display: none;
}

.blogSidebar ul,
.blogAside ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}

.blogAside .lwptoc-light .lwptoc_i .lwptoc_itemWrap::-moz-selection {
  color: #fff;
  background: #ff7500;
}

.blogAside .lwptoc-light .lwptoc_i .lwptoc_itemWrap::selection {
  color: #fff;
  background: #ff7500;
}

.blogAside .lwptoc-light .lwptoc_i .lwptoc_itemWrap::-webkit-scrollbar {
  width: 3px;
}

.blogAside .lwptoc-light .lwptoc_i .lwptoc_itemWrap::-webkit-scrollbar-button {
  width: 3px;
  height: 5px;
}

.blogAside .lwptoc-light .lwptoc_i .lwptoc_itemWrap::-webkit-scrollbar-track {
  background: 0;
}

.blogAside .lwptoc-light .lwptoc_i .lwptoc_itemWrap::-webkit-scrollbar-thumb {
  background: #ff7500;
  border: 0;
}

.blogAside .lwptoc-light .lwptoc_i .lwptoc_itemWrap::-webkit-scrollbar-thumb:hover {
  background: #2e6750;
}

.blogAside .lwptoc {
  padding: 0;
  margin: 0;
}

.blogAside .lwptoc-light .lwptoc_i {
  border-radius: 8px;
  border: 1px solid #e4ebf2;
  width: 350px;
  background-color: hsl(0, 0%, 100%);
}

.postSidebar.topSticky {
  position: fixed;
  top: 144px;
  width: 350px;
}

.blogAside .lwptoc-light .lwptoc_i .lwptoc_header {
  color: #242424;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.blogAside .lwptoc-light .lwptoc_i .lwptoc_itemWrap {
  max-height: 160px;
  height: 100%;
  overflow-y: scroll;
}

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

.blogAside .lwptoc-light .lwptoc_i .lwptoc_itemWrap a {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  text-decoration: none;
}

.blogSidebar ul li {
  font-size: 13px;
  border-bottom: 1px dotted #ddd;
}

.blogSidebar ul li a {
  color: #6b6a6a;
}

.blogAside .title {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding-bottom: 10px;
  color: #001628;
  font-weight: bold;
}

.blogAside ul li {
  line-height: 22px;
  padding-bottom: 10px;
}

.blogAside ul li a {
  color: #08327b;
  font-size: 13px;
}

.maxsocial-1 {
  margin-left: 0% !important;
  z-index: 0 !important;
}

.has-columns-3 .column-1,
.has-columns-3 .column-2,
.has-columns-3 .column-3 {
  width: 33.33% !important;
}

ul.wpuf-form li .wpuf-label {
  font-size: 15px;
}

ul.wpuf-form li .wpuf-fields .wpuf-checkbox-block,
ul.wpuf-form li .wpuf-fields .wpuf-radio-block {
  font-size: 15px;
}

ul.wpuf-form li .wpuf-fields .wpuf-checkbox-block input[type="checkbox"],
ul.wpuf-form li .wpuf-fields .wpuf-radio-block input[type="radio"] {
  margin-right: 5px;
}

ul.wpuf-form li .wpuf-section-wrap h2.wpuf-section-title {
  font-size: 25px !important;
}

ul.wpuf-form li .wpuf-section-wrap .wpuf-section-details {
  font-size: 16px !important;
}

.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea {
  height: 100px;
}

.socialShare {
  margin-top: 29px;
  text-align: right;
}

.socialShare li {
  display: inline;
}

.errorContent{
  font-size: 17px;
}
.errorContent li{
  font-size: 17px;
  padding-bottom: 20px;
  line-height: 26px;
}

.shareFB a {
  background: #4868ad;
  padding: 7px 15px 6px;
  border-bottom: 5px solid #2f4370;
  color: #fff;
  border-radius: 4px;
}

.shareTwitter a {
  background: #00aced;
  padding: 7px 15px 6px;
  border-bottom: 5px solid #006d96;
  color: #fff;
  border-radius: 4px;
}

.shareGoogle a {
  background: #cc181e;
  padding: 7px 15px 6px;
  border-bottom: 5px solid #7e0f13;
  color: #fff;
  border-radius: 4px;
}

.shareFB a:hover,
.shareGoogle a:hover,
.shareTwitter a:hover {
  text-decoration: none;
  padding: 7px 15px 8px;
  transform: translateY(1px);
  color: #fff;
}

.shareFB a:hover {
  background: #415d9b;
  border-bottom: 3px solid #2f4370;
}

.shareTwitter a:hover {
  background: #009bd5;
  border-bottom: 3px solid #006d96;
}

.shareGoogle a:hover {
  background: #b7161b;
  border-bottom: 3px solid #7e0f13;
}

.projectBtn {
  background: #1bbc9b !important;
  padding: 17px 24px 15px;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: 0 3px 0 #11836c;
  border-radius: 4px;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.tranparentBtn {
  background: transparent !important;
  padding: 10px 15px 10px;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: 0 3px 0 #11836c;
  border-radius: 4px;
  border: 1px solid #1bbc9b;
  font-size: 16px;
  font-weight: 400;
  color: #11836c;
}

.tranparentBtn:hover {
  text-decoration: none;
}

.projectBtn:hover {
  background: #11836c !important;
  padding: 17px 24px 15px;
  text-transform: uppercase;
  box-shadow: 0 3px 0 #1bbc9b;
  border-radius: 4px;
  border: 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.portfolio .divider {
  padding: 80px 0;
}

.projectBtn2 {
  background: #08327b;
  border-bottom: 5px solid #0e105a;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 25px 4px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 20px;
}

.projectBtn2:hover {
  color: #fff;
  padding-bottom: 4px;
  transform: translateY(1px);
  text-decoration: none;
  background-color: #0e105a;
  border-bottom: 3px solid #0a0c4a;
}

.boxContainer h3 {
  font-size: 25px;
}

.boxContainer h4 {
  font-size: 20px;
  padding-top: 15px;
}

.portfolioPage:hover .image {
  opacity: 0.3;
}

.portfolioPage:hover .middle {
  opacity: 1;
}

.portfolioPage {
  padding: 0px;
}

.portfolioPage h6 {
  color: #08327b;
  text-align: left;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 5px;
}

.portfolioPage ul {
  padding: 0;
}

.portfolioPage li {
  font-size: 16px;
  color: #666;
  text-align: left;
  list-style: none;
  padding: 15px 5px;
}

.portfolioPage i,
.portfolioPage a i {
  font-size: 16px;
  color: #08327b;
  margin-right: 10px;
}

.portfolioPage li a {
  font-size: 16px;
  color: #666;
}

.portfolioPage li a:hover {
  text-decoration: none;
  color: #08327b;
}

.portfolioPage .image-grid {
  overflow: hidden;
  border: 3px solid #e2e0e0;
  margin-bottom: 15px;
  border-radius: 8px;
}

.portfolioPage .image-grid img {
  padding: 8px;
  transition: transform 0.5s ease;
}

.portfolioPage .image-grid:hover img {
  padding: 8px;
  transform: scale(1.1);
  opacity: 0.2;
}

.portfolioPage .image-grid span {
  display: none;
  color: #08327b;
  position: absolute;
  z-index: 100;
  width: 86%;
  top: 5%;
  left: 7%;
  text-align: center;
}

.portfolioPage .catName {
  color: #08327b;
  text-align: center;
  font-size: 15px;
}

.portfolioPage .image-grid span h3 {
  color: #08327b !important;
  padding: 10% 0 10px;
  margin: 0px;
  font-weight: 800;
  font-size: 25px;
}

.portfolioPage .image-grid:hover span {
  display: block;
}

.portfolioPage .image-grid:hover {
  background: #fff;
}

.portfolioIcon {
  border-radius: 50px;
  border: 1px solid #08327b;
  display: inline-block;
  padding: 5px 6px 5px 15px;
}

.pageTxt em {
  letter-spacing: 1px;
  color: #aaa;
  font-weight: 300;
  font-size: 12px;
  font-style: normal;
  display: block;
  line-height: 13px;
}

.pageTxt a,
.pageTxt span a {
  color: #555;
  font-size: 16px;
  font-weight: 600;
}

.portfolioTxt {
  font-size: 22px;
  padding: 25px 125px;
}

.pagLinks {
  border-top: 1px solid #ff7500;
  padding-top: 15px;
  margin-top: 15px;
}