
header h2 {
    font-size: 28px;
}

.carousel-control {
    background-image: none !important;
}

a.carousel-control {
    color: #94577f !important;
}

section.inner-header.divider.layer-overlay.overlay-dark-5 {
    background: #91557c !important;
}

.default-padding-top {
    padding-top: 29px;
}

.bg-graynew {
    background-color: #fff3fd  !important
}

textarea#message {
    height: 100px;
}

.single-service strong {
    color: #744066 !important;
}

ol.breadcrumb.text-center.text-black.mt-10 {
    display: none;
}

.form-control {
    background: #fff9cc !important;
    color: #000 !important;
}

.reg-area .reg-form button:hover {
    background: #f9f9f9 none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    font-family: "Poppins", sans-serif;
    /* font-weight: 600; */
    margin-top: 15px;
    padding: 10px 40px;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #333333;
}


button#signup {
    background: #633556 none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    font-family: "Poppins", sans-serif;
    /* font-weight: 600; */
    margin-top: 15px;
    padding: 10px 40px;
    text-transform: uppercase;
    color: white;
    border-radius: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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;
}

.reg-area .reg-form input, .reg-area .reg-form select {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    color: #666666;
    min-height: 50px;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    border: 3px solid #b56c9d;
    border-radius: 10px;
    
}

.header h3 {
    font-size: 12px;
}

.widget img {
    width: 65px;
    padding-top: 15px;
}

.tp-bullet {
    display: none;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 5px;
    color: #000;
    background: #fff;
    margin-top: 1px;
    float: right;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    position: absolute;
    right: 0;
}

.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;
}
.icon-bar1 {
  position: fixed;
  top: 54%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.icon-bar1 {
  position: fixed;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-52%);
  z-index: 999;
}

.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 9px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
}


.icon-bar1 a:hover {color: #fff !important; transform: rotate(360deg); transition: all 0.2s; -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);}

.icon-bar1 a:hover {color: #fff !important;}

.fbbtn {
  background: #4267B2;
  color: white;
}
.wtbtn {
  background: #2DC100;
  color: white;
}

.clbtn{
  background: #0077B7;
  color: white;
}

.inbtn{
  background: #AC34B0;
  color: white;
}
.youtubebtn{
  background: #F30000;
  color: white;
}
.twbtn{
  background: #1CA1F3;
  color: white;
}


.enquire-us-right > button {
    background-color: #e5172d;
    color: #fff;
    border: 1px solid #e5172d;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 16px;
    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: -60px;
    top: 48%;
    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;}

 .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: relative;
}

.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%);
}

.contact_icons{position: fixed;left: 49px;bottom: 19px;z-index: 999;width: 50px;text-align: center;}
.contact_icons a{width: 66px;height: 66px;border-radius: 100%;text-align: center;line-height: 43px;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: 0px;display: inline-block;}
.contact_icons a.whatsapp-icon{background: #2DC100;font-size: 47px;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;}
a.whatsapp-icon i {
    margin-top: 10px;
}

@-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); } 
} 




.contact_mobile{position: fixed;right: 51px;bottom: 40px;z-index: 999;width: 49px;text-align: center;}
.contact_mobile a{width: 65px;height: 65px;border-radius: 100%;text-align: center;line-height: 51px;font-size: 24px;color: #fff !important;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: 0px;display: inline-block;}
.contact_mobile a.phone-icon{background: #e5172d;font-size: 33px;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: pulse3;color: #fff;padding-top: 8px;}
a.phone-icon i {
    /* margin-top: 16px; */
    /* transform: rotate(100deg); */
}

@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #852c70;
            box-shadow: 0 0 0 0 #852c70; }
  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 pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e5172d;
    box-shadow: 0 0 0 0 #e5172d;
    }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } 
} 



.header-top-text{
	text-align:center;
}

.header-line-1{
	color: #633556;
	text-align: center;
	padding-top: 10px;
	font-family:times-new-roman;
	font-size: 25px;
	/* padding-right: 108px; */
	font-weight: 700;
	letter-spacing: 0px;
}

.header-line-2{
		color: #633556;
		text-align:center;
		padding-top: 11px;
		font-family:times-new-roman;
		font-size: 18px;
		letter-spacing: 0px;
		padding-right: 0px;
}

.header-line-3{
		color: #633556;
		text-align:center;
		padding-bottom: 9px;
		font-family:times-new-roman;
		font-size: 18px;
		letter-spacing: 0px;
		padding-left: 130px;
}




.line-blink{
    animation: blinky .7s infinite;
    background-color: #ffffff;
    padding: 0px 1px;
    position: relative;
    top: 0px;
    height: 14px;
    margin-top: 6px;
}

@keyframes blinky {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}



.image-rap{
	 margin-bottom: 30px;
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 20%);
}

.news-section .image-holder .image-box {
    position: relative;
}



.department {
	border-bottom: 3px solid #633556;
	border-radius: 0 0 2px 2px;
	margin-bottom: 30px;
	min-height: 380px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 20px 1px rgb(33 32 32 / 15%);
}
.department .thumb {
	overflow: hidden;
	position: relative;
}
.department .thumb .round-style {
	background-color: #fbf7f8;
	border-radius: 50%;
	bottom: 12px;
	height: 70px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	width: 70px;
}
.department:hover .thumb .round-style {
	bottom: 76px;
}
.department .department-details {
	background-color: #fbf7f8;
	bottom: -63px;
	height: 260px;
	padding: 0 15px 20px;
	position: absolute;
	text-align: center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	width: 100%;
}
.department .department-details h4 {
	color: #202A30;
	font-weight: 700;
}
.department-details .round-style {
    background: #fbf7f8 none repeat scroll 0 0;
    border-radius: 50%;
    height: 97px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -53px;
    width: 100px;
}
.department:hover .department-details {
	bottom: 0;
}
.department .department-details .icon {
	color: #633556;
	display: inline-block;
	font-size: 52px;
	position: relative;
	top: -24px;
}
.department .department-details .title {
	margin-bottom: 13px;
}
.department .department-details .details {
	font-size: 14px;
	padding-bottom: 20px;
}
.department .department-details a.btn-thm {
	margin-top: 15px;
}
.department:hover .department-details a.btn-thm {
	margin-top: 10px;
}
.thm-btn {
	background: #633556;
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 35px;
	border: 2px solid transparent;
	transition: all .3s ease;
}
.btn-flat {
	border-radius: 0;
}
.thm-btn:hover,
.thm-btn.inverse {
	background-color: #fbf7f8;
	border-color: #e5172d;
	color: #e5172d;
}
.thm-btn:active,
.thm-btn:focus {
	background-color: #fff;
	border-color: #cf056b;
	color: #cf056b;
}
.thm-btn.inverse:hover {
	background: #cf056b;
	border-color: #cf056b;
	color: #fff;
}
.btn-xs {
	font-size: 11px !important;
	padding: 8px 15px !important;
}