/* CSS Document */

@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad-pro-condensed';
	src: url('../fonts/myriad-pro-condensed.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad-pro';
	src: url('../fonts/myriad pro-regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'tahoma-bold';
	src: url('../fonts/tahoma-bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad-pro-bold';
	src: url('../fonts/myriad-pro-bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'aller-lt';
	src: url('../fonts/aller-lt.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'jersey-m54';
	src: url('../fonts/jersey-m54.ttf')  format('truetype');
}

body
{
	overflow-x: hidden;
    /*! background-color: #f2f2f2; */
}

.wrapper{
	margin: 0 auto;
	max-width: 1300px;
}

/********  Index page  ********/
/**** Top-Header ****/
.menu {
    position: relative;
    z-index: 1;
    margin-top: 2%;
}
.social-share{
 display: inline-flex;
 list-style: none;
 margin: 0;
 margin-bottom: 5%;
 padding: 0;
}
ul.social-share li {
  color: #ffffff;
  background-color:#898989;
  border-radius:50%;
  width: 30px;
	height: 30px;
  text-align: center;
  margin-left: 5px;
  padding-top: 4px;
}

ul.social-share li:hover {
  background-color:#007dc0;
}
.logo-set { margin-left: 0px; margin-bottom: 0px;}

/**** Top-Header ****/

/**** slider css *****/

.slider-01
{
	margin-top: -160px;
}
.slider {
	/*! margin-bottom:45px; */
}
.contact-btn a {
    color: #ffffff;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 12px 11%;
    font-family: 'oswald-regular';
    letter-spacing: 0.6px;
    line-height: 35px;
    background: #fc8a03; /* Old browsers */
    background: -moz-linear-gradient(left, #fc8a03 0%, #fc7b04 50%, #fc5a05 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fc8a03 0%,#fc7b04 50%,#fc5a05 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fc8a03 0%,#fc7b04 50%,#fc5a05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fc8a03', endColorstr='#fc5a05',GradientType=1 ); /* IE6-9 */
    box-shadow: 3px 3px 4px #3e3e3e;
}

.contact-btn a:hover  {
    color: #373535;
	 background: #fea481;
	 text-decoration:none;
}

/**** slider css *****/

/**** About-index css *****/
.about-index {
  padding: 3%;
 background: -moz-linear-gradient(top, rgba(102,200,245,1) 0%, rgba(245,252,254,0.8) 77%, rgba(251,252,252,0) 86%, rgba(252,252,252,0) 87%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(102,200,245,1) 0%,rgba(245,252,254,0.8) 77%,rgba(251,252,252,0) 86%,rgba(252,252,252,0) 87%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(102,200,245,1) 0%,rgba(245,252,254,0.8) 77%,rgba(251,252,252,0) 86%,rgba(252,252,252,0) 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c8f5', endColorstr='#00fcfcfc',GradientType=0 ); /* IE6-9 */
}
.about-index img {
  margin-top: 25px;
}
.about-title {
	font-size:40px;
	font-weight:700;
	color:#0f0f0f;
	font-family: 'myriad-pro-bold';
	margin-bottom: 30px;
}
.about-title:after {
	height: 0;
	display: block;
	width: 25%;
	border-left: 2px;
	content: '';
	background-color: #353434;
	margin-top: 9px;
	margin-left: 0;
	padding-bottom: 5px;
}
.about-sub-font {
	font-size:20px;
	color:#000000;
	font-family: 'myriad-pro';
	line-height:30px;
	text-align:justify;
	margin-bottom: 25px;
}
/* Bounce To left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: 3px solid #333;
  color: #fff;
  padding: 5px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #333333;
  font-size: 17px;
  font-family: 'tahoma-bold';
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fea481;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: #3e3e3e;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To left */
/**** About-index css *****/

/**** Automation Contant Css *****/
.containt-index {
}
.containt-title {
  font-family: 'aller-lt';
  font-size: 40px;
  color: #0f0f0f;
  letter-spacing: 0.9px;
  line-height: 55px;
  text-align: justify;
}
.containt-sub-font {
  font-size: 18px;
  font-family: 'Questrial-Regular';
  line-height: 30px;
  color: #000000;
  text-align: justify;
  letter-spacing: 0.9px;
}
/**** Automation Contant Css *****/

/**** Footer Css *****/
.footer {
	background-color:#3d4045;
	padding: 3% 8%;
}
.footer-font {
  font-family: 'myriad-pro';
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  letter-spacing: 0.7px;
  margin-bottom: 20px !important;
}
.footer-font-call {
  font-family: 'myriad-pro';
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.footer-font-call a:hover {
	color:#007cc2;
}
.footer-heading {
  font-family: 'myriad-pro-bold';
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.9px;
  font-weight: 700;
}
.footer-heading a:hover {
  color:#007cc2;
}
.mar-top {
  margin-top: 8%;
}
.padding-lf {
  padding-left: 0;
}
.footer-ul li {
  list-style: none;
}
.footer-ul a {
    font-family: myriad pro;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 1px;
}
.footer-ul a:hover {
  color:#007cc2;
}
/**** social icon ****/
.social-01 {
    float: left;
    padding: 17px 0;
    margin: 0;
}
.social-01 li {
	border-bottom: none !important;
}
.social-01 li a{
  color: #a0a0a1;
}
.social-1 {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    border-radius: 100%;
    transition: all 200ms ease-in;
    padding: 6px;
}
.social-1 a:hover {
  color:#007cc2;
}
/**** social icon ****/
/**** Footer Css *****/

/***** copy write Index css ******/
.copy-write {
	background-color:#43474d;
	padding: 20px;
}
.copy-write-font {
	color:#acacac;
	font-size:15px;
	letter-spacing: 1px;
	margin: 0px;
	font-family: myriad pro;
	line-height: 25px;
	font-weight: 700;
}
.copy-write-font-01 {
	color:#acacac;
	font-size:15px;
	float:right;
	letter-spacing: 1px;
	margin: 0px;
	font-family: myriad pro;
	font-weight: 700;
}
.copy-write-font-01 a {
  color: #acacac;
}
.copy-write-font-01 a:hover {
	color:#09b2f6;
}
/***** copy write Index css ******/

/*** top arrow contant ***/
.scrollTop {
   opacity: 0;
	position: fixed;
	text-align: center;
	line-height: 12px !important;
	right: 20px;
	bottom: 0;
	color: #fff;
	border-radius: 100px;
	z-index: 999;
	height: 45px;
	width: 45px;
	background-repeat: no-repeat;
	background-position: center;
	transition: opacity .3s,bottom .5s,box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
	background-color: #b3b3b3;
	overflow: hidden;
}
.scrollTop i {
    line-height: 41px !important;
    width: 40px !important;
    height: 40px !important;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    z-index: 10;
    transform: translate(0,0);
    transition: transform .2s ease;
    color: #2e2e2e;
}

.scrollTop i, .scrollTop:hover {
    background-color: transparent !important;
}
.scrollTop i, .text-small {
    font-size: 30px !important;
}
.scrollTop i, .text-center {
    text-align: center !important;
}
.scrollTop::before, .scrollTop:hover::after {
    transform: scale(1);
}
.scrollTop::after, .scrollTop::before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;   
    transform: scale(0);
    transition: all .3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
	  background: #3a9ad4;

}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
}
/*** top arrow contant ***/
/********  Index page  ********/

/********  About page  ********/
.menu-about {
    margin-top: 1%;
    margin-bottom: 10px;
}
.slider-main {
	margin-bottom:6%;
}
.slider-heading {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin-top: -7%;
    font-weight: 700;
    text-shadow: 2px 2px 4px #1f1f1f;
    font-family: 'jersey-m54';
    letter-spacing: 3px;
    margin-bottom: 47px;
}
.img-height {
	border-top: 5px solid #3b5d99;
}
.margin-info {
    margin-left: 3%;
    margin-right: 3%;
}
.info-h2 { 
	font-size: 35px;
	color: #393939;
	line-height: 45px;
	/*! margin-top: 15%; */
	letter-spacing: 1px;
	font-family: 'tahoma-bold';
	margin-bottom: 4%;
}
.info-h2-1 { 
	font-size: 35px;
	color: #393939;
	line-height: 45px;
	/*! margin-top: 10%; */
	letter-spacing: 1px;
	font-family: 'tahoma-bold';
	margin-bottom: 3%;
}
.info-about-p {
    color: #393939;
    font-size: 18px;
    font-family: 'Questrial-Regular';
    line-height: 30px;
    text-align: justify;
    font-weight: 700;
    letter-spacing: 1px;
    list-style: none;
}
.text-formation {
    text-align: unset;
    padding-left: 30px;
}
.img-effect {
    /*! margin-top: 5%; */
}
.img-effect i {
    display: inline-block;
    position: relative;
}
.img-effect::after {
    border: 2px solid #d4d4d4;
    content: "";
    position: absolute;
    width: 89%;
    height: 100%;
    left: 60px;
    top: 24px;
    display: inline-block;
    z-index: -1;
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.border-left {
    border-left: 1px dashed rgb(149, 151, 150);
}
.margin-bottom {
	margin-bottom:3%;
}
/********  About page  ********/

/********  Certificates page  ********/
.img-effect-download {
   
}
.img-effect-download::after {
    border: 2px solid #d4d4d4;
	content: "";
	position: absolute;
	width: 85%;
	height: 100%;
	left: 62px;
	top: 24px;
	display: inline-block;
	z-index: -1;
}
/********  Certificates page  ********/
/******* contact page css *******/
.contact-to {
	/*! margin-top: 7%; */
}
.fream { 
border: 1px solid #e7ecee;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
padding: 1.4444444444rem 1.6666666667rem 1.1666666667rem;
height: 450px;
} 
.contact-font-1 {
   	font-family: 'Questrial-Regular';
    font-size: 22px;
    color: #454545;
    text-decoration: none;
    margin-left: 22px;
    margin-top: 20px;
   	font-weight: 700;
}
.contact-font-1::after {
   height: 1px;
display: block;
width: 100%;
background: #8b042e1a;
border-bottom: 1px white;
content: '';
margin-top: 20px;
margin-left: 0px;
padding-bottom: 1px;
}
.contact-font-2 {
   	font-family: 'Questrial-Regular';
    font-size: 17px;
    color: #656565;
    text-decoration: none;
    margin-left: 23px !important;
   	letter-spacing: 0.9px;
   	line-height: 28px;
   	font-weight: 700;
}
.contact-font-2 a {
  	font-family: 'Questrial-Regular';
    font-size: 17px;
    color: #777;
    text-decoration: none;
    
}
.contact-font-2 a:hover {
    color: #073673;
    text-decoration: underline;
    /*! font-weight: 700; */
}
/******* contact page css *******/

/******* services Page *******/
.margin-info-01{
    margin-left: 2%;
    margin-right: 2%;
}
.info-about-p li {
  line-height:35px;    
}

/******* services Page *******/

/******* Client Slider *******/
.client-slider {
  margin-bottom: 4%;
}
.img-effect-client {
    
}
.img-effect-client::after {
  border: 2px solid #d4d4d4;
  content: "";
  position: absolute;
  width: 75%;
  height: 100%;
  left: 57px;
  top: 13px;
  display: inline-block;
  z-index: -1;
  border-radius: 0px 0px 5px 5px;
}
.client-text { 
  color: #393939;
  font-size: 17px;
  font-family: 'Questrial-Regular';
  line-height: 25px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  list-style: none;
  background-color: #aeadad;
  width: 80%;
  padding: 13px;
  border-radius: 0px 0px 5px 5px;
}
/******* Client Slider *******/