.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}

.txt-red{color: red}
.txt-yellow{color:yellow}

/*-------------- Top Bar ------------------*/
#topbar {
  background: #000;
  padding: 6px 0;
/*  border-bottom: 1px solid #eee;*/
  font-size: 13px;
  color: #fff;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #ef4923;
}

#topbar .contact-info i {
  color: #ef4923;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}

#topbar .social-links a {
  color: #f26822;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #428bca;
}

/*------------ Header -------------------*/
#header {
  height: 60px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0;
  background: #2b201b;
  z-index: 997;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}


#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*-------------- Navigation Menu --------------------*/

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ef4923;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 210px;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
.nav-menu .drop-down li:last-child {
  border-bottom: none;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #103453;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
  background: #ef4923;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    right: -108%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    right: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/*------- Mobile Navigation --------*/
.mobile-nav {
  position: fixed;
  top: 60px;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  right: -350px;
  width: 260px;
  padding-top: 18px;
  background: #170f0d;
  opacity: .9;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ef4923;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 15px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 55px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
/*  background: rgba(31, 53, 72, 0.7);*/
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  right: 24px;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}



/*-------------- Banner Section --------------*/
#hom-bann {
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  overflow: hidden;
}

#hom-bann .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hom-bann .carousel-item::before {
  content: '';
/*  background-color: rgba(13, 30, 45, 0.6);*/
  background-color: rgba(57, 57, 57, 0.31);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hom-bann .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hom-bann .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  #hom-bann, #hom-bann .carousel-item {
    height: calc(100vh - 70px);
  }
  #hom-bann .carousel-content.container {
    padding: 0 50px;
  }
}

#hom-bann h2 {
  width: 53%;
  color: #fff;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 900;
}

#hom-bann p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hom-bann .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hom-bann .carousel-inner .carousel-item,
#hom-bann .carousel-inner .active.carousel-item-left,
#hom-bann .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hom-bann .carousel-inner .active,
#hom-bann .carousel-inner .carousel-item-next.carousel-item-left,
#hom-bann .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hom-bann .carousel-inner .carousel-item-next,
#hom-bann .carousel-inner .carousel-item-prev,
#hom-bann .carousel-inner .active.carousel-item-left,
#hom-bann .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hom-bann .carousel-control-prev, #hom-bann .carousel-control-next {
  width: 10%;
}

#hom-bann .carousel-control-next-icon, #hom-bann .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hom-bann .carousel-indicators li {
  cursor: pointer;
}

#hom-bann .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #ee4822;
}

#hom-bann .btn-get-started:hover {
  background: #f26822;
}

@media (max-width: 768px) {
  #hom-bann h2 {
    width: 100%;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  #hom-bann p {
    width: 60%;
  }
  #hom-bann .carousel-control-prev, #hom-bann .carousel-control-next {
    width: 5%;
  }
}

/*------------- Banner End -------------*/

.breadcumb-area {
    height: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.breadcumb-wrap{
    position: relative;
    width: 100%;
}
.breadcumb-wrap h2 {
    font-size: 40px;
    color: #f83d12;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.breadcumb-wrap ul li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.breadcumb-wrap ul li a {
    color: #fff;
}
.breadcumb-wrap ul li a:hover {
    color: #f3963a;
}

.discover {
    background: url(../images/inner_banner/in-ban-001.jpg) no-repeat center center/cover;
    background-position: 79% 15%;
}
.sectors {
    background: url(../images/inner_banner/in-ban-002.jpg) no-repeat center center/cover;
    background-position: 79% 15%;
}
.solutions {
    background: url(../images/inner_banner/in-ban-003.jpg) no-repeat center center/cover;
    background-position: 79% 15%;
}
.join-us {
    background: url(../images/inner_banner/in-ban-004.jpg) no-repeat center center/cover;
    background-position: 79% 15%;
}
.knowledge {
    background: url(../images/inner_banner/in-ban-005.jpg) no-repeat center center/cover;
    background-position: 79% 15%;
}


.black-opacity {
    position: relative;
    z-index: 9;
}

.img-border-radius{
    border-radius: 16px;
}
.mb-6{
    margin-bottom: 6rem
}
.mb-7{
    margin-bottom: 6rem
}
.pt-6{
    padding-top: 6rem;
}
.pt-7{
    padding-top: 7rem;
}
.pt-8{
    padding-top: 8rem;
}
.pe-6{
    padding-right: 6rem;
}
.pe-7{
    padding-right: 7rem;
}
.ps-6{
    padding-left: 6rem
}
.ps-7{
    padding-left: 7rem
}
.ptb-5{
    padding-top:5rem!important;
    padding-bottom:5rem!important
}
.ptb-6{
    padding-top:6rem!important;
    padding-bottom:6rem!important
}
.ptb-7{
    padding-top:7rem!important;
    padding-bottom:7rem!important
}
.ptb-120 {
    padding: 60px 0;
}


.pagetitle-wh-org{
    color:#fff;
    font-size:40px
}
.pagetitle-wh-org span{
    color:#f3963a;
}
small{
    color:#f83d12; 
}

.btn-solid-org{
    margin: 0 10px;
    padding:8px 12px;
    border-radius:8px;
    background:#f26822;
    color:#fff;
    min-width:120px
}
.btn-solid-org:hover{
    border:2px solid #f26822;
    background:#fff;
    color:#000
}

.btn-solid-org2{
    margin: 80px;
    padding:8px 12px;
    border-radius:8px;
    background:#f26822;
    color:#fff;
    min-width:120px
}
.btn-solid-org2:hover{
    border:2px solid #f26822;
    background:#fff;
    color:#000
}


/*Campaign-List-area*/
.campaign-wrap3 {
/*    background: #fff;*/
    padding: 60px 30px;
}

.campaign-active .slick-list.draggable {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
}
.campaign-wrap3 h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}
.campaign-wrap3 h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.campaign-wrap3 p {
    margin-bottom: 25px;
}
.campaign-img3 {
    border: 5px solid #fff;
    border-radius: 21px;
    box-shadow: 0px 2px 10px rgba(181, 191, 206, 0.63);
}
.campaign-img3 img{
    border-radius: 16px;
}

.campaign-active {
    margin-right: -80px;
    position: relative;
    z-index: 9;
    margin-top: 32px;
}
.campaign-img-active i.slick-arrow {
    position: absolute;
    right: 8px;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background: #f3963a;;
    text-align: center;
    cursor: pointer;
    padding: 12px;
}
.campaign-img-active i.slick-arrow:hover {
    background: #f3963a;
}
.campaign-img-active i.slick-arrow.fa-chevron-left {
    right: 50px;
    z-index: 9;
}


/*-------Campaign-Detail-Area-------*/
.campaign-detail-area .campaign-detail-wrap:after {
    left: 0;
    width: 0;
    height: 140px;
}
a.readmore-btn {
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 14px;
    background: #cee002;
    font-weight: 700;
}
a.readmore-btn:hover {
    background: #333132;
    color: #fff;
}
.campaign-detail-area .campaign-detail-wrap {
    padding: 0px 0px 80px 40px;
/*
    border-top: 2px solid #cee002;
    border-left: none;
    border-right: 2px solid #cee002;
*/
}

.campaign-detail-area .campaign-detail-img2 {
    position: relative;
    padding-bottom: 70px;
}
.campaign-detail-bor img{
    border: 5px solid #fff;
    border-radius: 21px;
    box-shadow: 0px 2px 10px rgba(181, 191, 206, 0.63);
}
.campaign-detail-area .campaign-detail-images {
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 3px solid #f3963a;
}
/*
.campaign-detail-area .campaign-detail-images {
    width: 380px;
    position: relative;
top: 0;
right: -157px;
    bottom: -183px;
    border: 3px solid #f3963a;
}
*/
.campaign-detail-area .campaign-detail-images a {
    position: absolute;
    height: 55px;
    width: 55px;
    background: #fff;
    line-height: 55px;
    text-align: center;
    display: block;
    left: 50%;
    border: 2px solid #ef4923;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.campaign-detail-images a i{
    font-size: 40px;
    color: #ef4923;
    position: relative;
    top: 5px;
    left: 2px;
}
.campaign-detail-images a i:hover{
    color: #f3963a;
}

.campaign-detail-wrap ul{
    list-style: outside none none;
    margin: 0 0 20px 0;
    padding: 0;
}
.campaign-detail-wrap li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 22px;
    color: #808080
}
.campaign-detail-wrap li:before{
    position: absolute;
    left: 0;
    top: 2%;
    color: #000;
    content: "\f101";
    font-family: fontawesome;
/*
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
*/
}


.rel-cam .slick-slide{
    padding:0px 12px
}
.rel-cam .slick-slide img{
    width:100%;
    height:150px;
}

.rel-cam .slick-prev,.rel-cam .slick-next{
    top:auto;
    position:absolute;
    border:2px solid #dadada;
    opacity:.5;
    width:36px;
    height:36px;
    bottom:-70px;
    background-size:20px;
    background-repeat:no-repeat;
    background-position:center
}
.rel-cam .slick-prev::after,rel-cam .slick-next::after{
    display:none
}
.rel-cam .slick-prev::before,.rel-cam .slick-next::before{
    display:none
}
.rel-cam .slick-prev{
    left:calc(50% - 40px);
    background-image:url(../../assets/images/icon/arrow-left.png)
}
.rel-cam .slick-next{
    right:calc(50% - 40px);
    background-image:url(../../assets/images/icon/arrow-right.png)
}

.related_campaign a{
    color: #fff
}



/*----------About Area--------------*/
.about-wrap {
    background: #fff;
    padding: 40px 50px;
    border-radius: 16px;
}
.about-active {
    margin-right: -80px;
    position: relative;
    z-index: 9;
    margin-top: 32px;
    border-radius: 16px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
}
.about-wrap h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}
.about-wrap h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.about-wrap p {
    margin-bottom: 25px;
}
.about-img {
    position: relative;
    content: "";
    background-repeat: no-repeat;
/*    margin-top: 100px;*/
    border: 4px solid #f3963a;
    background: #f3963a;
    -webkit-box-shadow: -1px 6px 14px 2px rgba(0,0,0,0.28);
    box-shadow: -1px 6px 14px 2px rgb(242 149 58);
}
/*
.about-img:before {
    position: absolute;
    right: -23px;
    bottom: -23px;
    height: 70%;
    width: 64%;
    background: #f3963a;
    border-bottom-right-radius: 16px;
    content: "";
    z-index: -9;
}
*/

.about-area ul{
    list-style: outside none none;
    margin: 0 0 20px 0;
    padding: 0;
}
.about-area li{
    position: relative;
    padding-left: 20px;
    line-height: 30px;
    color: #939393
}
.about-area li:before{
    position: absolute;
    left: 0;
    top: 2%;
    color: #000;
    content: "\f101";
    font-family: fontawesome;
/*
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
*/
}
.about ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e96b56;
}

/*-------About Ethos --------*/
.abut-ethos-area {
    background: #fdc65d;
    position: relative;
    padding: 130px 0px;
    overflow: hidden;
}
.abut-ethos-img {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 100%;
    background: url(../images/about/abut_002.jpg) no-repeat top center / cover;
}
.abut-ethos-img img {
    visibility: hidden;
}
.abut-ethos-wrap {
    padding-right: 60px;
}

.abut-ethos-wrap span:before {
    font-size: 60px;
}
.abut-ethos-wrap h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}
/*-------About Ethos End--------*/

.Target {
    position:relative
}
.Target p{
    color: #fff
}
.Target:after{
    position:absolute;
    height:100%;
    top:0;
    z-index:-1;
    left:0px;
    content:"";
    width:100%;
    background-image:url(../images/about/abut_005.jpg);
    background-color:rgba(35,36,39,.7);
    background-size:cover;
    background-position:center center
}

/*-------About Approach --------*/
.about-approach-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}

.about-approach-box:first-child { margin-top: 0; }

.about-approach-box .aboutbox-number {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
}

.about-approach-box .aboutbox-number span,
.about-approach-box .aboutbox-number img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
    font-style: normal;
	font-size: 36px;
    font-weight: 800;
	text-align: center;
	line-height: 64px;
    border-radius: 50%;
	background-color: #F26822;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
}

/*
.about-approach-box .aboutbox-number i,
.about-approach-box .aboutbox-number img {
	border-radius: 50%;
	background-color: #1ABC9C;
}

.about-approach-box .aboutbox-number i {
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
}
*/

.about-approach-box h3 {
	font-size: 16px;
	font-weight: 600;
/*
	text-transform: uppercase;
	letter-spacing: 1px;
*/
	margin-bottom: 0;
	color: #333;
}

.about-approach-box p {
	margin: 8px 0 0 0;
    font-size: 14px;
	color: #999;
}

.about-approach-box.aboutbox-right {
	padding: 0 80px 0 0;
	text-align: right;
}

.about-approach-box.aboutbox-right.aboutbox-large { padding-right: 115px; }

.about-approach-box.aboutbox-right .aboutbox-number {
	left: auto;
	right: 0;
}

.about-approach-box.aboutbox-right.aboutbox-plain.aboutbox-small { padding: 0 42px 0 0; }

.about-approach-box.aboutbox-right.aboutbox-plain.aboutbox-small p { margin: 0 -42px 0 0; }

/*-------About Approach End--------*/


/* (1366x768) WXGA Display */
@media screen and (min-width: 1366px) and (max-width: 1919px) {}

/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1197px) {
    .campaign-wrap3 {
        padding: 35px 35px;
    }
    .campaign-active {
        margin-right: -60px;
        margin-top: 8px;
    }
    .campaign-wrap-2 {
        padding: 37px 0;
    }
    .campaign-page-wrap h2 {
        font-size: 32px;
    }

}

/* Normal desktop :991px. */

@media (min-width: 768px) and (max-width: 991px) {
    .md-revarce-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }
   
    .campaign-wrap {
        padding: 60px 30px 60px 30px;
    }
    .campaign-wrap:after {
        right: 0;
        width: 0px;
        height: 60%;
    }

    .campaign-area2 .campaign-wrap {
        padding: 80px 30px 80px 30px;
    }
    .campaign-area2 .campaign-img2 {
        margin-bottom: 50px;
    }

    .campaign-wrap3.about-wrap{
        padding: 35px 20px;
    }
    .campaign-wrap3.about-wrap h3 {
        font-size: 20px;
    }
    .campaign-active.about-active {
        margin-right: -20px;
        margin-top: 0;
    }
    .campaign-img-active.about-img-active {
        z-index: 9999999;
        position: relative;
        margin: 52px 0;
    }
    .campaign-wrap3.about-wrap.about-wrap-2 {
        padding: 0;
    }
    .skill-img {
        height: 540px;
    }
    .shape-icons .shape.one{display: none}
    .shape-icons .shape.two{display: none}
    .shape-icons .shape.three{display: none}  
    
}

@media (min-width: 576px) and (max-width: 767px) {

    .next-prev-style .owl-nav div {
        height: 45px;
        width: 45px;
        line-height: 45px;
    }
    .campaign-wrap {
        padding: 60px 30px 60px 30px;
    }
    .campaign-wrap:after {
        right: 0;
        width: 0px;
        height: 60%;
    }

    .campaign-area2 .campaign-img2 {
        margin-bottom: 50px;
    }
    .campaign-area2 .campaign-wrap {
        padding: 40px 0px 40px 30px;
    }

    .campaign-area3 .d-flex {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }
    .campaign-area3 .w-50 {
        width: 100%!important;
    }
    .campaign-active {
        margin-right: 0;
        margin-top: 0;
    }
    .campaign-wrap-2 {
        padding: 30px 0px 0px;
    }
    .campaign-page-wrap h2 {
        font-size: 29px;
    }
    
    .about-area .d-flex {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }
    .about-area .w-50 {
        width: 100%!important
    }
    .about-active {
        margin-right: 0;
        margin-top: 0;
    }
    .abut-ethos-wrap {
      padding-right: 268px;
     }
   .btn-solid-org2{
    margin: 20px 65px;
    padding: 10px 18px;
   }
}


@media (max-width: 575px) {
     .revarce-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }
    .campaign-wrap {
        padding: 60px 20px 30px 20px;
    }
    .campaign-content {
        margin-bottom: 30px;
    }
    .campaign-wrap:after {
        right: 0;
        width: 0px;
        height: 60%;
    }
    .campaign-area3 .d-flex {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }
    .campaign-area3 .w-50 {
        width: 100%!important;
    }
    .campaign-active {
        margin-right: 0;
        margin-top: 0;
    }
    .campaign-wrap3 {
        padding: 30px;
    }
    .campaign-wrap3 h3 {
        font-size: 18px;
    }
    .campaign-wrap3.campaign-wrap-2 {
        padding: 30px 0px 0px;
    }
    .campaign-detail-wrap {
        padding: 40px 0px 80px 12px;
    }
    
    .about-area .d-flex {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }
    .about-area .w-50 {
        width: 100%!important
    }
    .about-active {
        margin-right: 0;
        margin-top: 0;
        top: -21px;
    }
    .about-wrap {
        padding: 30px;
    }
    .about-wrap h3 {
        font-size: 18px;
    }
    .about-wrap {
        padding: 30px;
    }
    .about-img::before {
        right: 0;
        bottom: 0;
        background-color: #fff;
    }
    
    .abut-ethos-img {
/*      display: none;*/
        position: relative;
        width: auto;
        top: -130px;
    }
    .abut-ethos-wrap {
      padding-right: 30px;
      padding-left: 30px;
    }
    
   .btn-solid-org2{
    margin: 20px 10px;
    padding: 10px 18px;
   }
}

@media (max-width: 360px) {
    .campaign-detail-wrap {
    padding: 40px 0px 80px 12px;
   }
    
   .btn-solid-org2{
    margin: 20px 0px;
   } 
}

/*-----------Services------------*/

.service{
    padding-right: 5rem;
    position: relative;
    bottom: 40px;
/*    margin-bottom: 2rem*/
}
.service .title{
    font-size: 30px;
    color: #232931;
    font-weight: 600;
    line-height: 1.3;
}
.service_sub_heading{
    color: #f3963a;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}
.service-contaner.bg-wrap {
  position: relative;
}
.service-contaner.bg-wrap:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  background: #f5f5f5;
}
.service-contaner.contaner-area .single-img {
  z-index: 1;
  position: relative;
}
.service-contaner.contaner-area .single-img img {
  border: 5px solid #fff;
  border-radius: 16px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
}
.service-contaner.contaner-area .service-wrap {
  z-index: 1;
  position: relative;
}
.service-contaner.contaner-area .service-wrap .service-wh-box {
  overflow: hidden;
  background: #ffffff;
  padding: 18px 18px;
  border-radius: 16px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
}
.service-contaner.contaner-area .service-wrap .service-wh-box .icon-area {
  width: 100px;
  float: left;
  text-align: center;
  padding: 16px;
  border-radius: 10px;
  margin-right: 25px;
}

.service-contaner.contaner-area .service-wrap .service-wh-box .icon-area.bg1 {
  background: #dcf1fd;
}
.service-contaner.contaner-area .service-wrap .service-wh-box .icon-area.bg2 {
  background: #e9fbd5;
}
.service-contaner.contaner-area .service-wrap .service-wh-box .icon-area.bg3 {
  background: #fee2c0;
}

.service-contaner.contaner-area .service-wrap .service-wh-box .content-area {
  display: block;
}
.service-contaner.contaner-area .service-wrap .service-wh-box .content-area h4{
  font-size: 1.4rem;
  line-height: 1.2;
}
.service-contaner.contaner-area .service-wrap .service-wh-box .content-area h4 a {
  color: #ee4822;
}
.service-contaner.contaner-area .service-wrap .service-wh-box .content-area h4 a:hover {
  color: #f29539;
}



.service-inside {
  position: relative;
}
.service-inside.lig-org {
    background: #fff;
}
.service-inside .shape-icons .shape {
  position: absolute;
  bottom: 0;
}
.service-inside .shape-icons .shape.one {
  right: 4%;
  bottom: 12%;
}
.service-inside .shape-icons .shape.two {
  top: 80%;
  left: -7%;
  z-index: 1;
}
.service-inside .shape-icons .shape.three {
  top: -5%;
  left: 45%;
}
.service-inside .shape-icons .shape.four {
  top: 44%;
  left: 85%;
}
.service-inside .shape-icons .shape.five {
  top: 92%;
  left: -6%;
  z-index: 1;
}
.service-inside .shape-icons .shape.six {
  top: -2%;
  left: 45%;
}



.service-img {
  position: relative;
  z-index: 11;
  left: 0;
/*  top: 39px;
   margin-top: 60px;*/
}
.service-img img {
  border-radius: 20px;
  border: 6px solid #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, .4);
}

.service-wedo .content-wedo {
  background-color: #ffac5a;
  padding: 40px 100px 112px 140px;
  position: relative;
  left: -119px;
  margin-right: -194px;
  border-top-right-radius: 40px;
}

.content .heading3 {
    font-size: 30px;
    line-height: 46px;
    font-weight: 800;
/*    color: #031a3d;*/
    color: #fff;
    margin-bottom: 20px;
}
.modal-check-square li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 35px;
  line-height: 20px;
  border: none;
  color: #000;
}
.modal-check-square li:before {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
    content: "\f046";
    font-family: fontawesome;
    color: #ff5421;
    font-size: 20px;
}
.wedo-check-square li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 35px;
  line-height: 20px;
  border: none;
  color: #fff;
}
.wedo-check-square li a{
  color: #ff4b15;
}
.wedo-check-square li:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  content: "\f046";
  font-family: fontawesome;
  color: #ff5421;
  font-size: 20px;
}
.service-wedo .service-wedo-img {
  position: relative;
  z-index: 1;
  right: 0px;
  top: 50px;
  border: 5px solid #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, .4);
}


.service-approach .content-approach {
/*  background-color: #e8e2de;*/
  padding: 0px 8px 80px 36px;
  position: relative;
  left: -14px;
  top: 40px;
/*  margin-right: -201px;*/
  border-top-left-radius: 40px;
}

.service-approach .service-img img {
  position: relative;
  z-index: 1;
  left: 0px;
  bottom: -70px;
  border: 5px solid #fff;
  border-radius: 21px;
  box-shadow: 0px 2px 10px rgba(181, 191, 206, 0.63);
  margin-bottom: 100px;
}

.content .heading4 {
    padding-top: 20px;
    font-size: 30px;
    line-height: 46px;
    font-weight: 800;
    margin-bottom: 20px;
}
.check-square li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  line-height: 25px;
  border: none;
  color: #000;
}
.check-square li:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  content: "\f046";
  font-family: fontawesome;
  color: #ff5421;
  font-size: 20px;
}

.media-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.media-icon .video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background: #21a7d0;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
}
.media-icon .video-popup:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease;
  z-index: -1;
}
.media-icon .video-popup i {
  margin-left: 5px;
}
.media-icon .video-popup i:before {
  font-size: 30px;
  line-height: 70px;
}
.media-icon .video-popup:hover:before {
  background: #21a7d0;
}
.media-icon.orange-color .video-popup {
    font-size: 30px;
  color: #ff5421;
  background: #ffffff;
  border: 3px solid #ff5421;
}
.media-icon.orange-color .video-popup i:before {
  font-size: 45px;
  line-height: 70px;
}
.media-icon.orange-color .video-popup:hover:before {
  background: #ffffff;
  border: 3px solid #ff5421;
}


.core-value-box-v1 {
  background: #fffaea;
  border-top: 4px solid #ff5400;
  border-radius: 15px;
  text-align: center;
  padding: 0px 15px 25px 15px;;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
}

.core-value-box-v1 h2 {
    font-size: 1.5rem;
/*  margin-bottom: 15px;*/
    position: relative;
    bottom: 20px;
    color: #ee4622;
}
.core-value-box-v1 .value-icon-box {
  border-radius: 38px;
  background: #fff;
  position: relative;
  bottom: 38px;
  border: 2px solid #ee4622;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
}
.core-value-box-v1 img {
  padding: 15px;
  width: 70px;
  color: #ffa749;
}
.core-value-box-v1:hover {
  background: #ee4622;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.core-value-box-v1:hover i{
  color: #ee4622;
}
.core-value-box-v1:hover p,
.core-value-box-v1:hover h2 {
  color: #fff;
}



@media (min-width: 360px) and (max-width: 767px){
    .service-img {
        margin-top: 0;
    }
    .pe-0 {
       padding-right: 0rem !important;
    }
    .ps-6 {
       padding-left: 2rem;
     }
    .service-contaner.bg-wrap:after {
        display: none;
    }
    .service {
     padding-right: 0rem;
    }
    .service .title{
    font-size: 24px;
   }
    
    .service-wedo .content-wedo {
      padding: 50px 28px;
      position: relative;
      left: 0px;
      border-top-right-radius: 0px;
      margin-right: 0;
     }
    
     ul {
       margin: 26px 0;
    }
    .service-wedo .service-wedo-img {
      top: 0px;
      margin-top: 30px;
    }
    
    .service-approach .content-approach {
        padding: 40px 30px 88px 30px;
        top: -40px;
        left: 0;
        margin-right: 0;
        border-top-left-radius: 0;
    }
    .service-approach .service-approach-img {
      left: 0px;
      bottom: -60px;
    }
    
    .shape-icons .shape.one{display: none}
    .shape-icons .shape.two{display: none}
    .shape-icons .shape.three{display: none}
    .shape-icons .shape.four{display: none}
    .shape-icons .shape.five{display: none}
    .shape-icons .shape.six{display: none}
}

.infobox-body {
    max-width: 100%!important;
    height: auto!important;
    max-height: 100%!important;
    width: 200px!important;
    overflow: hidden;
}



.hom-solu-section {
    background:url(../images/hom_solu_bg.jpg);
/*    padding: 3em 0;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: rgb(0,0,0);
background: linear-gradient(118deg, rgba(0,0,0,1) 9%, rgba(210,210,210,0.13209033613445376) 40%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%);
    z-index: 9;
}
/*
.hom-solu-consult {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
*/
.hom-solu-no-pb {
    padding-bottom: 0;
}
.hom-solu-no-pt {
    padding-top: 0;
}

.heading-section {
  display: block;
  margin-bottom: 0;
  position: relative;
}

.heading-section h2 {
  color: rgba(255, 255, 255);
}

.heading-section.heading-section-white p {
  font-weight: 500;
  font-size: 16px;
  color:rgba(255, 255, 255);
  }

.hom-solu-box {
  background: #cec0b6;
  border-right: 5px solid #fff;
  display: inline-block;
  padding: 10px;
/*  text-align: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);*/
}

.hom-solu-box h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ee4622;
  padding-top: 6px;
}
.hom-solu-box h2:hover{
  color: #000;
}
.hom-solu-box p{
  font-size: 14px;
  line-height: 18px;  
}

.hom-solu-box .hom-solu-box-img {
  float: left;
  overflow: hidden;
}
.hom-solu-box img {
  margin: 0px 15px 0px 0px;
  width: 120px;
  border: 2px solid #fff;
}

.z-index{
    z-index: 11;
    position: relative;
}




/* Style the tab */
.tab {
  float: left;
  background-color: #6b7886;
  width: 30%;
  padding: 30px 0px 30px 64px;
/*  padding-right: 0px;*/
/*  border: 1px solid #ccc;
    height: 300px;*/
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #fff;
  font-weight: bold;
  padding: 12px 20px;
  width: 100%;
  border: none;
  font-size: 13px;
  text-align: left;
  border-bottom: 1px solid #5e6a80;
}
.tab button:last-child{
  border-bottom:none 
}

/* Change background color of buttons on hover */
.tab button:hover {
  border-left: 2px solid #333;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #53617b;
  border-left: 10px solid #333;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 50px 60px 14px 50px;
  border: 1px solid #53617b;
/*   height: 300px;
*/
  width: 70%;
  border-left: none;

}
.pro-edu li {
  position: relative;
  padding-left: 35px;
  line-height: 34px;
  border: none;
  color: #333;
}
.pro-edu li::before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  content: "\eed7";
  font-family: icofont;
  color: #ff5421;
  font-size: 20px;
}
.pro_appr{
    background: #eadcd9;
    padding: 33px 33px 33px 100px;
}
.pro_ter-gro{
    background: #fff2ed;
    padding: 33px 100px 33px 33px;
}

.live-appr li {
  position: relative;
  padding-left: 35px;
  line-height: 34px;
  border: none;
  color: #333;
}
.live-appr li::before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  content: "\ea98";
  font-family: icofont;
  color: #ff5421;
  font-size: 20px;
}

.counts{
    margin: 50px 0;
}
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #e96b56;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #545454;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a1a1a1;
}



@media (min-width: 360px) and (max-width: 767px){
.tab {

  width: 40%;
  padding: 0px;
}
    
.tabcontent {
  padding: 0px 10px 10px 10px;
  width: 60%;
} 
.tab button {
  padding: 10px 10px; 
}

.tab button.active {
  border-left: 5px solid #333;
}
  
.pro_appr{
    padding: 33px 10px 33px 10px;
}
.pro_ter-gro{
    padding: 33px 10px 33px 10px;
}   
    
}

.card-registration{
   box-shadow: 1px 1px 23px 4px rgba(0, 0, 0, 0.1);
   border: none;
}

/*------- Our People ---------*/
.tab2 {
  overflow: hidden;
/*
  border: 1px solid #ccc;
  background-color: #f1f1f1;
*/
}

/* Style the buttons inside the tab */
.tab2 button {
  background-color: #fbf6e7;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: #9f9073;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-right: 1px solid #e1dbca;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab2 button.active {
  background-color: #f2be24;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
  color: #000;
}

/* Style the tab content */
.tabcontent2 {
  display: none;
  padding: 15px 30px;
/*  border: 1px solid #ccc;*/
  border-top: 3px solid #f2be24;
  background: #fff;
  box-shadow: 1px 1px 23px 4px rgba(0, 0, 0, 0.1);
}


#people {
  padding: 20px 0;
}

#people .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

#people .member .member-info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
  background: rgba(123, 86, 46, 0.6);
}

#people .member .member-info-content {
  transition: margin 0.2s;
  height: 40px;
  transition: height 0.4s;
}

#people .member:hover .member-info {
  transition: 0.4s;
}

#people .member:hover .member-info-content {
  height: 80px;
}

#people .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#people .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#people .member .social {
  margin-top: 15px;
}

#people .member .social a {
  transition: none;
  color: #fff;
}

#people .member .social a:hover {
  color: #ffd700;
}

#people .member .social i {
  font-size: 18px;
  margin: 0 2px;
}



#people-detail .people-detail{
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 1px 1px 23px 4px rgba(0, 0, 0, 0.1);
}

#people-detail .people-detail img{
    width: 300px;
    display: block;
    margin-right: 35px;
    float: left;
}

#people-detail .people-detail h4.name{
    font-size: 36px;
    font-weight: 600;
    color: #333;
}
#people-detail .people-detail .designation{
    font-size: 14px;
    color: #f3963a;
    text-transform: uppercase;
}

#people-detail .people-detail .social {
  margin: 15px 0;
}
#people-detail .people-detail .social a i{
  font-size: 16px;
  transition: none;
  color: #333;
  border-radius: 50%;
  border: 1px solid #888;
  padding: 3px;
  margin-right: 5px;
}
#people-detail .people-detail .social a i:hover {
  color: #f26822;
}

#people-detail .people-detail .detail{
    font-size: 14px;
    font-weight: normal;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
#people-detail .people-detail .detail p{
    padding-bottom: 10px
}

#people-detail .people-detail .back {
  margin: 30px 0 15px 0;
  float: right;
}
#people-detail .people-detail .back a i{
  font-size: 24px;
  transition: none;
  color: #fff;
  border-radius: 50%;
  background: #f26822;
  padding: 3px;
  margin-right: 5px;
}
#people-detail .people-detail .back a i:hover {
  background: #333;
  color: #fff;
}


.clients .owl-item {
  display:inline-block;
  justify-content: center;
  align-items: center;
  padding: 0 20px;

}

.clients .owl-item img {
  width: 100%;
/*  opacity: 0.5;*/
  transition: 0.3s;

}

.clients .owl-item img:hover {
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #0880e8 !important;
}



/*------Testimonials ---------*/
.testimonials {
  position: relative;
}

/*
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background:#f5f5f5;
}
*/

.testimonials .testimonial-item {
  text-align: center;
  color: #000;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 4px solid rgb(243, 150, 58);
  margin: 20px auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ef4923;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #939393;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
    cursor:pointer;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
    color:#fff;
    border-radius: 21px;
    border: none;
    padding:7px 10px 11px 9px !important;
    font-size: 29px;
    margin: 15px 6px;
    line-height: 0;
    width: 26px;
    height: 26px;
    display: inline-block;
    background: #f3963a;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}


/*
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slideshow-container {
  max-width: 900px;
  position: relative;
  margin: auto;
  padding: 0;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to left, #FF9800, #182860);
}

.slideshow-container .mySlides {
  min-height: 490px;
  display: none;
  padding: 30px 10px;
}

@media (min-width: 768px) {
  .slideshow-container .mySlides {
    min-height: 370px;
  }
}

@media (min-width: 768px) {
  .slideshow-container .mySlides {
    padding: 45px 35px;
  }
}

.slideshow-container .mySlides .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  text-align: center;
}

.slideshow-container .mySlides .text {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  padding: 8px 4px;
}

@media (min-width: 768px) {
  .slideshow-container .mySlides .text {
    padding: 8px 12px;
  }
}

.slideshow-container .mySlides img {
  width: 60px;
  display: block;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-radius: 24px 8px 24px 8px;
}

.slideshow-container .mySlides .designation {
  text-align: center;
  font-size: 14px;
  color: #000000;
}

.slideshow-container .bg1 {
  background: #42378f;
  background-image: url("../img/pen.png");
  background-image: url("../img/pen.png"), linear-gradient(315deg, #42378f 0%, #f53844 74%);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.slideshow-container .bg2 {
  background: #045de9;
  background-image: url("../img/pen-2.png");
  background-image: url("../img/pen-2.png"), linear-gradient(315deg, #045de9 0%, #09c6f9 74%);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.slideshow-container .bg3 {
  background: #7f53ac;
  background-image: url("../img/pen-3.png");
  background-image: url("../img/pen-3.png"), linear-gradient(315deg, #7f53ac 0%, #647dee 74%);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.slideshow-container .prev, .slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.slideshow-container .prev:hover, .slideshow-container .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}


.fade2 {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fade2 {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade2 {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}


@media only screen and (max-width: 300px) {
  .prev, .next, .text {
    font-size: 11px;
  }
}
*/





/*------End Testimonials Section----------*/



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background:#372d2a;
  padding: 0 0 20px 0;
  color: #fff;
}

#footer .footer-top {
  background: #483c37;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info img {
  width: 200px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin: 0 46px 5px 0;
  color: #fff;
}

#footer .footer-top .footer-info ul{
    list-style: outside none none;
    margin: 0 0 20px 0;
    padding: 0;
}
#footer .footer-top .footer-info li{
    position: relative;
    padding-left: 20px;
    line-height: 28px;
    color: #f3963a;
    font-weight: 600;
    font-size: 15px;
}
#footer .footer-top .footer-info li:before{
    position: absolute;
    left: 0;
    top: 2%;
    color: #fff;
    content: "\ea98";
    font-family: icofont;
}
#footer .footer-top .footer-info ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e96b56;
}

#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 9px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: rgb(239, 73, 35);
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  font-size: 13px;
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ff7800;
  font-size: 20px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

/*
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
*/

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .footer-contact {
  font-size: 13px;
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-contact p i {
  font-size: 16px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 5px 0;
  margin-right: 2px;
  border-radius: 50%;
  text-align: center;
  width: 27px;
  height: 27px;
  transition: 0.3s;
}

#footer .footer-top .footer-small-action .btn-small-action {
  width: 100%;
  margin-bottom: 15px;
  padding: 8px 30px;
  border: 2px solid #f5f5f5;
  background: #f83d12;
  color: #f5f5f5;
} 
#footer .footer-top .footer-small-action .btn-small-action:hover {
  border: 2px solid #f5f5f5;
  background: #ac2405;
  color: #fff;
} 


#footer .footer-top .footer-small-action span {
  width: 100px;
  margin-right: 10px;
  display: block;
  float: left;
}

#footer .footer-top .footer-small-action {
  margin-bottom: 30px;
}

#footer .copyright {
  font-size: 12px;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #f6b024;
}



