@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.sliderimg {
    border-radius: 10px;
}

.sliderhead {
    border-radius: 4px;
    background: #fe9800;
    padding: 6px 12px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;

}

.slidercap {
    padding: 0% 0;
    text-align: center;

}

.slidercap h2 {
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 95px;
    line-height: 100px;
    color: #2d3b8e;
}

.slidercap p i {
    color: #e20813;
}

.carousel-caption {
    bottom: 14%;
    left: 10%;
    right: 10%;
}

.slidercap h2 span {
	font-family: 'Poppins', sans-serif;
    color: #000;
}

.slidercap h4 {
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 25.5px;
    line-height: 26px;
    font-weight: 700;
	margin-bottom: 10px;
}

.slidercap h3 {
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 35px;
    line-height: 26px;
    font-weight: 700;
	    margin-top: 10px;
}

.slidercap p {
		border-top: 2px solid #ba0c31;
		border-bottom: 2px solid #ba0c31;
		    padding: 9px 0px 5px;
				margin-top: 32px;
}

.slidercap p span {
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}

.sliderbox {
    background: rgba(0, 0, 0, 0.4);
    padding: 10px !important;
    border-radius: 8px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);

}

.btnlink{
    padding: 10px 26px;
    border-radius: 4px;
    background:  #e00813 !important;
    color: #ffffff !important;text-decoration: none;transition: .8s;

}
.btnlink:active,
.btnlink:hover,
.btnlink:focus {
    padding: 10px 26px;
    border-radius: 4px;
    background:  #ffffff !important;
    color: #000000 !important;text-decoration: none;

}

/*.postproperty*/

.postproperty {
    padding: 8px;
    margin: 10px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}

.propertycontent {
    padding: 8px;
}

.propertycontent h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.propertycontent p {
    padding: 0;
    margin: 0px;
    font-size: 14px;
}

.propertycontentprice {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    background: #f46000;
    padding: 6px 10px;
    border-radius: 10px;
}

.projectsubhead {
    padding: 0px;
    color: #000000;
    text-transform: uppercase;
    margin: 0px;
    font-size: 13px;
    font-weight: 500;

}

.linktheme,
.linktheme:hover,
.linktheme:focus,
.linktheme:active {
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}

.animate-typing {
    /*    background: rgba(244, 96, 0, 0.2);*/
}

/* .nav-pills .nav-link.active::before{
    content: "";
    width: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #e30914;
    left: auto;
    right: auto;top: 70px;
} */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
        background: linear-gradient(to right, #bf1e2e, #bf1e2e);
    font-weight: 500;
    font-size: 18px;
    padding: 8px 26px;
    /* text-transform: uppercase; */
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-pills .nav-link {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;/* text-transform: uppercase; */
    padding: 8px 26px;
}

.input-group-text {
    background: #ededed;
    border: 0;
    color: #f46000;
    margin-top: 8px;
    padding: 14px 8px;
}

.formslider,
.formslider:hover,
.formslider:focus,
.formslider:active {
    background: #ededed;
    border: 0;
    margin-top: 8px;
    padding: 10px;
    height: auto;
    outline: none;
    box-shadow: none;
    font-size: 13px;
}

.formsearchtext {
    background: #ededed;
    border: 0;
    color: #f46000;
    margin-top: 8px;
    padding: 14px 8px;
}

.formsearch,
.formsearch:hover,
.formsearch:focus,
.formsearch:active {
    background: transparent;
    border: 1px solid #cccccc;
    margin-top: 8px;
    padding: 10px;
    height: auto;
    outline: none;
    box-shadow: none;
    font-size: 13px;
    width: 100%;
    text-align: left;
}

.formhead {
    text-align: left !important;
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 15px;
    color: #ffffff;
}

.locationselected {
    font-size: 12px;
    background: #f46000;
    padding: 2px 12px;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 500;
}

.searchsliderbtn {
    border: 0;
    margin-top: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #ffffff;
    font-size: 20px;
    background: #f46000;
    padding: 6px 16px;

}

.owl-theme .owl-nav {
	  position: absolute;
    top: 46%;
    width: 100%;z-index: 111;
	
}

.owl-carousel .owl-nav button.owl-next {
    font-size: 36px;
    color: #ffffff;
    padding: 0px 18px;
    line-height: 50px;
    transition: .8s;
    position: absolute;
    right: -56px;
    top: 33%;
    border: 0px solid #ef8316;
    border-radius: 50%;
    outline: none;
    background: linear-gradient(135deg, #076cb9, #5b3496);

}

.owl-carousel .owl-nav button.owl-prev {
    font-size: 36px;
    padding: 0px 18px;
    line-height: 50px;
    color: #ffffff;
    left: -56px;
    position: absolute;
    background:transparent;
    transition: .10s;
    top: 33%;
    border-radius: 50%;
    outline: none;
	 background: linear-gradient(135deg, #076cb9, #5b3496);


}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:active,
.owl-nav button.owl-next:focus {
    color: #ffffff;
    background: linear-gradient(135deg, #06f191, #40b6e7);
    border: 0;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-nav button.owl-next:active,
.owl-nav button.owl-next:focus {
    color: #ffffff;
   background: linear-gradient(135deg, #06f191, #40b6e7);
    border: 0;
    border: 0;
}

.message {
    padding: 100px 10px 0px;
}
.execomm{
    padding: 100px 10px 0px; 
}

.regpack{
     padding: 100px 10px 100px; 
}

.messagegrid {
    background: #222222;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e40914", endColorstr="#a7020a", GradientType=1);
    padding: 22px;
    border-radius: 20px;
    margin: 20px 0px;text-align: center;
}

.messagegrid::before {
    content: "";
    width: 0;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #222222;
    bottom: -8px;
    left: 48%;
    right: 0;
    display: block;
}

.messagegrid p {
    color: #cccccc;
    font-weight: 400;text-align: left;
}

.mainheader {
    font-weight: 700;
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 8px;
}

.mheadimg {
    width: 180px;
}

.mainheader span {
    font-weight: 700;
}

.nav-tabs {
    border: 0;
    margin-bottom: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    background: #005575;
    /* border-radius: 6px; */

}

.nav-tabs .nav-link {
 /*    border: 0; */
    color: #201c2d;
    font-size: 18px;
    font-weight: 500;
	    border: 1px solid #2b8295;
}

.RegPackages-box{
    background-image: url(../images/registration-bg.jpg);
    background-size: cover;background-repeat: no-repeat;
    padding: 34px 22px;
    border-radius: 10px;margin: 20px 0px;
}

.regpackhead{
   /*  background: linear-gradient(to right, #e30914, #a7020a); */
    font-size: 20px;
    font-weight: 600;
    -webkit-background-clip: text;
    background-clip: text;
    color: #000000;
}

.regpacktext{
    font-size: 16px;margin: 0;
}
.regpackprice{
     font-family: 'Poppins', sans-serif;
    font-size: 26px;font-weight: 700;margin: 0;color:#3e3e3e;
}


.regpackprice1{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;font-weight: 400;margin: 0;color:#000000;letter-spacing: 1.6px;
    margin-top: 21px;
}

.zoom {
    padding: 0px;
    transition: .8s;
    /* Animation */
    margin: 0 auto;
    overflow: hidden;
}

.zoom:hover {
    transform: scale(1.06);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.imgslider {
    position: absolute;
}

.aboutus {
    padding: 40px 0px 0px;
}

.aboutsec {
    position: relative;
    padding: 40px 10px;
    z-index: 11111;
    top: 0;
}

.cardabt {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.aboutus p {
    font-size: 14px;
}

.count {
    display: flex;
    width: 100%;
    text-align: center;
    margin: 20px 10px;
}

.countrow {
    padding: 0px 30px;
}

.countrowfont {
    text-align: center;
    font-size: 40px !important;
    font-weight: 800;
    color: #f46000;
    line-height: 20px;
}

.countrowfontsub {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 400;
}

.btnlink1 {
    padding: 8px 26px;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid #f46000 !important;
    color: #000000 !important;
    text-decoration: none;
    transition: .8s;
}

.btnlink1:active,
.btnlink1:hover,
.btnlink1:focus {
    padding: 8px 26px;
    border-radius: 30px;
    font-weight: 600;
    background: #f46000 !important;
    color: #ffffff !important;
    border: 1px solid #f46000 !important;
    text-decoration: none;
}

.btnlink2 {
    background: transparent !important;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #f46000 !important;
    color: #000000 !important;
    text-decoration: none;
    transition: .8s;
    text-transform: uppercase;
}

.btnlink2:active,
.btnlink2:hover,
.btnlink2:focus {
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 600;
    background: #f46000 !important;
    color: #ffffff !important;
    border: 1px solid #f46000 !important;
    text-decoration: none;
}

.upcomproject {
    padding: 200px 10px 100px;
}

.supportive {
    padding: 40px 10px;
}

.footerlogo {
    width: 190px;
}

/* footer {
    padding: 60px 10px;
    text-align: left;
    background: #111111;

}

footer h3 {
    font-weight: 600;
    font-size: 16px;
    color: #f46000;
} */

.cslink,
.cslink:active,
.cslink:hover,
.cslink:focus {
    color: #ffffff;
    text-decoration: none;
}

footer p {
    font-size: 15px;
    color: #ffffff;
}

footer p a {
    text-decoration: none;color: #6effb4;font-size: 16px;
}

footer p a:hover,
footer p a:focus,
footer p a:active {
    text-decoration: none;color: #ffffff;font-size: 16px;
}

footer ul {
    padding-left: 0px;
    list-style: none;
}

footer ul li a {
    color: #ffffff;
    font-size: 14px;
}

footer ul li a,
footer ul li a:hover,
.footer ul li a:active,
.footer ul li a:focus {
    text-decoration: none;
    color: #ffffff;
}

.footersub {
    padding: 8px;
    background: #000000;
}

.footersub p {
    margin: 0;
    font-size: 12px;
    color: #ffffff;
}

.telno {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    text-decoration: none;
}

.telno:hover,
.telno:focus,
.telno:active {
    text-decoration: none;
}

.testimonials {
    padding: 0px 10px 60px;
}

.testimonialsgrid {
    background: #ffffff;
    border: 1px solid #ededed;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 100px;
}

.quotes {
    font-size: 48px;
    color: #f46000;
    opacity: 0.3;
}

.testmonilscontent {
    font-size: 18px;
    font-weight: 500;
}

.userdname {
    font-size: 18px;
    font-weight: 600;
    color: #f46000;
    margin: 0;
}

.designation {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.testimonialimg {
    width: 96px !important;
    border-radius: 50%;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.testmarrow {
    padding: 12px 16px;
    opacity: none;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}

.ourpartner {
    padding: 60px 10px;
}

.orpartner {
    margin: 10px;
    text-align: center !important;
}

.partnerimg {
    margin: auto;
    border: 1px solid #ededed;
    padding: 0 8px;
    margin: auto !important;
    text-align: center !important;
}


.searchbar {
    padding: 0px;
    background: #ffffff;
    border-radius: 4px;
}

.searchbarhead {
    color: #000000;
    line-height: 19px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 2rem;
}

.breadcrumb-item a {
    font-weight: 500;
    color: #000000 !important;
}

.Residentialhead {
    font-size: 18px;
    font-weight: 500;
}

.resultsearch {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    line-height: 16px;
}

.subtextsearch {
    font-size: 12px;
    color: #333;
    font-weight: 400;
}

.dropdownslider {
    padding: 10px 10px 30px;
    width: 300px;
    left: auto !important;
    right: 0 !important;
}

.dropdownslider1 {
    padding: 10px 10px 30px;
    width: 200px;
    left: 0 !important;
    right: auto !important;
}

.pagecontent {
    padding: 60px 0px;
}

.pagecontenthead {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.pagecontent p {
    font-size: 14px;
}

.pagediv {
    margin: 0 0 8px;
}

.projectlisting {
    margin: 10px 0px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.projectimglist {
    width: 210px;
    border-radius: 4px;
}

.projectlisting p {
    font-size: 14px;
}

.projectlistingsubhead {
    font-weight: 600;
}

.projectprice {
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
}

.projectprice span {
    font-weight: 500;
    font-size: 12px;
    color: #444444;
}

.projectbtn,
.projectbtn:hover,
.projectbtn:focus,
.projectbtn:active {
    background: #f46000;
    color: #ffffff;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 3px;
    /*float: right;*/
}

/*projectdetailprice*/

.projectdetailprice {
    font-size: 24px !important;
    font-weight: 600;
    text-align: left;
    margin: 0;
}

.projectdnormaltxt {
    font-size: 14px;
}

.smalltxt {
    font-size: 13px !important;
    text-align: left;
}

.projectmainimg {
    border-radius: 10px;
    padding: 6px 0;
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 0px;
}

#custCarousel .carousel-indicators > li {
    width: 80px;
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.75;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.85;
}

.carousel-item img {
    width: 100%;
}

.thumbproject {
    border-radius: 50%;
    padding: 3px;
    width: 70px;
    height: 70px;
    border: 3px solid #f46000;
}

.prodrow {
    clear: both;
}

.prodbox {
    border: 1px solid #cccccc;
    padding: 8px;
}

.prodcolumn {
    float: left;
    width: 50%;
    padding: 8px;
    margin-bottom: 10px;
}

.prodcolumn p {
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #444444;
}

.prodcolumn h5 {
    font-weight: 600;
    font-size: 13px;
}

.prodcolumnicon {
    width: 46px;
    padding: 2px;
}

.proddechead {
    margin: 0;
    padding-top: 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

.prodnormaltxt {
    font-size: 13px;
}

.faculty {
    padding: 14px;
    margin: 10px 0 0px;
    border-radius: 8px;
    text-align: center;
}

.faculty h2 {
    /* font-size:16px;
    font-weight: 700;
    background-clip: text;
    color: #cccccc;
    margin:16px  0 0; */
	
	font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 29px;
    font-weight: 600;
    outline: none;
    display: inline-block;
      color: #ffffff;
    transition: all 0.3s ease;
	    margin-top: 23px;
		    text-transform: capitalize;
}

.faculty p {
    /* background: linear-gradient(to right, #e30914, #a7020a);
   font-size: 16px;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; */
	   margin-top: -4px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
	font-weight:500;
}


.faculty1 {
    padding: 14px;
    margin: 10px 0 27px;
    border-radius: 8px;
    text-align: center;
}

.faculty1 h2 {
    /* font-size:16px;
    font-weight: 700;
    background-clip: text;
    color: #cccccc;
    margin:16px  0 0; */
	
	font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 29px;
    font-weight: 600;
    outline: none;
    display: inline-block;
      color: #005575;
    transition: all 0.3s ease;
	    margin-top: 23px;
		    text-transform: capitalize;
}

.faculty1 p {
    /* background: linear-gradient(to right, #e30914, #a7020a);
   font-size: 16px;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; */
	   margin-top: -5px;
    color: #005575;
    font-size: 15px;
   font-family: 'Poppins', sans-serif;
	font-weight:500;
}


.faculty2 {
    padding: 14px;
    margin: 10px 0 27px;
    border-radius: 8px;
    text-align: center;
}

.faculty2 h2 {
    /* font-size:16px;
    font-weight: 700;
    background-clip: text;
    color: #cccccc;
    margin:16px  0 0; */
	
	font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 29px;
    font-weight: 600;
    outline: none;
    display: inline-block;
      color: #005575;
    transition: all 0.3s ease;
	    margin-top: 23px;
		    text-transform: capitalize;
}

.faculty2 p {
    /* background: linear-gradient(to right, #e30914, #a7020a);
   font-size: 16px;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; */
	   margin-top: 4px;
    color: #005575;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
	font-weight:500;
}

.quoteicon{
     background: linear-gradient(to right, #e30914, #a7020a);
   font-size: 66px;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;margin-top: -100px;
    color: transparent;text-align: center;
}

.facultyimg { 
   /*  background: #e30914 !important;
    border-radius: 50% !important; */
    width:140px!important;margin: -21px  auto !important;padding: 27px 10px 35px;
}


.facultyimg2 { 
   /*  background: #e30914 !important;
    border-radius: 50% !important; */
    width: 190px!important;margin: -28px  auto !important;
    /* padding: 6px !important; */
}

.facultyimg-1{
      /*  background: #e30914 !important;
    border-radius: 50% !important; */
    width:140px!important;margin: -21px  auto !important;padding: 27px 10px 39px; 
}

/* .facultyimg-1::after{
    content: "";
    width: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #e30914;
    left: 49%;
    right: 0;
    display: block;
} */

.overviewimg {
    width: 40px;
    padding: 4px;
}

.btmline {
    width: 100px;
    height: 2px;
    background: #f46000;
    margin: 10px 0;
}

.vision {
    padding: 16px 0;
    /*    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);*/
    margin: 20px 0;
    border-radius: 8px;
}

.vision h2 {
    font-weight: 600;
    color: #030b2f;
    font-size: 16px;
    margin: 4px 0;
}

.vision P {
    color: #000000;
    font-size: 14px;
}

.visionicon {
    width: 124px;
    padding: 4px;
}

.mainheading {
    font-size: 26px;
    font-weight: 600;
    color: #030b2f;
}

.subheading {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.venueicon{
    width: 50px;
}

/* Create two equal columns that floats next to each other */
.venuecolumn {
  float: left;
  width: 50%;
  padding: 10px 4px;
}

/* Clear floats after the columns */
.venuerow:after {
  content: "";
  display: table;
  clear: both;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}
/* 
.table td,
.table th {
    font-size: 14px;
    padding: 8px;
    border-top: 1px solid transparent;
    border: 1px solid #303030;color: #000000 !important;font-weight: 500;
}
.table-bordered{
    border: 1px solid #303030 !important;
}
.table thead th{
    border: 1px solid #303030 !important;
} */
.highlightedprod {
    font-weight: 600;
    color: #000000 !important;
}
.textreg{
   color: #ffffff; 
}

.textreg span{
        background: linear-gradient(to top, #283891, #0c116a);
    font-size: 18px;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/*prodoverview*/
.prodoverview {
    border-bottom: 1px solid #ededed;
    padding: 0px;
    font-size: 14px;
    margin: 10px 0;
}


.Amenities {
    background: #ededed;
    padding: 24px 12px;
    text-align: center;
    border-radius: 10px;
    margin: 10px 0;
}

.Amenities p {
    padding: 10px 0;
    margin: 0;
    font-size: 13px;
    color: #030b2f;
    font-weight: 500;
    line-height: 14px;
}

.Amenitiesimg {
    width: 40px;
}

.aboutbg {
    position: absolute;width: 600px;
   left: 0;right: auto;top: auto;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 54s linear infinite;
    -moz-animation:spin 54s linear infinite;
    animation:spin 54s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.ui-slider-horizontal {
    height: 8px;
}

.ui-widget-header {
    background-color: #f7b78d !important;
    border: 1px solid #f7b78d !important;
    background: none;
    color: #222222;
    font-weight: bold;
}

.ui-widget-content {
    border: 1px solid #f7b78d !important;
    background: #ffffff !important;
    color: #222222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #f46000 !important;
    border-radius: 50%;
    background: none;
    font-weight: normal;
    color: #555555;
    background-color: #f46000;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.4em !important;
    margin-left: -.6em;
}


.close, .close:hover, .close:active, .close:focus{
    position: absolute;right: 0;top: 0;background-color: #ff000000 !important;opacity: 1 !important;    padding: 10px 22px!important;
    border-radius: 50%!important;color: #ffffff;
    font-size: 30px;z-index: 1;
}
.modalheader{
    padding: 0;background: #000000;border:0px solid #000000;
}

.modalbody{
    padding: 0;background: #000000;
}

.modalcontent{
border:2px solid #ffffff !important;
}

.linksbtn, .linksbtn:hover, .linksbtn:active, .linksbtn:focus{
    color: red;
}


.tblheader{
    background: linear-gradient(to right, #238299, #07d88b);color: #ffffff;
}


/*scrollbar*/


/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000000;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    
	  background: linear-gradient(135deg, #f8ca48, #f8ca48);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(135deg, #1e7e961, #1e7e96);
   
}

.pad {
	    padding: 14px;
}

.price_box {
  position: relative;
  padding: 10px 0px 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 70%);
	border-radius: 12px;
	border: 1px solid #6eb3df;
}

.price_box1 {
  position: relative;
  padding: 0px 0px 0px;
  margin-bottom: 20px;
  text-align: center;
  background: linear-gradient(to top, #50a6ff, #0bec99);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
         box-shadow: 0px 0px 15px 0px rgba(2,125,151,0.41);
		  margin-top: -20px;
}

.price_box .price_highlight {
  /* background-color: #ffffff; */
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  position: absolute;
    width: 100%;
  top: 0;
  left: 0;
  padding: 22px 15px 16px;
  color: #017a94;
  letter-spacing: 0.4px;
}
.price_box .price_header h4 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 600;
}
.price_box .price_header h6 {
  font-size: 14px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 400;
}
.price_box .price_tag {
  /* padding: 9px 0; */
  text-transform: capitalize;
  color: #18181c;
  font-size: 28px;
  font-weight: 700;
  margin-top:16px;
}
.price_box .price_tag sup {
  font-size: 24px;
  font-weight: 400;
  top: -15px;
  left: -7px;
  color: #838383;
}
.price_box .price_features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.price_box .price_features ul li {
  padding: 7px;
  font-size: 14px;
    color: #000000;
  font-weight: 400;
}
.price_box .price_footer {
  margin-top: 0px;
  background-image: linear-gradient(to right, #036fbb, #642e92);
  color: #ffffff;
}
/* .price_box:hover {
  background-color: #2b2b87;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.40);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.price_box.active {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
} */


.message {
    padding: 40px 10px 50px;
    background-image: url(../images/message.png);
	width:100%;
}

.message1 {
    padding: 0px 10px 36px;
    background-image: url(../images/message1.jpg);
	width:100%;
}

.pageheader{
   position: relative;
}
.pageheaderline{   
  font-family: 'Poppins', sans-serif;
    position: absolute;
    top:36%;margin: auto;font-size: 44px;
    left: 8%;text-align: left;right: 0;
}

.pageheaderline h2{
  /*   background: #880b05; */
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    color:#ffffff;
    font-size: 37px !important;
	font-weight: 600;
	/*   letter-spacing: 0.4px; */
	  text-transform:uppercase;
	 font-family: 'Poppins', sans-serif;
}

.bgpageheader {
   left: 0; position: absolute;margin-top: -4%;
}

.imgthemes {
box-shadow: 0px 0px 0px 3px #20788c;
}


.icon-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    background: #1d7991;
    text-align: center;
    transition: ease-in-out 0.3s;
    min-height: 171px;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
    margin-bottom: 20px;
    border-bottom: 7px solid #40f097;
}

.icon-box img {
    display: block;
    margin: 0 auto 12px auto;
    height: 50px;
}

.icon-box h3 {
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.icon-box p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 21px;
    margin-top: 7px;
    color: #ffffff;
}

.img-fluid-2 {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin-left: 50px;
}


.head {
	    width: 6%;
		margin-right: -30px;
		margin-top: -36px;
	
}

.linkres {
     font-weight: 400;
    color: #ffffff;
    transition: .8s;
    font-size: 13px;
}

.linkres:hover {
     font-weight: 400;
    color: #ffffff;
    transition: .8s;
    font-size: 13px;
}

.article h3 {
     font-weight: 600;
    color: #036eba;
    transition: .8s;
    font-size: 32px;
}

.article h6 {
     font-weight: 600;
    color: #036eba;
    transition: .8s;
    font-size: 14.5px;
	 margin-bottom: 11px;
}

.article li {
    font-size: 14px;
}



.counter {
    background-color: #f5f5f500;
    /* padding: 20px 0; */
    border-radius: 0px;
}

.count-title {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
	color:#3e3e3e;
	font-size: 26px;
    font-weight: 600;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #FF5E00;
}