/*========================

comments

========================*/
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

html{
	scroll-behavior: smooth;
}
@viewport{
  zoom:1.0;
  width:extend-to-zoom
}
@-ms-viewport{
  width: extend-to-zoom;
  zoom:1.0;
}
/*==================

header

====================*/
.logo {
  position: fixed;
  float: left;
  margin: 16px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.logo img{
  margin-top: -30px;
}


nav {
  position: fixed;
  width: 100%;
  z-index: 1000000;
}

nav ul {
  text-decoration: none;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  color: #fff;
  padding: 0;
  text-align: center;
  margin: 0;
  transition: 1s;
}

nav.black ul{
  background: linear-gradient(to bottom right,#0f1013,#181a8a);
  text-decoration: none;
}

nav ul li{
  list-style: none;
  text-decoration: none;
  display: inline-block;
  padding: 15px;
}

nav ul li a {
  font-weight: 500;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}
nav ul li a:hover{
  color:#06c78d;
  text-decoration: none;

}

.menu-icon {
  width: 100%;
  background: #000;
  text-align: right;
  box-sizing: border-box;
  padding: 15px 24px;
  cursor: pointer;
  color: #fff;
  display: none;
}




@media(max-width: 580px) {
  .logo {
    position: fixed;
    top: 0;
    margin-top: 16px;
  }
  
  nav ul {
    max-height: 0px;
    background: #000;
  }
  
  nav.black ul {
    background: linear-gradient(to bottom right,#0f1013,#181a8a);
  }
  
  .showing {
    max-height: 20em;
  }
  
  nav ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }

  .menu-icon {
    display: block;
  }
}


#loader-1{
  position: absolute;
  top: 18%;
  left: -30%;
  transform: translate(-50%, 50%)
  
}

#loader-1 h1 {
  font-family: 'Work Sans', sans-serif;
  font-size: calc(100% + 1vw + 1vh);
  margin: 0;
  padding: 0;
  font-size: 3em;
  color: rgba(255, 255, 255, .1);
  background-image: url("images (4).jpg");
  background-repeat: repeat-x;
  -webkit-background-clip: text;
  animation: fill-up 7s linear infinite;
}
#loader-1 h3{
  font-family: 'Work Sans', sans-serif;
  font-size: calc(100% + 1vw + 1vh);
  font-size: 34px;
  color: #fff;
}
#loader-1 p{
  font-family: 'PT Serif', serif;

font-size: calc(100% + 1vw + 1vh);
  color:#fff;
  font-size: 14px;

}
@media (min-width: 576px) {
    .loader-1{
      display: none;
    }
}




@keyframes fill-up {
  0% {background-position: left 0px top 80px;}
  40% {background-position: left 800px top -50px;}
  80% {background-position: left 1800px top -50px;}
  100% {background-position: left 2400px top -50px;}
}
.web-logo{
  position: absolute;
  margin-top: 60px;
  margin-left: 45px;
  color: #fff;
    
}

/*nav .icons2 
{
	
	float: right;
	
	
}
nav .icons2  a > i {
     height: 40px;
    transition: .5s;


}
.icons2 a > i:hover{
	background: #84a456;
}

nav .black,
.icons2 a > i{
   color: #fff;
    line-height: 50px;
}*/

#particles-js{
	background: linear-gradient(to bottom right,#0f1013,#181a8a);
	height: 100vh;
	display:flex;
	flex-direction:column;
	text-align: center;
	justify-content: center;
	color: #fff;
  z-index: -10000;
}



@import url('https://fonts.googleapis.com/css?family=Sigmar+One');



.loader{
  position: absolute;
  top: 35%;
  left: 7%;
  transform: translate(-50%, 50%)
  z-index:10000;
}
.loader h1 {
  
  font-size:          5vw;
  font-family: 'Work Sans', sans-serif;
  margin: 0;
  padding: 0;
  
  color: rgba(255, 255, 255, .1);
  background-image: url("images (4).jpg");
  background-repeat: repeat-x;
  -webkit-background-clip: text;
  animation: fill-up 7s linear infinite;
}
.loader h3{
  font-size:          3.5vw;
  font-family: 'Work Sans', sans-serif;

	color: #fff;
}
.loader p{
  font-size:          1vw;
  font-family: 'PT Serif', serif;
font-family: 'Work Sans', sans-serif;
	color:#fff;
	

}

@keyframes fill-up {
  0% {background-position: left 0px top 80px;}
  40% {background-position: left 800px top -50px;}
  80% {background-position: left 1800px top -50px;}
  100% {background-position: left 2400px top -50px;}
}
.web-logo{
	position: absolute;
	margin-top: 60px;
	margin-left: 45px;
	color: #fff;
    
}



 /*.animation img{
	width: 50px;
	animation: animation 7s linear infinite;

}
@keyframes animation{
	0%{
		transform: translatey(0);
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	70%{
		opacity: 1;
	}
	100%{
		transform: translateY(-80vh);
		opacity: 0;
	}
}
.animation img:nth-child(1){
	animation-delay: 0.1s;
}
.animation img:nth-child(2){
	animation-delay: 0.9s;
}
.animation img:nth-child(3){
	animation-delay:1.2s;
}
.animation img:nth-child(4){
	animation-delay: 1.8s;
}
.animation img:nth-child(5){
	animation-delay: 0.5s;
}
.animation img:nth-child(6){
	animation-delay: 0.01s;
}
.animation img:nth-child(7){
	animation-delay: 2.2s;
}
.animation img:nth-child(8){
	animation-delay: 0.3;
}
.animation img:nth-child(9){
	animation-delay: 0.45s;
}
.animation{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: absolute;
	bottom: 10px;
}
*/

/*==================

services

====================*/




.container{
	padding: 0 70px;
}
.material{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content h1{
  font-family: 'Work Sans', sans-serif;
margin-top: 280px;
color: #434a54;
font-size: 3rem;
}
.content p{
  font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
	color: #656d78;
	margin-top: 30px;
	margin-bottom: 80px;
	max-width: 380px;
	font-size: 16px;
	font-weight: 400;

}


.wrapper{
	overflow: hidden;
}
.features{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.features-grp-2{
	margin-left: 50px;
	margin-top: 60px;
	padding-bottom: 40px;
}
.features-1{
	max-width: 290px;
	max-height: 420px;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.7);
	padding: 20px;
	background-color: #fff;
	text-align:center;
}
.features-1:hover{
	background-color: #edf582;
	transform: scale(1.09);
}
.features-2{
	max-width: 290px;
	max-height: 500px;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.7);
	padding: 20px;
	background-color: #fff;
}
.features-2:hover{
	background-color: #f0a3c9;
	transform: scale(1.09);
}
.features-3{
	
	max-width: 290px;
	max-height: 420px;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.7);
	padding: 20px;
	background-color: #fff;
  margin-left: -8%;
  margin-top: -40px;
}
.features-3:hover{
	background-color: #33e2f2;
	transform: scale(1.09);
	
}
.features-4{
	max-width: 290px;
	max-height: 420px;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.7);
	padding: 20px;
	background-color: #fff;
  margin-left: -8%;
}
.features-4:hover{
	background-color: #5df5a1;
	transform: scale(1.09);
	
}
.features-2{
	margin-top: 20px;
}
.features-4{
	margin-top: 20px;
}
.features img{
	width: 140px;
	filter: drop-shadow(0.1rem 0.2rem rgba(0,0,0,0.35));
	position: relative;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
}
.features h2{
  font-family: 'Work Sans', sans-serif; 
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	padding: 10px 0px 10px 0px;
	color: #434a54;
}
.features p{
   font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
	margin-top: 2px;
	font-size: 13px;
	text-align: center;
	color: #434a54;
	line-height: 1.5;
}
.bg-2{
	width:400px;
	position: absolute;
	top:750px;
	left: -200px;
	z-index: -1;
	animation: rotateinfinite 35s linear infinite;
}
@keyframes rotateinfinite{
	from{
		transform: rotate(0deg);

	}
	to{
		transform: rotate(359deg);
	}
}

@media (max-width:990px ){
	.features{

		grid-template-columns: 1fr;
        margin: 0 auto;

	}
	.content{
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
	.content p{
     font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
		margin-left: 80px;
		text-align: center;
		width: 100%;
		
	}
	.features-3
	.features-4{
		margin-right: 1000px;
		margin-bottom: 50px;
	}
	
}
@media (max-width:570px ){
  .content p{
    display: none;
  }
}

/*============

about us

====================*/
#about{
	padding: 80px;
	max-height: auto;
	padding-bottom:10px;
	text-align: center;
	background-image: url(about-us.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #fff;
  width: 100%;

}
#about h2{
  font-family: 'Work Sans', sans-serif; 
	margin-top: 40px;
	font-weight: 600;
}
#about p{
   font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
	width: 80%;
	margin:auto;
	background-color: rgba(0,0,0,0.2);
	font-size: 1.2vw;

}
#about p:hover{
	background-color: #181a89;
}
.btn{
	margin-top: 50px;
	background-color: rgba(0,0,0,0.01);
	padding: 10px 15px 10px 15px;
	
	
    outline: 3px solid #181a89;
	cursor: pointer;
	color: #fff;

}
#about .btn:hover{
	background-color: #fff;
	color: black;

}
.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}
@media(max-width:880){
  #about p{
    max-width: 100%;
  }
}
/*====================

why choose us

=====================*/


.why-us h2 {
    position: relative;
    margin-bottom: 35px;
    font-weight: 500;
    color: #181a8a;
}
.why-us h2::after {
    content: "";
    width: 120px;
    height: 3px;
    display: inline-block;
    background: #181a8a;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    margin: 0 auto;
}

.why-us .box {
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.10);
    transition: 0.5s;
    position: relative;
    background-color: #333;
    max-height: 230px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
}
.why-us .box:hover {
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.20);
  background-color: rgba(0, 0, 0, 0.3);
}
.why-us .box img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition:all ease 1s; 
}
.why-us .box:hover img {
  opacity: 1;
}
.why-us .box span {
    display: block;
    font-size: 56px;
    font-weight: 700;
    color: #6b6060;
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: normal;
}
.why-us .box h4 a {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #dadada;
  text-decoration: none;
}
.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box:hover span,
.why-us .box:hover h4 a,
.why-us .box:hover p {
    color: #fff;
}











/*.container3 {
	perspective: 700px;

    margin: 50px auto;
    width: 450px;
    height: 400px;
    border-radius: 50%;
    background-image: url("choose-us-img.jpg");
    background-size: cover;
    background-position: 43%;
    opacity: .8;
    position: relative;    
}

.center-div {
   position: absolute;
   top: 45%;
   margin-top: -30px;
   width: 80%;
   left: 50%;
   transform: translate(-50%,-50%); 
}

.center-div h2 {
  font-family: 'Work Sans', sans-serif;  
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 150px;
}

.center-div p {
  font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
    margin-top: 10px;
    text-align: center;
    font-size: 14.5px;
    font-weight: 400;
    color: #ccc;
    line-height: 1.8;

}

.choices {
    display: flex;
}

.left-top,
.right-top,
.right-bottom,
.left-bottom {
    position: absolute;
    display: flex;
    transition: .6s;
    cursor: pointer;
    width: 100%;
    user-select: none;
}

.left-top:hover,
.right-top:hover,
.right-bottom:hover,
.left-bottom:hover {
    transform: scale(1.1);
}

.left-top {
    left: -75%;
    top:  3%;
}

.right-top {
    left: 75%;
    top: 3%;
}

.right-bottom {
    left: 75%;
    top: 80%;
}

.left-bottom {
    left: -75%;
    top: 80%;
}

.left-top-circle,
.right-top-circle,
.right-bottom-circle,
.left-bottom-circle {
    position: relative;   
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
   
}

.left-top-circle{
    left: 81%;    
}


.left-bottom-circle {
    left: 81%;
}

.left-top-circle img,
.right-top-circle img,
.right-bottom-circle img,
.left-bottom-circle img {
    width: 70%;
    height: 60%;
    display: block;
    position: absolute;
    top: 18%;
    left: 14%;
}

.left-top-text,
.right-top-text,
.right-bottom-text,
.left-bottom-text {
	font-size: 12px;
    position: relative;
    padding: 10px;
    width: 80%;
   
}

.left-top-text {
    left: -27%;
    
}
.right-top-text {
    left: 5%;
}

.right-bottom-text {
    left: 5%;
    top: 80%;
}

.left-bottom-text {
    left: -27%;
}

.left-top-text h3,
.right-top-text h3,
.right-bottom-text h3,
.left-bottom-text h3 {
  font-family: 'Work Sans', sans-serif;
    text-align: right;
    color: #263c41;
    opacity: .9;
    font-size: 22px;
}

.right-top-text h3,
.right-bottom-text h3{
    text-align: left;
}

.left-top-text p,
.right-top-text p,
.right-bottom-text p,
.left-bottom-text p {
    font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
    margin-top: 30px;
    color: #979dac;
    font-weight: 500;
    line-height: 1.4;
    text-align: justify;
    font-size: 16px;
}
@media (max-width: 900px){
  .container3{
    width: 80%;
    text-align: center;
  }
  .container3 .center-div h2{
    font-size: 18px;
    margin-top: 100px;
  }
  .container3 .center-div p{
    font-size: 13px;
  }
  .choices{
    display: flex;

  }
  

}


*/



/*====================

portfolio

=====================*/


#projects {
	background: linear-gradient(to bottom right,#0f1013,#181a8a);
	position: relative;
  padding: 30px 30px;
  text-align: center;
  padding-bottom: 50px;
  
}

#projects > p {
    font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
	color: #fff;
  margin-bottom: 50px;
}
#projects > h2{
  font-family: 'Work Sans', sans-serif;
	margin-top: 60px;
	color: #fff;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 25px;
  margin: 8px auto;
}
.project-img img{
  max-width: 100%;
  height: auto;
  display: block;
}
.project-tile > a {
  text-decoration: none;
  color: #fff;
  font-family: 'Work Sans', sans-serif;

}
.project-tile > a:hover{

    color:#06c78d;
  text-decoration: none;

}
.desc > p {
  font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
  }

@media only screen and (max-width: 900px) {
  .projects-grid {
    grid-template-columns: 10fr;
    margin: 0 auto;
  }
}

.card {
  position: relative;
  padding-bottom: 10px;
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 5px;
}

.card:hover {
  box-shadow: 0 0 2rem -0.7rem #D9D9D9;
  border: 2px solid #D9D9D9;
}

.desc {
  padding: 0.5rem;
  text-align: left;
}

.project-tile {
	font-size: 22px;
  margin: 10px 0 50px 0;
}

.project-tile > a {
  font-family: 'Work Sans', sans-serif;
  color: #181a8a;
  font-weight: 400;
}

.desc > p {
  font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
	font-size: 16px;
}



/*  our team
___________________________________*/

/*
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #032e9c;
    margin-bottom: 50px;
    margin-top: 40px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}


*/


 section {
   padding: 50px 0 20px 0;
   min-height: 100vh;
        }
.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #181a8a;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-family: 'Work Sans', sans-serif;
	margin-top: 28px;
  color: #181a8a;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}
.work-porcess-area {
    background: #f6f8fc;
}

.work-porcess-area.white {
    background: #FFFFFF;
}

.work-porcess-area .process-info {
    margin-top: 7px;
}

.work-porcess-area .process-info .single-process {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding-top: 53px;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0 10px 30px 0 rgba(24, 26, 138, 0.4);
    -o-box-shadow: 0 10px 30px 0 rgba(24, 26, 138, 0.4);
    -moz-box-shadow: 0 10px 30px 0 rgba(24, 26, 138, 0.4);
    -ms-box-shadow: 0 10px 30px 0 rgba(24, 26, 138, 0.4);
    box-shadow: 0 10px 30px 0 rgba(24, 26, 138, 0.4);
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.work-porcess-area .process-info .single-process:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(24, 26, 138, 0.4)
    -o-box-shadow: 0 10px 30px 0 rgba(24, 26, 138, 0.4)
    -moz-box-shadow: 0 10px 30px 0 rgba(24, 26, 138, 0.4)
    -ms-box-shadow: 0 10px 30px 0 rgba(24, 26, 138, 0.4)
    box-shadow: 0 10px 30px 0 rgba(24, 26, 138, 0.4)
}

.work-porcess-area .process-info .single-process:after {
    position: absolute;
    content: "\f101";
    font-family: "fontawesome";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -65px;
    color: #181a8a;
}

.work-porcess-area .process-info .single-process.first {
    background: #181a8a;
}

.work-porcess-area .process-info .single-process.first i:before {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.first h4 {
  font-family: 'Work Sans', sans-serif;
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.thard {
    background: #181a8a;
}

.work-porcess-area .process-info .single-process.thard i:before {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.thard h4 {
  font-family: 'Work Sans', sans-serif;
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.last:after {
    display: none;
}

.work-porcess-area .process-info .single-process i {
    display: block;
    line-height: 25px;
    margin-bottom: 12px;
}

.work-porcess-area .process-info .single-process i:before {
    font-size: 36px;
    color: #181a8a;
}

.work-porcess-area .process-info .single-process h4 {
  font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #181a8a;
}
.work-porcess-area .process-info .single-process p{
  font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
	margin-top: 70px;
	font-size: 14px;
	color: #181a8a;
}

@media only screen and (max-width: 900px) {
     .work-porcess-area .process-info .single-process::after {
        display: none;
    }
    .work-porcess-area .process-info .single-process{
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .work-porcess-area .process-info .single-process p{
      font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
    	
    	width: 100%;

    }
    .section-header p{
      font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
    }
    .work-porcess-area .process-info .single-process h4 {
      font-family: 'Work Sans', sans-serif;
    }
    .work-porcess-area .section-title h2{
      font-family: 'Work Sans', sans-serif; 
        margin-bottom: 5px;
    }
    .section-header h2 {
      font-family: 'Work Sans', sans-serif; 
    font-size: 30px;
}

}
*/








/*==================

contact

====================*/

/*.contact{
	height:10px;
	width:100%;

}
.cnt{
	background-color: #dfe2e8;
	width: 100%;
	padding: 25px 5px 25px 5px;
	text-align: center;
}
.cnt-col{
	width: 33.33%;
	float: left;
}
.cnt::after{
	content:"";
	clear: both;
	display: table;
}*/



/*==================

contact info

====================*/

.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #f82249;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
   font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}


#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #f82249;
}

#contact .contact-info address,
#contact .contact-info p {
   font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-family: 'Work Sans', sans-serif; 
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  font-family: 'Work Sans', sans-serif; 
  color: #06c78d;
  text-decoration: none;
}



#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #f82249;
  border: 1px solid #f82249;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #115ed6;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #e0072f;
}



/*==================

footer

====================*/
.container-fluid{
  background:url(detailed-address-icon-use-it-wisely-26.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}




/*.work{
  min-height: 70vh;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:url(detailed-address-icon-use-it-wisely-26.jpg);
  opacity: .8;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
   
  
}


.work h2{
  font-family: 'Work Sans', sans-serif; 
	color: #181a8a;
	font-size: 50px;
	text-align: center;
	margin-right: 100px;
}
@media (max-width: 880px){
  .work{
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .work h2{
    text-align: center;
    margin-left: 60px;
  }
  .ground{
    max-width: 80%;
    
  }
}*/





/*foooter*/
.footer-distributed{
  background: #26272b;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
  width: 40%;
}

/* The company logo */

.footer-distributed img{
 
  margin-left: 120px;
  
  
}



/* Footer links */

.footer-distributed .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{

  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color:  inherit;
}

.footer-distributed .footer-company-name{
  color:  #fff;
  font-size: 14px;
  font-weight: normal;
  margin-top: 100px;
  margin-bottom: 0px;
}

/* Footer Center */

.footer-distributed .footer-center{
  width: 35%;
}

.footer-distributed .footer-center i{
  background-color:  #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
    font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
  display: inline-block;
  color: #ffffff;
  font-weight:400;
  vertical-align: middle;
  margin:0;
}

.footer-distributed .footer-center p span{
    font-family: 'PT Serif', serif; font-family: 'Work Sans', sans-serif;
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  font-family: 'Work Sans', sans-serif;
  color:  lightseagreen;
  text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
  width: 20%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  transition: .5s;  
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}
.footer-distributed .footer-icons a:hover{
  color: #06c78d;

}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

  .footer-distributed{
    font: bold 14px sans-serif;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer-distributed .footer-left img{
    margin-left: 10px;
  }


  .footer-distributed .footer-center i{
    margin-left: 0;
  }

}





/*==================

media quiries

==================*/
