@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;500;600;700&display=swap');
/* CSS Document */
/*font-family: 'Oswald', sans-serif;
font-family: 'Rajdhani', sans-serif;*/
@font-face {
    font-family: 'Orkney';
    src: url('../fonts/Orkney-Regular.eot');
    src: url('../fonts/Orkney-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Orkney-Regular.woff') format('woff'),
        url('../fonts/Orkney-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orkney';
    src: url('../fonts/Orkney-Bold.eot');
    src: url('../fonts/Orkney-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Orkney-Bold.woff') format('woff'),
        url('../fonts/Orkney-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orkney';
    src: url('../fonts/Orkney-Light.eot');
    src: url('../fonts/Orkney-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Orkney-Light.woff') format('woff'),
        url('../fonts/Orkney-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orkney';
    src: url('../fonts/Orkney-Medium.eot');
    src: url('../fonts/Orkney-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Orkney-Medium.woff') format('woff'),
        url('../fonts/Orkney-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body, html{
    height: 100%
}
body{
  background: #fff;
  font-family: 'Orkney';
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Oswald', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li, i, button{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover{
  text-decoration: none;
}
a{
  text-decoration: none !important;
}
button{
  text-decoration: none;
  outline: none;
}
p{
      line-height: 24px;
      font-size: 15px;
      color: #000;
      font-weight: 500;
}
ul{
  list-style: none;
  padding-left: 0;
}
.p-0{
  padding: 0
}
.pl-0{
  padding-left: 0;
}
.pr-0{
  padding-right: 0;
}
.navbar-default{
  margin-bottom: 0;
  background: none;
  box-shadow: none;
  border: 0;
}
.sidenav {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -500px;
  background: #45261a;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  animation: fadeInDown .8s;
}
/* The navigation menu links */
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .sidenav a:focus {
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav a {
  text-align: left;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}
.mobilecontainer span {
  color: #45261a;
  margin-right: 0;
  margin-top: 0;
  padding: 7px 10px;
}
.mobilecontainer img {
  width: 50%;
  margin: 10px 0;
}
.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
}
.navigation .caret {
  position: relative;
  left: 5px;
}
#mySidenav ul.dropdown-menu {
  position: static;
  float: none !important;
  width: 100%;
  display: none;
  background: #4a291c;
}
#mySidenav ul.dropdown-menu li {
  float: none;
  display: block;
  padding: 0 0px 4px;
}
#mySidenav .caret {
  display: none;
}
#mySidenav #hassubmenu {
  position: relative;
}
#mySidenav #hassubmenu i.fa.fa-angle-down {
  position: absolute;
  right: 20px;
  background: black;
  color: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 0;
  padding-top: 2px;
  top: 6px;
}
#mySidenav div {
  border-top: 1px solid white;
}
#mySidenav div:last-child {
  border-bottom: 1px solid white;
}
#mySidenav a.closebtn+div {
  margin-top: 10px;
}
#mySidenav ul.submenu {
  padding: 0;
  background-color: #000;
  width: 100%;
  overflow: scroll;
  height: 150px;
}
#mySidenav .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.navigation ul li > .dropdown-menu li a i{
  float: right;
  right: 14px;
  font-weight: bold;
  margin-top: 1px;
  position: absolute;
  font-size: 17px;
}
.navigation ul .show-on-hover:hover>ul.submenu {
  left: 101% !important;
  top: -25% !important;
}
.navigation ul li > .dropdown-menu li i.fa.fa-angle-down{display: none;}
/* sidenav-css end */
/*nav-css BEGINS */
.navigation ul {
  text-align: left;
  margin: 0px 0 0 0;
  padding: 0 0 0 19px;
}
.header_scroll .navigation ul li{
    line-height: 78px;
}
.navigation ul li {
  list-style: none;
  display: inline-block;
  margin-right: 19.8px;
  position: relative;
}
.navigation ul li:last-child{
  margin-right:0;
}
.navigation ul li:last-child:after{
  width:0;
}

.navigation ul li:last-child{
  margin-right:0;
}
.navigation ul li:last-child a{
  padding: 10px 10px;
  background-color: #5b8282;
  color: #fff;
  font-size: 14.5px;
  border-radius: 5px;
  border: 0;
  font-weight: 300;
}
.navigation ul li:hover:last-child a,
.navigation ul li.active:last-child a{
  background: #000;
  color: #fff;
  font-weight: 400;
}
.navigation ul li a {
  font-size: 15px;
  color: #000;
  padding: 22px 0;
  display: table;
  font-weight: 500;
  cursor: pointer;
  text-transform: capitalize;
  display: block;
}
.navigation ul li a:hover {
  color: #1762f0;
}
.navigation ul li.active a {
  color: #4b2a1c;
}
/*DropDown Css Begin here*/
.navigation ul .show-on-hover:hover>ul.dropdown-menu {
  display: block;
}
.navigation ul li .dropdown-menu li {
  float: none;
  display: block;
}
.navigation ul li > .dropdown-menu li a {
  float: none;
  display: block;
  text-align: left;
  padding: 4px 13px;
  font-size: 15px;
  color: #000;
}
.navigation ul li > .dropdown-menu li a:hover {
  background-color: #1762f0;
  color: #fff;
} 
.navigation ul li > .dropdown-menu  {
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: 0 0 11px rgba(0,0,0,0.3);
  top: 102%;
  left: 0;
}
.navigation ul>li>a span img {
  display: inline;
  margin-left: 11px;
}
.navigation ul li > .dropdown-menu:after 
{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 12px 16px;
  border-color: #ffffff00 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -16px;
  left: 113px;
}
.navigation ul.dropdown-menu.submenu:after {
  display: none;
}
.navigation ul li > .dropdown-menu>.active>a {
  background-color: transparent;
  color: #4b2a1c;
  font-weight: 600;
}
.requestsection{
  padding: 5% 0;  
}
.header_scroll {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header_scroll .main-logo a img {
    width: 42%;
    padding: 0;
    margin: 4px 0 0 0;
}
.header_scroll .navigation ul {
    margin: 0 0 0 0;
}
.main-logo img{
    margin: 0;
    padding: 12px 0 0 0;
    width: 67%;
}
.header_scroll .rigester-top{
  margin: 21px 0 0 0;
}
.rigester-top{
  padding: 0;
  list-style: none;
  margin: 37px 0 0 0;
  text-align: right;
}
.rigester-top li{display: inline-block;margin-right: 17px;position: relative;}
.rigester-top li:last-child{
  margin-right: 0;
}
.rigester-top li a:hover{
    font-size: 13px;
    color: #e83a3a;
}
.rigester-top li a{
    font-size: 13px;
    color: #3f3f3f;
    padding: 0;
    font-weight: 600;
    text-transform:uppercase;
}
.rigester-top li a i{
  font-size: 22px;
}
.rigester-top li a span{
  position: absolute;
  top: -6px;
  left: 13px;
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #E83A3A;
  border-radius: 50%;
  font-size: 7.5px;
  padding: 4px;
}
.rigester-top li a i.fa-shopping-cart{}
.rigester-top li a small{
  
margin-left: 6px;
  
font-size: 14px;
}

/*SEARCBAR*/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: #ec3030;
    border-color: #cc1919;
    border-radius: 0;
    padding: 10px 50px;
    font-size: 18px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #ec3030;
    border-color: #ec3030;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}
.top-row{
    border-bottom: 1px solid #acacac;
    padding: 17px 0;
}
.tp-row-p{}
.tp-row-p p{
    font-size: 14px;
    line-height: 37px;
    font-weight: 600;
    color: #686868;
    margin: 0;
}
.tp-row-p p a {
    color: #1762f0;
}
.lang-serchform{border-left: 1px solid #ededed;}
.lang-serchform ul{
  text-align: center;
  display: inline-block;
  margin: 0;
  width: 49%;
}
.lang-serchform ul li{
  display: inline-block;
  margin-right: 10px;
}
.lang-serchform ul li:last-child{
  margin-right: 0;
}
.lang-serchform ul li a{
    font-size: 14px;
    font-weight: 600;
    color: #686868;
}
.lang-serchform ul li a:hover{
    color: #1762f0;
}
.mb-search{
  position: relative;
  margin: 0;
  display: inline-block;
  width: 49%;
  border-left: 1px solid #ededed;
}
.mb-search form{
    position: relative;
}
.mb-search form .form-control{
    border: 0;
    border-radius: 0;
    height: 37px;
    box-shadow: none;
    padding: 0 24px  0 50px;
    font-weight: 600;
    font-size: 16px;
}
.mb-search form input::placeholder{
      font-size: 14px;
    font-weight: 600;
    color: #686868;
}
.mb-search form button{
    position: absolute;
    right: 5px;
    top: 9px;
    background-color: #0000;
    border: 0;
    padding: 0;
}
.mb-search form button i{
    color: #737373;
    font-size: 16px;
}
.top-menu-bar{}
ul.tmb-socila-ul{
    margin: 0;
    text-align: right;
}
ul.tmb-socila-ul li{
    display: inline-block;
    margin-right: 28px;
}
ul.tmb-socila-ul li:last-child{
  margin-right: 0px;
}
ul.tmb-socila-ul li a{
    font-size: 14px;
    display: table;
    padding: 14px 0;
}
ul.tmb-socila-ul li:nth-child(1) a{
    color: #182eb2;
}
ul.tmb-socila-ul li:nth-child(2) a{
    color: #31a5ff;
}
ul.tmb-socila-ul li:nth-child(3) a{
    color: #ff2e2e;
}
ul.tmb-socila-ul li:nth-child(4) a{
    color: #232323;
}
.tob-info{
    padding: 0 0 0 19px;
}
.tob-info ul{
  margin: 0 ;
}
.tob-info ul li{
  display: inline-block;
  margin: 0 23px 0 0;
}
.tob-info ul li:last-child{
  margin: 0 0 0 0;
}
.tob-info ul li i{
    font-size: 15px;
    margin-right: 6px;
}
.tob-info ul li a{
    color: #000;
    font-size: 14px;
}
.header-select-lang{
    margin: 0px 34px 0 0;
    display: inline-block;
}
.header-select-lang img{
    display: inline-block;
    position: relative;
    top: -2px;
    width: 20px;
}
.header-select-lang select {
    border: 0;
    font-size: 14.4px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
    outline: none;
}
ul.social-header{
    display: inline-block;
    margin: 0;
    position: relative;
}
ul.social-header li{
  display: inline-block;
  margin-right: 10px;
}
ul.social-header li:last-child{
  margin-right: 0;
}
ul.social-header li a{
    color: #000;
    font-size: 15px;
}
ul.social-header li a i{}
.lang-social{
    margin: 0 0 0 auto;
    display: table;
}
ul.social-header:after{
  content:'';
  position: absolute;
  top: -2px;
  left: -18px;
  width: 0.12rem;
  height: 22px;
  background-color: #000;
}
.menu-top-bar{
    border-left: 1px solid #acacac;
}
/*BEGINS-SEC: Main-baner*/
#myCarousel .item img{
  width: 100%;
}
.img_banner{
  position: relative;
}
/*.img_banner:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(9,116,199);
  background: -moz-linear-gradient(90deg, rgba(9,116,199,1) 26%, rgba(26,156,217,0) 50%);
  background: -webkit-linear-gradient(90deg, rgba(9,116,199,1) 26%, rgba(26,156,217,0) 50%);
  background: linear-gradient(90deg, rgba(9,116,199,1) 26%, rgba(26,156,217,0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0974c7",endColorstr="#1a9cd9",GradientType=1);
}*/
section.main-banner {
  position: relative;
}
.carousel-caption {
    right: auto;
    left: 0;
    top: 0;
    padding: 0 0 8% 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    text-shadow: none;
}
.main-banner .carousel-caption h2 {
    text-align: center;
    margin-top: 0;
    font-size: 36px;
    margin: 0;
    font-family: 'Orkney';
    font-weight: 500;
}
.main-banner .carousel-caption h1{
    font-size: 102px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 24px 0;
}
.main-banner .carousel-caption p {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    width: 76%;
    margin: 0 auto;
    color: #fff;
    font-weight: 300;
}
.main-banner .carousel-caption a{
}
.btn-red:hover{
  background-color: #333;
  color:#fff;
  border:2px solid #333;
}
.btn-red{
  background-color: #628a8a;
  color:#fff;
  padding: 13px 30px;
  display: table;
  border: 2px solid #628a8a;
  font-size: 17px;
  border-radius: 4px;
  display: table;
}
#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right{
  background-image: none;
}
img.banner-cut{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.btn-border:hover{
  background-color: #333;
  color:#fff;
  border:2px solid #333;
}
.btn-border{
  background-color: #e83a3a00;
  color:#fff;
  padding: 10px 20px;
  display: table;
  border: 2px solid #fff;
  border-radius: 5px;
}
.btn-banner{
    text-align: center;
    margin: 20px 0 0 0;
} 
.btn-banner a{
    font-size: 20px;
    padding: 11px 20px;
    margin-right: 50px;
    display: inline-block;
    margin: 0 10px 0 0px;
    font-weight: 400;
}
.btn-banner a:last-child{
  margin: 0;
}
.btn-scroll-banner{
    position: absolute;
    bottom: 8vh;
    left: 40vh;
}
.btn-scroll-banner span{
    display: flex;
    background-color: #fff;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 7px 2px #e0e0e0;
    position: relative;
    animation: shadow-pulse 1s infinite;
}
.btn-scroll-banner span img{}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgb(202 202 202);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
}
.carousel-control {
    position: absolute;
    top: 37%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 55px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: rgb(255 255 255 / 0%);
    opacity: 1;
}
/*END-SEC: Main-baner*/
span.heading-span{
  font-size: 28px;
  line-height: 28px;
  display: block;
  margin: 0 0 0 0;
  text-align: center;
  font-weight: 500;
  color: #669999;
}
h2.haedimg-h2{
  font-size: 44px;
  margin: 0 0 0 0;
  text-align: center;
  position: relative;
  color: #000;
  line-height: 50px;
}
.about-sec1{
  padding: 0% 0 5% 0;
}
.about-content{
    margin: 30px 0 0 0;
}
.about-content span.heading-span{
  text-align: left;
  margin: 0 0 20px 0;
}
.about-content h2.haedimg-h2{
  text-align: left;
  margin: 0 0 36px 0;
}
.about-content p{
    margin: 0 0 32px 0;
}
.about-content a.btn-red{
    margin: 52px 0 0 0;
}
.about-content h2.haedimg-h2:after{
  content: " ";
  position: absolute;
  bottom: 16px;
  left: 31%;
  width: 43%;
  height: 2.8px;
  background-color:#669999;
}
.about-img{
  position: relative;
}
.about-img img{
    position: relative;
    z-index: 9;
}
.about-img:after{
  content: " ";
  background-color: #fff0;
  position: absolute;
  top: 30px;
  right: 39px;
  width: 82%;
  height: 104%;
  border: 5px solid #628a8a;
}
.why-lagancy-sec1{

}
/*BEGINS-SEC: LOCATER*/
.p_parah{
  color: #000;
  font-family: 'Roboto', sans-serif;
}
.loacater_sec{
    padding: 11% 0;
    background-color: #618888;
    position: relative;
    margin: 50px 0 0 0;
}
.loacater_sec h2.haedimg-h2{
    margin: 0 0 9px 0;
    text-align: left;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding: 0 0 22px 0;
}
.loacater_sec h2.haedimg-h2:after{
  content:"";
  position: absolute;
  bottom: 0;
  left:0;
  background-image: url(../images/lagacy-line.png);
  background-repeat: no-repeat;
  width: 70px;
  height: 10px;
}
.loacater_sec .p_parah{
    margin-bottom: 40px;
}
.locater_box{
    display: table;
    margin: 0 0 20px 0;
    width: 100%;
}
.loca_icon{
  float: left;
  display: table;
  margin: 0 auto 0 auto;
  background: url(../images/split-image.png) no-repeat;
  width: 64px;
  height: 74px;
  margin-right: 20px;
}
.loca_icon1{
  background-position: -16px -24px;
}
.loca_icon2{
  background-position: -79px -13px;
}
.loca_icon3{
  background-position: -157px -14px;
}
.loca_content{
  float: left;
  width: 78%;
}
.loca_content h3{
    font-weight: 500;
    color: #fff;
    margin: 0 0 12px 0;
}
.loca_content p{
    color: #fff;
    font-weight: 300;
    line-height: 21px;
}
.loacter_image{
  position: relative;
}
.loacter_image img {
    width: 76%;
    margin: 0 auto;
    border: 4px solid #fff;
    border-radius: 5px;
    margin: 0 0 0 auto;
    display: table;
}
.locater_content p.lact-pa {
    color: #fff;
    margin: 0 0 46px 0;
    font-weight: 300;
    width: 97%;
}
.for-cutting-tb{
  position: relative;
}
.for-cutting-tb:before{
    content:"";
    position: absolute;
    bottom: -4px;
    left:0;
    background-image: url(../images/locat-bottom-line.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 9vh;
}
.for-cutting-tb:after{
    content:"";
    position: absolute;
    top: -4px;
    left:0;
    background-image: url(../images/locat-top-line.png);
    background-repeat: no-repeat;
    background-size: 110% 100%;
    width: 100%;
    height: 9vh;
}
.btn-locate{
  margin: 50px 0 0 0;
}
/*END-SEC: LOCATER*/
.btn-white:hover{
  background-color: #333;
  color:#fff;
  border:2px solid #333;
}
.btn-white{
  background-color: #fff;
  color: #000;
  padding: 13px 30px;
  display: table;
  border: 2px solid #fff;
  font-size: 17px;
  border-radius: 4px;
  display: table;
  font-weight: 500;
}
.our-service-sec1{
  padding: 5% 0;
}
.serv-box{
    background-color: #f4f4f4;
    box-shadow: 0 0 0 3px #ececec;
    border-radius: 3px;
    margin: 0 0 66px 0;
}
.serv-box img{
  width: 100%;
  height: 292px;
}
.serv-box-content{
  position: relative;
  padding: 24px 20px;
}
.serv-box-content h3{
  font-size: 37px;
  color: #000;
  margin: 0 0 8px 0;
}
.serv-box-content p{
  font-size: 19px;
  margin: 0 0 0 0;
  line-height: 26px;
  font-weight: 400;
}
span.srvb-angle{
  position: absolute;
  top: 36px;
  right: 30px;
}
span.srvb-angle a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #618888;
    width: 45px;
    height: 45px;
    font-size: 30px;
    border-radius: 50%;
    color: #fff;
}
span.srvb-angle a i{}
.serv-width{
  width: 68%;
  margin:0 auto;
}
.mt-40{
  margin-top: 40px;
}
.our-service-sec1 a.btn-red{
  margin: 0 auto;
}
.loctaion-mian-sec1{
  padding: 0;
  background-image: url(../images/location-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.lcmain-main{
  position: relative;
  padding: 0 0;
}
.lcmain-main:after{
    content:"";
    position: absolute;
    top: -12px;
    left:0;
    background-image: url(../images/map-img1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left;
    width: 50%;
    height: 80%;
}
.lcm-content{
    padding: 32vh 0;
}
.lcm-content h2.haedimg-h2{
  text-align: left;
  color: #fff;
  font-size: 101px;
  line-height: 108px;
  width: 80%;
  border-bottom: 2px solid #fff;
  padding: 0 0 47px 0px;
  margin: 0 0 50px 0;
}
.lcm-content a.btn-red{}
.what-we-want-sec1{
  padding: 5% 0;
}
.what-we-want-sec1 span.heading-span{}
.what-we-want-sec1 h2.haedimg-h2{
  width: 70%;
  margin: 0 auto 22px auto;
}
.wwsec-box{
  position: relative;
  border: 2px solid #cbcbcb;
  border-radius: 7px;
  padding: 57px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wwsec-box:hover{
    box-shadow: 0 0 18px 5px #cacaca;
    border-color: #0000;
}
.wwsec-box img{
  margin: 0 auto 30px auto;
}
.wwsec-box h3{
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  width: 66%;
  margin: 0 auto 20px auto;
}
.wwsec-box p{
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.wwsec-box a.rm-btn{
  margin: 20px auto 0 auto;
}
.rm-btn{
  font-size: 15px;
  color: #008080;
  display: table;
  font-weight: 500;
  text-decoration: underline !important;
}
span.ww-step-span{
    display: table;
    width: 64px;
    line-height: 25px;
    border-radius: 5px;
    border: 1px solid #d2d1d1;
    text-align: center;
    color: #000;
    position: absolute;
    top: 16px;
    right: 15px;
    font-weight: 600;
    box-shadow: 0 0 7px 3px #e4e4e4;
}
span.ww-step-span a{
  color: inherit;
}
.wwsec-box:hover span.ww-step-span{
  color: #fff;
  background-color: #5b8383;
  box-shadow: 0 0 7px 3px #0000;
}
p.parha-p{
  width: 65%;
  margin: 0 auto 0 auto;
  text-align: center;
}
.project-sec1{
  padding: 5% 0;
}
.project-sec1 h2.haedimg-h2{
    margin: 0 0 24px 0;
}
.project-sec1 span.heading-span{}
.project-sec1 p.parha-p{}
.project-sec1 .nav-tabs{
  list-style: none;
  display: table;
  margin: 48px auto 34px auto;
  border-bottom: 0;
}
.project-sec1 .nav-tabs li{
    margin-right: 24px;
}
.project-sec1 .nav-tabs li a{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.project-sec1 .tabs>li.active>a:hover{
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #E83A3A;
}
.project-sec1 .nav-tabs li.active a{
  border-left: 0;
    border-right: 0;
    border-top: 0;
}
.project-sec1 .nav-tabs li:hover a,
.project-sec1 .nav-tabs li.active a{
  border-bottom: 2px solid #e83a3a00;
}
.project-sec1 .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus,
.project-sec1 .nav-tabs>li.active>a:hover {
  border-bottom: 2px solid #e83a3a00;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #618888;
}
.project-box{
    overflow: hidden;
    position: relative;
    margin: 0 0 31px 0;
}
.project-box img{
  width: 100%;
    height: auto;
    transition: all .5s ease 0s;
}
.project-box:hover img{
  transform: scale(1.1);
}
.projbox-hover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #618888cc;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.projbox-hover a.btn-white{
    padding: 8px 20px;
}
.project-box:hover .projbox-hover{
  opacity: 1;
}
.over-hid{
  overflow: hidden;
}
.testimonial-sec1{
  padding: 10% 0;
  background-image: url(../images/testimonial-bg.jpg);
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.testimonial-sec1 h2.haedimg-h2{
    margin: 0 0 64px 0;
    color: #fff;
    text-align: left;
}
.testimonial-sec1 span.heading-span{
  color: #fff;
  text-align: left;
}
.testimonial-sec1 p.parha-p{
  color: #fff;
  text-align: left;
}
.testimonial-main{
    padding-left: calc(100% - 1225px);
}
.testi-box{
  position: relative;
  border: 2px solid #f3f3f3;
  padding: 50px 25px 20px 25px;
  width: 92%;
  margin: 0 0 0 auto;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
/*.testi-box:hover{
  background-color: #1762f0;
}
.testi-box:hover span.comas{
  background-position: -689px -46px;
}
.testi-box:hover p,
.testi-box:hover .client-content p,
.testi-box:hover .client-content span{
  color: #fff;
}*/
.testi-box span.comas{
  display: table;
  margin: 0 auto 0 auto;
  background: url(../images/split-image.png) no-repeat;
  width: 55px;
  height: 56px;
  background-position: -220px -19px;
  position: absolute;
  top: 6px;
  left: -33px;
  background-color: #618888;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.testi-box p{
  color: #101010;
  font-size: 14px;
  line-height: 23px;
  font-style: italic;
  width: 100%;
  align-items: center;
  margin-bottom: 34px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.testi-box ul{
    margin: 0 0 10px 0;
}
.testi-box ul li{
    padding: 1px;
}
.testi-box ul li a{
  color: #ecce52;
}
.client_box img{
  float: left;
  width: 20% !important;
  margin-right: 14px;
}

.client-content{
  float: left;
  width: 70%;
}
.client-content p{
    color: #323232;
    font-size: 16px;
    line-height: 18px;
    width: 91%;
    height: auto;
    font-weight: 600;
    font-style: normal;
    margin: 7px 0 -1px 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.client-content span{
    color: #828282;
    font-size: 14px;
    line-height: 18px;
    width: 91%;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
#recentproject .owl-nav {
    /* position: absolute; */
    /* top: 100px; */
}
#recentproject .owl-nav i{
      font-size: 24px;
      width: 40px;
      height: 40px;
      background: #fff;
      color: #000;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
}
#recentproject .owl-nav i:hover{
  background: #ff7607;
}
#recentproject .owl-prev{
  position: absolute;
  right: 46vh;
  top: -18vh;
  outline: none;
}
#recentproject .owl-next{
  position: absolute;
  right: 38vh;
  top: -18vh;
  outline: none;
}
.ltst-blog-blk {
    border: 1px solid #eaeaea;
    text-align: left;
}
.ltst-blog-blk-txt {
    border-bottom: 1px solid #eaeaea;
    padding: 13px 30px 27px;
}
.ltst-blog-blk-txt h6 {
    margin: 0;
    background-color: #669999;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    font-size: 17px;
    position: relative;
    padding: 14px 20px;
    margin-top: -20px;
    top: -22px;
    font-family: 'Poppins', sans-serif;
}
.ltst-blog-blk-txt h4 {
    color: #000;
    font-size: 22px;
    margin: 0 0 12px;
    line-height: 29px;
    font-family: 'Orkney';
}
.ltst-blog-blk-txt p {
    font-size: 15px;
}
.ltst-blk-cmnt {
    padding: 10px 30px;
    display: grid;
}
.ltst-blk-cmnt li {
    color: #000;
    text-transform: uppercase;
    margin-right: 12px;
    font-size: 13px;
    float: left;
    line-height: 43px;
    font-weight: 600;
}
.ltst-blk-cmnt ul li img {
    float: left;
    margin-right: 10px;
    width: 29% !important;
}
.ltst-blk-cmnt ul li span {
    color: #000;
}
.social-blog {
    position: absolute;
    top: -111px;
    background-color: transparent;
    text-align: center;
    border-radius: 30px;
    right: 40px;
}
.social-blog ul {
    opacity: 0;
}
.social-blog ul li a {
    color: #acacac;
}
.social-blog:hover ul {
    opacity: 1;
}
.plus {
    color: #fff;
    font-size: 25px;
    border-radius: 100%;
    background: #669999;
    position: relative;
    top: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-blog:hover {
    background-color: #ebebeb;
    cursor: pointer;
}
.social-blog:hover ul {
    opacity: 1;
    position: relative;
    top: 11px;
    margin: 0;
}
.yellow-btn:hover {
    background-color: #000;
    color: #ff0 !important;
}
#sell2 .owl-nav {
    /* position: absolute; */
    /* top: 100px; */
}
#sell2 .owl-nav i{
      font-size: 43px;
}
#sell2 .owl-prev{
  position: absolute;
  left: -40px;
  top: 240px;
  outline: none;
}
#sell2 .owl-next{
  position: absolute;
  right: -40px;
  top: 170px;
  outline: none;
}
.latest-news{
    padding: 5% 0;
}
.latest-news h2.haedimg-h2 {
    margin: 0 0 60px 0;
}
.contantc-sec1{
  position: relative;
  overflow: hidden;
}
.map-sec{}
.map-sec iframe{
  border:0;
  height: 596px;
  width: 100%;
  filter: grayscale(100%);
}
.contact-box{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0000;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactsec1-main {
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
    padding: 33px 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 6px 4px #adadad;
}
.contactsec1-main form{}
.contactsec1-main form input:placeholder,
.contactsec1-main form textarea:placeholder{}
.contactsec1-main form .form-control{background-color: #f7f7f7;border: none;border-radius: 0;box-shadow: none;height: 50px;margin-bottom: 20px;}
.contactsec1-main form textarea.form-control{
  height: auto;
  resize: none;
}
.contactsec1-main form button{
    margin: 0 auto 0 auto;
}
.contactsec1-main span.heading-span{}
.contactsec1-main h2.haedimg-h2{
    margin: 0 0 50px 0;
}
footer{
  background: #4b4b4b;
  padding: 3% 0 2% 0;
}
footer h3{
  color: #fff;
  font-size: 32px;
  position: relative;
  border-bottom: 1px solid #8c8c8c;
  margin: 0 0 24px 0;
  padding: 34px 0 32px 0;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}
footer h3:after{
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 2px;
  background: #008080;
  z-index: 98;
}
footer img.ftr-logo{
  width: 30%;
}
.ftr-ul li{
    margin-bottom: 13px;
}
.ftr-ul li a{
  color: #d1d1d1;
  font-size: 13px;
}
.ftr-ul li a:hover{
  color: #b9d5f2;
  margin-left:6px;
}
.fr-right{
  display: table;
    margin: 0 0 0 auto;
}
.ftr-content{
}
.ftr-news form .form-control{
    height: 43px;
    background: transparent;
    border: 1px solid #fff;
}
.ftr-news form button:hover{
    background: #9ab9da;
}
.ftr-news form button{
    background: #77ade6;
    color: #fff;
    padding: 9px 0px;
    font-size: 18px;
    display: table;
    font-weight: 500;
    border: 0;
    width: 55%;
    margin-top: 17px;
}
.ftr-social{
    margin-top: 9px;
}
.ftr-social li{
  display: inline-block;
  margin-right: 6px;
  color: #d1d1d1;
  font-size: 15px;
}
.ftr-social li a span{
    margin-right: 2px;
    display: table;
    margin: 0px auto 0 auto;
    background: url(../images/split-1.png) no-repeat;
    width: 27px;
    height: 30px;
    position: relative;
    top: 9px;
}
.ftr-social li:nth-child(2) a span{
  background-position: -326px -12px;
}
.ftr-social li:nth-child(3) a span{
  background-position: -7px -73px;
}
.ftr-social li:nth-child(4) a span{
  background-position: -53px -73px;
}
.ftr-social li:nth-child(5) a span{
  background-position: -103px -73px;
}
.ftr-news {
    width: 79%;
    margin: 0 0 0 auto;
}
.m-auto{
  margin: 0 auto;
}
.ftr-log{}
.ftr-log p{
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
    padding: 0 0 0 0;
}
.ftr-log ul.info-ftr{}
.ftr-log ul.info-ftr li{
   margin: 0 0 19px 0;
   width: 100%;
   clear: both;
   display: table;
}
.ftr-log ul.info-ftr li i{
    font-size: 20px;
    display: inline-block;
    width: 35px;
    float: left;
    color: #fff;
}
.ftr-log ul.info-ftr li a:hover {
    color: #b6e2ff;
    padding-left: 3px;
}
.ftr-log ul.info-ftr li a{
    color: #ffffff;
    font-size: 13px;
    line-break: anywhere;
    float: left;
    font-weight: 300;
}
.ftr-img1{
  position: relative;
  border-bottom: 1px solid #8c8c8c;
  padding: 0 0 20px 0;
  margin: 0 0 24px 0;
}
.ftr-img1:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 20%;
    height: 2px;
    background: #008080;
    z-index: 98;
}
.ftr-news h4{
    color: #fff;
    font-size: 32px;
    position: relative;
    margin: 29px 0 24px 0;
    font-weight: normal;
}
a.ftr-btn{
    display: table;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border: 3px solid #628a8a;
    padding: 12px 30px;
    border-radius: 5px;
    margin: 24px 0 0 0;
}
ul.partner-img-ul{}
ul.partner-img-ul li{
  display: inline-block;
}
ul.partner-img-ul li img{
    width: 87%;
    margin: 0 auto 13px auto;
}
ul.partner-img-ul li a{}
ul.partner-img-ul li:nth-child(1){}
ul.partner-img-ul li:nth-child(2){}
ul.partner-img-ul li:nth-child(3){}
.copyright{background-color: #628a8a;}
.copyright p{
  padding: 0;
  margin: 0;
  color:  #ffffff;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
.copyright-ul{}
ul.copyright-ul{
  margin: 0;
  text-align: right;
}
ul.copyright-ul li{
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
ul.copyright-ul li:last-child:after{
    content: " ";
    position: absolute;
    top: 5px;
    left: -7px;
    height: 10px;
    width: 1px;
    background-color: #ffffff;
}
ul.copyright-ul li a{
  color: #ffffff;
  font-size: 13px;
}
.br-ftr{
  padding: 15px 0;
}
/*======================= INNER-PAGES START FROM HERE ==================*/
.inner_banner{
  position: relative;
}
.inner_banner:after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-image: url(../images/locat-bottom-line.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 9vh;
}
.inner-banner-img img{
  width:100%;
}
.inner-banner-content{
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  padding: 0 0 4% 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  text-shadow: none;
  color: #fff;
}
.inner-banner-content h1{
  text-align: center;
  font-weight: 600;
  font-size: 75px;
  margin: 0;
}
.about_main{
  padding: 5% 0;
  background-image: url(../images/bg-body.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-sec1.about-pg-sec1{
  padding: 5% 0;
}
.about-content.about-content-1c{}
.about-content.about-content-1c .haedimg-h2:after{
  width: 0;
}
.value-sec1{
  padding: 5% 0 6% 0;
}
.value-sec1 h2.haedimg-h2{
    margin: 0 0 16px 0;
}
.value-sec1 p.parha-p{
    margin: 0 auto 40px auto;
    width: 77%;
}
.value-box{}
.value-box img{
  margin: 0 auto 20px auto;
}
.value-box h3{
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin: 0 0 22px 0;
  text-align: center;
}
.value-box p{
  font-size: 15px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.value-sec1 a.btn-red{
  margin: 0 auto;
}
/*END-PAGE: CONTACT US*/
.coontact_main{
  padding: 5% 0;
}
.coontact_main h2.haedimg-h2{
  font-size: 56px;
  margin: 0 0 26px 0;
}
.coontact_main p.parha-p{width: 45%;margin: 0  auto 60px  auto;}
.coontact_main h2.haedimg-h2.haedimg-h2-1c{
    margin: 0 0 13px 0;
    text-align: left;
    font-size: 39px;
}
.coontact_main span.heading-span{
    text-align: left;
    font-size: 22px;
}
.coontact_main p.parha-p1{
    width: 100%;
    text-align: left;
    margin: 0 0 30px 0;
}
.cont_content .cont_heading{
    font-weight: 600;
    font-size: 20px;
}
.cont_content h2{
}
.cont_content p.p_st{
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin: 16px 0 50px 0;
}
.cf_main_form{}
.cf_main_form form input::placeholder,
.cf_main_form form textarea::placeholder{
  color:#000
  ;
}
.cf_main_form form select{
  color:#000;
}
.cf_main_form form .form-control{
    height: 52px;
    margin-bottom: 17px;
    border-radius: 0;
    border: 1px solid #d4d4d4;
    padding: 0 19px;
    color: #656565;
    font-size: 14px;
    background-color: #f8f8f8;
    box-shadow: none;
}
.cf_main_form form textarea.form-control{
    height: auto;
    resize: none;
    padding: 14px 20px 0px 20px;
    color: #000;
}
.cf_main_form form button{
    width: 100%;
    border: 0;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    outline: none;
    padding: 9px 0;
    background-color: #699;
    color: #fff;
}
.maplocation{
    border: 0px solid #cacaca;
    padding: 0px 0 19px 0;
    margin-bottom: 10px;
}
.mainexchn p{
    font-size: 15px;
    color: #121c2a;
    font-weight: 400;
    display: block;
    margin: 0 0 0 0px;
    padding: 0;
}
.mainexchn a{
    font-size: 15px;
    color: #121c2a;
    font-weight: 400;
    display: block;
    margin: 0 0 0 0px;
    font-family: 'Roboto', sans-serif;
}
.mainexchn a:hover{
  color: #d79c1c;  
}
.contactSection{
  padding: 0 0 5% 0;  
}
.noRight i{
    color: #608787;
    font-size: 35px;
    border: 2px dashed #dddddd;
    border-radius: 100px;
    width: 81px;
    text-align: center;
    line-height: 70px;
    background: #fff;
}
.cont_info .mainexchn h6{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.cont_info .mainexchn p{}
.cont_info {
    margin-top: 112px;
    margin-left: 14px;
}
.mar_social{
  margin-left: 23px;
}
ul.team-social{
  padding: 0;
  list-style: none;
}
ul.team-social li{
  display: inline-block;
  margin-right: 5px;
}
ul.team-social li:last-child{
  margin-right: 0px;
}
ul.team-social li a i:hover{
  background-color: #608787;
  color: #fff;
}
ul.team-social li a i{
  font-size: 15px;
  background-color: #fff;
  color: #2b2b2b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 6px 1px #e4e4e4;
}
ul.team-social{}
.contact-pg-map{
    margin: 79px 0 0 0px;
}
.contact-pg-map iframe{
      border: 0;
    height: 400px;
    width: 100%;
    filter: grayscale(100%);
}
/*END-PAGE: CONTACT US*/
.qoute-sec1{}
.qoute-sec1{
  padding: 5% 0;
}
.qoute-sec1 h2.haedimg-h2{
  font-size: 56px;
  margin: 0 0 26px 0;
}
.qoute-sec1 p.parha-p{width: 65%;margin: 0  auto 60px  auto;}
.cf_main_form form label{
    font-weight: 500;
}
.qoute-sec1 .cont_content .cf_main_form{
    width: 80%;
    margin: 0 auto;
}
.qoute-sec1 .cont_content .cf_main_form form .form-control {
    border-color: #0000;
}
.what-we-want-sec1.installtion-sec1{
  padding: 5% 0;
}
.what-we-want-sec1.installtion-sec1 h2.haedimg-h2{
  font-size: 56px;
  margin: 0 0 26px 0;
  width: 100%;
}
.what-we-want-sec1.installtion-sec1 p.parha-p{width: 86%;margin: 0  auto 35px  auto;}
.what-we-want-sec1.installtion-sec1 span.heading-span{
    font-weight: 600;
    margin: 0 0 40px 0;
}
.wwsec-box.wwsec-installation-box{
    border-color: #0000;
    box-shadow: 5px 12px 12px 6px #6699998a;
}
.wwsec-box.wwsec-installation-box:hover{
    box-shadow: 0 0 18px 5px #cacaca;
}
.wwsec-box.wwsec-installation-box h3{
    font-size: 18px;
    font-family: 'Orkney';
    margin: 0 0 10px 0;
    text-align: center;
    display: table;
    width: 100%;
}
.wwsec-box.wwsec-installation-box p{
    font-size: 14.2px;
    line-height: 23px;
    width: 82%;
}
.wwsec-box.wwsec-installation-box:hover span.text-border{
  -webkit-text-fill-color: #699;
  color: #699;
}
span.text-border{
      font-size: 94px;
      line-height: 97px;
      font-weight: 400;
      padding: 0;
      display: table;
      margin: 0 auto 23px auto;
      color: transparent;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 3px;
      -webkit-text-stroke-color: #699;
}
.what-we-want-sec1.installtion-sec1 .row.mt-40 {
    width: 83%;
    margin: 30px auto 0 auto;
}
.what-we-want-sec1.installtion-sec1 .row.mt-4w {
    width: 55%;
    margin: 60px auto 0 auto;
}
.loctation-pg-sec1{}
.loctation-pg-sec1 h2.haedimg-h2{
    margin: 0 0 20px 0;
}
.loctation-pg-sec1 p.parha-p{
    margin: 0 auto 50px auto;
}
.loctation-pg-sec1 .map-location{
    width: 90%;
    margin: 0 auto 50px auto;
}
.loctation-pg-sec1 .map-location iframe{
  border: 10px solid #fff;
  height: 680px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 20px 7px #969696;
}
.loac-div{
    width: 90%;
    margin: 0 auto 50px auto;
}
.loca-box{
    border-radius: 5px;
    box-shadow: 0 0 16px 2px #bbbaba;
    padding: 20px 30px;
    margin: 0 0 40px 0;
}
.loca-box p{
    font-size: 17px;
}
.loca-box ul{}
.loca-box ul li{}
.loc-box-1{
    border-bottom: 1px solid #cecece;
    margin: 0 0 35px 0;
    padding: 0 0 26px 0;
}
.privacy-policy-sec1{
  padding: 5% 0;
}
.privacy-policy-sec1 h3{
  font-family: 'Orkney';
  font-weight: 500;
  font-size: 41px;
  margin: 40px 0 18px 0;
  font-family: 'Orkney';
}
.privacy-policy-sec1 p{}
.what-we-want-sec1.installtion-sec1 .row.mt-4w.mt-4ww{
    width: 30%;
}
.qoute-sec1.contracter-sec1{}
.qoute-sec1.contracter-sec1 .cont_content
.qoute-sec1.contracter-sec1 .cont_content .cf_main_form.cf_conntractor_form form{}
.qoute-sec1.contracter-sec1 .cont_content .cf_main_form.cf_conntractor_form form p{
    font-size: 20px;
    margin: 22px 0 7px 0;
}

.radiobtn-fr{position: relative;}
.container-checbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cf_main_form  form label.container-checbox {
    font-weight: 400;
    font-size: 15px;
    position: relative;
    margin: 0 0 13px 0;
    padding: 0 0 0 28px;
}
.container-checbox .checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 19px;
  width: 21px;
  background-color: #fff;
  border: 1px solid #9e9a9a;
  margin-right: 0;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container-checbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checbox input:checked ~ .checkmark {
  background-color: #669999;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.radio-bnt-fr{margin: 0px 0 0 0;}
.radio-bnt-fr .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #c0c0c0ee;
}
/* The container */
.cf_main_form  form label.container-dpb {
  display: block;
  position: relative;
  padding-left: 31px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}
/* Hide the browser's default radio button */
.container-dpb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-btn-dpb .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container-dpb:hover input ~ .checkmark {
  background-color: #f0f0f0;
}

/* When the radio button is checked, add a blue background */
.container-dpb input:checked ~ .checkmark {
  background-color: #669999;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-dpb input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-dpb .checkmark:after {
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
.qoute-sec1.contracter-sec1 .cont_content .cf_main_form.cf_conntractor_form form .radio-bnt-fr p{
    margin: 22px 0 22px 0;
}
.rm-1{
    margin: 37px 0 0 0;
}
.qoute-sec1.contracter-sec1 .cont_content .cf_main_form.cf_conntractor_form form button{
  font-weight: 500;
  width: 40%;
  font-size: 18px;
  padding: 19px 0;
}
.team-sec1{
  padding: 5% 0;
}

/* MSQ Responsive Start */
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
}
@media only screen and (min-width: 1445px) and (max-width: 1599px) {
}
@media only screen and (min-width: 1366px) and (max-width: 1444px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

 .mobmenur-container {
    display: none;
}

  body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel, .show-nav-left.admin-bar .mobmenu-overlay, .show-nav-right.admin-bar .mobmenu-overlay {
    top: -10px!important;
}
.main-banner .carousel-caption h1 {
    font-size: 70px;
    margin: 0 0 24px 0;
}

.what-we-want-sec1 h2.haedimg-h2 {
    margin: 0 auto 22px auto;
    font-size: 25px;
    line-height: 30px;
}
.wwsec-box h3 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    width: 87%;
    margin: 0 auto 10px auto;
}

.wwsec-box p {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
}

.loacater_sec h2.haedimg-h2 {
    margin: 0 0 9px 0;
    padding: 20px 0 22px 0;
    font-size: 40px;
}
.serv-box-content h3 {
    font-size: 26px;
    color: #000;
    margin: 0 0 8px 0;
}


.testimonial-sec1 h2.haedimg-h2 {
    margin: 0 0 34px 0;
    font-size: 30px;
}
#recentproject .owl-prev {
    position: absolute;
    right: 70px;
    top: -50px;
    outline: none;
}
#recentproject .owl-next {
    position: absolute;
    right: 10px;
    top: -51px;
    outline: none;
}
.testimonial-sec1 {
    padding: 15% 0;
}
.page-id-6 .testi-box {
    min-height: 470px !important;
}
.testi-box p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 0px;
}

.ftr-news {
    width: 100%;
    margin: 0 auto;
}
a.ftr-btn {
    font-size: 12px;
    margin: 40px auto;
}

.ftr-log ul.info-ftr li i {
    font-size: 15px;
    display: inline-block;
    width: 24px;
    float: left;
    color: #fff;
}
.ftr-log ul.info-ftr li a {
    color: #ffffff;
    font-size: 9px;
    line-break: anywhere;
    float: left;
    font-weight: 300;
}
.ftr-ul li {
    margin-bottom: 3px;
}

footer h3 {
    font-size: 26px;
    margin: 0 0 24px 0;
    padding: 22px 0 32px 0;

}
.about-img:after {
    top: -20px;
    right: -21px;
    width: 82%;
    height: 109%;
}
.about-content h2.haedimg-h2 {
    margin: 0 0 5px 0;
    font-size: 30px;
    line-height: 35px;
}
.about-content p {
    margin: 0 0 10px 0;
}
.about-content p {
    margin: 0 0 10px 0;
}

span.srvb-angle {
    position: absolute;
    top: 19px;
    right: 20px;
}

.inner-banner-content h1 {
    font-size: 66px;
}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobmenur-container {
    top: -47px !important;
    margin-right: 5px;
    margin-top: 0px;
}
  div#navbar {
      display: none;
  }
  .mobilecontainer.hidden-lg.hidden-md {
      display: none;
  }
  body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel, .show-nav-left.admin-bar .mobmenu-overlay, .show-nav-right.admin-bar .mobmenu-overlay {
    top: -10px!important;
}
.main-banner .carousel-caption h1 {
    font-size: 70px;
    margin: 0 0 24px 0;
}

.what-we-want-sec1 h2.haedimg-h2 {
    margin: 0 auto 22px auto;
    font-size: 25px;
    line-height: 30px;
}
.wwsec-box h3 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    width: 87%;
    margin: 0 auto 10px auto;
}

.wwsec-box p {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
}

.loacater_sec h2.haedimg-h2 {
    margin: 0 0 9px 0;
    padding: 20px 0 22px 0;
    font-size: 40px;
}
.serv-box-content h3 {
    font-size: 26px;
    color: #000;
    margin: 0 0 8px 0;
}


.testimonial-sec1 h2.haedimg-h2 {
    margin: 0 0 34px 0;
    font-size: 30px;
}
#recentproject .owl-prev {
    position: absolute;
    right: 70px;
    top: -50px;
    outline: none;
}
#recentproject .owl-next {
    position: absolute;
    right: 10px;
    top: -51px;
    outline: none;
}
.testimonial-sec1 {
    padding: 15% 0;
}
.page-id-6 .testi-box {
    min-height: 470px !important;
}
.testi-box p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 0px;
}

.ftr-news {
    width: 100%;
    margin: 0 auto;
}
a.ftr-btn {
    font-size: 12px;
    margin: 40px auto;
}

.ftr-log ul.info-ftr li i {
    font-size: 15px;
    display: inline-block;
    width: 24px;
    float: left;
    color: #fff;
}
.ftr-log ul.info-ftr li a {
    color: #ffffff;
    font-size: 9px;
    line-break: anywhere;
    float: left;
    font-weight: 300;
}
.ftr-ul li {
    margin-bottom: 3px;
}

footer h3 {
    font-size: 26px;
    margin: 0 0 24px 0;
    padding: 6px 0 32px 0;

}
.about-img:after {
    top: -20px;
    right: -21px;
    width: 82%;
    height: 109%;
}
.about-content h2.haedimg-h2 {
    margin: 0 0 5px 0;
    font-size: 30px;
    line-height: 35px;
}
.about-content p {
    margin: 0 0 10px 0;
}
.about-content p {
    margin: 0 0 10px 0;
}

span.srvb-angle {
    position: absolute;
    top: 19px;
    right: 20px;
}

.inner-banner-content h1 {
    font-size: 66px;
}

}
@media only screen and (min-width: 520px) and (max-width: 767px) {
  .mobilecontainer {
    display: none;
}

.main-logo img {
    width: 50%;
    margin: 0 auto;
}
.main-banner .carousel-caption h1 {
    font-size: 26px;
    margin: 0;
}
.btn-banner a {
    font-size: 14px;
    padding: 1px 14px;
    margin: 0 10px 0 0px;
}
.what-we-want-sec1 h2.haedimg-h2 {
    width: 100%;
    margin: 0 auto 22px auto;
}
h2.haedimg-h2 {
    font-size: 25px;
    line-height: 30px;
}
.page-id-6 .wwsec-box, .page-id-26 .wwsec-box {
    height: 490px !important;
    margin: 0 0 20px;
}
.wwsec-box h3 {
    font-size: 30px;
    margin: 0 auto 20px auto;
}
.locater_content {
    margin: 20px 0 0;
}
.loacater_sec h2.haedimg-h2 {
    margin: 0 0 9px 0;
    padding: 0 0 0px 0;
}
.loacter_image img {
    width: 100%;
}
.serv-box-content h3 {
    font-size: 30px;
}
.testi-box {
    padding: 50px 25px 20px 25px;
    width: 100%;
    min-height: 360px;
}
.testimonial-sec1 {
    padding: 22% 0;
}
.testimonial-sec1 h2.haedimg-h2 {
    margin: 20px 0 64px 0;
    font-size: 20px;
}
#recentproject .owl-next {
    top: -9vh !important;
}
#recentproject .owl-prev {
    top: -9vh !important;
}
a.ftr-btn {
    display: table;
    font-size: 13px;
    margin: 24px auto;
}
.ftr-news {
    width: 100%;
    margin: 0 0 0 auto;
}
footer h3 {
    font-size: 25px;
    margin: 0 0 24px 0;
    padding: 20px 0 20px 0;
}
.inner-banner-content h1 {
    font-size: 27px;
}
.inner_banner:after {
    width: 100%;
    height: 4vh;
}
.about-img:after {
  display: none;
  }

.about-content h2.haedimg-h2 {
    text-align: left;
    margin: 0 0 10px 0;
}

.loacater_sec {
    padding: 20% 0;
}

.value-sec1 p.parha-p {
    margin: 0 auto 40px auto;
    width: 100%;
}

p.parha-p {
    width: 100%;
}

.wwsec-box h3 {
    width: 100%;
}

.tickpoints li {
    font-size: 14px;
    color: black;
}

.lang-social {
    margin: 0 0 0 auto;
    display: table;
    width: 85%;
}


}
@media only screen and (min-width: 320px) and (max-width: 519px) {
.mobilecontainer {
    display: none;
}

.main-logo img {
    width: 50%;
    margin: 0 auto;
}
.main-banner .carousel-caption h1 {
    font-size: 26px;
    margin: 0;
}
.btn-banner a {
    font-size: 14px;
    padding: 1px 14px;
    margin: 0 10px 0 0px;
}
.what-we-want-sec1 h2.haedimg-h2 {
    width: 100%;
    margin: 0 auto 22px auto;
}
h2.haedimg-h2 {
    font-size: 25px;
    line-height: 30px;
}
.page-id-6 .wwsec-box, .page-id-26 .wwsec-box {
    height: 490px !important;
    margin: 0 0 20px;
}
.wwsec-box h3 {
    font-size: 30px;
    margin: 0 auto 20px auto;
}
.locater_content {
    margin: 20px 0 0;
}
.loacater_sec h2.haedimg-h2 {
    margin: 0 0 9px 0;
    padding: 0 0 0px 0;
}
.loacter_image img {
    width: 100%;
}
.serv-box-content h3 {
    font-size: 30px;
}
.testi-box {
    padding: 50px 25px 20px 25px;
    width: 100%;
    min-height: 360px;
}
.testimonial-sec1 {
    padding: 22% 0;
}
.testimonial-sec1 h2.haedimg-h2 {
    margin: 20px 0 64px 0;
    font-size: 20px;
}
#recentproject .owl-next {
    top: -9vh !important;
}
#recentproject .owl-prev {
    top: -9vh !important;
}
a.ftr-btn {
    display: table;
    font-size: 13px;
    margin: 24px auto;
}
.ftr-news {
    width: 100%;
    margin: 0 0 0 auto;
}
footer h3 {
    font-size: 25px;
    margin: 0 0 24px 0;
    padding: 20px 0 20px 0;
}
.inner-banner-content h1 {
    font-size: 27px;
}
.inner_banner:after {
    width: 100%;
    height: 4vh;
}
.about-img:after {
  display: none;
  }

.about-content h2.haedimg-h2 {
    text-align: left;
    margin: 0 0 10px 0;
}

.loacater_sec {
    padding: 20% 0;
}

.value-sec1 p.parha-p {
    margin: 0 auto 40px auto;
    width: 100%;
}

p.parha-p {
    width: 100%;
}

.wwsec-box h3 {
    width: 100%;
}

.tickpoints li {
    font-size: 14px;
    color: black;
}

.lang-social {
    margin: 0 0 0 auto;
    display: table;
    width: 85%;
}



}






