@charset "utf-8";
/* header Style */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Oswald:wght@200;300;400;500;600;700&display=swap');
body {font-family: 'Open Sans', sans-serif; color: #444444;}


a{color: #7bc7d7; text-decoration:none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;

}

h1, h2, h3, h4, h5, h6{ font-family: 'Open Sans', sans-serif;}

/*nav-top*/

p{ font-family: 'Open Sans', sans-serif; color:#444; font-size: 14px; line-height:24px; text-align:justify;}



 header{ background:#eee; padding: 10px 0;}
 
.logo{text-align:left;}
.head-rht{text-align:right;}
.head-rht p{ font-weight:bold; Font-size:16px; color:#333; line-height:24px; text-align:right; margin:0; }

.readmore{ font-size:14px; color:#fff; padding:5px; text-decoration:none; line-height:24px; text-transform:uppercase; background:#333;}
.readmore:hover{ color:#fff; padding:5px; text-decoration:none; line-height:24px; text-transform:uppercase; background:#333;}
.heading-s{font-size:15px; font-weight:bold; text-transform:uppercase; color:#fff; line-height:40px; background:#333; margin:0;}
.box-main{ /*width:320px;*/ text-align:center; padding:0px; border:1px #ccc solid; vertical-align:top; margin:20px 10px;}
.box-main p{ padding:0 5px; text-align:center;}
.img-center{ width:100%; margin:0; padding:0;}

a {text-decoration:none;}

/*footer*/
footer{ padding-top: 30px; background:#333; color: #fff; overflow:hidden;}

footer h2{ font-size: 24px; font-weight: 500; color: #fff; margin-bottom: 10px; padding-bottom:10px; text-transform: capitalize; border-bottom: 1px dashed #444;}

footer p{ color: #fff; text-align:left;}	
	
footer h2 span {
    position: absolute;
    width: 100%;
    left: 1px;
    font-size: 20px;
    color: #222;
    z-index: 1;
    top: -17px;
}

/*.ft-cont{margin-top: -3px;}*/

.us-lk ul{ list-style-type: square; font-size: 13px; margin-bottom: 0; color: #fff; padding-left: 24px;}

.us-lk ul li{line-height: 20px; margin-bottom: 7px;}

.us-lk ul li:hover{ padding-left: 5px;}

.us-lk ul li a{ color:#fff;}

.us-lk ul li:hover a{ color:#fff;}

footer a{ color:#fff;}

.ft-soc ul{ font-size: 16px; margin-bottom: 0; list-style: none;}

.ft-soc ul{padding-left: 0; font-size: 14px;}
	
.ft-soc ul a{ color:#fff;}
.ft-soc ul li{margin-bottom:8px;}
.ft-soc ul li img{    margin-right: 10px; transition:0.5s;}
.ft-soc ul li:hover img{border-radius:50%; transition:0.5s;}
	
.ft-cont strong{color:#fff;}

.ft-cont p{ margin-bottom:8px; font-size:14px; color: #fff; line-height: 22px; transition: 0.5s;}

.copyrht{ background: #222;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    position: relative;
}
	
.copyrht p{ margin-bottom: 0; color: #fff; font-size: 14px; line-height:22px;}

#FooterrControl1_tr_FooterBackImage{background-image:none !important;}

.cprht-lft p{text-align:left; }

.cprht-rht p{ text-align:right;}


.ft-cont i {    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 19px;
    line-height: 30px;
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: baseline;
    float: left;
    transition: 0.5s; 
}

.ft-cont i img{}

.ft-cont p:hover i{ background:#666; transition:0.5s;}


/*footer*/


/*contact*/

.maap{ border:1px dashed #ccc; margin-top:10px;}
.maap img{ margin:0 auto;}

/*Contact Us*/

.container-fluid{ padding-left:0; padding-right:0;}


@media(max-width:1024px){ }

@media(max-width:767px){
.box-main { width: 48%;  float: left;  margin: 10px 1%;}
header{ padding: 17px 10px !important;}	

.head-rht{ display:none;}	

}

@media(max-width:669px){
.box-main { width: 98%;  float:inherit;  margin: 10px auto; }
.copy-rht{display:none;}
.copy-lft{width:100%;}



}

@media(max-width:480px){

	
footer .col-xs-6{width:100%;}



}

.whatsapp_btn {
    position: fixed;
    top: 28em;
    right: 40px;
    width: 55px;
    height: 55px;
    z-index: 9999;
  }
  .whatsapp_btn .icon_logo {
    position: relative;
    z-index: 100;
    padding: 5px;
  }

  .whatsapp_btn .icon_logo > a > img {
    width: 100%;
  }

  .whatsapp_btn .circle_waves {
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
  }

  @keyframes waves {
    from {
      transform: scale(0.55, 0.55);
      opacity: 0.6;
    }
    to {
      transform: scale(1.8, 1.8);
      opacity: 0;
    }
  }

  .callus {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: right;
    position: fixed;
    top: 33em;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 99999;
  }  
 

  .callus .callusL {
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    float: right;
    background: #eb1d39;
    color: #fff;
    margin: 0 20px 0 0;
    -webkit-box-shadow: 0px 0px 0px 7px #dc3545;
    -moz-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
    box-shadow: 0px 0px 0px 7px #dc354536;
    -webkit-animation: tada 1.25s infinite alternate-reverse;
    -moz-animation: tada 1.25s infinite alternate-reverse;
    -ms-animation: tada 1.25s infinite alternate-reverse;
    animation: tada 1.25s infinite alternate-reverse;
  }

.inner-icon-ul a { color: #181818 !important;}