@import url(http://allfont.net/allfont.css?fonts=agency-fb);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
 @font-face { 
	font-family: 'dinregularwebfont'; 
	 src: url('../d-din/dinregularwebfont.eot'); 
	 src: local('../d-din/dinregularwebfont'), url('../d-din//dinregularwebfont.woff') format('woff'), url('../d-din//dinregularwebfont.ttf') format('truetype'); 
 }
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
html, body{
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 300;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
    /* font-family: 'dinregularwebfont' !important; */
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1;
}
.mt-15{ margin-top:15px !important;}
.mb-15{ margin-bottom:15px !important;}

.mt-50{ margin-top:50px !important;}
.mb-50{ margin-bottom:50px !important;}

a:hover{
	text-decoration:none;
	color:#2ad2c9; 
}
input[type="button"],input[type="submit"],li.parallelogram{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
 	
ul{
	margin:0;
	list-style: none;
}
label{
	margin:0;
}
/* HERE STARTS THE MAGIC */
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
    padding: 0 0;
    border: 0;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	margin: 0;
	box-shadow: 0 0 5px silver;
	/*height:80px;*/
}
.navbar-brand > img {
	display: block;
	width: 200px;
	max-width: 200px; 
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.smaller a img { 
    width:200px; 
	max-width: 200px; 
}
.navbar-default.smaller{
	padding:0;
}
nav.smaller .navbar-default .navbar-nav > li > a { 
    font-size:20px;
}
.navbar-default .navbar-nav > li > a {
    color: #000000;
	text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a:hover {
     color: #1761f5 !important;
    background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a {
    color: #1761f5;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a >i{
    color: #1761f5;
}
.intro-text {
    padding-top: 30px;
}
.read-btn{
background: #1761f5;
color: #fff;
border: 1px solid #1761f5 !important;
padding: 10px 40px !important;
text-transform: uppercase;
font-weight: 600;
font-size: 16px !important;
}
.read-btn:hover{
	border:1px solid #1761f5;
	color: #1761f5;
	font-weight: 600; 
	background:transparent;
	font-weight: 600;
	padding: 10px 40px;
	text-transform: uppercase;
}
header {
    text-align: center;
    color: #fff;
    background:url(../images/banner/home-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	margin-top: 80px; 
	min-height: 30vw;
	background-position: center;
}

.content-wrapper{
    background-color: white;
    top: 87%;
    min-height: 12%;
    position:absolute;
    z-index: 2;
    width: 100%;    
}
/* HERE ENDS THE MAGIC */
header .container {
    padding-top: 150px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
	display: block;
	font-size: 50px;
	font-weight: 700;
	color: #1761f5;
	text-align: right;
	line-height: 1;
} 
header .intro-text .skills {
	color: #000;
	padding-top: 15px;
	text-align: right;
}

header .intro-text .read-btn {
	float: right;
	margin-top: 10px;
}

.cloud_banner{
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
}

.cloud_banner span {
    color: #ffff !important;
	margin-bottom: 10px;
}

.cloud_banner p {
    color: #ffff !important;
	margin-bottom: 10px;
}

/** why **/
.arrow ul {
    list-style-image: url("../images/arrow.jpg");
}
.arrow ul li {
    margin-bottom: 10px;
	color: #828282;
font-size: 17px;
}
/** end **/

/** section **/
.content-area {
    padding: 50px 0;
}
.title {
    font-size: 40px; 
}
.about-title {
    margin-bottom: 25px;
}
.ab-left {
    padding: 0;
}
.btm-right {
    overflow: hidden;
    position: relative;
    display: block;
}
.btm-right img {
    width: 100%;
}
.btm-right .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -89%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.57);
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.captn h4 {
    font-size: 1.8em;
    color: #fff;
    padding-top: 10px;
    font-weight: 600;
}
.btm-right:hover .captn h4 {
    margin-top: 370px;
}
.btm-right:hover .captn {
    bottom: 0%;
}
.small-title {
	font-size: 23px;
	margin: 0;
	margin-bottom: 15px;
}
.light-para {
	padding: 10px 0;
	color: #828282;
	font-size: 17px;
	text-align: justify;
	font-weight: 300;
}
#contact-us h4 span {
    font-size: 30px;
}
.education_text p { 
    text-align: justify; 
	font-weight:300;
	color: #828282;
	font-size: 17px;
}
.content-area.grey-bg {
    background: #f0f0f0;
}
.main-head {
    color: #767e8a;
	margin-bottom: 15px;
}
h4.main-head::before {
	background: #1761f5;
	content: "";
	margin-bottom:15px;
	display: block;
	height: 1px;
	position: relative;
	top: 0;
	width: 60px; 
}
.service-title {
    font-size: 22px;
    color: #010101;
}
.service-box {
    background: #fff;
    padding: 15px;
}
.service-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
	/* height: 231px; */
}
.service-box p {
	padding: 10px 0;
	color: #828282;
	font-size: 17px;
	text-align: justify;
	font-weight: 300;
	min-height: 125px;
}
.blue-background {
    background: #326fc0;
	padding-top: 0;
}
.white-background {
    background: #fff;
	
}
.man-bg{
	background: url(../images/man.png);
	background-size: cover;
	position:relative;
}
.man-bg::before {
	content: "";
	border-left: 40px solid #4373c8;
	height: 300px;
	position: absolute;
	left: -55px;
	bottom: -32px;
}
.white-overlay p {
     text-align: justify;
    opacity: 0.8; 
}
 
.white-overlay {
    background-attachment: fixed;
    background: #fffc;
        background-size: auto auto;
    background-size: auto auto, auto auto;
    width: 100%;
	padding-bottom: 30px;
}
#contact-us p {
	color: #828282;
	font-size: 17px;
	text-align: justify;
	font-weight: 300;
}
#contact-us h4 {
	color: #1761f5;
	font-size: 45px;
	font-weight: 600;
}
#contact-us {
    background: #f0f0f0;
}
.contact-form form label { 
    color: #fff !important; 
}
/* #contact-us { */
    /* padding: 40px 0; */
    /* background:url("http://etcsndt.com/cekyor2/images/1111.png") no-repeat; */
        /* background-attachment: scroll, scroll; */
        /* background-size: auto, auto; */
    /* background-attachment: scroll, scroll; */
    /* background-size: auto, auto; */
    /* background-attachment: scroll, scroll; */
    /* background-size: auto, auto; */
    /* background-size: auto auto, auto auto; */
    /* background-size: cover; */
    /* width: 100%; */
    /* background-attachment: fixed; */
	/* margin-top: 40px; */
/* } */
.contact-form {
    padding: 25px;
    background: url("../images/1111.png");
}
.contact-intro {
    background: #f0f0f0;
    padding: 90px 25px;
    position: relative;
    min-height: 449px;
}
.white-overlay .read-btn {
	background: #1761f580;
	color: #fff;
	border: 1px solid #1761f580;
	padding: 15px 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2px;
}
.service-figure {
    background: #4373c8;
    text-align: center;
    padding: 23.2px 0;
	border-bottom: 5px solid #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
 

.product-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.product-right ul li {
    width: 212px;
    text-align: center;
}
 
.service-figure:hover h2 a{
    color:#ffc600;
}
.service-figure h2 a{
    font-size: 18px;
    color: #fff;
	font-weight:300;
    margin-bottom: 0;
}
.no-pad {
    padding: 0;
}
.service-figure img {
    height: 65px;
    display: block;
    margin: 0 auto;
}
/** end **/

/** icons **/
.choose-point {
	background: #326fc0;
	
	background: #fff;
    background: -webkit-linear-gradient(to right, #1761f5, #1761f5, #ddd);
    background: linear-gradient(to right, #1761f5, #1761f5, #ddd);
	
	
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	color: #fff;
	margin-bottom: 15px;
	box-shadow: 0px 5px 5px #8d8585;
}
.choose-point span {
	background: #E9E7E8;
	height: 70px;
	display: inline-block;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	width: 120px;
	line-height: 70px;
	text-align: center;
}
.choose-point h3 {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    margin: 0;
}
.choose-point span img {
    width: 40px;
}
/** end **/

/** product **/
.parallax_content img {
    display: block;
    margin: 0 auto;
    width: 100px;
}
.about-icon ul li {
    list-style: disc;
    font-size: 30px;
	text-transform: capitalize;
}
.product-bg { 
	 background: #fff;
	margin-bottom: 40px;
	margin-top: 10px;
}
.product ul {
    padding: 0;
	display: flex;
}
.product li {
    margin: 5px;
    font-weight: 600;
    background: #326fc0;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    display: inline-block;
    width:10.5%;
}
.product li img{
	margin: 0 auto; 
	display:block;
}
.product li h3 {
    font-weight: 300;
    margin-bottom: 0;
}
.product li a {
    color:#fff;
	text-decoration: none;
}
.product li a:hover {
    color:#000;
	text-decoration: none;
}
/** end **/
.item_icon {
    color: #ffc600;
	line-height: 0;
	font-size:65px;
}
/** testimonials **/
 
.parallax-section{
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#testimonial h6 {
    font-size: 30px;
    color: #000;
    position: relative;
    font-weight: 600;
    margin-top: 0;
}

.main-head2::before {
	background:#1761f5;
	content: "";
	margin-bottom: 15px;
	display: block;
	height: 4px;
	position: relative;
	top: 0;
	width: 60px;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 5% 0%;
  }
  50% {
    background-position: 96% 100%;
  }
  100% {
    background-position: 5% 0%;
  }
}
@keyframes gradient {
  0% {
    background-position: 5% 0%;
  }
  50% {
    background-position: 96% 100%;
  }
  100% {
    background-position: 5% 0%;
  }
}

#testimonial{
	padding: 50px 0;
	background: #1761f5;
	background: #ff00cc;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #333399, #ff00cc);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #333399, #ff00cc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#testimonial .overlay{ 
	background: linear-gradient(130deg, #07d9a3, #048fee);
	background-size: auto auto;
	background-size: auto auto;
	background-size: 400% 400%;
	-webkit-animation: gradient 10s ease infinite;
	animation: gradient 10s ease infinite;
}
#testimonial .main-head {
    text-align: center;
    color: #fff700;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
}
.ts-testimonial-slide{
	text-align: center;
	color: #ffffff;
	width: 85%;
	margin: 0 auto;
}
.ts-testimonial-slide p{
	font-size: 24px;
	line-height: 36px;
	padding-top: 10px;
	cursor: pointer;
	color: #fff;
    margin-bottom: 50px;
}
.ts-testimonial-slide .ts-testimonial-item {
	padding: 30px 0;
  margin-bottom: 15px;
}
.ts-testimonial-slide .ts-testimonial-item .icon-client{
	background: #ffffff;
	width: 70px;
    height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	overflow:hidden;
}
.ts-testimonial-slide .ts-testimonial-item .icon-client img{ width:85px; height:85px;}
.ts-testimonial-slide .ts-testimonial-item .infor-client {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  padding-bottom: 15px;
  position:relative;
}
 
input[type=checkbox] + label {
	display: block;
	margin: 0;
	cursor: pointer;
	padding: 0;
	font-size: 16px !important;
	margin: 10px 0 10px;
	color: #333 ;
	font-weight: normal;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
	content: "\2714";
	border: 0.1em solid #fff;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-radius: 0.2em;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	vertical-align: bottom;
	color: transparent;
	transition: .2s;
	line-height: 25px;
	font-size: 18px;
	text-align: center;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #1761f5;
  border-color: #1761f5;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
 
/* .ts-testimonial-slide .ts-testimonial-item .infor-client:after{ */
    /* content: ""; */
    /* position: absolute; */
    /* width: 100px; */
    /* height: 100px; */
    /* top: -35px; */
    /* right: -100px; */

    /* font-family: FontAwesome; */
	/* content: "\f10e"; */
	/* font-size:4em; */
	/* color:#fff; */
	/* opacity:0.4; */
/* } */

.ts-testimonial-slide .ts-testimonial-item  .client-name{
	display: inline-block;
font-size: 20px;
text-transform: capitalize;
color: #fff;
padding-left: 20px;
text-align: left;
vertical-align: top;
padding-top: 15px;

}
.ts-testimonial-slide .ts-testimonial-item  .client-position{
	font-size: 15px;
	line-height: normal;
	display: block;
}



.ts-testimonial-slide .ts-testimonial-item  .client-position a{
	color: white;
}
.ts-testimonial-slide .ts-testimonial-item  .client-position a:hover{
	color: #5ed9e7;
}
/** end **/

/*--timer--*/
.time-bg {
    background: url(../images/banner/office.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
     text-align: center;
	 padding:5em 0;
}
.fact-counter{ padding:4em 0;}
.achivement .scoreiocn{ width:100%; text-align:center; }
.achivement .scoreiocn i{ color:#1761F5; margin:0 auto; font-size:40px;    margin-bottom: 18px;}
.achivement strong {
	display: table;
 	font-size: 34px;
	margin: 0 auto;
	color:#FFF;
}
.achivement span {
	font-size: 18px;
	position: relative;
	padding: 15px 0;
	display: block;
	color:#FFF;
}
/** solution **/
.banner{
	background: url(../images/banner/home-bg.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.residential-banner{
	background: url(../images/residential.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.education-banner{
	background: url(../images/Educational.png) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.commercial-banner{
	background: url(../images/commercial.png) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.health-banner{
	background: url(../images/Healthcare.png) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.transport-banner{
	background: url(../images/logistic.png) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.Financial-banner{
	background: url(../images/Financial.png) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.retail-banner{
	background: url(../images/retail.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.hospitality-banner{
	background: url(../images/hospitality.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.government-banner{
	background: url(../images/government.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.about-banner{
	background: url(../images/aboutus.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.video-surveillance{
	background: url(../images/video-surveillance.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.access-control{
	background: url(../images/access-control.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.fire-smoke-detector{
	background: url(../images/fire-smoke-detector.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.digital-door-lock{
	background: url(../images/digital-door-lock.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.video-door-phone{
	background: url(../images/video-door-phone.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.video-door-phone{
	background: url(../images/video-door-phone.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.biometrics{
	background: url(../images/biometrics.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.intruder-alarms{
	background: url(../images/intruder-alarms.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}
.home-automation{
	background: url(../images/home-automation.jpg) no-repeat;
	background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 28vw;
	margin-top: 80px;
	background-position: center;
}



.banner-tittle {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4em;
	border-left: 5px solid #1761f5;
	padding-left: 14px;
	margin-top: 100px;
	color: #000;
	letter-spacing: 5px;
}
h3.tittle {
    margin-bottom: 1em;
    font-weight: 500;
    text-transform: capitalizez;
	position:relative;
}
/*h3.tittle:after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0px;
    width: 100px;
    height: 5px;
    background: #1761f5;
}*/
.image_border img {
    border-right: 8px solid #1761f5;
}

 .edu_content {
    padding: 20px 0px;
}
.edu_content ul li {
	line-height: 25px;
}
.edu_content ul li i {
    color: #1761f5;
}
.image_bor img {
    border-left:8px solid #1761f5;
}
/** end **/
.choose-bg{
	background: url("../images/cam2.jpg");
	background-repeat: repeat;
	height: 29vw; 
	text-align: center;
	position: relative;
	background-size:cover;
}
.choose-bg h2 { 
    background: #1DA1F2B3;
    text-align: center;
    color: #fff;
    padding: 20px;
    display: inline-block; 
    position: relative;
    top: 30%;
	font-weight:600;
	line-height: 40px;
}
/** career **/
form {
    padding: 0 0;
}

.form_box {
    padding: 0px;
}

label {
    margin: 0;
}
.contact-form input, .contact-form textarea {
	padding: 1em 0.8em;
	border: 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	width: 100%;
	font-size: 0.9em;
	border-bottom: 1px solid #ddd;
	color: #fff;
	background: none;
}
input, textarea {
	padding: 1em 0.8em;
	border: 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	width: 100%;
	font-size: 0.9em;
	border-bottom: 1px solid #ddd;
	color: #444;
	background: none;
}
textarea{
    width: 100%;
    min-height: 7em;
    border-bottom: 1px solid #ddd;
    resize: none;
}

.form_box input[type="date"] {
    line-height: 15px;
    padding: 1em 0.8em;
    color: #CCCCCC;
}

.send input.read-btn {
    width: 140px;
}

.styled-input {
    width: 100%;
    margin: 2em 0 1em;
    position: relative;
}

.styled-input label {
    color: #555;
    padding: 0.8em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
    font-weight: 400;
    font-size: 0.9em;
}

input ~ span, textarea ~ span {
    display: block;
    width: 0;
    height: 2px;
    background: #2ad2c9;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s ease;
    transition: all 0.125s ease;
    font-family: 'OpenSans-Regular';
}

input:focus, textarea:focus {
    outline: 0;
}
input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 1em;
    color: #2ad2c9;
    top: -2em;
    -webkit-transition: all 0.125s ease;
    transition: all 0.125s ease;
}
h4.info {
    font-size: 2em;
}
.con-top h4, h4.info {
    font-size: 1.5em;
    color: #1761f5;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.con-top ul li a {
    color: #1761f5;
    text-decoration: none;
}
.con-top ul {
    padding: 0;
}
.con-top {
    
    margin-top:1em;
     
}
.con-top ul li {
    color: #828282;
    font-size: 17px;
}
p { 
    color: #828282;
    font-size: 17px;
}
h4.info {
    font-size: 2em;
}
/** end **/
/** about **/
.education_text { 
    margin-bottom: 10px; 
}
.education_text img {
    display: block;
    margin: 0 auto;
	height: 255px;
}
/** end **/

/** team **/
.gray {
	color: #a5a5a5;
}

.team{
	margin:40px;
}

.team-member {
	margin: 15px 0;
	padding: 0;
}
.team_title{
	font-size: 23px;
	color: #000000;
}
.team-member figure {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.team-member figure img {
	min-width: 100%;
}

.team-member figcaption p {
	font-size: 16px;
}

.team-member figcaption ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-member figcaption ul {
	visibility: visible;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
	display: inline-block;
	padding: 10px;
}

.team-member h4 {
	margin: 10px 0 0;
	padding: 0;
	color: #1761f5;
}

.team-member figcaption {
	padding: 50px;
	color: transparent;
	background-color: transparent;
	position: absolute;
	z-index: 996;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
	visibility: visible;
	color: #fff;
	background: rgba(0, 0, 0, 0.57);
	/* Primary color, can be changed via colors.css */ 
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
	color: rgba(49, 49, 49, .97);
}

.team-member figure img {
	-webkit-transform: scale(1) rotate(0) translateY(0);
	-moz-transform: scale(1) rotate(0) translateY(0);
	-o-transform: scale(1) rotate(0) translateY(0);
	-ms-transform: scale(1) rotate(0) translateY(0);
	transform: scale(1) rotate(0) translateY(0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
	-webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
	-moz-transform: scale(1.1) rotate(1deg) translateY(12px);
	-o-transform: scale(1.1) rotate(1deg) translateY(12px);
	-ms-transform: scale(1.1) rotate(1deg) translateY(12px);
	transform: scale(1.1) rotate(1deg) translateY(12px);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/** end **/

/** services **/
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-padding{
	padding-left:0;
	padding-right:0;
}
.services-title h2{
    text-align: center;
    color: #fff;
	text-transform: uppercase;
	z-index:999;
	position:relative;
}
.service-overlay {
    position: absolute;
    background: #0009;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}
.service-overlay:hover{
    position: absolute;
    background: #1761f5b3;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}
/** end **/
/** popup **/

#enquirypopup .modal-dialog {
    width: 400px;
    padding: 0px ;
    position: relative;
}

#enquirypopup .modal-dialog:before {
    content: '';
    height: 0px;
    width: 0px;
    border-left: 50px solid #17B6BB;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 1px;
    left: -14px;
    z-index: 99;
}

.custom-modal-header {
    text-align: center;
    color: #17b6bb;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 4px solid;
}

#enquirypopup .modal-dialog .close {
    z-index: 99999999;
    color: white;
    text-shadow: 0px 0px 0px;
    font-weight: normal;
    top: 4px;
    right: 6px;
    position: absolute;
    opacity: 1;
}

.custom-modal-header .modal-title {
    /* font-weight: bold; */
    font-size: 18px;
}

#enquirypopup .modal-dialog:after {
    content: '';
    height: 0px;
    width: 0px;
    /* border-right: 50px solid rgba(255, 0, 0, 0.98); */
    border-right: 50px solid #17b6bb;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 1px;
    right: -14px;
    z-index: 999999;
}

.form-group {
    margin-bottom: 15px !important;
}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
/** end **/
/******submenu*******/
.sub_box
{
padding:60px 0px;
width:100%;
height:auto;
}
.small_box
{
margin:10px;
padding:0px;
width:350px;
border-radius:0px !important;
}
.small_box img
{
width:100%;
height:200px;;
}
.small_box a
{
padding:10px;!important;
display:block;
font-size:15px;
color:#999999;
}

.small_box a:hover
{
text-decoration:none;
color:#0033CC;
}
/** gallery **/
 
 .client-section {
    background:#e9e7e8;
	padding: 10px 0;
	margin-top: 82px;
	border-bottom: 10px solid #fff;
}

/* Override bootstrap column paddings */
.gallery-container {
    overflow: hidden;
}
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
 
/** end **/
#flexiselDemo3 {
display: none;
}
.nbs-flexisel-container {
position: relative;
max-width: 100%;
}
.nbs-flexisel-ul {
position: relative;
width: 9999px;
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
.nbs-flexisel-inner {
overflow: hidden;
width:90%;
margin: 0 auto;
}
.nbs-flexisel-item {
float: left;
margin: 0px;
padding: 0px;
cursor: pointer;
position: relative;
 
}
.nbs-flexisel-item > img {
width:70%;
cursor: pointer;
position: relative;
/* margin:2.5em 0; */
max-width:200px;
max-height:90px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
width: 26px;
height: 36px;
position: absolute;
cursor: pointer;
z-index: 100;
}
.nbs-flexisel-nav-left {
left: 0px;
top: 37% !important;
background: url(../images/c_arrows.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
right: 0px;
background: url(../images/c_arrows.png) no-repeat -18px 0px;
top: 37% !important;
}
/** banner-client-hover **/
.slide-img {
	background: url(../images/banner/clerint-banner2.jpeg) no-repeat;
	background-size: auto auto;
	float: left;
	background-size: contain;
	cursor: pointer;
}

.slide-img img {
	opacity: 1;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear;
	-o-transition:  all .2s linear;
	transition:  all .2s linear;
}

.slide-img img:hover {
	opacity: 0;
}
 

/** end **/
/************** 	about_form *************/

.form_side{
	text-align: center;
    background-color: #FAFAFA;
	padding: 10px 40px 10px;
	margin: 10px 0px 10px;
	border: 1px solid GREY;
	z-index:9999999999999999999
}

.form_side h1{
	font-size: 17px;
	color: rgb(23, 97, 245);
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: 600;
}
.form_side .vk-btn{
    text-transform: uppercase;
    background-color: #ddd;
    color: rgb(192,41,41);
    border-radius: 0;
    width: 100%;
    border: 4px solid;
    font-weight: 700;
}

 

.sidenav a { 
    text-decoration: none;
    font-size: 25px;
    color: #326fc0;
    display: block;
    transition: 0.3s
}

.sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px; }
  .sidenav a {font-size: 18px;}
  
}
.sidenav .closebtn {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 36px;
	margin-left: 50px;
}
.sidenav {
	width: 0;
	position: fixed;
	z-index: 999999;
	top:25%;
	right: 0;
	background-color: rgb(50, 111, 192);
	overflow-x: hidden;
	transition: 0.5s;
}
#about_form {
	position: fixed;
	bottom: 300px;
	right: 22px;
	width: 131px;
	z-index: 9999;
	top: 30%;
}
.form_side h1 small { 
    font-size: 10px; 
	display: block;
}
#about_form span {
    cursor: pointer;
    background: #F0F0F0;
    border: 1px solid #999;
    display: block !important;
    padding: 0 .5em;
    font-size: 25px;
    float: left;
    position: absolute;
    top: 120px;
    right: -110px;
    text-transform: capitalize;
    color: #1761f5;
    text-decoration: none;
    z-index: 9999;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	font-weight: 600;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc !important;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	float: none !important;
}
 textarea.form-control {
    height: auto;
}
.form_side .vk-btn {
    text-transform: uppercase;
    background-color: #ddd;
    color: rgb(236, 119, 75);
    border-radius: 0;
    width: 100%;
    border: 4px solid;
    font-weight: 700;
	padding: 10px;
}
.about_form {
    font-size: 40px;
    overflow: hidden;
	margin-bottom: 10px;
}
.about_form input {
    opacity: 0;
    position: absolute;
}
.about_form a, .about_form label {
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
 .about_form label:hover{
    color: orange;
    cursor: pointer;
}
 .about_form label:active{
    color: orange;
    cursor: pointer;
}
.star-about_form {
  font-family: 'FontAwesome';
}
.star-about_form > fieldset {
  border: none;
  display: inline-block;
}
.star-about_form > fieldset:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.star-about_form > fieldset:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 .05em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  color: #d7724c;
}
.star-about_form > fieldset:not(:checked) > label:before {
  content: '\f006  ';
}
.star-about_form > fieldset:not(:checked) > label:hover,
.star-about_form > fieldset:not(:checked) > label:hover ~ label {
  color: #d7724c;
  text-shadow: 0 0 3px #d7724c;
}
.star-about_form > fieldset:not(:checked) > label:hover:before,
.star-about_form > fieldset:not(:checked) > label:hover ~ label:before {
  content: '\f005  ';
}
.star-about_form > fieldset > input:checked ~ label:before {
  content: '\f005  ';
}
.star-about_form > fieldset > label:active {
  position: relative;
  top: 2px;
}
 

/************** ////	end *************/
/** cloud **/
.cloud_icon img {
    margin: 0 auto;
	width: 80px;
	margin-bottom: 20px;
}
.cloud_icon h2 {
	text-align: center;
	font-size: 25px;
	color: #000000;
	margin-bottom: 10px;
}
.cloud_icon p {
	color: #828282;
	text-align: center;
	margin: 0;
	line-height: 20px;
}
 
.pb-50 { 
    padding-bottom: 50px; 
}
/** end **/

/** parallax **/
.parallax { 
	padding: 40px 0;
	background: linear-gradient(rgba(0, 0, 0, 0.34),rgba(0, 0, 0, 0.48)), url("../images/bottom.jpg") no-repeat; 
	background-size: cover;
	width: 100%; 
	 
}
.parallax_content h2 {
	text-align: center;
	color: #fff;
	font-size: 43px;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform:uppercase;
}
.parallax_content p {
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 0px;
	text-transform:uppercase;
}
.parallax_content a {
    /* left: 41%; */
    /* position: relative; */
    /* top: 30px; */
}
.parallax1 { 
	padding: 150px 0;
	background-attachment: fixed;
	background:url(../images/banner/cloud-parallax.png) no-repeat;
	background-size: cover;
	width: 100%; 
}
.parallax_content1 h2 {
	text-align: right;
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
	
}
.parallax_content1 p {
    text-align: right;
    color: #fff;
	font-size:22px;
	margin-bottom:0px;
}
.parallax_content1 a {
    left: 84%;
    position: relative;
    top: 30px;
}
.cloud-btn{
	background:#fff;
	color:#1761f5 !important;
}
.cloud-btn:hover{
	background:#1761f5 ;
	color:#fff !important;
}
/** end **/
/** security system **/
.security {
    background: #fff;
	min-height: 300px;
}
.security img { 
    padding: 0 40px; 
	height: 182px;
	margin: 0 auto;
}
.security h3 { 
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px; 
}
.service-title2 {
    font-size: 23px;
    color: #000000;
    margin-bottom: 30px;
	text-align: center;
	
}
/** end **/
/** clinets **/
.bottom-Foot {
    background:#fff;
	padding:20px 0;
	padding-bottom:10px;
}
/* .clients img { */
    /* display: block; */
    /* margin: 5px auto; */
	
/* } */
 
/** end **/
/** popup **/

#enquirypopup .modal-dialog {
    width: 400px;
    padding: 0px ;
    position: relative;
}

#enquirypopup .modal-dialog {
    width: 400px;
    padding: 0px ;
    position: relative;
}
#enquirypopup .modal-dialog:before {
    content: '';
    height: 0px;
    width: 0px;
    border-left: 50px solid #1761F5;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 1px;
    left: -14px;
    z-index: 99;
}

.custom-modal-header {
    text-align: center;
    color: #1761F5;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 4px solid;
}

#enquirypopup .modal-dialog .close {
    z-index: 99999999;
    color: white;
    text-shadow: 0px 0px 0px;
    font-weight: normal;
    top: 4px;
    right: 6px;
    position: absolute;
    opacity: 1;
}

.custom-modal-header .modal-title {
    /* font-weight: bold; */
    font-size: 18px;
}

#enquirypopup .modal-dialog:after {
    content: '';
    height: 0px;
    width: 0px;
    /* border-right: 50px solid rgba(255, 0, 0, 0.98); */
    border-right: 50px solid #1761F5;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 1px;
    right: -14px;
    z-index: 999999;
}

.form-group {
    margin-bottom: 15px !important;
}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
/** end **/
/** started **/
 
.blue-bg {
	padding: 15px 0;
	background: #1761F5;
	border-bottom: 1px solid #1761f5;
}

.text-left {
   font-size: 23px;
    color: #fff;
	font-weight:300;
}
.blue-bg span {
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
.blue-bg strong { 
	font-size: 30px; 
	line-height: 3;
	display: inline-flex;
}
 .btn-inline {
	display: inline-flex;
	background: #1761f5;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #fff;
	border-radius: 5px
}
.btn-inline:hover {
    border: 1px solid #000;
    color: #000;
}
/** end **/
/** footer **/
#footer {
    background: #f7f7f7;
    padding: 50px 0 10px;
	font-family: 'dinregularwebfont' !important;
}
.top_futter img {
    width: 200px;
	margin-bottom: 20px;
}
.top_futter p {
	color: #828282;
	font-size: 17px;
	font-weight: 300;
}
.top_futter h3 {
    color: #333;
    margin-top: 15px;
    font-family: 'dinregularwebfont' !important;
}
.copyright p {
    color: #64655d;
	margin-top: 20px;
	font-weight:300; 
}
.copyright p a { 
    color: #64655d; 
}
.copyright p a:hover { 
    color: #1761F5; 
}
.top_futter input {
    width: 60%;
    padding: 25px 10px;
    margin-top: 15px; 
    margin-bottom: 15px;
}
.top_futter h2 {
    color: #333;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 900;
    font-family: 'dinregularwebfont' !important;
}
.top_futter ul { 
	padding: 0;
}
.top_futter ul li a{ 
	color: #828282;
	font-size: 17px;
	font-weight: 300;
	line-height: 20px;
}
.top_futter ul li a:hover{
    color:#1761f5;
}
.top_futter ul li {
    line-height: 1;
}
.social ul li {
    display: inline-block;
	padding-right: 12px;
}
.social {
    text-align: right;
}

.social li a i:nth-child(1) {
	color: #4867AA;
	cursor: pointer;
	text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
	transition: all ease-in-out 150ms;
}

 

.social li a i:nth-child(1):hover {
	text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
	transform: translate(0, -5px);
}

.social.fa-twitter-squar:nth-child(2) {
	color:#1DA1F2;
	cursor: pointer;
	text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
	transition: all ease-in-out 150ms;
}
.fa-twitter-square {
    color: #1DA1F2 !important;
}
.fa.fa-3x.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        background-clip: border-box;
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}
.fa-linkedin-square {
    color: #444 !important;
}
.social.fa-twitter-squar:nth-child(2):hover {
	text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
	transform: translate(0, -5px);
}

.social li a i:nth-child(3) {
	color: #444;
	cursor: pointer;
	text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
	transition: all ease-in-out 150ms;
}

.social li a i:nth-child(3):hover {
	text-shadow: 0px 14px 10px rgba(0, 0, 0, 0.4);
	transform: translate(0, -5px);
}
 
 
/** end **/
/** responsive **/
@media screen and (max-width:992px) {
 .product-right{
	position: static;
	 
}
.item h2 {
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
	color: #1761f5;
	line-height: 1.3;
	position: absolute;
	right: 15px !important;
	max-width: 230px !important;
	top: 80px;
	font-size: 25px !important;
}
 .item .inner-content {
    vertical-align: middle;
    padding: 120px 100px 100px 0;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 0px 80px;
    min-height: 348px !important;
}
 
}
@media screen and (max-width: 768px) {
.carousel-indicators {
    right: unset !important;
    left: 50% !important;
}
.item h2 {
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
	color: #1761f5;
	line-height: 1.3;
	position: absolute;
	right: 15px !important;
	max-width: 230px !important;
	top: 80px;
	font-size: 25px !important;
}
 .item .inner-content {
    vertical-align: middle;
    padding: 120px 100px 100px 0;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 0px 80px;
    min-height: 348px !important;
}
.carousel-indicators {
    position: absolute;
    bottom: 5% !important;
    margin: auto;
    height: 20px;
    right: 10%;
    left: auto;
    width: auto;
}
.item .inner-content {
    padding: 80px 0 0 !important;
}
/* .item h2 { */
    /* font-size: 2em !important; */
	/* top: 0px !important; */
	/* text-align:center */
/* } */
.slider-pegination label {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    margin: -20px 2px;
    border: solid 1px rgb(0, 0, 0);
    cursor: pointer;
}
.choose-bg h2 {
	background: #1DA1F2B3;
	text-align: center;
	color: #fff;
	padding: 15px;
	display: inline-block;
	position: relative;
	top: 15%;
	font-weight: 600;
	line-height: 30px;
	font-size: 25px;
}
}
@media screen and (max-width: 650px) {
	.item h2 {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    color: #1761f5;
    line-height: 1.3;
    position: absolute;
    right: 5px !important;
    max-width: 180px !important;
    top: 70px;
    font-size: 18px !important;
}
.item .inner-content {
    vertical-align: middle;
    padding: 120px 100px 100px 0;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 0px 80px;
    min-height: 285px !important;
}
}
@media screen and (max-width: 500px) {
	.breadcrumb li strong {
    color: #e9e7e8;
    text-decoration: none;
    transform: skewX(25deg);
    display: inline-block;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: capitalize !important;
}
.product-right ul li {
    width: 47%;
    text-align: center;
    display: inline-grid;
    vertical-align: top;
}
.product ul{ display:block;}
.product li {
    margin: 0 0 5px;
    font-weight: 600;
    background: #326fc0;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    display: inline-block;
    width: 49.4%;
}
.breadcrumb li {
    background-color: #326fc0;
    border-right: 3px solid #e9e7e8;
    transform: skewX(-25deg);
    height: 40px;
    padding: 0 5px !important;
    position: relative;
    top: 0;
    line-height: 40px;
    display: inline-block;
}
	.ts-testimonial-slide .ts-testimonial-item .infor-client::after {

    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: -35px;
    right: 0px;
    font-family: FontAwesome;
    content: "\f10e";
    font-size: 2em;
    color: #fff;
	display:none !important; 
    opacity: 0.4;

}
.choose-point h3 {

    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0;

}
}
@media screen and (max-width: 450px) {
	h3.tittle {
    margin-bottom: 1em;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
}
.item h2 {
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
	color: #1761f5;
	line-height: 1.3;
	position: absolute;
	right: 10px !important;
	max-width: 120px !important;
	top: 70px;
	font-size: 14px !important;
}
 .item .inner-content {
    vertical-align: middle;
    padding: 120px 100px 100px 0;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 0px 80px;
    min-height: 235px !important;
}
  #about_form span {
    cursor: pointer;
    background: #F0F0F0;
    border: 1px solid #999;
    display: block !important;
    padding: 0 .5em;
    font-size: 20px;
    float: left;
    position: absolute;
    top: 120px;
    right: -115px;
    text-transform: capitalize;
    color: #1761f5;
    text-decoration: none;
    z-index: 9999;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    font-weight: 600;
}
.social ul li a i {
    font-size: 1.5em;
}
.choose-bg h2 {
    background: #1DA1F2B3;
    text-align: center;
    color: #fff;
    padding: 15px;
    display: inline-block;
    position: relative;
    top: -6%;
    font-weight: 600;
    line-height: 14px;
    font-size: 14px;
}
}
/** end **/

 
 
 
.one {
    
	background: url("../images/call-us.png");
}
.two {
   background: url("../images/call-us.png");
}
.about-icon.blue h2 { 
    position: relative;
    margin-bottom: 25px; 
}
.about-icon.blue h2 {
    background-color: #4373C8;
}
.about-icon h2 {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.about-icon.blue h2::before {
    border-top-color: transparent;
    border-right-color: #4373C8;
    border-bottom-color: #4373C8;
    border-left-color: transparent;

}
.about-icon h2::before, .about-icon h2::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: -16px;
    width: 0;
    border: 8px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* .about-icon.blue h2::after { */
    /* border-top-color: #F44336; */
    /* border-right-color: #F44336; */
    /* border-bottom-color: transparent; */
    /* border-left-color: transparent; */
/* } */
.about-icon h2::after {
    top: auto;
    bottom: 0;
}
.about-icon h2::before, .about-icon h2::after {
    content: ' ';
    position: absolute;
    left: 0;
    /* top: -16px; */
    width: 0;
    border: 8px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*---------------------
	slider section
-----------------------*/

.css-slider-wrapper {
  display: block;
  background: #FFF;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  top:81px;
  bottom: 0;
  min-height: 30vw;
  
}
/* Slider */

.slider {
  width: 100%;
  height: 100%;
  background: red;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-align: right;
  -webkit-align-items: right;
  align-items: right;
  justify-content: right;
  align-content: right;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slide1 {
  background:url(../images/banner/FamilyandBusiness.png);
  left: 0;
  background-size: cover;
}

.slide2 {
  background:url(../images/banner/F4.png);
  left: 100%;
  background-size: cover;
}

.slide3 {
   background:url(../images/banner/F1.jpg);
  left: 200%;
  background-size: cover;
}
 .slide4 {
   background:url(../images/banner/Highqualitysecurity.png);
  left: 300%;
  background-size: cover;
}
 

 

.slider > div {
  text-align: center;
}
/* Slider inner content */

.slider h2 {
	color: #326fc0;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 40pxpx;
	position: relative;
	top: 130px;
	right: 100px;
	opacity: 0;
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
}

.slider .button {
  color: #FFF;
  padding: 5px 50px;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  opacity: 0;
  font-size: 15px;
  line-height: 30px;
  display: inline-block;
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
}

.slider h2,
.slider .button {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1s;
  /* Safari */
  
  transition-delay: 1s;
}
/* slider-pagination */

.slider-pegination {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1000;
}

.slider-pegination label {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 2px;
  border: solid 1px rgb(0, 0, 0);
  cursor: pointer;
}
/* Next and previous button*/

.control {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 99;
}

.control label {
  z-index: 0;
  display: none;
  text-align: center;
  line-height: 50px;
  font-size: 50px;
  color: #000;
  cursor: pointer;
  opacity: 0.2;
}

.control label:hover {
  opacity: 0.5;
}

.next {
  right: 1%;
}

.previous {
  left: 1%;
}
/* Slider control sliding effect */

.slide-radio1:checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.slide-radio2:checked ~ .slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.slide-radio3:checked ~ .slider {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.slide-radio4:checked ~ .slider {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
/* next and previous will be  active when slider moving*/

.slide-radio1:checked ~ .next .numb2,
.slide-radio2:checked ~ .next .numb3,
.slide-radio3:checked ~ .next .numb4,
.slide-radio2:checked ~ .previous .numb1,
.slide-radio3:checked ~ .previous .numb2,
.slide-radio4:checked ~ .previous .numb3 {
  display: block;
  z-index: 1;
}
/* css for active current pagination */

.slide-radio1:checked ~ .slider-pegination .page1,
.slide-radio2:checked ~ .slider-pegination .page2,
.slide-radio3:checked ~ .slider-pegination .page3,
.slide-radio4:checked ~ .slider-pegination .page4 {
  background: rgb(0, 0, 0);
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    display: none;
}
.slide-radio1:checked ~ .slide1 h2,
.slide-radio2:checked ~ .slide2 h2,
.slide-radio3:checked ~ .slide3 h2,
.slide-radio4:checked ~ .slide4 h2,
.slide-radio1:checked ~ .slide1 .button,
.slide-radio2:checked ~ .slide2 .button,
.slide-radio3:checked ~ .slide3 .button,
.slide-radio4:checked ~ .slide4 .button {
  -webkit-transform: translateX(0);
  tra6+
  nsform: translateX(0);
  opacity: 1
}
/** responive **/
@media screen and (max-width:992px) {
	.text-left {
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.navbar-toggle{margin-top:14px !important; }
.navbar-brand{ margin-top:0 !important; height:60px !important;}
.css-slider-wrapper{ top:60px;}
.client-section{ margin-top:61px;}
.navbar-nav{margin:0 !important;}
#bs-example-navbar-collapse-1{padding:0 !important;}
.navbar-nav > li > a{ padding:10px !important;}
}
@media screen and (max-width: 400px) {
  .choose-point span {
    background: #E9E7E8;
    height: 70px;
    display: inline-block;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 80px;
    line-height: 70px;
    text-align: center;
}
.man-bg { 
    background: url("http://etcsndt.com/cekyor/css/../images/man.png");
        background-repeat: repeat;
        background-size: auto auto;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;

}
.parallax_content h2 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    font-family: "Bodoni MT";
    font-weight: 600;
}
.parallax_content p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-family: 'dinregularwebfont' !important;
}
.ts-testimonial-slide p {
    font-size: 15px;
    line-height: 16px;
    padding-top: 10px;
    cursor: pointer;
    color: #fff;
    border-top: 1px solid #fff;
}
.css-slider-wrapper {
    display: block;
    background: #FFF;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    top: 81px;
    bottom: 0;
    height: 103px;
}
.choose-point span img {
    width: 55px;
}
.choose-point h3 {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
}
/** responive **/



.carousel-inner,.carousel,.item,.fill {
  height:100%;
  width:100%;
  background-position:center center;
  background-size:cover;
}
.slide-wrapper{display:inline;}
.slide-wrapper .container{padding:0px;}



/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators{
	position:absolute;
    bottom: 15%;
	margin:auto;
	height:20px;
	right:10%; 
	left:auto;
	width:auto;
}
.carousel-indicators li{
    margin-bottom: 5px;
    border: 2px solid #1761f5;
    border-radius: 0;
    width: 15px;
    height: 15px;
}
.carousel-indicators li.active{
	margin-bottom:5px;
	background:#1761f5;
    width: 15px;
    height: 15px;
}
.carousel-img{   
	display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.fill{
	/* background: #fff;  /* fallback for old browsers */ */
	/* background: -webkit-linear-gradient(to right, #ddd, #fff);  /* Chrome 10-25, Safari 5.1-6 */ */
	/* background: linear-gradient(to right, #ddd, #fff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ */
	/* min-height:450px; */
}
.item .inner-content{
	vertical-align: middle;
	padding: 120px  100px 100px 0;

    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 0px 80px;

	min-height:550px;
}
.item img{
	margin:auto;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.item .carousel-desc{
	color:#fff;
	text-align:right;
}
.item  h2{
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
	color: #1761f5;
	line-height: 1.3;
	position: absolute;
	right: 120px;
	max-width: 300px;
}

/* .item1  h2{ */
	/* padding: 80px 0 0;  */
/* } */
/* .item2  h2{ */
	/* padding: 80px 0 0;  */
/* } */
.item3  h2{
	padding: 0; 
}
/* .item .carousel-img{ */
	/* min-height:150px; */
/* } */


.bg-grey{
	background:#f5f6f6;
}
 
/* ----------------------------------
-----functionalities breadcrumb------
----------------------------------- */

.breadcrumb{
    background-color: #326fc0;
	  padding: 0 1.5em;
    clear: both;
    height: 40px;
	margin-bottom: 0;
    border-radius: 0;
}
.breadcrumb ul {
    padding: 0;
}
.breadcrumb li{  
    background-color: #326fc0; 
    border-right: 3px solid #e9e7e8;
    transform: skewX(-25deg);
    height: 40px;
    padding: 0 20px;
    position: relative;
    top: 0; 
    line-height: 40px;
	display: inline-block;
}
.breadcrumb li:first-child {
    display: none;
}
.breadcrumb li:nth-child(2) {
    border-left: 3px solid #e9e7e8;
}
.breadcrumb li:last-child {
    border-right: none;
}
.breadcrumb li a{	
	  color: #fff;
    transform: skewX(25deg);
    display: inline-block;
}
.breadcrumb li a:hover, .breadcrumb li a:focus{
    text-decoration: none;
    color: #7b4446;
}
.breadcrumb li strong {
    color: #e9e7e8;
    text-decoration: none;
    transform: skewX(25deg);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumb i{
	font-size: 18px;
	color:#e9e7e8;
}

/* blog*/
.row-pb-md {
    padding: 40px 0 !important;
}
.desc a {
    font-weight: 600;
	font-size: 17px;
}
.desc a:hover {
    color: #151616;
}
.blog-entry {
    z-index: 0;
    display: block;
    position: relative;
}
.blog-entry p {
   color: #828282;
font-size: 17px;
}
.blog-entry .blog-img {
    display: block;
    z-index: -1;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.blog-entry .blog-img img {
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	height: 350px;
	width: 100%;
}
.blog-entry .desc {
    width: 90%;
    background: #fff;
    margin-top: -3em;
    z-index: 1;
    padding: 10px 0;
	text-align: justify;
}
.blog-entry .desc .meta {
    text-transform: uppercase;
    font-size: 14px;
}
.blog-entry .desc .meta span {
    padding-right: 10px;
}
.blog-entry .desc .meta span a {
    color: #000;
    font-weight: 700;
}
.blog-entry .desc .meta span {
    padding-right: 10px;
}
.blog-entry:hover .blog-img img, .blog-entry:focus .blog-img img {
    position: relative;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
ol{  line-height:30px;color: #828282 !important;}
.unstyled{ position:relative; padding-left:0px; margin-left:0px; line-height:30px;color: #828282 !important;}
.unstyled li .fa{ display:none;}
.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
}
.vSpace{ display:block; width:100%; height:30px; }
.dropdown .dropdown-menu{ padding:0;}
.dropdown .dropdown-menu a{ padding:10px 15px;}
h4.tittle{ font-size:24px; color:#333; font-weight:500; margin-bottom:15px;}
h4.tittle a{font-size: 20px;
    color: #1761f5;
    font-weight: 500;
    margin-bottom: 27px;
    display: block;}
@media only screen and (min-width: 768px) {
    .navbar-default .navbar-nav > li.dropdown:hover > a, 
	.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
	.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
		background-color: rgb(231, 231, 231);
		color: rgb(85, 85, 85);
	}
	li.dropdown:hover > .dropdown-menu {
		display: block;
	}
}