body
{
 font-family: 'Montserrat', sans-serif;
}
.dropdown-submenu {
  position: relative;
}
.navbar-brand 
{
  padding: 0;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
[class^="swiper-button-"], .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
   transition: all 0.3s ease;
}
 .swiper-container {
   width: 100%;
   height: 40vw;
   transition: opacity 0.6s ease;
}
 .swiper-container.swiper-container-coverflow {
   
}
 .swiper-container.loading {
   opacity: 0;
   visibility: hidden;
}
 .swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
   transform: translateX(0);
   opacity: 1;
   color: #fc2a01;
   visibility: visible;
}
 .swiper-slide {
   background-position: center;
   background-size: cover;
}
 .swiper-slide .entity-img {
   display: none;
}
 [class^="swiper-button-"] {
   width: 44px;
   opacity: 0;
   visibility: hidden;
}
 .swiper-button-prev {
   transform: translateX(50px);
}
 .swiper-button-next {
   transform: translateX(-50px);
}
 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
   margin: 0 9px;
   position: relative;
   width: 12px;
   height: 12px;
   background-color: #fc2a01;
   opacity: 0.4;
}
 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   width: 18px;
   height: 18px;
   transform: translate(-50%, -50%);
   border: 0px solid #fc2a01;
   border-radius: 50%;
}
 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
   opacity: 1;
}
 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
   border-width: 1px;
}
 @media (max-width: 1180px) {
   .swiper-slide .content .title {
     font-size: 25px;
  }
   .swiper-slide .content .caption {
     font-size: 12px;
  }
}
 @media (max-width: 1023px) {
   .swiper-container {
     height: 40vw;
  }
   .swiper-container.swiper-container-coverflow {
     padding-top: 0;
  }
}
.swiper-container .swiper-wrapper .swiper-slide .container
{
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  left: 50%;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  z-index: 11;
}
.swiper-container .swiper-wrapper .swiper-slide:before
{
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: .3;
} 
.swiper-container .swiper-wrapper .swiper-slide .container .up-on-banner
{
  text-align: center;
}
.swiper-container .swiper-wrapper .swiper-slide .container .up-on-banner h2
{
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .container .up-on-banner h2
{
  -webkit-animation-duration: 1s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay:.3s; 
}
.swiper-container .swiper-wrapper .swiper-slide .container .up-on-banner p
{
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 1rem;
}
.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .container .up-on-banner p
{
  -webkit-animation-duration: 1s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay:.3s; 

}
.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .container .up-on-banner .btn
{
  -webkit-animation-duration: 1s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay:.3s; 
}

.btn{
    color: #fff;
    background-color: #fc2a01;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.btn:hover{
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 5px -2px #333;
}
.btn:before,
.btn:after{
    content: "";
    background: #ff3f34;
    width: 50%;
    height: 100%;
    border-radius: 30px 0 0 30px;
    opacity: 0;
    transform: perspective(300px) rotateY(-100deg);
    transform-origin: right center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s ease 0s;
}
.btn:after{
    border-radius: 0 30px 30px 0;
    transform: perspective(300px) rotateY(100deg);
    transform-origin: left center;
    left: auto;
    right: 0;
}
.btn:hover:before,
.btn:hover:after{
    opacity: 1;
    transform: perspective(600px) rotateY(0);
}
.btn:hover{ background-color: transparent; }
@media only screen and (max-width: 767px){
    .btn{ margin-bottom: 20px; }
}
.navbar
{
  padding:1rem;
  position: fixed;
  left: 0;
  right:0;
}
.navbar .container .collapse .navbar-nav li, .icon-whatsapp
{
  padding: .1rem .2rem;
}
.navbar .container .collapse .navbar-nav li:hover
{
  background: #fc2a01;
}
.navbar .container .collapse .navbar-nav li:hover a
{
  color: #fff;
}
.navbar .container .collapse .navbar-nav li a
{
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  color: #fff;

}
.navbar .container .collapse .navbar-nav li a.dropdown-item
{
  font-size: 13px!important;
  text-transform: capitalize;
}
#navbar
{
   -webkit-animation-duration: 1s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  z-index: 111;
}
#navbar.scroll
{
  position: fixed;
  left: 0;
  right: 0;
  z-index: 11;
  -webkit-animation-duration: 1s;
  animation-duration: .9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  background: #000;
  padding: 0rem 1rem;
  top: 0;
}
#navbar.scroll .container .collapse .navbar-nav li
{
  padding: .6rem .2rem;
}
#navbar.scroll .container .collapse .navbar-nav .dropdown-menu li
{
  padding: .3rem .2rem;
}
#navbar.scroll .navbar-brand img.on
{
  display: none;
}
#navbar.scroll .navbar-brand img.off
{
  display: block;
}
#navbar.scroll .icon-whatsapp
{
  display: none;
}
.navbar .container .collapse .navbar-nav li.active
{
  background: #fc2a01;
}
.navbar .container .collapse .navbar-nav li.active a, .navbar .container .collapse .navbar-nav .dropdown-menu li:hover a
{
  color: #fff!important;
}
.navbar .container .collapse .navbar-nav .dropdown-menu li a
{
  color: #000!important;
}
.navbar .container .collapse .navbar-nav .dropdown-menu li.active a
{
  color: #fff!important;
}
.navbar .container .collapse .navbar-nav .dropdown-menu li
{
  padding: .3rem 0; 
  border-bottom: 1px solid #e8e8e8;
}
.navbar .container .collapse .navbar-nav .dropdown-menu li:last-child
{
  border-bottom: none;
}
.navbar .container .collapse .navbar-nav .dropdown-menu li a
{
  color: #000;
}
.dropdown-item:focus, .dropdown-item:hover
{
  background-color: transparent;
}
.home-page-down p, .our-project p
{
  font-size: 15.5px;
}
.heading
{
  margin-bottom: 1.5rem;
}
.heading h2
{
  font-weight: 700;
}
.home-page-down .container
{
  width: 70%;
}
.serviceBox{
    text-align: center;
    padding: 15px 25px 25px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 1;
}
.serviceBox:hover:after
{
    background: linear-gradient(#f4f4f4, #fff);
    transition: .3s;
}
.serviceBox:before,
.serviceBox:after{
    content: '';
    background: linear-gradient(#da75e5,#da75e5,#7131bf,#7131bf);
    height: 900px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 2px;
    right: 2px;
    transition: .3s;
    top: 50%;
    z-index: -1;
}
.serviceBox:after{
    background: linear-gradient(#f4f4f4, #fff);
    border-radius: 0;
    height: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
    transform: translateY(0);
    top: 0;
    transition: .3s;
    left: 10px;
    right: 10px;
}
.serviceBox .service-icon{
    font-size: 50px;
    background: linear-gradient(#da75e5,#7131bf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.serviceBox .service-icon:after{
    content: '';
    background-color: #e7e7e7;
    height: 4px;
    width: 50px;
    margin: 0 auto 15px;
    border-radius: 5px;
    display: block;
    clear: both;
}
.serviceBox .title{
    color: #555;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    color: #000;
    font-size: 13px;
    line-height: 24px;
    margin: 0 10px;
}
.serviceBox.blue:before{ background: linear-gradient(#4ae2d6,#4ae2d6,#00b5e2,#00b5e2); }
.serviceBox.yellow:before{ background: linear-gradient(#ffd747,#ffd747,#ff6905,#ff6905); }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}
.our-project
{
    background: linear-gradient(#f4f4f4, #fff);
    padding: 4rem 0;
}
.poles-page
{
    background: linear-gradient(#f4f4f4, #fff);
    padding: 2.5rem 0;
}
.project
{
  height: 100%;
  position: initial;
}
.project .swiper-slide 
{
    text-align: left;
}
.project .swiper-wrapper .swiper-slide:before
{
  content: none;
}
.project .swiper-button-prev, .swiper-container-rtl .swiper-button-next 
{
  left: -25px;
}
.project .swiper-button-next, .swiper-container-rtl .swiper-button-prev
{
  right: -25px;
}
.project:hover .swiper-button-prev, .project:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    color: #ffffff;
    background: #fc2a01;
    visibility: visible;
}
.project .swiper-button-next:after, .project .swiper-button-prev:after
{
  font-size: 20px;
}
.post-slide{
    margin: 0 15px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    height: 100%;
    overflow: hidden;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #fff;
    padding: 20px;
    height: 100%;
}
.post-slide .post-title{
    font-size: 17px;
    font-weight: 700;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #000;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #000;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #fc2a01;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}
footer{
  bottom: 0;
}
.footer-distributed{
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  text-align: left;
  padding: 55px 50px;
}
.copyrights p
{
  font-size: 13px;
  padding: .5rem;
  font-weight: 500;
}
.copyrights p a
{
  color: #000;
  font-weight: 600;
}
.footer-distributed h6
{
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
}
.footer-distributed h6:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 5px;
  background: #fc2a01;
  top: 30px;
}
.footer-distributed ul 
{
  list-style: none;
  padding: 0;
  margin-left: 1rem;
  margin-top: 2rem;
}
.footer-distributed ul li a
{
  font-size: .8rem;
  color: #fff;
  transition: .3s;
  text-decoration: none;

}
.footer-distributed ul li
{
  margin-bottom: .3rem;
}
.footer-distributed ul li a:before {
    content: "\f178";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: -1.3em;
    width: 1.5em;
    color: #fc2a01;
}
.footer-distributed ul li a:hover
{
  margin-left: .5rem;
  transition: .3s;
  color: #fc2a01;
}
.off
{
  display: none;
}
.inner_page_banner {
  position: relative;
  height: 40vh;
  color: #fff;
}
.inner_page_banner .banner_color_on {
  width: 100%;
  height: 100%;
  background-color: #222;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.inner_page_banner:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .7) 0, transparent 5rem, transparent 50%, rgba(0, 0, 0, .7));
}

.inner_page_banner .upper-top {
  position: absolute;
  left:0%;
  right: 0;
  z-index: 1;
  top: 60%;
}
.inner_page_banner .upper-top h2
{
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-info-box p
{
  margin-bottom: .3rem;
}
.contact-p
{
  margin-bottom: 2rem;
}
.contact-p p
{
  margin-bottom: .3rem;
}
.contact-p h5
{
  font-size: 18px;
  font-weight: 600;
}
.breadcrumb 
{
  background: none;
  margin-bottom: 0;
  font-size: 12px;
}
.breadcrumb li a, .breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before
{
  color: #fff;
}
.about-tab .nav-tabs {
   border: none;
}
.about-tab .nav-tabs > li > a{
    border-radius: 0px;
    border: 1px solid #e4e4e4;
    border-top: 7px solid #e4e4e4;
    border-right: 0px none;
    font-size: 15px;
    font-weight: 600;
    margin-right: 0px;
    text-decoration: none;
    padding: 15px 17px;
    transition:0.3s ease;
    background: #F8F8F8;
    color:#222222;
}
.about-tab .nav-tabs > li:last-child{
    border-right:1px solid #e4e4e4;
}
.about-tab .nav-tabs > li > a:hover{
    border: 1px solid #e4e4e4;
    border-top: 2px solid #7a4b94;
    border-right: 0px none;
    background: #F8F8F8;
}
.about-tab .nav-tabs > li > a.active,
.about-tab .nav-tabs > li > a.active:focus,
.about-tab .nav-tabs > li > a.active:hover{
    border-top: 7px solid #fc2a01;
    color: #fc2a01;
    border-right: 0px none;
}
.about-tab .tab-content > .tab-pane{
    border-top: 0px none;
   padding: 40px 20px 20px 0px;
}
.about-tab .nav-tabs > li.active:hover > a{
    border-top-color:#7a4b94;
}
ul.list
{
  list-style: none;
  padding: 0;
  margin-left: 1.8rem;
  margin-top: 1rem;
}
ul.list li
{
  margin-bottom: .5rem;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
ul.list li:before 
{
  content: "\f178";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.8em;
  width: 1.8em; 
  color: #fc2a01;
}
#strenght img
{
    border: 1px solid #000;
    border-radius: 50%;
    margin-bottom: 1rem;
}
#strenght .col-xl-4:nth-child(2)
{
  margin-top: 4rem;
}
#lightgallery
{
  list-style: none;
  padding: 0;
  cursor: pointer;
}
#lightgallery li
{
  box-shadow: 10px 10px 0 0 rgba(0,0,0,0.3);
}
.epc-project-section, .project-page
{
    background: linear-gradient(#f4f4f4, #fff);
    padding: 4rem 0;
}
.epc-project-section .post-content a.read-more
{
  margin-top: 2rem;
}
.epc-project-section .container-fluid
{
  width: 90%;
}
.epc-project-section .container-fluid .col-xl-3
{
  padding:1rem 0px; 
}
.epc-project-section .container-fluid .row
{
  height: 100%;
}
.epc-project-section .container-fluid .row .post-slide 
{
    box-shadow: 1px 1px 25px rgba(0,0,0,0.1);
    transition: .3s;
}
.epc-project-section .container-fluid .row .post-slide:hover
{
  transform: scale(1.1);
  transition: .3s;
} 
.epc-project-section .container-fluid .row .post-slide .post-title a 
{
    font-size: 15px;
}
.breadcrumb-item+.breadcrumb-item::before
{
  content: "\f178";
  font-family: FontAwesome;
}
.vertical-tab{
    display: table;
    font-family: 'Montserrat', sans-serif;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 28%;
    min-width: 28%;
    vertical-align: top;
    border: none;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: #555;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 10px 10px 20px;
    margin: 0 9px 9px 0;
    border-radius: 0;
    text-decoration: none;
    border: none;
    border-bottom: 2px solid rgba(0,0,0,0.15);
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li a.active,
.vertical-tab .nav-tabs li a.active:hover{
    color: #fc2a01;
    background: #fff;
    border: none;
    border-bottom: 2px solid rgba(0,0,0,0.15);
    border-radius: 10px 0 0 0;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: '';
    background: #fc2a01;
    height: 100%;
    width: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
    opacity: 0;
    left: auto;
    right: 25px;
    transition: all 0.3s ease-in 0.2s;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li a.active:before,
.vertical-tab .nav-tabs li a.active:hover:before{
    width: 50%;
    opacity: 0;
}
.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li a.active:after,
.vertical-tab .nav-tabs li a.active:hover:after{
    opacity: 1;
    right: 0
}
.vertical-tab .tab-content{
    color: #555;
    background: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding: 14px 20px 10px;
    margin-top: 10px;
    border-right: 7px solid #fc2a01;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    display: table-cell;
    position: relative;
}
.vertical-tab .tab-content h3{
    color: #fc2a01;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
        border: none;
    }
    .vertical-tab .nav-tabs li a{ margin: 0 0 10px; }
    .vertical-tab .tab-content{
        padding: 25px 20px;
        display: block;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
.project-page h6
{
  margin-bottom: 0;
  margin-top: 2rem;
  font-weight: 700;
  color: #000;
}
hr
{
  margin-top: .5rem;
} 
.project-page p
{
  color: #000;
}
blockquote {
    position: relative;
    text-align: left;
    padding: .5em 0 .5em 38px;
    border: none;
    margin: 20px auto 20px;
    max-width: 800px;
    width:100%;
    display: block;
}

blockquote:after {
    content: "";
    display: block;
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    color: #66cc66;
    top: 0;
    background: -moz-linear-gradient(top,#fc2a01 0%,#fc2a01 60%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,#fc2a01 0%,#fc2a01 60%,rgba(255,255,255,0) 100%);
}

blockquote:before {
    content:"\f10d";
    font-family: "fontawesome";
    font-size: 20px;
    display: block;
    margin-bottom: 0.8em;
    font-weight: 400;
    color: #fc2a01;
}
.btn.color-c
{
  background: #004fff;
}
.modal-box .show-modal{
    color: #fff;
    background-color: #3867d6;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 12px 30px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    box-shadow: 0 0 15px -7px rgba(0, 0, 0, 0.9);
    display: block;
}
.modal-box .show-modal:hover{
    color: #fff;
    border: none;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal{ top: 90px !important; }
.modal-box .modal-dialog{
    width: 570px;
    margin: 20px auto 0;
}
.modal-box .modal-dialog .modal-content{
    text-align: center;
    border-radius: 0;
}
.modal-box .modal-dialog .modal-content .close{
    color: rgb(255, 42, 0);
    font-size: 28px;
    text-shadow: none;
    line-height: 33px;
    height: 33px;
    width: 33px;
    outline: none;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close span{
    margin: -2px 0 0 0;
    display: block;
}
.modal-box .modal-dialog .modal-content .close:hover{ color: #000; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 30px 20px !important; }
.modal-box .modal-dialog .title{
    color: #343434;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0rem 0 0rem 0;
}
.modal-box .modal-dialog .modal-content .icon{
    color: #004fff;
    background: linear-gradient(30deg,#b4e3fa 49%,#cceefc 50%);
    font-size: 100px;
    line-height: 160px;
    width: 100%;
    height: 160px;
    margin: 0 auto 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe{
    color: #fff;
    background: #fc2a01;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 30px;
    margin: 0 auto;
    border: none;
    border-radius: 5px 5px;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover{
    background-color: #004fff;
    text-shadow: 2px 2px #000;
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 576px){
    .modal-dialog{ width: 93% !important; }
    .modal-box .modal-dialog .modal-content .modal-body .title{ font-size: 28px; }
}
.iti
{
  font-size: 13px;
  width: 100%;
}
.modal-box input::placeholder, input
{
  font-size: 13.5px;
}
.iti__selected-flag
{
  background: #e9ecef;
  padding: 0 4px 0 4px!important;
  border: 1px solid #ced4da;
}
.input-group-text 
{
  padding: 0.375rem .9em;
}
.inner_pages p, .about-tab p
{
  font-size: 15px;
  color: #000;
}
.heading-two h2
{
  font-weight:700;
  font-size: 25px;
}
.icon-list
{
  list-style: none;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
}
.icon-list li
{
  text-transform: capitalize;
}
.box {
  display: block;
  vertical-align: top;
  margin-bottom: 6px;
}

.box .content {
  position: relative;
  overflow: hidden;
  display: block;
}

.box .content .overlay.blue-mid {
  background: -webkit-line fetar-gradient(top, rgba(40, 101, 182, 0.03) 31%, rgba(40, 101, 182, 0.03) 34%, rgba(40, 101, 182, 0.6) 65%, #2865b6 100%);
  background: linear-gradient(to bottom, rgba(40, 101, 182, 0.03) 31%, rgba(40, 101, 182, 0.03) 34%, rgba(40, 101, 182, 0.6) 102%, #2865b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#082865b6', endColorstr='#2865b6', GradientType=0);
}

.box .content .overlay.show {
  opacity: 1;
}

.box .content .overlay {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}

.box .content .text {
  position: absolute;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
  color: white;
  left: 0;
  bottom: 10px;
  transition: padding 0.3s;
}

.box .content .text .title {
  font-size: .95em;
  line-height: 1.2em;
  font-weight: 600;
}

.box .content .text .strapline {
  opacity: 0;
  display: block;
  height: 0px;
  margin-top: 10px;
  line-height: 1.3em;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.box .content .overlay.navy {
  background-image: linear-gradient(rgba(0, 33, 71, 0.6) 0%, rgba(0, 33, 71, 0.9) 70%, #002147 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99002147', endColorstr='#002147', GradientType=0);
}

.box .content .image {
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 45vw;
  min-height: 170px;
  max-height: 250px;
}

.box .content:hover .overlay.show {
  opacity: 0;
}

.box .content:hover .text.has-strapline {
  padding-bottom: 0;
}

.content:hover .text.has-strapline .strapline {
  opacity: 1;
  height: 70px;
}
.box .content:hover .overlay {
  opacity: 1;
}
ul.list.pr
{
  margin-top: 0;
}
ul.list.pr li
{
  font-weight: 700;
  font-size: 16px;
}
.img-border-pr img
{
  box-shadow: -12px 12px 0px 0 rgba(0,0,0,0.2);
}
.poles-page .post-slide
{
  margin: 0;
  box-shadow: none;
   background: linear-gradient(#f4f4f4, #fff);
}
.poles-page .post-slide .post-content
{
      background: linear-gradient(#f4f4f4, #f7f7f7);
}
.poles-page .post-slide .post-content .p-g
{
  font-size: 14px;
  margin-bottom: .5rem;
}
.poles-page .post-slide .post-content .p-g p
{
  margin-bottom: .5rem;
}
form.form-p .form-control
{
  margin-bottom: 1em;
  font-size: .85rem;
  padding: 1.3rem .9rem;
  border: 1px solid #d6d6d6;
}
.subscribe {
    color: #fff;
    background: #fc2a01;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 30px;
    margin: 0 auto;
    border: none;
    border-radius: 5px 5px;
    transition: all 0.3s;
}
.subscribe:hover{
    background-color: #004fff;
    text-shadow: 2px 2px #000;
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.4);
}
.gallery-type .col-xl-6
{
  padding: .3rem;
}
.contact-info-box {
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    background: #F8F9F6;
    padding: 30px;
}
.contact-info-box .icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: #fc2a01;
    border-radius: 50%;
    font-size: 30px;
    color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}
.contact-info-box h3 {
    font-size: 18px;
    margin: 25px 0 15px;
}
.ptb-80
{
  padding-top: 80px;
  padding-bottom: 80px;
}
@media  (min-width: 320px) and (max-width: 767px) {
.click-right {
    color: #fff;
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 25px;
    background: #fc2a01;
    padding: .2rem .8rem;
}
.dropdown-toggle::after 
{
  display: none;
}
#navbar
{
  position: relative;
  background-color: #000;
}
.swiper-container#slider
{
  height: 80vw;
}
.swiper-container img
{
  height: 100%;
}
.home-page-down .container 
{
  width: 100%;
}
#navbar.scroll
{
  padding: 1rem;
}
.swiper-pagination
{
  display: none;
}
.navbar-nav
{
  margin-top: 2rem;
      height: 250px;
    overflow-y: scroll;
}
#navbar.scroll .container .collapse .navbar-nav li
{
  padding:  0 1rem;
}
.dropdown-menu 
{
  background-color: transparent!important;
}
.navbar .container .collapse .navbar-nav li:hover 
{
  background-color: transparent;
}
.navbar .container .collapse .navbar-nav .dropdown-menu li a
{
  color: #fff!important;
}
.navbar .container .collapse .navbar-nav li a.dropdown-item 
{
  padding: .25rem 0;
}
.navbar .container .collapse .navbar-nav .dropdown.show
{
  display: block;
}
.navbar .container .collapse .navbar-nav .dropdown-menu li
{
  border-bottom: none;
}
.navbar-toggler
{
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: .25rem;
}
.inner_page_banner .upper-top
{
  top: 50%;
  transform: translate(0%, -50%);
}
.nav 
{
  display: initial;
}
.about-tab .nav-tabs > li > a 
{
  display: flex;
}
.box
{
  margin-bottom: 20px;
}
.contact-info-box
{
  margin-bottom: 1rem;
}
.form-p .col
{
  width: 100%;
  flex: 100%;
}
.inner_page_banner .upper-top h2
{
  text-transform: capitalize;
  font-size: 30px;
}
}
@media  (min-width: 768px) and (max-width: 992px) {
.click-right {
    color: #fff;
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 25px;
    background: #fc2a01;
    padding: .2rem .8rem;
}
.dropdown-toggle::after 
{
  display: none;
}
#navbar
{
  position: relative;
  background-color: #000;
}
.swiper-container#slider
{
  height: 80vw;
}
.swiper-container img
{
  height: 100%;
}
.home-page-down .container 
{
  width: 100%;
}
#navbar.scroll
{
  padding: 1rem;
}
.swiper-pagination
{
  display: none;
}
.navbar-nav
{
  margin-top: 2rem;
      height: 250px;
    overflow-y: scroll;
}
#navbar.scroll .container .collapse .navbar-nav li
{
  padding:  0 1rem;
}
.dropdown-menu 
{
  background-color: transparent!important;
}
.navbar .container .collapse .navbar-nav li:hover 
{
  background-color: transparent;
}
.navbar .container .collapse .navbar-nav .dropdown-menu li a
{
  color: #fff!important;
}
.navbar .container .collapse .navbar-nav li a.dropdown-item 
{
  padding: .25rem 0;
}
.navbar .container .collapse .navbar-nav .dropdown.show
{
  display: block;
}
.navbar .container .collapse .navbar-nav .dropdown-menu li
{
  border-bottom: none;
}
.navbar-toggler
{
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: .25rem;
}
.inner_page_banner .upper-top
{
  top: 50%;
  transform: translate(0%, -50%);
}
.nav 
{
  display: initial;
}
.about-tab .nav-tabs > li > a 
{
  display: flex;
}
.box
{
  margin-bottom: 20px;
}
.contact-info-box
{
  margin-bottom: 1rem;
}
.form-p .col
{
  width: 100%;
  flex: 100%;
}
.inner_page_banner .upper-top h2
{
  text-transform: capitalize;
  font-size: 30px;
}
}
@media (min-width: 992px){
.click-right {
    display: none;
}
}
@media screen and (max-width: 767px) and (min-width: 320px){
nav ul li 
{
    padding: .4rem 0;
    text-align: left;
  }
}
@media screen and (min-width: 992px)
{
  .navbar-nav li:hover>ul.dropdown-menu 
  {
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
  }
  .p-btn
  {
    background: #00b5e2;
    border-radius: 5px;
  }
}