html{
    font-family: -system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
}
body{
	margin: 0 auto;
	padding:0px;
	font-family: -system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;	
}
a{
	color:white;
}
section{
	padding:50px 0px;
}
.fa, .fas {
    font-weight: 900;
    padding: 8px;
	
}
i.fa.fa-mobile {
    padding: 8px 11px;
}
.button {
  background-color: #32a9b1 /* Green */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #000;
  margin-bottom:50px;
  
}

.button1:hover {
  background-color: #000;
  color: white;
}
.navbar{
	margin-bottom:0px;
}
/* .navbar-brand {   */
    /* height: 85px !important; */
    /* padding: 10px 15px !important; */
/* } */

.navbar-toggler {
	background-color: white !important;
}
.navbar-toggler-icon {
    width: 0.5em;
	height: 0.5em;
}
.navbar-brand>img {
    display: block;
    width: 150px;
}

.navbar-expand-lg {
    background-color: transparent;
    border-color: transparent;
	border-radius:0;
	
}
.navbar-nav>li>a {
    line-height: 55px;
}
.navbar-expand-lg .navbar-nav>li>a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.navbar-expand-lg .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #000;
}
/*---------- Video CSS -----------*/
.video{
	
	object-fit: cover;
	position:absolute;
	transition:all 1.2s linear;
	z-index:-10;	
}
.video1{
	opacity:1;
	margin:6% 26%; 

}
.video2{
	opacity:0;
}
.container1{
	width:100%;
	height:auto;
	background-color: #d87a25;
	

}
.text{
	text-align:center;
	top:50%;
	left:50%;
	position:absolute;
	transform:translate(-50%,-50%);
	font-size:35px;
	color:white;
	letter-spacing:6;
	
}
@media only screen and (max-width: 600px) {
 .container1{
		margin-top:0px;
	}
	.video1{
		margin:auto;
		width:100%;
		height:100vh;
	}
}
	
/*------- Services Page ------------*/
.feature-5 {
    padding: 80px 35px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    transition: all .300ms linear;
	text-align:center;
}
.feature-5 h4 {
    position: relative;
    z-index: 2;
    margin-top: 15px;
    margin-bottom: 8px;
	font-size:20px;
    transition: all .300ms;
    -webkit-transition: all .300ms;

}
.feature-5 p {
    position: relative;
    z-index: 2;
    transition: all .3s;
    -webkit-transition: all .300ms;
}

.feature-5:hover {
    color: white;
    opacity: 1;
	background-color:#222;
    /* background: -webkit-linear-gradient(top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.85) 20%, rgba(0,0,0,.85) 100%), url(https://spzone-simpleprogrammer.netdna-ssl.com/wp-content/uploads/2019/02/programmers.png) center center; */
}
/* .feature-5:nth-child(4):hover { */
    /* color: white; */
    /* opacity: 1; */
    /* background-image:url(images/website-background.png); */
/* } */
.feature-5 p:hover{
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    animation: moveFromLeftRotate 30;
}
.background-color{
	background-color:#eaf2f5;
}
.swap{
	position: relative;
    display: inline-block;
}
.swap .img-top{
	display:none;
	
}
.swap:hover .img-top{
	display:inline;
}
.swap .hidden{
	display:inline !important;
}
.swap:hover .hidden{
	display:none !important;
}
img.hidden {
    width: 70px;
}
img.img-top {
    width: 70px;
}
/*------- Contact Us -----------*/
.reach{
	padding:15%;
}
.reach-left{
	padding:10% 8% 0%;
}
.reach h3{
	font-size: 18px;
    font-weight: 800;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 2px solid;
	margin-bottom: 15px;
}

.query1{
	padding:15%;
	background-color:#f2f2f2;
}
.contact-us{
	/* 	 */
	border-top:2px solid white; 
	text-align:center;
	padding:50px 0px;
}
.contact-us h2{
	color:#ef910c;
	font-size:40px;
}
.contact-us h4{
	color:#32a9b1;
	font-size:24px;	
}
.contact-us p {
	font-size:18px;
	font-weight:600;
}
.contact-us a {
	font-size:22px;
	color:red;
}


/*------- Query Form --------*/
input{
	    width: 100%;
    border: none;
    background-color: transparent;
    padding: 15px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}
input[type="submit"] {
    width: 30%;
    border: 1px solid;
    text-align: center;
}

/*------------ Footer ------------*/
footer{
	padding:5%;
	background-color:#222;
	/* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.35) 100%), url(images/footer-background.jpeg) repeat; */
}
footer p{
	margin-bottom:0px !important;
}
footer ul{
	list-style-type:none;
	margin-left: -35px;
}
footer ul li a {
	color:white;
	line-height:2;
}
footer ul li a:hover ,a:active{
	color:#32a9b1;
	text-decoration:none;
}
li a{
	color:white !important;
}
span{
	color:#ff9600; 
	font-size:30px; 
	font-weight:900;
}
/*------------- Work ------------------*/
.banner{
	padding:10%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,.35) 0%, rgba(0,0,0,.35) 20%, rgba(0,0,0,.35) 100%), url(http://evoblazebyhands.com/images/work-banner.jpg) center center;
}
#work .col-md-8, .col-md-4, .col-md-6{
	padding:0px
}
.container2 {
  position: relative;
  width: 33.3%;
  float:left;
  padding:10px;
}

@media (max-width:748px){
    .container2{
        width:50%;
    }
}

.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 7px;
  right: 0;
  height: 95%;
  width: 96%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ff9600c7;
}

.container2:hover .overlay{
	opacity:1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


#mainDiv {
  height: 100px;
  width: 80px;
  position: relative;
  border-bottom: 2px solid #f51c40;
  background: #3beadc;
}

#borderLeft {
  border-left: 2px solid #f51c40;
  position: absolute;
  top: 50%;
  bottom: 0;
}


/*-------------- SEO Services ------------*/
.banner1{
	width: 100%;
    background-image: url(http://clickncall.in/landingassest/images/banner-4.jfif);
    background-position: center;
    margin: 0px;
    height: 100%;
    padding: 100px;
} 
.banner form input {
    width: 100%;
    border: 1px solid;
    background-color: #ffffff;
    padding: 15px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}
.background-white{
	background-color:white;
	padding:15px 40px 40px 40px;
}
.banner h3{
	text-align: center;
    font-family: fantasy;
	font-size:40px;
}
 .banner form .col-md-6 {
    padding: 0px 15px;
}
.btn-danger {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    padding: 10px 30px;
    border: none;
} 

.border{
	text-align: center;
    margin-bottom: 20px;
}
.border .inline{
	border-color:#013983;
    border-style: solid;
    border-width: 2px;
	width:100%;
}
.font{
	float:left;
	font-size:40px;
	color: #ffbd00;
}
#benefits{    
	background: #2c3840 url(http://atiframe.secretlab.pw/wp-content/uploads/2017/11/darkbgr3.jpg) 0% 0%/auto repeat scroll;
    padding-top: 60px;
    padding-bottom: 60px;
	}
#benefits .row{
	padding: 15px;
}
/* #benefits h2, h4, p{ */
	/* color:white; */
/* } */


.kc-css-system  {
    text-align: center;
    margin-bottom: 50px;
}
.kc-css-system .divider_inner {
    border-color: #ffbd00;
    border-style: solid;
    width: 70px;
    border-width: 2px;
}




    #diamond1 {
      width: 0;
      height: 0;
      border: 300px solid transparent;
      border-bottom-color: white;
      position: relative;
      top: -300px;
    }
    #diamond1:after {
      content: '';
      position: absolute;
      left: -300px;
      top: 300px;
      width: 0;
      height: 0;
      border: 300px solid transparent;
      border-top-color: white;
    }
	#diamond-blue{
	  left: 200px;
      z-index: 1;
      width: 0;
      height: 0;
      border: 150px solid transparent;
      border-bottom-color: blue;
      position: relative;
      top: -150px;
    }
    #diamond-blue:after {
      content: '';
      position: absolute;
      left: -150px;
      top: 150px;
      width: 0;
      height: 0;
      border: 150px solid transparent;
      border-top-color: blue;
    }
	#diamond-green{
      width: 0;
      height: 0;
      border: 110px solid transparent;
      border-bottom-color: green;
      position: relative;
      top: -110px;
    }
    #diamond-green:after {
      content: '';
      position: absolute;
      left: -110px;
      top: 110px;
      width: 0;
      height: 0;
      border: 110px solid transparent;
      border-top-color:green;
    }
	#diamond-yellow{
      width: 0;
      height: 0;
      border: 150px solid transparent;
      border-bottom-color: green;
      position: relative;
      top: -150px;
    }
    #diamond-yellow:after {
      content: '';
      position: absolute;
      left: -150px;
      top: 150px;
      width: 0;
      height: 0;
      border: 150px solid transparent;
      border-top-color:green;
    }
	#diamond-red{
      width: 0;
      height: 0;
      border: 150px solid transparent;
      border-bottom-color: red;
      position: relative;
      top: -300px;
	  left: 20%;
    }
    #diamond-red:after {
      content: '';
      position: absolute;
      left: -150px;
      top: 150px;
      width: 0;
      height: 0;
      border: 150px solid transparent;
      border-top-color:red;
    }
	.text-diamond{
		margin-left: -120px;
		width: 250px;
		padding: 118px 0px;
		position: absolute;
		top: 65px;
		z-index: 1;
	}
	.text-diamond-blue{
		margin-left: -80px;
		width: 150px;
		padding: 70px 0px;
		position: absolute;
		
		z-index: 1;
	}
	.text-diamond-green{
		margin-left: -70px;
		width: 150px;
		padding: 70px 0px;
		position: absolute;
		
		z-index: 1;
	}