/*!
 * ComDudes - Custom Theme 
 * Copyright 2017-2018 ComDudes

 */




body {
  font-family: 'Open Sans', sans-serif!important;

     /*height:100%;*/

  }

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F05F40; }

hr.light {
  border-color: white; }

a {
  color: #292b2c;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s; }
  a:hover, a:focus {
    color: #FFF; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  }
  
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bg-primary {
  background-color: #F05F40 !important; }

.bg-dark {
  color: white;
  background-color: #222222 !important; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

section {
  padding: 75px 0;
  }

.section-heading {
  margin-top: 0; }

.no-padding {
  padding: 0; }

::-moz-selection {
  color: white;
  background: #222222;
  text-shadow: none; }

::selection {
  color: white;
  background: #222222;
  text-shadow: none; }

img::selection {
  color: white;
  background: transparent; }

img::-moz-selection {
  color: white;
  background: transparent; }

body {
  -webkit-tap-highlight-color: #222222; }

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s; }
  #mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #F05F40;
font-family: 'Open Sans', sans-serif!important; }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
      color: #f05f40; }
  #mainNav .navbar-toggle {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222222;
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
      color: #a3c75f;
      }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
      color: #F05F40 !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
        background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      border-color: rgba(255, 255, 255, 0.3);
      background-color: rgba(34, 34, 34, 0.3);
	  
	  }
      #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
          color: white; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: rgba(255, 255, 255, 0.9);
        }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: white; }
      #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.05);
        background-color: rgba(0, 0, 0, 0.74);
        }
        #mainNav.navbar-shrink .navbar-brand {
          font-size: 16px;
          color: #F05F40; }
          #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
            color: #f05f40; }
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
          color: #ffffff;
          }
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #90c23f;
            } }

header.masthead {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  color: white;
/*  background-image: url("../img/bg_top.jpg");*/
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px 100px;
    text-align: center; }
    header.masthead .header-content .header-content-inner h1 {
      font-size: 30px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 0;
      text-transform: uppercase; }
    header.masthead .header-content .header-content-inner hr {
      margin: 30px auto; }
    header.masthead .header-content .header-content-inner p {
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 50px;
      color: rgba(255, 255, 255, 0.7); }
  @media (min-width: 768px) {
    header.masthead {
      height: 560px;
      min-height: 560px;
      }
      header.masthead .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        header.masthead .header-content .header-content-inner {
          max-width: 1000px;
          margin-right: auto;
          margin-left: auto; }
          header.masthead .header-content .header-content-inner h1 {
            font-size: 50px; }
          header.masthead .header-content .header-content-inner p {
            font-size: 18px;
            max-width: 80%;
            margin-right: auto;
            margin-left: auto; } }

.service-box {
  max-width: 400px;
  margin: 50px auto 0; }
  @media (min-width: 992px) {
    .service-box {
      margin: 20px auto 0; } }
  .service-box p {
    margin-bottom: 0; }

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: white;
    background: rgba(216, 31, 39, 0.9);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
    font-family: 'Open Sans', sans-serif!important; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }

.call-to-action {
  padding: 50px 0; }
  .call-to-action h2 {
    margin: 0 auto 20px; }

.text-primary {
  color: #F05F40 !important; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.btn-default {
  color: #222222;
  border-color: white;
  background-color: white; }
  .btn-default:focus, .btn-default.focus {
    color: #222222;
    border-color: #bfbfbf;
    background-color: #e6e6e6; }
  .btn-default:hover {
    color: #222222;
    border-color: #e0e0e0;
    background-color: #e6e6e6; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #222222;
    border-color: #e0e0e0;
    background-color: #e6e6e6; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #222222;
      border-color: #bfbfbf;
      background-color: #d4d4d4; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    border-color: white;
    background-color: white; }
  .btn-default .badge {
    color: white;
    background-color: #222222; }

.btn-primary {
  color: white;
  border-color: #F05F40;
  background-color: #F05F40; }
  .btn-primary:focus, .btn-primary.focus {
    color: white;
    border-color: #a4270d;
    background-color: #eb3812; }
  .btn-primary:hover {
    color: white;
    border-color: #e13612;
    background-color: #eb3812; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #e13612;
    background-color: #eb3812; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: white;
      border-color: #a4270d;
      background-color: #c93110; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    border-color: #F05F40;
    background-color: #F05F40; }
  .btn-primary .badge {
    color: #F05F40;
    background-color: white; }

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.btn-xl {
  padding: 15px 30px; }

.navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: .3rem;
}

.wid100{
    width: 100%;
}
.pd0{
    padding: 0!important;
}
.notificationslid{
    position: absolute;
    /* width: 100%; */
    bottom: 0;
    /* background: blue; */
    left: 0;
    right: 0;
}
.anounc{
    position: relative;
}
.titlenotification{
        position: absolute;
        /* padding: 0px 12px; */
        padding: 7px 12px;
        left: 0;
        background: #d81f27;
        z-index: 9;
}
.notification{
        background: rgba(0, 0, 0, 0.56);
        padding: 10px;
        padding-right: 50px;
          
}
.bg-red{
    background: #d81f27;
}
.notification .slick-prev {
    right: 30px!important;
    z-index: 2;
    left:inherit!important;
}
.notification .slick-next {
       z-index: 2;
    right: 8px!important;
}

.photslid .slick-prev{
        left: 0;
        z-index: 9;
        background: rgba(144, 194, 63, 0.78)!important;
        height: 100%;
        width: 8%;
        object-fit: contain;
}
.photslid .slick-prev:hover, .photslid .slick-next:hover{background: rgba(139, 192, 62, 0.71)!important;}
.photslid .slick-next{
        right: 0px;
        z-index: 9;
        background: rgba(144, 194, 63, 0.78)!important;
        height: 100%;
        width: 8%;
        object-fit: contain;
}
.caption{
    position: absolute;
    -webkit-transition: .5s;
  transition: .5s ;
    bottom: 0;
    background: rgba(229, 220, 213, 0.36);
    width: 100%;
    padding: 15px 30px;
}

.date{
    color: #FFF;
    font-size: 13px;
}
.slidrtitle{
    font-weight:  bold;
}
.mgt-20{
    margin-top: 20px;
}

.undrline:after{
    content: ' ';
    border-bottom: solid #a2c467 2px;
    width: 100%;
    display: block;
    height: 6px;
}


.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}

.tabs-left>li {
  float: none;
 margin:0px;
  
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background:#f90;
  border:none;
  border-radius:0px;
  margin:0px;
}
.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left>li.active>a::after{content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #f90;
    display: block;
    width: 0;}

section.abt{
    background-color: #f2f2f2!important;
}

.photslid .slick-prev:before {
/*    content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';*/
    background-image: url('../img/prev-01.svg')!important;
    background-size: 100% 100%!important;
    display: inline-block!important;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    content: ""!important;
}
.photslid .slick-next:before {
/*    content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';*/
    background-image: url('../img/next-01.svg')!important;
    background-size: 100% 100%!important;
    display: inline-block!important;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    content: ""!important;
}

.photslid .slick-dots {
    position: absolute;
    bottom: -45px!important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.photslid .slick-dots li button:before{
    font-size: 11px!important;
}
.photslid .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #90c23f!important;
}

.notification .slick-prev:before{
     content: "\f0d9"!important;
    font: 20px/1 'FontAwesome'!important;
}

.notification .slick-next:before{
     content: "\f0da"!important;
    font: 20px/1 'FontAwesome'!important;
}
.text-uppercase{
    text-transform: uppercase;
}
.csthead{
        font-size: 1.4rem;
    font-weight: bold;
}
.fbold{
    font-weight: bold;
}
.portfolio-item {
    margin-bottom: 25px;
}
.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 30px;
}

.csthead2{
      font-size: 1.4rem;
}
.underlin:after{
/*        content: ' ';
    border-bottom: solid #a2c467 2px;
    width: 100%;
    display: block;
    height: 6px;
    max-width: 497px;
    margin: 0 auto;*/
    
      background-image: url('../img/border.png')!important;
    background-size: contain!important;
    display: block!important;
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    content: ""!important;
     margin: 0 auto;
      max-width: 443px;
}
.csthead2{
        margin-bottom: 5%;
}
.btns{
         font-weight: inherit; 
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif!important;
    background-color: #90c23f!important;
    border-color: #90c23f!important;
    color:#fff!important;
}
.portfolio-item img{
    margin-bottom: 10px;
}

.portfolio-item .csthead2{
        font-size: 1rem!important;
}
a:hover{
    text-decoration: inherit!important;
}
.logimg{/*        width: 26px;*/TRANSITION: .3S EASE;}
#mainNav.navbar-shrink .navbar-brand img {
    width: 116px;
    transition: .3s ease-in;
}

@media(min-width:991px){
    .cstmmenu{
         margin-top: 2em;

    }
    .brd-right
	{
		border-right: 17px solid #FFF;
	}
	
    .photslid .slick-list{
        padding-left: 88px;
}
    .pad0
	{
	
    padding:0;
	}
	.bgGrey
	{
		background: #eee;
	}
	.bgWhite
	{
		background: #FFF;
	}
    .text-rightcustom{
        text-align: right;
    }
    .notification{
          padding-left: 144px;
    }
}

.cstmportfolio .card{
    background-color: inherit!important;
    border: inherit;
    border-radius: inherit;
}
.cstmportfolio .card-block{
    padding: inherit!important;
}

.cstmportfolio .card-text{
        text-align: justify;
}
.fsbold{
    font-weight: 600;
}


.galleryslid .slick-prev{
        left: 0;
        z-index: 9;
        background: rgba(144, 194, 63, 0.78)!important;
        height: 40%;
        width: 8%;
        object-fit: contain;
}
.galleryslid .slick-prev:hover, .galleryslid .slick-next:hover{background: rgba(139, 192, 62, 0.71)!important;}
.galleryslid .slick-next{
        right: 0px;
        z-index: 9;
        background: rgba(144, 194, 63, 0.78)!important;
        height: 40%;
        width: 8%;
        object-fit: contain;
}

.galleryslid .slick-prev:before {
/*    content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';*/
    background-image: url('../img/prev-01.svg')!important;
    background-size: 100% 100%!important;
    display: inline-block!important;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    content: ""!important;
}
.galleryslid .slick-next:before {
/*    content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';*/
    background-image: url('../img/next-01.svg')!important;
    background-size: 100% 100%!important;
    display: inline-block!important;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    content: ""!important;
}

#contact{
    background: #000;
}
.color-white{
    color:#fff;
}
.contact{
/*    padding: 35px 0;*/
padding: 20px 0;
}
.footermen li{
        /* font-size: 13px; */
        /* font-weight: 700; */
      
        font-size: 13px;
        font-weight: 500;
}
.text-right{
    text-align: right;
}


.tabscustm .nav-link{
        background: #eee;
		color: #636c72!important;
		border-radius: inherit;
		font-size: 12px;
}
.tabscustm .nav-link:hover{
border:inherit;
line-height: inherit;
}

.tabscustm .nav-item.show .nav-link,.tabscustm .nav-link.active {
    color: #464a4c;
    background-color: #a0c55e!important;
    border-color: #ddd #ddd #fff;
    color: #fff!important;
}
.tabscustm li a{
    position: relative;
}
.tabscustm li .nav-link.active:after{
width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid white;
    border-bottom: 7px solid transparent;
    content: '';
    top: 11px;
    position: absolute;
    right: 0;

}
.tabscustm{
    border: inherit!important;
}
.tabscustm .nav-link{
        border: inherit!important;
}

.rowbrdr{
    border: 1px solid #a0c45d;
    padding: 0px 0 1px;
}
.pad15{
        padding: 15px;
}
.pad15 p{
        font-size: 14px;
          line-height: 1.5;
    margin-bottom: 9px;
}
@media(max-width:768px){
    header.masthead{
           margin-top: 106px; 
    }
    .swiper-container{
        height: 350px!important;
    }
    header.masthead .header-content{
        padding:inherit;
    }
    .mt-news{
         left: 0!important;
    width: 410px!important;
    }
    .desk{
        display: block!important;
    }
    .mt-label{
        display: none;
    }
    #mainNav{
            background-color: rgb(58, 58, 58);
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus{
            color: #ffffff;
    }
    button.navbar-toggler.navbar-toggler-right {
    background: #fff;
}
.titlenotification{
    top: -36px;
}
.mbonly{
       
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.social {
    position: absolute;
    right: 0;
    bottom: -12px;
}

.notification .slick-slide{
        overflow: hidden;
    white-space: nowrap;
}

}

.social{
    position: absolute;
    right: 22px;
}
.notification .slick-slide{
        overflow: hidden;
    white-space: nowrap;
}
.notification{
        z-index: 2;
}
.first{
    background-image: url("../img/bg_top.jpg");
}
.first2{
    background-image: url("../img/bg_top.jpg");
}
.first3{
    background-image: url("../img/bg_top.jpg");
}

  .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
               /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    
    .modern-ticker{
        width: 100%;
          height: 45px;
    }
    .mt-scroll .mt-news,.mt-controls{
        z-index: 2;
        padding: 0px;
        height: 45px!important;
    }
    .mt-label {
    background-color: #d81f27!important;
}
.mt-news a{
        margin-right: 0px;
}
.mt-news a {
    color: #ffffff!important;
    background-color: inherit!important;
    /* background-image: url(images/bullet.png); */
        padding: 6px 10px 0 20px;
        background-position: 7px 11px;
}
.mt-news a:hover{
        background-position: 7px 19px;
}
.mt-news {
    background-color: rgba(0, 0, 0, 0.75)!important;
}
.mt-next, .mt-play, .mt-prev {
    width: 32px;
    height: 45px;
}
.mt-next, .mt-prev {
    background-color: rgba(0, 0, 0, 0.75)!important;
}
.mt-next:hover, .mt-play:hover, .mt-prev:hover {
    background-color: rgba(0, 0, 0, 0.75)!important;
}
.mt-next:active, .mt-play:active, .mt-prev:active {
    background-color: rgba(0, 0, 0, 0.75)!important;
}
.mt-play {
    background-color: rgba(0, 0, 0, 0.75)!important;
    background-image: url(images/play.png);
}

    .swiper-container1 {
        width: 100%;
        height: 100%;
    }
    .swiper-slide1 {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #90c23f;
}
.owl-dots{
        position: absolute;
    right: 30px;
    top: -60px;
}

.portfolio-box img.img-fluid.wid100 {
    height: 180px;
    object-fit: cover;
    object-position: top;
}

.fon13{
        font-size: 13px;
}

.scal {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.scal:hover  {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.photslid .slick-slide {
    display: block;
    overflow: hidden;
}

.photslid .slick-slide:hover .caption{
        background: rgb(216, 31, 39)!important;
}
.photslid .slick-slide:hover .caption .date,.photslid .slick-slide:hover .caption .slidrtitle{
       color:#fff!important;
}


/*---footer bottom style start---*/
                /*.contact {
                    padding: 20px 0;
                    position: absolute;
                    width: 100%;
                    bottom: 0;
                }*/

                section#services {
                    min-height: 100vh;
                }

                .index-page section#services{
                  min-height: unset !important;
                }

                .contact li a{
                  color: #fff;
                }

                .contact li a:hover{
                  color: #7d7d7d;
                }

            /*---download page style end---*/


.padtop5{
  padding-top: 5px;
}

.messages-section .tab-content p{
  margin-bottom: 5px;
}
