@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "IBM Plex Sans", sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 45px;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.m-100 {
  margin-bottom: 70px;
}

.sec-btn {
  display: inline-block;
  background-color: #f2520e;
  border-radius: 3px;
  padding: 10px 20px;
  position: relative;
  margin-top: 20px;
  color: #fff;
}

.sec-btn::after {
  height: 0px;
  width: 0px;
  background-color: #0b003e;
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 3px;
  transition: .4s;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec-btn:hover::after {
  width: 100%;
  height: 100%;
}

.sec-btn span {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}

.sec-btn:hover {
  color: #fff;
}
.what {
  position: fixed;
  bottom: 70px;
  left: 20px;
  z-index: 999;
} 
.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #050a3069;
  background: #1dbf73;
}
.what a:last-child,.what a:nth-child(2) {
  font-size: 22px;
}
.what a:last-child{
    background-color:#f2520e;
}
.under {
  font-size: 20px;
  font-family: "Anek Devanagari", sans-serif;
  color: #f2520e;
  font-style: italic;
  font-weight: 600;
}
h1, h2, h4, h3, h5, h6{
  font-family: "Anek Devanagari", sans-serif;
  font-weight: 600;
}
/* -----Globle-Style----- */

/* -----header-section-start----- */

header {
  background-color: #eee;
  position: relative;
  z-index: 999;
}

.top-bar {
  position: relative;
  padding-top: 10px;
  margin-bottom: -35px;
}

header .sticky .navbar{
  transform: translateY(0);
}
.top-left ul li {
  margin: 0px 5px;
}


.top-left ul li a:hover {
  color: #000;
  background-color: #fff;
  border-radius: 20%;
}

.top-right {
  display: flex;
  padding: 5px 0px;
  position: relative;
  z-index: 3;
  align-items: center;
}

.top-right .phone {
  margin-right: 30px;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  align-items: center;
}

.top-right .phone .icon {
  margin-right: 10px;
  transition: .5s;
  color: #f2520e;
}

.top-bar .top-menu {
  background-color: #fff;
  padding: 10px 0px;
  position: relative;
  border-radius: 10px 10px 0px 0px;
}

.top-bar .top-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 10px 0px 10px;
  width: 82%;
  background-color: #000;
  content: "";
  height: 100%;
}

.top-bar .social ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  position: relative;
  list-style: none;
  z-index: 33;
  margin: 0;
}

.top-bar .social ul li {
  margin: 0px 4px;
}

.top-bar .social ul li a {
  height: 40px;
  width: 40px;
  background-color: #f2520e;
  color: #fff;
  border-radius: 5px;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar .social ul li a:hover {
  color: #0b003e;
}
header .navbar-brand {
    background-color: #fff;
    margin-left: -13px;
    padding: 10px;
    border-radius: 10px 0px 0px 10px;
}
header .navbar-brand img {
  width: 220px;
  border-radius: 5px;
}

.menu {
  position: relative;
  overflow-x: clip;
  transition: 1s;
}
.menu .sec-btn{
  margin-top: 0;
}
.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  padding: 8px 0px;
  margin-left: 30px;
}

.menu .navbar {
  padding: 0px;
  border-radius: 10px;
  background-color: #0b003e;
  transform: translateY(45px);
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 10px 20px;
  font-size: 17px;
  text-transform: capitalize;
  transition: .5s;
  color: #fff;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #f2520e;
}

.menu .dropdown-menu {
  padding: 0;
  transition: 5s;
}

.menu .dropdown-menu .dropdown-item {
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding: 8px 16px;
}

.menu .dropdown-menu .dropdown-item:hover {
  background-color: #0b003e;
  color: #fff;
}

.menu .get-quote .sec-btn {
  margin-top: 0;
  margin-right: 30px;
}

header .sticky .navbar-nav {
  z-index: 9999;
  position: relative;
  margin-left: 0px;
}

header .sticky {
  background-color: #fff;
  position: fixed;
  box-shadow: 0px 10px 20px 0px #f2520e1c;
  top: 0;
  left: 0;
  width: 100%;
}

header .sticky .logo-img,
.menu .dropdown:hover .dropdown-menu,
.menu .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

header .sticky .logo-img img {
  width: 200px;
  border-radius: 5px;
}

header .sticky .navbar-brand {
  transform: translateY(0px);
}

/* -----header-section-end------- */

/*-----popup-section-----*/


.pop2{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999999;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.539);
}

.pop-form{
  background-color: #edf6f7;
  padding:40px 20px 20px;
  width: 40%;
  position: relative;
}
.pop-form .close{
  position: absolute;
  top: 7px;
  right: 20px;
  cursor: pointer;
  color: #bba850;
  font-size: 30px;
  line-height: 50px;
}
.pop-form input,.pop-form select,.pop-form textarea{
  width: 100%;
  padding: 13px;
  outline: none;
  border-radius: 5px;
  margin-top: 15px;
  background-color: #efe6bf;
  border: none;
  color: rgb(120, 115, 115);
  font-size: 18px;
}
.pop-form button{
  outline: none;
  border: none;
}
/*-----popup-section-----*/

/* ----hero-section-start---- */

.hero-slide{
  padding: 140px 0px 100px;
  background-position: center;
  background-size: cover;
  color: #fff;
  background-image:linear-gradient(rgba(0, 0, 0, 0.562),rgba(0, 0, 0, 0.562)),url(../images/hero.jpg);
}
.hero-content h2{
  font-size: 55px;
  text-transform: capitalize;
}
.slick-next,.slick-prev{
  display: none !important;
}
.hero-section ul{
  display: flex;
  margin-top: -30px;
  align-items: center;
  position: relative;
  z-index: 99;
  justify-content: center;
  list-style: none;
}
.hero-section ul li button{
  font-size: 0px;
  height: 7px;
  width: 30px;
  background-color: #f2520e;
  border-radius: 10px;
  margin: 6px;
  border: none;
}
.hero-section ul .slick-active button{
  background-color: #0b003e;
  height: 10px;
  width: 10px;
  border-radius: 0px;
}
/* -----hero-section-end------ */

/* ----About-Section-Start--- */

.about-section{
  padding-top: 80px;
  padding-bottom: 140px;
  position: relative;
}
.about-section .as-shape{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0px;
}
.about-section .as-shape img{
  width: 80%;
}
.about-section .as-item{
  position: relative;
}
.about-section .as-item .as-img2{
  position: absolute;
  top: 340px;
  left: -100px;
}
.about-section .as-item .as-img2 img{
  border: 15px solid #fff;
  height: 260px;
  object-fit: cover;
  width: 500px;
}
/* ----About-Section-End--- */

/* ------choose-section-start------- */

.ch-head{
  text-align: center;
  margin-bottom: 30px;
}

.ch-item{
  border: 1px solid #f2520e;
  padding: 20px;
}
.ch-item .ch-img{
  overflow: hidden;
  margin-bottom: 20px;
}
.ch-img img{
  transition: 1s;
  width: 100%;
}
.ch-item:hover .ch-img img{
  transform: scale(1.2);
}
.ch-box{
  position: relative;
  padding: 20px;
  margin-top: 40px;
  text-align: center;
  border: 1px solid #f2520e;
  transition: 1s;
}

.ch-box:hover{
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(83, 77, 77, 0.26);
}
.ch-box::after{
  content: '';
  top: 5px;
  left: 5px;
  transition: 1s;
  transform: scale(1,0);
  right: 5px;
  bottom: 5px;
  position: absolute;
  border-left:1px solid #0b003e ;
  border-right:1px solid #0b003e ;
}
.ch-box::before{
  content: '';
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  position: absolute;
  border-top:1px solid #0b003e ;
  border-bottom:1px solid #0b003e ;
  transition: 1s;
  transform: scale(0,1);
}
.ch-box:hover:before,.ch-box:hover:after{
  transform: scale(1);
}
.ch-box .icon{
  height: 100px;
  width: 100px;
  border: 1px solid #f2520e;
  border-radius: 100%;
  display: flex;
  font-size: 40px;
  transition: 1s;
  position: relative;
  z-index: 66;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin:-73px auto 15px;
}
.ch-box:hover .icon{
  background-color: #0b003e;
}
.ch-box .icon img{
  transition: .5s;
  width: 50px;
}

/* ------choose-section-end------- */

/* -------service-section-start---------- */

.service-section{
  padding: 80px 0px;
  margin: 80px 0px ;
  background: linear-gradient(#0b003e9c,#0b003ea5),url(../images/service.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.ser-head{
  text-align: center;
}
.ser-head h2{
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}

.ser-box{
  background-color: #fff;
  padding: 20px;
  text-align: center;
  transition: .5s;
  height: 100%;
  z-index: 8;
  overflow: hidden;
  position: relative;
}
.ser-box::after{
  content: '';
  top: 10px;
  left: 10px;
  transition: 1s;
  transform: scale(1,0);
  right: 10px;
  bottom: 10px;
  position: absolute;
  border-left:2px solid #f2520e ;
  border-right:2px solid #f2520e ;
}
.ser-box::before{
  content: '';
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  border-top:2px solid #f2520e ;
  border-bottom:2px solid #f2520e ;
  transition: 1s;
  transform: scale(0,1);
}
.ser-box:hover:before,.ser-box:hover:after{
  transform: scale(1);
}
.ser-box p{
  position: relative;
  z-index: 3;
  margin-bottom: 0px;
}

.ser-box .icon{
  position: relative;
  z-index: 6;
  margin-bottom: 15px;
}
.ser-box .icon img{
  margin: auto;
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.ser-box h4{
  z-index: 6;
  font-weight: 600;
  position: relative;
}

/* -------service-section-end--=---------- */

/* ------Testimonial-Section-Start------ */
.tes-head {
  text-align: center;
}

.tes-slide {
  padding: 20px;
  background-color: #eee;
  margin: 10px 10px 50px;
  transition: .5s;
  border-radius: 10px;
}

.tes-slide:hover {
  background-color: #0b003e;
}

.tes-box {
  position: relative;
  transition: .5s;
}

.tes-slide :hover.tes-box {
  color: #fff;
}

.tes-box::after {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -4;
  border-radius: 10px;
  height: 100%;
  transition: .5s;
  width: 100%;
  content: '';
  background-color: #0b003e;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.161);
}

.tes-slide :hover.tes-box:after {
  background-color: #f2520e;
}

.tes-slide .tes-item {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.tes-slide .tes-item .text {
  margin-left: 20px;
}

.tes-slide .tes-item .text h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}

.tes-slide .tes-box i {
  color: #f2520e;
  font-size: 14px;
}

.tes-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.slick-next,
.slick-prev {
  display: none !important;
}

.tes-slider .slick-dots li button {
  border: none;
  background-color: #0b003e;
  height: 4px;
  border-radius: 5px;
  margin: 0px 3px;
  font-size: 0px;
  width: 15px;
}

.tes-slider .slick-dots .slick-active button {
  background-color: #f2520e;
}

.tes-img img {
  width: 60px;
  border-radius: 100%;
  height: 60px;
  object-fit: cover;
}

/* ------Testimonial-Section-End------ */


/* -----------counter-section-start--------- */

.counter-section{
  position: relative;
  padding-top:80px ;
}
.counter-section::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background:linear-gradient(#0b003e9c,#0b003e9c),url(../images/counter-bg.jpg);
  content: '';
  height: 620px;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.cont-box{
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}

.cont-box h2{
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
  color: #f2520e;
  position: relative;
  line-height: 30px;
}
.cont-box h2::after{
  content: "+";
  font-size: 45px;
}
.count-box2 h2::after{
  content: "Y";
  font-size: 30px;
  padding-left: 5px;
}
/* -----------counter-section-end----------- */

/* -------quote-section-start-------- */

.quote-section{
  padding: 80px 0px;
}
.quote-form{
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.122);
  margin-left: -40px;
}
.quote-form h2{
  font-weight: 600;
  margin: 10px 0px;
}

.quote-section .quote-img{
  height: 100%;
}
.quote-section .quote-img img{
  height: 100%;
  object-fit: cover;
}
.quote-form .f-group input,.quote-form .f-group textarea{
  width: 100%;
  padding: 13px 20px;
  margin: 10px 0px;
  border-radius: 5px;
  border: none;
  outline: none;
  border: 1px solid rgb(241 152 19);
}
.quote-form .f-group button{
  border: none;
  outline: none;
}
.quote-form h3{
  text-transform: capitalize;
}
/* -------quote-section-end---------- */


/* ------cta-section-start--------- */
.cta-section {
  margin-top: 40px;
  background-image: url(../images/cta.png);
  position: relative;
  padding-top: 40px;
  z-index: -1;
  background-position: center;
  color: #fff;
}

.cta-section .call {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.cta-section .call h3 {
  font-size: 30px;
  font-weight: 600;
  margin-left: 40px;
}

.cta-section .call h3 a {
  color: #0b003e;
}

.cta-section .call>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background: #0b003e;
  color: #fff;
  font-size: 25px;
  border-radius: 100%;
}

.cta-section .call>a::after {
  height: 100%;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  content: '';
  animation: zoom2 2s infinite;
}

.cta-section .cta-img {
  margin-top: -95px;
  position: relative;
  z-index: 3;
}
.cta-section .cta-img img{width: 90%;}

@keyframes zoom2 {
  0% {
    box-shadow: 0px 0px 0px 0px transparent;
  }

  50% {
    box-shadow: 0px 0px 0px 0px #fff;
  }

  100% {
    box-shadow: 0px 0px 0px 30px transparent;
  }
}

/* --------cta-section-end------- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-size: cover;
  background-image: linear-gradient(#0b003ec5,#0b003ec5),url(../images/counter-bg.jpg);
  background-position: bottom;
  color: #fff;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 200px;
}

.footer-section .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
}

.footer-section .social li {
  margin: 0px 5px;
}

.footer-section .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}

.footer-section .social li a {
  background-color:#0b003e ;
}


.footer-section .social li a:hover {
  color: #f2520e;
  background-color: #fff;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #f2520e;
  display: inline-block;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  width: 60%;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #f2520e;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}

.footer-box ul li a {
  color: #fff;
  text-transform: capitalize;
}

.footer-link2 ul li {
  display: flex;
  margin: 10px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #f2520e;
}

.footer-link2 ul li i {
  color: #f2520e;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 5px;
  width: 40px;
  background-color: #fff;
  margin-right: 15px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  padding: 10px;
  background-color: #f2520e;
  margin-top: 30px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

/* ------footer-section-end-------- */

/* -----Banner-Section-Start---- */

.banner-section{
  padding: 130px 0px 100px;
  background-image: linear-gradient(#0b003ea5,#0b003ea5),url(../images/hero2.webp);
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.banner-title h2{
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 0;
}
.banner-title ul{
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-title ul li a{
  color: #fff;
  padding: 4px;
}
/* -----Banner-Section-End---- */

/* ----Contact-Section-Start---- */
.contact-section{
  padding: 80px 0px;
}
.contact-box{
  padding: 20px;
  text-align: center;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.147);
  background-color: #f2520e;
  height: 100%;
  position: relative;
}
.contact-box::after{
  width: 100%;
  background-color: #0b003e;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  transform: scale(0,1);
  transition: .5s;
  height: 100%;
}
.cont-item{
  position: relative;
  z-index: 4;
}
.contact-box .cont-item,.contact-box .cont-item a{
  color: #fff;
}

.contact-box:hover::after{
  transform: scale(1);
}
.contact-box .icon{
  margin-bottom: 10px;
}
.contact-box img{
  width: 60px;
}

.map{
  height: 100%;
  box-shadow: 0px 10px 20px 0px #0b003e37;
  width: 100%;
}

/* -----Contact-Section-End---- */

/* --------project-secction---------- */
.project-section{
  padding: 100px 0px;
  text-align: center;
}

.pro-head h2{
  margin-bottom: 0;
}
.project-section .pro-box {
  margin-top: 20px;
  position: relative;
}
.project-section .pro-box img {
  border-radius: 10px;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.project-section ul li a {
  padding: 5px 15px;
  color: #fff;
  border: 2px solid #0b003e;
  background: #0b003e;
  border-radius: 8px;
}
.project-section ul li {
  margin: 0px 4px;
}
.project-section ul li a:hover {
  color: #0b003e;
  border-radius: 30px;
  background-color: transparent;
}
.project-section #tabs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 10px 0px;
  list-style: none;
}
.project-section .pro-layer {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0b003e8f;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 10px;
  z-index: 88;
  transition: .5s;
}
.project-section ul li .mixitup-control-active {
  color: #0b003e;
  border-radius: 30px;
  background-color: transparent;
}
.project-section .pro-box:hover .pro-layer {
  transform: scale(1);
}
.project-section .pro-layer a {
  color: #fff;

}
.project-section .pro-layer p{
  font-size: 25px;
}

/* ----Project-Section-End---- */

/* ------details-section-start------ */
.details-section{
  padding: 80px 0px;
  position: relative;
}
.details-section h5{
  margin-bottom: 0;
  margin-top: 20px;
}
.details-section h1{
  margin-top: 20px;
  font-size: 35px;
}
.details-section .container-fluid{
  padding: 0px 40px;
}
.details-section .quote{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.217);
}
.details-section .quote h2{
  margin-top: 0px;
}
.details-section .dsr h2{
  margin: 15px 0px;
}
.dsl-list ul {
  list-style: none;
  padding: 10px;
  position: relative;
  background-color: #eee;
  border-radius: 5px;
  z-index: 5;
  border: 2px solid #0b003e;
}
.dsl-list ul li {
  margin: 10px 0px;
}
.dsl-list ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  padding: 13px 20px;
  border-radius: 4px;
  background-color: #f2520e;
}
.dsl-list ul li a span {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.dsl-list ul li a i {
  color: #0b003e;
  font-size: 21px;
  font-weight: 700;
}
.dsl-list ul li a:hover, .dsl-list ul li .active {
  box-shadow: 0px 10px 20px 0px #11687e23;
  background: #0b003e;
  color: #ffffff;
}
.dsl-list ul li a:hover i, .dsl-list ul li .active i {
  color: #fff;
}
.dsr-img{
  margin: 20px 0px;
}
.dsr-img img{
  width: 100%;
  border-radius: 10px;
}
.details-section .quote-form{
  margin: 0;
  position: sticky;
  top: 0;
  margin-top: 40px;
}
.details-section .dsr .ds-box{
  padding: 15px;
  background-color: #eee;
  border-left: 4px solid #f2520e;
  margin-top: 20px;
}
/* ---Details-Section-End--- */

.policy-section{
  padding: 100px 0px;
  background-color: #c4c6ff;
  z-index: -5;
  position: relative;
  margin-bottom: -50px;
}
.mobileshow{
    display:none;
}
/* -----Responsive-Style-Start---- */
@media screen and (max-width:1024px) {
  .hero-slide {
    padding: 130px 0px;
  }
  .hero-content h2 {
    font-size: 45px;
  }
  .service-section,.project-section,.policy-section{
    padding: 40px 0px;
  }
  .about-section{
    padding-top: 40px;
    padding-bottom: 130px;
  }
  .about-section .as-item .as-img2 img {
    height: 200px;
    width: 400px;
  border-left-color:#f2520e ;
  border-top-color:#f2520e ;
}
.ser-box .icon img {
  height: 200px;
}
.ser-box h4{
  font-size: 20px;
}
.about-section .as-item .as-img2 {
  left: -35px;
}
  .details-section{
    padding: 50px 0px;
  }
  h2 {
    font-size: 28px;
  }
  .service-section{
    margin: 40px 0px;
  }
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
}
  .counter-section {
    padding-top: 40px;
}
.cta-section {
  margin-bottom: 0px;
}
.cta-section .cta-img {
  margin-top: -76px;
}
.footer-link2 ul li a {
  font-size: 13px;
}
.sticky .navbar-nav {
  margin-left: 40px !important;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../images/list.png);
  background-size: cover;
}
.banner-section {
  padding: 100px 0px 70px;
}
.banner-title h2 {
  font-size: 35px;
  font-weight: 500;
}
.quote-section {
  padding: 50px 0px;
}
.project-section ul li a {
  padding: 5px 13px;
  font-size: 11px;
}
.project-section #tabs-nav {
  flex-wrap: wrap;
}
.contact-section{
  padding: 40px 0px;
}
}

@media screen and (max-width:992px) {
  .top-bar .top-logo,.menu::after,.top-bar .social ul{
    display: none;
  }
  header .navbar-brand{
    border-radius: 0;
  }
  .menu .navbar{
    position: relative;
  }
  .menu .navbar::after{
    position: absolute;
    top: 80px;
    height: 1px ;
    width: 100%;
    background-color: #f2520e;
    content: "";
  }
  .menu .book .sec-btn {
    margin-top: 10px;
}
header .navbar-brand img {
  width: 180px;
  border-radius: 5px;
}

.navbar-toggler {
    padding: 2px 8px;
}
.navbar-light .navbar-toggler {
  border-color: #f2520e;
  border-width: 4px;
  border-style: double;
}

.menu .navbar-brand img {
  display: block;
}
.project-section ul li {
  margin: 7px 4px;
}

.top-bar .top-box {
  display: flex;
  align-items: center;
  justify-content:flex-start;
}
.menu .navbar-light .navbar-nav .nav-link {
  padding: 5px 0px;
  border-right: none;
}
.menu .navbar-nav {
  margin-left: 0px !important;
}
.dls{
  margin-top: 40px;
}
.menu .navbar-nav{
  display: block;
}
}
@media screen and (max-width:770px) {
  .hero-slide {
    padding: 100px 0px 70px;
    text-align: center;
}
.hero-content h2{
  font-size: 40px;
}
.about-section{
  padding-bottom: 50px;
}
.about-section .as-item .as-img2 {
  bottom: 0px;
  left: auto;
  top: auto;
  right: 0;
}
.about-section .as-item{
  margin-bottom: 40px;
}
.under{
  font-size: 17px;
}
.ch-box{
  margin-bottom: 20px;
}
.ch-box p{
  font-size: 15px;
}
.quote-section .quote-img img,.cta-section .cta-img{
  display: none;
}
.quote-form {
  margin-left: 0px;
}
.quote-section {
  padding: 40px 0px;
}
.cta-section .call>a {
  height: 50px;
  width: 50px;
  font-size: 14px;
}
.cta-section .call h3 {
  font-size: 25px;
}
.cta-section .call {
  margin-top: 0px;
}
.cta-content {
  padding-bottom: 25px;
}
.cta-section{
  background-position: top;
  margin-top: 0px;
}
.m-100 {
  margin-bottom: 35px;
}
.map {
  height: 330px;
  margin-top: 40px;
}
}

@media screen and (max-width:580px) {
  .about-section .as-item .as-img2 img {
    height: 140px;
    width: 100%;
    border-width: 5px;
}
  .hero-content h2 {
    font-size: 30px;
}
.menu .navbar::after{
  top: 63px;
}
.top-right{
  flex-wrap: wrap;
  justify-content: center;
}
.top-bar{
  padding-top: 0;
}
.mobileshow{
    display:block;
    padding:15px 20px;
    background-color:#f2520e;
    position:fixed;
    bottom:0;
    left:0;
    z-index:969;
    width:100%;
    text-align:center;
}
.mobileshow a{
    font-weight:500;
    font-size:18px;  
    color:#fff;
}
.counter-section::after {
  height: 100%;
}
.pop-form input, .pop-form select, .pop-form textarea {
    padding: 10px;
    margin-top: 10px;
}
.counter-section{
  padding: 40px 0px;
}
.ser-head h2 {
  font-size: 34px;
  font-weight: 500;
}
.pop-form{
  width: 90%;
  padding:16px;
}
.menu .navbar-brand img {
  width: 130px;
}
.banner-section {
  padding: 100px 0px 40px;
}

.banner-title h2 {
  font-size: 24px;
  font-weight: 600;
}
.details-section h1{
  font-size: 27px;
}
.footer-section .copy-right{
  text-align: center;
}
.footer-section .copy-right p{
  margin-bottom: 10px;
}
.footer-section .social{
  justify-content: center;
  border-top: 1px solid #fff;
  padding-top: 10px;
}
.banner-title ul li a {
  font-size: 14px;
}
.details-section .container-fluid {
  padding: 0px 20px;
}
}

@media screen and (max-width:400px) {
    .top-right .phone{
        font-size:14px;
    }
}