/*-- team section --*/

.team-bg-2 {
    background-image: url(assets/images/back-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.team-block {
    position: relative;
    margin-bottom: 40px;
}

.team-block .inner-box {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.team-block .image-box {
    position: relative;
    padding: 17px 22px 0 0;
}

.team-block .image {
    position: relative;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
    box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
    border-radius: 0 0 250px 250px;
    overflow: hidden;
    margin-bottom: 0;
}

.team-block .image-box:before {
    position: absolute;
    left: 40px;
    right: 0;
    top: 0;
    bottom: 17px;
    border: 3px solid #dddddd;
    border-radius: 0 0 250px 250px;
    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .image-box:before {
    border: 3px solid #081245;
    border-color: #e74c57;
    opacity: 1;
}

.team-block .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team-block .plus-icon {
    position: absolute;
    right: 25px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #14212A;
    border-radius: 50%;
    background-color: #e74c57;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links {
    position: absolute;
    right: 30px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #e74c57;
    border-radius: 50px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.team-block .social-links a {
    position: relative;
    margin: 5px 0;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #e74c57;
    color: #081245;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links a:hover {
    color: #ffffff;
    background-color: #081245;
}

.team-block .info-box {
    position: relative;
    padding-top: 25px;
    text-align: center;
}

.team-block h4 {
    display: block;
    font-size: 24px;
}
.team-block h4 a:hover {
    color: #e74c57;
}
.team-block h4 a {
    color: #000;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
    cursor: pointer;
}

.team-block .designation {
    font-size: 14px;
    color: #e74c57;
}





/*-- services section --*/

.sb-1{
    padding-bottom: 25px;
}
.amm-service-style-two .img-holder{
    position: relative;
    display: block;
    overflow: hidden; 
    z-index: 1;
}
.amm-service-style-two .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.amm-service-style-two:hover .img-holder img {
    transform: scale(1.2);    
}
.amm-service-style-two:hover .overlay-style-two{
	opacity: 1;
}
.amm-service-style-two .img-holder .overlay-style-two:before{
	background-color: rgba(40, 41, 46, 0.90);
}
.amm-service-style-two:hover .img-holder .overlay-style-two:before{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;	
}
.amm-service-style-two .img-holder .overlay-style-two:after{
	background-color: rgba(40, 41, 46, 0.90);
}
.amm-service-style-two:hover .img-holder .overlay-style-two:after{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;	
}
.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}
.overlay-style-two:before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.80);
}
.overlay-style-two:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.80);
}
.btn-one-1 {
    position: relative;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    padding: 0 30px 0;
    transition: all 500ms ease;
}
.btn-one-1 i:before {
    font-size: 26px;
    line-height: 14px;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 4px;
}
.amm-service-style-two .text-holder{
    position: relative;
    display: block;
    background: transparent;
    z-index: 10;
}
.amm-service-style-two .text-holder .icon-holder {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: -55px auto 0;
    border: 4px dotted #c9c9c9;
    background: #ffffff;
    text-align: center;
    z-index: 2;
    transition: all 700ms ease 700ms;
}
.amm-service-style-two .text-holder .icon-holder i:before {
    display: block;
    color: #b3b3b3;
    font-size: 50px;
    line-height: 102px;
}

.amm-service-style-two .text-holder .inner{
    position: relative;
    display: block;
    padding: 26px 0px 0px;
    text-align: center;
    background: #ffffff;
    z-index: 1;
}
.amm-service-style-two .text-holder .inner:before {
    position: absolute;
    top: -55px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    z-index: -1;
}
.amm-service-style-two .text-holder .inner h3{
    color: #27282c;
    font-weight: 600;
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 26px;
}
.amm-service-style-two .text-holder .inner .text {
    position: relative;
    display: block;
    padding: 0 30px 32px;
    text-indent: 2rem;
    text-align: initial;
}
.amm-service-style-two .text-holder .inner .text p{
    margin: 0;
    font-size: 17px;
    line-height: 27px;


}
.amm-service-style-two .text-holder .inner .read-more a{
    color: #27282c;
    background: #f6f6f6;
    display: block;
    transition: all 700ms ease 900ms;
    text-decoration: none;
    outline: none;
    border: none;
}
.amm-service-style-two{
    margin-bottom: 40px;
}
.amm-service-style-two:hover .text-holder .icon-holder {
    border: 4px dotted #e9212e;
    transition: all 700ms ease 700ms;
}
.amm-service-style-two:hover .text-holder .icon-holder i:before {
    color: #e9212e;
    transition: all 700ms ease 800ms;
}
.amm-service-style-two:hover .text-holder .inner .read-more a{
    color: #ffffff;
    background: #e74c57;
    transition: all 700ms ease 900ms;
}


/*-- working process --*/

.section.section-padding {
    padding: 110px 0 80px;
}
.light-bg {
    background-color: #f7f7f7;
}
.section-1{
    position: relative;
    z-index: 1;
}
.section-2{
    position: relative;
    z-index: 1;
    padding: 110px 0;
}
.tertiary-bg {
    background-color: #004071;
}
.pattern-building::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(assets/images/work-1.png);
    background-size: cover;
    background-position: center;
}
.pattern-squares::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(assets/images/work-2.png);
    background-size: cover;
    background-position: center;
}
.section-title-1.text-center {
    margin: 0 auto 50px;
}
.section-title-1 {
    position: relative;
}
.section-title-1 .subtitle {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #d6a77b;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-title-1 h6{
    line-height: 1.7;
    margin: 0 0 20px;
}
.section-title-1 .subtitle span:last-child {
    margin-right: 0px;
    margin-left: 20px;
}
.section-title-1 .subtitle span:first-child, .section-title-1 .subtitle span:last-child {
    width: 20px;
    height: 2px;
    display: block;
    position: relative;
    margin-right: 20px;
    margin-bottom: 5px;
    background-color: #d6a77b;
}
.section-title-1 .subtitle span:first-child::after {
    right: 0;
    position: absolute;
}
.section-title-1 .subtitle span:first-child::after, .section-title-1 .subtitle span:last-child::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    line-height: 1;
    background-color: #d6a77b;
    margin-top: 5px;
}
.section-title-1 .title {
    position: relative;
    margin: 0;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 600;
}
.spacer {
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}
.fancy_icon-block {
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 0;
    z-index: 1;
    box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
    transition: .3s;
}
.fancy_icon-block.icon-block-7.light {
    background-color: rgba(255,255,255,.1);
    transition: .3s;
}

.fancy_icon-block.icon-block-7.text-center {
    max-width: 100%;
}
.fancy_icon-block.icon-block-7 {
    box-shadow: none;
    border: 0;
    padding: 30px 20px;
}
.fancy_icon-block.icon-block-7.light .stroke-text {
    -webkit-text-stroke-color: #fff;
}
.fancy_icon-block.icon-block-7 .icon-wrapper span {
    font-size: 80px;
    font-weight: 800;
    z-index: 1;
    line-height: 1;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}

.fancy_icon-block.icon-block-7 .stroke-text, .fancy_icon-block.icon-block-7 p, .fancy_icon-block.icon-block-7 h5 {
    transition: .3s;
}
.stroke-text {
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}
.fancy_icon-block.icon-block-7 .icon-wrapper span::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 40px;
    height: 40px;
    background-color: #e74c57;
    opacity: .4;
    border-radius: 50%;
    z-index: -1;
}
.fancy_icon-block.icon-block-7.light p, .fancy_icon-block.icon-block-7.light h5 {
    color: #fff;
}

.fancy_icon-block.icon-block-7 .stroke-text, .fancy_icon-block.icon-block-7 p, .fancy_icon-block.icon-block-7 h5 {
    transition: .3s;
}
.fancy_icon-block.icon-block-7 h5 {
    font-size: 20px;
}
.fancy_icon-block h5+p {
    margin-top: 10px;
}

.fancy_icon-block p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
}
.fancy_icon-block.icon-block-7:hover{
  background-color: #fff;
}
.fancy_icon-block.icon-block-7:hover p{
  color: #777;
}
.fancy_icon-block.icon-block-7:hover h5{
  color: #1c1c1c;
}
.fancy_icon-block.icon-block-7:hover .stroke-text{
  -webkit-text-stroke-color: #1c1c1c;
}
@media (max-width: 1500px){
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
}


/*-- blog-style-two --*/

.blog-bg-1 {
    background-color: #EBEBEB;
    background-image: url(assets/images/back-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.bolg-section-5 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.position-re {
    position: relative;
}
.o-hidden {
    overflow: hidden;
}
.bolg-section-5 .item img {
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.position-re img{
    color: #323232;
    width: 100%;
    height: auto;
}
.bolg-section-5 .item .con {
    margin: -120px 20px 75px;
    padding: 15px 15px 25px 15px;
    background-color: #e74c57  !important;
    border: 1px solid #e74c57;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -55px;
    position: relative;
}
.bolg-section-5 .item .con .category {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}
.con a{
    display: inline-block;
    text-decoration: none;
}
.con span{
    display: inline-block;
    text-decoration: none;
    color: #fff;
}
.bolg-section-5 .item .con .category a:last-child {
    margin-right: 0;
}

.bolg-section-5 .item .con .category a {
    position: relative;
    color: #fff;
}
.bolg-section-5 .item .con h5{
    color: #b19777;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.25em;
    margin: 0;
}
.bolg-section-5 .item .con h5 a {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.bolg-section-5 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.bolg-section-5 .item:hover .con {
    bottom: 0;
}
.bolg-section-5 .item .con h5:hover,
.bolg-section-5 .item .con h5 a:hover {
    color: #000;
}
.bolg-section-5 .item .con .category a:hover {
    color: #000;
}
.bolg-section-5 .section-title {
    margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
    .bolg-section-5 .item .con h5,
    .bolg-section-5 .item .con h5 a {
        font-size: 20px;
    }
}

/*-- Portfolio-Style Section --*/

.portfolio-style {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #e8eaee;
}
.portfolio-style .section-title {
    margin-bottom: 43px;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap {
  position: relative;
  overflow: hidden;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-image img {
  width: 100%;
  height: auto;
  max-width: unset;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-content {
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-content .pf-inner {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-content .pf-inner .icon-top {
  background: #e74c57;
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 50%;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-content .pf-inner .icon-top img {
  max-width: 50px;
  transform: scale(1);
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-content .pf-inner .pf-titles .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 10px;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-content .pf-inner .pf-titles .title a {
  color: #ffffff;
  transition: all 0.3s ease;
   text-decoration: none !important;
   outline: none !important;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-content .pf-inner .portfolio-txt {
  color: #CECCCC;
  margin-bottom: 30px;
}
.portfolio-style-btn .btn-text {
    position: relative;
    display: inline-block;
    color: #010d14;
    transition: all ease .3s;
    padding: 7px 15px 7px 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #e74c57;
    text-decoration: none !important;
    outline: none !important;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding-left: 30px;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area .pf-titles .title {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 0 0 10px;
}
.mb-30 {
    margin-bottom: 30px;
}
.portfolio-style-btn .btn-text:hover {
  background-color: #010D14;
  color: #ffffff;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area .pf-titles .title a {
  color: #010d14;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area .icon-image {
  background: #e74c57;
  padding: 15px 20px;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area .icon-image img {
  margin-bottom: 0;
  border-radius: 0;
  max-width: 42px;
  transform: scale(1);
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap:hover .portfolio-style-content {
  visibility: visible;
  opacity: 1;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap:hover .normarl-text-area {
  opacity: 0;
  visibility: hidden;
  right: -100%;
}


@media only screen and (max-width: 480px){
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area .pf-titles .title {
    margin: 0 0 0px;
}
}
@media only screen and (max-width: 767px){
    .pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area .pf-titles .title{
    font-size: 18px;
    line-height: 28px;   
}
}
@media only screen and (max-width: 480px){
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area .icon-image img {
    max-width: 30px;
}
}

/*-- amm-about-us-1 Section --*/

.about-two.about-style1 {
    position: relative;
}
.bg1-2 {
    background: url(assets/images/about-us/ab-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
.y-middle {
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.images-part img {
    max-width: 100%;
    height: auto;
}
.pl-50 {
    padding-left: 50px;
}
.sec-title-about-about {
    position: relative;
}
.sec-title-about .title {
    font-weight: 700;
    color: #010d14;
    margin: 0;
}
.sec-title-about .sub-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #010d14;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 10px;
    display: block;
}
.sec-title-about .sub-text img {
    position: relative;
    top: -2px;
    margin-right: 7px;
    max-width: 100%;
    height: auto;
}
.pb-20 {
    padding-bottom: 20px;
}
.sec-title-about .desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}
.pb-37 {
    padding-bottom: 37px;
}
.about-img-1 img{
    max-width: 100%;
    height: auto;
}
ul.check-lists{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.check-lists .list-item {
    padding-bottom: calc(6px);
}
ul.check-lists .list-item .icon-list-icon i {
    color: #e74c57;
    font-size: 18px;
}
ul.check-lists .list-item .icon-list-icon i:before {
    font-weight: 900;
}
ul.check-lists .list-item .list-text {
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    color: #010d14;
    padding-left: 5px;
}
.mt-47 {
    margin-top: 47px;
}
.signeture-img img {
    max-width: 100%;
    height: auto;
}
.readon.more.know {
    padding: 16px 34px 16px 34px;
}
.readon.more {
    background: #e74c57;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.readon {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 17px;
    line-height: 26px;
    z-index: 1;
    border-radius: 0px 0px 0px 0px;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
}
a.readon.more.know{
    text-decoration: none !important;
    outline: none !important;
}
.readon.more:hover {
  background-color: #14212A;
  color: #ffffff;
}
@media only screen and (max-width: 767px){
.sec-title-about .title {
    font-size: 25px;
    line-height: 35px;
}
}
@media only screen and (max-width: 1366px){
.sec-title-about .title {
    font-size: 36px;
    line-height: 46px;
}
}
@media only screen and (max-width: 991px){
.md-mb-50 {
    margin-bottom: 50px;
}
}
@media only screen and (max-width: 991px){
.md-pb-75 {
    padding-bottom: 80px;
}
}
@media only screen and (max-width: 991px){
.md-pt-80 {
    padding-top: 80px;
}
}
@media only screen and (max-width: 991px){
.md-pl-15 {
    padding-left: 15px;
}
}
@media only screen and (max-width: 767px){
.sm-mb-30 {
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 991px){
.md-mt-25 {
    margin-top: 25px;
}
}
@media only screen and (max-width: 767px){
.sm-mb-30 {
    margin-bottom: 30px;
}
}