@import url("https://fonts.googleapis.com/css2?family=Nunito Sans:wght@200;300;400;500;600;700&display=swap");
*{
	box-sizing: border-box;
    margin: 0;
    font-family: 'Nunito Sans', 'Poppins',Helvetica, Brandon Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}
body{
    width: 100%;
    margin: 0;
}
a{
    text-decoration: none;
}
.web_container{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slider{
    height: 640px;
    background-color: #FF0000;
    background-image: url(../images/slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.inner_slider_container{
    position: relative;
    height: 640px;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 0px 20px;
}
.slider_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-color: rgba(0,0,0,0.4);
}
.navbar_section{
    background-color: rgba(0,0,0,0.7);
    height: 80px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.inner_container{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar_left{
    flex: 20%;
    display: flex;
    justify-content: left;
}
.navbar_left_logo{
    width: 160px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar_center{
    flex: 60%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.navbar_center a{
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
    margin-left: 30px;
}
.navbar_center a:hover{
    color: #FF0000;
}
.navbar_right{
    flex: 20%;
    display: flex;
    justify-content: right;
    align-items: center;
}
#search_icon{
    color: #FFF;
    font-size: 21px;
    margin-left: 20px;
}
#search_icon:hover{
    color: #9932CC;
}
#sign_icon{
    color: #FFF;
    font-size: 21px;
    margin-left: 0px;
}
#sign_icon:hover{
    color: #9932CC;
}
#adjust_icon{
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
}
#adjust_icon:hover{
    color: #9932CC;
}
.slider_content{
    width: 100%;
    height: 490px;
    position: absolute;
    top: 100px;
    left: 0;
    display: flex;
    flex-direction: row;
    
}
.slider_image{
    display: flex;
    height: 540px;
    align-items: flex-end;
    justify-content: center;
}
.slider_image img{
   height: 560px;
}
.slider_text{
    display: flex;
    flex-direction: column;
    line-height: 2.0;
    justify-content: flex-start;
}
.slider_text_heading{
    font-size: 50px;
    font-weight: 1000;
    color: #333;
    text-transform: uppercase;
    margin-top: 32px;
}
.slider_text_description{
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}
.slider_text_ad{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 12px;
    background-color: #9932CC;
}
.slider_text_flags{
    padding: 30px 0px 10px;
}
#flags{
    width: 40px;
    height: 30px;
    opacity: 0.4;
}
.slider_line{
    height: 6px;
    width: 100px;
    background-color: #9932CC;
    margin: 20px 0px;
    opacity: 0;
}
#ui_line{
    width: 1px;
}
#ux_line{
    width: 100px;
}
/*=============================================================*/
.slideshow-container{
    position: relative;
    height: 620px; 
    position: relative;
    background-color: navy; 
 }
.mySlides{
    display: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
 }
.myslides_overlay{ 
  position: absolute; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
#first_slide{
  background-image: url(../images/slider1.jpg);
}
#second_slide{
  background-image: url(../images/rx.jpg);
}
#third_slide{
  background-image: url(../images/slider10.jpg);
}
.text {
  padding: 8px 40px;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 80%;
}
#ux_text{ 
  opacity: 1;
  transition: all 1500ms;
  top: 60%;
}
#ui_text{ 
  opacity: 0;
  transition: all 1500ms;
  top: 80%;
}
.big_text{
  font-size: 50px;
  font-weight: 700;
  color: white;
}
.small_text{
  font-size: 20px;
  font-weight: 400;
  color: white;
  line-height: 1.7;
  opacity: 1;
  margin: 12px auto;
  max-width: 600px; 
}
.text_btn{
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 12px 0px;
  border: 2px solid navy;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  background-color: navy;
  color: white;
  width: 160px;
  margin: 20px 10px 0px;
}
.text_btn:hover{ 
  background-color: white; 
  color: navy;
}
.text_btn2{
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 12px 0px;
  border: 2px solid white;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  color: navy;
  background-color: white;
  width: 160px;
  margin: 20px 10px 0px;
}
.text_btn2:hover{ 
  background-color: navy; 
  color: white;
}
/*=============================================================*/
.banner{
    height: 540px;
    background-color: dodgerblue;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#banner1{
    background-image: url(../images/slider7.jpg);
}
#banner2{
    background-image: url(../images/slider4.jpg);
}
#banner3{
    background-image: url(../images/slider6.jpg);
}
#banner4{
    background-image: url(../images/slider9.jpg);
}
#banner5{
    background-image: url(../images/slider5.jpg);
}
#banner6{
    background-image: url(../images/slider9.jpg);
}
.inner_banner_container{
    position: relative;
    height: 540px;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 0px 20px;
}
.banner_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 540px;
    background-color: rgba(0,0,0,0.5);
}
.banner_text{
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 55px;
    font-weight: 650;
    color: white;
}
.model_banner_text{
    text-align: left;
    bottom: 40px;
}
.small_banner_text{
    font-size: 21px;
    font-weight: 500;
    line-height: 1.8;
}

.cover{
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #FF0000;
    background-image: url(../images/cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.highlights_section{
    background-color: #ADD8E6;
    margin: 80px 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.highlight_image_section{   
    flex: 40%;
    display: flex;
    height: 380px;
    align-items: flex-end;
    justify-content: center;
}
.highlight_image{
    height: 320px;
    transition: .5s ease;
}
.highlight_image_section:hover .highlight_image{
    height: 340px;
}
.highlight_text{
    flex: 60%;
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    padding-top: 24px;
}
.gradient_text {
    background: linear-gradient(to right, #FF0000 0%, #FFFFFF  51%, #EF3B36  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.theme_button {
    background-image: linear-gradient(to right, #FF0000 0%, #FFFFFF  51%, #EF3B36  100%);
    margin: 20px 0px 0px;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border: none;
    border-radius: 10px;
    width: 200px;
    cursor: pointer;
}
.theme_button:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.general_button {
    background-color: #000;
    margin: 20px 0px 0px;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: white;            
    border: 2px solid #000;
    border-radius: 0px;
    width: 200px;
    cursor: pointer;
}
.general_button:hover {
    background-color: white;
    color: #000;
    text-decoration: none;
}
.about_section{
    display: flex;
    margin-top: 100px;
    flex-wrap: wrap;
}
#about_section_transformed{
    flex-direction: row-reverse;
}
.about_image_section{
    flex: 40%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.about_image{
    width: 100%;
    transition: .5s ease;
}
.about_text{
    flex: 60%;
    display: flex;
    flex-direction: column;
    padding-left: 24px;
}
.gray_heading{
    color: #666666;
    font-size: 36px;
    font-weight: 550px;
    text-transform: uppercase;
}
.smaller_gray_heading{
    color: #666666;
    font-size: 21px;
    font-weight: 550px;
    text-transform: uppercase;
}
.dark_heading{
    color: #333;
    font-size: 50px;
    font-weight: 600px;
    text-transform: uppercase;
}
.smaller_dark_heading{
    color: #333;
    font-size: 30px;
    font-weight: 600px;
    text-transform: uppercase;
}
.description{
    color: #666;
    font-size: 16px;
    font-weight: 250;
    line-height: 1.7;
}
.promote_section{
    display: flex;
    flex-wrap: wrap;
}
.half_promote_left{
    flex: 48%;
    display: flex;
    flex-wrap: wrap;
    background-color: #D8BFD8;
    margin-right: 2%;
}
.half_promote_right{
    flex: 48%;
    display: flex;
    flex-wrap: wrap;
    background-color: #E6E6FA;
    margin-left: 2%;
}
.half_promote_image_section{
    flex: 50%;
    display: flex;
    height: 260px;
    align-items: flex-end;
    justify-content: center;
}
.half_promote_image{
    height: 240px;
    transition: .5s ease;
}
.half_promote_image_section:hover .half_promote_image{
    height: 260px;
}
.half_promote_text{
    flex: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    padding-top: 24px;
}
.showcase_section{
    display: flex;
    flex-direction: column;
    margin-top: 140px;
}
.showcase_header{
    padding: 24px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.showcase_images{
    display: flex;
    flex-wrap: wrap;
}
.showcase_image_holder{
    flex: 31.33%;
    margin: 12px 1%;
    text-align: center;
}
.model_showcase_image_holder{
    flex: 31.33%;
    margin: 12px 1%;
    text-align: center;
    background-color: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 340px;
    width: 31.33%;
     position: relative;
}
.showcase_image_container{
    position: relative;
    width: 100%;
}
.showcase_image_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.showcase_image_overlay_text{
    color: white;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}
.showcase_image_container:hover .showcase_image_overlay{
    height: 30%;
}
.showcase_image_holder img{
    width: 100%;
}
.showcase_footer{
    padding: 16px 0px;
    display: flex;
    justify-content: center;
}
.events_section{
    padding: 60px 0px;
    margin-top: 100px;
}
.events{
    display: flex;
    flex-wrap: wrap;
}
.event{
    flex: 31.33%;
    margin: 12px 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.event img{
    width: 90%;
}
.events_header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contacts{
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 24px;
}
.contact{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 17px;
    color: #FF0000;
    padding: 20px;
    margin-bottom: 24px;
    flex: 33.33%;
}
#contact_icon{
    color: #FF0000;
    font-size: 40px;
    margin-bottom: 16px;
}

.round_button {
    background-image: linear-gradient(to right, #FF0000 0%, #FA8072  51%, #EE4B2B  100%);
    margin: 20px 0px 0px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border: none;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    cursor: pointer;
}
.round_button:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.red_button {
    background-image: linear-gradient(to right, #FF0000 0%, #FA8072  51%, #EE4B2B  100%);
    margin: 20px 0px 0px;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border: none;
    border-radius: 10px;
    width: 200px;
    cursor: pointer;
}
.red_button:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.projects_section{
    background-color: #ff0000;
    background: linear-gradient(to right, #FF0000 0%, rgba(100,0,0,0.5)  51%, #EF3B36  100%);
    padding: 40px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.projects{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.project{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 25%;
    max-width: 25%;
    margin: 20px 0px;
}

.project img{
    width: 90%;
    border-radius: 6px;
}
.project h4{
    margin: 12px 0px;
    color: white;
}

.products_section{
    background-color: #F3F3F3;
    padding: 40px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.products{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.product{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 25%;
    max-width: 25%;
    margin: 20px 0px;
}

.product img{
    width: 90%;
    border-radius: 6px;
}
.product h4{
    margin: 12px 0px;
    background: linear-gradient(to right, #ff4b1f 0%, #ff9068  51%, #ff0000  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.punchline_section{
    height: 300px;
    background-color: white;
    background-image: url(../images/punchline.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: none;
}
.punchline_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}
.punchline_text_holder{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.punchline_text{
    font-size: 45px;
    font-weight: 620;
    max-width: 800px;
    margin: auto;
    text-align: center;
    color: white;
}
.packages{
    display: flex;
    padding: 60px 0px;
    flex-wrap: wrap
}
.package_holder{
    flex: 25%;
    padding: 12px;
    max-width: 25%;
}
.package{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #FF0000;
    border-radius: 4px;
    flex-grow: 1;
    padding: 20px 10px;
    line-height: 1.8;
    color: #808080;
}
#package_icon{
    color: #FF0000;
    font-size: 40px;
    margin-bottom: 16px;
}
h3{
    color: #FF0000;
    display: block;
    text-align: left;
}
.blog_cover{
    width: 90%;
    height: 200px;
    background-color: #FF0000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mobile_navbar_opener{
    display: none;
    font-size: 24px;
    color: white;
}
.desktop_navbar{
    text-transform: normal;
}
.mobile_navbar{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: #FF0000;
    text-align: right;
    padding: 20px;
    font-size: 24px;
    z-index: 4;
    color: white;
}
.mobile_navbar_content{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.mobile_navbar_content a {
    color: white;
    margin: 20px 0px;
    font-size: 18px;
}
.mobile_navbar_content a:hover {
    color: #333;
}
#myNav{
  display: none;
}
.signup_holder{
    display: flex;
    border: 2px solid white;
    border-radius: 7px;
    margin: 40px auto;
    background-color: white;
    width: 100%;
    max-width: 920px;
}
.signup_image_section{
    flex: 50%;
    min-width: 50%;
    display: flex;
    align-items: flex-start;
}
.signup_info_section{
    flex: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.signup_image{
    width: 100%;
    border-radius: 6px 0px 0px 6px;
}
.signup_form_holder{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.signup_form{
    width: 90%;
    max-width: 340px;
}
.signup_form_contents{
    display: flex;
    flex-wrap: wrap;
}
.signup_heading{
    font-size: 25px;
    color: #FF0000;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 21px;
}
.signup_label{
    flex: 100%;
    color: #FF0000;
    font-size: 15px;
    width: 100%;
    margin: 12px 0px 5px;
}
.signup_input{
    flex: 100%;
    background: white;
    font-size: 16px;
    font-weight: 400;
    width:100%;
    margin-bottom: 18px;
    padding: 10px 4px;
    border: none;
    border-bottom: 1px solid red;
    border-radius: 0px;
    color: #FF0000;
    text-align:left;
    outline: none;
}
.signup_button{
    flex: 100%;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding: 10px 0px;
    border: none;
    border-radius: 0px;
    outline: none;
    cursor: pointer;
    background-color: #FF0000;
    color: white;
    margin: 16px auto;
}
.signup_button:hover {
    background-color: dodgerblue;
}
.radio_holder{
    color: #FF0000;
}
.message_holder{
    color: dodgerblue;
    padding-right: 12px;
    font-size: 14px;
}
.radio_holder label{
    font-size: 14px;
    margin-right: 18px;
}
.signup_redirect{
    color: dodgerblue;
    margin-top: 16px;
}
.signup_redirect a{
    color: red;
}
.profile{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px 0px 20px;
}
.profile_top{
    display: flex;
    background-color: #D8BFD8;
    flex: 1;
    width: 100%;
    padding: 12px 10px;
    flex-wrap: wrap;
}
.profile_top_left{
    flex: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile_top_right{
    flex: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.profile_name{
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    padding: 16px 0px;
    text-transform: uppercase;
}
.profile_subscription{
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0px;
    text-transform: uppercase;
}
.subscribed{
    color: green;
}
.unsubscribed{
    color: red;
}
.profile_settings{
    display: flex;
    justify-content: left;
    align-items: center;
    color: #000;
}
.profile_image{
    width: 160px;
    height: 160px;
    position: relative;
    background-color: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/profile/default.jpg);
    border-radius: 50%;
}
.profile_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
}
.profile_image:hover .profile_overlay{
    opacity: 1;
}
#changeDp{
    cursor: pointer;
}
.gallery{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.gallery_item_holder{
    flex: 25%;
    max-width: 25%;
    display: flex;
    justify-content: center;
}
.gallery_image{
    width: 90%;
    height: 300px;
    background-color: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/showcase.jpg);
}
.models_gallery{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0px;
}
.models_gallery_item_holder{
    flex: 33.33%;
    max-width: 33.33%;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
.models_gallery_image{
    width: 90%;
    height: 340px;
    background-color: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/showcase.jpg);
    position: relative;
}
.gallery_gallery_image{
    width: 90%;
    height: 480px;
    background-color: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/showcase.jpg);
    position: relative;
}
.models_gallery_image:hover .showcase_image_overlay{
    height: 30%;
}


.blog_section{
    width: 100%;
    margin: 40px auto;
}
.blogs{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.blog{
    flex: 33.33%;
    max-width: 33.33%;
    margin-bottom: 45px;
}
.adblog{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;margin-top: 10px;
}
.adblog_image{
    width: 90%;
    height: 150px;
    background-color: #ff0000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
}
.blog_image{
    width: 90%;
    height: 300px;
    background-color: #ff0000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
}
.blog_heading{
    font-size: 21px;
    font-weight: 700;
    color: #333;
    width: 90%;
    text-align: left;
    margin: 8px auto 6px;
}
.blog_heading a{
    color: #000;
}
.blog_summary{
    font-size: 14px;
    color: #999;
    width: 90%;
    text-align: left;
    margin: 6px auto 12px;
    font-weight: 300;
}
.btn_holder{
    display: flex;
    justify-content: left;
    text-align: left;
    align-items: left;
    width: 90%;
}
.blog_button {
    text-align: center;
    text-transform: uppercase;
    color: white;            
    border: 2px solid #000;
    border-radius: 0px;
    width: 120px;
    cursor: pointer;
    padding: 6px;
    background-color: #000;
}
.blog_button:hover{
    background-color: #FFFFFF;
    color: #000;
}
.read_blog_section{
    margin: 60px auto;
}
.read_blog{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.read_blog_blog{
    flex: 75%;
    max-width: 75%;
}
.read_blog_ads{
    flex: 25%;
}
.read_blog_heading{
    font-size: 28px;
    font-weight: 700;
    color: #333;
    width: 90%;
    text-align: left;
    margin: 8px auto 6px;
}
.read_blog_date{
    font-size: 15px;
    color: #999;
    width: 90%;
    text-align: left;
    margin: 12px auto 12px;
    font-weight: 400;
}
.read_blog_image_holder{
    width: 90%;
    display: flex;
    justify-content: left;
    margin: auto;
}
.read_blog_image{
    width: 100%;
    max-width: 600px;
}
.read_blog_summary{
    font-size: 15px;
    font-style: italic;
    color: #999;
    width: 90%;
    text-align: left;
    margin: 12px auto 12px;
    font-weight: 400;
}
.read_blog_content{
    font-size: 15px;
    color: #333;
    width: 90%;
    text-align: left;
    margin: 12px auto 12px;
    font-weight: 400;
}
.service_section{
    width: 100%;
    margin: 40px auto;
}
.services{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.service{
    flex: 33.33%;
    max-width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
}
.service_image_holder{
    width: 90%;
    display: flex;
    justify-content: left;
}
.service_image{
    width: 100%;
    border-radius: 0px;
}
.service_heading{
    font-size: 21px;
    font-weight: 700;
    color: #000;
    width: 90%;
    text-align: left;
    margin: 8px auto 6px;
}
.service_summary{
    font-size: 14px;
    color: #999;
    width: 90%;
    text-align: left;
    margin: 6px auto 12px;
    font-weight: 300;
}
.btn_holder{
    display: flex;
    justify-content: left;
    text-align: left;
    align-items: left;
    width: 90%;
}
.service_button {
    text-align: center;
    text-transform: uppercase;
    color: white;            
    border: 2px solid #FF0000;
    border-radius: 0px;
    width: 120px;
    cursor: pointer;
    padding: 6px;
    background-color: #FF0000;
}
.service_button:hover{
    background-color: #FFFFFF;
    color: #FF0000;
}

.note_head{
    color: #FF0000;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    padding:12px;
}
.note_def{
    color: #333;
    font-size: 12px;
    text-align: center;
    background-color:rgba(0,0,0,0.05);
    border:1px solid rgba(0,0,0,0.2);
    padding:10px;
    border-radius:4px;
    width:90%;
    margin:10px auto 4px;
}
#yellow_note{
    background-color:rgba(255,255,0,0.3);
    border:1px solid rgba(255,255,0,0.7);
     margin-bottom: 8px;
}
#blue_note{
    background-color: rgba(0,0,255,0.3);
    border:1px solid rgba(0,0,255,0.7);
    margin-bottom: 8px;
}
#green_note{
    background-color:rgba(0,255,0,0.3);
    border:1px solid rgba(0,255,0,0.7);
    margin-bottom: 8px;
}
#red_note{
    background-color:rgba(255,0,0,0.3);
    border:1px solid rgba(255,0,0,0.7);
     margin-bottom: 8px;
}
.welcome_image_holder{
    display: flex;
    justify-content: center;
    align-items: center;
}
.welcome_image{
    width: 200px;
    margin: 40px auto;
}
#welcome_heading{
    color: dodgerblue;
    text-align: center;
}
.welcome_text{
    display: flex;
    color: #999;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    text-align: center;
    line-height: 1.7;
}
.welcome_button {
    background-color: dodgerblue;
    margin: 20px 0px 0px;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: white;            
    border: 2px solid dodgerblue;
    border-radius: 0px;
    width: 200px;
    cursor: pointer;
}
.welcome_button:hover {
    background-color: white;
    color: dodgerblue;
    text-decoration: none;
}
.confetti{
    width: 100%;
    margin: 0 auto;
    user-select: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.welcome_container{
    position: relative;
    width: 100%;
    height: 600px;
}
.welcome_components{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.welcome_button_holder{
    text-align: center;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
}
.jconnect{
    background-color: #000;
    color: dodgerblue;
    text-align: center;
    margin: 0px auto 16px;
    padding: 10px;
    border-top: 2px solid dodgerblue;
}
.jconnect a{
    color: red;
}

.footer_section{
    width: 100%;
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.footer_left{
    flex: 80%;
    padding: 24px 0px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}
.footer_item{
    display: flex;
    margin-bottom: 40px;
}
.footer_item_description{
    color: #999;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}
.footer_item_description_heading{
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
}
.footer_right{
    flex: 20%;
    padding: 24px 0px;
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: flex-start;
}
.footer_image_holder{
    display: flex;
    width: 100%;
    justify-content: left;
}
.footer_icons_holder{
    display: flex;
    justify-content: left;
    width: 100%;
}
.footer_image{
    width: 120px;
    margin-bottom: 40px;
}
.trademark_section{
    text-align: left;
    color: #999;
}
.trademark_section a{
    color: red;
}

.footer_top{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0px;
    width: 100%;
}
.footer_top a{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-left: 12px;
    margin-right: 12px;
    text-transform: uppercase;
}
.footer_second{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0px;
    width: 100%;
}
.footer_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 0px;
    width: 100%;
    color: #fff;
}

.icons_col{
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}
#marker_icon{
    font-size: 28px;
    text-decoration: none;
    margin-right: 20px;
    border-radius: 50%;
    color: #999;
}
#phone_icon{
    font-size: 16px;
    text-decoration: none;
    margin-right: 0px;
    border-radius: 50%;
    color: #fff;
}
#envelope_icon{
    font-size: 16px;
    text-decoration: none;
    margin-right: 0px;
    margin-left: 12px;
    border-radius: 50%;
    color: #fff;
}
#facebook_icon{
    font-size: 20px;
    padding: 11px 15.5px;
    text-align: center;
    text-decoration: none;
    margin: 18px 4px 20px 0px;
    border-radius: 50%;
    color: #fff;
    background-color: inherit;
    border: 1px solid #fff;
}
#facebook_icon:hover{
    color: white;
    background-color: #3B5998; 
    border: 1px solid #3B5998;
}
#twitter_icon{
    font-size: 20px;
    padding: 11px 12px;
    text-align: center;
    text-decoration: none;
    margin: 18px 4px 20px;
    border-radius: 50%;
    color: #fff;
    background-color: inherit;
    border: 1px solid #fff;
}
#twitter_icon:hover{
    color: white;
    background-color: #55ACEE;
    border: 1px solid #55ACEE; 
}
#youtube_icon{
    font-size: 20px;
    padding: 11px 13px;
    text-align: center;
    text-decoration: none;
    margin: 18px 4px 20px;
    border-radius: 50%;
    color: #fff;
    background-color: inherit;
    border: 1px solid #fff;
}
#youtube_icon:hover{
    color: white;
    background-color: #bb0000; 
    border: 1px solid #BB0000;
}
#instagram_icon{
    font-size: 20px;
    padding: 11px 13px;
    text-align: center;
    text-decoration: none;
    margin: 18px 4px 20px;
    border-radius: 50%;
    color: #fff;
    background-color: inherit;
    border: 1px solid #fff;
}
#instagram_icon:hover{
    color: white;
    background-color: #dd4b39; 
    border: 1px solid #DD4B39;
}

@media only screen and (max-width: 640px){
    .slider_content{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .slider_text_section{
        flex: 100%;
        justify-content: center;
        text-align: center;
        margin: 40px auto;
    }
    .slider_image_section{
        flex: 100%;
        justify-content: center;
        margin-top: 40px;
    }
    .slider_text_large{
        font-size: 28px;
        text-align: center;
        margin-bottom: 30px;
    }
    .slider_text_small{
        text-align: center;
    }
    .typing-text{
        display: none;
    }
    .home_services_bottom{
        font-size: 28px;
    }
    .highlights{
        flex-wrap: wrap;
    }
    .highlight{
        flex: 100%;
    }
    
    .products_section_heading {
        font-size: 22px;
    }
    .steps_intro{
        font-size: 22px;
    }
    .testimonials_large_heading{
        font-size: 28px;
    }
    .testimonials{
        flex-wrap: wrap;
    }
    .testimonial{
        flex: 100%;
    }
    .step{
        flex: 100%;
        min-width: 100%;
        margin-bottom: 20px;
    }
    .product_holder{
        flex: 100%;
        max-width: 100%;
    }
    .gallery_item_holder{
        flex: 100%;
        min-width: 100%;
    }
    .banner, .banner_overlay{
    height: 300px;
  }
  .big_text, .general_heading, .about_heading, .banner_text{
    font-size: 30px;
  }
  .small_text{
    font-size: 14px;
  }
  .slideshow-container{
    height: 380px;
  }
  #ux_text{ 
  top: 40%;
  }
  #ui_text{ 
  opacity: 0;
  transition: all 1500ms;
  top: 60%;
  }
  .dark_heading, .darkmode_dark_heading{
    font-size: 28px;
  }
  .gray_heading, .darkmode_gray_heading{
    font-size: 21px;
  }
  .about_text{
    padding-left: 0px;
    padding: 20px;
  }
  .general_button, .darkmode_general_button{
    padding: 12px 8px;
    width: 150px;
  }
  .half_promote_left, .darkmode_half_promote_left{
    flex: 100%;
    margin-right: 0;
  }
  .half_promote_right, .darkmode_half_promote_right{
    flex: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .half_promote_text{
    flex: 100%;
  }
  .half_promote_image_section{
    align-items: flex-end;
    justify-content: center;
  }
  .showcase_section{
    margin-top: 60px;
  }
  .showcase_header{
    padding: 5px 0px;
  }
  .showcase_image_holder{
    flex: 100%;
    margin: 12px 0px;
  }
  .smaller_dark_heading{
    font-size: 25px;
  }
  .events_section{
    margin-top: 20px;
  }
  .event{
    flex: 100%;
    margin: 12px 0px 16px;
  }
  .blog{
        flex: 100%;
        max-width: 100%;
   }
  .service{
        flex: 100%;
        max-width: 100%;
  }
  .read_blog_blog{
    flex: 100%;
    max-width: 100%;
  }
  .read_blog_ads{
    flex: 100%;
    margin-top: 50px;
  }
  .models_gallery_item_holder{
    flex: 100%;
    max-width: 100%;
  }
  .footer_link{
    display: block;
    width: 100%;
  }
  .footer_contact{
    display: block;
    text-align: center;
    padding: 8px 0px;
  }
  .footer_top{
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 2.0;
  }
  .profile_top_left{
    flex: 100%;
  }
  .profile_top_right{
    flex: 100%;
    justify-content: center;
    text-align: center;
    max-width: 100%;
  }
  .about_text{
    flex: 100%;
  }
  .about_image_section{
    flex: 100%;
  }
}