 


 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
 /* font-size:18px;*/
  color:#707582;
  /*line-height:26px;*/
  /*font-weight:400;*/
  background:#ffffff;
  font-family: 'Lato', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}
.table-sm{
  border-collapse: separate;
  border-spacing: 0 10px;
}

.order_summary_total_tr td:last-child { border-bottom-right-radius: 11px; }
.order_summary_total_tr th:first-child { border-bottom-left-radius: 11px; }




.large-container{
  max-width: 1450px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}

.custom-wordwraper{
	overflow-wrap: break-word;
	display: unset !important;
}
a{
  text-decoration: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;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}
#main-content-blog ul li {
  list-style: disc;
  margin-left: 46px;
}
#main-content-blog p {
  margin: 0.5rem 0px !important;
}
input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

p{
  position: relative;
  font-family: 'Lato', sans-serif;
  color: #808080;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  color: #1e2434;
  /*margin: 0px;*/
  transition: all 500ms ease;
}




.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

/*img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}*/

/** button **/

.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 15px 32px;
  border-radius: 0px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn i{
  position: relative;
  margin-right: 8px;
  top: 2px;
}

.theme-btn.btn-one{
  color: #fff !important;
}

.theme-btn:before{
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: #1e2434;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.theme-btn:hover:before{
  top: -40%;
}



/*.pagination{
  position: relative;
  display: block;
}*/

/*.pagination li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}*/

.pagination li:last-child{
  margin: 0px !important;
}

/*.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Lexend', sans-serif;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  color: #1e2434;
  z-index: 1;
  background-color: #f4f5f4;
  transition: all 500ms ease;
}*/

.pagination li a:hover,
.pagination li a.current{
  color: #fff !important;
}

.pagination-nav li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.pagination-nav li:last-child{
  margin: 0px !important;
}

.pagination-nav li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Lexend', sans-serif;
  color: #1e2434;
  background-color: #f4f5f4;
  padding: 15px 40px;
  text-transform: uppercase;
}

.pagination-nav li a i{
  position: relative;
  top: 2px;
}

.pagination-nav li a:hover{
  color: #fff;
}

.sec-pad{
  padding: 110px 0px 120px 0px;
}

.sec-pad-2{
  padding: 120px 0px;
}

.mr-0{
  margin: 0px !important;
}

.scroll-top{
  width: 55px;
  height: 55px;
  line-height: 64px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 20px;
  z-index: 99;
  background: #2a3247;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top span{
  color: #fff;
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.sec-title h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.sec-title .title-top{
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 6px;
}

.sec-title.centred .title-top{
  padding-right: 20px;
}

.sec-title .title-top .shape-box .shape{
  position: absolute;
  top: 2px;
  font-size: 12px;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}

.sec-title .title-top .shape-box .shape-1{
  left: 0px;
}

.sec-title .title-top .shape-box .shape-2{
  right: 0px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title .title-text{
  position: relative;
  display: block;
  margin-top: 11px;
}

.sec-title.light .title-text p{
  color: #aab0bf;
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:99999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top{
  position: relative;
  width: 100%;
  background-color: #1e2434;
  padding: 11px 0px;
}

.header-top .text h6{
  position: relative;
  display: block;
  padding-left: 28px;
  font-size: 14px;
  line-height: 26px;
  color: #aab0bf;
  font-weight: 400;
  text-transform: uppercase;
}

.header-top .text h6 .comment-icon{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 16px;
}

.header-top .text h6 a{
  color: #aab0bf;
  font-weight: 500;
}

.header-top .text h6 a:hover{

}

.header-top .text h6 a i{
  position: relative;
  top: 2px;
}

.header-top .right-column .info,
.header-top .right-column .social-links{
  position: relative;
  display: inline-block;
  float: left;
}

.header-top .right-column .info li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Lexend', sans-serif;
  color: #aab0bf;
  padding-left: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 40px;
}

.header-top .right-column .info li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 14px;
}

.header-top .right-column .info li a{
  display: inline-block;
  color: #aab0bf;
}

.header-top .right-column .info li:before{
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.15);
  width: 1px;
  height: 22px;
  top: 2px;
  right: -23px;
}

.header-top .right-column .info li a:hover{

}

.header-top .right-column .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.header-top .right-column .social-links li:last-child{
  margin: 0px !important;
}

.header-top .right-column .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #aab0bf;
}

.header-top .right-column .social-links li a:hover{

}



/** search box btn **/

.header-top .right-column .info li.search-box-outer{
  padding-left: 0px;
}

.main-header .search-box-btn{
  position: relative;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Lexend', sans-serif;
  color: #aab0bf;
  padding-left: 22px;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.main-header .search-box-btn i{
  position: absolute;
  left: 0px;
  top: 6px !important;
  font-size: 15px !important;
}

.main-header .search-box-btn:hover{

}

.main-header .search-box-outer .dropdown-menu {
  top: 34px !important;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  right: 0;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.main-header .search-panel .form-container{
  padding: 30px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  color: #fff;
  border-radius: 3px;
  background-color: #1e2434;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: #fff;
  background: transparent;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}

.header-lower{
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 7%);
}

.header-lower .menu-area{
  position: relative;
}

.main-header .menu-area .logo-box{
  position: relative;
  padding: 13px 0px;
  margin-right: 60px;
}



.main-header .nav-right{
  position: relative;
  padding: 31px 0px;
}

.main-header .nav-right .support-box{
  position: relative;
  float: left;
  margin-right: 20px;
  padding-right: 20px;
}

.main-header .nav-right .support-box:before{
  position: absolute;
  content: '';
  background-color: #e1e8e4;
  width: 1px;
  height: 44px;
  top: -8px;
  right: 0px;
}

.main-header .nav-right .support-box h5{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #1e2434;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 20px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
}

.main-header .nav-right .support-box h5:before{
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 1px;
  right: 0px;
  font-size: 16px;
  font-weight: 400;
  transition: all 500ms ease;
}

.main-header .nav-right .support-box:hover h5:before{
  transform: rotate(180deg);
}

.main-header .nav-right .support-box h5 span{
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #1e2434;
}

.main-header .nav-right .support-box h5 i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 18px;
}

.main-header .nav-right .support-box .info-box{
  position: absolute;
  left: 0px;
  top: 70px;
  width: 310px;
  background-color: #fff;
  padding: 28px 30px 29px 30px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 5%);
  transition: all 500ms ease;
}

.main-header .nav-right .support-box:hover .info-box{
  top: 56px;
  opacity: 1;
  visibility: visible;
}

.main-header .nav-right .support-box .info-box li{
  position: relative;
  display: block;
  padding-left: 70px;
  margin-bottom: 18px;
}

.main-header .nav-right .support-box .info-box li:last-child{
  margin-bottom: 0px;
}

.main-header .nav-right .support-box .info-box li i{
  position: absolute;
  left: 0px;
  top: 2px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e1e8e4;
  font-size: 18px;
}

.main-header .nav-right .support-box .info-box li h6{
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.main-header .nav-right .support-box .info-box li span{
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Lexend', sans-serif;
  color: #707582;
  font-weight: 500;
  text-transform: uppercase;
}

.main-header .nav-right .support-box .info-box li span a{
  display: inline-block;
  color: #707582;
}

.main-header .nav-right .support-box .info-box li span a:hover{

}

.main-header .nav-right .support-box .info-box:before{
  position: absolute;
  content: '';
  background: transparent;
  width: 100%;
  height: 50px;
  left: 0px;
  top: -50px;
}

.main-header .nav-right .language{
  position: relative;
  float: left;
  padding-left: 28px;
  padding-right: 18px;
  width: 68px;
  cursor: pointer;
}

.main-header .nav-right .language:before{
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 2px;
  right: 0px;
  font-size: 16px;
  font-weight: 400;
  transition: all 500ms ease;
}

.main-header .nav-right .language:hover:before{
  transform: rotate(180deg);
}

.main-header .nav-right .language img{
  position: absolute;
  left: 0px;
  top: 6px;
  border-radius: 50%;
}

.main-header .nav-right .language span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  color: #1e2434;
  text-transform: uppercase;
}

.main-header .nav-right .language .language-dropdown{
  position: absolute;
  right: 0px;
  top: 70px;
  width: 150px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.main-header .nav-right .language .language-dropdown:before{
  position: absolute;
  content: '';
  background: transparent;
  width: 100%;
  height: 50px;
  left: 0px;
  top: -50px;
}

.main-header .nav-right .language:hover .language-dropdown{
  top: 56px;
  opacity: 1;
  visibility: visible;
}

.main-header .nav-right .language .language-dropdown li{
  position: relative;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-header .nav-right .language .language-dropdown li a{
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Lexend', sans-serif;
  color: #707582;
  font-weight: 500;
  text-transform: uppercase;
}

.main-header .nav-right .language .language-dropdown li a:hover{

}


/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  z-index:2;
 /* margin: 0px 14px;*/
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:14px;
  line-height:30px;
  padding: 30px 0px;
  font-family: 'Lexend', sans-serif;
  font-weight:700;
  opacity:1;
  color: #1e2434;
  padding-right: 18px;
  z-index:1;
  text-transform: uppercase;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}
li.nav-item.dropdown i {
    color: #000;
    position: relative;
    top: 22px;
}
.main-menu .navigation > li > a {
    
    margin-right: 6px;
}
.main-menu .navigation > li.dropdown > a:before{
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 30px;
  right: 8px;
  font-size: 16px;
  font-weight: 400;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  margin-top: 15px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 5%);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 10px 20px;
  border-bottom: 1px solid #e1e8e4;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  font-size:14px;
  line-height:30px;
  font-family: 'Lexend', sans-serif;
  font-weight:600;
  opacity:1;
  color: #1e2434;
  text-align: left;
  text-transform: uppercase;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover{
  padding-left: 22px;
}

.main-menu .navigation > li > ul > li > a:before{
  position: absolute;
  content: '//';
  font-size: 12px;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before{
  opacity: 1;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:0px;
  top:3px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:500;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 5%);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 10px 20px;
  border-bottom: 1px solid #e1e8e4;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  font-size:14px;
  line-height:30px;
  font-family: 'Lexend', sans-serif;
  font-weight:600;
  opacity:1;
  color: #1e2434;
  text-align: left;
  text-transform: uppercase;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
  position: absolute;
  content: '//';
  font-size: 12px;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before{
  opacity: 1;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  padding-left: 22px;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  margin-top: -4px;
  top: 100%;
}

.main-menu .navigation > li.dropdown > ul:before{
  position: absolute;
  content: '';
  background: transparent;
  width: 10px;
  height: 100%;
  top: 0px;
  right: -10px;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-left: 10px;
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #1e2434;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #1e2434;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}


/** main-footer **/

.main-footer{
  position: relative;
}

.footer-top{
  position: relative;
  width: 100%;
  padding: 108px 0px 95px 0px;
  border-bottom: 1px solid #404960;
}

.footer-top .logo-widget .footer-logo{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.footer-top .logo-widget .support-box{
  position: relative;
  padding-left: 45px;
  margin-bottom: 16px;
}

.footer-top .logo-widget .support-box i{
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 30px;
  line-height: 30px;
}

.footer-top .logo-widget .support-box h6{
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-top .logo-widget .support-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Lexend', sans-serif;
  color: #aab0bf;
  text-transform: uppercase;
}

.footer-top .logo-widget .support-box a:hover{

}

.footer-top .logo-widget .text p{
  color: #aab0bf;
}

.footer-top .logo-widget{
  margin-right: 10px;
  margin-top: -8px;
}

.footer-top .widget-title{
  position: relative;
  display: block;
  padding-bottom: 13px;
  margin-bottom: 31px;
}

.footer-top .widget-title:before{
  position: absolute;
  content: '';
  width: 11px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.footer-top .widget-title:after{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 19px;
  bottom: 0px;
}

.footer-top .widget-title h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-top .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.footer-top .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-top .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  font-family: 'Lexend', sans-serif;
  color: #aab0bf;
  text-transform: uppercase;
  padding-left: 32px;
}

.footer-top .links-widget .links-list li a:hover{

}

.footer-top .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #404960;
  left: 0px;
  top: 7px;
  transition: all 500ms ease;
}

.footer-top .links-widget .links-list li a:hover:before{

}

.footer-top .links-widget .links-list li a:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  left: 6px;
  top: 13px;
  transition: all 500ms ease;
}

.footer-top .links-widget .links-list li a:hover:after{
  width: 15px;
}

.footer-top .post-widget .post{
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.footer-top .post-widget .post:last-child{
  margin-bottom: 0px;
}

.footer-top .post-widget .post .post-date{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  font-family: 'Lexend', sans-serif;
  color: #aab0bf;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.footer-top .post-widget h6{
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-top .post-widget h6 a{
  display: inline-block;
  color: #fff;
}

.footer-top .post-widget h6 a:hover{

}

.footer-top .post-widget .post-inner{
  margin-bottom: 17px;
}

.footer-top .post-widget .link h6 i{
  margin-right: 8px;
  font-size: 16px;
  position: relative;
  top: 3px;
}

.footer-bottom{
  position: relative;
  width: 100%;
  padding: 22px 0px;
}

.footer-bottom .copyright p{
  color: #aab0bf;
}

.footer-bottom .copyright p a{
  color: #aab0bf;
}

.footer-bottom .copyright p a:hover{
  color: #fff;
}

.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
}

.footer-bottom .footer-nav li:last-child{
  margin-bottom: 0px !important;
}

.footer-bottom .footer-nav li a{
  display: inline-block;
  color: #aab0bf;
}

.footer-bottom .footer-nav li a:hover{
  color: #fff;
  text-decoration: underline;
}






/*new-css*/
.home-banner {
    background: #00AD45;
    min-height: 500px;
    display: flex;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: initial;
}
.banner-btn a {
    background: azure;
    padding: 10px 50px;
    border-radius: 28px;
    font-size: 26px;
    color: #00ad45;
}
.error-banner-btn a {
    background: azure;
    padding: 10px 50px;
    border-radius: 28px;
    font-size: 26px;
    color: #00ad45;
}
.banner-btn {
    margin-top: 30px;
}
.high-quilty {
    padding: 70px 0;
}

.img-about {
    text-align: center;
}

.txt-services {
   /* margin-bottom: 40px;*/
    padding: 0px 26px;
    background: #fff;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 13%);
    border-radius: 14px;
    min-height: 496px !important;
   /* margin-top: 40px;*/
}
.txt-services li {
    font-size: 16px;
}
.icon-services {
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
    /*display: flex;*/
}
.icon-services img {
    width: 63px;
    filter: brightness(0.5);
}
.txt-services ul li:before {
    content: "\f304";
    width: 100%;
    height: 100%;
    font-family: 'Font Awesome 5 Pro';
    font-size: 19px;
    position: relative;
    line-height: 36px;
    right: 26px;
   /* margin-right: 16px;*/
}
.footer .socail_links ul li a {
    background: #fff!important;
}
.footer .footer_top .footer_widget ul li a i {
    color: #000;
    font-family: 'Font Awesome 5 Brands';
}
.footer .footer_top .footer_widget ul li a{
  border-radius: 25px;
}
.txt-services ul li:after {
    border: 2px solid;
    position: absolute;
    content: "";
    width: 37px;
    left: 0px;
    margin-top: 35px;
}

section.how-it-works {
    padding: 60px 0;
    background-color: #F1F6F3;
}
.img-fb img {
    width: 14px !important;
}
.img-tw img {
    width: 30px !important;
}

section.how-it-works h2 {
    text-align: center;
}


.mian-content-works {
    margin-top: 59px;
}
.work-it-1 {
    background: linear-gradient(227deg, rgba(0,194,77,1) 37%, rgba(0,139,56,1) 77%);
    text-align: center;
    line-height: 64px;
    border-radius: 37px;
    padding: 0px 23px;
    color: #fff;
    margin-right: 26px;
}

.mian-content-works {
    margin-top: 59px;
    display: flex;
    align-items: center;
}
.btn-work-it a {
    background: #00993d;
    padding: 10px 50px;
    border-radius: 28px;
    font-size: 26px;
    color: #fff;
        background: linear-gradient(90deg, rgba(0,197,78,1) 45%, rgba(0,139,56,1) 60%, rgba(0,139,56,1) 100%, rgba(9,96,121,1) 100%);
}
.btn-work-it{
  text-align: center;
} 

.btn-work-it {
    text-align: center;
    margin-top: 60px;
}

.feat-txt h2 {
    text-align: center;
}

.features {
    padding: 60px 0;
}

.txt-feature {
    text-align: center;
}
.mian-feature {
    margin-bottom: 90px;
    border-radius: 16px;
    box-shadow: 0 0 9px -2px rgb(0 0 0 / 16%);
    min-height: 530px;
    padding: 63px 50px;
    background-color: #fff;
}
.features {
    padding: 60px 0;
    background-size: cover;
    background-position: left;
}
.txt-feature img {
    padding-bottom: 40px;
    width: 80px;
}
.txt-feature h5 {
    font-size: 28px;
    padding-bottom: 40px;
    color: #008B38;
}
.feat-txt h2 {
    text-align: center;
    color: #008B38;
    font-size: 40px;
    margin-bottom: 100px;
}


.services-page {
    padding: 50px 0;
}
section.how-it-works h2 {
    text-align: center;
    font-size: 42px;
    color: #00993D;
    margin-bottom: 24px;
}
p.work-it {
    color: #000;
    font-size: 20px;
}

.inner-text h1 {
    font-size: 54px;
    color: #ffff;
}

.btn-logins {
    display: flex;
}
.btn-sign-up a {
    background: #00ad45;
    padding: 10px 30px;
    border-radius: 28px;
    color: #fff;
    margin-right: 30px;
}
.btn-login a {
    padding: 10px 30px;
    border-radius: 28px;
    border: 2px solid #00ad45;
    color: #00ad45;
}

.logo img {
    width: 166px !important;
    position: relative;
    top: 8px;
}
.txt-services-pg h2 {
    font-size: 40px;
    color: #00ad45;
    margin-bottom: 20px;
}
.txt-services-pg p {
    color: #000;
    font-size: 20px;
    margin-bottom: 30px;
}
.txt-high h2 {
    font-size: 38px;
    color: #00ad45;
    margin-bottom: 30px;
}

.my-odr-main .shadow.rounded .text-primary, .text-info, .text-warning  {
    color: #000 !important;
}
.my-odr-main .shadow.rounded .text-success{
  color: #000 !important;
}
.my-odr-main .shadow.rounded {
    
    opacity: 0.9;
}
.shadow.rounded.text-center.p-1.bg-grey {
    background: linear-gradient(90deg, rgba(238,238,238,1) 45%, rgba(238,238,238,0.8715861344537815) 100%);
}
.shadow.rounded.text-center.p-1.bg-yellow {
    background: linear-gradient(90deg, rgba(255,235,59,1) 47%, rgba(255,235,59,0.8883928571428571) 58%);
}
.shadow.rounded.text-center.p-1.bg-blue {
    background: linear-gradient(90deg, rgba(0,0,255,1) 47%, rgba(0,0,255,0.8155637254901961) 58%);
}
.shadow.rounded.text-center.p-1.bg-purple {
   background: linear-gradient(90deg, rgba(156,39,176,1) 45%, rgba(156,39,176,0.865983893557423) 58%);
}
.shadow.rounded.text-center.p-1.bg-green {
   background: linear-gradient(90deg, rgba(76,175,80,1) 47%, rgba(76,175,80,0.938813025210084) 58%);
}

.shadow.rounded.text-center.p-1.bg-oxblood {
background: linear-gradient(90deg, rgba(74,0,0,1) 47%, rgba(74,0,0,0.9164040616246498) 58%);
}




@media(max-width: 767px){
  .inner-text h1 {
    font-size: 32px;
    color: #ffff;
  }
  .my-odr-main .shadow.rounded {
    margin-bottom: 14px;
}
  .home-banner {
      background: #00AD45;
      min-height: 300px;
      display: flex;
      align-items: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: initial;
  }
  .inner-text {
      margin-top: 365px;
      margin-bottom: 100px;
  }
  .img-about img {
      margin-top: 60px;
  }
  .main-header .menu-area .logo-box {
      position: relative;
      padding: 13px 0px;
     
  }
  figure.logo img {
      width: 115px !important;
  }
  .btn-sign-up a {
      background: #00ad45;
      padding: 6px 10px;
      border-radius: 28px;
      color: #fff;
      margin: 0 10px;
      position: relative;
      top: 24px;
  }
  .btn-login a {
       padding: 6px 10px;
      border-radius: 28px;
      border: 2px solid #00ad45;
      color: #00ad45;
      position: relative;
      
      top: 23px;
      right: 6px;
  }
  .menu-area .mobile-nav-toggler {
      display: block;
      padding: 10px;
      margin-top: 0 !important;
      position: relative !important;
      top: -9px !important;
      margin-bottom: 13px;
  }
  .high-quilty {
      
      background-image: none !important;
  }
  section.services-page .auto-container {
      background: #00ad45;
  }
  .txt-services li {
    font-size: 14px;
    margin-left: -10px;
  }
  .img-top-be-two {
    top: 38% !important;
  }
	h5.card-title {
	    text-align: center;
	    font-weight: bold;
	    margin-bottom: 17px;
	    /* font-size: 15px; */
	    font-size: 1.25rem;
	}
	.txt-instant-ph h2{
		font-size: 2rem;
		margin-bottom: 20px;
	}
	/*.page-container{
		margin-top: 20px !important;
	}*/
	
}
.my-odr-main {
    margin-top: 100px;
}
.order_summary_amount_tr {
   background: #e4e4e4;
    padding: 5px 8px;
}


.order_summary_total_tr {

    background: linear-gradient(90deg, rgba(0,197,78,1) 45%, rgba(0,139,56,1) 60%, rgba(0,139,56,1) 100%, rgba(9,96,121,1) 100%) !important;
    padding: 5px 8px !important;
    margin-top: 10px !important;
    border-radius: 0px 0px 11px 11px !important;
    color: #fff;

  }
.instant-active{
	background: linear-gradient(179deg, rgb(9 186 79) 45%, rgba(0,139,56,1) 60%, rgba(0,139,56,1) 100%, rgba(9,96,121,1) 100%) !important;
    color: #fff !important;
    transition: 2s;
}

.button-contactForm{
	padding: 10px 50px;
    border-radius: 28px;
    font-size: 26px;
    color: #fff !important;
    background: linear-gradient(90deg, rgba(0,197,78,1) 45%, rgba(0,139,56,1) 60%, rgba(0,139,56,1) 100%, rgba(9,96,121,1) 100%);
}
.high-quilty {
    padding: 70px 0;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-position: right;
}
.img-about {
    text-align: right;
}
.btn-work-it i {
    font-size: 22px;
    margin-left: 14px;
}

.img-top-be {
    position: absolute;
    width: 170px;
    left: -65px;
    top: 24%;
}

.img-top-be-two {
    position: absolute;
    width: 170px;
    right: -65px;
    top: 39%;
}

.footer_bg_1 {
    background-image: url(/images/footer_bg.png?8eb61905909e0882172ebb761349f2c9);
    background-color: #05241 !important;

}

.footer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .footer_top {
    padding-top: 145px;
    padding-bottom: 129px;
}
#main-content-blog{
  border-right: 1px solid #ccc;
}
@media (max-width:767px) {
    .footer .footer_top {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    #main-content-blog{
      border-right: 0px solid #ccc;
    }
}

@media (max-width:767px) {
    .footer .footer_top .footer_widget {
        margin-bottom: 30px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .footer .footer_top .footer_widget {
        margin-bottom: 30px;
    }
}

.footer .footer_top .footer_widget .footer_title {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 40px;
}

@media (max-width:767px) {
    .footer .footer_top .footer_widget .footer_title {
        margin-bottom: 20px;
    }
}

.footer .footer_top .footer_widget .footer_logo {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}
.footer li a{
  color: #fff;
}
.footer .footer_top .footer_widget p {
    color: #fff;
}
.footer .footer_top .footer_widget ul li a{
  color: #fff;
}
@media (max-width:767px) {
    .footer .footer_top .footer_widget .footer_logo {
        margin-bottom: 20px;
    }
}

.footer .footer_top .footer_widget p {
    color: #fff;
}

.footer .footer_top .footer_widget p.footer_text {
    font-size: 16px;
    color: #b2b2b2;
    margin-bottom: 23px;
    font-weight: 400;
    line-height: 28px;
}

.footer .footer_top .footer_widget p.footer_text a.domain {
    color: #b2b2b2;
    font-weight: 400;
}

.footer .footer_top .footer_widget p.footer_text a.domain:hover {
    color: #3cc5c5;
    border-bottom: 1px solid #3cc5c5;
}

.footer .footer_top .footer_widget p.footer_text.doanar a {
    font-weight: 500;
    color: #b2b2b2;
}

.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
    color: #3cc5c5;
    border-bottom: 1px solid #3cc5c5;
}

.footer .footer_top .footer_widget p.footer_text.doanar a.first {
    margin-bottom: 10px;
}

.footer .footer_top .footer_widget ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 42px;
}

.footer .footer_top .footer_widget ul li a:hover {
    color: #3cc5c5;
}

.footer .footer_top .footer_widget .newsletter_form {
    position: relative;
    margin-bottom: 20px;
}

.footer .footer_top .footer_widget .newsletter_form input {
    width: 100%;
    height: 45px;
    background: #fff;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    border: none;
}

.footer .footer_top .footer_widget .newsletter_form input::-webkit-input-placeholder {
    font-size: 16px;
    color: #919191;
}

.footer .footer_top .footer_widget .newsletter_form input::-moz-placeholder {
    font-size: 16px;
    color: #919191;
}

.footer .footer_top .footer_widget .newsletter_form input:-ms-input-placeholder {
    font-size: 16px;
    color: #919191;
}

.footer .footer_top .footer_widget .newsletter_form input::-ms-input-placeholder {
    font-size: 16px;
    color: #919191;
}

.footer .footer_top .footer_widget .newsletter_form input::placeholder {
    font-size: 16px;
    color: #919191;
}

.footer .footer_top .footer_widget .newsletter_form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #3cc5c5;
    padding: 0 22px;
    cursor: pointer;
}

.footer .footer_top .footer_widget .newsletter_text {
    font-size: 16px;
    color: #bababa;
}

.footer .copy-right_text {
    padding-bottom: 30px;
}

.footer .copy-right_text .footer_border {
    border-top: 1px solid hsla(0,0%,100%,.2);
    padding-bottom: 30px;
}

.footer .copy-right_text .copy_right {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}

@media (max-width:767px) {
    .footer .copy-right_text .copy_right {
        font-size: 14px;
    }
}

.footer .copy-right_text .copy_right a {
    color: #3cc5c5;
}

.footer .socail_links {
    margin-top: 47px;
}

@media (max-width:767px) {
    .footer .socail_links {
        margin-top: 30px;
    }
    .home-banner {
    
    margin-top: 76px;
}
header.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:999999;
}

.inner-text {
    margin-top: 365px;
    margin-bottom: 100px;
}
.inner-text h1 {
    font-size: 25px;
    color: #ffff;
}
.banner-btn a {
    background: azure;
    padding: 8px 30px;
    border-radius: 28px;
    font-size: 26px;
    color: #00ad45;
}.error-banner-btn a {
    background: azure;
    padding: 8px;
    border-radius: 28px;
    font-size: 18px;
    color: #00ad45;
}

.txt-high h2 {
    font-size: 30px;
    color: #00ad45;
    margin-bottom: 20px;
}
.high-quilty {
    padding: 30px 0;
    
}
.services-page {
    padding: 30px 0;
}
.txt-services-pg h2 {
    font-size: 36px;
    color: #00ad45;
    margin-bottom: 20px;
}
.img-top-be {
    position: absolute;
    width: 170px;
    left: -65px;
    top: 19%;
    z-index: 999;
}
.btn-work-it a {
    
    font-size: 19px;
    
}
.feat-txt h2 {
    text-align: center;
    color: #008B38;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
.features {
    padding: 40px 0;
    
}
.mian-feature {
    margin-bottom: 50px;
    border-radius: 16px;
    box-shadow: 0 0 9px -2px rgb(0 0 0 / 16%);
    min-height: 380px;
    padding: 40px 39px;
    background-color: #fff;
}
.btn-work-it {
    
    margin-top: 0px;
    margin-bottom: 20px;
}

.txt-feature h5 {
    font-size: 20px;
    padding-bottom: 14px;
    color: #008B38;
}

.inner-text h1 {
    
    text-align: center;
}
.banner-btn {
    margin-top: 30px;
    text-align: center;
}
.btn-work-it {
    margin-top: 70px;
    margin-bottom: 20px;
}






}

.footer .socail_links ul li {
    display: inline-block;
}

.footer .socail_links ul li a {
    font-size: 18px;
    color: #c3b2f0;
    line-height: 42px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    background: #8565e2;
    border-radius: 3px;
    line-height: 50px!important;
    margin-right: 7px;
}

.footer .socail_links ul li a:hover {
    color: #fff!important;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 1s;
    position: fixed;
}
/*.footer .copy-right_text {
    padding-bottom: 68px;
}*/
/** testimonial-section **/

.testimonial-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
 /* background: -webkit-linear-gradient(130deg, rgba(74,103,140,0.0) 10%, rgba(74,103,140,1) 90%);*/
 background: -webkit-linear-gradient(130deg, rgb(133 191 156) 10%, rgb(128 205 158) 90%);
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}

.testimonial-block-one{
  position: relative;
  margin-bottom: 20px;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background-color: #fff;
  padding: 46px 30px 44px 40px;
}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  padding-left: 65px;
  min-height: 46px;
  margin-bottom: 26px;
}

.testimonial-block-one .inner-box .author-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.testimonial-block-one .inner-box .author-box .quote{
  position: absolute;
  left: 0px;
  top: 4px;
}

.testimonial-block-one .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.testimonial-block-one .inner-box .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 4px;
}

.testimonial-block-one .inner-box .rating li:last-child{
  margin: 0px !important;
}

.testimonial-block-one .inner-box .author-thumb{
  position: absolute;
  right: 40px;
  bottom: -20px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  padding: 4px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}

.testimonial-block-one .inner-box .author-thumb img{
  width: 100%;
}

button.owl-next {
    position: absolute !important;
    top: 41%;
    background: #00ad45;
    padding: 14px 18px;
    right: -35px;
    border-radius: 25px;
    color: #fff;
}
button.owl-prev {
    position: absolute !important;
    top: 41%;
    background: #00ad45;
    padding: 14px 18px;
    left: -35px;
    border-radius: 25px;
    color: #fff;
}


@media (min-width: 768px)  and (max-width:1024px) {

  section.home-banner .row {
    width: 47%;
    margin-right: auto;
    float: right;
}
.inner-text h1 {
    font-size: 27px;
}
.banner-btn a {
    background: azure;
    padding: 5px 19px;
    border-radius: 28px;
    font-size: 26px;
    color: #00ad45;
}
}
a#managerial:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    top: 28px;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
    right: 8% !important;
    left: inherit;
}
a#payments:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    top: 26px;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
    right: 8% !important;
    left: inherit;
}
@media(max-width: 767px){
  button.owl-prev {
    position: absolute !important;
    top: 40%;
    background: #00ad45;
    padding: 10px 15px;
    left: -12px;
    border-radius: 25px;
    color: #fff;
}
a#payments:before {
    position: absolute;
    content: "\f107";
    
    top: 10px;
    
    right: 63% !important;
    
}
a#managerial:before {
    position: absolute;
    content: "\f107";
   
    top: 8px;
    
    right: 65% !important;
    
}
button.owl-next {
    position: absolute !important;
    top: 40%;
    background: #00ad45;
    padding: 10px 15px;
    right: -12px;
    border-radius: 25px;
    color: #fff;
}
}
@media(max-width: 320px){
  .testimonial-block-one .inner-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 38px 8px 27px 12px !important;
}
.txt-services ul li:after {
    border: 2px solid;
    position: absolute;
    content: "";
    width: 37px;
    left: -24px;
    margin-top: 32px;
}
}


/*<start css login*/
.fom-login {
    margin-top: 70px;
}
.main-form .form-group {
    margin-bottom: 30px;
}
.txt-br {
    margin-top:22px;
}
.fom-login {
    margin-top: 40px;
    padding: 0px 110px;
    border-top: 8px solid #008B38;
    border-radius: 14px;
    margin-bottom: 100px;
    box-shadow: 0 0 5px 2px #ededed;
    background: #fff;
    padding-bottom: 48px;
}

.fom-login p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.main-form label {
    color: #000;
    font-size: 19px;
}


.btn-login-sec {
    width: 100%;
    margin-top: 10px;
    border: 1px solid transparent;
    color: #fff;
    padding: 9px 3px;
    border-radius: 25px;
    background: linear-gradient(90deg, rgba(0,197,78,1) 45%, rgba(0,139,56,1) 60%, rgba(0,139,56,1) 100%, rgba(9,96,121,1) 100%);
}

.fom-login h6 {
    text-align: center;
    margin-top: 28px;
}
.main-form input {
    background: #E4E4E4;
    border-radius: 25px;
}

.main-form textarea {
    background: #E4E4E4;
    border-radius: 25px;
}

.main-form .form-control {
    
    
    padding: 1.375rem 2.75rem !important;
    
}

button.btn-login-sec i {
    margin-left: 15px;
}

.main-form .icon-label {
    position: absolute;
    left: 149px;
    color: var(--secondary);
    z-index: 2;
    margin-top: 8px;
    font-size: 14px;
}
.login-andsingup-one {
    position: absolute;
    top: 6%;
    right: 0px;
    width: 44%;
}
.login-andsingup-two {
    position: absolute;
    left: 0px;
    width: 44%;
    top: 20%;
    z-index: -1;
}


.login-apply-one {
    position: absolute;
    top: 6%;
    right: -399px;
    width: 64%;
}
.login-apply-two {
    position: absolute;
    left: -347px;
    width: 59%;
    top: 40%;
    z-index: -1;
}
.fom-login h6 a {
    color: #1374ff;
}
.form-control:focus {
    color: #495057;
    background-color: #E4E4E4;
    
}
.login-two img {
    top: 56%;
    position: absolute;
    width: 637px !important;
}

.login-one img {
    top: 56%;
    position: absolute;
    width: 637px !important;
    right: 0;
}

.fom-register-apply {
    margin-top: 70px;
    padding: 40px 110px 65px;
    border-top: 8px solid #008B38;
    border-radius: 14px;
    margin-bottom: 100px;
    box-shadow: 0 0 5px 2px #ededed;
    background: #fff;
}
.fom-register-apply h3 {
    text-align: center;
    margin-bottom: 50px;
}

.main-content-register h4 {
    margin-bottom: 41px;
    margin-top: 70px;
}

.txt-register-h ul li {
    list-style: disc;
    font-size: 20px;
    margin-top: 22px;
    align-items: center;
    margin-left: 74px;
}

.register-fom {
    margin-top: 123px;
}
.register-fom h4 {
    margin-bottom: 32px;
    text-align: center;
    font-size: 30px;
}
.txt-br {
    display: flex;
    margin-bottom: 20px;
}
.register-fom p{
  margin-bottom: 20px;
}
.type-of-work {
    margin-top: 70px;
    padding: 60px 70px;
    border-top: 8px solid #008B38;
    border-radius: 14px;
    margin-bottom: 100px;
    box-shadow: 0 0 5px 2px #ededed;
    background: #fff;
}
.btn-all {
    background: #E4E4E4;
    border-radius: 25px;
    width: 141px;
    height: 41px;
    margin-bottom: 20px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.btn-all:hover{
  background: linear-gradient(90deg, rgba(0,197,78,1) 45%, rgba(0,139,56,1) 60%, rgba(0,139,56,1) 100%, rgba(9,96,121,1) 100%) !important;
  color: #fff !important;
  transition: 2s;
}
.btns {
    margin-top: 24px;
}
.type-of-work h4 {
    text-align: center;
    margin-bottom: 50px;
}
.types-services h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}

.btn-create-sec {
    width: 100%;
    margin-top: 10px;
    border: 2px solid #00ad45;
    color: #00ad45;
    padding: 9px 3px;
    border-radius: 25px;
    background: #fff;
}

.btn-create-one {
    width: 100%;
    margin-top: 10px;
    border: 1px solid transparent;
    color: #fff;
    padding: 9px 3px;
    border-radius: 25px;
    background: linear-gradient(90deg, rgba(0,197,78,1) 45%, rgba(0,139,56,1) 60%, rgba(0,139,56,1) 100%, rgba(9,96,121,1) 100%);
}


button.btn-create-one i {
    margin-right: 14px;
}

button.btn-create-sec i {
    margin-right: 14px;
}

.txt-br {
    display: flex;
}
.ico-instant {
    background: #e4e4e4;
    margin-right: 20px;
    border-radius: 49px;
    height: 60px;
    width: 60px;
    text-align: center;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
}
.txt-br p {
    font-size: 22px;
    margin-right: 20px;
    margin-top: 15px;
    color: #000;
    font-weight: bold;
}
.txt-instant-ph {
    margin-top: 50px;
}

.ico-instant:hover {
    background: linear-gradient(179deg, rgb(9 186 79) 45%, rgba(0,139,56,1) 60%, rgba(0,139,56,1) 100%, rgba(9,96,121,1) 100%) !important;
    color: #fff !important;
    transition: 2s;
}
.order-summary {
    margin-top: 70px;
    padding: 48px 30px;
    border-top: 8px solid #008B38;
    border-radius: 14px;
    margin-bottom: 100px;
    box-shadow: 0 0 5px 2px #ededed;
    background: #fff;
}
.txt-summary {
    display: flex;
    background: #e4e4e4;
    padding: 5px 8px;
}
.txt-summary p {
    margin-left: auto;
    color: #000;
}
.order-summary h3 {
    text-align: center;
}


.txt-summary h5 {
    
    margin-top: 0 !important;
}
.txt-summary-cont {
    display: flex;
    background: linear-gradient(90deg, rgba(0,197,78,1) 45%, rgba(0,139,56,1) 60%, rgba(0,139,56,1) 100%, rgba(9,96,121,1) 100%);
    padding: 5px 8px;
    margin-top: 10px;
    border-radius: 0px 0px 11px 11px;
}
.txt-summary-cont p {
    margin-left: auto;
    color: #000;
}
.txt-summary-cont h5 {
    color: #fff;
    margin-top: 0 !important;
}
.txt-summary-cont p {
    color: #fff;
}
.mian-text-hp h5 {
    margin-top: 24px;
}

.main-form select{
    background: #E4E4E4;
    border-radius: 25px;
}


.type-of-work
select{
    background: #E4E4E4;
    border-radius:  25px;
}
/*Ismat Css started*/

.custom-file-label-edit{

  background-color: #e4e4e4 !important;
  border-radius: 25px !important;
  width: 100%;
  padding: 10px 20px;
}
.orders_heading_break{
  word-break: break-all;
}
/*Ismat Css END*/



.select2-container .select2-selection--single .select2-selection__rendered {
    background: #e4e4e4 !important;
    border-radius: 25px !important;
    padding: 5px 16px;
}
span#select2-country_id-an-container {
    background: #e4e4e4;
    border-radius: 25px;
}
.select2-container--bootstrap4 .select2-selection {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: transparent !important;
    box-shadow: 0 0 0 0.2rem transparent !important;
}
.my-order-noww {
    margin-top: 100px;
}

#search-form .form-control-sm, #search-form .select2-container--bootstrap4 .select2-selection--single {
    height: calc(1em + 18px + 0px)!important;
    font-size: 14px!important;
    line-height: 1.5;
    border-radius: 2.2rem;
    background: #e4e4e4;
    border:1px solid transparent;
}
.cke_reset_all.cke_1.cke_editor_editor1_dialog {
    z-index: 99999 !important;
}
@media(max-width:767px){
  .fom-login {
    margin-top: 44px;
    padding: 49px 22px;
    
}
.login-andsingup-one {
    
    display: none;
}
.high-quilty:before {
    display:none;
}
.login-andsingup-one:before {
     display:none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    background: #e4e4e4 !important;
    border-radius: 25px !important;
    padding: 2px 13px;
    width: 55% !important;
}
.fom-login p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.main-form .icon-label {
    position: absolute;
    left: 66px;
    color: var(--secondary);
    z-index: 2;
    margin-top: 8px;
    font-size: 14px;
}
.main-form .form-group {
    margin-bottom: 18px;
}
.main-form .form-control {
    padding: 0.375rem 2.75rem !important;
}
.txt-br {
    margin-top: 108px;
}
.fom-register-apply {
    margin-top: 110px;
    padding: 40px 30px;
    border-top: 8px solid #008B38;
    border-radius: 14px;
    margin-bottom: 100px;
    box-shadow: 0 0 5px 2px #ededed;
    background: #fff;
}
.custom-card-body{
  margin-top: 110px !important;
}
.main-content-register h4 {
    margin-bottom: 17px;
    margin-top: 0px;
}
.txt-register-h ul li {
    list-style: disc;
    font-size: 17px;
    margin-top: 16px;
    align-items: center;
    margin-left: 23px;
}
.register-fom {
    margin-top: 40px;
}
section.get-instant-quote {
    padding-top: 60px !important;
    position: relative;
}
.txt-main-cont {
    margin-top: 28px;
    margin-bottom: 0;
}
.type-of-work {
    margin-top: 38px !important;
    padding: 44px 25px !important;
    border-top: 8px solid #008B38;
    border-radius: 14px;
    margin-bottom: 0px;
    box-shadow: 0 0 5px 2px #ededed;
    background: #fff;
}
.type-of-work h4 {
    text-align: center;
    margin-bottom: 10px;
}
.order-summary {
    margin-top: 40px;
    padding: 48px 30px;
    border-top: 8px solid #008B38;
    border-radius: 14px;
    margin-bottom: 100px;
    box-shadow: 0 0 5px 2px #ededed;
    background: #fff;
}
.type-of-work h4 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
}
.txt-br {
    margin-top: 0px !important;
}
.fom-login {
    margin-top: 110px;
    padding: 40px 26px;
}
.mobile-nav-toggler.pd-header {
    margin-top: 25px !important;
}

li.nav-item.dropdown i {
    color: #fff !important;
    position: relative;
    left: 10px !important;
    top:0 !important;
}

.shadow.bg-white.rounded.text-center.p-1 {
    margin: 6px 0 !important;
    padding: 20px 0 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    background: #e4e4e4 !important;
    border-radius: 25px !important;
    padding: 6px 13px;
    width: 100% !important;
}
#search-form .form-control-sm, #search-form .select2-container--bootstrap4 .select2-selection--single {
    height: calc(1em + 18px + 0px)!important;
    font-size: 14px!important;
    line-height: 1.5;
    border-radius: 2.2rem;
    background: #e4e4e4;
    border:1px solid transparent;
}
.login-andsingup-two {
    display: none;
}
#payment_request::before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 11px;
  font-size: 16px;
  font-weight: 400;
  transition: all 500ms ease;
  right: 40% !important;
  left: inherit;
}
#navbarDropdown:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    top: 11px;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
    right: 72% !important;
    left:inherit;
}
.dropdown-menu.show {
  z-index: 9999;
}
}


@media (max-width:320px) {
.btn-sign-up a {
    
    font-size: 12px !important;
    
}
.btn-login a {
  font-size: 12px !important;
}
 figure.logo img {
    width: 90px !important;
} 
.logo img {
    width: 166px !important;
    position: relative;
    top: 12px;
}
.main-header .menu-area .logo-box {
    
     margin-right: 0px !important; 
}
.banner-btn a {
    
    font-size: 22px !important;
    
}
a#managerial:before {
    position: absolute;
    content: "\f107";
    top: 8px;
    right: 58% !important;
}
a#payments:before {
    position: absolute;
    content: "\f107";
    top: 10px;
    right: 56% !important;
}

}
@media (min-width: 320px)  and (max-width:576px) {
.main-header .menu-area .logo-box {
    
     margin-right: 0px !important; 
}
  
}
@media (min-width: 540px)  and (max-width:767px) {
section.home-banner .row {
    width: 98% !important;
    margin-right: auto;
    float: right;
}
a#payments:before {
    position: absolute;
    content: "\f107";
    top: 10px;
    right: 58% !important;
}
a#managerial:before {
    position: absolute;
    content: "\f107";
    top: 8px;
    right: 60% !important;
}
  
}

@media (min-width: 992px)  and (max-width:1024px) {
section.home-banner .row {
    width: 98% !important;
    margin-right: auto;
    float: right;
}
  
}


.high-quilty:before {
    content: "";
    width: 8px;
    height: 447px;
    color: #83c59d;
    position: absolute;
    top: 590px;
    right: 0;
    background: #80cd9e;
}
.card {
    padding: 60px 36px;
    border-top: 8px solid #008B38 ;
    border-radius: 14px ;
    margin-bottom: 100px ;
    box-shadow: 0 0 5px 2px #ededed ;
    background: #fff ;
}
.card-body.custom-card h5 {
    color: #fff;
}
.custom-card{
	margin-top: 30px;
	margin-bottom: 20px;
}
.card-radius{
	border-radius: 5px;
}
.bg-grey{
	background: #eeeeee;
}
.bg-yellow{
	background:#ffeb3b;
}.bg-blue{
	background:#0000ff;
  color: white !important;
}
.bg-purple{
	background:#9c27b0;
  color: white !important;
}.bg-green{
	background:#4caf50;
}.bg-oxblood{
	background:#4A0000;
  color: white !important;
}
/*custom css for searching datatable records*/
#orders_table_info{
  white-space: unset !important;
}
#table_info{
  white-space: unset !important;
}
#tasks_table_info{
  white-space: unset !important;
}
/*END custom css for searching datatable records*/
@media (min-width: 768px)  and (max-width:992px) {
  .card {
    margin-top: 20px !important;
    padding: 30px 10px !important;
    border-top: 8px solid #008B38 !important;
    border-radius: 14px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 0 5px 2px #ededed !important;
    background: #fff !important;
}
.high-quilty:before {
    content: "";
    width: 15px;
    height: 610px;
    color: #83c59d;
    position: absolute;
    top: 588px;
    right: 0px;
    background: #80cd9e;
}
h5.card-title {
    
    font-size: 16px !important;
}
label.btn.btn-outline-primary {
    margin-bottom: 10px !important;
}
a#payments:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    top: 12px;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
    right: 56% !important;
    left: inherit;
}
a#managerial:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    top: 10px;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
    right: 55% !important;
    left: inherit;
}
#navbarDropdown:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    top: 11px;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
    right: 72% !important;
    left: inherit;
}
.custom-badge {
    position: absolute !important;
    left: 44px;
    padding: 2px 4px !important;
    font-size: 11px !important;
    top: 11px;
}
li.nav-item.dropdown i {
    color: #fff !important;
    position: relative;
    left: 10px !important;
    top: 0 !important;
}


}






@media (min-width: 769px)  and (max-width:1024px) {

a#payments:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    top: 12px;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
    right: 56% !important;
    left: inherit;
}
a#managerial:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    top: 10px;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
    right: 55% !important;
    left: inherit;
}
#navbarDropdown:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    top: 11px;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
    right: 72% !important;
    left: inherit;
}
.custom-badge {
    position: absolute !important;
    left: 44px;
    padding: 2px 4px !important;
    font-size: 11px !important;
    top: 11px;
}
li.nav-item.dropdown i {
    color: #fff !important;
    position: relative;
    left: 10px !important;
    top: 0 !important;
}

  
}

/*@media (min-width: 1200px)  and (max-width:1280px) {

a#payments:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    top: 12px;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
    right: 56% !important;
    left: inherit;
}
a#managerial:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    top: 10px;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
    right: 55% !important;
    left: inherit;
}
li.nav-item.dropdown i {
    color: #fff !important;
    position: relative;
    left: 10px !important;
    top: 0 !important;
}
#navbarDropdown:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    top: 11px;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
    right: 72% !important;
    left: inherit;
}
.custom-badge {
    position: absolute !important;
    left: 44px;
    padding: 2px 4px !important;
    font-size: 11px !important;
    top: 11px;
}
}*/
@media (min-width: 1300px)  and (max-width:1439px) {


}

@media (min-width: 1300px)  and (max-width:1439px) {

  
}
@media (min-width: 1440px) and (max-width:1499px) {


  
}
