.wc2c-floating-circle-left {
    left: 25px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    bottom: 30px;
    text-align: center;
    padding: 14px;
    -webkit-box-shadow: 3px 3px 12px 0px rgba(51,51,51,0.72);
    -moz-box-shadow: 3px 3px 12px 0px rgba(51,51,51,0.72);
    box-shadow: 3px 3px 12px 0px rgba(51,51,51,0.72);
}

.wc2c-wrap {
    position: fixed;
    z-index: 9999;
    display: inline-block;
}

.wc2c-wrap {
    text-decoration: none !important;
}
.wc2c-floating-circle-left .wc2c-text {
    display: none;
}
.wc2c-floating-circle-left .wc2c-icon {
    font-size: 42px;
    width: auto;
    padding-top: 3px;
}

    
    .mobile {
    display:none;
}
    
    @media (max-width: 920px){
.pc {
    display:none;
}   

.mobile {
    display: block;
}

}


#callme1 {
    position: fixed;
    left: 26px;
    bottom: 23%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 99990;
}
#callme1 #callmeMain {
    -moz-border-radius: 75% !important;
    -webkit-border-radius: 75% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(179, 8, 8);
    width: 75px;
    height: 75px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme1 #callmeMain:before {
    content: "";
    position: absolute;
    width: 142%;
    height: 140%;
    top: 0;
    left: 0;
    background-image: url(../img/mail.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}



.enquire-us-right > button {
    background-color: #cc404b;
    color: #fff;
    border: 1px solid #cc404b;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 15px;
    padding: 0px 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-radius: 5px 5px 0px 0px;
    height: 52px;
	
    }
	
		.enquire-us-right {
    position: fixed;
    right: -66px;
    top: 46%;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
    padding: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    z-index: 999;
    }
.popbtn{
  background: #ffb606 none repeat scroll 0 0;
  border: medium none;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin-top: 10px;
  padding: 8px 50px;
text-transform: uppercase;}
div#BotBootInputImage {
    float: left;
    padding: 8px 24px;
    font-size: 20px;
    margin: 2px 0;
    background: url(../captcha.png) no-repeat;
}
 .loader {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    background: rgba(255, 255, 255, 0.6);
}
.loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
pre {
    font-size: 11px;
    padding: 0px !important;
    color: red !important;
    background: none !important;
    border: none !important;
    position: absolute;
    margin-top: -13px;
}

.error {
border: 1px solid red !important ;
}

.bg-scheme1 {
	background-color: #00a0e3;
	height: 101px;
	padding: 22px;
	color: #264796;
}

.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}


@media only screen and (max-width: 1366px) {
.container-video{
   	width:1000px;
position: relative;
margin-left:180px;
}
}


@media only screen and (min-width: 768px) {
	
	
	
	
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
width: 100%;
max-width: 100%;
text-align: center;
}

.cd-intro {
  margin: 0em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 0em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 0 auto;
  }
}

.cd-headline {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}


.cd-headline.push b {
  opacity: 0;
  color: white;
}
.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
font-weight: 500;
}
.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
font-weight: 500;

}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.scroll-top {
	width: 55px;
	height: 55px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 18px;
	border-radius: 50%;
	z-index: 99;
	display: none;
	color: #21242b;
	text-align: center;
	cursor: pointer;
	background: #decece;
	-webkit-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}

.scroll-top span:before {
	font-size: 27px;
}

.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


.acd-items .panel-heading .panel-title  {

display: block;

font-weight: 600;

padding: 24px 29px;

position: relative;

color: #565872;

/* text-align: center; */

font-size: 16px;

background: #fff;

box-shadow: 0px 8px 16px 0px rgb(0 109 232 / 15%);

margin-bottom: 20px;
}

.acd-items .panel-heading .panel-title:hover  {
  background: #da292a none repeat scroll 0 0;
  display: block;
  font-weight: 600;
  padding: 24px 29px;
  position: relative;
  color: white;
  /* text-align: center; */
  font-size: 16px;
  box-shadow: 0px 8px 16px 0px rgb(0 109 232 / 15%);
}
.acd-items .panel-heading .panel-title i  {float: right;font-size: 24px;margin-top: -7px;}
.acd-items .panel-heading .panel-title a::before  {

    position: absolute;
    content: '\f41b';
    font-size: 80px;
    top: -20px;
    left: 5px;
    color: #fff;
    z-index: -1;
    opacity: .1;
}


.contact_us_area {
  padding: 100px 0px;
}

.contact_us_area .contact_us_inner {
  
}

.contact_us_form .form-group {
  margin-bottom: 15px;
}

.contact_us_form .form-group input {
  border: 1px solid #dedbdb;
  border-radius: 0px;
  background: #f2f2f2;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 24px;
  outline: none;
  font-size: 17px;
  color: #797979;
  letter-spacing: .51px;
}

.contact_us_form .form-group input.placeholder {
  font-size: 17px;
  color: #797979;
  letter-spacing: .51px;
}

.contact_us_form .form-group input:-moz-placeholder {
  font-size: 17px;
  color: #797979;
  font-family: "Lato", sans-serif;
  letter-spacing: .51px;
}

.contact_us_form .form-group input::-moz-placeholder {
  font-size: 17px;
  color: #797979;
  font-family: "Lato", sans-serif;
  letter-spacing: .51px;
}

.contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 17px;
  color: #797979;
  font-family: "Lato", sans-serif;
  letter-spacing: .51px;
}

.contact_us_form .form-group input:focus {
  border-color: #dedede;
}

.contact_us_form .form-group label {
  font-size: 14px;
  color: #797979;
  letter-spacing: .51px;
  font-weight: normal;
  margin-bottom: 0px;
}

.contact_us_form .form-group textarea {
  border: 1px solid #dedede;
  border-radius: 0px;
  background: #f2f2f2;
  height: 203px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 24px;
  outline: none;
  font-size: 17px;
  color: #797979;
  letter-spacing: .51px;
  resize: none;
}

.contact_us_form .form-group textarea.placeholder {
  font-size: 17px;
  color: #797979;
  letter-spacing: .51px;
}

.contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 17px;
  color: #797979;
  letter-spacing: .51px;
}

.contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 17px;
  color: #797979;
  letter-spacing: .51px;
}

.contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 17px;
  color: #797979;
  letter-spacing: .51px;
}

.contact_us_form .form-group textarea:focus {
  border-color: #dedbdb;
}

.contact_us_form .form-group:last-child {
  margin-bottom: 0px;
  margin-top: 20px;
}

.contact_us_details {
  padding-top: 0px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.contact_us_details .row .col-md-4:nth-child(2) .c_details_item .media .media-left i {
  font-size: 23px;
}

.c_details_item {
  background: transparent;
  border: 1px solid #e5e5e5;
  padding: 16px 15px;
}

.c_details_item .media .media-left {
  padding-right: 23px;
  /* vertical-align: middle; */
}

.c_details_item .media .media-left i {
  height: 50px;
  width: 50px;
  border: 1px solid #03343a;
  border-radius: 50%;
  color: #03343a;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.c_details_item .media .media-body p {
  /* max-width: 185px; */
  font-size: 17px;
  color: #a0a0a0;
  letter-spacing: .34px;
  line-height: 22px;
  color: #4a4a4a;
  line-height: 24px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}

.c_details_item .media .media-body a {
  display: block;
  /* font-size: 17px; */
  /* color: #a0a0a0; */
  letter-spacing: .34px;
  color: #4a4a4a;
  line-height: 24px;
  font-size: 14px;
}

.map_area .mapBox {
  height: 440px;
}

/* Start responsive css*/

@media only screen and (min-width: 320px) and (max-width: 735px) {
  .c_details_item {
    padding: 28px 15px;
  }
  .c_details_item .media .media-left {
    padding-right: 10px;
  }

}


  .mobile {
    display:none;
}

.contact_icons.pc {
    top: -13px;
    right: 100px;
    left: auto;
    /* z-index: 99999; */
    /* width: 20%; */
    float: right;
}

.contact_icons{/* position: absolute; *//* left: 19px; *//* bottom: 66px; *//* z-index: 999; *//* width: 50px; *//* text-align: center; */}
.contact_icons a{width: 55px;height: 55px;border-radius: 100%;text-align: center;line-height: 48px;font-size: 24px;color: #fff;background: #edac15;box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);clear: both;margin-bottom: 10px;display: inline-block;}
.contact_icons a.whatsapp-icon{background: #2DC100;font-size: 29px;overflow: hidden;animation-duration: 1s;animation-timing-function: ease;animation-delay: 0s;animation-iteration-count: infinite;animation-direction: normal;animation-fill-mode: none;animation-play-state: running;animation-name: pulse2;color: #fff;float: right;}
a.whatsapp-icon i {
    margin-top: 13px;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2DC100;
            box-shadow: 0 0 0 0 #2DC100; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } }

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2DC100;
            box-shadow: 0 0 0 0 #2DC100; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } 
}

@media (max-width: 920px){
.pc {
    display:none;
}   

.mobile {
    display: block;
    float: right;
}
