@import url('font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');



/* CSS Variables */
:root {
    --primary: #ddd;
    --dark: #333;
    --light: #fff;
    --shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
	
}

html {
    /* box-sizing: border-box; */
    font-family: Arial, Helvetica, sans-serif;
    color: var(--dark);
}

body {
    background: #fff;
    /* margin: 30px 50px; */
    /* line-height: 1.4; */

}

.header{
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	/* align-items: stretch;
	justify-content: space-around; */
	overflow: hidden;
}


.vl {
  border-left:2px solid grey;
  height: 34px;
  position: absolute;
  left: 50%;
  margin-top:-1px;
  top: 0;   
	  
}



@media(min-width: 320px) and (max-width:991px)
{
	.vl{
		display:none;
	}
	
	.navbar-center{
		display: none;
		
	}
}


.text-primary{
	color:#1288EC!important;
}



@media(max-width:1500px) {
    .header {
        width: 100%;
	/*height: 60vh;*/
    }
}

@media(max-width:1100px) {
    .header {
        height: auto;
	height: 100vh;
    }
}

@media(max-width:900px) {
    .header {
        width: 100%;
	height: 45vh;
    }
}

@media(max-width:700px) {
    .header {
        width: 100%;
	height: 40vh;
    }
}

@media(max-width:500px) {
    .header {
        width: 100%;
	height: 35vh;
    }
}

.video-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;	
}

#videoBG {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* 2.1 Brand */
.loader-brand{
  position: absolute;
  left:0;
  width: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}



.brand-panel{
  position: absolute;
  z-index: 4;
  left: 0;
  top:0;
  width: 39.47vmin;
  height: 15.7vmin;
  padding: 4.8vmin 2em 4.8vmin;
  /*background-color: #2b2b2b;*/
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}



.brand{
  display: inline-block;
  font-family: 'Open sans';
  font-weight: 700;
  font-size:4vmin;
  line-height: 1;
  color: #fff;
}

.brand:hover,
.brand:focus{
  color: #fff;
  text-decoration: none;
}


.navigation {
  height: 70px;
/*  background: #262626; */ 
}

.brand {
  position: fixed;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
  
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav > li > a{
  /*padding: 0;*/
  
}

.nav > li >a:hover,
.nav > li >a:focus{
  background-color: transparent;
}
.navbar-desctop{
  display: none;
  position: fixed;
  z-index: 2;
  top:0;
  left:0;
  width: 100%;
  padding:5.9vmin 0 0;
  
}

.navbar-desctop .brand{
  display: none;
  position: relative;
  top:-0.22em;
  font-size: 1.6em;
}



.navbar-desctop-menu li{
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.navbar-desctop-menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.navbar-desctop-menu li a:hover,
.navbar-desctop-menu .vl .active > a{
  color: #1288EC;
}
.navbar-desctop-menu > li > ul{
  /*left: -20px;
  margin-top: 0;*/
      margin-top: 0
}
@media screen and (min-width: 992px) {
.navbar-desctop-menu > li > ul{
  /*left: -20px;
  margin-top: 0;*/
      margin-top: -20px;
}
}
.navbar-desctop-menu li:hover > ul{
  top:0;
  visibility: visible;
  opacity: 1;
}

.navbar-desctop-menu > li:hover > ul{
  top:100%;
}

.navbar-desctop-menu li li{
  /*border-bottom: 1px solid rgba(255,255,255,0.05);*/
  border-bottom: 1px solid #484848;
}

.navbar-desctop-menu li li:last-child{
  border-bottom: 0;
}
.navbar-desctop.affix{
  position: fixed;
  z-index: 5;
  top:0;
  background-color:rgba(50, 50, 50, 0.95);
  padding:1.3em 0 0;
  box-shadow: 0 0 35px rgba(0,0,0,0.1);
}

.navbar-desctop.affix.affix-top{
  padding-top:2.2em;
}

.navbar-desctop.affix .brand{
  display: inline-block;
}


.navbar-desctop.affix .navbar-desctop-menu li > a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active > a{
  color:#1288EC;
}

/* 2.5 Navbar Mobile */
@media (min-width: 992px) and (max-width:1153px)
{
	.navbar-mobile{
    position: fixed;
    left: -50000px;
    top: -50000px;
  }
  
  .navbar-center {
   /*  position: fixed; */
    left: 50%;
   /*  transform: translatex(-50%); */
	margin-top: 0px;
	display: block;
}

}


	
@media (min-width: 320px) and (max-width: 991px)
{
	.navigation {
  height: 70px;
 background: #262626; 
 
}
	
}
.navbar-mobile{
  position: fixed;
  z-index: 2;
  left: 0;
  top:0;
  width: 100%;
  padding:6vmin 0;
}

.navbar-mobile .brand{
  display: none;
  margin-left: 33px;
  font-size: 1.6em;
}

.navbar-collapse{
  border:0;
  background-color: rgba(50, 50, 50, 0.95);
  -webkit-box-shadow:none;
  box-shadow:none;
}

@media (max-height: 320px ){
  .navbar-collapse{
    max-height: 240px;
	float:left;
  }
 
}

.navbar-toggle{
  padding: 0;
  margin-top:19px;
  margin-bottom: 0;
  border-radius: 0;
  border:0;
}

.navbar-toggle .icon-bar{
  background-color:#fff;
  height: 2px;
  width: 30px; 
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top:5px;
}

.navbar-toggle.collapsed .icon-bar{
background-color: #fff;
  
}

.navbar-nav-mobile{
  font-family: 'Open sans';
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding-top: 1.2em;
  margin-bottom: 0;
}

.navbar-nav-mobile li{
  position: relative;
  border-top:1px solid rgba(255,255,255,0.1);
}

.navbar-nav-mobile li a{
  display: block;
  padding: 1em 1em;
  color: #fff;
  text-decoration: none;
}

.navbar-nav-mobile > .current > a{
  color: #1288EC;
}

.navbar-nav-mobile li a .fa-angle-down{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.navbar-nav-mobile > .current > a .fa-angle-down{
  top:-0.2em;
  left:-0.3em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-nav-mobile > .active > a,
.navbar-nav-mobile > .active > a:hover{
  background-color: #1288EC;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-nav-mobile ul{
  display: none;
}

.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li .active > a{
  color:#1288EC;
}
 
/* 2.6 Navbar Mobile Affix */



.navbar-mobile.affix{
  position: fixed;
  z-index: 5;
  background-color:rgba(50, 50, 50, 0.95);
  box-shadow: 0 0 35px rgba(0,0,0,0.1);
  padding: 1.2em 0;
}

.navbar-mobile.affix .brand{
  display: inline-block;
}

.navbar-mobile.affix .navbar-toggle .icon-bar{
  background-color:#1288EC;
}


.footer .brand{
  margin-top: -0.45em;
  font-size: 3.4em;
}


/* Mobile navigation */
.nav-mobile {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
}

 .navbar{
	  padding: 0rem 0rem!important;
  }

@media screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
	}

nav {

     width: 100%;
    padding: 55px 0 15px;
	 background: rgba(18, 18, 18, 0.9); 
  }
  nav ul {

   display: none;
  }
  nav ul li {
    float: none;

  }
  nav ul li a {


    padding: 15px;
    line-height: 28px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  
  .nav-dropdown {
    position: fixed;
  }

}
  
  @media screen and (min-width: 992px) {
  .nav-list {
    display: block !important;
	
  }
}
  
  #nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;


}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;


  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
.dropdown-item {
background: rgba(57, 57, 57, 0.95); 
width: 242px;
font-size: 14px;
}
  .nav-container {


 /* max-width: 1000px;*/
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  /* background: #262626;*/
  color: #ffffff;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  /*background: #2581DC;*/
  color:#1288EC;
  text-decoration:none;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
 /*  content: ' ▾'; */
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
  




    .nav-2 {
        font-family: 'Source Sans Pro', sans-serif;
        font-style: normal;
        font-weight: bold;
        
        padding-top: 30px;
        text-transform: uppercase;
        /* text-align: center; */
        /* z-index: 2; */
        /* width:750px; */
        /* margin:0 auto;
        list-style:none; */
        }
    .nav-2 ul{
            list-style-type: none;
            display: inline-block;
        }
    .nav-2 ul li {
        float:left;
        }
    .nav-2 ul li a {
        font-size: 14px;
        color: #02c2ce;
        display:block;
        /* text-align:center; */
        width:100px;
         /* fixed width */
        text-decoration:none; 
        }

        .nav-2 ul li a:hover {
            color: #1289ee;
        }

/* nav{
	padding: 50px;
    z-index: 2;
    text-align: center;
    width:750px;
    margin:0 auto;
    list-style:none;
}

nav ul{
    list-style-type: none;
    display: inline-block;
}

nav ul li{
    float: left;
}

nav ul li a{
	font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    padding: 0 30px;
	display:block;
text-align:center;
width:150px;
text-decoration:none;
} */



.btn {
    /* background: #E9F6FE; */
    color: #333;
    font-size: 15px;
    padding: 0.6rem 1.3rem;
    text-decoration: none;
    border: 0;
    font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: normal;
    /* text-decoration: underline; */
    /* border-bottom-color: blue; */
}

hr {
    height: .2rem!important;
    width: 100%;
    margin: 0!important;
    background: #1289EE;
    border: none;
    transition: .3s ease-in-out;
  }

/* img {
    max-width: 100%;
} */

.wrapper {
    /* margin: 30px 50px; */
    line-height: 1.4;
    /* display: grid;
    grid-gap: 20px; */
}

/* About Acufore */

.about {
    margin: 0 auto;
    padding: 0 1em;
}

.about img {
    max-width: 88%;
    

}

/* .about-details {
	margin-left: -52px;
	margin-top: 85px;
	width: 333px;
}	 */

@media(min-width:320px) and(max-width:767px)
{
	.about img{
    max-width: 100%;
    /* margin-left: -381px; */
	}
}

	

@media screen and (min-width: 832px) {
    .about {
        max-width: 64em;
    } 	
}

.about{
    background: url('../images/SVGs/about_section_shape_bg.svg') no-repeat right ;  
	background-size: 95%;
	display: grid;
	grid-gap: 1px;
    padding: 3rem;
    /* padding-top: 100px; */
    padding-bottom: 0px;
    
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background-position: 440% 90%;
	/* background-position: center; */
	
	
}

.about-details {
    padding-top: 150px;
}


.about h2 {
    font-size: 3rem;
  /* font-family: 'Domaine Display Regular'; */
  font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    color: #4E4E4E;
	font-weight: 500;
	src: local('Domaine Display Regular'), url('DomaineDisp-Regular.woff') format('woff');
}

.about h3 {
    font-size: 2.5rem;
  /* font-family: 'Domaine Display Regular'; */
  font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    color: #4E4E4E;
	font-weight: normal;
	src: local('Domaine Display Regular'), url('DomaineDisp-Regular.woff') format('woff');
}

.about p {
    font-size: 1.4rem;
   /*  padding-right: 3em; */
    color: #4E4E4E;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: normal;
}

.about .btn {
    /* margin-top: -290px;*/
    margin-left: -12px;  
}

#stripe{	
	max-width: 38%;
	margin-top: -20px;
	margin-left: -130px;
}

#play{	
	max-width: 25%;
	margin-top: -50px;
	margin-left: -470px;
}



/* .about a{
    border-bottom-color: rgb(0, 119, 255);
} */


@media(max-width:992px) {
    
    .about {   
        
        margin: 0 auto;
        padding: 0 1em;
        grid-template-columns: 1fr;
        text-align: center;
        /* justify-content: center;
        align-items: center; */
    }

    .about-details {
        
        padding-top: 0px;
        margin-left: 30px;
        margin-right: 30px;
    }

    #play{	
        max-width: 80px;
        margin-top: 0;
        margin-left: 0;
        padding-top: 10px;
    }

    .about img {
        align-items: center;
        justify-content: center;
        max-width: 88%!important;
        padding-bottom: 40px;
        margin: 0 auto;
        padding: 0 1em;
    }

    .about {
        background-image: none;
      }


      #stripe{	
          display: none;
      }


    .about .btn {
        margin-top: 0px;
        margin-left: 0px; 
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

    .about {
  background-image: none;
}

#stripe{	
	display: none;
}

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

    .about {
  background-image: none;
}

#stripe{	
	display: none;
}

}

@media (max-width: 1000px) {

iframe {

width: auto;
height: auto;
}

}

.mfp-hide {
  display: none !important;
}

.acu_video {
  display: block;
  margin: 0 auto;
  width: 560px;
  height: 315px; 
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: white;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

.mfp-close {
  width: 44px;
  height: 44px;
  border-radius: 80px;
  line-height: 44px;
  position: absolute;
  right: 40px;
}

/* About Ends */

/* Services */

@media screen and (min-width: 1280px) {
    .service {
        max-width:100%;
    }
}

.services{
    background: url('../images/SVGs/Services_BG.svg') no-repeat right;
    /* background-color: #E9F6FE; */
    background-size: cover;
    padding-bottom: 10rem;
    padding-top: 28rem;
    background-position: 50% 100%;
    align-items: center;
    justify-content: center;
    
    /* padding-left: 15rem;
    padding-right: 15rem; */
}

.service{
   
    background-size: 100%;
    display: grid;
    grid-gap: 80px;
    margin: 0 auto;
    padding: 0 1em;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.service h3 {
    font-size: 1.7rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.service img {

  padding-top: 1rem;

}

.service-box {
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    font-style: normal;
	font-weight: normal;
    background: #E9F6FE;
    background-size: 300px 500px;
    border: 5px solid #ffffff;
    text-align: center;
    /* padding: 1.5rem 2rem; */
}

.services h2 {
  
    /* display: grid; */
    grid-gap: 30px;
    padding: 2.5rem;
	text-align: center;
	color: #4E4E4E;
	font-size: 3.5rem;
  /* font-family: 'Domaine Display Regular';	 */
  font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: bold;
	src: local('Domaine Display Regular'), url('DomaineDisp-Regular.woff') format('woff');
}

.service-mr-top {
    margin-top: 25%;
}

.service-mr-bot {
    margin-bottom: 25%;
}



.service-mr-bot.grow {
  transition: all 0.2s ease-in-out;
}

.service-mr-bot.grow:hover {
  transform: scale(1.5);
}




/* Media Queries */
@media(max-width:1200px) {
    .service {
    
        background-size: auto;
      /*   display: grid; */
        grid-gap: 30px;
        margin: 0 auto;
        padding: 0 1em;
        max-width: 40em;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        'service-box service-box';
    }

    .service-mr-top {
        margin-top: 0;
    }
    
    .service-mr-bot {
        margin-bottom: 0;
    }
}

@media(max-width:800px) {
    .service {
        background-size: auto;
        /* display: grid; */
        grid-gap: 30px;
        margin: 0 auto;
        padding: 0 1em;
        max-width: 15em;
        grid-template-columns: 1fr;   
        grid-template-areas: 
        'service-box';
    }

    

    .service-mr-top {
        margin-top: 0;
    }
    
    .service-mr-bot {
        margin-bottom: 0;
    }
}







@import url('https://fonts.googleapis.com/css?family=Rozha+One');
@import url('https://fonts.googleapis.com/css?family=Raleway|Rozha+One');

.container {
  text-align: center;
}

.col4 {
  width: 23%;
  float: left; 
  position: relative;
  margin: 0 auto;
}

.transition {
  -webkit-transition: all .5s ease; 
  -moz-transition: all .5s ease; 
  -o-transition: all .5s ease; 
   transition: all .5s ease;
  }

  .transition1 {
    -webkit-transition: all .5s ease; 
    -moz-transition: all .5s ease; 
    -o-transition: all .5s ease; 
     transition: all .5s ease;
    }


.fx2 {
  display: inline-block;
}

.fx2 .item {
  margin: 0px 10px;
}

/* active on focus for accessibility tab navigation */


.fx2 .item {
  padding: 0;
}

.service-mr-top-1 {
  margin-top: 25%;
}

.service-mr-bot-1 {
  margin-bottom: 25%;
}


.fx2 .item img {
  padding: 0 !important;
  display: block;
  max-width: 100%;
  height: auto;
}

.fx2 a:hover .item .transition, .fx2 a:focus .item .transition {
  opacity: 0.4;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.fx2 a:hover .item .transition1, .fx2 a:focus .item .transition1{
  background: #118EEC;
  opacity: 0.9;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease; 
  transition: all .5s ease;
}


.fx2 h4, .fx2 p, .fx2 span {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease; 
  transition: all .5s ease;
} 

.fx2 a .item h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  position: absolute;
  color:#fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  top:28%; left:0;
  right:0;
  margin:0 auto;
  text-align: center;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
}

.fx2 a:hover .item h4, .fx2 a:focus .item h4 {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.fx2 a:hover .item h5, .fx2 a:focus .item h5 {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.fx2 a .item p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  position: absolute;
  color:#fff;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  top:40%;
  left:0;
  right:0;
  margin:0 auto;
  text-align: center;
  opacity: 0;
}

.fx2 a .item h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  position: absolute;
  color:#fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top:72%; left:0;
  right:0;
  margin:0 auto;
  text-align: center;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
}


.fx2 a .item .transition1 {
  position: absolute;

  top:0%;
  opacity: 0;
}

.fx2 a:hover .item p, .fx2 a:focus .item p {
  opacity: 1;
}

.fx2 a:hover .item .transition1, .fx2 a:focus .item .transition1 {
  opacity: .85;
}


@media screen and (max-width: 991px) {
.col4 {width: auto; margin: 0 auto;}
.fx5 a .item h4 {font-size: 13px; margin: 0 auto;}
}   

@media screen and (max-width: 580px) {
.col4 {width: 100%; margin: 0 auto; }
} 



/* Services Ends */



/* Industries */

.industry-BG {

    background: url('../images/SVGs/Shape-circles-rectangle.svg') no-repeat right;
    /* background: #E9F6FE; */
    /* background-image: linear-gradient(90deg, #E5F3FF, #E4FEFF); */
    /* box-shadow: 2px 2px 8px 2px #C8C8C8; */
	background-position: center;
    text-align: center;
    /* font-family: 'Domaine Display Regular'; */
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-size: 2rem;
	font-weight: bold;
	src: local('Domaine Display Regular'), url('DomaineDisp-Regular.woff') format('woff');
    padding-bottom: 6rem;
    padding-top: 6rem;
    
}


.industry-BG h2 {
    overflow: hidden;
    text-align: center;
   }
   
   .industry-BG h2:before {
    right: 0.5em;
    margin-left: -50%;
   }
   .industry-BG h2:after {
    left: 0.5em;
    margin-right: -50%;
   }

.industries{
    
    background-size: auto;

    /* padding-bottom: 1rem;
    padding-top: 1rem; */
    /* padding-left: 8rem;
    padding-right: 8rem; */
}

.industry {
   
    background-size: auto;
    display: grid;
    grid-gap: 50px;
    grid-template-areas: 
    'industry-box industry-box industry-box';
    padding-top: 2rem;
}

.industry h3{
    
    color: #1288EC;
   /*  text-transform: uppercase; */
    font-size: 2.2rem;
}

.industry-box {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 2fr;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
	font-weight: normal;
    text-align: left;
	font-size: 15px;



}

/* Media Queries */
@media (max-width:319px) 
{
	.industry-BG-mobile {

    background: url('../images/SVGs/Shape-circles-rectangle.svg') no-repeat right;
        background-position-x: right;
        background-position-y: center;
    background-position: center;
    text-align: center;
    font-family: 'Domaine Display Regular';
    font-style: normal;
    font-size: 2rem;
    font-weight: bold;
    src: local('Domaine Display Regular'), url('DomaineDisp-Regular.woff') format('woff');
    padding-bottom: 6rem;
    padding-top: 6rem;
    max-width: 50%;
    margin-left: -41px;
	
	}
	.industries{
		display:none;
	}
	
	.a1{
		margin-left: 30px;
		margin-top: -22px;
	}
	
	.a2{
		
		margin-left: 30px;
	}
	
	.a3{
		margin-left: 30px;
	}
	
	.a4{
		margin-left: 30px;
	}
	
	
	.a5{
		margin-left: 30px;
	}
	
	
	.a6{
		margin-left: 30px;
	}
	
	
	.a7{
		margin-left: 30px;
	}
}


@media(max-width:1500px) {
    .industry {
        
        grid-template-areas: 
        'industry-box industry-box';
    }
}

@media(max-width:1000px) {
    .industry {
   
        grid-template-areas: 
        'industry-box';
    }
}

@media(max-width:500px) {

    .industry {
   
        grid-template-areas: 
        'industry-box';
    }
	
	
	
}

/* News */

.news{
    background: url('../images/SVGs/News-BG-Shape.svg') no-repeat right;
    background-size: 80%;
    padding-bottom: 5rem;
    padding-top: 20px;
    /* background-attachment: fixed; */
  background-position: center; 
  background-position: fixed;
}

@media(min-width: 320px) and (max-width: 991px)
{
	.news{
		background: none;
	}
}
		

@media screen and (min-width: 5em) {
    .latest_news {
        /* max-width: 80em; */
    }
}

.latest_news h2 {

/*     display: grid; */
	text-align: center;
	color: #4E4E4E;
	font-size: 3.5rem;
	/* font-family: 'Domaine Display Regular'; */
  font-style: normal;
  font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
    src: local('Domaine Display Regular'), url('DomaineDisp-Regular.woff') format('woff');
    padding-bottom: 40px;
    
}

.latest_news {
    
    /* background-size: auto; */
    /* padding-bottom: 1rem;
    padding-top: 1rem; */
    
    /* padding-left: 20rem;
    padding-right: 20rem; */
   
    margin: 0 auto;
    padding: 0 1em;
    

    text-align: center;
}

.thumbnail{
	border: 0px;
}



.news-1 {
   
    background-size: auto;
    grid-row-gap: 20px;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    
}

.news-2 {
   
    grid-template-areas: 
    'news-box news-box';
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.news-box {
   
    grid-gap: 10px;
    grid-template-columns: 1fr 2fr;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
	font-weight: normal;
    text-align: left;

}

.news-box p {
    
    padding-top: 20px;
 }

.button_1 {
    color: #1288EC;
    font-size: 1rem;
    padding: .8rem 2.5rem;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #1288EC;
    margin-bottom: 50px;
}

@media(min-width:992px) and (max-width:1700px) {
    .news{
      
        background: block;
      
    }
}

/* @media(max-width:1500px) {
    
    .news-box img {
        
        
         height: 250px;
    }

    .latest_news {
        margin: 0 auto;
    padding: 0 1em;
	width:100%;
	
    }
}

@media(max-width:1100px) {
    
    .news-box img {
        
        
        height: 220px;
    }
    .latest_news {
        margin: 0 auto;
    padding: 0 1em;
    }
}

@media(max-width:1000px) {
    
    .news-box img {
        
        height: 200px;
    }
    .latest_news {
        margin: 0 auto;
    padding: 0 1em;
    }
}

@media(max-width:950px) {
    .news-1 {
        grid-template-columns: 1fr;   
        grid-template-areas: 
        'news-box';
        text-align: center;
    }
    .news-2 {
        grid-template-columns: 1fr;   
        grid-template-areas: 
        'news-box';
    }
    .news-box img {
        
       height: 180px;
    }
    .latest_news {
        margin: 0 auto;
    padding: 0 1em;
    }
}

@media(max-width:500px) {
    
    .news-1 {
        grid-template-columns: 1fr;   
        grid-template-areas: 
        'news-box';
    }
    .news-2 {
        grid-template-columns: 1fr;   
        grid-template-areas: 
        'news-box';
        margin: 0 auto;
    padding: 0 1em;
    }
    .news-box img {
        
      
    }
    .latest_news {
        margin: 0 auto;
    padding: 0 1em;
    }
} */

/* Career */

body {font-family: sans-serif;}
p {color: #666;}

.centered h2 {
    color:#4E4E4E;
	font-size: 3.5rem;
  /* font-family: 'Domaine Display Regular'; */
  font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
    font-weight: bold;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 2.5rem;

}
.centered {
    margin: 0 auto;
    padding: 0 1em;
}

@media screen and (min-width: 52em) {
    .centered {
        max-width: 52em;
    }
}

/*--------------------------------------------------------------
Header styles minus menu
--------------------------------------------------------------*/

.site-title {
    margin: 0 0 1em;
    padding: 1em 0;
    font-size: 2em;
    font-weight: 300;
    text-align: center;
    color: black;
}

@media screen and (min-width: 44.44em) {
    .site-title {
        font-size: 2em;
    }
}
    
@media screen and (min-width: 50em) {
    .site-title {
        font-size: 2.5em;
    }
}

/* Card Based Layout - Base styles */


.site-title {
	color: white;
}

.card {
	font-family: 'Source Sans Pro', sans-serif;
	background: white;
	margin-bottom: 2em;	
  text-align: center;

  box-shadow: 3px 3px 8px hsl(0, 0%, 70%);
  border-bottom: 4px solid #fff;
  border-radius: 8px;
}

.card:hover {
  transform: translateY(-5px);
  border-color: #1289EE;
}


.card-content {
	padding: 1.4em;
	text-align: center;
}

.card-content h5 {
	font-weight:bold;
	color: #1289EE;
	margin-top: 0;
	margin-bottom: .5em;
}

.card-content p {
	font-size: 95%;
}

.button_2 {
    color: #02C2CE;
    font-size: .8rem;
    padding: .6rem 1.6rem;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #02C2CE;
}


.btn :hover{
  background-color: burlywood; 
  border: 1px solid #02C2CE; 
  color:black;
}


/* Flexbox styles */
@media screen and (min-width: 640px) {  
  .cards {
    margin-top: -1em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .card {
    margin-bottom: 1em;
    display: flex;
    flex: 0 1 calc(50% - 0.5em);
    /* width: calc(50% - 1em); */
  }
} /* mq 40em*/





/* Info */
.info {
    /* background: var(--primary);
    box-shadow: var(--shadow); */
   
    /* grid-template-columns: repeat(2, 1fr); */
   /*  padding: 3rem; */
    /* padding: 50px 0; */
	text-align: center;
	color: #4E4E4E;
	font-size: 2rem;
	/* font-family: 'Domaine Display Regular'; */
	font-style: normal;
	font-weight: normal;
	src: local('Domaine Display Regular'), url('DomaineDisp-Regular.woff') format('woff');
}

@media(max-width:1050px) {
    .info {
        
        margin: 2em;
    }
}

/* Testimonial Main CSS */

.testimonial-reel {
    margin-bottom: 4rem !important;
    margin-top: 4rem; }
    .testimonial-reel .box {
      position: relative;
     /*  margin-left: 50px;
      margin-top: 35px;
      margin-bottom: 40px; */ }
      .testimonial-reel .box .image {
        /* margin: 0 auto -45px; */
        text-align: center;
        position: absolute;
        top: 30px;
        left: -48px;
		
		}
		
		@media(min-width: 320px) and (max-width:991px)
		{
			.testimonial-reel .box .image {
			max-width: 300px;
			max-height: 500px;
			}
		}
  
        .testimonial-reel .box .image img {
          height: 100px;
          margin: 0 auto;
			margin-left: -7px;		  }
  
        .testimonial-reel .box .quote {
        margin: 0 auto -45px;
        text-align: center;
        position: absolute;
        top: -38px;
        right: 30px; }
  
        .testimonial-reel .box .quote img {
          height: 90px;
          margin: 0 auto; }
  
      .testimonial-reel .box .test-component {
        background-color: #fff;
        padding: 2rem 2.2rem;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        border-radius: 5px;
      
       /* max-width: 100%; */  
      }
      .testimonial-reel .box .test-title {
          font-family: 'Source Sans Pro', sans-serif;
      font-style: normal;
      font-weight: normal;
        color: #515151;
        text-align: left;
        margin-top: 2.1rem;
        margin-left: 1.8rem;
        margin-bottom: 15px; }
      .testimonial-reel .box .test-content {
          font-family: 'Source Sans Pro', sans-serif;
      font-style: normal;
      font-weight: normal;
          margin-left: 1.8rem;
          margin-bottom: 2rem;
          text-align: left; }
    .testimonial-reel .slick-slide {
      opacity: 0.3;
      transform: scale(0.5);
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      padding-left: 1rem;
      padding-right: 1rem; }
      .testimonial-reel .slick-slide.slick-cloned {
      transform: scale(.5);
        opacity: 0.3;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .testimonial-reel .slick-slide.slick-current.slick-active {
        opacity: 1;
        transform: scale(1);
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
  
    

/* Testimonial Sub */

.testi {
    background-color: #E9F6FE;
    padding-bottom: 1px;
}

.testimonial-BG {

    background: url('../images/SVGs/Shape-circles-rectangle.svg') no-repeat right;
	background-position: center;
	margin: 30px 50px;
    text-align: center;
    /* font-family: 'Domaine Display Regular'; */
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-size: 2rem;
	font-weight: bold;
	src: local('Domaine Display Regular'), url('DomaineDisp-Regular.woff') format('woff');
    padding-bottom: 6rem;
    padding-top: 6rem;
    
}


/* .testimonial-BG h2 {
    overflow: hidden;
    text-align: center;
   }
   .testimonial-BG h2:before,
   .testimonial-BG h2:after {
    background-color: #1288EC;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 5%;
   }
   .testimonial-BG h2:before {
    right: 0.5em;
    margin-left: -50%;
   }
   .testimonial-BG h2:after {
    left: 0.5em;
    margin-right: -50%;
   } */

   /* Testimonial Responsive*/

   @media screen (max-width: 1024px) {
    
    .testimonial-reel {
        margin-left: 2rem !important;
        margin-right: 2rem; 
    }
        .testimonial-reel .box {
          position: fixed;
          margin-top: 35px;
          margin-bottom: 40px; 
        }

  }
  

/* Contact */

.contact{
    
    background-size: auto;
    /* padding-bottom: 1rem;
    padding-top: 1rem; */
    padding-left: 8rem;
    padding-right: 8rem;
}

.contact-BG {

    background: url('../images/ContactBG.jpg') no-repeat right;
    text-align: center;
    /* font-family: 'Domaine Display Regular'; */
    font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: normal;
	/* src: local('Domaine Display Regular'), url('DomaineDisp-Regular.woff') format('woff'); */
    padding-bottom: 6rem;
    padding-top: 6rem;
    
}

.contact-details {
   
    background-size: auto;
   
    grid-gap: 50px;
    grid-template-areas: 
    'industry-box industry-box industry-box';
}

.industry-box {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 2fr;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
	font-weight: normal;
    text-align: left;
    /* padding-bottom: 1rem;
    padding-top: 1rem; */
}

/* -- Contact --*/

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	/* font-family: Poppins-Regular, sans-serif; */
}

/*---------------------------------------------*/
a {
	/* font-family: Poppins-Regular; */
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {	
	text-decoration: none;
}

/*---------------------------------------------*/
/* h1,h2,h3,h4,h5,h6 {
	margin: 0px;
} */

/* p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
} */

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder {color: #999999;}
input:-moz-placeholder {color: #999999;}
input::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder {color: #999999;}

textarea::-webkit-input-placeholder {color: #999999;}
textarea:-moz-placeholder {color: #999999;}
textarea::-moz-placeholder {color: #999999;}
textarea:-ms-input-placeholder {color: #999999;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wrap-contact100 {
  width: 670px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}


.linkedin {
    font-size: 25px;
  display: inline-block;
  border-radius: 500px;
  border-style: solid;
  border-color: #707070;
  /* box-shadow: 0px 0px 3px #888; */
  padding: 0.2em 0.45em;

}


.linkedin :hover {
 
  color: #02C2CE;
  border-color: #02C2CE;

}

.twitter {
    font-size: 25px;
  display: inline-block;
  border-radius: 500px;
  border-style: solid;
  border-color: #707070;
  /* box-shadow: 0px 0px 3px #888; */
  padding: 0.2em 0.45em;

}

.twitter :hover {
 
    color: #02C2CE;
    border-color: #02C2CE;
  
  }

.facebook {
    font-size: 25px;
  display: inline-block;
  border-radius: 500px;
  border-style: solid;
  border-color: #707070;
  /* box-shadow: 0px 0px 3px #888; */
  padding: 0.2em 0.45em;

}

.facebook :hover {
 
    color: #02C2CE;
    border-color: #02C2CE;
  
  }

/* i.fab {
    font-size: 25px;
  display: inline-block;
  border-radius: 500px;
  border-style: solid;
  border-color: coral;
  
  padding: 0.5em 0.5em;

} */

/*==================================================================
[ Title form ]*/
.contact100-form-title {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  padding: 250px 15px 250px 15px;
}

.contact100-form-title-1 {
    font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: normal;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 7px;
}

.contact100-form-title-2 {
    font-family: 'Domaine Display Regular';
    font-style: normal;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.contact100-form-title-2 h1{
   
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 70px;
  
}

.contact100-form-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  /* height: 100%; */
  top: 0;
  left: 0;
  /* background-color: rgba(54,84,99,0.7); */
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 43px 88px 57px 190px;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 26px;
}

/* .label-input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  text-align: right;

  position: absolute;
  top: 14px;
  left: -105px;
  width: 80px;

} */

/*---------------------------------------------*/
.input100 {
    font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: normal;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  background: transparent;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

  background: #1289EE;
}


/*---------------------------------------------*/
input.input100 {
  height: 45px;
}


textarea.input100 {
  min-height: 115px;
  padding-top: 14px;
  padding-bottom: 13px;
  border-top: 1px solid #b2b2b2;
border-left: 1px solid #b2b2b2;
border-right: 1px solid #b2b2b2;
border-radius: 5px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
 
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #686868;
  
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #686868;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #333333;
  color:#fff;
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .contact100-form {
/*     padding: 43px 15px 57px 117px; */
  }
}

@media (max-width: 480px) {
  .contact100-form {
     padding: 43px 15px 57px 15px; 
  }

  /* .label-input100 {
    text-align: left;
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 5px;
  } */
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/* Contact - Right Side */

.container-contact100 {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
	font-weight: normal;
    text-align: left;
}

.contact100-more {
    /* width: 50%; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    /* padding: 30px 15px 0px 15px; */
  }
  
  .contact100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0,0,0,0.8); */
  }

  .our-office-head {
   /*  font-family: 'Domaine Display Regular'; */
    font-size: 2rem;
    padding-bottom: 1rem;
    color: #515151;
  }
  .get-in-touch{
	  font-family: 'Source Sans Pro', sans-serif;
    font-size: 3rem;
    padding-bottom: 1rem;
    color: #515151;
  }

  .txt1 {
      color: #707070;
  }

  .txt2 {
  /*   color: #707070; */
}

.txt3 {
    color: #707070;
}

  .follow-head {
   /*  font-family: 'Domaine Display Regular'; */
    font-size: 3rem;
    padding-bottom: 1rem;
    padding-right: 15px;
    color: #515151;
  }

  .follow-us {
    /* padding-bottom: 1.5rem; */
    justify-content: center;
  }

  .flex-w {
      padding-bottom: 1.5rem;
  }

  .dis-flex {
      padding-bottom: 1.5rem;
  }

  .icon-background {
    color: #686868;  
}

.fab {
    color: #686868;
}



/* Footer */
footer {
    margin-top: 2rem;
    background: #E9F6FE;
    color: #686868;
    text-align: center;
    padding: 1rem;
}

/* Media Queries */
@media(max-width:700px) {
    .top-container {
        grid-template-areas: 
        'showcase showcase'
        'top-box-a top-box-b';
    }

    .showcase h1 {
        font-size: 2.5rem;
    }

    .main-nav ul {
        grid-template-columns: 1fr;
    }

    .info {
        grid-template-columns: 1fr;
    }

    .info .btn {
        display: block;
        text-align: center;
        margin: auto;
    }
}

@media(max-width:500px) {
    .top-container {
        grid-template-areas: 
        'showcase'
        'top-box-a'
        'top-box-b';
    }
}

@media(min-aspect-ratio:16/9) {
    #videoBG {
        width: 100%;
        height: auto;
    }
}

/* @media(max-aspect-ratio:16/9) {
    #videoBG {
        width: auto;
        height: 100%;
    }
} */