@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,600|Raleway:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus,
a:hover {
    outline: 0 solid;
    text-decoration: none;
}

button:focus,
input:focus {
    outline: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
      font-size: 16px;
    line-height: normal;
    font-weight: 300;
    color: #363636;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none
}

.navbar-toggle {
    border: 2px solid #DC143C;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: #DC143C none repeat scroll 0 0;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.area-title {
    margin-bottom: 60px;
}
.black-color{
    color: black;
}
.area-title h2 {
    color: #0000008c;
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1;
    padding: 0;
    position: relative;
    text-transform: none;
}

.area-title h2 span {
    color: #DC143C;
    font-weight: 300;
    float: left;
    width: 100%;
    font-size: 43px;
    margin-top: 5px;
    text-transform: uppercase;
    /* text-shadow: 3px 3px 0 #ccc; */
    letter-spacing: 2px;
}

.area-title p {
    margin-bottom: 0;
}

.section-padding {
    padding: 50px 0;
}

.padding-top {
    padding-top: 60px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.red-bg {
    background: #24bbc9;
    color: #fff;
}

.red-bg .area-title h2 {
    color: #fff;
}

.blue_bg_main_layout {
    background: #24bbc9;
    color: #fff;
}

.blue_bg_main_layout .area-title h2 {
    color: #fff;
    letter-spacing: -0.5px;
}

.blue_bg_main_layout .area-title h2 span {
    color: #fff;
    text-shadow: 3px 3px 0 #096871;
}


/*--------------------------
    2. TOP AREA
---------------------------*/

.top-area {
    /*height: 100%;*/
    position: relative;
    width: 100%;
}

.container {
    width: 1200px;
}


/*---------------------------------
    2.1 MAINMENU AREA
-----------------------------------*/

.header-top-area {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    background: rgba(2, 2, 2, 0.68);
    display: block;
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

div.navbar-header a.navbar-brand {
    padding: 0;
    margin-left: -15px;
}

.responsive_menu_btn {
    display: none;
    width: 46px;
    height: 36px;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 24px;
}

.responsive_menu_btn .icon-bar {
    width: 22px;
    height: 2px;
    float: left;
    margin-top: 1.5px;
    margin-left: 2px;
    margin-bottom: 1.5px;
}

ul#nav {
    display: block;
    float: left;
}

ul#nav li {
    float: left;
}

.mainmenu-area {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9999 !important;
}

.mainmenu-area-bg {
    background: #24bbc9 none repeat scroll 0 0;
    bottom: 0;
    height: 5px;
    position: absolute;
    width: 100%;
    display: none;
}

.navbar-header {
    margin-top: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
    float: left;
}

.navbar-collapse.bs-example-js-navbar-scrollspy {
    float: right;
    width: auto;
    flex: auto;
}

.navbar {
    border-bottom: 0 none;
    border-top: 0 none;
    margin-bottom: 0;
}

.navbar-brand > img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


ul#nav {
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow-x: unset !important;
    overflow: unset !important;
}

ul#nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 33px 15px 32px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    float: left;
}

ul#nav li a::after {
    /*background: #24bbc9 none repeat scroll 0 0;*/
    background: #DC143C none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
}

ul#nav li.active a::after,
ul#nav li:hover a::after {
    width: 100%;
}

.is-sticky ul#nav li a {
    padding: 24px 15px;
    color: #ffffff;
}

ul#nav li a:hover,
ul#nav li.active a,
.is-sticky ul#nav li.active a {
    /*color: #24bbc9;*/
    color: #DC143C;
}

.is-sticky .navbar-header {
    margin-top: 0;
    margin: 0;
}

.is-sticky .mainmenu-area {
    background: #000;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    z-index: 99999;
}

ul#nav div.logo {
    float: left;
}

ul#nav div.logo img {
    width: 190px;
}

#mainmenu-area-sticky-wrapper {
    height: auto !important;
}

.mainmenu-area .navbar {
    padding: 0;
}


/*-----------------------------------
    2.2 WELCOME TEXT AREA
-------------------------------------*/

.tp-bullet.selected,
.tp-bullet:hover {
    background: #24bbc9;
}

.tp-bullets {
    border: none;
    border-radius: 0;
    display: block;
    height: auto !important;
    padding: 0;
    position: absolute;
    right: 0px !important;
    text-align: center !important;
    top: auto !important;
    width: 182px !important;
    z-index: 1000;
    bottom: 50px !important;
    float: left;
}

.tp-bullet {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    cursor: pointer;
    display: block !important;
    height: 8px;
    left: 0;
    margin-left: 10px;
    margin-top: 0;
    position: static;
    top: auto !important;
    width: 50px;
    float: left;
    border-radius: 10px;
}

.welcome-text-area {
    width: 100%;
    color: #ffffff;
}

.welcome-text h2 {
    font-size: 56px;
    font-weight: 400;
}

.welcome-text h1 {
    font-size: 80px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #24bbc9;
}

.welcome-text h3 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0px !important;
    margin-bottom: 20px;
    padding-bottom: 20px !important;
    position: relative;
    color: #ffffff;
}

.welcome-text p {
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
}

.welcome-text h3::after {
    background: #24bbc9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 150px;
}

.home-button {
    margin-top: 60px;
}

.home-button a {
    background: #24bbc9 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px !important;
    margin-right: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    font-weight: 400;
}

.home-button a:hover {
    background: #ffffff;
    color: #363636;
}

.welcome-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 60%;
    overflow: hidden;
}

.welcome-mockup-img {
    bottom: 0;
    max-width: 80%;
    position: absolute;
    right: 5%;
}


/*-----------------------------
    3. ABOUT AREA
-------------------------------*/

.about-area .area-title {
    margin-bottom: 0;
}

.about-left-image {
    padding: 25px;
    position: relative;
    text-align: center;
}

.about-left-image::before {
    border-left: 2px solid #363636;
    border-top: 2px solid #363636;
    content: "";
    height: 270px;
    left: 0;
    position: absolute;
    top: 0;
    width: 270px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: none;
}

.about-left-image::after {
    border-left: 2px solid #363636;
    border-top: 2px solid #363636;
    content: "";
    height: 270px;
    left: 0;
    position: absolute;
    top: 0;
    width: 270px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.about-left-image::after {
    border-bottom: 2px solid #DC143C;
    border-left: inherit;
    border-right: 2px solid #DC143C;
    border-top: inherit;
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.padding-70{
    padding: 70px;
}
.about-left-image img {
    width: 100%;
}

.about-left-image:hover::after,
.about-left-image:hover::before {
    border-color: #000000;
}

.about-content h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

.about-content p {
    margin-bottom: 20px;
    color: #666;
    text-align: justify;
}

.title-and-social-bookmark h4 {
    border-bottom: 2px solid;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.title-and-social-bookmark {
    margin-top: 50px;
}

.social-bookmark {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.social-bookmark li {
    display: inline;
}

.social-bookmark li a {
    background: #363636 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    margin-right: 10px;
    padding-top: 6px;
    text-align: center;
    width: 35px;
}

.social-bookmark li a:hover {
    background: #24bbc9 none repeat scroll 0 0;
}

.about-area {
    background: #fff;
}

.about-left-image img {
    /*box-shadow: -25px -25px 0 0 #ddd;*/
     box-shadow: -15px -15px 0 0 #efefef;

    border: solid #fff 5px;
}


/*------------------------------
    5. WORK AREA
--------------------------------*/


.work-area {
    color: #fff;
    position: relative;
    line-height: 30px;
    text-align: justify;
}

.work-area .area-title {
    margin-bottom: 0;
}

.work-area-bg {
    background: rgba(0, 0, 0, 0) url("img/work/work_area_bg.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.work-area-bg::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.work-area .area-title h2 {
    color: #fff;
    margin-top: 40px;
}

.fade.in {
    opacity: 1;
}
.work-menu span{
    margin-top: -30px;
    top: 0;
    float: right;
    color: black;
    font-style: italic;
    font-weight: 600;
    position: relative;
    margin-right: 13px;
    font-size: 10px;
}

ul.work-flow-navigation li {
    float: left;
}

a.work-details {
    background: #DC143C none repeat scroll 0 0;
    border-radius: 50px;
    color: white;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 20px;
    padding: 10px 40px;
    text-transform: uppercase;
}

a.work-details:hover {
    background: #fff none repeat scroll 0 0;
    color: #363636;
}

a.btn_white_bg {
    background: #363636 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 13px;
}

a.btn_white_bg:hover {
    background: #24bbc9 none repeat scroll 0 0;
    color: #fff;
}

.work-menu {
    border-radius: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px;
    text-align: center;
    width: 80%;
    position: relative;
}

.work-menu::before {
    content: "";
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    background: transparent;
    left: 0;
    top: 0;
    border-top: solid #DC143C 5px;
    border-left: solid #DC143C 5px;
}

.work-menu::after {
    content: "";
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    background: transparent;
    right: 0;
    bottom: 0;
    border-bottom: solid #DC143C 5px;
    border-right: solid #DC143C 5px;
}

ul.work-flow-navigation {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

li.col-md-6.col-xs-6 {
    padding: 0;
}

ul.work-flow-navigation li {
    display: inline-block;
    width: 50%;
}

ul.work-flow-navigation li img {
    background: transparent none repeat scroll 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

ul.work-flow-navigation li.active img {
    background: #DC143C none repeat scroll 0 0;
    left: 0;
    padding: 5px;
    position: relative;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 9;
    border-radius: 50%;
}

ul.work-flow-navigation li a::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9;
    border-radius: 100%;
    transform: scale(1.3);
}

ul.work-flow-navigation li.active a::after {
    opacity: 0.5;
}


/*------------------------------
    6. PRODUCTS AREA
--------------------------------*/

.products-menu {
    margin-bottom: 60px;
}

.products-area {
    background: #ffffff;
}

.products-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.products-menu ul li {
       background: #000000 none repeat scroll 0 0;
    color: white;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    padding: 7px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.products-menu ul li.active,
.products-menu ul li:hover {
/*    background: #24bbc9 none repeat scroll 0 0;
       color: #363636;*/
background: #DC143C none repeat scroll 0 0;
    color: white;
}

.single-portfolio {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    min-height: 300px;
    position: relative;
}

.products-bg {
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #ddd;
}

.products-bg::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}



.products-view-details {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.products-view-details a {
    border: 1px solid;
    color: #24bbc9;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    padding-top: 0;
    text-align: center;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
}

.products-view-details a:hover {
    background: #24bbc9;
    border-color: #24bbc9;
    color: #fff;
}

.single-products:hover .products-bg::after {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-products:hover .products-view-details {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*------------------------------
    8. TESTMONIAL AREA
-------------------------------*/

.testmonial-area {
    color: #363636;
    position: relative;
}

.testmonial-area-bg {
    background: rgba(0, 0, 0, 0) url("img/testmonial/testmonial_area_bg.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.testmonial-area-bg::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.testmonial-area .area-title h2 {
    color: #ffffff;
}

.testmonial-author-img {
    padding: 25px;
    position: relative;
        max-width: 200px;
    margin: 0 auto;
}

.testmonial-author-img::before {
    border-left: 2px solid;
    border-top: 2px solid;
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #DC143C;
}

.testmonial-author-img::after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    bottom: 0;
    content: "";
    height: 150px;
    position: absolute;
    right: 0;
    width: 150px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color:#DC143C;
}

.testmonial-slider:hover .testmonial-author-img::before,
.testmonial-slider:hover .testmonial-author-img::after {
    border-color: #000000;
}

.testmonial-author-img img {
    width: 100%;
}

.testmonial-author-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*min-height: 348px;*/
}

.testmonial-area .area-title h2 span {
    text-shadow: none;
}

.name-and-title {
    color: #dc143c;
    margin-bottom: 20px;
}
.magin-bottom-0{
    margin-bottom: 0px;
}
.name-and-title h3 {
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: unset;
}

.name-and-title p a {
    color: #24bbc9;
}



.testmonial-slider .owl-nav > div {
    display: inline-block;
    font-size: 40px;
    height: 50px;
    margin: -25px 5px 0;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.testmonial-slider .owl-nav > div.owl-next {
    right: 0;
}

.testmonial-slider .owl-nav > div.owl-prev {
    left: 0;
}

.testmonial-slider .owl-nav > div:hover {
    color: #24bbc9;
}

/*------------------------------
    11. CONTACT AREA
-------------------------------*/

.contact-area {
    position: relative;
    color: #ffffff;
}

.contact-area .area-title h2 {
    color: #ffffff;
}

.contact-area-bg::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.contact-area a {
    color: #dc143c;
}

.contact-area a:hover {
    color: #ffffff;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 30px;
}

.contact-social-bookmark {
    margin-top: 40px;
}

.contact-social-bookmark ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.contact-social-bookmark ul li {
    display: inline;
}

.contact-social-bookmark ul li a {
    background: #333;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin-right: 5px;
    padding-top: 9px;
    text-align: center;
    width: 40px;
}

.contact-social-bookmark ul li a:hover {
    background: #dc143c none repeat scroll 0 0;
    color: #fff;
}

.google-map-area {
    border-radius: 0% !important;
    overflow: hidden !important;
}

.contact-form input,
.contact-form textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px dashed #24bbc9;
    border-radius: 0;
    color: #24bbc9;
    max-height: 110px;
    min-height: 40px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #24bbc9;
    box-shadow: 0 0 0;
}

.contact-form button {
    background: #24bbc9 none repeat scroll 0 0;
    border: 0 none;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #363636;
}

.contact-area .alert-success {
    background-color: #24bbc9;
    border-color: #24bbc9;
    color: #363636;
}

.contact-form button:hover {
    background: #ffffff;
    color: #363636;
}

#section-contact-us.contact-area {
    background-image: url('../img/footer_img.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #000;
    border-bottom: solid #333 1px;
    background-position: right;
}

.contact-area .container {
    position: relative;
    z-index: 1;
}

#section-contact-us.contact-area .map_section {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.contact-address {
    padding-left: 50px;
}

.single-contact {
    background: rgba(0, 0, 0, 0.8);
    margin: 0 -15px;
    position: relative;
}
.form-control:focus {
    color: #495057;
    background-color: #fff0 !important;
    border-color: #dc143c !important;
    outline: 0;
}

/*------------------------------
    12. FOOTER AREA
-------------------------------*/

.footer-area {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 30px 0;
    font-size: 14px;
}

.footer-area p {
    margin-bottom: 0;
}

.footer-area a {
  
    color: #dc143c;
}

.footer-menu ul {
    list-style: none;
    float: left;
    margin: 0;
    float: right;
    padding: 0;
}

.footer-menu ul li {
    float: left;
    margin-left: 25px;
}


/*------------------------------
    13. SCROLL TO TOP
-------------------------------*/

a.scrolltotop {
    /*background: #24bbc9 none repeat scroll 0 0;*/
    background: #DC143C none repeat scroll 0 0;
    bottom: 20px;
    color: #363636;
    display: none;
    font-size: 20px;
    height: 50px;
    padding-top: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 99;
    box-shadow: 0 0 0 7px transparent;
    border-radius: 100%;
}

a.scrolltotop:hover {
    box-shadow: 0 0 0 0 #363636;
    background: #363636;
    color: #fff;
}

/*CUSTOME*/
.card {

    background-color: #fff0 !important;
}

.form-control {
    background-color: #fff0 !important;
    color: white !important;
}

.text-info {
    color: #DC143C !important;
}
.btn-info {
    color: #fff;
    background-color: #dc143c;
    border-color: #dc143c;
}
.btn-info:hover {
    color: #fff;
    background-color: #dc143c;
    border-color: #dc143c;
}
.fa-angle-right:before {
    color: black;
}

.fa-angle-left:before {
    color: black;
}

.btn {

    text-transform: uppercase;
}
    .fa-long-arrow-up:before {
   
    color: white !important;
}
/*LB CUSTOME STYLE*/
.modal-header {
  
    background-color: black !important;
    border-color: black  !important;
    border-radius: unset  !important;
}
.close {
   
    color: white !important;
    font-size: 43px !important;
}
.ls-15{
    letter-spacing: 15px !important;
}
  .navbar .bgcolor-black{
    background-color: transparent;
}
