*{
	font-family: 'Nunito', sans-serif;
}
h2{
  font-size: 26px;
}
.main-content{
  background:url(../images/banner.jpg);
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 75vh;
  padding: 50px 0;
}
.main-content1{
  background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../images/banner2.jpg);
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 75vh;
  padding: 50px 0;
}
/*.main-content2{
  background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/banner3.jpg);
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 75vh;
  padding: 50px 0;
}*/
.main-content3{
  background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/girish/20.png);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
  padding: 50px 0;
}
/*.main-content4{
  background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/ramakrishna/5.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
  padding: 50px 0;
}*/
.row-actra{
  height: 100%;
}
.actra-container{
  height: 100%;
}
.side-banner-sec h1{
  color: #fff;
  font-size: 26px;
  border-left: 2px solid #fff;
  padding: 20px;
  position: relative;
  margin: 30px;

}

.side-banner-sec h1:before{
  display: block;
  content: "";
  height: 2px;
  background-color: #fff;
  width: 250px;
  top: 0;
  left: 0;
  position: absolute;
}
.side-banner-sec h1:after{
    display: block;
    content: "";
    height: 2px;
    background-color: #fff;
    width: 25px;
    top: 13px;
    left: 237px;
    position: absolute;
    transform: rotate(90deg);
}
.side-banner-sec strong{
  color: #fff;
  font-size: 26px;
  color: #FCEE21;
}


.row-videoWrap{
  margin: 0 auto;
}

.row-videoWrap.owl-carousel .owl-dots{
  width: 110px;
    margin: 0 auto;
    position: absolute;
    bottom: 160px;
    left: 0;
    right: 0;
}
.row-videoWrap.owl-nav{
  display: block!important;
  position: absolute;
}
.row-videoWrap.owl-carousel .owl-dots button.owl-dot.active{
  background-color: #0085b5 !important;
}


.row-videoWrap.owl-carousel .owl-dots button.owl-dot {
    background-color: #fff !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 6px;
    border: solid 2px rgba(255, 255, 255, 0.4);
    outline: none;
    display: none;
  }
.row-videoWrap.owl-nav{
  display: block!important;
}
.row-videoWrap.owl-carousel .owl-nav button.owl-next span{
    display: block;
    color: #1B2B34;
    font-size: 42px;
    font-weight: 700;
    background-color: transparent;
    font-weight: 300;
    width: 30px;
    text-align: center;
    position: absolute;
    background: #fff;
    right: -83px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}
.row-videoWrap.owl-carousel .owl-nav button.owl-prev span{
   display: block;
    color: #1B2B34;
    font-size: 42px;
    font-weight: 700;
    background-color: transparent;
    width: 30px;
    text-align: center;
    position: absolute;
    background: #fff;
    border-top-right-radius: 4px;
    left: -83px;
    border-bottom-right-radius: 4px;
}

.row-videoWrap.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
  display: block;
}
.row-videoWrap.owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 85px;
  width: 0;
    height: 0;
    /*border-top: 5px solid transparent;
    border-right: 10px solid #e0234d;
    border-bottom: 5px solid transparent;*/
}
.row-videoWrap.owl-carousel .owl-nav button.owl-next{
     position: absolute;
     right: 85px;
     bottom:0;
     top: 0;
     margin: auto;
     width: 0;
      height: 0;
     /* border-top: 5px solid transparent;
      border-left: 10px solid #e0234d;
      border-bottom: 5px solid transparent;*/
}


.home-whosec{
  padding: 40px 0;
}
.home-whosec h2{
  font-weight: 600;
  color: #1B2B34;
  margin-bottom: 30px;
  position: relative;
}
.home-whosec h2 strong{
  font-weight: 800;
}
.home-whosec h2:after{
 display: block;
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  top: 44px;
  background-color: #F15F22;
}
.home-whosec p{
  font-size: 16px;
  text-align: justify;
  color: #1B2B34;
}
.home-who-text a{
  text-decoration: none;
  display: block;
  border-radius: 4px;
  border:1px solid #F15F22;
  padding: 10px;
  text-align: center;
  width: 130px;
  color: #375668;
}
.home-who-text a:hover{
  color: #fff;
  background: linear-gradient(90deg, rgba(232,70,36,1) 10%, rgba(245,147,31,1) 90%);
}





.what-sec{
  width: 100%;
  background-image:url(../images/what-sec.jpg);
  text-align: center;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.what-sec h2{

}
.what-sec h2{
  font-weight: 600;
  color: #fff;
  position: relative;
  text-align: center;
}

.what-sec h2:after{
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  top: 50px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #F15F22;
  margin: 0 auto;
}
.what-sec p{
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}
.home-portfolio-sec{
  padding: 30px 0;
}
.home-portfolio-sec h2{
  font-weight: 600;
  color: #375668;
  position: relative;
  text-align: center;
}
/*.row-proooo{
  max-width: 650px;
  margin: 0 auto;
}*/
.ulportfolio li{
  list-style-type: none;
  display: inline-block;
  margin: 0 5px;
  color: #375668;
  text-align: center;
  cursor: pointer;
}
.circlePointer.active{
  color: #F15F22;
}
.home-portfoliowrap img{
  height: 350px;
  object-fit: cover;
}
.home-portfoliowrap:hover .overlay{
  display: block;
  transition: 0.3s ease-in;
}
.overlay{
  position: absolute;
  top: 100px;
  bottom: 0;
  margin: auto;
  width: 100%;
  display: none;
  transition: 3s ease-in;
  webkit-animation: overflow 1s ease-out both;
          animation: overflow 1s ease-out both;
}
.overlay a{
  text-decoration: none;
  display: block;
  background: linear-gradient(90deg, rgba(232,70,36,1) 10%, rgba(245,147,31,1) 90%);
  width: 100%;
  padding: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-top: 8px solid #375668;
  border-bottom: 8px solid #375668;
  transition: 0.3s ease-in;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-3-11 13:38:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-in-ver
 * ----------------------------------------
 */
@-webkit-keyframes overflow{
  0% {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 0.8;
  }
}
@keyframes overflow {
  0% {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 0.8;
  }
}


.Appointment h2{
    margin-bottom: 20px;
    text-align: left;
    color: #fff;
    position: relative;

}
.Appointment h2:before{
  position: absolute;
  display: block;
  content: "";
  top: 40px;
  left: 0;
  background-color: #F15F22;
  width: 100px;
  height: 2px;
  margin: 0 auto;
  right: 0;
}
.Appointment .head{
  margin-left: 10px;
}


.Appointment{ 
     background-color: #1B2B34;
     padding: 30px 0;
}
.appointment {
    border-style: ridge;
    height: 300px;
    max-width: 580px;
    border:1px solid #454C53;
}


.form-row {
    padding: 20px;
    padding-top: 35px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 11px;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row input::placeholder{
  color: #fff;
}
.form-control{
  background-color: transparent;
  border:1px solid #454C53;
}
.appoint-button{
    color: #fff;
    background: linear-gradient(90deg, rgba(232,70,36,1) 10%, rgba(245,147,31,1) 90%);
    float: right;
    height: 35px;
    border: none;
   margin-right: 8px;
   margin-top: 18px;
   text-transform: uppercase;
   width: 130px;
   cursor: pointer;
    clip-path: polygon(100% 0, 100% 65%, 90% 100%, 0% 100%, 0 50%, 0% 0%);
}
.appoint-button:hover{
  background-color:#fff !important;
  color: #000;
}
.form-row .col-lg-6 {
 padding-left: 16px;
    align-items: center;
    
}

.client {
    margin-left: 10px;
}
.Engine-oil{
  background: #F1F2F2;
  max-width: 430px;
  color:#023152;
  padding: 20px;
}
.Engine-oil h4{
  font-size: 18px;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #434B52;
}
.Engine-oil p{
font-size: 16px;
text-align: center;
}
.Engine-oil a{
  text-decoration: none;
  display: block;
  font-size:16px;
  color: #F15F22;
  text-align: right;
  margin: 10px 0;
}
.client-name{
  color: #fff;
    font-size: 18px;
}
.client-reviews{
color:#fff;
font-size: 14px;
}
.client-info .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    margin-top: 30px;
   max-width: 21.333333%;
}

.row-client{
margin: 0 auto;
}

.row-client.owl-carousel .owl-dots{
    width: 70px;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}
.row-client.owl-nav{
display: block!important;
position: absolute;
}
.row-client.owl-carousel .owl-dots button.owl-dot.active{
background-color: #F15F22 !important;
 width: 12px;
    height: 12px;
}


.row-client.owl-carousel .owl-dots button.owl-dot {
    background-color: #fff !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 6px;
    border: solid 2px rgba(255, 255, 255, 0.4);
    outline: none;}
.row-client.owl-nav{
display: block!important;
}


.row-client.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
display: block;
}
.row-client.owl-carousel .owl-nav button.owl-prev{
  display: none;
}
.row-client.owl-carousel .owl-nav button.owl-next{
 display: none;
}


.experience-sec{
  width: 100%;
  background-image:url(../images/bannner6.jpg);
  text-align: center;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.portfolio-sec{
  width: 100%;
  background-image:url(../images/portfolio-sec.jpg)!important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 350px;
}
.experiencebluewrap{
  height: 160px;
  width: 160px;`
  border: 8px solid #1B2B34;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
}
.experiencewrap{
  background: linear-gradient(90deg, rgba(232,70,36,1) 10%, rgba(245,147,31,1) 90%);
  border-radius: 50%;
  color: #fff;
  height: 145px;
  width: 145px;
  border: 8px solid #fff;
}
.experiencewrap h3{
    display: flex;
    margin: 50px auto 0 auto;
    width: 60px;
}
.experience-sec p{
  margin-top: 20px;
  text-align: center;
}


.progfill{
  display: none;
}
.progfill.active{
  display: block;
}





/*Contact Us Page*/

.contactus-sec{
  background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/conatctus.jpg);
  width: 100%;
  height: 350px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.architecture-secc{
  background-image: url(../images/krishna/14.jpg);
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.structural-sec{
  background-image: url(../images/nararaj/1.jpg);
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.interior-sec{
  background-image: url(../images/nagargunin/11.jpg);
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.construction-sec{
  background-image: url(../images/ravi/1.jpg);
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contactus-sec h1{
    color: #fff;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 34px;
    width: 300px;
    margin: 0 auto;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.body_class {
  color: #fff;
}
.right_conatct_social_icon {
  background: linear-gradient(
90deg
, rgba(232,70,36,1) 10%, rgba(245,147,31,1) 90%);
}
.contact_us {
  background-color: #f1f1f1;
  padding:40px 0px;
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px #cccc;
  border-radius: 25px;
  margin-top: 0px;
}
.contact_field {
  padding: 30px;
}
.right_conatct_social_icon {
  height: 100%;
}

.contact_field h3 {
  color: #1C3764;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #F15F22;
}
.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-color: #000;
  right: 1px;
  top: -316px;
  height: 340px;
  width: 340px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
}
.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
  color: #fff;
}

.info_single {
  margin: 30px 0px;
}
.info_single i {
  margin-right: 15px;
  color: #fff;
}
.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}

.contact_form_submit {
  background:linear-gradient(
90deg
, rgba(232,70,36,1) 10%, rgba(245,147,31,1) 90%);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
  border: 1px solid #F15F22; 
}
.contact_form_submit:hover{
  background: #fff;
  color:#F15F22;
  border: 1px solid #F15F22; 
}
.socil_item_inner {
  max-width: 200px;
  margin: 0 auto;
}
.socil_item_inner li {
  list-style: none;
}
.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}
.socil_item_inner {
  padding-bottom: 10px;
}

.map_sec {
  padding: 50px 0px;
}
.map_inner h4,
.map_inner p {
  color: #000;
  text-align: center;
}
.map_inner p {
  font-size: 13px;
}
.map_bind {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}
.contact_info_sec a{
  display: block;
  text-decoration: none;
  color: #1C3764;
}
.contact_info_sec a:hover{
  color: #fff;
}
.contact_info_sec {
  display: none;
}
.con-p-sec{
  padding-top: 30px;
}
.info-box {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 30px 22px;
    position: relative;
    cursor: pointer;
    height: 90%;
    text-align: center;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 8%);
}
 .info-box .left {
    margin-bottom: 25px;
}


.info-box .left .icon {
    font-size: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    position: relative;
}
.info-box .left .icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #0250c5;
    animation: shapeani2 10s linear infinite;
}
.info-box .left .icon::after{
    border: 1px dashed #F15F22;
    animation: shapeani2 10s linear infinite;
}

 .info-box .left .icon i {
    background: #2A375A;
   background: linear-gradient( 90deg, rgba(232,70,36,1) 10%, rgba(245,147,31,1) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info-box .left .icon::after{
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.content h3{
  font-size: 18px;
  color: #375668;
}
.content h5{
  font-size: 16px;
}
.content a{
  color: #F15F22;
}
/*********About Us******/
.about-sec{
  background-image:url(../images/aboutussec.jpg);
  background-position: center!important;
}
.home-who-images1 img{
  border-radius: 4px;
}
.home-who-images img{
  border-radius: 4px;
}
.about-sec h1{
    color: #fff;
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 34px;
    width: 250px;
    margin: 0 auto;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.about-text-sec{
  padding: 40px 0;
  background: linear-gradient(rgba(241, 95, 34, 0.1),rgba(241, 95, 34, 0.1)),url(../images/bannner6.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;

}
.about-text-sec h2{
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    font-style: italic;
    color: #8e8e8e;
}
.about-text-sec h3{
    text-transform: uppercase;
    color: #375668;
    margin-bottom: 10px;
    font-size: 36px;
    margin: 0;
    padding: 0;
}
.about-text-sec p{
  text-align: justify;
}
.about-text-sec h6{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}
.icon-abt{
  width: 70px;
  margin: 0 auto;
}
/*******Blog*****/
.h-blog-sec{
  padding: 40px 0;
  width: 100%;
}
.h-blog-sec h2{
  color: #1C3764;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.h-blog-sec h2::before{
  display: block;
  content: "";
  position: absolute;
  height: 3px;
  width: 90px;
  left: -90px;
  right: 0;
  top: 50px;
  margin: 0 auto;
  background-color: #375668;
}
.h-blog-sec h2::after{
  display: block;
  content: "";
  position: absolute;
  height: 3px;
  width: 90px;
  left: 90px;
  right: 0;
  top: 50px;
  margin: 0 auto;
  background-color: rgb(234,72,34);
}

.h-blog-sec h3{
 font-size: 24px;
 color: #375668;
 font-weight: 500;
 position: relative;
 margin-top: 20px;
 font-weight: 700;
}

/*.blog-wrap h3::before{
  display: block;
  content: "";
  position: absolute;
  height: 4px;
  width: 60px;
  left: 0;
  top: 40px;
  background-color: #375668;
}
.blog-wrap h3::after{
  display: block;
  content: "";
  position: absolute;
  height: 4px;
  width: 60px;
  left: 60px;
  top: 40px;
  background-color:rgb(234,72,34);
}*/
.h-blog-sec p{
  font-size: 16px;
  color: #404040;
  margin:5px;
  text-align: justify;
}
.h-blog-sec h4{
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
.blog-text-wrap p{
  font-size: 16px;
  color: #808185;
}
.blog-text-wrap h5{
  font-size: 18px;
  font-weight: 500;
  color: #1B3665;
}
.blog-wrapp{
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8E9AB0;
}

.antispam { display:none;}

/*****Services Page*****/
.services-sec h1{
  width: 350px;
}

.architectural-sec{
  padding: 40px 0;
}
.row-archi{
  max-width: 768px;
  margin: 0 auto;
}
.row-archi h3{
  font-size: 30px;
  color: #F15F22;
}
.row-archi p{
  font-size: 16px;
  text-align: justify !important;
}
.architecture-sec{
  padding: 40px 0;
  background-color: #202e37;
  color: #fff;
}
.architecture-sec p{
  text-align: justify;
}
.what-gr-wrap h3{
  color: #F15F22;
}

.row-archi h3{
  -webkit-animation: tracking-in-contract 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
          animation: tracking-in-contract 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-11-5 12:9:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
.contact-btnn{
  color: #fff;
    background: linear-gradient(
90deg
, rgba(232,70,36,1) 10%, rgba(245,147,31,1) 90%);
    display: block;
    padding: 10px;
    border: none;
    text-transform: uppercase;
    width: 180px;
    text-align: center;
    margin:40px auto 0 auto;
    border: 1px solid ;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.contact-btnn:hover{
  background: #375668!important;
  border: 1px solid #F15F22;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.pr-tb {
    width: 100%;
    float: left;
}

.pr-tb ul {
    width: 100%;
    float: left;
    padding-right: 0 !important;
}

.pr-tb ul li {
    width: 23% !important;
    float: left;
    line-height: 27px;
    position: relative;
    margin-bottom: 30px;
    /*! text-align: justify; */
    margin-right: 2.65% !important;
    /*! padding: 10px !important; */
    list-style-type: none;
}

.pr-tb ul li .sub {
    color: #fff;
    right: 0;
    float: left;
    position: absolute;
    top: 100%;
    left: 0px;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    /*! height:0; */
    overflow: hidden;
    bottom: 0px;
    display: flex;
    align-items: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.pr-tb ul li .sub i {
    font-size: 20px;
}

.pr-tb ul li:hover .sub {
    visibility: visible;
    opacity: 1;
    top: 0px;
    /*! height: calc(100% - 25px); */
}

.pr-tb ul li .sub h2 {
    width: 100%;
    /*! float:left; */
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400;
    /*! margin-bottom: 29px; */
    background: #b7080c;
    padding: 6px 8px;
    left: 0;
    right: 0;
    color: #fff;
}

.pr-tb ul li img {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    max-height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}
.pr-tb1 ul li img {
   
    max-height: 340px;
    }
/*.pu-shutters .pr-tb ul li img{
    object-fit: none;
}
*/
.pr-tb ul li:nth-child(4n) {
    margin-right: 0 !important;
}

.pr-tb ul li h7 {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px;
    background: #787878;
    padding: 4px 0;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    height: 60px;
}

.pro-nb1 h6 {
    width: 100%;
    float: left;
    font-weight: 600;
    margin-top: 10px;
    color: #b7080c;
    text-transform: uppercase;
    margin: 20px 0;
}
.pro-nb1 h6.pujaaa{
    margin: 20px 0;
}
.pro-nb1 h7 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #b7080c;
    text-transform: uppercase;
}

.overlay {
    position: absolute;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 8px;
    text-align: center;
    left: 0;
}

.pr-tb ul li img:hover .overlay {
    opacity: 1;
    bottom: calc(50% - 22px);
}
.portfolioullist{
  position: sticky;
  top: 100px;
  border: 1px solid  rgba(232,70,36,1);
  padding: 5px;
  border-radius: 4px;
}
.portfolioullist ul li{
  list-style-type: none;
  display:block!important;
  padding: 10px!important;
  text-align: left;
  margin: 0;
  background-color: #375668;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-transform: capitalize;
}
.portfolioullist ul li:hover{
  color: #fff;
  padding: 10px 0;
  background: linear-gradient(90deg, rgba(232,70,36,1) 10%, rgba(245,147,31,1) 90%)!important;
}
.portfolioullist ul li.active{
  color: #fff;
  padding: 10px 0;
  background: linear-gradient(90deg, rgba(232,70,36,1) 10%, rgba(245,147,31,1) 90%)!important;
}
.instagramVideo{
  max-width: 768px;
  margin: 0 auto;
}
#gallery {
  padding-top: 40px;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

.img-wrapper img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0;
  color: #fff;
  cursor: pointer;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 60%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

#nextButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

#prevButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

#exitButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

#main-href {
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background-color: #1E7DB9;
  color: #fff;
  font-weight: 600;
}
@media(min-width: 576px){

}
@media(min-width: 768px){
  .Appointment h2:before{
    margin: 0;
  }
  .contact_info_sec {
      top: 0%;
  }
  .contact_inner{
    margin-top: 0;
  }
  .contact_field p{
    padding-right: 200px;
  }
  .socil_item_inner li a{
        margin: 0px 5px;
  }
  .side-banner-sec strong {
    font-size: 36px;
  }
  .about-text-sec h3{
    font-size: 46px;
  }
  .about-text-sec h2 {
    font-size: 32px;
  }
  .row-archi p{
    font-size: 18px;
  }
  .row-archi h3{
    font-size: 36px;
  }
  .con-sec.contactus-sec h1{
    margin-right: 0;
  }
}

@media(min-width: 992px){
  h2{
    font-size: 30px;
  }
     .contact_field {
      padding: 60px 260px 90px 100px;
    }
    .contact_info_sec {
      top: 18%;
  }
    .contact_field p{
    padding-right: 0px;
  }
    .socil_item_inner li a{
        margin: 0px 10px;
  }
  .content h3{
  font-size: 22px;
}
.content h5{
  font-size: 18px;
}
.contact_info_sec {
  display: block;
}
.contact_us {
    background-color: #f1f1f1;
     padding: 40px 0px;
}
  }
  @media(min-width: 1200px){
    .about-text-sec h3{
    font-size: 46px;
  }

.overlay {
  bottom: -100px;
}


  }