/********** Template CSS **********/
:root {
    --primary: #2124B1;
    --secondary: #000000;
    --light: #F7FAFF;
    --dark: #1D1D27;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    color: #fff;
    font-weight: 600;
    background-color: #f77310 !important;
    border-color: #f77310 !important;
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.back-to-top:hover, .back-to-top:checked{
    color: #fff;
    background-color: #f77310 !important;
    border-color: #f77310 !important;
}

.bg-primary {
    background-color: #f77310 !important;
}
.text-primary {
    color: #f77310 !important;
}
.mgt-9 {
  margin-top: 90px !important;
}
.fs-4 {
  font-size: 1.1rem !important;
}

/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


.btn-outline-primary {
  color: #f77310;
  border-color: #f77310;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #f77310;
  border-color: #f77310
}

.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem rgba(33,36,177,0.5)
}

.btn-check:checked+.btn-outline-primary,.btn-check:active+.btn-outline-primary,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #f77310;
  border-color: #f77310
}

.btn-check:checked+.btn-outline-primary:focus,.btn-check:active+.btn-outline-primary:focus,.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem rgb(247 115 16 / 50%)
}

.btn-outline-primary:disabled,.btn-outline-primary.disabled {
  color: #f77310;
  background-color: transparent
}

.modal-body .btn-close , .modal-body .btn-close:hover , .modal-body .btn-close:focus , .modal-body .btn-close:active {
  color: #fff !important;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: auto;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0);
    padding: 0.7rem 0 1rem;
    border-bottom: 1px #ffffff80 solid;
  }

  #header .wh-img {
    display: block !important;
  } 
  #header .col-img {
    display: none !important;
  }   
  
  #header.header-scrolled {
    height: auto;
    background-color: white;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.452);
    padding: 0.3rem 0;  
}
  #header.header-scrolled .wh-img {
    display: none !important;
  } 
  #header.header-scrolled .col-img {
    display: block !important;
  } 

  #header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  
  @media (max-width: 991px) {
    #header .logo h1 {
      font-size: 28px;
    }
  }
  
  #header .logo h1 a,
  #header .logo h1 a:hover {
    color: #00366f;
    text-decoration: none;
  }
  
  #header .logo img {
    padding: 0;
    max-height: 100px;
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
  }
  
  #header.header-scrolled .navbar a,
  #header.header-scrolled.navbar a:focus {
    font-size: 17px;
    color: #000000;
    transition: 0.3s;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #ff0000;
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    margin-left: 35px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  #header.header-scrolled .navbar a,
  #header.header-scrolled .navbar a:focus {
    font-size: 17px !important;
    color: rgb(0, 0, 0);
  } 
  
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  
  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
  #header.header-scrolled .navbar>ul>li>a:before {
    background-color: #000000;
  }  
  
  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #007bff;
  }
  
  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #ffffff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  #header.header-scrolled .mobile-nav-toggle {
    color: #000000; 
}  

  .mobile-nav-toggle.bi-x {
    color: #fff;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(23, 35, 46, 0.5);
    transition: 0.3s;
    z-index: 999;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0px;
    right: 15px;
    bottom: 0px;
    left: 0px;
    padding: 10px 0;
    background: #f77310;
    overflow-y: auto;
    transition: 0.3s;
    max-width: 250px;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #ffffff !important;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }

  .navbar-mobile a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px !important;
    bottom: 0px !important;
    left: 0;
    background-color: #ffffff00;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }  

  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #f77310 !important;
    background-color: #fff !important;
  }
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #007bff;
  }
  
  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }
  
  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    position: relative;
    margin-bottom: 4rem;
    padding: 12rem 0 9rem 0;
    background: #f77310 url(../img/shape-bottom.png) center bottom no-repeat;
    height:620px
  }
  #innerhero {
    width: 100%;
    position: relative;
    margin-bottom: 4rem;
    padding: 9rem 0 9rem 0;
    background: #f77310 url(../img/shape-bottom.png) center bottom no-repeat;
    height:500px
  }  
  .hero-info {
    width: 50%;
    float: left;
  }
  
  .hero-img {
    width: 45%;
    float: right;
    margin-top: -50px;
  }
  
  .hero-info h1 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
  }
  
  .hero-info h1 span {
    color: #000000;
    text-decoration: underline;
  }

  .hero-info p {
    background-color: #00000000;
    /*height:120px;*/
    overflow: hidden;
    font-size: 19px;
  }  
  .hero-info p span{
    font-size: 24px;
    font-weight: 600;
  }

  @media (max-width: 991px) {
    #hero {padding: 140px 0 60px 0;height: 920px}
    .hero-img {width: 60%;float: none;margin: 0 auto 0px auto;}
    .hero-info {width: 100%;float: none;margin: auto;text-align: center;}
    .hero-info h1 {font-size: 42px;margin-bottom: 30px;}
  }
  
  @media (max-width: 767px) {
    #hero {padding: 140px 0 60px 0;height: 880px}
    .hero-img {width: 65%;float: none;margin: 0 auto 0px auto;}
    .hero-info {width: 100%;}
    .hero-info h1 {font-size: 42px;margin-bottom: 30px;}
  }

  @media (max-width: 574px) {
    #hero {padding: 140px 0 20px 0;height: 820px}
    .hero-img {width: 60%;float: none;margin: 0 auto 0px auto;}
    .hero-info {width: 100%;}
    .hero-info h1 {font-size: 35px;margin-bottom: 30px;}
  }
  @media (max-width: 480px) {
    #hero {padding: 140px 0 20px 0;height: 780px}
    .hero-img {width: 60%;float: none;margin: 0 auto 0px auto;}
    .hero-info {width: 100%;}
    .hero-info h1 {font-size: 30px;margin-bottom: 10px !important;}
  }
  @media (max-width: 337px) {
    #hero {padding: 140px 0 20px 0;height: 720px}
    .hero-img {width: 70%;float: none;margin: 0 auto 0px auto;}
    .hero-info {width: 100%;}
    .hero-info h1 {font-size: 25px;margin-bottom: 10px !important;}
    .hero-info p {font-size: 15px;}
    .hero-info p span {font-size: 20px;font-weight: 600;} 
  }


  .hero-info .btn-get-started,
  .hero-info .btn-services {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    color: #fff;
  }
  
  .hero-info .btn-get-started {
    background: #007bff;
    border: 2px solid #007bff;
    color: #fff;
  }
  
  .hero-info .btn-get-started:hover {
    background: none;
    border-color: #fff;
    color: #fff;
  }
  
  .hero-info .btn-services {
    border: 2px solid #fff;
  }
  
  .hero-info .btn-services:hover {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
  }
  
  .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.breadcrumb-item.active {
  color: #f5c8a7 !important;
  font-weight: 600;
}

/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgb(247 115 16);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}


/*** Service ***/
.service-item {
    position: relative;
    height: auto;
    padding: 30px 25px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: #f77310;
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../img/icon-shape-primary.png) center center no-repeat;
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #f77310;
    background: url(../img/icon-shape-white.png);
}

.service-item .box{
  height: 260px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .service-item .box {height: auto;overflow: hidden;}
}

@media (max-width: 767px) {
  .service-item .box {height: auto;overflow: hidden;}
}

@media (max-width: 574px) {
  .service-item .box {height: auto;overflow: hidden;}
}
@media (max-width: 480px) {
  .service-item .box {height: auto;overflow: hidden;}
}
@media (max-width: 337px) {
  .service-item .box {height: auto;overflow: hidden;}
}


.service-item .box ul {
  padding-left: 1.5rem;
}

.service-item .item {
    text-align: left;
    margin-bottom: 9px;
    padding: 0 5px;
    font-size: 15px;
}
.service-item .item span {
    font-size: 16px;
    color: #000;
}

.service-item .item i {
    padding-right: 7px;
}
.service-item .item p i {
  padding-right: 57px;
}

.service-item .item ul {
  margin-left: 12px;
}

.smalltxt {
  text-align: center;
  margin-bottom: 45px;
  font-size: 16px;
  color: #999696;
}
.txtunderline {
  text-decoration: underline;
  font-size: 15px !important;
  font-weight: 500;
}

.service-item h5,
.service-item .item {
    transition: .5s;
}

.service-item:hover h5, .service-item:hover span,
.service-item:hover .item {
    color: var(--light);
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: #000;
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: #e86807;
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #DDDDDD;
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.about .btn-square {
  width: 40px;
  height: 40px;
}
.about .btn-square i {
  font-size: 25px;
}
.about h6 {
  font-size: 17px;
  font-weight: 500 !important;
}



/*--------------------------------------------------------------
# services Details
--------------------------------------------------------------*/
.services-details {
  padding-top: 40px;
}

.services-details .services-details-slider img {
  width: 100%;
  max-height:400px;
}

.services-details .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-height: 550px;
}


.services-details .services-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(40, 61, 80, 0.08);
}

.services-details .services-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.services-details .services-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.services-details .services-info ul li+li {
  margin-top: 10px;
}

.services-details .services-description {
  padding-top: 30px;
}

.services-details .services-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.services-details .services-description p {
  padding: 0;
}



/*** Testimonial ***/
.timer,
.newsletter,
.testimonial {
    background:
        url(../img/bg-top.png),
        url(../img/bg-bottom.png);
    background-position:
        left top,
        right bottom;
    background-repeat: no-repeat;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--light) !important;
    border-color: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #888888;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: #000 !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
    color: var(--dark) !important;
}

.testimonial h2 {
  color: #fff !important;
}

.testimonial .section-title::before {
  background: #ffffff;
}
.testimonial .section-title::after {
  background: #ffffff;
}

/*** Timer ***/

.timer .counters {
  padding-top: 40px;
}

.timer .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 60px;
  display: block;
  color: #fff;
}

.timer .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #fbfcfd;
}


/*** Clients ***/

#clients {
  padding-top: 60px !important;
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
  max-width: 120px;
}



/*** Team ***/

.teambg {
  background-color: #f77310;
}

.team-item {
  position: relative;
  padding: 30px;
  text-align: center;
  transition: .5s;
  z-index: 1;
}

.team-item::before,
.team-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
  transition: .5s;
  z-index: -1;
}

.team-item::after {
  top: auto;
  bottom: 0;
}

.team-item:hover::before,
.team-item:hover::after {
  background: #f77310;
}

.team-item h5,
.team-item p {
  transition: .5s;
}

.team-item:hover h5,
.team-item:hover p {
  color: #FFFFFF;
}

.team-item img {
  padding: 15px;
  border: 1px solid #f77310;
}


/*** Project Portfolio ***/

.portfolio-item img {
  width: 100%;
  height: 100%;
  max-height: 350px !important;
  object-fit: cover !important;  
}

.carousel-inner {
  margin: 0 auto;
  width: 60%;
  max-height: 600px;
  overflow-y: hidden !important;
}

.carousel-inner img{
  width: 100%;
  height: 100%;
  max-width: 800px !important;
  max-height: 600px !important;
  object-fit: cover !important;
}

.carousel-item {
  height: 600px !important;
  object-fit: cover !important;
}

.carousel-item iframe{
  width: 100%;
  height: 600px !important;
}

.carousel-control-prev, .carousel-control-next {
  opacity: 1;
}

.carousel-control-prev-icon {
  background: #f77310 url(../img/prev.png) center/1em auto no-repeat;
}
.carousel-control-next-icon {
  padding: 0.7em 0.7em !important;
  background: #f77310 url(../img/next.png) center/1em auto no-repeat;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  padding: 0.7em 0.7em !important;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 50%;
  opacity: 1 !important;
}

.modal-body .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.7em 0.7em !important;
  color: #000;
  background: #f77310 url(../img/close.png) center/1em auto no-repeat;
  border: 0;
  border-radius: 50%;
  opacity: 1;
}

.portfolio-item .play-btn {
  display: inline-block;
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  height: 60px;
  width: 60px;
  line-height: 50px;
  text-align: center;
  border: 5px solid rgb(255 255 255);
  border-radius: 50%;
  box-shadow: 0 0 7px 4px #00000070;
  top: 150px;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
  top: 50%;
  transform: translate(0, -50%); 
}


@media (max-width: 991px) {
  .portfolio-item img {max-height: 300px !important;}

  .carousel-item {height: 440px !important;object-fit: cover !important;}
  .carousel-inner img{max-width: 800px !important;max-height: 440px !important;object-fit: cover !important;}
  .carousel-item iframe{width: 100%;height: 440px !important;}
  
  .carousel-control-prev-icon {padding: 0.7em 0.7em !important;background: #f77310 url(../img/prev.png) center/2em auto no-repeat;}
  .carousel-control-next-icon {padding: 0.7em 0.7em !important;background: #f77310 url(../img/next.png) center/2em auto no-repeat;}
  .carousel-control-prev-icon, .carousel-control-next-icon {width: 2rem;height: 2rem;}
  
  .modal-body .btn-close {width: 1em;height: 1em;padding: 0.7em 0.7em !important;background: #f77310 url(../img/close.png) center/1em auto no-repeat; }

}
  
@media (max-width: 767px) {
.portfolio-item img {max-height: 440px !important;}

.carousel-item {height: 440px !important;object-fit: cover !important;}
.carousel-inner img{max-width: 800px !important;max-height: 440px !important;object-fit: cover !important;}
.carousel-item iframe{width: 100%;height: 440px !important;}

.carousel-control-prev-icon {padding: 0.7em 0.7em !important;background: #f77310 url(../img/prev.png) center/2em auto no-repeat;}
.carousel-control-next-icon {padding: 0.7em 0.7em !important;background: #f77310 url(../img/next.png) center/2em auto no-repeat;}
.carousel-control-prev-icon, .carousel-control-next-icon {width: 2rem;height: 2rem;}

.modal-body .btn-close {width: 1em;height: 1em;padding: 0.7em 0.7em !important;background: #f77310 url(../img/close.png) center/1em auto no-repeat; }

}


@media (max-width: 574px) {
  .portfolio-item img {max-height: 420px !important;}

  .carousel-item {height: 400px !important;object-fit: cover !important;}
  .carousel-inner img{max-width: 600px !important;max-height: 400px !important;object-fit: cover !important;}
  .carousel-item iframe{width: 100%;height: 400px !important;}
  
  .carousel-control-prev-icon {padding: 0.8em 0.8em !important;background: #f77310 url(../img/prev.png) center/1.5em auto no-repeat;}
  .carousel-control-next-icon {padding: 0.8em 0.8em !important;background: #f77310 url(../img/next.png) center/1.5em auto no-repeat;}
  .carousel-control-prev-icon, .carousel-control-next-icon {width: 0.8em;height: 0.8em;}
  
  .modal-body .btn-close {width: 0.5em;height: 0.5em;padding: 0.5em 0.5emm !important;background: #f77310 url(../img/close.png) center/0.7em auto no-repeat; }

}

@media (max-width: 480px) {
  .portfolio-item img {max-height: 400px !important;}

  .carousel-item {height: 400px !important;object-fit: cover !important;}
  .carousel-inner img{max-width: 600px !important;max-height: 400px !important;object-fit: cover !important;}
  .carousel-item iframe{width: 100%;height: 400px !important;}
  
  .carousel-control-prev-icon {padding: 0.8em 0.8em !important;background: #f77310 url(../img/prev.png) center/1.5em auto no-repeat;}
  .carousel-control-next-icon {padding: 0.8em 0.8em !important;background: #f77310 url(../img/next.png) center/1.5em auto no-repeat;}
  .carousel-control-prev-icon, .carousel-control-next-icon {width: 0.8em;height: 0.8em;}
  
  .modal-body .btn-close {width: 0.5em;height: 0.5em;padding: 0.5em 0.5emm !important;background: #f77310 url(../img/close.png) center/0.7em auto no-repeat; }

}

@media (max-width: 337px) {
  .portfolio-item img {max-height: 300px !important;}

  .carousel-item {height: 400px !important;object-fit: cover !important;}
  .carousel-inner img{max-width: 600px !important;max-height: 400px !important;object-fit: cover !important;}
  .carousel-item iframe{width: 100%;height: 400px !important;}
  
  .carousel-control-prev-icon {padding: 0.8em 0.8em !important;background: #f77310 url(../img/prev.png) center/1.5em auto no-repeat;}
  .carousel-control-next-icon {padding: 0.8em 0.8em !important;background: #f77310 url(../img/next.png) center/1.5em auto no-repeat;}
  .carousel-control-prev-icon, .carousel-control-next-icon {width: 0.8em;height: 0.8em;}
  
  .modal-body .btn-close {width: 0.5em;height: 0.5em;padding: 0.5em 0.5emm !important;background: #f77310 url(../img/close.png) center/0.7em auto no-repeat; }

}


#portfolio-flters .btn {
    position: relative;
    display: inline-block;
    margin: 10px 4px 0 4px;
    transition: .5s;
}

#portfolio-flters .btn::after {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    /***border-left: 20px solid transparent;***/
    /***border-right: 0 solid transparent;***/
    /***border-bottom: 50px solid #FFFFFF;***/
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
    color: var(--light);
    background: #f77310;
}

.portfolio-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    background: #f77310d9;
    transition: .5s;
    z-index: 1;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item .btn {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/icon-shape-white.png) center center no-repeat;
    border: none;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}

.portfolio-item:hover .btn {
    opacity: 1;
    transition-delay: .15s;
}
.portfolio-item .portfolio-overlay .h5 {
    font-size: 22px !important;
    font-weight: 600;
}
.portfolio-item:hover iframe {
    width: 100%;
    height: 100;  
}


/*** Footer ***/
.footer {
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: #f77310;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 2px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}
.footer h5 {
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}

.footer .copyright {
    padding: 15px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}
.footer a {
    color: var(--light);
}
.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-top: 0px;
  padding-bottom: 0px;
}

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #e35604;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}
.contact h3 {
  padding: 0 0 0 0px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2a2c39;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #727272;
}

.contact .info .email, .contact .info .follow {
  margin-top: 50px;
}

.contact .info .email i, .contact .info .address i, .contact .info .follow i {
  background: #e3e3e3;
  color: #000;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .follow:hover i {
  background: #e35604;
  color: #fff;
}

.contact .info .follow img {
  width: 28px;
  height: 28px;
  margin: 0 2px 5px 0;
}

.contact .info .email a {
  color: #000 !important;
  font-weight: 500;
}

/* hvr-shutter-in-horizontal */
.contact .hvr-shutter {
  margin: 0px auto;
  display: inline-block;
  float:right;
}

.contact .hvr-shutter-in-horizontal {
  display: inline-block;
  position: relative;

  font-size: 12px !important;
  color: #000;
  padding: 5px 20px;
  margin: 0 10px 0 0;
  background-color: #e35604;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  max-width: 200px;
}
.contact .hvr-shutter-in-horizontal:last-child {
  margin: 0px 0px 0px 0 !important;
}

.contact .hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  font-size: 12px !important;
  color: #000 !important;
  padding: 5px 20px;
  margin: 0 !important;
  background-color: #ddd;
  border-radius: 20px;
  text-align: center;
}
.contact .hvr-shutter-in-horizontal:hover,
.contact .hvr-shutter-in-horizontal:focus,
.contact .hvr-shutter-in-horizontal:active {
  color: white !important;
}
.contact .hvr-shutter-in-horizontal span:after,
.contact .hvr-shutter-in-horizontal span:focus,
.contact .hvr-shutter-in-horizontal span:active {
  color: white !important;
}

.contact .form-control:focus {
  color: #888;
  background-color: #fff;
  border-color: #f77310;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(247 115 16 / 34%)
}

.contact .btn-primary {
  color: #f77310;
  background-color: #ffffff;
  border: 2px solid #f77310;
}
.contact .btn-primary:focus , .contact .btn-primary:hover {
  color: #ffffff;
  background-color: #f77310;
  border: 2px solid #f77310;
}

.errorMessage {
  background-color: #e66262;
  border: #AA4502 1px solid;
  padding: 5px 10px;
  color: #FFFFFF;
  border-radius: 3px;
}

.successMessage {
  background-color: #9fd2a1;
  border: #91bf93 1px solid;
  padding: 5px 10px;
  color: #3d503d;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.9em;
}