  
.login-box .alert{
    padding: 15.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
    margin-bottom: 25px;
}

.login-box .alert-dismissible .btn-close{
    padding: 18.5px 19px;
    background-size: 8px;
}

.login-box .alert-dismissible .btn-close:focus,
.login-box .alert-dismissible .btn-close:active {
    box-shadow: none;
}

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}

.login-box .login-popover{
    font-size: 14px;
    color: #777;
    cursor: help;
}

.login-box .login-popover-abs{
    position: absolute;
    right: 15px;
    top: 15px;
}

.popover {
    border: 1px solid #ebeef5 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.popover-header {
    box-shadow: none;
    border: 0px;
    background: #fff;
    color: #555;
    font-size: 15px;
    font-family: 'Jost', sans-serif;
    padding-bottom: 5px;
}

.popover-body {
    padding: 5px 10px 10px 16px;
    color: #777;
    font-size: 13px;
}

.login-box .form-group label.error{
    font-size: 13px;
    text-align: left;
    color: #535353;
    width: 100%;
}



 

/** Login 20 start **/
.login-20 .login-20-inner {
     
    position: relative;
     
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
	background-image: url("../images/background-img-01.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

 
.login-20 .login-box {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 7px 19px rgb(0 0 0 / 24%);
    position: relative;
    max-width: 1120px;
    z-index: 0;
    border-radius: 5px;
}

.login-20 .login-box:before {
    content: "";
    width: 50%;
    margin-left: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/img-65.jpg) top left repeat;
    background-size: cover;
    z-index: -1;
}

.login-20 .form-section {
   
    padding: 44px 25px;
    background: #fff;
    
	border-radius: 5px;
}

.login-20 .pad-0{
    padding: 0;
}

.login-20 .form-section p{
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.login-20 .form-section p a{
    color: #535353;
}

.login-20 .form-section ul{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-20 .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.login-20 .form-section .thembo{
    margin-left: 4px;
}

.login-20 .logo img{
    height: 30px;
    margin-bottom: 20px;
}

.login-20 .form-section h3 {
    text-align: center;
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #040404;
}

.login-20 .form-section .form-group {
    margin-bottom: 25px;
}

.login-20 .form-section .form-group .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.login-20 .form-section .form-group  .form-box .form-control {
    padding: 15px 15px 15px 15px;
}

.login-20 .form-section .form-group .form-box i {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 20px;
    color: #777575;
}

.login-20 .form-section .checkbox .terms{
    margin-left: 3px;
}

.login-20 .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-20 .form-section .terms{
    margin-left: 3px;
}

.login-20 .form-section a {
    text-decoration: none;
}

.login-20 .form-section .checkbox {
    font-size: 15px;
}

.login-20 .form-section .form-check{
    float: left;
    margin-bottom: 0;
}

.login-20 .form-section .form-check a {
    color: #535353;
}

.login-20 .form-section .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.login-20 .form-section a.forgot-password {
    font-size: 16px;
    color: #535353;
}

.login-20 .form-check-input:focus {
    border-color: transparent;
    box-shadow: none;
}

.login-20 .form-check-input:checked {
    background-color: #4e74fe!important;
    border: 1px solid #4e74fe!important;
}

.login-20 .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    border: 1px solid #ced4da;
    background-color: #fff;
    position: absolute;
    margin-left: -22px;
}

.login-20 .social-list a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    font-size: 19px;
    background: #fff;
	border-radius: 50%;
}

.login-20 .social-list a:hover{
    color: #fff;
}

.login-20 .btn-theme {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 50px;
    float: left;
}

.login-20 .btn-theme:hover {
    color: #fff;
}

.login-20 .btn-theme:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}

.login-20 .btn-theme:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear, transform 0.4s linear;
    z-index: -1;
}

.login-20 .btn-theme{
    background: #4f105d;
}

.login-20 .btn-theme:after {
    background:#175ca7;
}

.login-20 .btn-lg{
    font-size: 17px;
    padding: 0 50px;
    line-height: 56px;
}

.login-20 .btn{
    box-shadow: none!important;
}

.login-20 .btn-md{
    padding: 0 50px;
    font-size: 15px;
    line-height: 45px;
}

.login-20 .info{
    position: relative;
    width: 350px;
    margin: 0 auto;
    height: 350px;
    text-align: center;
}

.login-20 .info .box h3{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
}

.login-20 .info .box {
    position: absolute;
    width: 350px;
    margin: 0 auto;
    height: 350px;
    overflow: hidden;
    padding: 20px;
    border: solid 15px #ffffff0f;
     border-radius: 5px;
    background: #fd5429;
    background-size: cover;
}

.login-20 .info .box .content{
    position:absolute;
    top:15px;
    left:15px;
    right:15px;
    bottom:15px;
    border: solid 1px rgb(255 255 255 / 20%);
    padding: 99px 10px;
	border-radius: 5px;
}

.login-20 .info .box span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}

.login-20 .info .box span:nth-child(1) {
    transform:rotate(0deg);
}

.login-20 .info .box span:nth-child(2) {
    transform:rotate(90deg);
}

.login-20 .info .box span:nth-child(3) {
    transform:rotate(180deg);
}

.login-20 .info .box span:nth-child(4) {
    transform:rotate(270deg);
}

.login-20 .info .box span:before {
    content: '';
    position: absolute;
    width:100%;
    height: 3px;
    background: #fff;
    animation: animate 4s linear infinite;
}

@keyframes animate {
    0% {
        transform:scaleX(0);
        transform-origin: left;
    }
    50% {
        transform:scaleX(1);
        transform-origin: left;
    }
    50.1% {
        transform:scaleX(1);
        transform-origin: right;
    }

    100% {
        transform:scaleX(0);
        transform-origin: right;
    }
}

/** Social media **/
.login-20 .facebook-bg{
    color: #4867aa;
}

.login-20 .facebook-bg:hover {
    background: #4867aa;
}

.login-20 .twitter-bg {
    color: #33CCFF;
}

.login-20 .twitter-bg:hover {
    background: #33CCFF;
}

.login-20 .google-bg {
    color: #db4437;
}

.login-20 .google-bg:hover {
    background: #db4437;
}

.login-20 .linkedin-bg {
    color: #2392e0;
}

.login-20 .linkedin-bg:hover {
    background: #1c82ca;
}


.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
    padding: 15px 15px 15px 50px;
}

 .l-bg {
    background: #eee;
    padding: 20px;
    min-height: 120px;
    margin-bottom: 20px;
}
.mrgt-20{margin-top:20px;}

@media (max-width: 1200px) {
    .login-20 .form-section {
        padding: 80px 50px;
    }
}

@media (max-width: 992px) {
    .login-20 .form-section {
        padding: 50px 30px;
        border-right: none;
    }

    .login-20 .bg-img{
        display: none;
    }

    .login-20 .login-box {
        max-width: 500px;
    }
}
/** Login 20 end **/

 

/** Social media **/
@media (max-width: 992px) {
    .login-29 .bg-img {
        display: none;
    }

    .login-29 {
        padding: 30px 0;
    }

    .login-29 .form-inner{
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .login-29 .form-inner {
        padding: 50px 30px;
    }
}
/** Login 29 end **/

/** Login 30 start **/
 

.header-top {
    background: #175ca7;
    padding: 5px 0 7px 0px;
	
}

.social-icon-1 {
    color: #fff;
    margin: 8px 1px;
}


.white-text {
    color: #fff;
	    text-decoration: none;
}

.white-text:hover {
    color: #fff;
	    text-decoration: none;
}

 
.l-ctrl {
	margin-bottom: 0rem;
}
	
	.l-ctrl li{
	
	display: inline-block;
    margin: 0 8px;
    /* padding-top: 15px; */
    top: 5px;
    /* margin-top: 5px; */
    /* margin-bottom: 0; */
    
	
}


/* Style The Dropdown Button */
.dropbtn {
     background-color: #9b6d9f00;
    color: white;
    padding: 5px 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #9b6d9f00;
   
}


.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.close:hover,
.close:focus {
  box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
}

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.slide:hover,
.slide:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.offset {
  box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
}
.offset:hover, .offset:focus {
  box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
}

.fill {
  --color: #a972cb;
  --hover: #cb72aa;
}

.pulse {
  --color: #ef6eae;
  --hover: #ef8f6e;
}

.close {
  --color: #ff7f82;
  --hover: #ffdc7f;
}

.raise {
      --color: #fd5429;
    --hover: #083e76;

}

.up {
  --color: #e4cb58;
  --hover: #94e458;
}

.slide {
  --color: #8fc866;
  --hover: #66c887;
}

.offset {
  --color: #19bc8b;
  --hover: #1973bc;
}

button {
  color: var(--color);
  transition: 0.25s;
}
button:hover, button:focus {
  border-color: var(--hover);
  color: #fd5429;
}

 

button {
      background: none;
    border: 2px solid;
    font: inherit;
    line-height: 1;
    padding: 12px 38px;
    border-radius: 50px;
}

 

code {
  color: #e4cb58;
  font: inherit;
}



====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:var(--margin-bottom-40);
}

.sticky-top{
	top:90px;
	z-index:1;
}

.sidebar-widget{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

/* Sidebar Title */

.sidebar-title{
	position:relative;
	 
}

.sidebar-title h6{
	font-weight:400;
	font-size:var(--font-16);
	text-transform:capitalize;
	color:rgb(0 48 73);
	margin-bottom:var(--margin-bottom-20);
	padding-bottom:var(--padding-bottom-15);
	border-bottom:1px solid rgba(var(--black-color-rgb), 0.06);
}

.sidebar-title h6:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:1px;
	width:50px;
	background-color:rgb(42 157 143);
}

/* Search Box Widget */

.sidebar .search-box{
	position:relative;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:var(--margin-zero);
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	font-size:var(--font-16);
	padding:10px 50px 10px 25px;
	background:var(--white-color);
	display:block;
	width:100%;
	height:60px;
	border-radius:0px;
	color:var(--color-thirty);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:1px solid rgba(var(--black-color-rgb), 0.06);
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:60px;
	display:block;
	cursor:pointer;
	line-height:100%;
	font-weight:normal;
	border-radius:0px;
	font-size:var(--font-18);
	color:var(--color-two);
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button:hover{
	background-color:rgb(42 157 143);
	color:var(--white-color);
}

.btn-ctrl1 {
    background: #fd5429;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 11px;
}





.wrapper {
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #ebebeb;
    box-shadow: 0 0 20px 0px #00000021;
    padding-top: 15px;
    padding-bottom: 7px;
}

.filter-price {
  width: 242px;
  border: 0;
  padding: 0;
  margin: 0; 
}

.price-title {
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  background: rgb(22 93 167);
  padding-top: 15px;
  padding-left: 26px;
  border-radius: 3px;
}

.price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
  width: 188px;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb { 
  /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: #fff;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb { 
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb  { 
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track { 
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track { 
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track { 
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
  display: flex;
  justify-content: center;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
  margin-top: 7px;
}

.price-wrap-1, 
.price-wrap-2 {
  display: flex;
}

.price-title {
  margin-right: 5px;
  backgrund: #d58e32;
}

.price-wrap_line {
  margin: 0 10px;
}

.price-wrap #one, 
.price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background:  0;
  border: 0;
  outline: 0;
  color: #000!important;
  font-family: 'Karla', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
}

.price-wrap label {
  text-align: right;
}

/* Style for active state input */
    
.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
	background:#05a677;
}
.bg-clr-ctrl {
    box-shadow: 0 0 20px 0px #00000021;
    border: 1px solid #e1e1e1;
     
	background: #ff8d00;
}

 .white-text1{color:#fff!important;}.white-text1:hover{color:#fff;}
 
 .green-bg {
     
    padding: 20px 20px;
}

.green-bg:hover {
    background-color: #05a677;
    color: #fff;
    padding: 20px 20px;
}

.contact-box-bg {
    box-shadow: 0 0 20px 0px #00000021;
    border: 1px solid #e1e1e1;
    padding: 25px;
    min-height: 185px;
}

.social-icon-c1 {
    background: #fd5429;
    font-size: 20px;
    padding: 13px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #50505042;
    margin-bottom: 15px;
}


.footer-bg1{    background: #222121;
    padding: 10px; }
	
	
	.list_control2 .list-item2 i
   {
      margin: 8px 5px 5px;
      border-radius: 50px;
      font-size: 16px;
      float: left;
      text-align: center
  }
  .list_control2 .list-item2 i {
   background: #fd5429;
    padding: 12px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px #ffffff7a;
  }

.list_control2 .list-item2 li {
    padding-left: 56px;
    padding-bottom: 20px;
    line-height: 25px;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    list-style-type: none;
}

  .list_control2 .list-item2 li {
      color: #fff;
  }
  
   ol, ul {
    padding-left: 0rem;
}

.list-c  { 
    margin: 0 19px;
    list-style-type: circle;

}

.list-c li{line-height: 30px;
}

.fb{background-color: #3c5b9b;
    width: 35px;
    height: 35px;
    padding: 9px 10px;border-radius: 3px}
.twitter{background-color: #359bed;
    width: 35px;
    height: 35px;
    padding: 9px 10px;border-radius: 3px}
.linkedin{background-color: #027ba5;
    width: 35px;
    height: 35px;
    padding: 9px 10px;border-radius: 3px}
.youtube{background-color: #f03434;
    width: 35px;
    height: 35px;
    padding: 9px 10px;border-radius: 3px}

.l-img li{    display: inline-block;
    margin: 0 2px;}
	
	.img-c1{    text-align: right;
    padding-top: 12px;
}

.accordion-button:not(.collapsed) {
    color: #fd5429;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.table>thead {
        vertical-align: bottom;
    background: #4f105d;
    text-align: center;
    margin: 0 auto;
}


.text-r{text-align:right;}

.login-btn{    border: double;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 14px;}
	
	.login-btn:hover{    border: double;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 14px;
	color:#fff;
	}

@media (max-width: 768px) {
    .login-35 .form-section {
        padding: 40px 30px 40px;
    }

    .login-35 .form-info .titlet-top {
        margin-bottom: 20px;
        padding: 0 30px;
    }
	
	.mrgt-mob-20{margin-top:20px;}
	
	.social-icon-1 {
    color: #fff;
    margin: 8px 4px;
}
.l-ctrl li {
    display: inline-block;
    margin: 0 0px;
    /* padding-top: 15px; */
    top: 5px;
    /* margin-top: 5px; */
    /* margin-bottom: 0; */
}

h4 {
    font-size: 19px;
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 700;
}

.tc{text-align:center;}


.offset-4 {
    margin-left: 0;
}

.fs-14{font-size: 14px;}

}
 
 
 @media (max-width: 480px) {
    
	.mrgt-mob-20{margin-top:20px;}
	
	.bg-clr-01 {
    background-color: #ff8d00;
    padding: 25px 16px;
    color: #fff;
    border-radius: 5px;
}
.bg-clr-02 {
    background-color: #05A677;
    padding: 25px 16px;
    color: #fff;
    border-radius: 5px;
}	

.social-icon-1 {
    color: #fff;
    margin: 8px 4px;
}
.l-ctrl li {
    display: inline-block;
    margin: 0 0px;
    /* padding-top: 15px; */
    top: 5px;
    /* margin-top: 5px; */
    /* margin-bottom: 0; */
}

h4 {
    font-size: 19px;
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 700;
}

.tc{text-align:center;}

.offset-4 {
    margin-left: 0;
}
.fs-14{font-size: 13px;}
}
 
 @media (max-width: 380px) {
    
	.mrgt-mob-20{margin-top:20px;}
	
	.bg-clr-01 {
    background-color: #ff8d00;
    padding: 25px 16px;
    color: #fff;
    border-radius: 5px;
}
	.bg-clr-02 {
    background-color: #05A677;
    padding: 25px 16px;
    color: #fff;
    border-radius: 5px;
}
	.social-icon-1 {
    color: #fff;
    margin: 8px 4px;
}

.l-ctrl li {
    display: inline-block;
    margin: 0 0px;
    /* padding-top: 15px; */
    top: 5px;
    /* margin-top: 5px; */
    /* margin-bottom: 0; */
}
	h4 {
    font-size: 19px;
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 700;
}

.tc{text-align:center;}


.offset-4 {
    margin-left: 0;
}

.fs-14{font-size: 10px;}

}
