/** start header section  **/
.header{
    position: absolute;
    height:auto;
    width: 100%;
    padding-top: 0rem;
    background:transparent;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    top: 0;
    /*box-shadow: 0 3px 10px 0 rgba(219, 209, 209, 0.35);*/
    z-index: 1;
}
.header-top-one {
    background: #000000;
    height: 42px;
    padding: 0 20px;
}
a.nav-link.hdr-cart {
    border-right: 1px solid #E8E8E8;
    padding-right: 20px !important;
}

nav.navbar.navbar-expand-lg.top-header-nav {
    padding: 0;
    width: 100%;
}
.custab{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
}
ul.navbar-nav.hdr-right-menu.hdr-right-sign-menu li.nav-item {
    margin: 0;
}
a.nav-link.smenu.smenu-l {
    margin-right: 10px;
}
.custab:hover{
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
}

button.navbar-toggler.togglerBtn {
    width: 30px;
    height: 30px;
    padding: 0;
}
.tbar {
    height: 1px;
    width: 100%;
    background: #00B0E8;
    margin: 6px auto;
    display: block;
}
button.navbar-toggler.togglerBtn:focus{
    outline: none;
}
.change .tbar2{
    opacity: 0;
}
.tbar1, .tbar3
{
    transition: 0.4s;
}
.change .tbar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 4px);
}
.change .tbar3 {
    -webkit-transform: rotate(45deg) translate(-2px, -2px);
    transform: rotate(45deg) translate(-2px, -2px);
}
ul.hdr-right-menu li a {
    padding: 15px 12px !important;
    text-transform: capitalize;

}

nav.navbar.navbar-expand-lg.top-header-nav {
    height: 100%;
}


/* loader css */
#loader-wrapper {
   background-color: #fff;
   bottom: 0;
   height: 100%;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   width: 100%;
   z-index: 9999;
   /*margin: 60px 0px 0px 200px;*/
}
#loader {
   background-position: center center;
   background-repeat: no-repeat;
   height: 200px;
   right: 0%;
   left: 0%;
   margin: auto auto;
   position: absolute;
   top: 0%;
   bottom: 0%;
   width: 200px;
   text-align: center;
}
.loader_img{
   height: auto;
   width: auto;
}
/* loader css */

section.home-sectiomn1 {
    background-image: url(../images/mj-banner-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 550px;
}
.main-wrapper {
    padding-top: 40px;
}
img.bnr-rgt-images {
    width: 100%;
    /* height: 100%; */
    /* position: absolute; */
    margin-top: 100px;
}
ul.navbar-nav.ml-auto.hdr-right-menu li a {
    color: #18325D;
    font-size: 16px;
    font-family:'Lato-Bold';
}
.hm-banner-cnt {
margin-top: 200px;
}
.home-section2{
    background-image: url(../images/about-bg-image-scaled.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
}

.sericon{
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
}
.hm-serviceblock{
    padding-left: 70px;
}
img.hm-service-lft-img {
    width: 510px;
    position: absolute;
    left: 15px;
    top: 120px;
}
img.test-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100px;
    display: block;
    margin: 0 auto;
}
.carousel-indicators li {
    height: 3px;
    background-color: #93AEDC;
}
.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
}
.carousel-indicators .active{
    background-color:#18325D;
}
section.home-section4 {
    background: #F8FBFF;
}
.carousel-control-prev, .carousel-control-next{
    height: 30px;
    background: #A6CD3A;;
    width: 30px;
    opacity: 1;
    top: 50%;
}
/*.carousel-control-prev{
    left: 128px;
}
.carousel-control-next{
    right: 128px;
}*/
.carousel-control-prev-icon{
        background-image: none;
}
.carousel-control-next-icon{
    background-image: none;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}
span.carousel-control-next-icon {
    transform: rotate(-45deg);
    margin-right: 4px;
}
span.carousel-control-prev-icon {
    transform: rotate(136deg);
    margin-left: 5px;
}
.home-section5{
    background-image: url(../images/mj-banner-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 600px;
}
.form-control {
    height: 46px;
    border-radius: 0;
    font-family: 'Lato-Regular';
    margin-bottom: 25px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    border: 0;
}
img.lats-talk-img {
    width: 100%;
}
img.hm-logoimg {
    width: 180px;
    height: auto;
}
section.home-section6 {
    background: #F8FBFF;
}
img.blogimage {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
/*.blog-slide{
    height: 380px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}*/
.bloghovertext.text-left {
    background: rgba(166, 205, 58, 0.6);
    position: absolute;
    top: 0;
    display: none;
}
.slick-slide {
    padding: 0 0px;
}
.bloghovertext {
    background: rgba(166, 205, 58, 0.6);
    position: absolute;
    top: 0;
    height: 89%;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    opacity: 0;
}

.bloghovertext{
    transition: all 0.5s;
}
.blogslider-li{
    position: relative;
    /*height: 540px;*/
    /*background: red;*/
}
.blog-slide:hover .bloghovertext
{
    opacity: 1;
}
/*.blog-slide:hover
{
        -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.03);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.03);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.03);
    transition: all 200ms ease-in;
    transform: scale(1.03);
}*/
.slick-list.draggable{
    padding-top: 35px;
    padding-bottom: 35px;
}
.subscribeblock.d-flex.align-items-center {
    position: absolute;
    background: #A6CD3A;
    width: 905px;
    margin: 0 auto 0 auto;
    left: 0;
    right: 0;
    top: -45px;
    height: 75px;
    padding:0 30px;
}
.ftremail-inp-block
{
    width: 370px;
}
input.ftremail {
    width: 100%;
    height: 40px;
    border-radius: 50px;
    border: 0;
    padding: 0 20px;
}
img.send{
    position: absolute;
    height: 25px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin:auto;
}
button.btn.width130 {
    border-radius: 4px;
}
.hm-serviceblock {
    transition: transform .4s;
}
.hm-serviceblock:hover {
   transform: scale(1.08);
}
/*a.read-more-btn {
    text-align: right;
    display: block;
    color: #a6cd3a;
}*/
.read-more-btn {
 color:#a6cd3a;
    display: none;
}
.hm-serviceblock:hover 
.read-more-btn{
    display:block;
    text-align: right;
    display: block;
}
.hm-logo-slider .slick-prev:before, .hm-logo-slider .slick-next:before
{
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  width: 18px;
  height: 18px;
}
.hm-logo-slider .slick-next:before{
    transform: rotate(-45deg);
}

.hm-logo-slider .slick-prev:before{
  transform: rotate(138deg);
}
.hm-logo-slider .slick-prev{
    left:-35px;
}




.blogslider .slick-prev:before, .blogslider .slick-next:before
{
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  width: 18px;
  height: 18px;
}
.blogslider .slick-next:before{
    transform: rotate(-45deg);
}

.blogslider .slick-prev:before{
  transform: rotate(138deg);
}
.blogslider .slick-prev{
    left:auto;
    top: 0;
    right: 80px;
}
.blogslider .slick-next{
    right: 20px;
    top: 0;
    left: auto;
}
/*.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}*/

.hdr-dropdown{
    display: none;
    border-top: 2px solid #a6cd3a;
    border-radius: 0;
        top: 50px;
}

.hdr-drodown-li:hover .hdr-dropdown{
  display: block;
}
ul.hdr-right-menu li .hdr-dropdown a
{
        display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: capitalize;
    padding:5px 12px !important;
}   
ul.hdr-right-menu li .hdr-dropdown a:hover{
    color: #a6cd3a;
}
ul.navbar-nav.ml-auto.hdr-right-menu li a:hover{
    color: #a6cd3a;
}
img.hm-logoimg{
    margin: 0 auto;
}
.dcomablock {
    width: 100px;
    display: inline;
    position: absolute;
    left: -30px;
    top: 20px;
    z-index: -1;
}
img.d-coma
{
    width: 35px;
}
.testimonial-cnt {
    padding: 0 30px;
}

.blogslider .slick-list.draggable
  {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .blogslider .slick-slide.slick-current.slick-active.slick-center .blog-slide
  {
    height: auto;
  }
  .blogslider .slick-slide.slick-current.slick-active.slick-center .blog-slide
  {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .blog-slide
  {
    height: auto;
  }
  .blog-slide {
    height: auto;
    margin: 10px;
}
.blog-slide .slick-slide {
    padding: 0 0px;
}
/*.slick-slide.slick-cloned{
    padding-right: 0;
}
.slick-slide.slick-cloned.slick-active{
    padding-right: 10px;
}*/
/*.slick-slide.slick-cloned.slick-active {
    padding-right: 15px;
     padding-left: 0;
}   
.slick-slide.slick-active{
    padding-left: 15px;
}
.slick-slide.slick-current.slick-active.slick-center{
    padding-left: 0;
}*/
.slick-slide.slick-current.slick-active.slick-center .bloghovertext{
    display: block;
    opacity: 1;
}
.slick-prev:before, .slick-next:before {
    color: transparent !important;
}
section.breadcrumb {
    margin-top: 105px;
    padding: 50px;
    text-align: center;

}
.breadcrumb h4{
    text-align: center;
    margin: 0 auto;
}
span.dark {
    font-size: 46px;
    color: #18325d;
    font-weight: 700;
    font-family:'Lato-Bold';
}
span.light {
    font-size: 46px;
    color: #333333;
    font-weight: 400;
    font-family:'Lato-Regular';
}
section.content {
    margin-top: 80px;
    margin-bottom: 80px;
}
.about_section p{
    color: #636363;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
}
.services img{
    width: 30px;
    margin-right: 10px;
}
.services_content
{
    font-size: 18px;
    color: #18325d;
    font-family: 'Lato-Bold';
    vertical-align: middle;
}
.about_section li{
    padding-bottom: 30px;
}
.content h4 {
    color: #18325d;
    font-family:'Lato-Bold';
    font-size: 18px;
}
.services_content.active {
    color: #a6cd3a;
}
.contact-form {
    border: 1px solid;
}
label {
    margin-bottom: 10px;
    color: #636363;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}
.content h2 {
    color: #18325d;
    font-weight: bold;
    margin-bottom: 30px;
}
.career_section
{
    margin-top: 50px;
}
.last_para
{   
    color: #a6cd3a !important;
    font-weight: 700;
}
.jobs{
    background: #F8FBFF;
    padding: 11px;
    margin-bottom: 10px;
}
button.btn.btn-success {
    color: #fff;
    background-color: #A6CD3A;
    border-color: #A6CD3A;
    width: auto;
    float: right;
    padding: 10px 20px 10px 20px;

}
.text-center
{
    text-align: center;
}
.contact_us img{
    /* text-align: center; */
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}
.contact-bottom-section {
    margin-top: 50px;
    margin-bottom: 100px;
}
.contact-bottom-section p {
    text-align: center;
    margin-bottom: 0px;
}
/* Portfolio */
/* */
.Portfolio {
    position: relative;
    margin: 0px;
    /*border: 2px solid black;*/
    /*float: left;*/
    /*width: 180px;*/
    transition-duration: 0.4s;
    border-radius: 5px;
    animation: winanim 0.5s ;
-webkit-backface-visibility:visible;
    backface-visibility:visible;
    /*box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)*/
    margin-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;

}

/*.Portfolio:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}*/

.Portfolio img {
    width: 100%;
    height: auto;
    border-radius: 0px
}

.desc {
       padding: 30px;
    text-align: center;
    font-size: 90%;
    background: #a6cd3a;
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    transition: all 5s;
}

.portfolio-sectiomn2 .nav {
    /*padding:20px;
    margin-left:340px;
    margin-top:-30px;*/
    background: #001737;
}

.portfolio-sectiomn2 .nav li a { 
    margin:0px;
    padding: 15px 50px; 
    font-size:16px; 
    color:#fff; 
    background: #001737;
    transition-duration: 0.4s;
    text-transform: uppercase;
    font-family:'Lato-Regular';
    border-radius: 0;
}
.portfolio-sectiomn2 .nav a:hover { 
    background:#333; 
}
.portfolio-sectiomn2 .nav .active { 
    background-color:#A6CD3A !important;
    color:#fff;
}

@keyframes winanim {
    0%{opacity:0;transform:scale3d(.3,.3,.3)}
    50%{opacity:1}
    
}
.Portfolio:hover .desc{
    display: block;
}
.desc-hover-text {
    border: 1px solid #fff;
    height: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
}
section.portfolio-sectiomn1 {
    background: #f2f3ff;
    height: 200px;
}
/* Sidebar Button */
.btn.width130.contactusbtn {
    position: fixed;
    top: 300px;
    right: 0;
    transform: rotateZ(90deg);
    margin-right: -40px;
    z-index: 9999;
}
.side-contactform {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 0px;
    bottom: 0;
    z-index: 9999;
    transition: width 0.5s;
  transition-delay: 0.5s;
      border: 1px solid;
      margin-right: -5px;
  /*opacity: 0;*/
  /*display: none;*/

}
.side-contactform.active{
    width: 400px;
    /*padding: 140px 16px 0 16px;*/
}
button.closesideform {
    background: transparent;
    border: 0;
    color: #000;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9999;
    opacity: 0;
    transition: all 3s;
}
button.closesideform.active {
    opacity: 1;
}
.sideform {
    padding: 40px 30px 0 30px;
}
.colororange{
    color: #e06100;
}

.form-control1{
    border: 1px solid;
}

.side-contactform-next {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 0px;
    bottom: 0;
    z-index: 9999;
    transition: width 0.5s;
  transition-delay: 0.5s;
      border: 1px solid;
      margin-right: -5px;
}
.side-contactform-next.active{
    width: 400px;
}
.form-group.div_cl {
    padding: 12px 12px;
    background: transparent;
    border: 1px solid rgb(0 0 0 / 50%);
    position: relative;
    color: #636363;
    border-radius: 2px;
    float: left;
    cursor: pointer;
    width: 100%;
    text-align: left;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.hide_file {
    position: absolute;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 24px;
    width: 100%;
}
.circle img
{
    border-radius: 50%;
    width: 45px;
    margin-right: 23px;

}
.circle
{
    margin-top: 20px;
    margin-bottom: 20px;
}