@font-face {
  font-family: Fedra;
  src: url(./../fedra-sans/FedraSansBook.ttf) format("truetype");
}

:root{
    --blue: linear-gradient(135deg, #428BC9 0%, #004b87 20%, #007bbd 100%);
    --blue1: linear-gradient(151deg, rgb(2 10 14 / 70%) 0%, rgba(0, 102, 204, 0.7) 50%, rgb(40 94 121 / 70%) 100%);
}

*{
    /*font-family: "Century Gothic", Serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: "Fedra", Fedra Screen, Serif;*/
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    transition: all .2s linear;
    /*text-transform: capitalize;*/
}

*::selection{
    
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
}

body{
    overflow-x: hidden;
}

.btn{
    font-size: 2rem;
    padding:.7rem 3.5rem;
    border-radius: 5rem;
    color:#fff;
    background:var(--blue);
    margin-top: 1rem;
    margin-left: 0;
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.3);
    cursor: pointer;
    border:none;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.btn::before{
    content: '';
    position: absolute;
    top:0; right: 0;
    height:100%;
    width:0%;
    background:var(--blue);
    z-index: -1;
    transition: .2s linear;
}

.btn:hover::before{
    left: 0;
    width:100%;
}

.heading{
    padding:.5rem 2rem;
    font-size: 2rem;
    background:var(--blue);
    color:white;
    display: inline-block;
    margin:1rem 0;
}

.title{
    font-size: 4rem;
    color:#333;
    padding:0 1rem;
    text-align: center;
}


.header{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top:0px; left: 0;
    z-index: 1000;
    padding:2rem 7%;
    background:var(--blue);
}


header{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top:50px; left: 0;
    z-index: 1000;
    padding:2rem 7%;
    background:transparent;
}

header .logo{
    font-size: 5.5rem;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Droid Sans Mono";
}

.small-img{
    height: 60px;
}

.v-small-img{
    height: 40px;
}

header .logo i{
    padding:0 .5rem;
}

header .navbar{
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
header .navbar ol{
	margin-bottom: 0;
}
header .navbar ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
	margin-bottom: 0;
}

header .navbar ul li a{
    margin-left: 2rem;
    color:#fff;
    position: relative;
    font-size: 2rem!important;
    font-weight: bold;
}

a:hover{
    color: #e56307!important;
	text-decoration: none!important;
}

.dropdown{
    visibility: hidden;
    position: absolute;
}

.m-item:hover .dropdown{
    visibility: visible!important;
}

.m-item{
    position: relative;
}

header .navbar ul li a::before{
    content: '';
    position: absolute;
    bottom:-.5rem; right:0;
    width:0%;
    height:.2rem;
    background: #e56307;
    color: #e56307!important;
    transition: .2s linear;
}

header .navbar ul li a.active::before,
header .navbar ul li a:hover::before{
    left:0;
    color: #e56307!important;
    width:100%;
}

header #menu{
    font-size: 3rem;
    color:#fff;
    cursor: pointer;
    display: none;
}

#electrical, #industrial, #automation, #dairy-training, #plant-installation, #csr, #safety, #service{
  scroll-margin-top: 90px;
}

.service-frame{
    position: absolute;
  height:100%;
  width:100%;
  background: url(../imgs/milk-clear.jpg) no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-size: 140% 85%;
    background-position: top;
    z-index: -1;
}
.stmt *{
    background-color: var(--blue);
    padding: 24px;
}

.safety-frame{
    position: absolute;
  height:100%;
  width:100%;
  background: url(../imgs/safety.png) no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-size: 140% 85%;
    background-position: top;
    z-index: -1;
}
.csr-frame{
    position: absolute;
  height:100%;
  width:100%;
  /*background: url(../imgs/csr1.jpg) no-repeat;*/
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-size: 140% 85%;
    background-position: top;
    z-index: -1;
}

.industrial-frame{
    position: absolute;
  height:100%;
  width:100%;
  background: url(../imgs/3d-designs.jpg) no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-size: 140% 85%;
    background-position: top;
    z-index: -1;
}
.dairy-training-frame{
    position: absolute;
  height:100%;
  width:100%;
  background: url(../imgs/dairy_training.jpg) no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-size: 140% 85%;
    background-position: top;
    z-index: -1;
}
.plant-installation-frame{
    position: absolute;
  height:100%;
  width:100%;
  background: url(../imgs/plant_installation1.jpg) no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-size: 140% 85%;
    background-position: top;
    z-index: -1;
}
.automation-frame{
    position: absolute;
  height:100%;
  width:100%;
  background: url(../imgs/automation.jpg) no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-size: 140% 85%;
    background-position: top;
    z-index: -1;
}

.about-frame{
    position: absolute;
  height:100%;
  width:100%;
  background: url(../imgs/main_about.jpg) no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-size: 140% 85%;
    background-position: top;
    z-index: -1;
}
.safety-frame{
   -webkit-animation: zoomeffect 10s infinite;
   -moz-animation: zoomeffect 10s infinite;
   animation: zoomeffect 10s infinite;
}
.automation-frame{
   -webkit-animation: zoomeffect 10s infinite;
   -moz-animation: zoomeffect 10s infinite;
   animation: zoomeffect 10s infinite;
}
.service-frame{
   -webkit-animation: zoomeffect 10s infinite;
   -moz-animation: zoomeffect 10s infinite;
   animation: zoomeffect 10s infinite;
}
.plant-installation-frame{
   -webkit-animation: zoomeffect 10s infinite;
   -moz-animation: zoomeffect 10s infinite;
   animation: zoomeffect 10s infinite;
}
.dairy-training-frame{
   -webkit-animation: zoomeffect 10s infinite;
   -moz-animation: zoomeffect 10s infinite;
   animation: zoomeffect 10s infinite;
}
.csr-frame{
   -webkit-animation: zoomeffect 10s infinite;
   -moz-animation: zoomeffect 10s infinite;
   animation: zoomeffect 10s infinite;
}
.industrial-frame{
   /*-webkit-animation: zoomeffect 10s infinite;*/
   /*-moz-animation: zoomeffect 10s infinite;*/
   /*animation: zoomeffect 10s infinite;*/
}

/*.industrial-frame .snippet{
    background-color: #0a0a0a;
}*/

.frame video{
    width: inherit;
  height: inherit;
    object-fit: cover;
}

.frame{
    position: absolute;
  height:100%;
  width:100%;
  /*background: url(imgs/steel.jpg) no-repeat;*/
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background-size: 140% 85%;*/
    /*background-position: top;*/
    z-index: 1;
}
/*.frame{
   -webkit-animation: zoomeffect 10s infinite;
   -moz-animation: zoomeffect 10s infinite;
   animation: zoomeffect 10s infinite;
}*/




.pcarousel{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.pcarousel-cell img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    margin: 0 auto;
}
.pcarousel-cell {
      width: 100%;
        height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      color: #fff;
      background: #fff!important;
      border-radius: 10px;
        margin: 0 auto;
    }

    .carousel {
      background: #fff;
      width: calc(100% - 40px);
      height: 100vh;
      margin: auto;
      border-radius: 10px;
      overflow: hidden;
        margin-top: 90px;
    }

    .carousel-cell img, .carousel-cell video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;

    }
    .offices{
        margin: 5% 0 0 40%;
    }
    .agents{
        margin: -14% 0 0 30%;
        height: 100%!important;
    }
    .agents-cont{
        object-fit: fill;
    }
    .carousel-cell {
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      color: #fff;
      /*background: #007bff;*/
      border-radius: 10px;
    }
    .carousel button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      font-size: 30px;
      color: #fff;
      cursor: pointer;
        width: 50px;
        height: 50px;
    }
    .carousel .prev {
      left: 10px;
    }

    .carousel .next {
      right: 10px;
    }



    .productCarousel .carousel-inner{
        margin: 0 auto;
        display: flex;
    }
    .productCarousel .carousel-item{
        margin: 0 auto;
        width: unset!important;
    }
    .productCarousel{
        background: #fff;
        /*width: calc(100% - 40px);*/
        height: 230px!important;
        margin: auto;
        border-radius: 10px;
        overflow: hidden;
    }
    .carousel-control-next, .carousel-control-prev{
        background: blue!important;
    }

@-webkit-keyframes zoomeffect{
		0%{
			background-position:center;
		  transform:scale(1,1);
		}
		50%{
			background-position:center;
		  transform:scale(2,2);
		}
		100%{
			background-position:center;
		  transform:scale(1,1);
		}
}
@keyframes zoomeffect{
		0%{
			background-position:center;
		  transform:scale(1,1);
		}
		50%{
			background-position:center;
		  transform:scale(2,2);
		}
		100%{
			background-position:center;
		  transform:scale(1,1);
		}
}


.curve{
	overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 0;
	background-color: #fff;
	transform: rotate(180deg);
    top: -20px;
    border-top-left-radius: 50px;
}

.home{
    min-height: calc(100vh - 50px);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    /*background:url(imgs/projects-safran-landing-hero-3.jpg) no-repeat;*/
    background-size: 140% 85%;
    background-position: top;
}

.home .image{
    flex:1 1 32rem;
    padding-top: 6rem;
}

.home .image img{
    width:100%;
}

.home .content{
    padding-top: 5rem;
    margin-top: 60px;
    margin-left: 100px;
    width: 70%;
    /*max-width: 1000px;*/
    height: 60%!important;
    z-index: 5;
	

}


.elementor-icon-list-icon1 i{
	color: maroon!important;
	font-size: 18px!important;
}


.elementor-icon-list-item1 *{
	padding: 5px!important;
}
.elementor-icon-list-item1{
	display: flex;
	align-items: center;
	
}



.home .content h1 span{
	color: #64befe!important;
	font-size: 36px;
}
.home .content h1{
    font-size: 2rem;
    color:#d7e33f;
}

.home .content p{
    font-size: 1.8rem;
    color:#eee;
    padding:.5rem 0;
}

.home .content .btn{
    background:#fff;
    color:var(--blue);
}

.home .content .btn:hover{
    color:#fff;
}

.about *{
    padding: 12px;
}

.about p, .about ul *{
    color: #000;
}
.about{
    /*min-height: 100vh;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background:#f4f8fd;*/
    padding: 0 18rem;
    padding-top: 6rem;
	position: relative;
	
	
	
}


._right{
	background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../imgs/bgx4.png) no-repeat;
	background-position: bottom;
	background-size: 200%;
}
	
._left{
	background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../imgs/br5.png) no-repeat;
	
	background-position: right;
	background-origin: 100%;
	background-size: 100% 600%;
}
	
._left .image{
	background: url(../imgs/bgx1.png) no-repeat;
}

._right .image{
	background: url(../imgs/bgx1.png) no-repeat;
	background-position: 90% 90%;
}
	
.about .image{
    flex:1 1 40rem;
    text-align: center;
    padding:2.5rem 0;
	position: relative;
	z-index: 1;
	
	border-radius: 20px;
	
}

.about .image img{
	height:60vh;
	width: 100%;
	border-radius: 50%;
}

.about .content{
    flex:1 1 40rem;

}

.about .content h3{
    font-size: 4rem;
    color:#000;
}

.about .content .heading{
    background:var(--blue);
}

.about .content p{
    font-size: 2.0rem;
    color:#fff;
    padding: 1rem 0;
	line-height: 1.6;
    color: #757686;
}

.about .content ul li{
    list-style: none;
    font-size: 2rem;
    padding:.5rem 0;
}

.about .content ul li i{
    color:var(--blue);
}
/*

.shape-1{
	position: absolute;
    top: 120px;
    left: -41px;
    height: 95px;
    width: 95px;
    background-color: red;
    border-radius: 50%;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.shape-2:nth-child(even){
	position: absolute;
    bottom: -60px;
    right: 57px;
    height: 180px;
    width: 180px;
    background: var(--blue);
    border-radius: 50%;
    z-index: -1;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
	
}

*/

/*
.shape-3{
    content: '';
    
    position: absolute;
    bottom: 0;
    z-index: -2;
    width: 100%;
    background: var(--blue);
    height: 100%;
}

*/
.features{
    text-align: center;
    padding-top: 7rem;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../imgs/br5.png) no-repeat;	
	background-position: right;
	background-size: 100% 500%;
	position: relative;
}

.decoration-star {
  top: 80px;
  left: -200px;
  width: 500px;
  opacity: 0.7;
  position: absolute;
}
.decoration-star-r {
  top: 80px;
  opacity: 0.7;
  position: absolute;
  right: -200px;
  width: 500px;
}

.abt font{
    color: #005c9a;
    font-size: 16px;
    padding: 0;
	font-weight: bold;
	
}

.highlight {
    background-color: gray !important;
}

#journey {
    padding: 100px 0;
    background: #fff;
    /* background: url('../images/img2.jpg'); */
    background-size: cover;
}

#journey .column-title {
    color: #000;
}

#journey p, #journey li {
    color: #000;
}

#journey h2 {
    color: #000;
}

#journey .listarrow li {
    color: #000;
}


#journey .column-title {
    color: #000;
}

.section-header {
    margin-bottom: 50px;
}

.section-header p {
    text-align: center;
    color: #000000;
}

.section-header .section-title {
    font-size: 44px;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;


    display: block;
    text-align: center;
    color: #E1A629;
}

.section-header .section-title:before {
    content: "------------";
    position: absolute;
    width: 140px;
    bottom: 4px;
    right: 0;
    width: 100px;
    color: #89BB24;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 8px;
    font-size: 13px;
}

#business-stats {
    padding: 100px 0 70px;
    background: #FFFFFF;
    background-size: cover;
    color: #000;
    /* background: url('../images/img2.jpg'); */
    background-size: contain;
}


#business-stats h2,
#business-stats h3,
#business-stats h4 {
    color: #151313;
}

#business-stats strong {
    display: block;
    margin-bottom: 30px;
    color: #000;
}

.business-stats {
    display: inline-block;
    width: 140px;
    height: 140px;
    font-size: 24px;
    line-height: 140px;
    border: 4px solid #89BB23;
    border-radius: 100px;
    margin-bottom: 20px;
    color: #000;
}



.features .description{
    padding:1rem 0;
    margin:0 auto;
    width:70rem;
    color:#000;
    font-size: 1.5rem;
	margin-bottom: 15px;
    background-image: linear-gradient(101deg, #d7e33f 1%, #3282f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.features .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.growth .box-container .box{
    width:56rem!important;

}

.growth img{
    border-radius: 20px;
    max-height: 300px;
    max-width: 100%;
	
}

.growth *{
    color: white!important;
}

.growth{
	background-image: url('https://www.maddoxindustrial.com/hubfs/Specialized-Services-Spotlight-bg.jpg') !important;
	background-image: right center !important;
    min-height: 100vh;
    /*text-align: center;*/
    padding-top: 7rem;
    /*background: #3d3d83;*/
}

.growth .title{
	color: #9fc5e8!important;
}
.growth .description{
	background-image: none;
	-webkit-text-fill-color: #fff;
}


.features .box-container .box{
    margin:2rem;
    width:28rem;
    z-index: 0;
    position: relative;
}

.features .box-container .box::before{
    content: '';
    position: absolute;
    top:32.5%; left:50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background:var(--blue);
    height: 10rem;
    width: 10rem;
    z-index: -1;
    box-shadow: 0 0 0 1rem rgba(0, 0, 255, .1);
}

.features .box-container .box i{
    color:#fff;
    font-size: 4.5rem;
    margin:8rem 0;
}

.features .box-container .box h3{
    color:#333;
    font-size: 2rem;
	font-family: system-ui;
}

.features .box-container .box p{
    color:#666;
    font-size: 1.2rem;
    padding:1rem 0;
}

.product{
    min-height: 100vh;
    text-align: center;
    background:#eee;
    padding:1rem;
    padding-top: 8rem;
}

.product .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding:1rem 0;
}

.product .box-container .box{
    margin:1rem;
    background:#fff;
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.3);
    padding:2rem 4rem;
}

.product .box-container .box h3{
    padding:1rem 0;
    font-size: 2rem;
    color:#444;
}

.product .box-container .box .price{
    padding:1rem 0;
    font-size: 3rem;
    color:#333;
    display: block;
}

.product .box-container .box img{
    height:20rem;
    width:20rem;
    margin:1rem 0;
}

.contact{
    min-height: 100vh;
    text-align: center;
    background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)), url(../imgs/s1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding:1rem;
    padding-top: 8rem;
}

.faq{
    min-height: 100vh;
    background-color: white;
    padding:1rem;
    padding-top: 8rem;
}
.clients{
    min-height: 40vh;
    text-align: center;
    background:white;
    padding:1rem;
    padding-top: 8rem;
}

.contact .heading{
    background:rgba(0,0,0,.5);
    color:#fff;
}

.contact .title{
    color:#fff;
}

.contact form{
    width:85%;
    margin:1rem auto;
}

.contact form .inputBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact form .inputBox input, .contact form textarea{
    height:4rem;
    width:49%;
    padding:0 1rem;
    margin:1rem 0;
    font-size: 2rem;
    border:.2rem solid #eee;
    background:none;
    text-transform: none;
    color:#fff;
}

.contact form .inputBox input::placeholder, .contact form textarea::placeholder{
    color:#ccc;
}

.contact form .inputBox input:focus, .contact form textarea:focus{
    border-color:var(--blue);
}

.contact form textarea{
    height:20rem;
    width:100%;
    padding:1rem;
    resize: none;
}

.contact form .btn:hover{
    background:#fff;
    color:#333;
}

.faq{
    text-align: center;
    padding:.5rem;
    padding-top: 8rem;
    min-height: 100vh;
}

.faq .row{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.faq .row .image{
    flex:1 1 40rem;
    padding:.5rem;
}

.faq .row .image img{
    height:65vh;
    width:100%;
}

.faq .row .accordion-container{
    flex:1 1 40rem;
    padding:1rem;
}

.faq .row .accordion-container .accordion{
    text-align: left;
    padding:.5rem 0;
}

.faq .row .accordion-container .accordion .accordion-heading{
    color:#fff;
    background:var(--blue);
    padding:1rem;
    font-size: 1.8rem;
    cursor: pointer;
}

.faq .row .accordion-container .accordion .accordion-content{
    color:#333;
    padding:1rem;
    font-size: 1.3rem;
    border:.2rem solid var(--blue);
    display: none;
}

.faq .row .accordion-container .accordion:nth-child(1) .accordion-content{
    display: block;
}

.footer{
    background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)), url(../imgs/footer-bg-compressed.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 1rem;
    padding-top: 8rem;

}

.footer .box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.footer .box-container .box{
    flex:1 1 30rem;
    margin:2rem;
}

.footer .box-container .box h3{
    font-size: 2.5rem;
    color:white;
}

.footer .box-container .box p{
    font-size: 1.5rem;
    color:white;
    padding:1rem 0;
    border-bottom: 1px chocolate solid;
}

.footer .box-container .box p i{
    padding:0 .5rem;
    color:white;
}

.footer .box-container .box{
    text-align: center;
}

.footer .box-container .box a{
    font-size: 1.8rem;
    display:block;
    color:white;
    padding:.5rem 0;
}

.footer a:hover{
    text-decoration: underline;
    color: chocolate!important;
}

.footer .credit{
    padding:2rem 1rem;
    text-align: center;
    background:#333;
    color:#eee;
    font-size: 2rem;
}

.footer .credit a{
    color:#fff;
}


















/* media queries  */

@media (max-width:1320px){

    html{
        font-size: 55%;
    }

    header #menu{
        display: block;
    }

    header .navbar{
        position: fixed;
        top:-120%; left:0;
        width:100%;
        background: #003964;
        opacity: 0;
    }

    header .navbar ul{
        padding:2rem 0;
        flex-flow: column;
        justify-content: center;
    }

    header .navbar ul li a{
        font-size: 2.5rem;
        color:#333;
        display: block;
        margin:1rem 0;
    }

    header .navbar ul li a::before{
        background:#333;
    }

    .fa-times{
        transform: rotate(180deg);
    }

    header .navbar.nav-toggle{
        top:calc(50px + 7.4rem);
        opacity: 1;
    }

    .home .content{
        text-align: center;
    }

    .features .description{
        width:auto;
        padding:1rem;
    }

    .contact form{
        width:95%;
    }

}

@media (max-width:500px){

    html{
        font-size: 50%;
    }

    .home .content{
		margin-left: 4%;
	}
    .home .content h1{
        font-size: 3.5rem;
    }
	
	.about{
		padding: 5px 30px;
	}
	
	._left{
		display: flex;
		flex-direction: column-reverse;
	}

    .about .image img{
        width:100%;
        height:auto;
    }

    .contact form .inputBox input{
        width:100%;
    }
	.decoration-star {
	  left: -100px;
	  width: 250px;
	}
	.decoration-star-r {
	  right: -100px;
      width: 250px;
	}

    .home-contacts{
        width: 100%!important;
        height: 100%;
    }
    .set{
        margin: 0!important;
    }
    .content, .home{
        height: calc(100% - 150px)!important;
        overflow: hidden!important;
    }

    .frame{
        height: calc(100% - 150px);
        overflow: hidden;
    }
    .abt-obj{
        height: 40px!important;
    }
    
    .home-contacts h1{
        font-size: 20px!important;
    }
	
	
    .home-contacts h4{
        font-size: 14px!important;
    }
    .home-contacts > p, .home-contacts > h2{
        display: none;
    }

    .abt-img{
        width: 20%;
    }

    .abt-desc{
        justify-content: center;
        width: 100%!important;
    }

}


.header .navbar ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    background-color: var(--blue) !important;
}

.header .navbar ul li a{
    font-size: 3rem;
    margin-left: 2rem;
    color:white;
    position: relative;

}

.header .navbar ul li a::before{
    content: '';
    position: absolute;
    bottom:-.5rem; right:0;
    width:0%;
    height:.2rem;
    background:#fff;
    transition: .2s linear;
}

.header .navbar ul li a.active::before,
.header .navbar ul li a:hover::before{
    left:0;
    color: #e56307!important;
    width:100%;
}

.navbar-scroll{
    background-color: white!important;

}

.navbar-scroll *{
    color: var(--blue) !important;
}

.home-contacts{
    width: 40%;
    display: flex;
    flex-direction: column;
    z-index: 10;
    color: white;
    /*background-color: rgba(0, 51, 89, 0.5);*/
	background: var(--blue1);
    
    padding: 10px;
    height: 100%;
}


.elementor-icon-list-icon{
	color: #df5311;
}

.elementor-icon-list-text{
	color: #081EDF;
    transition: color 0.3s;
	font-size: 16px;
    font-weight: 900;
}


/*=========================================================
	04 -> CATEGORY SHOP
===========================================================*/

.section{
	margin-top: 20px;
	position: relative;
	display: flex;
}

.shop {
  position: relative;
  overflow: hidden;
  margin: 15px 0px;
}

.shop:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 60%;
  background: #D10024;
  opacity: 0.9;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.shop:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  width: 100%;
  background: #D10024;
  opacity: 0.9;
  -webkit-transform: skewX(-45deg) translateX(-100%);
  -ms-transform: skewX(-45deg) translateX(-100%);
  transform: skewX(-45deg) translateX(-100%);
}

.shop .shop-img {
  position: relative;
  background-color: #E4E7ED;
  z-index: -1;
}

.shop .shop-img>img {
  width: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.shop:hover .shop-img>img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.shop .shop-body {
  position: absolute;
  top: 0;
  width: 75%;
  padding: 30px;
  z-index: 10;
}

.shop .shop-body h3 {
  color: #FFF;
}

.shop .shop-body .cta-btn {
  color: #FFF;
  text-transform: uppercase;
}

.socials{
    position: fixed;
    right: 15px;
    top: calc(100% - 250px);
}



 * {
	 box-sizing: border-box;
}
 *:focus, *:active, *:focus:active {
	 outline: none;
}
 .column {
	 float: left;
	 padding: 0 15px;
	 width: 50%;
}
 .set {
	 margin: 20px;
}
 a.social {
	 display: flex;
     flex-direction: column;
     margin: 5px;
	 height: 40px;
	 line-height: 40px;
	 margin-right: 10px;
	 overflow: hidden;
	 position: relative;
	 text-indent: -9999em;
	 visibility: hidden;
	 width: 40px;
}
 a.social:before, a.social:after {
	 color: #fff;
	 content: "";
	 display: inline-block;
	 font-family: FontAwesome;
	 font-size: 30px;
	 height: 40px;
	 line-height: 44px;
	 position: absolute;
	 right: 0;
	 text-align: center;
	 text-indent: 0;
	 visibility: visible;
	 width: 40px;
}
 a.social:after {
	 left: 0;
	 position: absolute;
}
 a.facebook:before {
	 background: #3b5998;
}
 a.facebook:after {
	 content: "\f09a";
	 top: -1px;
}
 a.twitter:before {
	 background: #00aced;
}
 a.twitter:after {
	 content: "\f099";
	 left: 0;
	 top: 0;
}
 a.google-plus:before {
	 background: #ff4b39;
}
 a.google-plus:after {
	 content: "\f0d5";
	 left: 2px;
	 top: -1px;
}
 a.pinterest:before {
	 background: #cc2127;
}
 a.pinterest:after {
	 content: "\f0d2";
	 font-size: 34px;
	 left: -1px;
	 top: -1px;
}
 a.instagram:before {
	 background: #784cac;
}
 a.instagram:after {
	 content: "\f16d";
	 top: -1px;
}
 a.linked-in:before {
	 background: #007bb6;
}
 a.linked-in:after {
	 content: "\f0e1";
	 top: -1px;
}
 .squared a.social:before {
	 border-radius: 0;
}
 .rounded a.social:before {
	 border-radius: 50%;
}
 .overflowed.rounded a.social:before, .overflowed.rounded a:hover.social:before {
	 height: 32px;
	 margin: 4px;
	 width: 32px;
}
 .overflowed.rounded a.facebook:after, .overflowed.rounded a:hover.facebook:after {
	 text-shadow: 0 0 3px #3b5998;
}
 .overflowed.rounded a.twitter:after, .overflowed.rounded a:hover.twitter:after {
	 text-shadow: 0 0 3px #00aced;
}
 .overflowed.rounded a.google-plus:after, .overflowed.rounded a:hover.google-plus:after {
	 text-shadow: 0 0 3px #ff4b39;
}
 .overflowed.rounded a.pinterest:after, .overflowed.rounded a:hover.pinterest:after {
	 text-shadow: 0 0 3px #cc2127;
}
 .overflowed.rounded a.instagram:after, .overflowed.rounded a:hover.instagram:after {
	 text-shadow: 0 0 3px #784cac;
}
 .overflowed.rounded a.linked-in:after, .overflowed.rounded a:hover.linked-in:after {
	 text-shadow: 0 0 3px #007bb6;
}
 .overflowed a.social, .overflowed a:hover.social {
	 overflow: visible;
}
 .overflowed a.social:after, .overflowed a:hover.social:after {
	 font-size: 46px;
	 line-height: 46px;
}
 .overflowed a.facebook:after, .overflowed a:hover.facebook:after {
	 font-size: 44px;
}
 .overflowed a.twitter:after, .overflowed a:hover.twitter:after {
	 font-size: 50px;
	 left: -4px;
	 top: -1px;
}
 .overflowed a.google-plus:after, .overflowed a:hover.google-plus:after {
	 font-size: 43px;
}
 .overflowed a.pinterest:after, .overflowed a:hover.pinterest:after {
	 font-size: 50px;
	 left: -2px;
	 top: -2px;
}
 .overflowed a.instagram:after, .overflowed a:hover.instagram:after {
	 font-size: 47px;
	 top: -2px;
}
 .overflowed a.linked-in:after, .overflowed a:hover.linked-in:after {
	 font-size: 45px;
}
 .tilted a.social:after {
	 transform: rotate(-7deg);
	 transform-origin: center;
}
 .raised a.social:before, .raised a:hover.social:before {
	 display: none;
}
 .raised a.facebook:after, .raised a:hover.facebook:after {
	 text-shadow: 0 0 3px #3b5998, 0 3px 3px #3b5998;
}
 .raised a.twitter:after, .raised a:hover.twitter:after {
	 text-shadow: 0 0 3px #00aced, 0 3px 3px #00aced;
}
 .raised a.google-plus:after, .raised a:hover.google-plus:after {
	 text-shadow: 0 0 3px #ff4b39, 0 3px 3px #ff4b39;
}
 .raised a.pinterest:after, .raised a:hover.pinterest:after {
	 text-shadow: 0 0 3px #cc2127, 0 3px 3px #cc2127;
}
 .raised a.instagram:after, .raised a:hover.instagram:after {
	 text-shadow: 0 0 3px #784cac, 0 3px 3px #784cac;
}
 .raised a.linked-in:after, .raised a:hover.linked-in:after {
	 text-shadow: 0 0 3px #007bb6, 0 3px 3px #007bb6;
}
 .icon-inflate a {
	 transform: scale(1);
	 transition: all 0.3s ease-in;
}
 .icon-inflate a:hover {
	 transform: scale(1.2);
}
 .icon-rise a {
	 overflow: visible;
	 transition: all 0.3s ease-in;
}
 .icon-rise a:hover {
	 transform: translateY(-8px);
}
 .icon-tilt a {
	 transition: all 0.3s ease-in;
}
 .icon-tilt a:hover {
	 transform: rotate(-7deg);
}
 .fg-rise a:after {
	 transition: all 0.3s ease-in-out;
}
 .fg-rise a:hover:after {
	 transform: translateY(-8px);
}
 .fg-rise.fg-inflate a:after {
	 transform: scale(1) translateY(0);
	 transition: all 0.3s ease-in-out;
}
 .fg-rise.fg-inflate a:hover:after {
	 transform: scale(1.4) translateY(-8px);
}
 .fg-inflate a {
	 overflow: visible;
}
 .fg-inflate a:after {
	 transform: scale(1);
	 transition: all 0.3s ease-in;
}
 .fg-inflate a:hover:after {
	 transform: scale(1.5);
}
 .fg-inflate.fg-tilt a:after {
	 transform: rotate(0deg) scale(1);
	 transition: all 0.3s ease-in;
}
 .fg-inflate.fg-tilt a:hover:after {
	 transform: rotate(-7deg) scale(1.5);
}
 .fg-inflate:not(.bg-fall):not(.fg-tilt) a.instagram:hover:after {
	 top: -2px;
	 transform: scale(1.68);
}
 .fg-inflate:not(.bg-fall):not(.fg-tilt) a.linked-in:hover:after {
	 top: -1px;
	 transform: scale(1.6);
}
 .fg-color a:after, .bg-fade a:after {
	 color: #fff;
	 transition: all 0.3s ease-in-out;
}
 .fg-color a:hover.facebook:after, .bg-fade a:hover.facebook:after {
	 color: #3b5998;
}
 .fg-color a:hover.twitter:after, .bg-fade a:hover.twitter:after {
	 color: #00aced;
}
 .fg-color a:hover.google-plus:after, .bg-fade a:hover.google-plus:after {
	 color: #ff4b39;
}
 .fg-color a:hover.pinterest:after, .bg-fade a:hover.pinterest:after {
	 color: #cc2127;
}
 .fg-color a:hover.instagram:after, .bg-fade a:hover.instagram:after {
	 color: #784cac;
}
 .fg-color a:hover.linked-in:after, .bg-fade a:hover.linked-in:after {
	 color: #007bb6;
}
 .fg-tilt a:after {
	 transition: all 0.3s ease-in;
}
 .fg-tilt a:hover:after {
	 transform: rotate(-7deg);
}
 .fg-shadow a:hover.facebook:after {
	 text-shadow: 0 0 3px #3b5998;
}
 .fg-shadow a:hover.twitter:after {
	 text-shadow: 0 0 3px #00aced;
}
 .fg-shadow a:hover.google-plus:after {
	 text-shadow: 0 0 3px #ff4b39;
}
 .fg-shadow a:hover.pinterest:after {
	 text-shadow: 0 0 3px #cc2127;
}
 .fg-shadow a:hover.instagram:after {
	 text-shadow: 0 0 3px #784cac;
}
 .fg-shadow a:hover.linked-in:after {
	 text-shadow: 0 0 3px #007bb6;
}
 .bg-fall a {
	 overflow: visible;
	 perspective: 40px;
	 position: relative;
}
 .bg-fall a:before {
	 transform: rotateX(0deg);
	 transform-origin: center 44px;
	 transform-style: preserve-3d;
	 transition: all 0.3s ease-in-out;
}
 .bg-fall a:hover:before {
	 transform: rotateX(90deg);
}
 .bg-fall a:hover.facebook:before {
	 background: linear-gradient(top, transparent, rgba(59, 89, 152, .7));
}
 .bg-fall a:hover.twitter:before {
	 background: linear-gradient(top, transparent, rgba(0, 172, 237, .7));
}
 .bg-fall a:hover.google-plus:before {
	 background: linear-gradient(top, transparent, rgba(255, 75, 57, .7));
}
 .bg-fall a:hover.pinterest:before {
	 background: linear-gradient(top, transparent, rgba(204, 33, 39, .7));
}
 .bg-fall a:hover.instagram:before {
	 background: linear-gradient(top, transparent, rgba(120, 76, 172, .7));
}
 .bg-fall a:hover.linked-in:before {
	 background: linear-gradient(top, transparent, rgba(0, 123, 182, .7));
}
 .bg-shrink a:before {
	 transform: scale(1);
	 transition: all 0.3s ease-in;
}
 .bg-shrink a:hover:before {
	 transform: scale(0);
}
 .bg-tilt a {
	 overflow: visible;
}
 .bg-tilt a:before {
	 transition: all 0.3s ease-in;
}
 .bg-tilt a:hover:before {
	 transform: rotate(-7deg);
}
 .bg-fade a:before {
	 transition: all 0.3s ease-in;
}
 .bg-fade a:hover:before {
	 background: #fff;
}



body {
	 align-items: center;
	 justify-content: center;
}

 @keyframes scroll {
	 0% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(calc(-500px * 7));
	}
}
 .slider {
	 height: 100px;
	 margin: auto;
	 overflow: hidden;
	 position: relative;
	 width: auto;
}
 .slider .slide-track {
	 animation: scroll 20s linear infinite;
	 display: flex;
	 width: calc(500px * 5);
}
 .slider .slide {
	 height: 100px;
	 width: 500px;
}


 body{
     /*background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)), url(../imgs/silent_bg.jpg) no-repeat;*/
    /*background: url("../imgs/silent_bg.jpg") no-repeat;*/
    background-position: center;
    background-size: cover;
    color: white;
}


.social ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.social{
    width: 150px;
    position: fixed;
}
.social ul{
 list-style: none;
 padding: 0;
 transform: translateX(-20px);
}

.social ul li a{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.social ul li i{
    padding: 10px;
}

.social ul li span{
    display: none;
}

.social ul li:hover span{
    display: block;
}

.social ul li{
    margin: 5px;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    text-align: right;
    padding: 10px;
    border-radius: 30px 0 0 30px;
    transition: all 1s;
    display: flex;
    flex-direction: row;
}
.social ul li:hover{
    /*transform: translateX(-110px);*/
    width: 150px;
}
.social ul li#twitter:hover{
    background-color: #1DA1F2;
}
.social ul li#facebook:hover{
    background-color: #3A559F;
}
.social ul li#instagram:hover{
    background-color: #C11A76;
}
.social ul li a{
    color: #fff;
    text-decoration: none;
}
.social ul li i{
    text-align: center;
    color: #000;
    margin-right: 14px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    transform: rotate(0deg);
}
.social ul li:hover i{
    transform: rotate(-360deg);
    transition: all 1s;
}

.abt-obj{
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    padding: 5px;
    border: 1px solid gray;
    margin: 5px;
}

.abt-desc{
    height: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.abt-img{
    width: 20%;
}


.abt-desc-top{
    width: 100%;
    height: 48%;
    padding: 5px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: white;
}

.abt-desc-bottom{
    width: 100%;
    height: 45%;
    padding: 5px;
}

.img-wrapper {
  overflow: hidden;
}

.inner-img {
  transition: 0.5s;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.abt-obj:hover .inner-img {
  transform: scale(1.1);
}

.abt-desc-top:hover{
    cursor: pointer;
}

/* Other styling elements, that are not necessary for the example */

.img-wrapper {

  box-sizing: border-box;
  //border: 1px solid #000;
}

.dropdown-body{
    display: flex;
    flex-direction: row;
}

.dropdown-body > ul{
    position: absolute;
    left: 0;
    background-color: #e56307;

}

.dropdown-title{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

.dropdown{
    width: 300px;
    background-color: #1DA1F2;
    display: flex;
    flex-direction: column;
}

.submenu-block{
    min-width: 50px;
    display: flex;
    flex-direction: column;
}

.submenu-item{
    height: 20px;
}

.submenu-item ul{
    display: flex;
    flex-direction: column;
    justify-content: flex-start!important;

}

.submenu-item ul li{
    margin-left: 10px;
    display: flex;
    justify-content: flex-start;
}

.expanded{
    height: fit-content!important;
}

.center-arrow{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 80px;
    background-color: #3b5998;
    position: absolute;
    bottom: 0;
}

.center-arrow1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 80px;
    position: relative;
}

.rel{
    position: relative;
}

.center-btn {

    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    bottom: 80px;
    position: absolute;
    width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #3A559F;
}

.center-btn i{
    top: 20px;
    position: absolute;
}

.tt{
    display: flex;
    align-items: center;
    justify-content: center;

}

.tt h1{
    font-size: 30px!important;
}

.service-grid {
    background: #fcfcfc;
	margin-top: 30px;
	position: relative;
	
}

.st{
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
    .service-title h4 {
    position: relative;
    display: inline-block;
}
.service-icon {
    position: relative;
}
.service-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}
.about-info-text h2 {
    margin-bottom: 23px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: .9;
}
.about-info-text p {
    padding: 0 100px;
    font-size: 18px;
    margin-bottom: 26px;
      position: relative;
}
.about-content p {
    margin-bottom: 0;
}
.about-info-text a {
    margin-bottom: 20px;
      position: relative;
}
.service-icon i {
    font-size: 40px;
    color: #e8bc00;
    margin-bottom: 20px;
    display: inline-block;
}
.service-wrap p{
    visibility: hidden;
}
.service-wrap h4{
    position: absolute;
    bottom: 5px;

}
.s1 {
    background-image: url("../imgs/automation.jpg");
}
.s2 {
    background-image: url("../imgs/milk-clear1.jpg");
}
.s3 {
    background-image: url("../imgs/industrial_layouts1.jpg");
}
.s4 {
    background-image: url("../imgs/dairy_training.jpg");
}
.s5 {
    background-image: url("../imgs/materialsupplies.jpg");
}
.s6 {
    background-image: url("../imgs/s2.jpg");
}
.service-wrap {
    /*background-image: url(https://i.ibb.co/mykzQks/services1.jpg);*/
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
      position: relative;
    min-height: 300px;
	margin-bottom: 10px;

}



.service-wrap p{
      position: relative;
}

.service-wrap:hover p{
    visibility: visible;
}

.service-wrap:hover:before {
    background: rgba(0, 0, 0, 0.2901960784313726);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}

.service-wrap:hover h4,.service-wrap:hover p{
    color: #fff;
}
.service-wrap h4 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    background-color: #063c99;
    border-radius: 5px;
    padding: 10px;
}
.service-wrap a {
    font-size: 14px;
    font-weight: 600;
    position: relative;
	background-color: #261b49;
    border-radius: 5px;
	color: #fff;
	padding: 5px;
	padding: 5px;
}

.snippet a{
    min-width: 190px;
    height: 50px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white!important;
}
.snippet h1{
    font-size: 30px;
    line-height: 34px;
}

.snippet div{
    font-size: 16px;
    line-height: 23px;
}

.snippet *{
    display: flex;
    align-items: center;
    justify-content: flex-start!important;
    font-family: "Poppins",sans-serif;
    font-weight: bold;
    color: #fff;
}

._snippet{
    margin: calc(300px) 10px 0!important;
    background: linear-gradient(135deg, rgba(66, 139, 201, 0.7) 0%, rgba(0, 75, 135, 0.7) 20%, rgba(0, 123, 189, 0.7) 100%) !important;
;

}
.snippet{
    width: fit-content;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    margin: calc(250px) 10px;
    justify-content: flex-start;
    padding-right: 24px;
    padding-left: 24px;
    max-height: 100vh;
    position: absolute;
    background:var(--blue);
    padding: 20px;

    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pi1{
    height: 400px;
}
.pi2{
    height: 500px;
    min-width: 500px;
}
.pi3{
    height: 600px;
    width: 80%!important;
}
.t-image{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.s-right:nth-child(even){
    background-position: top;
    background-size: 100% 100%;
}

.s-right:nth-child(odd){
    background-position: top;
    background-size: 100% 100%;
}

.s-left:nth-child(even){
    background-position: top;
    background-size: 100% 100%;
}
.s-left:nth-child(odd){
    background-position: top;
    background-size: 100% 100%;
}
.Mission{
    background-position: top;
    background-size: 100% 100%;
}
.vision{
    background-position: top;
    background-size: 100% 100%;
}
.core-values{
    background-position: top;
    background-size: 100% 100%;
}
.vision p, .core-values p, .core-values li{
    color: #000;
}

.page-section {
	width: 100%;
	height: auto;
	padding: 35px 0;
	color: black;
}

.process-item {
	margin-bottom: 20px;
}
.noPadd {
	padding: 0;
}
.page-section h1 {
	font-size: 3.5em;
	margin: 90px 0 30px;
	line-height: 1.2em;
}
.page-section h1 span {
	font-weight: 200;
}
.page-section h2 {
	color: #A43E89;
}
.page-section p {
	font-size: 15px;
	line-height: 1.5em;
}
.darkBg {
	background: #000;
}
.darkBg .fa {
	color: #A43E89;
}


/* Team
    ---------------------------------------------------*/
.team-member {
	margin-bottom: 15px;
}
.member-img {
	overflow: hidden;
	padding: 5px;
	position:relative;
}
.team-member .member-img img {
	max-width: 250px;
	margin: 0 auto;
	border-top: solid 4px #27AFD3;
}
.team-member h4 {
	font-size: 19px;
	line-height: 32px;
	margin: 10px 0 0;
	text-align: center;
}
.team-member .pos {
	display: block;
	margin: 0;
	text-align: center;
}
.team-member .contact a {
	padding: 0 8px;
}
.team-socials {
	position:absolute;
	bottom:70px;
	left:0px;
	right:0px;
}
.team-socials a {
	background: white;
	padding: 7px 0;
	margin: 2px;
}
#contactUs {
 background: #1E2020;
}
#contactUs .btn {
	border-radius: 0px !important;
	background: #27AFD3;
}
.descrition {
	min-height: 90px;
	/*text-align: center;*/
    /*border-bottom: 1px solid #dadde2;*/
	padding: 5px 15px;
}
.team-member {
	padding-top: 5px;
}
.team-socials {
	margin: 15px 0;
	opacity: 0;
	text-align: center;
}
.team-member:hover .team-socials {
	opacity: 1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.team-socials i {
	width: 35px;
	height: 35px;
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 18px;
}


.link-cont {
    position: relative;
    font-size: 24px;
}

.link {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 10px 0;
    color: #fff;
}

.link-wrapper {
    position: relative;
    display: block;
    padding: 10px 0;
}

.inner-wrapper {
    position: relative;
    display: inline-block;
    background-color: #831e5a;
}
.hover-15 {
	 padding: 10px;
}
 .hover-15:before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 3px;
	 background-color: #fff;
	 color: #fff;
	 transform: scaleX(0);
	 transform-origin: top left;
	 transition: transform 0.3s;
}

 .hover-15 a{
     color: #fff;
 }

 .hover-15:after {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 width: 100%;
	 height: 3px;
	 background-color: #fff;
     color: #fff;
	 transform: scaleX(0);
	 transform-origin: bottom right;
	 transition: transform 0.3s;
}
.hover-15:hover:before, .hover-15:hover:after {
	 transform: scaleY(1);
}
 .hover-15:hover .hover-15:before, .hover-15:hover .hover-15:after {
	 transform: scaleX(1);
}

 .wrapper-15:before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 3px;
	 height: 100%;
	 background-color: green;
	 transform: scaleY(0);
	 transform-origin: top left;
	 transition: transform 0.3s;
}
 .wrapper-15:after {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 width: 3px;
	 height: 100%;
	 background-color: green;
	 transform: scaleY(0);
	 transform-origin: bottom right;
	 transition: transform 0.3s;
}


