
html, body{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* 01. GENERAL STYLING  */

body {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 400;
  position: relative;
  text-rendering: optimizeLegibility;
}
p{
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}

.btn{
  color: black;
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  font-weight: 700;

  padding: 7px 26px;
  border-radius: 0;
  border: 2px solid #293D92;
  position: relative;
  overflow: hidden;
 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  z-index: 1;
} 
.btn:hover{
  color: #fff;
}
.btn:before{
  content: "";
  background: #293D92;
  width: 0;
  height: 100%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.btn:hover:before{
  width: 100%;
  opacity: 1;
}
@media only screen and (max-width: 767px){
  .btn{ margin-bottom: 30px; }
}
header{
  background: rgba( 250, 250, 250, 0.9);
  /* position: relative; */
  z-index: 4;
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.nav-link{
  color: #293D92;
  transition: 1s all ease;
}
.navbar-nav .nav-link.active{
  font-weight: 600;
  border-bottom: 1px solid #293D92;
  color: #293D92;
  transition: 1s all ease;
}
.nav-link:hover{
  font-weight: 600;
  border-bottom: 1px solid #293D92;
  color: #293D92;
  transition: 1s all ease;
}
/***********************************************************************************************/
/* 04. HOME PAGE */
/***********************************************************************************************/
.section-content-block {
  padding: 90px 0 100px 0;
  background: #ffffff;
}

.section-content-block-minimal {
  padding: 50px 0 50px 0;
}

.section-pure-white-bg {
  background: #ffffff !important;
}

.section-pure-black-bg {
  background: #111111 !important;
}

.section-secondary-bg {
  background: #edf0f2 !important;
}

.section-primary-bg {
  background: #ad6844 !important;
}

.block-primary-bg {
  background: #ad6844 !important;
}

.block-secondary-bg {
  background: #edf0f2 !important;
}

.section-curve-secondary-overlary {
  position: relative;
  padding: 100px 0 122px 0;
}
.section-curve-secondary-overlary:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 22px;
  content: "";
  background-repeat: repeat-x;
  background-position: center;
  background-image: url(../images/curve_secondary.png);
}

.section-curve-white-overlary {
  position: relative;
  padding: 100px 0 122px 0;
}
.section-curve-white-overlary:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 22px;
  content: "";
  background-repeat: repeat-x;
  background-position: center;
  background-image: url(../images/curve_white.png);
}

.section-curve-primary-overlary {
  position: relative;
  padding: 100px 0 122px 0;
}
.section-curve-primary-overlary:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 22px;
  content: "";
  background-repeat: repeat-x;
  background-position: center;
  background-image: url(../images/curve_primary.png);
}

.block-white-bg {
  background: #ffffff !important;
}

.block-black-bg {
  background: #111111 !important;
}

.border-bottom-1p-solid-light {
  border-bottom: 1px solid #eeeeee;
}

.border-right-1p-solid-light {
  position: relative;
}
.border-right-1p-solid-light:after {
  background: #eeeeee;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 60px;
  margin-top: -30px;
}

.block-heading-title {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 36px;
  position: relative;
  color: #7b7b7b;
}
.block-heading-title:before {
  position: absolute;
  content: "";
  width: 48px;
  height: 2px;
  bottom: -22px;
  left: 0;
  background: #ad6844;
}

.section-heading-wrapper {
  margin-bottom: 32px;
}
.section-heading-wrapper h4 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #555555;
}
.section-heading-wrapper h2 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 48px;
  position: relative;
}
.section-heading-wrapper h2.heading-alt-style,
.section-heading-wrapper h4.heading-alt-style {
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
}
.section-heading-wrapper h2.subheading-alt-style,
.section-heading-wrapper h4.subheading-alt-style {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.section-heading-wrapper span.heading-separator {
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #ad6844;
  margin-top: 8px;
}
.section-heading-wrapper span.heading-separator-horizontal {
  width: 48px;
  height: 4px;
  background: transparent;
  border-top: 1px solid #ad6844;
  border-bottom: 1px solid #ad6844;
  margin-top: 0px;
  position: relative;
  top: -3px;
}

.section-heading-wrapper-alt {
  margin-bottom: 42px;
}
.section-heading-wrapper-alt h4 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #ad6844;
}
.section-heading-wrapper-alt h2 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 48px;
  position: relative;
  color: #ffffff;
}
.section-heading-wrapper-alt span.heading-separator {
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #ad6844;
  margin-top: 8px;
}
.section-heading-wrapper-alt span.heading-separator-horizontal {
  width: 48px;
  height: 4px;
  background: transparent;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 0px;
  position: relative;
  top: -3px;
}


/*----- banner ----*/
.slider-wrap {
  clear: both;

}
#slider_1 .btn{
  color: #fff;
  border: 1px solid #fff;
}
#slider_1 {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#slider_1 .item img {
  display: block;
  width: 100%;
  height: auto;
}
#slider_1 .slider_item_container {
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 95vh;
  background-repeat: no-repeat;
  background-size: cover;
  background: #000000;
}
#slider_1 .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  width: 100%;
}
#slider_1 .slider-content h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 72px;
  line-height: 72px;
  font-weight: 800;
  margin: 0px 0 0;
  color: #ffffff;
  text-shadow: 1px 1px 1px #666666;
  letter-spacing: -0.03em;
}
#slider_1 .slider-content h2 span {
  color: #ad6844;
  background: none;
  padding: 0px;
  text-shadow: 1px 1px 1px #666666;
}
#slider_1 .slider-content h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0em;
  margin: 16px 0;
  color: #ffffff;
}
#slider_1 .slider-content a.btn + a.btn {
  margin-left: 16px;
}
#slider_1 .slider-content a.btn-slider {
  font-size: 16px;
  margin-top: 36px;
  background: #ad6844;
  border: 0px solid #ad6844;
  color: #ffffff;
  line-height: 48px;
  padding-left: 42px;
  padding-right: 42px;
  font-weight: 600;
  text-align: left;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#slider_1 .slider-content a.btn-slider:hover {
  background: #444357;
  border: 0px solid #ad6844;
  color: #ffffff;
}
#slider_1 .owl-nav {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  margin: 0;
  z-index: 1;
}
#slider_1 .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
#slider_1 .owl-nav .owl-prev {
  left: 3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 60px;
  color: #ffffff;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
#slider_1 .owl-nav .owl-prev:hover {
  color: #ad6844;
}
#slider_1 .owl-nav .owl-next {
  right: 3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 60px;
  color: #ffffff;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
#slider_1 .owl-nav .owl-next:hover {
  color: #ad6844;
}
#slider_1 .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  text-align: center;
}
#slider_1 .owl-dots .owl-dot {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  padding: 2px;
  width: 16px;
  height: 8px;
  background: #fafafa;
  margin: 0 4px;
}
#slider_1 .owl-dots .owl-dot span {
  display: none;
}
#slider_1 .owl-dots .active {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 24px;
  background:#293D92;;
}
#slider_1 .owl-dots .active span {
  display: none;
}
#slider_1:hover .owl-nav {
  opacity: 1;
}
#slider_1:hover .owl-nav .owl-prev {
  left: 0%;
}
#slider_1:hover .owl-nav .owl-next {
  right: 0%;
}

.slide-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-origin: initial;
  background-repeat: no-repeat;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  transform: rotate(0deg) scale(1);
}

.slidezoom {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.owl-carousel .owl-item {
  overflow: hidden !important;
}

.animate-out {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

/***********************************************************************************************/
/* 12. FOOTER */
/***********************************************************************************************/
footer ul li{
/* list-style-type: none;mar */
margin-top: 10px;
}
.footer-row{
  justify-content: space-between;
}
footer {
  background: #5c5c5c;
  color: #ffffff;
  background: #000;
  position: relative;
}
footer::before{
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.footer-widget-area{
  position: relative;
  z-index: 3;
}
footer p {
  color: #ffffff;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: #e6e6e6;
}
footer .footer-logo {
  text-align: center;
}
footer .footer-logo:after {
  background: #cccccc;
  content: "";
  position: absolute;
  height: 48px;
  top: 10px;
  width: 1px;
  right: 28px;
}
footer .footer-intro {
  margin-bottom: 32px;
}
footer .social-icons {
  margin-bottom: 24px;
  clear: both;
}
footer .social-icons a {
  border: 0px solid #ad6844;
  background: #ad6844;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
}
footer .social-icons a:last-child {
  margin: 0;
}
footer .social-icons a:hover {
  background: #885236;
  color: #ffffff;
}

.follow-us {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.footer-widget-area {
  padding: 30px 0 30px;
}
.footer-widget-area .footer-widget {
  /* margin-bottom: 32px; */
}
.footer-widget-area .footer-widget .footer-logo {
  margin-bottom: 15px;
}
.footer-widget-area .footer-widget-header h3 {
  position: relative;
  font-size: 24px;
  margin-bottom: 6px;
  padding-bottom: 12px;
  font-weight: 600;
  display: block;
  color: #ffffff;
}
.footer-widget-area .footer-widget-header h3 span {
  font-style: 400;
  color: #555555;
}
.footer-widget-area .footer-useful-links {
  margin-top: 12px;
  clear: both;
}
.footer-widget-area .footer-useful-links li {
  margin-bottom: 3px;
  width: 50%;
  float: left;
}
.footer-widget-area .footer-useful-links.full-width-list li {
  float: none;
  width: 100%;
}
.footer-widget-area .footer-about {
  border-bottom: 1px solid #666666;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.footer-widget-area .footer-about .footer-content a {
  color: #ad6844;
}
.footer-widget-area .opening-shedule {
  margin-top: 12px;
}
.footer-widget-area .opening-shedule li {
  border-bottom: 1px dotted #d9d9d9;
  padding: 12px 0px 12px;
  color: #ffffff;
}
.footer-widget-area .opening-shedule li:first-child {
  padding-top: 0px;
}
.footer-widget-area .opening-shedule li:last-child {
  border: 0 none;
}
.footer-widget-area .fa-footer {
  display: inline;
  text-align: center;
  width: 12px;
  height: 12px;
  color: #ad6844;
  padding: 4px 6px 6px 0;
  margin-right: 0px;
}
.footer-widget-area .contact-us {
  clear: both;
}
.footer-widget-area .contact-us p {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}
.footer-widget-area .contact-us p:last-child {
  padding: 0;
  border: 0 none;
}
.footer-widget-area .textwidget {
  clear: both;
}
.footer-widget-area .textwidget p {
  padding-left: 42px;
}
.footer-widget-area .fa-contact {
  display: inline-block;
  text-align: center;
  width: 12px;
  height: 12px;
  color: #ba7550;
  padding: 24px 6px 6px 0;
  margin-right: 6px;
  position: absolute;
}
.footer-widget-area .footer-widget + .footer-widget {
  margin-top: 24px;
}
.footer-widget-area li {
  line-height: 32px;
}

.footer-widget-area-bg {
  clear: both;
}

.footer-contents {
  padding-top: 32px;
  /* background: #111111; */
  border-top: 1px solid #a2a2a2;
}
.footer-contents .copyright-text {
  line-height: 24px;
  text-align: center;
}

.about-footer {
  border-bottom: 1px solid #2c2c2c;
  margin-bottom: 60px;
  padding-bottom: 50px;
  text-align: center;
}

.footer-subscription input[type=email] {
  background: #444444;
  border: 0 solid #cccccc;
  border-radius: 0;
  height: 48px;
  color: #ffffff;
}
.footer-subscription input[type=email]:focus {
  box-shadow: none;
}
.footer-subscription input[type=submit] {
  background: #ad6844;
  border: 0 solid #cccccc;
  color: #ffffff;
  height: 42px;
  letter-spacing: 2px;
  margin-top: 6px;
  padding: 0 18px;
  text-transform: uppercase;
}

.footer-social-icons {
  clear: both;
  margin-top: 20px;
  padding-top: 20px;
}
.footer-social-icons a {
  border: 1px solid #cccccc;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  height: 35px;
  line-height: 33px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 35px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.footer-social-icons a:hover {
  background: #ad6844;
}

.footer-nav li {
  display: inline;
  list-style-type: none;
}
.footer-nav li a {
  padding: 6px 12px;
  position: relative;
}
.footer-nav li a:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 14px;
  right: 0;
  margin: 0;
  height: 8px;
  width: 1px;
  background: gray;
}
.footer-nav li:last-child a:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 12px;
  right: 0;
  color: #ad6844;
  margin: 0;
  height: 8px;
  width: 0px;
  background: #ffffff;
}
footer .btn{
color: #fff;
border: 1px solid #fff;
}

.section-padding{
  padding:50px 0 ;
}
.section-title h4{
  font-size: 36px;
    line-height: 42px;
    font-weight: 800;
    color: black;
    margin-bottom: 0;
}
.section-title span{
  width: 48px;
    height: 4px;
    background: transparent;
    border-top: 1px solid #293D92;
    border-bottom: 1px solid #293D92;
    margin-top: 0px;
    position: relative;
    top: -3px;
    display: inline-block;
}
.section-title h6{
  color:#293D92 ;
}
/* about us */
.about{
  /* margin-top: 80vh; */
}
.about p span{
  color: #293D92;
  font-weight: 700;
}
.about img{
  width: 100%;
}
.about-row{
  display: flex;
  align-items: end;
}
.box{
  background: linear-gradient(to right, #293D92 0%, #fff 100% );
  font-family: 'Nanum Gothic', sans-serif;
  position: relative;
  overflow: hidden;
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after{
    content: "";
    background: #fff;
    width: 0;
    height: 2px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    transition: all 600ms ease;
}
.box:after{
    top: auto;
    bottom: 30px;
    left: auto;
    right: 30px;
}
.box .box-content:before,
.box .box-content:after{
    width: 2px;
    height: 0;
}
.box .box-content:after{
    left: auto;
    right: 30px;
    top: auto;
    bottom: 30px;
}
.box:hover:before,
.box:hover:after{    
    width: calc(100% - 60px);
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    height: calc(100% - 60px);
}
.box img{
    width: 100%;
    height: auto;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.25s linear;
}
.box:hover img{
    opacity: 0.25;
    transform: scale(1.25);
}
.box .inner-content{
    color: #fff;
    text-align: center;
    width: 70%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
}
.box:hover .inner-content{
    opacity: 1;
    top: 50%;
}
.box .title{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.box .post{
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 12px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    display: inline-block;
    margin: 0 4px;
}
.box .icon li a{
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 10px 0 10px 0;
    display: block;
    transition: all 0.3s;
}
.box .icon li a:hover{
    color: #0c7475;
    background: #fff;
    border-radius: 0 10px 0 10px;
}
.box .icon li  a i{line-height:inherit;}
@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}

.about-img2:hover{
  transform: translateY(-5px);
  transition: 0.5s all ease;
}
.about-img2{

  transition: 0.5s all ease;
}

.clients img{
  margin: 0 auto;
  display: flex;
}

/* services */
.box-2{
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.box-2 img{
  width: 100%;
  height: auto;
}
.box-2:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
}
.box-2:hover:before{
  background: rgba(0, 0, 0, 0.5);
}
.box-2 .box-content{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 120px 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.box-2 .box-content:before{
  content:"";
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 100%;
  left: 30px;
  bottom: 15px;
  right: 30px;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease 0.3s;
}
.box-2:hover .box-content:before{
  top: 15px;
  opacity: 1;
}
.box-2 .box-content:after{
  content:"";
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 30px;
  left: 15px;
  bottom: 30px;
  right: 15px;
  opacity: 0;
  z-index: -1;
  transform: skew(-100deg);
  transition: all 0.3s ease 0s;
}
.box-2:hover .box-content:after{
  opacity: 1;
  transform: skew(0deg);
}
.box-2 .title{
  margin: 30px 0 20px 0;
  font-size: 25px;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
.box-2:hover .title{
  margin-top: 10px;
}
.box-2 .post{
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 30px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.box-2 .icon{
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.box-2 .icon li{
  display: inline-block;
}
.box-2 .icon li a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #242424;
  color: #fff;
  margin-right: 10px;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.box-2 .icon li a:hover{
  background: #028090;
}
.box-2:hover .post,
.box-2:hover .icon a{
  opacity: 1;
}
.box-2 .icon i{ line-height:inherit; }
@media only screen and (max-width:990px){
  .box-2{ margin-bottom: 30px; }
}

/* portfolio */
.project-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.project-three__top {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.project-three__top-left {
  position: relative;
  display: block;
}

.project-three__top-left .section-title {
  margin-bottom: 0;
}

.project-three__top-left .section-title__line {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.project-three__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.project-three__top-text {
  margin-top: 18px;
}

.project-three__bottom {
  position: relative;
  display: block;
}

.project-three__container {
  position: relative;
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.project-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-three__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.project-three__img-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  left: 60px;
  background-color: #fff;
  content: "";
  width: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__img-box::before {
  height: 100%;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-three__img-box:after {
  position: absolute;
  left: 0;
  bottom: 58px;
  background-color:  #fff;
  content: "";
  height: 2px;
  width: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__img-box:after {
  width: 50%;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;

}
.project-three__img img{
  /* height: 500px; */
  width: 100% !important;
}
.project-three__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgb(110 130 215 / 60%);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
}

.project-three__single:hover .project-three__img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
  -webkit-transition-property: all;
  transition-property: all;
}

.project-three__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-three__single:hover .project-three__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.project-three__arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__arrow {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-three__arrow a {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  color: #ffffff;
}

.project-three__content {
  position: absolute;
  bottom: 50px;
  /* right: 40px; */
  left: 20%;
  text-align: right;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__content {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.project-three__title {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 38px;
  margin-bottom: 0;
}

.project-three__title a {
  color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size:20px;
  text-decoration: none;
}

.project-three__title a:hover {
  color:  #00555a;
}

.project-three__sub-title {
  color:  #fff;
  font-weight: 500;

}

/* contact */

.contact-home {
  background-color: #293D92;
}
.contact-home h2{
  color: white;
  text-align: center;
}
.contact-home .btn{
 background-color: #ffff;
  color: #293D92;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}
.contact-home .btn:hover{
  border: 1px solid #fff;
  color: #fff;
  background: none;
  transition: all 0.5s ease-in-out;
}
/* .contact-home .btn:before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease-in-out;
  z-index: -1;
} */
.contact-home .container{
  flex-direction: column;
}

/* banner */
.banner-slider img{
  width: 100%;
}
.banner-slider .slide1{
  background-image: url(../images/banner4.JPG);
  background-size: cover;
  background-repeat: no-repeat ;
  height: 95vh;
  display: flex;
  align-items: center;
}
.banner-slider .slide2{
  background-image: url(../images/banner2.JPG);
  background-size: cover;
  background-repeat: no-repeat ;
  height: 95vh;
  display: flex;
  align-items: center;
}
.banner-slider .slide3{
  background-image: url(../images/banner.JPG);
  background-size: cover;
  background-repeat: no-repeat ;
  height: 95vh;
  display: flex;
  align-items: center;
}
.banner-slider h2{
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  margin-top: 90px;
}
.banner-slider .swiper-slide:after{
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.swiper-slide p{
  color: #fff;
}
.banner-slider .swiper-slide .container{
position: relative;
z-index: 3;
}
.banner-slider .swiper-slide .btn{
  color: #fff;
  border: 1px solid #293D92;
  background-color: #293D92;
}
.banner-slider .swiper-slide .btn-theme-white{
  border: 1px solid #fff;
  color: #fff;
  background:none;
}
/* about page */
.inner-header{
  position: relative;
}
.inner-banner{
  background-image: url(../images/inner-banner-bg.avif);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
  position: relative;
}
.inner-banner::after{
  content: "";
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;

}
.inner-banner-content{
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
}
.inner-banner-content img{
  width: 18px;
  height: 18px;
}
.about-a{
  color: #293D92;
  font-weight: bold;
  text-decoration: underline;
}
.about-para{
  color: #000;
  font-weight: bold;
}
.about-caption{
  font-size: 20px;
}
/* services */



.capabilities-item {
  padding-left: 8px;
  padding-right: 7px;
  padding-bottom: 15px;
}

.capabilities-item__wrapper {
  height: 130px;
  background-color: #f5f5f591;
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
  padding-right: 76px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-start;
  border: 1px solid #e3e3e3;
}

.capabilities-item__text {
text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2em;
  color: #000;
}


.capabilities-item__text b {
  font-weight: bold;

}

.capabilities-item__number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 30px;
  bottom: 0;
}

.capabilities-item__number .img-default {
  opacity: 1;
  transition: opacity .3s ease;
}


.capabilities-item__number span {
  position: absolute;
  font-size: 68px;
  opacity: 0.15;
  font-weight: bold;
  right: 7px;
  bottom: 46px;
}

.capabilities-item:hover .capabilities-item__number span {
  opacity: 1;
}



.img-default {
  height: 70px !important;
  margin-bottom: 13px;
}

.capabilities-grid__line-right {
  display: block;
  width: 1px;
  height: 15px;
  background-color: #e3e3e3;
  position: absolute;
  bottom: -16px;
  left: -1px;
}

.capabilities-grid__line-left {
  display: block;
  width: 1px;
  height: 15px;
  background-color: #e3e3e3;
  position: absolute;
  bottom: -16px;
  right: -1px;
}

.capabilities-grid__line1 {
  display: block;
  height: 1px;
  background-color: #e3e3e3;
  position: relative;
  top: -16px;
  left: 7px;
  width: 99%;
  right: 0;
}

.capabilities-grid__line2 {
  display: block;
  height: 1px;
  background-color: #e3e3e3;
  position: relative;
  bottom: 146px;
  left: 7px;
  width: 97%;
  right: 0;
}

.capabilities-grid__line3 {
  display: block;
  height: 1px;
  background-color: #e3e3e3;
  position: relative;
  bottom: 292px;
  width: 98%;
  left: 9px;
  right: 0;
}

.capabilities-grid__line4 {
  display: block;
  height: 1px;
  background-color: #e3e3e3;
  position: relative;
  bottom: 438px;
  left: 8px;
  right: 0;
  width: 97%;
}


.capabilities-grid__line5 {
  display: block;
  height: 1px;
  background-color: #e3e3e3;
  position: relative;
  bottom: 310px;
  left: 8px;
  right: 0;
  width: 97%;
}

.capabilities-grid__line-bottom {
  display: block;
  height: 1px;
  background-color: #e3e3e3;
  position: relative;
  bottom: 166px;
  left: 8px;
  width: 99%;
  right: 0;
}




.image-all-together1 {
  /* width: 320px;
  height: 300px; */
  position: relative;
  color: #293D92;
}

.image-all-together1 span {
  position: absolute;
  background-color: #293D92;
  transition: .3s
}

.image-all-together1 .one {
  height: 0;
  width: 1px;
  top: 0px;
  left: 8px;

}

.image-all-together1 .two {
  height: 1px;
  width: 0;
  bottom: 14px;
  left: 8px;
}

.image-all-together1 .three {
  height: 0;
  width: 1px;
  bottom: 16px;
  right: 7px;
}

.image-all-together1 .four {
  height: 1px;
  width: 0;
  top: -1px;
  right: 7px;
}

.image-all-together1:hover .one,
.image-all-together1:hover .three {
  height: 89%;
}

.image-all-together1:hover .two,
.image-all-together1:hover .four {
  width: 97.7%;
}


.image-all-together {
  text-decoration: none;
  /* width: 320px;
  height: 300px; */
  position: relative;
  color: #293D92;
}

.image-all-together span {
  position: absolute;
  background-color: #293D92;
  transition: .3s
}

.image-all-together .one {
  height: 0;
  width: 1px;
  top: 0px;
  left: 8px;

}

.image-all-together .two {
  height: 1px;
  width: 0;
  bottom: 14px;
  left: 8px;
}

.image-all-together .three {
  height: 0;
  width: 1px;
  bottom: 16px;
  right: 7px;
}

.image-all-together .four {
  height: 1px;
  width: 0;
  top: -1px;
  right: 7px;
}

.image-all-together:hover .one,
.image-all-together:hover .three {
  height: 89%;
}

.image-all-together:hover .two,
.image-all-together:hover .four {
  width: 95%;
}

.cap-para{
  display: none;
  transition: 0.5s all ease;
}
.capabilities-item__wrapper:hover .cap-para{
  display: block;
  transition: 0.5s all ease;
}

/* contact page */



/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
/* .contact {
  margin-top: 7%;
} */

.contact .info-container {
  background-color: #323232;
  height: 100%;
  padding: 30px 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.contact .address{
  margin-top: 15px;
}

.contact .info-container h3 {
  text-align: center;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  color:#fff;
  bottom: 20px;
}

.contact .info-container h3::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 34%;
  bottom: 0px;
  width: 46px;
  height: 3px;
  background: #b1b1b1;
  box-shadow: inset 0px 0px 0px #293D92;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

.contact .info-container:hover h3::before {
  width: 85%;
  left: 10%;
}


.contact .info-item {
  width: 100%;
  background-color: #6e6e6e;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-item i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: #fff;
  color:#293D92;
}

.contact .php-email-form {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  padding: 75px 30px;
  border-radius: 0 10px 10px 0;
}



.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #293D92;
  border: 0;
  padding: 6px 29px;
  color: #fff;
  transition: 0.4s;
  /* border-radius: 50px; */
  font-size: 16px;
}

.map {
  padding: 0px !important;
}

.contact .php-email-form button[type=submit]:hover {
  background: #fff;
}

.contact .php-email-form h3 {
  text-align: center;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  color:#293D92;
  bottom: 20px;
}

.contact .php-email-form h3::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 46%;
  bottom: 0px;
  width: 46px;
  height: 3px;
  background: #626262;
  box-shadow: inset 0px 0px 0px #293D92;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

.contact .php-email-form:hover h3::before {
  width: 24%;
  left: 38%;
}
.cont-icon{
  width: 30px;
  height: 30px;
}


/* portfolio */
.projects .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 1px 1px;
  /* min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 48%; */
  /* background: #3085a3; */
  text-align: center;
  cursor: pointer;
}

.projects .grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
  /* filter: grayscale(1); */
}

.projects .grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #00000066;
}

@media screen and (max-width: 50em) {
  .projects .grid .content {
    padding: 0 10px;
    text-align: center;
  }

  .projects .grid .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}

.projects .grid figure figcaption::before,
.projects .grid figure figcaption::after {
  pointer-events: none;
}

.projects .grid figure figcaption,
.projects .grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.projects .grid:hover figure figcaption,
.projects .grid .active figure figcaption {
  background-color: rgba(255, 255, 255, 0);
}

.projects .grid figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.projects .grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.projects .grid figure h2 span {
  font-weight: 800;
}

.projects .grid figure h2,
.projects .grid figure p {
  margin: 0;
}

.projects .grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}


/* .projects figure.effect-hera {
  background: #303fa9;
} */

.projects figure.effect-hera h2 {
  font-size: 23px;
  font-weight: 700;
  color: white;
}

.projects figure.effect-hera h2,
.projects figure.effect-hera p {

  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: 50%;
}

.projects figure.effect-hera figcaption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 2px solid #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform-origin: 50%;
}

.projects figure.effect-hera p {
  width: 100px;
  text-transform: none;
  font-size: 121%;
  line-height: 2;
}

.projects figure.effect-hera p a {
  color: #fff;
}

.projects figure.effect-hera p a:hover,
.projects figure.effect-hera p a:focus,
.projects figure.effect-hera p a.active {
  opacity: 0.6;
}



.projects figure.effect-hera p a i {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}

.projects figure.effect-hera p a:first-child i {
  transform: translate3d(-60px, -60px, 0);
}

.projects figure.effect-hera p a:nth-child(2) i {
  transform: translate3d(60px, -60px, 0);
}

.projects figure.effect-hera p a:nth-child(3) i {
  transform: translate3d(-60px, 60px, 0);
}

.projects figure.effect-hera p a:nth-child(4) i {
  transform: translate3d(60px, 60px, 0);
}

.projects figure.effect-hera:hover figcaption::before,
.projects figure.effect-hera.active figcaption::before {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

.projects figure.effect-hera:hover h2,
.projects figure.effect-hera.active h2 {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}

.projects figure.effect-hera:hover p i:empty,
.projects figure.effect-hera.active p i:empty {
  transform: translate3d(0, 0, 0);
  /* just because it's stronger than nth-child */
  opacity: 1;
}

.projects figure.effect-hera:hover img,
.projects figure.effect-hera.active img {
  filter: grayscale(0);
  opacity: 1;
}

.projects ul {
  list-style: none;
  padding-left: 0px;
}

.projects ul li {
  padding: 8px 8px;
  border-bottom: 1px solid #8d8d8d36;
}


.projects ul li a i {
  margin-right: 12px;
  color: #a58c3e;
  font-size: 14px;
}

.projects ul li:hover i {
  font-size: 20px;
  color: #c10000;
}

.projects ul li a {

  color: #d2d2d2;
  font-size: 22px;
}

.projects ul li:first-child {
  border-top: 1px solid #8d8d8d36;
}

.projects ul li:hover {
  background-color: rgb(238, 238, 238);
  cursor: pointer;
}

.projects ul li:hover a {
  color: rgb(177 143 36);
}

.project-images .col-md-4 {
  padding-left: 1px;
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin: 0 !important;
}

.plus-icon{
  height: 64px;
  width: 64px;
  display: none !important;
  transition: 0.5s all ease;
  left: 18px;
}
.effect-hera:hover .plus-icon{
  display: block !important;
  transition: 0.5s all ease;
}

/* single project */


.projects-inner h2 {

  font-weight: 600;
  color: #293D92;
}





.projects-inner .p-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;

}


.projects-inner .p-box {
  padding: 0px 50px;
}



.projects-inner .p-box p {

  font-size: 17px;
  color: #413f3f;
}


.projects-inner .p-box .spec p {
  margin: 0;
  margin-bottom: 4px;
}

.projects-inner .p-box .spec {
  margin-bottom: 1rem;
}

.projects-inner .col-md-6 {
  padding-left: 1px;
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin: 0 !important;
}

.projects-inner {
  /* background-color: #191919; */
  /* padding: 16px 0 80px; */
  /* margin-top: -16px; */
}

.service-single-box{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-bottom: 2px solid #293D92;
  border-top: 2px solid #293D92;
  padding: 30px 0;
  border-radius: 10px;
}
@media screen and (max-width: 792px) {
  .section-padding {
    padding: 25px 0;
}
}