html {
	scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#body {
	line-height: 30px;
    /*font-weight: 500;*/
    font-family: 'Inter', sans-serif;
	font-size:16px;
}

#top {
    border-bottom: 1px solid #e6eaf0;
    line-height: 30px;
    font-size: 15px;
    background-color: #353742;
    color: white;
}

div#topbk {
    position: absolute;
    right: 0;
}

#top_socials {
	float:right;
	padding-right:5px;
}

#top_socials a {
	padding-right:20px;
}

#top_socials a:hover {
	color:#1fa4ff;
	transition:all 1s;
}

#top_nav {
    background-color: #1392ff;
    color: #afafaf;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px;
    height: auto;
    z-index: 500;
    -webkit-transform: translateZ(0);
    width: 90%;
    margin: auto;
    padding: 15px;
    top: 30px;
    border-radius: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
	font-weight: bolder;
	padding-right: 15px;
	padding-left: 15px;
	font-size:14px;
	position:relative;
	top:0;
}

#navarea {
    background-color: #1fa4ff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color:white;
}

.navbar-nav {
	margin:auto;
}

#logo {
    width: 13%;
    padding: 10px;
}

.carousel-control-prev-icon {
    background-color: #1fa4ff;
    padding: 30px;
    border-radius: 20%;
	border: 5px solid white;
}

.carousel-control-next-icon {
    background-color: #1fa4ff;
    padding: 30px;
    border-radius: 20%;
	border: 5px solid white;
}

.carousel-item {
	height:500px;
}

p#caro_text {
	color: white;
    font-weight: bold;
    font-size: 60px;
    position: absolute;
    font-family: auto;
    bottom: 0;
    /* background-color: #1c5a8561; */
    border-radius: 5px;
    padding: 70px;
    line-height: 1;
    text-align: left;
    /*text-shadow: 2px 5px 1px black;*/
    width: 80%;
    text-transform: capitalize;
    left: 0;
    right: 0;
}

.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  opacity: 0.5;
  background: linear-gradient(90deg, #000000, #000000);
}


a#caro_btnn {
    border: 2px solid white;
}

a#caro_btnn:hover {
    border: 2px solid white;
	background-color:white;
	color:black;
}

span#caro_span {
    font-size: 20px;
    color: white;
    font-weight: 900;
    position: relative;
    top: 15px;
}

a#caro_btn {
    background-color: white;
    color: #1fa4ff;
    position: relative;
    bottom: 35px;
    width: 50%;
    border-radius: 15px;
	text-shadow: none;
}

#pad {
	padding-bottom:80px;
	padding-top:80px;
}

p#experience {
    text-align: center;
    background-color: white;
    position: absolute;
    padding: 30px;
    z-index: 100;
    border-radius: 70%;
    top: 20px;
    font-weight: 700;
    left: -40px;
    width: 27%;
    box-shadow: 1px 0px 3px;
}

span#exp_span {
    color: #1fa4ffl;
    color: #1fa4ff;
    font-size: 40px;
}

/*#nav_sticky {
    position: sticky;
    background-color: white;
    top: 0;
    z-index: 100;
}*/

#nav_sticky {
    background-color: transparent;
}



.rotate {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

img#abs_img {
    position: absolute;
    width: 50%;
    z-index: 100;
    bottom: -50px;
    left: 0;
    border-radius: 20px;
    border: 6px solid #f4f5f7;
    /* top: 10px; */
}

h3#bold_header {
    font-weight: bolder;
    font-size: 40px;
    text-transform: capitalize;
    font-family: fantasy;
	text-align:left;
}

a#appt_btn {
    background-color: #1fa4ff;
    color: white;
	border-radius: 15px;
}

a#appt_btn:hover  {
    background-color: transparent;
    color: #1fa4ff;
	border-radius: 15px;
	border:1px solid #1fa4ff;
	transition:all 1s;
}

div#bord {
    border: 1px solid #dbdee4;
    padding: 10px;
	border-radius: 10px;
}

#bg {
	background-image: linear-gradient(rgb(247 148 30 / 25%), rgb(35 31 32)), url(../images/15780719165af41e0c02658.jpg);
    padding: 100px;
    background-size: cover;
    background-position: center;
	color: white;
    font-size: 30px;
    text-align: center;
	border-right: 5px solid white;
}

#bg2 {
	background-image: linear-gradient(rgb(247 148 30 / 25%), rgb(35 31 32)), url(../images/15400393475b06b221598bd.jpg);
    padding: 100px;
    background-size: cover;
    background-position: center;
	color: white;
    font-size: 30px;
    text-align: center;
}

#consul {
	background: url(../images/freshimages/Edited/R35A7369-2.jpg) no-repeat;
    padding: 100px;
    background-size: cover;
    position: relative;
	background-position: center;
    color: white;
	background-attachment:fixed;
	z-index: 0;
}

#consul::before {
    content: "";
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #050119;
    opacity: .8;
}

p#consul_text {
    font-size: 30;
    font-size: 40px;
    line-height: 1;
}

a#appt_btn2 {
    background-color: #1fa4ff;
    color: white;
    border-radius: 15px;
}

a#appt_btn2:hover  {
    background-color: transparent;
    color: white;
	border-radius: 15px;
	border:1px solid white;
	transition:all 1s;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  margin-bottom: -60px;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtnnn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
    bottom: 65px;
    position: relative;
    left: 20px;
}

#myBtnnn:hover {
  background: #ddd;
  color: black;
}

#clients_areaaa {
	background-image: url(../images/partner-area-bg.png);
    background-size: cover;
    padding: 50px;
	background-position: bottom;
}

#portrait {
	background:white;
}

p#blog_cont {
    box-shadow: 0px 4px 12px 2px rgb(0 0 0 / 5%);
    padding: 20px;
}

a#blog_title {
    font-weight: 800;
    font-size: 20px;
	text-decoration:none;
}

a#read_more {
    background-color: #1fa4ff;
    color: white;
    border-radius: 15px;
}

a#read_more:hover  {
    background-color: transparent;
    color: #1fa4ff;
	border-radius: 15px;
	border:1px solid #1fa4ff;
	transition:all 1s;
}

span#meta {
    font-size: 12px;
    float: right;
}

#socials_cont {
	background:#2b2d36;
	padding:40px;
	margin-bottom:0;
}

i#btm_fb {
    background-color: #353742;
    padding: 15px;
    border-radius: 100%;
	color:white;
}

a :hover#btm_fb {
    background-color: #1fa4ff;
    padding: 15px;
    border-radius: 100%;
	color:white;
	transition:all 1s;
}

img#footer_logo {
    width: 40%;
    margin-top: 0;
}

footer {
	background-color:#0f1113;
    color: white;
	border-bottom: 1px solid rgb(255 255 255 / 5%);
	/*border-top: solid;*/
	/*border-top-left-radius: 220px;*/
}

h3#footer_head {
    font-weight: 500;
    margin-bottom: 30px;
    font-style: oblique;
    text-decoration: overline;
}

p#tm {
    color: #ffffff47;
	font-size:10px;
}

/*#contact_bg {
    background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(35 31 32 / 85%)), url(../images/freshimages/Edited/138927136_1344339132593286_1077009738250634869_o.jpg);
    background-position: center;
    background-size: cover;
	padding: 70px;
}*/

#contact_bg {
    background-image: url(../images/freshimages/Edited/138927136_1344339132593286_1077009738250634869_o.jpg);
    background-position: center;
    background-size: cover;
	padding: 50px;
	position: relative;
	z-index: 0;
}

#contact_bg::before {
    content: "";
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #050119;
    opacity: .8;
}

#page_header {
	color: white;
    font-weight: bolder;
    font-size: 60px;
	position: relative;
    top: 70px;
}

i#contact_fa {
    background-color: #1fa4ff;
    color: white;
    padding: 15px;
    border-radius: 20px;
}

#contact_list li {
	padding-bottom:10px;
}

#cont_form {
	background: #f4f5f7;
    border: 1px solid #f4f5f7;
	height: 60px;
}

span#sub_header {
    font-size: 14px;
}

#abt_bg {
	background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(35 31 32 / 85%)), url(../images/freshimages/Edited/18451762_438067939887081_2164181442619231799_o.jpg);
    background-position: center;
    background-size: cover;
	padding: 100px;
	border-radius: 10px;
}

p#abt_txt {
    text-align: center;
    color: white;
    font-size: 40px;
    position: relative;
    line-height: 1;
    top: 30px;
}

#profile_cont {
    background-color: #f4f5f7;
    padding: 10px;
}

.zoom {
   /*padding: 50px;*/
    /* background-color: green; */
    transition: transform .2s;
    /* width: 200px; */
    height: auto;
    margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition:all 1s ease;
}

button#menumenu {
    color: white;
    border: 1px solid white;
    margin: 5px;
    padding: 5px;
}

#art_date {
    background-color: #199cff;
    color: white;
    padding: 5px;
    font-size: 12px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 10px;
}

#wedding_img {
    border: 2px solid white;
    box-shadow: 1px 6px 15px -5px black;
    transform: scale3d(1.5, 1.5, 1.5);
}

#funeral_img {
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
	box-shadow: 1px 6px 15px -5px black;
	border: 2px solid white;
}

#third {
	-ms-transform: rotate(20deg);
    transform: rotate(-20deg);
	box-shadow: 1px 6px 15px -5px black;
	border: 2px solid white;
}

#fourth {
	-ms-transform: rotate(20deg);
    transform: rotate(10deg);
	box-shadow: 1px 6px 15px -5px black;
	border: 2px solid white;
}

#map {
	width:100%;
	height:300px;
}

#myBtn {
    background-color: #2ea4ff;
    color: white;
    padding: 15px;
    position: fixed;
    border-radius: 0;
    bottom: 60px;
    right: 30px;
	z-index: 1000;
}

#whatsapp {
    background-color: green;
    color: white;
    padding: 20px;
    position: fixed;
    bottom: 40px;
    left: 25px;
    z-index: 500;
    box-shadow: 2px 2px 2px black;
    border-radius: 100%;
}

div#underline {
    background-color: #1fa4ff;
    height: 6px;
    width: 25%;
    margin-bottom: 20px;
}

#mission\/vision {
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
    padding: 15px;
}

#mission\/vision:hover {
	background-color:#000000db;
	color:white;
}

#owl_lay {
	padding: 10px;
    background-color: white;
    color: black;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    border-radius: 5px;
	box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
}

#galleryy {
    height: 250px;
    object-fit: fill;
}

img#long_img {
    position: absolute;
    height: 160%;
    /* top: 0; */
    bottom: 15px;
    object-fit: cover;
	box-shadow: 2px 2px 15px -4px black;
}

.counter-box {
    display: block;
    /*background: #f6f6f6;*/
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: white;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: white;
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: white;
    line-height: 28px
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

#counterr {
	background: url(../images/freshimages/Edited/138927136_1344339132593286_1077009738250634869_o.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
	padding: 50px;
	background-position: bottom;
}

#counterr::before {
    content: "";
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #050119;
    opacity: .8;
}

#bord_right {
	border-right: 1px solid #f6f6f6;
}

i#vidplay {
    background-color: #1fa4ff;
    color: white;
    padding: 20px;
    font-size: 50px;
    position: absolute;
    right: 15px;
    bottom: 0;
}

#appt_bg {
	background: url(../images/freshimages/Edited/R35A7369-2.jpg) no-repeat;
    padding: 100px;
    background-size: cover;
    position: relative;
    background-position: center;
    color: white;
    z-index: 0;
}

#appt_bg::before {
    content: "";
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #050119;
    opacity: .8;
}

#appt_formm {
	background-color:white;
	outline: 11px solid rgba(255, 255, 255, 0.11);
	padding:50px;
	
}

#contact_cnt {
    outline: 11px solid rgba(255, 255, 255, 0.11);
    background-color: white;
    padding: 30px;
	text-align:left;
}

#art_img {
    height: 400px;
    width: 70%;
    object-fit: fill;
}

#art_header {
	font-weight: bolder;
    font-size: 40px;
    text-transform: capitalize;
    font-family: fantasy;
    margin-top: 50px;
}

#article_imgg {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

img#shop_img {
    height: 180px;
    object-fit: cover;
    border: 3px solid #00000087;
}

#item_name {
    font-weight: 700;
	position: relative;
    top: 6px;
}

span#item_price {
    font-size: 14px;
    color: #1fa4ff;
    font-weight: 500;
    position: relative;
    bottom: 5px;
}

input#cart_form {
    border-radius: 0;
    height: 45px;
}

#login_section {
    background-color: #353742;
    margin-top: -1px;
    color: white;
    float: right;
	font-size:12px;
}

#danger  {
	position: absolute;
	z-index: 99;
	width: 100%;
}

#dsh_bg {
    background-color: #1fa4ff;
    /* color: white; */
}

#item_price_owl {
    /*position: absolute;
    background-color: #2ea4ff;
    color: white;
    padding: 8px;
    font-size: 16px;
    font-weight: 600;*/
	position: absolute;
    background-color: #2ea4ff;
    color: white;
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    left: 15px;
    top: 30px;
}

#db_listt {
	background-color: #000000b0;
    color: white;
}

#db_listt li {
	padding:10px;
	border-bottom:2px solid white;
}

#db_listt li a:hover {
	color:inherit;
	text-decoration:none;
}

input#inline_input {
    
    height: 30px;
    border: 1px solid #0000001f;
}

#dtHorizontalVerticalExample th, td {
white-space: nowrap;
}

div#chkout_cnt {
    box-shadow: 2px 2px 2px 2px;
    border-radius: 10px;
    /* background-color: red; */
    padding: 50px;
    width: 50%;
    margin: auto;
}

span#discount {
    position: absolute;
    color: red;
    font-weight: 600;
    top: 34px;
    right: 30px;
}

.carousel .carousel-item {
	height:450px;
}

.carousel-item img {
	position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 450px;
	
    /*position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    height: 450px;*/
}

#profile_bg {
    background-color: #353742;
    padding: 35px;
	color:white;
}

#profile_position {
    font-size: 30px;
    position: relative;
    top: 10px;
}

#prof_img {
    height: 280px;
    width: 25%;
    object-fit: cover;
    margin-right: 20px;
}

img#outreach_imgs {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#caro_btns {
    position: absolute;
    left: 70px;
    bottom: 80px;
}

#caro_btns a {
    background-color: #007bff;
    border: 1px solid #007bff;
    font-size: 17px;
    text-decoration: none;
	color:white;
	border-radius:0;
}

/*#caro_btns a:hover {
	background-color:#1fa4ff;
	color:white;
	transition:ease-in-out 0.5s;
}*/

img.img-fluid.owl_img {
    height: 80px;
    object-fit: fill;
}

a#sharebtn {
    text-align: center;
    padding: 5px;
    color: white;
    border-radius: 5px;
}

#lenss {
    height: 250px;
    object-fit: fill;
    width: 100%;
}

#mainImage2{
	width: 100%;
    height: 400px;
    margin-bottom: 10px;
    object-fit: fill;
}




@media screen and (max-width: 990px) {
.navnav {
    background-color: #1798ff;
	margin-bottom: -8px;
}

#width_100_logo {
	width:100%;
	text-align:center;
}

#logo {
    width: 20%;
    padding: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
	font-weight: 900;
	padding-right: 15px;
	padding-left: 15px;
	font-size:13px;
	position:relative;
	top:0;
}

#mob_disp_no {
	display:none;
}

div#chkout_cnt {
    box-shadow: 2px 2px 2px 2px;
    border-radius: 10px;
    /* background-color: red; */
    padding: 30px;
    width: 100%;
    margin: auto;
}
}


@media screen and (max-width: 1020px) {
.carousel-item {
	height:280px;
}	
	
p#caro_text {
    color: white;
    font-weight: bold;
    font-size: 57px;
    position: absolute;
    bottom: 120px;
    line-height: 1;
    text-align: center;
    width: 80%;
    text-transform: capitalize;
    margin: auto;
    left: 0;
    right: 0;
    padding: 30px;
}



p#experience {
    text-align: center;
    background-color: white;
    position: absolute;
    padding: 23px;
    z-index: 100;
    border-radius: 70%;
    top: 20px;
    font-weight: 700;
    left: 15px;
    width: 35%;
    box-shadow: 1px 0px 3px;
}

h3#bold_header {
    font-weight: bolder;
    font-size: 40px;
    text-transform: capitalize;
    font-family: fantasy;
    margin-top: 50px;
}

img#abs_img {
    position: absolute;
    width: 50%;
    z-index: 100;
    bottom: -30px;
    left: 255px;
    border-radius: 20px;
    border: 6px solid #f4f5f7;
    /* top: 10px; */
}

#bg {
	background-image: linear-gradient(rgb(247 148 30 / 25%), rgb(35 31 32)), url(../images/15780719165af41e0c02658.jpg);
    padding: 100px;
    background-size: cover;
    background-position: center;
	color: white;
    font-size: 30px;
    text-align: center;
	border-right: none;
}

#bg2 {
	background-image: linear-gradient(rgb(247 148 30 / 25%), rgb(35 31 32)), url(../images/15400393475b06b221598bd.jpg);
    padding: 100px;
    background-size: cover;
    background-position: center;
	color: white;
    font-size: 30px;
    text-align: center;
}

#clients_areaaa {
	background-image: url(../images/partner-area-bg.png);
    background-size: cover;
    padding: 0;
}

.col-xs-6 {
	width:50%;
}

#login_section {
    background-color: #353742;
    margin-top: -1px;
    color: white;
    float: none;
	font-size:12px;
	text-align:center;
}

#chkout_cnt {
    box-shadow: 2px 2px 2px 2px;
    border-radius: 10px;
    /* background-color: red; */
    padding: 30px;
    width: 100%;
    margin: auto;
}
}


@media screen and (max-width: 853px) {
.col-xs-12 {
	width:100%;
	text-align:center;
}
	
	
.carousel-item {
	height:170px;
}	
	
#nav_sticky {
    background-color: transparent;
}

#logo {
    width: 20%;
    padding: 10px;
}
	
p#caro_text {
	color: white;
    font-weight: bold;
    font-size: 25px;
    position: absolute;
    bottom: 0;
    line-height: 1;
    text-align: left;
    width: 100%;
    text-transform: capitalize;
    margin: auto;
    left: 0;
    right: 0;
    padding: 35px;
}

span#caro_span {
    font-size: 20px;
    color: white;
    font-weight: 900;
    position: relative;
    top: 0px;
}

a#caro_btn {
    background-color: white;
    color: #1fa4ff;
    position: relative;
    bottom: 10px;
    width: auto;
    border-radius: 15px;
    text-shadow: none;
}

h3#bold_header {
    font-weight: bolder;
    font-size: 40px;
    text-transform: capitalize;
    font-family: fantasy;
    margin-top: 50px;
}

#bg {
	background-image: linear-gradient(rgb(247 148 30 / 25%), rgb(35 31 32)), url(../images/15780719165af41e0c02658.jpg);
    padding: 100px;
    background-size: cover;
    background-position: center;
	color: white;
    font-size: 30px;
    text-align: center;
	border-right: none;
	margin-bottom:10px;
}

#bg2 {
	background-image: linear-gradient(rgb(247 148 30 / 25%), rgb(35 31 32)), url(../images/15400393475b06b221598bd.jpg);
    padding: 100px;
    background-size: cover;
    background-position: center;
	color: white;
    font-size: 30px;
    text-align: center;
}

#consul {
	url(../images/freshimages/Edited/R35A7369-2.jpg) no-repeat;
    padding: 10px;
	padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    color: white;
	background-attachment:scroll;
}

p#consul_text {
    font-size: 30;
    font-size: 30px;
    line-height: 1;
}

#yes_pad {
	padding:30px;
}

#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    /* max-height: 100%; */
}

#myBtnnn {
    width: 100px;
    font-size: 18px;
    padding: 7px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
    bottom: 15px;
    position: relative;
    left: 20px;
}

#clients_areaaa {
	background-image: url(../images/partner-area-bg.png);
    background-size: cover;
    padding: 0;
}

#contact_bg {
    background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(35 31 32 / 85%)), url(../images/freshimages/Edited/138927136_1344339132593286_1077009738250634869_o.jpg);
    background-position: center;
    background-size: cover;
    padding: 0;
    text-align: center;
}

#page_header {
    color: white;
    font-weight: bolder;
    font-size: 35px;
    position: relative;
    top: 30px;
}

#abt_bg {
    background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(35 31 32 / 85%)), url(../images/freshimages/Edited/18451762_438067939887081_2164181442619231799_o.jpg);
    background-position: center;
    background-size: cover;
    padding: 60px;
    border-radius: 10px;
}

p#abt_txt {
    text-align: center;
    color: white;
    font-size: 40px;
    position: relative;
    line-height: 1;
    top: 0;
}

#counterr {
    background: url(../images/freshimages/Edited/138927136_1344339132593286_1077009738250634869_o.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 0;
	background-position:bottom;
}

#bord_right {
	border-right: none;
}

#topbk {
	display:none;
}

#appt_bg {
    background: url(../images/freshimages/Edited/R35A7369-2.jpg) no-repeat;
    padding: 30px;
    background-size: cover;
    position: relative;
    background-position: center;
    color: white;
    z-index: 0;
}

#appt_formm {
    background-color: white;
    outline: 11px solid rgba(255, 255, 255, 0.11);
    padding: 20px;
	width: 100%;
}

.carousel-control-prev-icon {
    background-color: #1fa4ff;
    padding: 20px;
    border-radius: 20%;
	border: 5px solid white;
}

.carousel-control-next-icon {
    background-color: #1fa4ff;
    padding: 20px;
    border-radius: 20%;
	border: 5px solid white;
}

#art_img {
    height: auto;
    width: 100%;
    object-fit: fill;
}

#art_header {
    font-weight: bolder;
    font-size: 30px;
    text-transform: capitalize;
    font-family: fantasy;
    margin-top: 50px;
}

#article_imgg {
    width: 100%;
    height: 300px;
}

#caro_btns a {
    background-color: #007bff;
    border: 1px solid #007bff;
    font-size: 13px;
    text-decoration: none;
    color: white;
    border-radius: 0;
}

#prof_img {
    height: 280px;
    width: 40%;
    object-fit: cover;
    margin-right: 20px;
}
}

@media screen and (max-width: 768px) {
img#logo {
    width: 25%;
}

.col-xs-6 {
	width:50%;
}

span#caro_span {
    font-size: 15px;
    color: white;
    font-weight: 900;
    position: relative;
    top: 0;
}

a#caro_btn {
    background-color: white;
    color: #1fa4ff;
    position: relative;
    bottom: 0;
    width: auto;
    border-radius: 15px;
    text-shadow: none;
}

p#experience {
    text-align: center;
    background-color: white;
    position: absolute;
    padding: 15px;
    z-index: 100;
    border-radius: 70%;
    top: 20px;
    font-weight: 700;
    left: 15px;
    width: 25%;
    box-shadow: 1px 0px 3px;
}

#pad {
	padding-bottom:50px;
	padding-top:50px;
}

#login_section {
    background-color: #353742;
    margin-top: -1px;
    color: white;
    float: none;
	font-size:12px;
	text-align:center;
}

div#chkout_cnt {
    box-shadow: 2px 2px 2px 2px;
    border-radius: 10px;
    /* background-color: red; */
    padding: 30px;
    width: 100%;
    margin: auto;
}


.carousel-item img {
	position: absolute;
    object-fit: fill;
    top: 0;
    left: 0;
    height: 220px;
}

.carousel .carousel-item {
	height:220px;
}

#prof_img {
    height: auto;
    width: 40%;
    object-fit: contain;
}

#caro_btns {
    position: absolute;
    left: 40px;
    bottom: 0;
    text-align: center;
}

p#caro_text {
    color: white;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    line-height: 1;
    text-align: left;
    width: 100%;
    text-transform: capitalize;
    margin: auto;
    left: 0;
    right: 0;
    padding: 35px;
}
}

/*@media screen and (max-width: 990px) {
	

}*/