/*::::::::::::::::  Global Style :::::::::::::::::::::*/

/**{
    margin: 0;
    padding: 0;
}*/
html,
body {
  font-family: 'Open Sans', sans-serif;
}
@font-face{
    font-family: 'Open Sans', sans-serif;
    src: url(../font/OpenSans-Bold.ttf);
    font-style: normal;
    font-weight: 600;
}
@font-face{
    font-family: 'Open Sans', sans-serif;
    src: url(../font/OpenSans-Light.ttf);
    font-style: normal;
    font-weight: 300;
}                           



img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
span {
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

h1,
h2{
 font-family: 'Open Sans', sans-serif;
 font-weight: 600;
}

h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #212121;
  margin: 0 0 26px;
  font-weight: 600;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a {
  color: #ff3115;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #e41f05;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
li{
    font-family: 'Open Sans', sans-serif;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #0c0095;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background:#0c0095;
  text-shadow: none;
  color: #ffffff;
}

/*::::::::::::::::::  General Css :::::::::*/

.row{
    margin-left: 0px;
    margin-right:0px;
    width: 100%;
}
.form-control{
    box-shadow:none !important;
}
.btn{
    box-shadow:none !important;
}

.form-control{box-shadow:none !important;}

/*::::::::::::  Header Section  :::::::::::::*/

header.header {
    padding: 15px 1px;
    background: #333545;
}
/*.Logo a img {
    height: 33px;
    margin-top: 2px;
}*/
.Logo a img {
    height: 60px;
    margin-top: 0px;
    position: relative;
    top: 0px;
    left: 0px;
}
.SearchBox .SearchGrp {
    display: flex;
}
.SearchBox .SearchGrp .fa {
    position: absolute;
    left: 24px;
    top: 10px;
    color: #d4cfcff0;
}
.SearchBox .SearchGrp .form-control {
    padding-left: 33px;
    border-radius: 25px;
    border: none;
    box-shadow: none;
}
.RightMenu {
    display: flex;
    float: right;
    padding-top: 5px;
}
.RightMenu .Lang .dropdown .btn img {
    width: 22px;
}
.RightMenu .Lang .dropdown .btn {
    padding: 0px 2px;
    width: 100px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 15px;
    box-shadow: none;
    height: 30px;
}
.RightMenu .Lang .dropdown-menu .dropdown-item img {
    width: 22px;
}
.RightMenu .Loca form .form-control {
    background: transparent;
    color: #fff;
    border-radius: 25px;
    padding: 0px 5px;
    font-size: 14px;
    height: 30px;
}
.RightMenu .Loca form .form-control:focus{
    border:1px solid #ffffff;
}
.RightMenu .Loca form .form-control option {
    background: #0b2d6a;
}
.RightMenu .Sign .btn {
    background: #e04936;
    color: #fff;
    border-radius: 25px;
    padding: 3px 13px;
    font-size: 14px;
}
.RightMenu .Lang .dropdown-menu .dropdown-item {
    padding-left: 12px;
}
.Menus a .fa {
    font-size: 22px;
    color: #fff;
    padding-top: 3px;
}
.RightMenu .Lang {
    margin-right: 10px;
}
.RightMenu .Loca {
    margin-right: 10px;
}
.RightMenu .Sign {
    margin-right: 10px;
}



/*::::::::::::  Navbar Section  :::::::::::::*/

nav.navbar {
    background: #fff;
    padding: 9px 0 4px;
}
a.navbar-brand {
    font-size: 28px;
    color: #111;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 0;
}
.navbarItems {
    float: right;
}
.navbarItems ul li a {
    margin-top: 7px;
    margin-left: 10px;
    padding: 10px 13px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: border 500ms ease;
    transition: border 500ms ease;
    font-family: Exo, sans-serif;
    font-size: 13px;
    color: #222222;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-link:hover {
    color: #ff9022;
}
.navbarItems ul li .active {
    font-weight: 600;
    color: #ff9022;
}
a.nav-link.btn.Join-btn {
    background: #111;
    padding: 4px 25px 7px !important;
    border-radius: 30px;
    margin: 30px 5px;
    color: #fff !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    margin: 0px !important;
}
.btn-success {
    box-shadow: none;
    color: #fff !important;
    font-weight: 700;
}
.btn-outline-info:hover {
    background: #607d8b;
    color: #fff !important;
}
.btn-outline-info {
    border: 1px solid #607d8b !important;
    color: #607d8b !important;
    font-weight: 700;
    padding: 11px 25px !important;
}
.custom_continer{
    background: #3b3b3b;
    padding:15px 0 7px;
    margin-bottom: 25px;
    border-radius: 5px;
}
.SearchForm_div .form-group{
    display: flex;    margin-bottom: 0;
}
.SearchForm_div .form-group .form-control {
    border-radius: 5px 0 0 5px;
    border-color: #ddd;
}
.SearchForm_div .form-group .btn {
    border-radius: 0 5px 5px 0 !important;
    padding: 7px 25px;
    color: #555;
}
.Bottom_header_cont p span {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 700;
}
.Bottom_header_cont p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: .3px;
}





/*:::::::::  Mobile navabr  ::::::::::::*/
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    float: right;
}
.mobileHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999999999;
    background: rgba(255,255,255,0.7);
    padding: 6px;
}
.logo img {
    width: 77%;
}
.MobileBar img {
    width: 83%;
    position: relative;
    top: 16px;
}
a.navbar-brand h2 {
    margin-bottom: 0px;
    font-size: 23px;
    margin-top: 4px;
    color: #74af50;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 999999;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    box-shadow: 6px 0px 10px -1px rgb(0 0 0 / 20%);
}
.sidepanel a {
    padding: 10px 8px 10px 14px;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    display: block;
    transition: 0.3s;
    border-bottom: 1px dashed #cccccc42;
}
.sidepanel a:hover {
  color: #000;
  margin-left: 5px;
}
.sidepanel .closebtn {
    position: absolute;
    top: -11px;
    right: 2px;
    font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}
.B-NONE{
    border-bottom: none !important;
}
.CategoryList {
    margin-bottom: 20px;
}
.sidepanel a .fa {
    float: right;
    position: relative;
    top: 5px;
    font-size: 20px;
}
#CateProduct {
    text-align: left;
    padding-left: 25px;
}
#CateProduct a {
    border: none;
}
.LogoArea a img {
    width: 65px;
    padding: 5px 0;
}
.LogoArea a h2 {
    font-size: 19px;
    padding-top: 10px;
    color: #74af4c;
}
a.dropdown-item {
    padding: 8px !important;
    font-size: 12px !important;
    font-weight: 500;
    color: #555;
}
a.dropdown-item img {
    width: 21px;
}

@media (min-width: 200px) and (max-width:575.98px ){
    a.nav-link.btn.Join-btn {
        background: #111;
        padding: 4px 25px 7px !important;
        border-radius: 30px;
        margin: 15px 5px;
        color: #fff !important;
    }
    .Banner_images {
        position: relative;
        padding: 0px !important;
    }
    .Banner_images .Boxxtwo {
        width: 248px;
        background: #e6e6e69e;
        padding: 10px 0;
        border-radius: 7px;
        position: absolute;
        bottom: 11px;
        left: 43px;
    }
    .Banner_images .BoxxOne {
        width: 248px;
        background: #e6e6e69e;
        padding: 10px 0;
        border-radius: 7px;
        position: absolute;
        top: 34px;
        right: 43px;
    }
}


/*::::::::::::  Banner Section  :::::::::::::*/


section.BannerSections {
    width: 100%;
    padding: 0px 0;
}
.HeroBanners {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 400px;
}
/*section.BannerSections::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
}*/
.Banner_Section_cont {
    padding: 50px 10px;
}
.banner_texts h2 {
    font-size: 35px;
    text-align: left;
    font-weight: 500;
    padding: 0px;
    color: #FFf;
    position: relative;
    margin-bottom: 35px;
}
.banner_texts p {
    color: #ece3e3;
    font-size: 15px;
}
.banner_texts .btn {
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 0%);
    background-color: #27ae60;
    *: ;
    background-color: #27ae60;
    background-repeat: repeat-x;
    border-color: #27ae60;
    background-image: linear-gradient(to bottom,#27ae60,#27ae60);
    font-weight: 600;
    letter-spacing: .5px;
    padding: 9px 35px;
    text-transform: uppercase;
    font-size: 14px;
}

@media (min-width: 200px) and (max-width:575.98px){
    .banner_texts h2 {
        font-size: 30px;
        text-align: left;
        font-weight: 500;
        padding: 0 0;
        color: #FFf;
        position: relative;
        margin-bottom: 35px;
    }
    .SearchForm_div .form-group {
        display: flex;
        margin-bottom: 0;
        margin-top: 12px;
    }
    .Banner_Section_cont {
        padding: 40px 10px;
    }
    .border_right {
        border-right: 1px solid transparent !important;
    }
}



/*:::::::::::  Category section  :::::::::::*/
.Custom_body{
    background-color: #a09d9d;
   border-top: 1px solid #333;
}

.Category_container {
    border-top: 1px solid #333;
    background: #fff;
    border-bottom: 1px solid #333;
}
.border_right{
    border-right: 1px solid #333;
}
.Category_Boxx p {
    font-size: 15px;
    color: #777;
}
.Category_Boxx h3 {
    font-size: 18px;
    color: #444;
    margin-bottom: 10px;
}
.Category_Boxx {
    padding: 25px 0 15px;
    text-align: center;
}

/*:::::::::::  Testimonial section  :::::::::::*/

.Testimonial_container {
    background: #fff;
    padding: 35px 10px;
    border-bottom: 1px solid #333;
}
.TestimoalSlider_cont {
    padding: 40px 35px;
}
.TestimoalSlider_cont h2 {
    font-size: 26px;
    line-height: 37px;
    color: #444;
}
.TestimoalSlider_cont p strong {
    font-weight: 700;
    color: #333;
}
.TestimoalSlider_cont p {
    color: #555;
    font-size: 15px;
}



@media (min-width: 200px) and (max-width: 575.98px){
    .TestimoalSlider_cont {
        padding: 0;
    }
    .TestimoalSlider_cont h2 {
        font-size: 13px;
        line-height: 18px;
        color: #444;
        margin-bottom: 1px;
    }
    .TestimoalSlider_cont p {
        color: #555;
        font-size: 12px;
    }
}



/*:::::::::::  Brand section  :::::::::::*/

.Brand_container {
    background: #ffff;
    padding: 16px 0;
    border-radius: 0 0 25px 25px;
}
.Brand_Items {
    text-align: center;
}



/*:::::::::::  Footer section  :::::::::::*/
footer {
    background: #a09d9d;
}
.footer-container {
    padding: 40px 0;
}
.footer-content{
    text-align: center;
}
.footer-content .logo {
    width: 50px;
    margin-bottom: 10px;
}
.footer-content p {
    font-size: 11px;
    color: #fff;
}
.footer-content h5 a {
    color: #eee;
    font-weight: 800;
}
.footer-content h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-content .links a {
    color: #fff;
    font-size: 13px;
}
.footer-content .social a {
    margin: 0 5px;
}


/*............   Feature Page Style   ...............*/

section.Herobanners_div {
    padding: 30px 0;
    background: #333;
}
.Feature_sections_cont h2 {
    margin-bottom: 0;
    color: #fff;
}

section.Feature_sections {
    padding: 30px 0;
}
.Feature_Content h2 {
    font-size: 25px;
    color: #92002d;
    margin-bottom: 17px;
}
.Feature_Content h2 .fa {
    background: #92002d;
    padding: 9px;
    border-radius: 50%;
    font-size: 23px;
    color: #fff;
}
.Feature_Content p {
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
}
.Feature_Content h3 {
    font-size: 24px;
    margin-bottom: 7px;
    color: #444;
}
.Feature_Images img {
    width: 100%;
}
.Feature_Content ul li {
    font-size: 15px;
    color: #666;
}
.Feature_Content ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 10px;
}
.Feature_Content h2 .fa-mobile {
    background: #92002d;
    padding: 9px 19px;
    border-radius: 50%;
    font-size: 37px;
    color: #fff;
}
.Feature_Images .mob{
    width: 60%;
}
.Feature_Buttons .btn {
    background: #22a258;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 18px;
}
.Feature_Buttons {
    text-align: center;
    margin: 30px 0 10px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
}

/*............   Pricing Modal  Style   ...............*/


.Pricing_modal_body p {
    font-size: 17px;
    color: #777;
}
.Pricing_modal_body h2 {
    color: #92002d;
    font-size: 43px;
    margin-bottom: 18px;
}
.Pricing_modal_body {
    text-align: center;
}
.Pricing_modal_body a {
    font-size: 27px;
    color: #27ae60;
}
.Pricing_modal_body {
    text-align: center;
    padding: 20px;
}
.Pricing_modal_body a:hover {
    text-decoration: underline !important;
}
.Pricing_modal_body .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    top: 9px;
    right: 24px;
}

/*............   Get Started Page Style   ...............*/


section.Get_started_sec {
    padding: 30px 0 70px;
}
.Get_started_Content .item {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.Get_started_Content .item h2 {
    color: #444;
    margin-bottom: 30px;
}

/*............  Login Page Style   ...............*/

.Login_contents p a {
    color: #03a9f4;
}
.Login_contents p {
    margin-top: 18px;
    text-align: center;
    margin-bottom: 0px;
}

@media (min-width: 200px) and (max-width: 575.98px){
    a.btn.btn-success {
        font-size: 12px;
        padding: 8px 15px;
    }
}


