/* CSS Document */
@import "fontface.css";
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #fff;
}
/***************************reset*********************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;/*font: inherit;
	vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
ul {
	list-style: none;
	margin: 0px;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	border: none;
}
a {
	outline: 0;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a img {
	border: 0px;
	text-decoration: none;
}
.clr {
	clear: both;
}
.container {
}
a:hover, a:focus {
	text-decoration: none !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
}
::-moz-placeholder { /* Firefox 19+ */
}
:-ms-input-placeholder { /* IE 10+ */
}
:-moz-placeholder { /* Firefox 18- */
}
/***********************end reset*********************/



.header {
	padding: 25px 0 0;
	border-bottom: 2px solid #75c5f0;
	box-shadow: 0 0 35px #75c5f0;
}
.top-cont, .social {
	display: inline-block;
	vertical-align: middle;
}
.social {
	margin-left: 40px
}
.top-head-right .social {
	display: none;
}
.top-cont li, .social li {
	display: inline-block;
}
.top-cont li {
	margin-left: 20px;
}
.cont-icn {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
}
.top-head-right {
	text-align: right;
}
.cont-txt {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left:  10px;
}
.cont-txt p {
	margin: 0;
	font-size: 12px;
	color: #000;
	font-family:OpenSans-Semibold;
}
.cont-txt p a {
	font-size: 14px;
	color: #0093dd;
	font-family:OpenSans-Bold;
}
.social li {
	margin-left: 12px;
}
.social li a {
    color: #656565;
    font-size: 18px;
}
.top-right-top {
	padding-bottom: 15px;
	border-bottom: 2px solid #d7d7d7; 
}
.banner-slider-img img {
	width: 100%;
}
.banner-slider-item {
	position: relative;
}
.banner-slider-txt {
	position: absolute;
	top: calc(50% - 100px);
	width: 100%;
}
.slider-txt-in {
	background: rgba(13,27,40,0.9);
	color:#fff;
	padding: 35px;
}
.slider-txt-in h2 {
	font-size: 35px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-family:OpenSans-Bold;
}
.slider-txt-in p {
	font-size: 15px;
	font-family:OpenSans-Regular;
}
.banner-slider .owl-carousel .owl-nav .owl-prev, .banner-slider .owl-carousel .owl-nav .owl-next {
	position: absolute;
	height: 65px;
	width: 65px;
	top: calc(50% - 65px);
	font-size: 0;
}
.banner-slider .owl-carousel .owl-nav .owl-prev {
	background: #1d1d1d url("../images/slid-left.png") no-repeat center center;
	left: 0;
}
.banner-slider .owl-carousel .owl-nav .owl-next {
	background: #1d1d1d url("../images/slid-right.png") no-repeat center center;
	right: 0;
}
.sesvice-area {
	padding: 65px 0;
}
.pg-head {
	text-align: center;
	margin:  0 0 60px;
}
.pg-head h1 {
	margin: 0;
	font-family:OpenSans-Light;
	color: #444444;
	text-transform: uppercase;
	font-size: 40px;
	display: inline-block;
	width: 50%;
	padding: 0 0 25px;
	border-bottom: 1px solid #75c5f0;
	position: relative;
}
.pg-head h1:after {
	content: "";
	border-bottom: 9px solid #0093dd;
	width: 115px;
	bottom: -5px;
	left: calc(50% - 57px);
	position: absolute;
}
.servise-div {
	background: #fff;
	text-align: center;
	padding: 25px;
	box-shadow: 0 0 15px rgba(0,139,139,0.4);
	margin: 0 0 25px;
	transition: all 0.5s ease-in;
	border-radius: 10px;
}
.servise-div:hover {
    background: #03aaff;
    background: -webkit-linear-gradient(#c7ecff, #03aaff);
    background: -o-linear-gradient(#c7ecff, #03aaff);
    background: -moz-linear-gradient(#c7ecff, #03aaff);
    background: linear-gradient(#c7ecff, #03aaff);
}
.ser-num {
	background: #0093dd;
	color: #fff;
	box-shadow: 0 0 15px rgba(0,139,139,0.4);
	font-size: 45px;
	border-radius: 10px;
	font-family:OpenSans-Bold;
	display: inline-block;
	height: 85px;
	width: 85px;
	padding: 10px;
}
.ser-head {
	padding: 10px 0;
	margin: 10px 0;
	position: relative;
}
.ser-head a {
	color: #000 !important;
	font-size: 20px;
	font-family:OpenSans-Semibold;
	text-transform: uppercase;
}
.ser-head:after {
	position: absolute;
	content: "";
	border-bottom: 3px solid #0093dd;
	width: 112px;
	left: calc(50% - 57px);
	bottom: 0;
}
.ser-txt {
	font-size: 14px;
	font-family:OpenSans-Regular;
	color: #000;
	line-height: 1.8em;
	margin: 0 0 10px;
}
.read-btn {
}
.servise-div:hover .read-btn a {
	color: #fff;
}
.read-btn a {
	color: #0093dd;
	font-family:OpenSans-Bold;
	display: inline-block;
	font-size: 17px;
	text-transform: uppercase;
	transition: all 0.2s ease-in;
}
.sesvice2-area {
	background: #dcdcdc;
	padding: 60px 0;
	border-bottom: 6px solid #949494;
}
.sr-left-img {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.sr-left-img img {
	box-shadow: 0 0 5px rgba(0,0,0,0.75);
	border: 10px solid #fff;
	height: auto;
}
.sr-left-txt {
	/*padding: 35px 0;*/
	text-align: justify;
}
.sr-left-txt h2, .sr-hd {
	color: #000;
	font-family:OpenSans-Regular;
	font-size: 30px;
	display: inline-block;
	border-bottom: 3px solid #0093dd;
	padding: 0 0 10px;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.sr-hd {
	padding: 0 0 8px;
	margin: 0 0 20px;
}
.sr-left-txt p, .sr-tx p {
	font-family:OpenSans-Regular;
	color: #000;
	font-size: 15px;
	line-height: 1.8em;
}
.sr-left-area .sr-left-txt {
	padding: 15px 0;
}
.sr-tx {
	padding: 15px 0;
}
.sesvice3-area {
	padding: 50px 0;
}
.accordion-section-content {
	padding:15px;
	display:none;
}
.sr-accordion-div .accordion-section {
	margin: 0 0 5px;
}
.sr-dv .accordion-section-title {
	background: #0093dd;
	color: #fff;
	font-size: 17px;
	font-family:OpenSans-Semibold;
	text-transform: uppercase;
	padding: 12px 15px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.sr-dv .accordion-section-title:after {
	background: #fff url(../images/brop-btm-icn.png) no-repeat center center;
	content: " ";
	position: absolute;
	height: 30px;
	width: 30px;
	right: 9px;
	top: 9px;
}
.accordion-section-title.active:after {
	background: #fff url(../images/brop-tp-icn.png) no-repeat center center;
}
.sr-accordion-div .accordion-section-content {
	box-shadow: 0 0 15px rgba(0,139,139,0.4);
}
.sr-accordion-div .accordion-section-content p {
	font-family: OpenSans-Regular;
    font-size: 14px;
    line-height: 1.8em;
}
.section1 {
	background: #023175;
	padding: 50px 0;
	color: #fff;
}
.sec-head {
	font-size: 20px;
	font-family:OpenSans-Bold;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.sec-head:after {
	content: "";
	border-bottom: 2px solid #0093dd;
	bottom: 0;
    left: 0;
    position: absolute;
    width: 90px;
}
.sec-rit-img {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	margin: 10px 0 0;
}
.sec-rit-div-in {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 55px);
	padding-left:  10px;
}
.sec-rit-div {
	margin: 0 0 15px;
}
.sec-txt {
	font-size: 15px;
	font-family:OpenSans-Regular;
}
.contact-area {
	background: url(../images/b-banner.png) no-repeat center center / cover;
	padding: 50px 0;
}
.contact-area .pg-head h1 {
	color: #fff;
}
.ftr-cont li {
	display: inline-block;
	margin-right: 20px;
}
.ftr-cont .cont-txt p, .ftr-cont .cont-txt p a {
	color: #fff;
}
.cont-our {
	font-family: OpenSans-Light;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
}
.contact-left {
	text-align: center;
}
.cont-add {
	padding: 18px 0;
}
.cont-add h3 {
	font-family: OpenSans-Light;
    font-size: 25px;
    color: #fff;
    margin: 0 0 10px;
}
.cont-add p {
	font-family: OpenSans-Regular;
	font-size: 15px;
	line-height: 1.5em;
	color: #fff;
}
.contact-form p span {
	margin: 0 0 5px;
	display: inline-block;
	width: 100%;
}
.contact-form input {
	background: #d3d3d3;
	color: #000;
	font-size: 15px;
	font-family: OpenSans-Semibold;
	border: none;
	padding: 10px 15px;
	width: 85%;
	border-radius: 10px;
}
.contact-form input[type="submit"] {
	background: #0093dd;
	width: auto;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 25px;
}
.footer-menus {
	background: #060606;
	padding: 20px 0;
}
.ftr-menu {
	text-align: center;
}
.ftr-menu li {
	display: inline-block;
}
.ftr-menu li a {
	color: #fff;
	font-size: 16px;
	font-family: OpenSans-Regular;
	text-transform: uppercase;
	padding: 0 20px;
	position: relative;
}
.ftr-menu li:not(:last-child) a::after {
    border-left: 2px solid #fff;
    content: "";
    height: 15px;
    position: absolute;
    right: -3px;
    top: 4px;
}
.main-ftr {
	background: #fff;
}
.footer-logo {
	padding: 20px 0 10px;
	text-align: center;
}
.copy-right {
	color: #000;
	font-size: 17px;
	text-align: center;
	font-family: OpenSans-Regular;
	border-top: 1px solid #060606;
	padding: 10px 0 30px;
}

.cont-page .pg-head {
	margin: 0 0 100px;
}
.cont-page .cont-our, .cont-page .cont-add h3, .cont-page .cont-add p,
.cont-page .ftr-cont .cont-txt p, .cont-page .ftr-cont .cont-txt p a {
    color: #000;
}
.cont-page .contact-form input {
	padding: 15px 20px;
	width: 100%;
}
.cont-page .contact-form input[type="submit"] {
	width: auto;
	padding: 15px 35px;
}
.cont-page .contact-form p span {
    margin: 0 0 10px;
}
.single-tm-page .sr-accordion {
	margin: 50px 0 0;
}
.single-tm-page, .cont-page, .blog-tm-page  {
	margin: 65px 0;
}
.single-tm-page .col-sm-12 {
	display: inline-block;
	width: 100%;
}
.post-s-right {
	/*padding: 50px 0 0;*/
}
.post-ht {
	padding: 0;
}
.post-tt {
    font-family: OpenSans-Regular;
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
}
.blogs-mn-div {
	margin: 50px 0 0;
}
.blog-right-div {
	text-align: center;
}
.blog-post-ht {
	margin: 0 0 20px;
}
.blog-post-ht a {
}
.blogs-in-div .bl-left-img img {
    max-height: 285px;
    min-height: 285px;
    width: 100%;
    height: auto;
}
.blogs-in-div {
    min-height: 600px;
    box-shadow: 0 0 15px rgba(0,139,139,0.4);
    margin: 0 0 30px;
}
.blog-right-div {
	padding: 20px;
}
.blog-post-cont {
	margin: 15px 0;
}
.blog-post-ht.ser-head {
	padding: 20px 20px 10px;
	text-align: center;
	margin: 0 0 15px;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
	color: #999;
}
.fbanner-placeholder {
	height: auto !important;
}
.im-pr {
	margin: 100px 0;
}
.im-pr .page-th {
	margin: 0;
	font-family:OpenSans-Light;
	color: #444444;
	text-transform: uppercase;
	font-size: 35px;
	margin: 0 0 25px;
}
.im-pr .page-tt {
	font-size: 16px;
	font-family:OpenSans-Regular;
	line-height: 1.5em;
}
.im-pr .page-tt strong {
	font-family:OpenSans-Semibold;
}

/* cookiepopup css here */
#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#my-welcome-message {
  /*background: hsl(208, 73%, 43%) url("http://infowindtech.biz/vishal/simda/wp-content/plugins/yith-footer-banner/assets/images/pattern.png") repeat scroll left top;*/
  background: #0093dd;
  display: none;
  z-index: 500;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px 10px;
  font-family: Calibri, Arial, sans-serif;
}
.my-welcome-message-in {
}
.fbanner {
	display: none !important;
}
.my-welcome-message-in > h2 {
	font-size: 16px;
	font-size: "Roboto";
	margin: 0 0 5px;
	font-weight: bold;
	color: #fff;
	width: 83%;
	vertical-align: middle;
	display: inline-block;
}
/*.my-welcome-message-in > p {
	font-size: 17px;
	font-size: "Roboto";
	color: #fff;
	display: inline-block;
	font-weight: bold;
}*/
.my-welcome-message-in h2 .daten {
	color: #023175;
	background: none;
}
.my-welcome-message-in #showhidefbanner {
	display: inline-block;
	right: 0;
	top: 0;
	margin-left: 10px;
	vertical-align: middle;
}
#fvpp-close .emoji {
	display: none !important;
}
.my-welcome-message-in #showhidefbanner a {
	color: #fff;
	margin: 0;
	position: static;
	font-size: 18px;
	padding: 4px 20px;
	font-weight: bold;
}
#fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

#fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
}

#fvpp-dialog p { margin: 0; }

/* end cookiepopup css here */

