h1.heading {
    margin-bottom: 17px;
    text-transform: uppercase;
    color: #144b8b;
    font-size: 40px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3;
}


.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

.btn-3 {
  background: rgb(0,172,238);
background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   background: rgba(2,126,251,1);
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
 
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:hover{
   color: rgba(2,126,251,1);
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: rgba(2,126,251,1);
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}


.contact_icons {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
    width: 50px;
    text-align: center;
}

.contact_icons a {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    text-align: center;
    line-height: 43px;
    font-size: 24px;
    color: #fff;
    background: #edac15;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    clear: both;
    margin-bottom: 0px;
    display: inline-block;
}

.contact_icons a.whatsapp-icon {
    background: #2DC100;
    font-size: 37px;
    overflow: hidden;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse2;
    color: #fff !important;
}

a.whatsapp-icon i {
    margin-top: 13px;
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2DC100;
        box-shadow: 0 0 0 0 #2DC100;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2DC100;
        box-shadow: 0 0 0 0 #2DC100;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    }
}

.mobile {
    display: none;
}

@media (max-width: 920px) .pc {
    display: none;
}

.item {
    display: black;
}

.bg-white-transparent-9 {
    background-color: rgb(237 237 237);
    padding: 30px;
}



.icon-box {
  padding: 40px 17px;
}
.icon-box .icon {
  /* display: inline-block; */
  /* height: 68px; */
  /* margin-bottom: 26px; */
  /* text-align: center; */
  /* -webkit-transition: all 0.3s ease; */
  -o-transition: all 0.3s ease;
  /* transition: all 0.3s ease; */
  /* width: 68px; */
}
.icon-box .icon i {
  line-height: 68px;
}
.icon-box .icon.icon-gray {
  background-color: #eeeeee;
  color: #555555;
}
.icon-box .icon.icon-gray:hover {
  background-color: #d5d5d5;
  color: #bbbbbb;
}
.icon-box .icon.icon-gray.icon-bordered {
  background-color: transparent;
  border: 2px solid #eeeeee;
}
.icon-box .icon.icon-gray.icon-bordered:hover {
  background-color: #eeeeee;
  color: #555555;
}
.icon-box .icon.icon-dark {
  background-color: #111111;
  color: #fff;
}
.icon-box .icon.icon-dark:hover {
  color: #5e5e5e;
}
.icon-box .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border: 2px solid #111111;
  color: #111111;
}
.icon-box .icon.icon-dark.icon-bordered:hover {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
}
.icon-box .icon.icon-white {
  background-color: #fff;
  color: #333333;
}
.icon-box .icon.icon-white:hover {
  background-color: #b3b3b3;
  color: #000000;
}
.icon-box .icon.icon-white.icon-bordered {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.icon-box .icon.icon-white.icon-bordered:hover {
  background-color: #fff;
  border-color: #fff;
  color: #111111;
}
.icon-box .icon.icon-white.icon-border-effect {
  position: relative;
}
.icon-box .icon.icon-white.icon-border-effect::after {
  box-shadow: 0 0 0 3px #fff;
}
.icon-box .icon.icon-bordered {
  border: 1px solid #777777;
}
.icon-box .icon.icon-bordered:hover {
  background-color: #777777;
  color: #fff;
}
.icon-box .icon.icon-rounded {
  border-radius: 3px;
}
.icon-box .icon.icon-circled {
  /* border-radius: 50%; */
}
.icon-box .icon.icon-xs {
  height: 30px;
  width: 30px;
}
.icon-box .icon.icon-xs i {
  font-size: 18px;
  line-height: 30px;
}
.icon-box .icon.icon-sm {
  /* height: 100px; */
  /* width: 100px; */
}
.icon-box .icon.icon-sm i {
  font-size: 52px;
  line-height: 100px;
}
.icon-box .icon.icon-md {
  height: 75px;
  width: 75px;
}
.icon-box .icon.icon-md i {
  font-size: 36px;
  line-height: 75px;
}
.icon-box .icon.icon-lg {
  height: 90px;
  width: 90px;
}
.icon-box .icon.icon-lg i {
  font-size: 48px;
  line-height: 90px;
}
.icon-box .icon.icon-xl {
  height: 120px;
  width: 120px;
}
.icon-box .icon.icon-xl i {
  font-size: 60px;
  line-height: 120px;
}
.icon-box .icon.icon-border-effect {
  position: relative;
}
.icon-box .icon.icon-border-effect::after {
  border-radius: 50%;
  /* box-shadow: 0 0 0 3px #eeeeee; */
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: -4px;
  opacity: 0;
  padding: 4px;
  top: -4px;
  transform: scale(0.8);
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.icon-box .icon.icon-border-effect.effect-flat::after {
  border-radius: 0;
}
.icon-box .icon.icon-border-effect.effect-rounded::after {
  border-radius: 3px;
}
.icon-box .icon.icon-border-effect.effect-circled::after {
  border-radius: 50%;
}
.icon-box .icon.icon-border-effect.icon-gray::after {
  box-shadow: 0 0 0 3px #eeeeee;
}
.icon-box .icon.icon-top {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -32px;
}
.icon-box i {
  display: inline-block;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box i[class*="pe-7s-"] {
  vertical-align: text-bottom;
}
.icon-box.left {
  text-align: left;
}
.icon-box.left a {
  margin-right: 30px;
  padding: 0;
}
.icon-box.iconbox-border {
  border: 1px solid #dcdcdc;
}
.icon-box.iconbox-bg {
  background-color: #fafafa;
}
.icon-box.iconbox-bg.iconbox-bg-dark {
  background-color: #333333;
}
.icon-box .icon-box-title {
  margin-bottom: 15px;
  color: #03389c;
}
.icon-box .icon-border-effect:hover::after,
.icon-box:hover .icon-border-effect::after {
  opacity: 1;
  transform: scale(1);
}
.icon-box .icon-box-details {
  margin-left: 124px;
}
/*
 * Shortcode: Infinitescroll.less
 * -----------------------------------------------
*/
#infscr-loading {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  left: 48%;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 100;
}
#infscr-loading img {
  display: none;
}
.text-theme-color-2, .work-gallery .gallery-bottom-part .title {
    color: #03379b;
}

img.why_img {
    max-width: 71px;
}

.icon-box .icon-box-details {
    margin-left: 93px;
    padding-top: 5px;
}

/*** 

====================================================================
	Gallery Section Three
====================================================================

***/

.gallery-section-three{
	position:relative;
	padding: 60px 0px 70px;
}

/* Gallery Block Three */

.gallery-block-three{
	position:relative;
	margin-bottom: 30px;
}

.gallery-block-three .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.gallery-block-three .image-box{
	position:relative;
	display:block;
	margin-bottom: 0px;
}

.gallery-block-three .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-block-three .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
}

.gallery-block-three .overlay-box:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background:rgba(0,0,0,0.30);
	
	-moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.gallery-block-three .inner-box:hover .overlay-box:before{
	-moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.gallery-block-three .inner-box:hover .overlay-box{
	opacity:1;
}

.gallery-block-three .inner-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-block-three .inner-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-block-three .inner-box .overlay-inner .link{
	position:relative;
	font-size:20px;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height:52px;
	margin:0px 5px;
	display:inline-block;
	background-color: #144b8b;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-block-three .inner-box .overlay-inner .link .icon{
	position:relative;
}

.gallery-block-three .overlay-inner .link:hover{
	color:#666666;
	background-color:rgba(255,255,255,1);
}

/*** 

====================================================================
	Gallery Section Four
====================================================================

***/

.gallery-section-four{
	position: relative;
	padding: 35px 0px 100px;
}

.gallery-section-four .filters{
	margin-bottom:50px;
	text-align:center;
}

.gallery-section-four .filters .filter-tabs{
	position:relative;
	display:inline-block;
}

.gallery-section-four .filter-list{
	padding:0px 15px;
}

.gallery-section-four .filters li{
	position: relative;
    display: inline-block;
    color: #262626;
	padding:12px 18px 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
	text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	font-family: 'Frank Ruhl Libre', serif;
}

.gallery-section-four .filters .filter.active,
.gallery-section-four .filters .filter:hover{
    color:#ffffff;
	background-color: #599b47;
}

.gallery-section-four .btn-box{
	margin-top: 20px;
}

h4.hover_text {
    color: #fff;
    font-size: 18px;
    background-color: #144b8b;
    font-weight: 300;
    padding: 14px;
    /* max-width: 216px; */
    text-align: center;
    margin-left: 0%;
    top: 89px;
    position: relative;
}

p.footer_text {
    font-size: 18px;
    text-align: left;
    display: flex;
    margin-bottom: 6px;
}

i.footer_icon {
    padding-right: 11px;
    padding-top: 4px;
}






img.about_img_section {
    max-width: 188px;
    float: right;
}

.product-hover_text a {
    color: #fff;
    font-weight: 400;
    vertical-align: middle;
}
.product-hover_text a:hover {
    color: #fff;
}

button.custom-btn.btn-3 a {
    color: #fff;
}


.certificate-section{
	position: relative;
	padding: 95px 0px 50px;
	background-color: #e9ede7;
}

.certificate-section.style-two{
	background:none;
}

.certificate-block{
	position: relative;
	margin-bottom: 40px;
}

.certificate-block .inner-box{
	position: relative;
	text-align: center;
	padding: 0px 30px;
}

.certificate-block .inner-box:before{
	position:absolute;
	content: '';
	right:-10px;
	top: 0px;
	width: 1px;
	height: 100%;
	display: block;
	background-color: #d9dfd7;
}

.certificate-block:last-child .inner-box::before{
	display:none;
}

.certificate-block .inner-box .image{
	position: relative;
	margin-bottom: 0px;
}

.certificate-block .inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6em;
    background-color: #144b8b;
    padding: 6px;
}



section.call_now_section {
    padding: 20px;
    background-color: #144b8b;
}

h4.sub_heading {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
}

a.ctn_btn {
    background-color: #fff;
    padding: 11px 31px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    vertical-align: -webkit-baseline-middle;
}
a.ctn_btn:hover {
    background-color: #0000;
    border: 1px solid #fff;
    color: #fff;
    transition: .3s auto;
}

.space {
    margin-bottom: 49px;
}

.header-two-area .logo {
    padding: 10px 0;
    max-width: 336px !important;
    float: left;
}

.header-top {
    border-bottom: 0px solid #c0cace !important;
    position: relative;
    background-color: #144b8b;
    background: linear-gradient(to right, #0575e6, #021b79);
}



p.footer_text a {
    color: #474747;
}

p.footer_text a:hover {
    color: #0447af;
}


.single-footer-text a {
    color: #676767;
}


.single-footer-text a:hover {
    color: #0447af;
}
