
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    background: #f4f4f4;
    font-size: 14px;
}

:root {
    --text-white: #ffffff;
    --text-black: #000000;
    --bg-color-white: #ffffff;
    --bg-color-black: #000000;
}
.text-md {
    font-size: 14px;
}
.text-sm {
    font-size: 13px;
}
.text-xs {
    font-size: 12px;
}
a {
    text-decoration: none !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    padding: 0;
    margin-bottom: 10px;
}

tex

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}

@media screen and (max-height: 450px) {    
    .sidebar {
      padding-top: 15px;
    }
    .sidebar a {
      font-size: 18px;
    }
  } 

  @media (min-width: 1200px) {
    #navbarNav {
            display: ruby !important;
        }   
  }
header { background-color: whitesmoke !important;}
.bg-transparent {
	background-color: transparent !important;
    border:none;
}
.navbar-bg {
    padding: 20px;    
    box-shadow: 0 8px 6px -6px #00000029;   
}

.navbar-logo img{
    width: 40px;    
}
.navbar-brand {margin-left:20px;}

ul.main-menu-box{
    display: flex;
}

li.menu-box {
    padding: 10px 18px;
}
li.menu-box a {
    color: grey;
    font-weight: 500;
}
.right-menu {
    margin-top: 10px;
}
.alert-text { color:red !important;}
.content-header {margin-top: 25px;}

.login-btn {
    margin:10px;
}
.login-btn a{
    margin: 20px;    
    border: 1px solid grey;
    border-color: #e2e8f0;
    background-color: rgba(239, 232, 250, 0);
    color: grey;
    padding: 10px;
    border-radius: 8px;
    height: 40px;
}

.right-menu {
    display: flex;
    float: right;
}
.Card-btn {
    margin:10px;
}
.Card-btn a {
    margin: 20px;
    padding: 10px;
    border: 1px none #000;
    border-radius: 6px;
    background-color: #616de9;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.25px;
    text-transform: none;
}


.navshadow {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: visible;
    width: 100%;
    box-shadow: 1px 1px 10px 0 rgb(54 43 72 / 20%);
}

.main-section {
    padding-top: 30px;
}

.right-main-img img{
    width:100%;
   
}
.left-main-box {
    padding-top: 100px;
}
.left-main-box h1{
    padding-bottom: 12px;
    color: #191847;
    font-size: 54px;
    line-height: 100%;
    text-align: left;
}

.left-main-box p{
    padding-bottom: 18px;
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.social-img {
    display: flex;
}

.social-img img {
    padding-right: 20px;
}

.main-icon-section{
    background-color:#616de926;
    padding: 60px;
}
.feature-box-img {
    text-align: center;
    padding-bottom: 18px;
}
.feature-box-img img{
    width: 75px;
}

.feature-box-text h3{
    align-self: flex-end;
    color: #191847;
    font-size: 22px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.right-main-img {
    text-align: center;
}
.middle-main-section {
    padding-top: 75px;
    padding-bottom: 75px;
}
.middle-content h3 {
    font-size: 45px;
    font-weight: 600;
    padding-bottom: 30px;
}
.middle-content p {
    font-size: 20px;
    line-height: 35px;
    color: grey;
}
.middle-content {
    padding: 100px 0;
}
.middle-content p a {
    color: #616de9;
}
.defaul-section{
    background-color: #616de926;
}

.defaul-section .middle-content p{
    color: black;
}
.faq-section{
    padding: 50px 0;
}
.faq-section h1{
    text-align: center;
    font-size: 35px;
    color: black;
}
.titleWrapper{
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: #616de9;
    color: white;
    -webkit-user-select: none;
    user-select: none;
    transition: background-color .8s linear;
}
/* .titleWrapper.active{
    background: #fff;
} */
.desWrapper{
    background: #fff;
    max-height: 500px;
    display: none;
    padding: 20px;
    transition: max-height 1s ease-in;
}

/* Collapse Icon */

.collapse-icon{
    position: relative;
}
.collapse-icon .acc-close{
    height: 20px;
    border-left: 2px solid #ffff;
    transition: all .5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.collapse-icon .acc-open {
	width: 19px;
	position: absolute;
	border-top: 2px solid #ffff;
	transition: all .5s ease-in-out;
	transform: rotate(90deg);
	top: 43%;
	right: -8px;
}

.titleWrapper.active .collapse-icon{
    transition: all .5s ease-in-out;
	transform: rotate(180deg);
}

.titleWrapper.inactive .collapse-icon{
    transition: all .5s ease-in-out;
	transform: rotate(-180deg);
}

.titleWrapper.active .collapse-icon .acc-open{ 
    opacity: 0;
}

.main-faq-section {
    padding-top: 50px;
}
.tab-accordian {
    padding-bottom: 25px;
}

.titleWrapper.inactive h3 {
    font-size: 22px;
}
.video-part iframe{
    width: 100%;
    height: 800px;
}
.video-part h2{
    font-size: 35px;
    font-weight: 500;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 50px;
}

.carousel-inner{
    background-color: #fff;
    box-shadow: 0 20px 100px -50px #d2bdf6;
}
.breadcrumb-item a {
    color: #e6822a !important;
  }
.drop_caps_1:first-letter {
    color: var(--dark);
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px 8px 3px 0;
    font-weight: 700
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border:none !important;
    border-radius: 0.25rem;    
}
.card-body img {
    text-align: center;
}

.card-title-portfolio p {
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.2px;
}

span .card-title-owner{
    text-align: center;
}

.card-img {
    text-align: center;
    padding-bottom: 20px;
}
.card-title-owner {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.card-header { 
background-color: #fff;
font-weight: bold;
font-size: 15px;
}
.rounded-midium {
    border-radius: 20px;
}
.order-details .table tbody+tbody {border-top: 1px solid #dee2e6}
i.fa.fa-chevron-left {
    position: absolute;
    top: 136px;
    font-size: 35px;
    left: -54px;
}
i.fa.fa-chevron-right {
    position: absolute;
    top: 136px;
    font-size: 35px;
    right: -54px;
}
.press-quotes {
    padding-bottom: 30px;
    padding-top: 30px;
}
.press-box a h3 {
    color: #191847;
    font-size: 18px;
    line-height: 25px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
}
.press-img {
    text-align: center !important;
}
.main-section-press{
    padding-top: 80px;
    padding-bottom: 50px;
}

.ftr-bg{
    background-color: #757574;
    padding-top: 25px;
}
ul.list.w-list-unstyled {
    display: flex;
    justify-content: space-evenly;
    padding-right: 70px;
}
h5.footer-label {
    padding-bottom: 6px;
    font-size: 16px;
    border-bottom: 1px solid #9f9f9f;
    margin-bottom: 20px;
}
.dropdown-menu.show {  
    /* top: 10px !important; */
}
.dropdown-item{
    padding: 7px 20px !important;
}
ul.fte-menu li a {
    color: #d2d2d2;
}
ul.fte-menu li{
    padding-bottom: 8px;
}

.div-block-20 {
    margin-top: 30px;
    align-items: center;
    border-top: 1px solid #9f9f9f;
    border-bottom: 0px none #cacaca;
    color: white;
}
.text-block {
    text-align: center;
    padding-top: 30px;
    font-size: 12px;
    color: #636363;
}
div#dropdownMenuButton {
    padding: 0;
    color: grey;
    font-weight: 500;
}

.small-header-bg{
    background: #e7e9fc;
    padding-top: 25px;
    padding-bottom:25px;   
  }
  
  .menu-box a.menutogglebtn {
      font-size: 25px;
      color: #fff;
      width: 24px;
      height: 3px;
      display: block;
      background: #5470d5;
      position: relative;
  }
  .menu-box a.menutogglebtn:before {
      position: absolute;
      content: '';
      width: 24px;
      height: 3px;
      background: #5470d5;
      bottom: 7px;
      left: 0;
  }
  .menu-box a.menutogglebtn:after {
      position: absolute;
      content: '';
      width: 24px;
      height: 3px;
      background: #5470d5;
      bottom: -7px;
      left: 0;
  }
  .side-menu {
    background-color:#5470d5;
    width: 100%;
    height: 100%;
    z-index: 12;
    position: fixed;
    left: -100%;
    bottom: 0;
    transition: all 0.5s;
    padding-top: 50px;
  }
  .openmenu .side-menu {
    left: 0;
    transition: all 0.5s;
  }
  .side-menu a.menutogglebtn {
    position: absolute;
    right: 32px;
    top: 13px;
    padding: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 31px;
    font-weight: 600;
  }
  .side-menu a.menutogglebtn img {
      width: 20px;
  }
  
  body.openmenu {
      overflow: hidden;
  }
  
  .side-social-menu {
      padding: 15px 5px 15px 20px;
      border-bottom: 1px solid #545454;
  }
  .side-social-menu ul {
      display: flex;
  }
  .side-social-menu ul li {
      padding: 0 15px 0 0;
  }
  .side-social-menu ul li a {
      font-size: 15px;
      display: flex;
      color: #fff;
      align-items: center;
      font-weight: bold;
      text-transform: capitalize;
  }
  .side-social-menu ul li a i {
      font-size: 19px;
      font-weight: 100;
      width: 30px;
      height: 30px;
      line-height: 30px;
      background: #fff;
      border-radius: 50%;
      color: #000;
      text-align: center;
      margin-right: 6px;
  }
  .mobile-menu-box {
      overflow: scroll;
      height: 100%;
      padding-bottom: 50px;
      background: #fff;
  }
  
  .mobile-menu-box ul li {
      position: relative;
  }
  
  .mobile-menu-box ul li a {
      color: grey;
      font-size: 17px;
      font-weight: 500;
      padding: 12px 0;
      display: block;
      padding-left: 20px;
      padding-right: 20px;
      border-bottom: 1px solid #e8e8e8;
  }
  
  .search-box {
      text-align: right;
  }
  
  .modal-dialog.search-pop .modal-content {
      border-radius: 0;
  }
  .search-box .modal-dialog {
      top: 102px;
  }
  
  .modal-header button.close {
      padding: 10px;
      top: 0;
  }
  .modal-dialog.search-pop {
      top: 21%;
      transform: translate(0px, -21%);
      margin: 0;
      padding: 15px;
  }
  .modal-header input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1px;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: pink;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: pink;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: pink;
  }

  .modal-content .modal-header button.close {
      position: absolute;
      right: 16px;
      top: 16px;
      color: #000000;
      opacity: 1;
      line-height: 22px;
      font-size: 34px;
  }
  
  .modal-content .modal-header input.form-control {
      border: 1px solid #6f777f;
      border-radius: 2px;
      box-shadow: none;
      padding: 12px 16px;
      height: auto;
  }
  .search-box img {
    width: 120px;
}  

.col-xl.col-lg-4.col-md-4.ftr-main-menu {
    padding-bottom: 25px;
}

li.menu-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 5px;
    width: 0;
    height: 2px;
    background: #616de9;
    transition: all 0.5s;
    border-radius: 4px;
    right: 0;
    margin: auto;
}
li.menu-box {
    position: relative;
}
li.menu-box:hover:before {
    width: 100%;
}

li.menu-box a:hover{
    color: #616de9;
}

div#dropdownMenuButton:hover{
    color: #616de9;
}

.login-btn a:hover {
    background: #616de98a;
    color: white;
    border: 1px solid #616de98a;
    transition: all 0.8s;
}
ul.fte-menu li a:hover {
    color: #fff;
}

/* Price starts here */

.price-section-start h1{
    text-align: center;
    font-size: 60px;
    padding-bottom: 10px;
    font-weight: 500;
}
.price-section-start h1 span{
    color:#616de9 ;
}
.price-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.price-section-start p{
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
    color: grey;
}
.price-section-start {
    padding-bottom: 30px;
}
.price-section-start h3{
    text-align: center;
    font-size: 25px;
    padding-bottom: 10px;
    color: #616de9;
}

.left-packege-box h4{
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #616de926;
    height: 52px;
    color: #616de9;
    line-height: 52px;
    letter-spacing: 2px;
}

.right-packege-box h4{
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #616de93b;
    height: 52px;
    color: #616de9;
    line-height: 52px;
    letter-spacing: 2px;
}

.first-packege-box{
    height: auto;
    padding: 32px 25px;
    border-radius: 10px;
    background-color: #f8f8f8;
    position: relative;
}

.packeg-box-start {
    padding-top: 55px;
}

.icon-packege-box{
    position: absolute;
    top: -35px;
    left: 30px;
    align-items: center;
    border-radius: 190px;
    background-color: #fff;
    box-shadow: 0 0 54px 0 rgb(0 0 0 / 13%);
    width: 86px;
    height: 86px;
}

.icon-packege-box img {
    position: absolute;
    top: 29px;
    left: 27px;
}
.first-packege-box h4 {
    color: #616de9;
    letter-spacing: 2px;
    font-size: 18px;
    padding-top: 43px;
    padding-bottom: 15px;
}

.first-packege-box h3 {
    font-size: 33px;
    font-weight: 300;
    padding-bottom: 25px;
}

.first-packege-box h3 span{
    font-size: 28px;
    font-weight: 300;
}

.first-packege-box p{
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

.packege-btn a {
    display: flex;
    min-height: 50px;
    min-width: 150px;
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: center;
    align-items: center;
    border: 1px solid #616de9;
    border-radius: 10px;
    background-color: #f8f8f8;
    color: #616de9;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.first-packege-box h5 {
    font-size: 12px;
    color: grey;
    padding-top: 8px;
}

.packege-text-section p{
    font-size: 16px;
    padding-top: 25px;
    line-height: 27px;
    text-align: center;
    color: grey;
    padding-bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
}

.packege-text-section {
    background: #f8f8f8;
    margin-top: 30px;
    border-radius: 10px;
}
.packege-btn a:hover {
    background: #616de9;
    transition: 0.5s;
    color: #fff;
} 

.last-packege-box {
    height: auto;
    padding: 32px 25px;
    border-radius: 10px;
    background-color: #e7e9fc;
    position: relative;
}

.last-packege-box h4 {
    color: #616de9;
    letter-spacing: 2px;
    font-size: 18px;
    padding-top: 43px;
    padding-bottom: 15px;
}

.last-packege-box h5 {
    font-size: 12px;
    color: grey;
    padding-top: 8px;
}

.last-packege-box h3 {
    font-size: 33px;
    font-weight: 300;
    padding-bottom: 25px;
}

.last-packege-box p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

.last-packege-box .packege-btn a {
    display: flex;
    min-height: 50px;
    min-width: 150px;
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: center;
    align-items: center;
    border: 1px solid #616de9;
    border-radius: 10px;
    background-color: #e7e9fc;
    color: #616de9;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.first-packege-main-details h3{
    margin-top: 34px;
    color: #848199;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 18px;
}

.first-packege-main-details p{
        color: grey;
        font-size: 15px;
        text-decoration: underline;
        text-decoration-style: dotted;
        text-decoration-color: #616de9;
        text-underline-offset: 2px;
}

.icon-most {
    position: absolute;
    top: 38px;
    right: 5px;
}
 
/* Navigation Heaer */
.navbar-nav {
    font-size: 14px;
    line-height: 14px;
}

.navbar-nav a {font-size:14px;}

.dropdown-ext .dropdown-menu{
    font-size: 14px;
}

@media screen and (min-width: 992px) {  
    .navbar-nav-ext {
        order:3;
    } 
}
 
/* tab-bar:start */

ul.nav.nav-tabs li {
    width: 130px;    
    border: 1px solid #0a6697;
    height: 40px;
    line-height: 40px;
    border-radius: 5px 5px 5px 5px;    
    padding-bottom: 8px;
    margin:10px 0 10px 10px;
    text-align: center;
    box-shadow: rgb(50 50 93 / 13%) 0px 6px 12px -2px, rgb(0 0 0 / 8%) 0px 3px 7px -3px;
}
ul.nav.nav-tabs li a {
    font-weight: 600;
    color: #0a6697;
}
ul.nav.nav-tabs li.active { 
    border-radius: 3px;
    color: #ffffff;
    background-image: linear-gradient(#024176, #1183b1);
    display: block;

}
ul.nav.nav-tabs li .active a {
    background: none;
}
ul.nav.nav-tabs {
        padding-bottom: 25px;
}
.nav-tabs {
    border-bottom: none !important;
}
  
  .material-icons,
  .icon-text {
    vertical-align: middle;
  }
  
  .material-icons {
    padding-bottom: 3px;
    margin-right: 30px;
    color: #fff;
  }
  
  #main {
    padding: 16px;
    margin-left: 85px;
    transition: margin-left 0.5s;
  }
  img.material-icons.logo {
    width: 42px;
}
a.logo {
    padding: 0px 8px 0px 12px;
}
  
.form-group.input-box  textarea{
    border: 1px solid #0a6697;
}

.form-group.input-box  input{
    border: 1px solid #0a6697;
}

.row.btn-section {
    padding: 20px 0;    
  }

button.btn.btn-success {
    padding: 10px 0;
    color: #0a6294;
    width: 100%;
    background: none;
    border: 1px solid #0a6294;
}

input.btn.btn-danger {
    padding: 10px 0;
    color: #0a6294;
    width: 100%;
    background: none;
    border: 1px solid #0a6294;
}

button.btn.btn-success:hover {
    background-color: #07598c;
    color: #fff;
    transition: 0.4s;
}

input.btn.btn-danger:hover {
    background-color: #07598c;
    color: #fff;
    transition: 0.4s;
}
.side-main-img img {
    width: 100%;   
}

.input-group img {
    width: 38px;
    padding: 5px;
    background-image: linear-gradient(#024176, #1183b1);
    border-radius: 3px 0 0 3px;
}
span.svg-icon.svg-icon-2 {
    padding-left: 15px;
}

.table-main-section {
    background: aliceblue;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 50px;
}
input.form-control.form-control-sm.search {
    background: #e4ebf2;
    border: none;
    padding: 20px;
    margin-bottom: 20px;
}

.table-bordered thead td, .table-bordered thead th {
    border: none !important;
}

.table thead th{
    border: none !important;
}

.table-bordered td, .table-bordered th{
    border: none !important;
}

.table td, .table th{
    border: none !important;
}

.table-bordered{
    border: none !important;
}
.symbol .symbol-label, .symbol.symbol-fixed .symbol-label, .symbol>img {
    height: 50px;
    object-fit: cover;
    width: 50px;
    object-position: top;
    border-radius: 8px;
}
.symbol.me-5 {
    padding-right: 10px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
 

input:checked + .slider {
    background-color: #0e75a4;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


span.svg-icon.svg-icon-primary.svg-icon-2x {
    padding: 12px 0;
    display: block;
}


a.td-link {
    color: #024277;
    padding-top: 14px;
    display: block;
}
.creat-date {
    padding-top: 14px;
}
.about-card-box {
    background: #fff;
    border: 4px solid #870100;
}
.about-card-box-title {
    padding: 18px;
    border-radius: 0 54px 0 54px;
    background: repeating-linear-gradient(45deg, #870100, #8701004d 54%), repeating-linear-gradient(148deg, #FF5722, transparent 59%);
}
.about-card-box-title h2 {
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
}
.profile-image {
    padding: 30px 10px 10px 18px;
    text-align: center;
}
.profile-image img {
    width: 100px;
    object-fit: cover;
    border-radius: 20px;
}
.name-box {
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.name-box h5 {
    font-size: 30px;
    font-weight: 700;
    color: #870100;
    margin-bottom: 5px;
    line-height: 35px;
}
.name-box span {
    font-size: 20px;
    display: block;
    color: #888f93;
    font-weight: 500;
    line-height: 25px;
}
.dis_flex {
    display: block;
    text-align: center;
    padding: 20px 0px 30px 0px;
}
.dis_flex .link_btn {
    background: #870100;
    color: white;
    border-radius: 20px;
    padding: 5px 11px;
    width: fit-content;
    font-size: 14px;
    margin: 10px 0px;
    display: inline-block;
    box-shadow: 1px 1px 10px 0px #00000040;
    border: 1px solid #870100;
}

i.fa.fa-phone {
    padding-right: 5px;
}
.contact_details {
    padding: 18px 32px;
    background: repeating-linear-gradient(45deg, #870100, #8701004d 54%), repeating-linear-gradient(148deg, #FF5722, transparent 59%);
    border-radius: 0 102px;
}
.contact_details .contact_d {
    display: flex;
    padding-bottom: 10px;
}
.contact_details .contact_d i {
    margin: 4px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 7px;
    text-align: center;
}
.contact_details .contact_d p {
    margin: 6px 15px;
    font-size: 13px;
    font-weight: 700;
    max-width: 260px;
    line-height: 2;
    color: #fff;
}
.dis_flex {
    display: block;
    text-align: center;
    padding: 20px 0px 30px 0px;
}
.dis_flex .social_med {
    padding: 10px;
    display: inline-block;
}
.dis_flex .social_med i {
    font-size: 20px;
    width: 41px;
    text-align: center;
    border-radius: 100%;
    padding: 12px 12px;
}
.fa-facebook {
    background: #5858fd;
    color: white;
}
.fa-twitter {
    background: #00acee;
    color: white;
}
.fa-instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    color: white;
}
i.fa.fa-linkedin {
    background: #007dbb;
    color: white;
}
i.fa.fa-pinterest {
    background: #E60023;
    color: white;
}
.about-content-section {
    background: #870100;
    padding-top: 45px;
    padding-left: 35px;
    height: 100%;
    padding-right: 35px;
    padding-bottom: 35px;
}
.about-content-section h2 {
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.about-content-box p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 15px;
}
.side-main-img {
    height: 550px;
    overflow: scroll;
}
.shop-section h3 {
    font-size: 30px;
    color: #ffffff;
    padding: 15px;
    font-weight: 800;
    background: repeating-linear-gradient(45deg, #870100, #8701004d 54%), repeating-linear-gradient(148deg, #FF5722, transparent 59%);
    border-radius: 0 33px 0px 33px;
}
.shop-part {
    padding-top: 25px;
}
.order_box {
    margin: 6px auto;
    vertical-align: text-top;
    border-radius: 4px;
    background: white;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #00000030;
    border: 2px solid #8a0605;
    padding: 0 0 15px 0;
}
.order_box img {
    width: 100%;
    height: 125px;
    object-position: center;
    object-fit: cover;
}

.order_box h2 {
    padding: 10px 10px 0px;
    margin: 0px;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
    height: 60px;
}
.order_box p {
    padding-top: 10px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: gray;
}
.order_box h4 {
    padding: 10px 0px 10px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    color: #4CAF50;
}
.btn_buy {
    background: #8a0605;
    color: white;
    padding: 8px 10px;
    text-align: center;
    font-size: 12px;
    width: 120px;
    margin: 0 auto 10px;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;    
}
.shop-details-section {
    padding-top: 30px;
}
.video-section h3 {
    font-size: 30px;
    color: #ffffff;
    padding: 15px;
    font-weight: 800;
    background: repeating-linear-gradient(45deg, #870100, #8701004d 54%), repeating-linear-gradient(148deg, #FF5722, transparent 59%);
    border-radius: 0 33px 0px 33px;
}
.video-part {
    padding-top: 25px;
}
.order_box iframe {
    width: 100%;
    height: 315px !important;
}
.images-section h3 {
    font-size: 30px;
    color: #ffffff;
    padding: 15px;
    font-weight: 800;
    background: repeating-linear-gradient(45deg, #870100, #8701004d 54%), repeating-linear-gradient(148deg, #FF5722, transparent 59%);
    border-radius: 0 33px 0px 33px;
}
.image-slider {
    margin-top: 25px;
    box-shadow: 0px 0px 10px 0px #00000030;
    border: 2px solid #8c0b0a;
}
.image-slider {
    margin-top: 25px;
    box-shadow: 0px 0px 10px 0px #00000030;
    border: 2px solid #8c0b0a;
}
.image-slider {
    margin-top: 25px;
    box-shadow: 0px 0px 10px 0px #00000030;
    border: 2px solid #8c0b0a;
}
button.slick-prev.slick-arrow {
    display: none !important;
}
button.slick-next.slick-arrow {
    display: none !important;
}
.question-title {

}
.question-title a{
    color: var(--bg-color-black);
}

ul.cst-list {
    font-size: 13px;
    text-align: left;
}

ul.cst-list li {
    padding: 4px;
}
ul.cst-list li b {padding-right: 4px;}

/* bootstrap overwrite */
.form-control {
    height: calc(1.2em + .75rem + 2px);
}

.title-btn {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

/* tabs */
ul.nav.nav-tabs {
    margin: 0 0 20px;
    padding: 0;
}
ul.nav.nav-tabs li {font-size: 14px;width: auto;padding: 10px 12px;line-height: 17px;border:solid 1px #ced4da;border-bottom: none;box-shadow:none;margin: 0 10px 0 0;border-radius: 4px 4px 0 0;}
ul.nav-tabs {border-bottom: solid 1px #ced4da !important;margin-bottom: 13px;}

ul.nav.nav-tabs li a {
    color: #a7a7a7;
}

ul.nav.nav-tabs li:hover, ul.nav.nav-tabs li.active {
    background: #ef7f1a;
    color: #fff;
}

ul.nav.nav-tabs li:hover a, ul.nav.nav-tabs li.active a { 
    color: #fff;
}

/* // file uplaoder */
.avtar {
    width: 180px;
    height: 180px;
    padding: 0;
    margin: 0 auto;
    position: relative;
} 
.cst-file-input {
    color: transparent;
    font-size: 0;
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    bottom: 0;
    right: 0;
}
.cst-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.cst-file-input::before {
    content: 'Edit';
    color: black;
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    left: 50%;
    right: auto;
    position: absolute;
    transform: translateX(-50%);
    box-shadow: 1px 1px 3px #ccc;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
.cst-file-input:hover::before {
  border-color: black;
}
.cst-file-input:active {
  outline: 0;
}
.cst-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

.list-group.common li {
    font-size: 13px;
}

.list-group.common li a, .list-group.common strong  {
    color: #fff;
    font-weight: 500
}

.list-group.common li a:hover {
    color: #fff;
}

.advertisement {text-align: center;}
.advertisement img {
    max-width: 400px; 
    max-height: 160px; 
    height: auto; 
    width: auto;
}

/*  buttons  */
::selection {
    background: #fed2ab;
    color: blakc;
}
.btn-primary {
   background: #ef7f1a;
   border: solid 1px #be6110;
}

.btn-primary:hover {
    background: #757574;
    border:solid 1px #656563;
}

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #757574;
    border:solid 1px #656563;
    box-shadow: 0 0 0 0.2rem #65636340;
}

a.accordion-button {
    font-size: 20px;
    border-bottom: solid 1px #ccc;
    width: 100%;
    display: block;
    padding: 10px 0;
    color: #757574;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.accordion-body {
    padding: 10px 0;
}

a.accordion-button[aria-expanded=false]:after {
    content: "+";
    font-size: 32px;
    color: #000;
    position: absolute;
    font-weight: 100;
    right: 4px;
    line-height: 28px;
}

a.accordion-button[aria-expanded=true]:after { 
    position: absolute;
    content: "-";
    font-size: 66px;
    line-height: 17px;
    font-weight: 100;
    right: 4px;
}

.list-group-item {
	background-color: #727271;
	border: 1px solid rgb(190 190 190 / 22%)
}


.cms-title {
    font-size: 24px;
    font-weight: 600;
}



.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.carousel-caption.container {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    color: #ef7f1a;
    max-width: 33%;
    text-align: left;
    right: inherit
}

.carousel-caption.container p {
    color: #757574
}

 
.single-counter {
    border:none;
    
    float: left;
    width: 100%; }
     .single-counter {
      
      width: 25%;
      padding: 28px 15px 28px;
      background:#ef7f1a;
       border: solid 1px #ffff;
       
      }
      @media  {
        .counter .single-counter {
          width: 50%; }
        
       
      .counter .single-counter h2 {
        font-size: 30px;
        color: #71b100;
        line-height: 24px;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 8px; }
      .counter .single-counter p {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
        color: #8f8f8f; }
  
 
  .counters {
      display: flex; 
  }

  .counter, .counter + p {
    font-weight: bold;
    color: #fff;
}

/* why */

.why-section{
	position:relative;
	padding:50px 0px;    background-color: #e7e7e7;
}

.why-section .content-column{
	position:relative; 
}

.why-section .content-column .inner-column{
	position:relative; 
	padding-right:50px;

}

.why-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:2em;
	margin-bottom:40px;
}

.why-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:50px;
}

.why-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.why-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
}

.why-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:0;
	border:2px solid #d7a449;
}

.why-section .image-column .inner-column .image{
	position:relative;
}

.why-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.why-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
    z-index: 1;
}
 
 
  .btn-style-three:hover {
    color: #ffffff;
    background: #757574;
}
  .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #d7a449; 
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 40px;
}
.sec-title .title {
    position: relative;
    color: #d7a449;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}

.idea-section{
  padding:   50px 0px;
  background: #ef7f1a;
  color: white;
}


/* timeline */
.timeline {
    border-left: 4px solid #ef7f1a;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgb(105 102 102);
    color: rgba(255, 255, 255, 0.8);
    
    margin: 50px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left; 
    max-width: 30%;
  }
  .timeline h1 {
    
    letter-spacing: 1.5px;
    font-weight: 100;
    font-size: 1.4em;
  }
  .timeline h2,
  .timeline h3 {
    
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 1.4em;
  }
  .timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
  }
  .timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .timeline .event:before,
  .timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
  }
  .timeline .event:before {
    left: -217.5px;
    color: #fff;
    content: attr(data-date);
    font-size: 16px;
    min-width: 120px 
  }
  .timeline .event:after {
    box-shadow: 0 0 0 4px #ef7f1a;
    left: -57.85px;
    background: #727271;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
  }
  .timeline-section {
    background: #848484;
    padding: 30px 0;;
  }
  div#product-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

div#product-list .ex-single {
    display: flex;
    width: calc((100% - 20px) / 3);
    position: relative;
}

div#product-list .container.product-details .items {
    width: 100%;
}
 

div#product-list input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid black;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  position: absolute;
  right: 20px;
  top: 14px;
  z-index: 99;
}

div#product-list input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

div#product-list input[type="radio"]:checked::before {
  transform: scale(1);
}

div#product-list input[type="radio"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}
