*{padding:0px;margin:0px;box-sizing: border-box;}
.bg-primary {
    background-color:transparent!important;
}
a{color:#000;}
a:hover{color:#000;text-decoration:none;}
.container-fluid.main{
  position: relative; /* To make the navbar positions relative to this container */
  padding: 0;
}

.navbar-default {
  background-image: none;
  background-color: transparent; /* Make the menu become transparent */
  border-radius: 0px;
  border: 0;
  box-shadow: none;
  padding: 10px;
  position: absolute; /* Make the menu out of the document flow so it can placed anywhere without disturbing other widgets */
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; /* If you delete this line, your menu link won't be clicked because it is behind the background. Applying this code bring the menu in front of the background */
}

.navbar-default .navbar-brand {
  font-family: Verdana;
  color: #ffffff;
  font-size: 20px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: rgb(0 0 0,0.2);
  background: rgba(0, 0, 0, 0.2);
}

.carousel .background {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 700px;
}

@media (max-width:991px) {
  .carousel .background {
    background-size: cover; /* To make the background image looks good */
  }
}

.carousel .background.a {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://static.pexels.com/photos/92090/pexels-photo-92090-large.jpeg");
}

.carousel .background.b {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://static.pexels.com/photos/93750/pexels-photo-93750-large.jpeg");
}

.carousel .background.c {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://static.pexels.com/photos/76827/bahia-ocean-bay-boat-76827-large.jpeg");
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 0.5s; /* The 0.5s describes the duration to make the opacity from 0 to 1 */
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

/* CSS Hack to trigger GPU for smooth transition */
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* CSS Hack to trigger GPU for smooth transition */

.covertext {
  position: absolute; /* To make the div to be place anywhere. It is out of the document flow */
  top: 200px; /* The distance between the div with the top of document */
  left: 0px; /* Make the div full width */
  right: 0px; /* Make the div full width */
}

.title {
  font-family: Verdana;
  font-weight: 600;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
}

.subtitle {
  font-family: Verdana;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
}

.explore {
  text-align: center;
  margin-top: 10px;
}

.explore .btn-lg,
.explore .btn-lg:hover {
  border-radius: 30px;
  padding: 15px 25px;
  font-size: 22px;
  background-image: none;
  background-color: #FF4000;
  border-color: #FF4000;
  color: #ffffff;
}

.btn,
.btn:hover {
  border-radius: 0px;
  background-image: none;
  background-color: #79a3d7;
  border-color: #79a3d7;
  color: #ffffff;
  margin-bottom: 20px;
  box-shadow: none;
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  color: #ffffff;
  outline: none;
}
.navbar-dark .navbar-nav .nav-link {
    
    color: #fff!important;
    font-size: 18px;
    padding: 22px;
}

@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}
.template-btn {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 20px;
  display: inline-block;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.template-btn:hover {
  color: white;
  background: #f28500;
}
.portfolio-section {
  padding-top: 30px;
  transition: 1.3s;
  box-sizing: border-box;
  height: auto;
}

.portfolio-tab ul {
  text-align: center;
  margin-top: 50px;
}
.portfolio-tab ul li {
  color: #000;
  background: transparent;
  display: inline;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 16px;
  border: 2px solid #e30b5d;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 575.98px) {
  .portfolio-tab ul li {
    display: block;
    margin: 10px auto;
    max-width: 200px;
  }
}
.portfolio-tab ul li:hover {
  background: #e30b5d;
  color: #fff
}
.portfolio-tab ul .active {
  background: #e30b5d;
  color: #fff
}
.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}
.portfolio-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
}
@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 991px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }		
  }
 .title{color:#000;}
.portfolio-grid .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display:none;
	overflow:hidden;
}
.portfolio-wrapper {
  overflow:hidden;
  position:relative!important;
  cursor:pointer;
}
.portfolio-bg {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s;
  transform: scale(1)
}
.portfolio:hover .portfolio-bg{
  transform: scale(1.2)
}
.first .portfolio-bg{
  background-image: url('../img/1.jpg');
  
}
.second .portfolio-bg{
  background-image: url('../img/2.jpg');
}
.third .portfolio-bg{
  background-image: url('../img/3.jpg');
  
}
.four .portfolio-bg{
  background-image: url('../img/M_Education.jpg');
  
}
.five .portfolio-bg{
  background-image: url('../img/women.png');
  
}
.six .portfolio-bg{
  background-image: url('../img/SDF.png');
  
}
.portfolio .label {
  position: absolute;
  width: 100%;
  height:100%;
  bottom: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden
}

.portfolio .label-bg {
  background: #232323;
  opacity: 0.7;
  width: 100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  transition:1px;
}
.portfolio .label-text {
  color:#fff;
  position: relative;
  z-index:500;
  padding:50px 20px;
}
.portfolio:hover .label {
  opacity: 1;
  visibility: visible;
}
.portfolio .text-category {
  display:block;
}
.portfolio .template-btn {
  background: #e30b5d;
  border: 1px solid #e30b5d;
  text-decoration: none;
  margin-top: 20px;
  font-weight: 500
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    -height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.customer-logos .slide img{filter: grayscale(100%);}
.customer-logos .slide img:hover{filter: grayscale(0%);}
.footers{
      -background: linear-gradient(to right bottom,rgba(38,42,147,1),rgba(150,29,66,1));
        background-color: #79a3d7;
}
.footer {
    -margin-top: 70px;
    -margin-bottom: 150px !important;
    display: block;
    width: 100% !important;
}
.footer-first {
    padding: 30px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.inovii-content {
    word-break: break-word;
    line-height: 1.8;
}
.footer-content .nav-link {
    font-weight: 600;
}
.footer-second {
    flex: auto 1;
    align-items: center;
}
.copyright h3 {
    font-size: 18px!important;
}
.social-media .nav-link {
    padding: 0;
    margin: 0 5px;
    font-size: 18px !important;
    transition: all .2s;
    background-color: transparent;
    border-radius: 50%;
    width: 30px!important;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
}
.social-media .nav-link:hover {
    background-color: #ddd;
    color: #333 !important;
    transition: all .2s;
}
.team{transition: all 500ms ease-out;background-image: url('../img/img1.png');background-repeat: no-repeat;background-size: cover;height: 60vh;}
.team:hover{background-color: #000;background-image: url('../img/img2.png');background-repeat: no-repeat;background-size: cover;height: 60vh;}
.team1{transition: all 500ms ease-out;background-image: url('../img/img3.png');background-repeat: no-repeat;background-size: cover;height: 60vh;}
.team1:hover{background-color: #000;background-image: url('../img/img4.png');background-repeat: no-repeat;background-size: cover;height: 60vh;}
.team2{transition: all 500ms ease-out;background-image: url('../img/img5.png');background-repeat: no-repeat;background-size: cover;height: 60vh;}
.team2:hover{background-color: #000;background-image: url('../img/img6.png');background-repeat: no-repeat;background-size: cover;height: 60vh;}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 0.5rem!important;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px!important;
}
.header.active {
   -background: linear-gradient(to right bottom,rgba(38,42,147,1),rgba(150,29,66,1));
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    background-color:#79a3d7;
}
.headers.active {
   background-color: #fff!important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    color: #000!important;
}
.headers.active.navbar-dark .navbar-nav .nav-link {
    color: #030303!important;
}
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  border-radius: 4px;
  background: #ffffff;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #fff;
  margin: 10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  font-weight: 600;
}

.button:hover {
  -background-color: rgba(0,0,0,0.1);
  color: #a954df;
}

.button:active,
.button.is-checked {
  -background-color: rgba(0,0,0,0.1);
  outline: none;
  color:#a954df ;

}

.button-group {
  margin: 20px 0;
  text-align: center;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.grid article {
  background-color: #FFFFFF;
  display: block;
  float: left;
  margin: 1%;
  width: 23%;
}

@media (max-width: 1024px) {
  .grid article {
    width: 31.3%;
  }
}

@media (max-width: 767px) {
  .grid article {
    width: 48%;
  }
}

@media (max-width: 479px) {
  .grid article {
    margin: 2% 0;
    width: 100%;
  }
}


#cards .card {
    border-radius: 20px;
    min-height: 100%;
}

#cards .heading-border {
    position: absolute;
    width: 100%;
    top: 60%;
}

#cards .card .user-picture img {
    position: absolute;
    top: -20%;
    right: 10%;
    background: #f8f9fa!important;
    padding: 10px;
}

#cards .card .user-content .user-name {
    margin-right: 150px;
}
/* .portfolio-section .img1{background-image: url('../img/1.jpg');background-repeat: no-repeat;
    background-size: 100%;
    height: 250px;}
.img_content:hover{background-color:#000;color:#fff;} */
.gallery {
  position: relative;
  width: 50%;
  border: 4px solid #eaeaea;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height:auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.gallery:hover .image {
  opacity: 0.3;
}

.gallery:hover .middle {
  opacity: 1;
}

.text {
  -background-color: #4CAF50;
  color: #000;
  font-size:25px;
  -padding: 16px 32px;
  font-weight: 600;
}
.comm{margin-top:-162px;}
.comms{margin-top: -94px;}
.carousel-control-prev-icon {
    display: none!important;
}
.carousel-control-next-icon {
   display: none!important;
}

.box {
	border-radius: 150px;
	background:#fff;
	position:relative;
	overflow: hidden;
	text-align:center;
}
.box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    border-radius: 150px;
    box-shadow: inset 0 0 25px rgba(0,0,0,0.30);
    transition: all 0.3s ease;
	background-image: linear-gradient(to right, #392885 0%, #7c2056 100%);
}
.box:hover:before {
    width: 100%;
}
.box:hover .image-wrapper {
	padding:0;
}
.box:hover .box-desc {
	color:#fff;
}
.box:hover .social li a {
	background:#fff;
	background-image: none;
	color:#000;
}
.box:hover .social li a:hover {
	background:#1d1d1d;
	color:#fff;
}
.image-wrapper {
    position: relative;
	max-width: 210px;
    max-height: 210px;
	margin:0 auto;
    overflow: hidden;
    border-radius: 50%;
    padding: 15px;
    transition: all 0.5s ease;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.20);
}
.image-wrapper img {
    border-radius: 50%;
    transition: all 500ms ease;
}
.box-desc {
	position:relative;
}
ul.social {
	padding:0;
}
ul.social li {
	display:inline-block;
	list-style-type:none;
}
ul.social li a {
	position:relative;
	width: 36px;
    height: 36px;
	background-image: linear-gradient(to right, #392885 0%, #7c2056 100%);
	display:inline-block;
	line-height:36px!important;
	border-radius:50%;
	color:#fff;
	transition: all .5s ease;
}
.fab{line-height:2!important;}
.product{float: left;
    width: 100%;
    padding: 0px 0px 50px;}
    .products_info{padding:51px;}
    .product1{background-image: url("../img/se1.jpg");background-size: 165%;background-repeat: no-repeat;}
    .product2{background-image: url("../img/se2.jpg");background-size: 100%;background-repeat: no-repeat;}
     .product3{background-image: url("../img/se4.jpg");background-size: 203%;background-repeat: no-repeat;}
     .product4{background-image: url("../img/se3.jpg");background-size: 109%;background-repeat: no-repeat;}
     .product5{background-image: url("../img/se5.jpg");background-size: 100%;background-repeat: no-repeat;}
     .product6{background-image: url("../img/se6.jpg");background-size: 116%;background-repeat: no-repeat;}
     .product7{background-image: url("../img/se7.jpg");background-size: 100%;background-repeat: no-repeat;}
     .product8{background-image: url("../img/se8.jpg");background-size: 103%;background-repeat: no-repeat;}
      /* .product9{background-image: url("../img/se9.jpg");background-size: 220%;background-repeat: no-repeat;} */
.our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.our-team-section:before {
    position: absolute;
    top: -0;
    left: 0;
    content: " ";
    background: url(img/service-section-bottom.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}
.our-team {
    padding: 30px 0 40px;
    background:#e4e4e4;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #782057;
}
.our-team:hover{
    border-bottom: 5px solid #382785;
}

.our-team .pic{
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}
.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #782057;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before{
 height: 100%;
    background: #382785; 
 }
.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after{
    background: #7ab92d;
}
.our-team .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    z-index: 2;
}
.our-team:hover .pic img{
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.our-team .team-content{ margin-bottom: 30px; }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform:capitalize;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #2f2f2f;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{ bottom: 0; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    color: #2f2f2f;
    background: #f7f5ec;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

.heading h1:after {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #BABABA;
    margin-top: 4px;
    
}

.clear-fix {
    clear: both;
}

.hidden {
    visibility: hidden !important;
}

/* end global */

/* start of our services section */

#our-services {
    background: #f6f6f6;
    min-height: 100vh;
    -padding-top: 25vh;
}

/* OUR SEERVICES LEFT SIDE */

#our-services .desc {
    width: 33%;
    float: left;
     margin-top: 140px;
}

#our-services .desc .heading h1 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
}

#our-services .desc .text {
    color: #BABABA;
}

/* OUR SERVICES RIGHT SIDE */

#our-services .services {
    width: 67%;
    float: left;

}

#our-services .services .column {
    float: left;
    margin-right: 76px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

#our-services .services .column .service {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    -background: #fff;
    transition: all 0.1s ease;
    margin-bottom: 10px;
}

/* #our-services .services .column .service:hover {
    background: #28282e;
    color: #fff;
} */

#our-services .services .column .service:hover .service-icon {
    color: #fff;
}

#our-services .services .column .service .service-desc {
    transform: rotate(-45deg);
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

#our-services .services .column .service .service-desc .service-icon  {
    font-size: 20px;
    margin-bottom: 5px;
    color: #f57469;
}

/* end of our services section */

/* media query */

@media all and (max-width: 967px) {
    #our-services {
        padding-top: 60px;
    }
    
    #our-services .desc {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    
    #our-services .services {
        width: 100%;
    }
    
    #our-services .services .column {
        transform: rotate(0deg);
        margin-right: 10px;
    }
    
    #our-services .services .column .service .service-desc {
        transform: rotate(0deg);
    }
}
.card{border: none!important;}

.digital_service{background-color: #fff;position:relative;border-radius: 50%;
    width: 300px;
    height: 300px;border:10px solid #8ab3cf;}
.digital_service p{color:#fff;padding:60px;text-align: center;font-size:25px;}
.digital_service .number{background-color: #fff;box-shadow: 10px 10px 10px -8px #e3e3e3;border-radius:50%;width:100px;position: absolute;top: -38px;
    left: 90px;height: 100px;}
.number p{color:#8ab3cf;text-align: center;padding:34px;font-size: 25px;font-weight: 400;}
.card{background-color:transparent!important;}


article {
  --wide: 0;
  --base: calc(var(--wide)*5rem);
  --size: 1.25rem;
  --left: calc(.5*(1 + var(--wide))*5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 1em 1em;
  padding-left: calc(var(--wide)*8.5rem);
  width: 32em;
  max-width: 45%;
  min-height: 4.25rem;
  font: 1em/ 1.25 roboto, trebuchet ms, verdana, arial, sans-serif;
  counter-increment: art;
  filter: drop-shadow(-1px 3px 3px rgba(0, 0, 0, 0.15));
}
@media (min-width: 640px) {
  article {
    --wide: 1 ;
  }
}
article:before, article:after {
  position: absolute;
}
article:before {
  left: .25em;
  color: #fff;
  font-size: var(--base);
  content: "0" counter(art);
}
article:after {
  --grad: linear-gradient(#fff, #e0e0e0);
  top: 0;
  right: 0;
  bottom: -1.25em;
  left: 0;
  z-index: -1;
  padding-left: inherit;
  border-bottom: solid 0.9375em transparent;
  transform: skewx(calc(var(--wide)*-22.5deg));
  background: var(--grad) 100% 50%/calc(100% - (var(--base) + var(--left) + var(--wide)*var(--size)) + 1px) 100% no-repeat padding-box, var(--grad) calc(var(--base) + (1 + 2*var(--wide))*var(--size)) 50%/var(--size) 100% no-repeat padding-box, radial-gradient(ellipse at 100% 50%, rgba(0, 0, 0, 0.13), transparent 35%) 0 50%/var(--size) 250% content-box, linear-gradient(var(--c0) 50%, var(--c1) 0) padding-box, radial-gradient(rgba(0, 0, 0, 0.1), transparent 70%) 100% 100%/calc(100% - (var(--base) + 2*var(--size))) 1.25em border-box no-repeat;
  content: "";
}

h4, p {
  padding-left: var(--left);
}

h4 {
  background: linear-gradient(var(--c0), var(--c1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: capitalize;
  filter: brightness(0.85);
}
.menu {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hex {
  position: absolute;
  display: block;
  height: 175px;
  width: 200px;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
 }
.hex>div>div:hover {
  cursor: pointer;
}
.top, .bottom {
  background: #FF6D27;
  display:block;
  width: 100px;
  height: 100px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.bottom-cutter {
  position: absolute;
  top: 49%;
  overflow: hidden;
  display: block;
  height: 100px;
  width: 200px;
 }
.top-cutter {
  position: absolute;
  overflow: hidden;
  display: block;
  height: 86px;
  width: 200px;
 }
.bottom {
  top: -14%;
  background: white;
  
 
 }
.top::before, .top::after, .bottom::before, .bottom::after {
  display: block;
  content: '';
  width: 100px;
  height: 100px;
  background: #FF6D27;
  position: absolute;
  
}
.top::before {
  transform-origin: top left;
  transform: rotate(30deg);
  
}
.bottom::before {
  transform-origin: bottom left;
  transform: rotate(-30deg);
  background:white;
  
}
.top::after {
  transform-origin: top right;
  transform: rotate(-30deg);
  
}
.bottom::after {
  transform-origin: bottom right;
  transform: rotate(30deg);
  background: white;
  
}
.round {
  background: white;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 30%;
  left: -10%; 
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0 0 10px 0;
}
.title {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 30%;
  left: 55%; 
  z-index: 2;
  text-shadow: 2px 2px 3px #3E3E3E;  
}
.title p {
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: white;
  font-family: Arial;
  font-weight: bold;
}
.round p {
  text-align: center;
  line-height: 5px;
  font-size: 30px;
  color: #737579;
  font-family: Arial;
  font-weight: bold;
}
.border {
  height: 7px;
  width: 100%;
  background: white;
  position: absolute;
  z-index: 2;
  box-shadow: 0 2px 10px 0px;
}
.border::before, .border::after {
  content: '';
  display: block;
  width: 101%;
  height: 7px;
  position: absolute;
  background: white;
  
}
.border::before {
  transform-origin: top left;
  transform: rotate(120deg);
  left: 6px;
  top: 3px;
  box-shadow: 10px -5px 10px -1px;
  position: absolute;
  z-index: 1;
}
.border::after {
  transform-origin: top right;
  transform: rotate(-120deg);
  z-index: 2;
  left: -7px;
  top:3px;
  box-shadow: -10px -5px 10px -1px;
}
.hex::before {
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  background: white;
  z-index: -3;
  left: 50%;
  top: 50%;
  border-radius: 50%;  
  transform: translate( -50%, -50%);
  box-shadow: -50px 50px 60px 5px #596661;
}
.one {
  position: relative;
}
.two {
  position: relative;
  top: 115px;
  left: 40px;
}
.two .top, .two .top::after, .two .top::before {
  background: #C2E30E;
}
.three {
  position: relative;
  top: 35px;
  left: 200px;
}
.three .top, .three .top::after, .three .top::before {
  background: #00C2BC;
}
.four {
  position: relative;
  top: -50px;
  left: 40px;
}
.four .top, .four .top::after, .four .top::before {
  background: #AB6820;
}
.s_p{padding:60px;}
.s1{background-color: #907fc3;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: :20px;
    font-size: 20px;margin:10px;}
.s2{background-color: #7f9ac3;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: :20px;
    font-size: 20px;margin:10px;}
    .s3{background-color: #1783d8;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: :20px;
    font-size: 20px;margin:10px;}
    .s4{background-color: #00bcd4;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: :20px;
    font-size: 20px;margin:10px;}
     .s5{background-color: #7fc3a4;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: :20px;
    font-size: 20px;margin:10px;}
     .s6{background-color: #bbab7e;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: :20px;
    font-size: 20px;margin:10px;}
     .s7{background-color: #ca9aa5;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: :20px;
    font-size: 20px;margin:10px;}
     .s8{background-color: #d3a3dc;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: :20px;
    font-size: 20px;margin:10px;}
.banner {
    position: relative;
    height: 40vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    top: -47px;
}
.banner1 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/digital.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner2 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/marketing.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner3 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/cosu.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner4 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/bss.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner5 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/product1.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner6 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/product3.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner7 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/product2.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner8 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/about_us.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner9 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/contact_us.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner10 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/m_edu.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner11 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/m_farm.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner12 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/m_tv.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner13 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/m_women.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner14 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/m_health.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner15 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/comm.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner16 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/anti.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner17 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/self.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner18 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/s_d.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner19 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/ame.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner20 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/d_v.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner21 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/c_r.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner22 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/cam.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner23 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/ivr.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.tem{max-width:20%;}
.banner24 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/be.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner25 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/i_c.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner26 {
    background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/i_q.png);
    -background-position: 0% 0%;
    height: 55vh;
}
.banner27 {
  background-image:linear-gradient(to right ,rgba(0,0,0,.3),rgba(0,0,0,.3)) , url(../img/gis_banner.png);
  -background-position: 0% 0%;
  height: 55vh;
}
.banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.banner_title h1, .banner_main h1 {
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
}

.banner_title h1 {
    animation: moveInRight 1s ease-out;
}
.bull {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 15px 0px #d2d2d2;
    margin-right:8px;
}
.bull h4{color:#5d5d5d;font-size:20px;}
/* responsive start */
@media(max-width: 1024px){
.product1 {
    background-image: url(../img/se1.jpg);
    background-size: 158%;
    background-repeat: no-repeat;
}
.product3 {
    background-image: url(../img/se4.jpg);
    background-size: 189%;
    background-repeat: no-repeat;
}
.product6 {
    background-image: url(../img/se6.jpg);
    background-size: 106%;
    background-repeat: no-repeat;
}
.s1,.s2,.s3,.s4,.s5,.s6,.s7,.s8{font-size:18px;} 
.bull h4 {
    color: #5d5d5d;
    font-size: 18px;
}
.banner1{height: 28vh;}
.banner7{height:25vh;}
.banner8{height: 28vh;}
.banner4{height: 33vh;}
.banner3{height:28vh;}
.banner5{height:28vh;}
.banner6{height:28vh;}
.banner10{height:28vh;}
.banner2{height:28vh;}
.banner9{height:28vh;}
.tem{max-width:30%!important;}
}
@media(max-width:812px){
  .s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8 {
    font-size: 14px;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: rgb(0 0 0,0.2);
    background: rgba(0, 0, 0, 0.8);
}
.products_info {
    padding: 22px;
}
.bull h4 {
    color: #5d5d5d;
    font-size: 13px;
}
.banner1 {
    height: 90vh;
}
.banner_title h1, .banner_main h1 {
    font-size: 39px;
    color: #fff;
    text-transform: capitalize;
}
.banner7 {
    height: 98vh;
}
.banner8 {
    height: 95vh;
}
.banner4 {
    height: 95vh;
}
.banner3{height:95vh;}
.banner5{height:95vh;}
.banner6{height:95vh;}
.banner10{height:95vh;}
.banner2{height:95vh;}
.banner9{height:95vh;}
iframe{width:343px;}
}
@media(max-width:768px){
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: rgb(0 0 0,0.2);
    background: rgba(0, 0, 0, 0.8);
}
.products_info {
    padding: 25px;
}
.product1 {
    background-image: url(../img/se1.jpg);
    background-size: 189%;
    background-repeat: no-repeat;
}
.product2 {
    background-image: url(../img/se2.jpg);
    background-size: 104%;
    background-repeat: no-repeat;
}
.product3 {
    background-image: url(../img/se4.jpg);
    background-size: 228%;
    background-repeat: no-repeat;
}
.product4 {
    background-image: url(../img/se3.jpg);
    background-size: 112%;
    background-repeat: no-repeat;
}
.product6 {
    background-image: url(../img/se6.jpg);
    background-size: 126%;
    background-repeat: no-repeat;
}
.product8 {
    background-image: url(../img/se8.jpg);
    background-size: 119%;
    background-repeat: no-repeat;
}
.s1,.s2,.s3,.s4,.s5,.s6,.s7,.s8{font-size:14px;} 
.banner_title h1, .banner_main h1 {
    font-size: 36px;
    color: #fff;
    text-transform: capitalize;
}
.bull h4 {
    color: #5d5d5d;
    font-size: 13px;
}
.banner1{height:33vh;}
.banner2{height:33vh;}
.banner3{height:33vh;}
.banner4{height:33vh;}
.banner7{height:33vh;}
.banner8{height:33vh;}
.banner5{height:33vh;}
.banner6{height:33vh;}
.banner10{height:33vh;}
.banner2{height:33vh;}
.banner9{height:33vh;}
iframe{width:343px;}
}
@media(max-width:736px){
  .banner1 {
    height: 83vh;
}
.banner2 {
    height: 83vh;
}
.banner3 {
    height: 83vh;
}
.banner4 {
    height: 83vh;
}
.banner7 {
    height: 83vh;
}
.banner8 {
    height: 83vh;
}
.banner5{height:83vh;}
.banner6{height:83vh;}
.banner10{height:83vh;}
.banner2{height:83vh;}
.banner9{height:83vh;}
iframe{width:630px;}
.tem{max-width:50%!important;margin-left:auto;margin-right:auto;}
}
@media(max-width:568px){
  iframe{width:400px;}
}
@media(max-width:414px){
  .navbar-brand img{width:64px!important;}
  .banner_title h1, .banner_main h1 {
    font-size: 26px;
    color: #fff;
    text-transform: capitalize;
}
.banner1 {
    height: 33vh;
}
.banner7 {
    height: 38vh;
}
.banner8 {
    height: 34vh;
}
.banner4 {
    height: 34vh;
}
.banner3 {
    height: 34vh;
}
.banner5{height:34vh;}
.banner6{height:34vh;}
.banner10{height:34vh;}
.banner2{height:34vh;}
.banner9{height:34vh;}
iframe{width:330px;}
.tem{max-width:80%!important;margin-left:auto;margin-right:auto;}
}
@media(max-width:375px){
  .bull h4 {
    color: #5d5d5d;
    font-size: 18px;
}
.banner_title h1, .banner_main h1 {
    font-size: 26px;
    color: #fff;
    text-transform: capitalize;
}
.banner1 {
    height: 33vh;
}
.banner7 {
    height: 38vh;
}
.banner8 {
    height: 34vh;
}
.banner4 {
    height: 34vh;
}
.banner5{height:34vh;}
.banner6{height:34vh;}
.banner10{height:34vh;}
.banner2{height:34vh;}
.banner9{height:34vh;}
iframe{width:330px;}
.tem{max-width:80%!important;margin-left:auto;margin-right:auto;}
}
@media(max-width:320px){
  iframe{width:250px;}
}
/* responsive end  */
   