@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700&display=swap');

/********
font-family: 'Saira', sans-serif;
font-family: 'Arimo', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Alata', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Dosis', sans-serif;
********/

*{
	margin: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
}
.pding{
    padding: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    margin-top: -62px;
}
.n-nmbr{
    text-align: center;
    margin-top: 16px;
}
.n-nmbr h1 a{
    color: #000;
    margin-right: 215px;
    transition-duration: 0.5s;
    font-size: 17px;
}
.n-nmbr h1 a:hover{
    color: #444;
}
.n-nmbr .fa{
    color: #000;
    font-size: 17px;
}
.ep-nav .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 10px;
}
.ep-nav section {
    float: left;
    width: 100%;
    position: fixed;
}

.ep-nav .navbar-default {
    background-color: #fff;
    border-color: transparent;
    border-bottom: 1px solid#fff;
}
.ep-nav .header_bar {
  border-radius: 0;
  box-shadow: 0px 0px 5px;
}
.ep-nav .header_bar .navbar-brand {
  height: 70px;
  padding: 2px 10px;
}
.ep-nav .navbar-brand>img {
    display: block;
    width: 140px;
}
.ep-nav .header_bar main {
  margin-top: 0px;
}

.ep-nav .header_bar .navbar-nav li a.active {
  color: #ec3a3e;
}
/**sidbar menu**/
.ep-nav .sidenav {
  background-color: #fff;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding-top: 100px;
  position: fixed;
  text-align: left;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: 999999;
  color:#fff;
}
.ep-nav .sidenav a {
  color: #333;
  display: block;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.ep-nav .sidenav a:hover{
    color: #f1f1f1;
}
.ep-nav .sidenav .side_menu a {
    font-size: 16px;
    font-weight: 500;
    padding-left: 8px;
}

.ep-nav .sidenav .closebtn {
  font-size: 30px;
  margin-left: 50px;
  position: absolute;
  right: 25px;
  top: 0;
}

.ep-nav .side_menu {
  border-right: 1px solid #ffffff;
  padding-left: 32px;
}
.ep-nav .login_side {
  padding-left: 50px;
}
@media screen and (max-height: 450px) {
.ep-nav .sidenav {padding-top: 15px;}
}
/**sidbar menu close**/
.btn.btn-red.border-radius .fa{
    color: #000;
}
.btn.btn-red.border-radius p{
    float: left;
    margin-right: 10px;
    color: #000;
}
.ep-nav .btn-red{
    
}
.ep-nav .btn-none{
    border-color:#fff;
    background:transparent;
    color:#fff;
}
.ep-nav .btn.focus, .btn:focus, .btn:hover {
  color: #fff;
  opacity: 0.8;
}
.ep-nav .border-radius
{
  border-radius:0px;
}
.ep-nav .login_side .btn {
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
}
.ep-nav .text-red{
    color:#000 !important;
}
.ep-nav h1, h2, h3, h4, h5, h6 {
  color: #4d4d4d;
  font-weight: 600;
  margin-top: 0;
}
.ep-nav .social_ico a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 0 0;
  text-align: center;
  width: 30px;
  background: #000 none repeat scroll 0 0;
  color: #fff;
  padding:0px;
}

.ep-nav .social_ico {
  float: left;
  margin-top: 15px;
    width: 100%;
}
.ep-nav .contact_info {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.ep-nav .mar-25
{
    margin-top:25px;
}
.ep-nav .header_bar .navbar-toggle {
  height: auto;
  margin-top: 19px;
  padding: 7px 12px;
  cursor:pointer;
}
.ep-nav .social_ico a:hover {
  background: #333 none repeat scroll 0 0;
}
.ep-nav .sidenav .side_menu a:hover, .sidenav .side_menu a.active {
  border-left: 4px solid #000;
  color: #000;
}
.ep-nav .top_section {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}
.ep-nav .chu-section {
  float: left;
  padding: 40px 0;
  width: 100%;
}
.ep-nav section {
  float: left;
  width: 100%;
  z-index: 999999;
}
.ep-nav .bg-gray{
    background-color:#262627;
    color:#fff;
}
.ep-nav .section-cover {
  float: left;
  padding: 40px;
  width: 100%;
}
.ep-nav .bg-gray h1, .bg-gray h4 {
  color: #fff;
}
.ep-nav .ico-cover {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  border-radius: 100px;
  clear: both;
  height: 100px;
  line-height: 100px;
  margin: auto auto 20px;
  position: relative;
  text-align: center;
  width: 100px;
}
.ep-nav .view-btn ,.view-btn:hover,.view-btn:focus{
  color: #ffffff;
  font-weight: 600;
  text-decoration:none;
}
.ep-nav .ico-cover::after {
  border: 4px solid #050505;
  border-radius: 100px;
  content: "";
  height: 90px;
  left: 5px;
  line-height: 90px;
  position: absolute;
  top: 5px;
  width: 90px;
}
.ep-nav .login_side h3 {
  color: #ffffff;
}
.login_side p{
    font-size: 19px;
    color: #333;
}
.login_side p .fa{
    color: #000;
}
.contact_info li{
    font-size: 20px;
    line-height: 50px;
    color: #333;
}
.contact_info li .fa{
    color: #000;
}
@media screen and (max-width: 767px) {
.ep-nav .side_menu {
  border-right: none;
}
}

.banner-nv img{
    width: 100%
}

.buttonss{
    margin-top: -70px;
    margin-left: 40px;
}
.buttonss a {
    background: #fff;
    padding: 17px 30px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #fff;
    transition-duration: 0.3s;
    letter-spacing: 0.5px;
}
.buttonss a:hover {
    background: #c6c6c6;
    border: 1px solid #c6c6c6;
}
.buttonss a.empt{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.buttonss a.empt:hover {
    background: transparent;
    color: #c6c6c6;
    border: 1px solid #c6c6c6;
}
.formm{
    background: #000;
    padding: 15px 20px 10px 45px;
}
.serch p{
    color: #f1f1f1;
    font-family: 'Saira', sans-serif;
    font-size: 22px;
    margin-top: 23px;
}

.frmcnt label {
    color: #f1f1f1;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
}
.frmcnt .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999;
    background-image: none;
    border: 0px;
    border-bottom: 1px solid #ccc;
    background: transparent;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.fbtn a button{
    background: #fff;
    border: 1px solid #fff;
    width: 85%;
    padding: 10px;
    color: #333;
    font-size: 16px;
    margin-top: 14px;
    font-family: 'Saira', sans-serif;
    transition-duration: 0.3s;
}
.fbtn a button:hover{
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #000;
}






























/* carousel */
/****************************
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}

.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}

.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}

.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
****************/
/* End carousel */


.pding1{
    padding: 2px;
}
.mks img{
    background: #fff;
    padding: 10px;
    width: 100%;
}
.mks a{
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    font-family: 'Saira', sans-serif;
}
.mks a:hover{
    text-decoration: underline;
}









#custom_carousel .item {
    color: #000;
    background-color: #fff;
    padding: 70px 0px 30px;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#ddd
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
#custom_carousel .controls li.active {
    background-color:#eee;
    border-top:3px solid #333;
}
#custom_carousel .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-family: 'Saira', sans-serif;
    font-size: 20px;
    color: #000;
}
.boxes {
    margin-top: 100px;
}
.boxes .crp img{
    width: 100%;
}
.boxes a{
    text-decoration: none;
    text-align: center;
}
.crp h3 {
    margin-top: -150px;
    text-shadow: 0px 0px 12px #000;
    color: #fff;
    font-size: 30px;
    font-family: 'Saira', sans-serif;
    letter-spacing: 2px;
}
.crp p {
    color: #fff;
    font-family: 'Saira', sans-serif;
    font-size: 17px;
    text-shadow: 0px 0px 10px #000;
}
.crp p .fa{
    font-size: 22px;
    margin-left: 3px;
    color: #f3f3f3;
    transition-duration: 0.5s;
}
.crp:hover .fa{
    margin-left: 10px;
}
.container.bxx {
    width: 98%;
}


.sides{
    margin-top: 200px;
}

.side-tex h1 {
    font-family: 'Saira', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.side-tex p {
    font-family: 'Arimo', sans-serif;
    font-size: 17px;
    color: #333;
    line-height: 28px;
    margin-top: 25px;
    margin-right: 20px;
}
.lines-text{
    margin-top: 30px;
}
.lines-text p {
    margin-top: 10px;
}

.lines-text p .fa{
    margin-right: 10px;
    font-size: 22px;
}

.side-btn a button{
    background: transparent;
    padding: 17px 70px;
    border: 1px solid#000;
    color: #000;
    font-size: 17px;
    margin-top: 30px;
    letter-spacing: 1px;
    font-family: 'Arimo', sans-serif;
}


.side-image img{
    width: 100%;
}

.finance{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.finance h2{
    color: #000;
    font-size: 36px;
    font-family: 'Saira', sans-serif;
}
.finance p {
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 25px;
}
.finance a button{
    background: transparent;
    padding: 17px 70px;
    border: 1px solid#000;
    color: #000;
    font-size: 17px;
    margin-top: 30px;
    letter-spacing: 1px;
    font-family: 'Arimo', sans-serif;
}


.up-imgs{
    margin-top: 20px;
}
.upse{
    overflow:hidden;
    transition-duration: 0.5s;
}
.upse:hover img{
    margin-left:-10px;
    transition-duration: 0.5s;
}
.upse img{
    width: 103%;
    transition-duration: 0.5s;
}

.up-imgs{
    text-align: left;
}
.up-text{
    margin-top: 20px;
}
.up-text h3{
    color:#000;
}

.up-text p {
    color: #000;
    font-size: 16px;
    margin-top: 0px;
}
.up-text a{
    color: #000;
    font-size: 16px;
    margin-top: 0px;
    text-decoration: none;
    font-weight: 500;
}
.up-text a .fa{
    font-size: 20px;
}


.content p {
    color: #000;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 24px;
}
.size-heading.size {
    background: url(../images/szebanr2.jpg) no-repeat;
    background-size: cover;
    height: 365px;
    text-align: center;
}
.size-heading h1{
    margin-top: 150px;
    margin-bottom: 50px;
    font-family: 'Saira', sans-serif;
    color:#000;
}
.size-heading.size h1{
    color:#fff;
}
.size-heading.btm h1{
    margin-top: 50px;
    margin-bottom: 0px;
}


.sizebtn a button {
    background: transparent;
    padding: 17px;
    border: 1px solid#000;
    color: #000;
    font-size: 17px;
    margin-top: 30px;
    letter-spacing: 1px;
    font-family: 'Arimo', sans-serif;
    width: 100%;
    transition-duration: 0.5s;
}
.sizebtn a button:hover {
    background: #000;
    color: #fff;
}

.szebcnt h2 {
    font-weight: 500;
    font-family: 'Saira', sans-serif;
    color: #000;
}

.sze-cntnt p{
    text-align: left;
    font-size: 14px;
    margin-top: 50px;
}


.szebnr{
    margin-top: 100px;

}
.szebnr img {
    width: 100%;
}

.szebcnt {
    background: #fff;
    margin-top: -480px;
    z-index: 1111;
    position: relative;
    text-align: center;
    padding: 40px;
}



.form-cont{

}


.form-heading p {
    margin-top: 110px;
    background: #000;
    color: #fff;
    font-size: 20px;
    padding: 15px 20px;
    text-align: center;
    font-family: 'Saira', sans-serif;
}
.form {
    background: transparent;
    border: 1px solid#000;
    padding: 20px;
    margin-top: 25px;
}
.form p {
    text-align: center;
    background: #fff;
    color: #000;
    width: 200px;
    margin: -30px auto;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.form .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
.form .input-group .form-control {
    height: 50px;
}
.form label {
    margin-top: 20px;
}
.form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
}
.frm-btn{
    text-align: center;
}
.frm-btn a button{
    width: 100%;
    background: #000;
    border: 1px solid#000;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    margin-top: 26px;
    font-family: 'Saira', sans-serif;
    letter-spacing: 1px;
    transition-duration: 0.5s;
}
.frm-btn a button:hover{
    width: 100%;
    background: #fff;
    border: 1px solid#000;
    color: #000;
}

.sideimage.sd1{
    text-align: right;
}
.sideimage img {
    width: 170px;
    margin-top: 110px;
    padding: 5px;
    border: 1px solid#000;
}



.contact-banner img {
    width: 100%;
    margin-top: 75px;
}
.banner-content h1 {
    font-family: 'Saira', sans-serif;
    margin-top: -300px;
    color: #fff;
    font-size: 50px;
}
.banner-content a button{
    background: #fff;
    padding: 17px 60px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #fff;
    transition-duration: 0.3s;
    letter-spacing: 0.5px;
    margin-top: 20px;
}
.banner-content a button:hover {
    background: #c6c6c6;
    border: 1px solid #c6c6c6;
}
.contact-content{
    text-align: center;
}
.contact-content h2 {
    color: #000;
    margin-top: 100px;
    font-family: 'Saira', sans-serif;
    font-size: 36px;
}
.contact-content p {
    color: #000;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

.detail{
    margin-top:50px;
}

.detail .fa{
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 27px;
}
.detail h3{
    font-size: 20px;
    color: #000;
    margin-top: 20px;
    font-family: 'Saira', sans-serif;
}
.detail h4{
    margin-top: 20px;
}
.detail h4.addr {
    font-size: 16px;
    color: #000;
}
.detail h4 a{
    color: #000;
    margin-top: 17px;
}


.form.contact{
    border: 0px;
    margin-top: -20px;
}
.form.contact .form-group {
    
}
.form.contact .form-control.msgbox {
    height: 170px;
}


.aboutcont {
    margin-top: 80px;
    margin-bottom: 80px;
}
.aboutcont img {
    width: 100%;
}
.aboutcont h2 {
    font-size: 26px;
    margin-top: 0px;
    font-family: 'Saira', sans-serif;
    color: #000;
    letter-spacing: 0.5px;
}
.aboutcont p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.brdrbtm {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.tags p {
    color: #333;
}
.aboutcont p .fa {
    background: #000;
    padding: 2px;
    border-radius: 16px;
    font-size: 14px;
    color: #fff;
}
.btmcont {
    padding-bottom: 60px;
    padding-top: 60px;
    background: #f4f4f4;
}
.btmcont h2 {
    font-size: 30px;
    font-family: 'Saira', sans-serif;
    color: #000;
}
.btmcont p {
    font-size: 18px;
    color: #666;
}
.btmcont img {
    margin-top: 24px;
}
.btmcont h3 {
    color: #000;
    font-family: 'Saira', sans-serif;
}
.btmcont p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}
.content {
    margin: 50px 20px 50px;
}
.content h2 {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-family: 'Saira', sans-serif;
}
.fourr {
    text-align: center;
}
.fourr .fa {
    font-size: 40px;
    background: linear-gradient(to bottom, #000 0%, #333 100%);
    width: 90px;
    height: 90px;
    line-height: 90px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: -15px;
}
.fourr p {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    margin-top: 30px;
    font-family: 'Saira', sans-serif;
}
.fourr .fa:hover {
    background: linear-gradient(to bottom, #333 0%, #000 100%);
}


.serv-cont.overr{
    margin-top: 50px;
}
.serv-cont.overr h1{
    font-family: 'Saira', sans-serif;
    font-size: 30px;
    color: #000;
}
.serv-cont.overr p{
    font-size: 15px;
    line-height: 30px;
    color: #000;
}
.serv-cont.overr h3{
    font-family: 'Saira', sans-serif;
    color: #000;
}
.serv-cont p span {
    font-weight: 600;
    font-family: 'Saira', sans-serif;
    color: #000;
}
.sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
    margin-bottom: -50px;
}
#projectFacts .fullWidth {
    padding: 0;
}
.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}
.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}
.projectFactsWrap .item:nth-child(1) {
    background: #080808;
}
.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}
.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: #fff;
}
.projectFactsWrap .item p.number {
    font-size: 36px;
    padding: 0;
    font-weight: bold;
    font-family: 'Saira', sans-serif;
}
.projectFactsWrap .item span {
    width: 60px;
    background: #fff;
    height: 2px;
    display: block;
    margin: 0 auto;
}
.projectFactsWrap .item p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Saira', sans-serif;
}
.projectFactsWrap .item:nth-child(2) {
    background: #111;
}
.projectFactsWrap .item:nth-child(3) {
    background: #222;
}
.projectFactsWrap .item:nth-child(4) {
    background: #333;
}


.b-content {
    margin-top: 50px;
    text-align: center;
}
.oppoint {
    margin-bottom: 50px;
    overflow: hidden;
}

.oppoint p {
    text-align: left;
    width: 100%;
    font-size: 20px;
}
.oppoint h1 {
    text-align: left;
    font-family: 'Saira', sans-serif;
    color: #000;
}
.b-content h1 span {
    font-weight: 700;
    font-style: italic;
    color: #000;
}

.oppoint button {
    float: left;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 17px;
    margin-top: 30px;
    transition-duration: 0.5s;
    font-family: 'Arimo', sans-serif;
    padding: 17px 70px;
    letter-spacing: 1px;
}
.oppoint button:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.side img{
    width: 100%;
}







.new-footer {
    background: #000;
    padding: 20px;
    margin-top: 50px;
    padding: 80px 0px 20px;
}

.ftr-cntnt h4{
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}

.ftr-cntnt p{
    margin-top: 20px;
}
.ftr-cntnt p a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
}
.ftr-cntnt p a:hover {
    color: #cacaca;
}

.socialmedia{
    text-align: right;
}
.socialmedia .fa{
    color: #fff;
    margin-left: 20px;
    font-size: 22px;
}
.socialmedia .fa:hover{
    color: #cacaca;
}
.botmftr {
    border-top: 1px solid #cacaca;
    margin-top: 35px;
}
.botmftr p{
    color: #fff;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 25px;
}




.bottom-buttons{
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 9999;
    background: black;
    height: 60px;
    width: 60px;
    color: white;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.bottom-button .tooltip{
    position: absolute !important;
    top: -20px !important;
    left: calc(100% + 5px) !important;
    z-index: 3 !important;
    background: #00E676 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
    padding: 6px 12px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    opacity: 0 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    transition: 0s !important;
    color: #fff;
}
.bottom-button:hover .tooltip{
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: all 0.4s ease !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.whatsapp {
    bottom: 8px;
    font-size: 40px;
    background: #00E676;
}









@media screen and (min-width: 1px) and (max-width: 991px){
.n-nmbr {
  display: none;
}
.ep-nav .header_bar .navbar-brand {
  padding: 5px 10px;
}
.ep-nav .navbar-brand > img {
  width: 120px;
}
.navbar-toggle {
  display: block;
}
.login_side p {
  font-size: 16px;
}
.ep-nav .text-red {
  margin-top: 30px;
}
.banner-nv img {
  margin-top: 70px;
}
.buttonss {
  display: none;
}
.frmcnt .form-control {
  border: 1px solid #ccc;
  height: 40px;
  margin-bottom: 10px;
}
.fbtn a button {
  width: 100%;
}
.formm {
  background: #000;
  padding: 15px 20px 30px 45px;
}
.boxes {
  margin-top: 50px;
}
.crp h3 {
  margin-top: -80px;
  font-size: 30px;
}
.sides {
  margin-top: 50px;
}
.side-btn a button {
  padding: 11px 70px;
  margin-bottom: 20px;
}
.finance h2 {
  font-size: 26px;
}
.finance {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.finance a button {
  padding: 13px 30px;
  font-size: 16px;
  margin-top: 20px;
}
.upse {
  overflow: hidden;
  transition-duration: 0.5s;
  margin-top: 20px;
}
.up-text h3 {
  font-size: 20px;
}
.content {
  margin-top: -30px;
}
.new-footer {
  padding: 40px 0px 20px;
  text-align: center;
}
.ftr-cntnt h4 {
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}
.socialmedia {
  text-align: center;
  margin-top: 30px;
}






.banner-content h1 {
  margin-top: -70px;
  font-size: 20px;
}
.banner-content a button {
  display: none;
}
.aboutcont {
  margin-top: 40px;
  margin-bottom: 20px;
}
.aboutcont h2 {
  font-size: 20px;
  margin-top: 20px;
}
.btmcont {
  padding-bottom: 40px;
  padding-top: 40px;
  margin-bottom: 70px;
}
.btmcont h2 {
  font-size: 18px;
}






.serv-cont.overr {
  margin-top: 10px;
}
.serv-cont.overr h1 {
  font-size: 18px;
}
.projectFactsWrap .item p {
  font-size: 12px;
}
.projectFactsWrap .item i {
  font-size: 30px;
}
.projectFactsWrap .item p.number {
  font-size: 30px;
}
.oppoint h1 {
  font-size: 24px;
}




.contact-content h2 {
  font-size: 24px;
}
.size-heading h1 {
  margin-top: 100px;
  margin-bottom: 30px;
  font-size: 18px;
}
.size-heading.size {
  height: auto;
}
.formm.size {
  background: #000;
  padding: 15px 20px 30px 20px;
}
.sizebtn a button {
  padding: 15px 20px;
  font-size: 16px;
  margin-top: 30px;
}
.szebcnt {
  margin-top: 0px;
  padding: 20px;
}
.szebcnt h2 {
  font-size: 24px;
}
.sideimage img {
  display: none;
}

}






@media screen and (min-width: 992px) and (max-width: 1199px){
.serch p {
  font-size: 18px;
}
.fbtn a button {
  width: 100%;
}
.lines-text {
  margin-top: 30px;
  display: none;
}
.tab{
    display: none;
}
.banner-content h1 {
  margin-top: -220px;
}
.oppoint h1 {
  font-size: 30px;
}

.detail h4 a {
  font-size: 16px;
}
.sizebtn a button {
  padding: 15px 20px;
  font-size: 16px;
  margin-top: 20px;
}
.szebcnt h2 {
  font-size: 24px;
}
.szebcnt {
  margin-top: -370px;
  padding: 20px;
}


}





