<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {

}

body {
	font-family: 'Roboto', sans-serif;
	color:#666;
}

a,
a:hover,
a:focus,
a:active{
	text-decoration:none;
}

#mask {
    margin: 0;
    padding: 0;
    overflow: hidden;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
	height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100000;
	  display: table;
	  text-align: center;
}
#wrap {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.loading {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
  background-color: transparent;
  border: 5px solid transparent;
  border-top-color: #18105A;
  border-bottom-color: #18105A;
  border-radius: 50%;
}

.outer {
  animation: spin 1s infinite;
}

.inner {
  animation: spin 1s infinite;
}

@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.headline{
	margin-top:70px !important;
}
/* GLOBAL START (Margins, Paddings ) */

.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt30 { padding-top:30px !important; }
.pt40 {padding-top:40px !important;}
.pt50 { padding-top:50px !important; }
.pt60 { padding-top:60px !important; }
.pt80 { padding-top:80px !important; }
.pt100 { padding-top:100px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb30 { padding-bottom:30px !important; }
.pb40 {/* padding-bottom:40px !important; */}
.pb50 { padding-bottom:50px !important; }
.pb60 { padding-bottom:60px !important; }
.pb100 { padding-bottom:100px !important; }

.mt0 { margin-top:0; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 {/* margin-top:50px !important; */}
.mt100 { margin-top:100px !important; }
.mb0 { margin-bottom:0; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb100 { margin-bottom:100px !important; }

.mg5 { margin:5px !important; }
.p15 { padding:15px !important; }
.ml15 { margin-left:15px !important; }
.ml10 { margin-left:10px !important; }
.ml5 { margin-left:5px !important; }
.mr5 { margin-right:5px !important; }
.mr15 { margin-right:15px !important; }
.mr10 { margin-right:10px !important; }
.ml20 { margin-left:20px !important; }
.mr20 { margin-right:20px !important; }

.background-light-grey { background-color:#fafafa !important; }
.background-dark-grey { background-color:#1f1f1f !important; color:#fff}
.background-dark-image { background-image:url(../images/navbar-li-hover.png); background-repeat:repeat; color:#fff;}
.background-white { background-color:#fff !important; }
.background-main { background-color:#000 !important; }
.background-mainsub { background-color:#00B7EB; }


.btn-main {
	color:#fff;
	background-color:#e3000f;
	box-shadow:0px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	border-radius:0;
}

.btn-main:hover, .btn-main:focus {
	background-color:#1f1f1f;
	box-shadow:0px;
	color:#fff;
}

.form-control{
	border-radius:0;	
}
.form-control:focus {
    border-color: #e3000f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

/* GLOBAL END */

/*Top Bar*/

.top-bar {
	background: rgba(47,36,132,1);
	background: -moz-linear-gradient(left, rgba(47,36,132,1) 0%, rgba(23,15,87,1) 51%, rgba(47,36,132,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,36,132,1)), color-stop(51%, rgba(23,15,87,1)), color-stop(100%, rgba(47,36,132,1)));
	background: -webkit-linear-gradient(left, rgba(47,36,132,1) 0%, rgba(23,15,87,1) 51%, rgba(47,36,132,1) 100%);
	background: -o-linear-gradient(left, rgba(47,36,132,1) 0%, rgba(23,15,87,1) 51%, rgba(47,36,132,1) 100%);
	background: -ms-linear-gradient(left, rgba(47,36,132,1) 0%, rgba(23,15,87,1) 51%, rgba(47,36,132,1) 100%);
	background: linear-gradient(to right, rgba(47,36,132,1) 0%, rgba(23,15,87,1) 51%, rgba(47,36,132,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2484', endColorstr='#2f2484', GradientType=1 );
}
.top-bar .get-touch {
    float: right;
}
.top-bar .get-touch ul {
    float: left;
	margin:0;
	padding:0;
}
.top-bar .get-touch li {
    float: left;
    border-left: 1px solid #2F2483;
}
.top-bar .get-touch li a {
    color: #fff;
    padding: 13px 14px;
    float: left;
    font-size: 0.9em;
}
.top-bar .get-touch li i {
    margin: 1px 5px 0 0;
    float: left;
    font-size: 17px;
}
/* NAVBAR START */
.column-header{
	height:100px
}
nav{
	margin-top: 5px;
}
.navbar {
	border-radius:0;
	border:0;
	font-size:16px;
	font-weight:400;
	margin:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	z-index:9;
}

.navbar.navbar-main {
	padding: 0px 0 40px 0;
	background: url(../images/header.png) repeat-x;
	background-position: top center;
	position: relative;
	z-index: 999;
}

.navbar-brand {
	height:80px;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.navbar-brand:hover {
	opacity:0.7;
}

.navbar-toggle .icon-bar {
	background-color:#8F8F8F;
	height:1px;
}

.navbar-toggle:hover .icon-bar {
	background-color:#fff;
}

.navbar-toggle {
	border:1px solid #8F8F8F;
	border-radius:2px;
	margin-top:25px;
}

.navbar-toggle:hover {
	border: 1px solid #2F2583;
    background-color: #322781;
	-webkit-transition:color 0.3s ease;
	-moz-transition:color 0.3s ease;
	-o-transition:color 0.3s ease;
	transition:color 0.3s ease;
}

.navbar.navbar-main ul.nav a {
	color: #170F57;
	background:transparent;
	font-weight: 400;
	font-size: 15px;
}

.navbar.navbar-main ul.nav li:hover &gt; a, .navbar.navbar-main .nav li.active a, .navbar.navbar-main ul.nav li:focus &gt; a {
	color: #fff;
	background-color: #18105A;
	-webkit-transition:color 0.1s ease;
	-moz-transition:color 0.1s ease;
	-o-transition:color 0.1s ease;
	transition:color 0.1s ease;
	text-shadow: none;
}


.navbar.navbar-main .navbar-nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.navbar.navbar-main .dropdown-menu &gt; li &gt; a {
    /* line-height: 23px; */
    border-bottom:1px solid #f0f0f0;
    padding: 8px 14px 8px 14px;
    border-radius:0;
    margin-top:0;
    font-size: 13px;
    background-color: #E3E4E4 !important;
    color: #18105A !important;
    font-weight: 400;
}

.dropdown-arrow {
	padding-left:7px;
	font-size:15px;
}

.navbar.navbar-main .navbar-nav .open .dropdown-menu&gt;li&gt;a,.navbar .navbar-nav .open .dropdown-menu {
	color:#8F8F8F;
	outline:none;
	z-index:5;
}

.navbar.navbar-main .navbar-nav .open .dropdown-menu&gt;li:hover &gt; a {
	background-color:transparent;
	color:#fff;
}

.navbar .dropdown-menu {
	border-radius:0;
	box-shadow:none;
	font-size:13px;
	min-width:210px;
	box-shadow:0px 2px 8px rgba(0, 0, 0, 0.16);
	border-left:0;
	border-right:0;
	margin-bottom:0 !important;
	padding:0;
	left:0;
	right:auto;
	border-top: 0;
}

.navbar.navbar-main .dropdown-menu &gt; li:last-child &gt; a {
	border-bottom:0;
}

.dropdown-submenu&gt;a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:3px 0 3px 3px;
    border-left-color:#ccc;
    margin-top:14px;
    margin-right:-10px;
}

.dropdown-submenu:hover&gt;a:after {
    border-left-color:#00B7EB;
}

.dropdown-submenu.pull-left {
    float:none;
}

.dropdown-submenu.pull-left&gt;.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.submenu-arrow {  padding-top:10px; }
#slider{
	top: -46px;
}





.trigger { cursor:pointer; }

.dropdown-form {
	min-width:250px;
}

.navbar.navbar-main .btn-primary { margin-top:-1px; }

.mfp-fade.mfp-bg {
	opacity:0;
	-webkit-transition:all .4s ease-out;
	-moz-transition:all .4s ease-out;
	transition:all .4s ease-out;
}

.search-input { height:2.41em !important }
.search-btn { padding:6px 12px; }
.nav-circle-li {
    margin-top:17px;
    border-radius:50%;
    width:44px;
    height:44px;
    background-color:#F7F7F7 !important;
    box-shadow:0px 2px 0px 0px rgba(0,0,0,0.1);
    line-height:45px !important;
    padding:0 14px !important;
}
.nav-circle-li:hover {
    background-color:#e3000f !important;
    color:#fff !important;
}

.dropdown-menu-user { 
	margin-top:19px !important;
	z-index:4 !important;
}

.mega-dropdown { position:static !important; }

.mega-dropdown-menu {
    padding:16px 10px !important;
    width:100%;
}

.mega-dropdown-menu &gt; li &gt; ul {
	padding:0;
	margin:0;
}
.mega-dropdown-menu &gt; li &gt; ul &gt; li {
	list-style:none;
}
.mega-dropdown-menu &gt; li &gt; ul &gt; li &gt; a {
	display:block;
	color:#222;
	padding:5px 0 !important;
	border-bottom:1px solid #f0f0f0;
}

.mega-dropdown-menu &gt; li ul &gt; li &gt; a:hover,
.mega-dropdown-menu &gt; li ul &gt; li &gt; a:focus {
	text-decoration:none;
	background-color:transparent !important;
}

.mega-dropdown-menu .dropdown-header {
	font-size:12px;
    color:#00B7EB;
    padding:0 0 5px 0 !important;
    line-height:24px;
    text-transform:uppercase;
    font-family:'Raleway';
    font-weight:700;
    border-bottom:1px solid #f0f0f0;
}

.mega-dropdown-arrow { 
	color:#DEDEDE;
    padding-right:3px;
}

.nav-pills.nav-stacked&gt;li&gt;a {
    padding:2px 0;
    color:#777;
}

.nav-pills&gt;li&gt;a {
    border-radius:0;
    padding:7px 10px;
    border:1px solid transparent;
    color:#999;
    font-size:13px;
    text-transform:uppercase;
    font-weight:500;
}

.nav-pills.nav-stacked &gt; li.active &gt; a, .nav-pills.nav-stacked &gt; li.active &gt; a:hover, .nav-pills.nav-stacked &gt; li.active &gt; a:focus, .nav-pills.nav-stacked &gt; li &gt; a:hover, .nav-pills.nav-stacked &gt; li &gt; a:focus {
    color:#00B7EB;
    background-color:transparent;
    border-color:transparent;
}

.nav-pills.nav-stacked:not(.list-style-icons)&gt;li&gt;a:after, .process .nav-pills&gt;li+li:after {
    font-family:FontAwesome;
    content:"\f0da";
    top:6px;
}

.nav-pills.nav-stacked:not(.list-style-icons)&gt;li&gt;a:after {
    font-size:12px;
    position:absolute;
    right:15px;
    color:#d1d1d1;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

.nav-pills.nav-stacked:not(.list-style-icons)&gt;li.active&gt;a:focus:after, .nav-pills.nav-stacked:not(.list-style-icons)&gt;li.active&gt;a:hover:after, .nav-pills.nav-stacked:not(.list-style-icons)&gt;li&gt;a:focus:after, .nav-pills.nav-stacked:not(.list-style-icons)&gt;li&gt;a:hover:after {
    color:#00B7EB;
    right:10px;
}

.nav-stacked { display:block !important; }

#fixed-navbar.affix {
    position:fixed;
    top:0;
    width:100%
}

.navbar-wrapper {
    height: 130px;
    width:100%;
    margin:0;
}

/* NAVBAR END */

/* SLIDER START */

.owlcaption{
	background-image:url(../images/owlCaption-bg.png);
	background-repeat:repeat;
	position:absolute;
	top:20%;
	padding:30px;
	max-width:500px;
	right:0;
}
.owlcaption h1{
	color:#fff;
	font-size:40px;
	font-weight:600;	
}


/* SLIDER END */


/* SLIDER BOTTOM WIDGET START */ 

.sliderMask {
    background: url(../images/sliderMask.png) repeat-x 50% 0;
    margin-top: -214px;
    padding: 65px 0 0 0;
    z-index: 998;
    display: block;
    position: relative;
}
.sliderMask.contactMask{
	margin-top: -168px;
}
.slogan{
	font-size:16px;
	font-weight:400;
}
.introicons {
	padding: 0;
	position: relative;
	background-color:white;
	border-radius: 0;
	margin: 70px 0px 45px 0;
	cursor:pointer;
	min-height: 280px;
	/* border: 1px solid #E8E8E8; */
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.introicons i.mainIcon {
	position: absolute;
	height: 100px;
	width: 100px;
	font-size: 40px;
	line-height: 85px;
	padding: 10px !important;
	color: #717171;
	top: 0px;
	left: 50%;
	margin: -60px 0px 0px -50px !important;
	padding: 0px !important;
	border-radius: 50%;
	border: 10px solid #FAFAFA;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	/* margin-left: -50px; */
}

.introicons:hover &gt; i {
	border: 10px solid #ffffff;
	-webkit-animation: spinAround 1.5s linear infinite;
	-moz-animation: spinAround 1.5s linear infinite;
	animation: spinAround 1.5s linear infinite;
}

.introicons h6 {
	font-weight: 600;
	font-size: 20px;
	padding: 55px 0px 20px 0px;
	background-color: #F5F5F5;
	margin:0;
	color: #000;
}
.introiconsContent{
	background-image:url(../images/introiconsContentBg.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding: 15px 15px 0 15px;
}
.introicons p{
	line-height:22px;
	font-size:14px;
	font-weight:400;
}
.grey-background{
background: rgba(255,255,255,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(204,204,204,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(204,204,204,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(204,204,204,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(204,204,204,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(204,204,204,1) 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(204,204,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=1 );
}
.purple-background{
	background-color:#18105A;
}
.green-background{
    background-color: #0071BC;
}
.yellow-background {
    background-color: #f19100 ;
}
.red-background {
    background-color: #bc1e1d ;
}
.blue-background {
    background-color: #10647c;
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}

.bordered-icon-lg {
	border-radius:0;
	font-size:34px !important;
	border:1px solid #D2D2D2;
	border-radius:50%;
	color:#00B7EB;
	background-color:transparent;
	padding-top:28px;
	height:90px;
	text-align:center;
	width:90px;
	
}

.bordered-icon-lg:hover, .bordered-icon-lg:focus {
	background-color:#1f1f1f;
	border-color:transparent;
	color:#fff;
	-webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	-o-transition:color 0.5s ease;
	transition:color 0.5s ease;
}

.bordered-icon-sm {
	border-radius:0;
	border:1px solid #D2D2D2;
	border-radius:50%;
	color:#00B7EB;
	background-color:transparent;
	text-align:center;
	font-size:21px !important;
	padding-top:20px;
	height:60px;
	width:60px;
}

.bordered-icon-sm:hover, .bordered-icon-sm:focus {
	background-color:#00B7EB;
	border-color:transparent;
	color:#fff;
	-webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	-o-transition:color 0.5s ease;
	transition:color 0.5s ease;
}

.bordered-icon-xs {
	border-radius:0;
	border:1px solid #D2D2D2;
	border-radius:50%;
	color:#00B7EB;
	background-color:transparent;
	text-align:center;
	font-size:13px;
	padding-top:8px;
	height:30px;
	width:30px;
}

.bordered-icon-xs:hover, .bordered-icon-xs:focus {
	background-color:#00B7EB;
	border-color:transparent;
	color:#fff;
	-webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	-o-transition:color 0.5s ease;
	transition:color 0.5s ease;
}

.bordered-icon-static-lg {
	border-radius:0;
	font-size:34px !important;
	border:1px solid #D2D2D2;
	border-radius:50%;
	color:#00B7EB;
	background-color:transparent;
	padding-top:28px;
	height:90px;
	text-align:center;
	width:90px;
}

.bordered-icon-static-sm {
	border-radius:0;
	border:1px solid #D2D2D2;
	border-radius:50%;
	color:#00B7EB;
	background-color:transparent;
	text-align:center;
	font-size:21px;
	padding-top:20px;
	height:60px;
	width:60px;
}

.bordered-icon-static-xs {
	border-radius:0;
	border:1px solid #D2D2D2;
	border-radius:50%;
	color:#00B7EB;
	background-color:transparent;
	text-align:center;
	font-size:13px;
	padding-top:8px;
	height:30px;
	width:30px;
}

.bordered-icon-color {
	background-color:#e3000f;
	color:#fff !important;
	border:1px solid transparent;
	-webkit-transition:all 300ms linear; 
	-moz-transition:all 300ms linear; 
	-o-transition:all 100ms linear; 
	-ms-transition:all 300ms linear; 
	transition:all 300ms linear;
	-webkit-backface-visibility: hidden;

}

.bordered-icon-color:hover, .bordered-icon-color:focus {
	border:1px solid #fff;
	color:#00B7EB;
	-webkit-transition:all 300ms linear; 
	-moz-transition:all 300ms linear; 
	-o-transition:all 100ms linear; 
	-ms-transition:all 300ms linear; 
	transition:all 300ms linear;
	-webkit-backface-visibility: hidden;
	-moz-transform: scale(1) rotate(360deg) translate(0px); 
	-webkit-transform: scale(1) rotate(360deg) translate(0px); 
	-o-transform: scale(1) rotate(360deg) translate(0px); 
	transform: scale(1) rotate(360deg) translate(0px);
}

.bordered-icon-dark {
	background-color:transparent;
	color:#4d4d4d;
	border:1px solid #4d4d4d;
}

.bordered-icon-dark:hover, .bordered-icon-dark:focus {
	border:1px solid transparent;
	background-color:#00B7EB;
	-webkit-transition:color 0.1s ease;
	-moz-transition:color 0.1s ease;
	-o-transition:color 0.1s ease;
	transition:color 0.1s ease;
}

.bs-glyphicons li:hover {
	color:#fff;
	background-color:#00B7EB;
}

.bs-glyphicons li {
	float:left;
	width:12.5%;
	height:115px;
	padding:10px;
	font-size:10px;
	line-height:1.4;
	text-align:center;
	background-color:#f9f9f9;
	border:1px solid #fff;
}
.bs-glyphicons-list {
	padding-left:0;
	list-style:none;
}
.bs-glyphicons .glyphicon {
	margin-top:5px;
	margin-bottom:10px;
	font-size:24px;
}
.bs-glyphicons .glyphicon-class {
	display:block;
	text-align:center;
	word-wrap:break-word;
}

/* SLIDER BOTTOM WIDGET END */

/* WELCOME NEWS */
.welcomeNews li{
	border-bottom:1px dotted #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:13px;
}
.welcomeNews li:last-child{
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}
.welcomeNews li a{
	font-size: 14px;
	font-weight:500;
    display: block;
	color:#222;
}
.welcomeNews li p{
	margin-bottom:0;
	font-size:13px;
	line-height:16px;
}
span.date{
display: block;font-size: 18px; 
color: #666; 
text-align: center;
margin-right: 20px; 
border:1px solid #e6e6e6; 
border-bottom:1px solid #e3e3e3; 
padding:10px 0;
box-shadow: inset 0 8px 30px 8px rgba(0, 0, 0, 0.25);margin-bottom: 0px; 
text-shadow: 0 1px rgba(255, 255, 255, 0.8);padding: 5px 15px;}
span.date span{
	display:block;
	text-align:center;
}
span.date .month {font-size: 15px;line-height: 15px;font-weight: 600;}
span.date .day {font-size: 12px;}
span.date .year {font-size: 12px;}

.contactList{
	margin-bottom:0;
}
.contactList li{
    border-bottom: 1px dotted #ddd;
    padding-bottom: 7px;
    margin-bottom: 7px;
    font-size: 14px;
	line-height:25px;
}
.contactList li i{
	color: #10647C;
}
.contactList li:last-child{
	margin:0;
	padding:0;
	border:none;
}

/* WELCOME SERVICES &amp; WORKS START */
.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}
.headline h2, .headline h3, .headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #C2A759;
}

#welcomeServices, #welcomeWorks{
	width:calc(100% + 20px);
	margin-left:-10px;
}
#welcomeServices .welcomeServiceItem, #welcomeWorks .welcomeWorkItem{
	margin:10px;	
}
#welcomeServices .welcomeServiceItem .welcomeServiceImage, #welcomeWorks .welcomeWorkItem .welcomeWorkImage{
	max-height:205px;
	overflow:hidden;
}
#welcomeServices.owl-theme .owl-controls .owl-buttons .owl-prev, #welcomeServices.owl-theme .owl-controls .owl-buttons .owl-next, #welcomeWorks.owl-theme .owl-controls .owl-buttons .owl-prev, #welcomeWorks.owl-theme .owl-controls .owl-buttons .owl-next{
	top:-58px;
	bottom:auto;
}
#welcomeServices.owl-theme .owl-controls .owl-buttons .owl-next, #welcomeWorks.owl-theme .owl-controls .owl-buttons .owl-next{
	right:0px;
}
#welcomeServices.owl-theme .owl-controls .owl-buttons .owl-prev, #welcomeWorks.owl-theme .owl-controls .owl-buttons .owl-prev{
	right:25px;
}
#welcomeServices.owl-theme .owl-controls .owl-buttons div{
	background-color:#fff;
	z-index:1;
}
#welcomeWorks.owl-theme .owl-controls .owl-buttons div{
	background-color:#fafafa;
	z-index:1;
}
.welcomeServiceText, .welcomeWorkText {
    background-color: transparent;
    text-align: center;
    padding-top: 6px;
    margin-bottom: 30px;
    line-height: 15px;
}
.welcomeServiceTitle, .welcomeWorkTitle{
    font-size: 14px;
    text-transform: none;
    color: #8F8F8F;
    font-weight: 600;
    margin: 0 0 5px !important;
}
.welcomeServiceTitle a, .welcomeWorkTitle a {
	color:#1f1f1f;
}

.welcomeServiceTitle a:hover, .welcomeServiceItem:hover a, .welcomeWorkTitle a:hover, .welcomeWorkItem:hover a{
	color:#e3000f;
	text-decoration:none;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.welcomeServiceLocation{
	font-size: 12px;
}
/* WELCOME SERVICES &amp; WORKS END */


.page-section { padding: 120px 0; }
#headquarters-map{
	height:425px;
}


/*************FOOTER****************/

.footer-block {
	background:#fff;
	padding: 40px 0px 20px 0px;
}
.footer-block .tel-no {
	font-size:29px;
	font-weight:700;
}
.footer-block .adres {
	font-size:12px;
	margin-top:5px;
}

.social-links {
  list-style: none;
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}
.social-links li {
  display: inline-block;
  margin: 0 2px 2px 0;
}
.social-links li a {
  border: 1px solid #e7e7e7;
  color: #cdcdcd;
}
.social-links li a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #cdcdcd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
   background-color: rgba(0,0,0,.2);
  color: #fff;
}
.social-links li a i {
  line-height: 40px;
}
.social-links.circle li a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.footer-content .social-links li a {
  color: #777;
  background-color: transparent;
  border-color: #777;
}
.dark .social-links li a {
  background-color: rgba(0,0,0,.2);
  border: 1px solid rgba(0,0,0,.1);
  color: #fff;
}

.circle {
  -webkit-border-radius: 100%!important;
  -moz-border-radius: 100%!important;
  border-radius: 100%!important;
}
.margin-clear {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.footer-content .social-links li {
  margin: 0 5px 5px 0;
}
.btn.facebook, .colored.social-links li.facebook a, .social-links.animated-effect-1 li.facebook a:after, .social-links:not(.animated-effect-1) li.facebook a:hover {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.btn.twitter, .colored.social-links li.twitter a, .social-links.animated-effect-1 li.twitter a:after, .social-links:not(.animated-effect-1) li.twitter a:hover {
  background-color: #55acee;
  border-color: #55acee;
  color: #fff;
}
.btn.youtube, .colored.social-links li.youtube a, .social-links.animated-effect-1 li.youtube a:after, .social-links:not(.animated-effect-1) li.youtube a:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}
.btn.linkedin, .colored.social-links li.linkedin a, .social-links.animated-effect-1 li.linkedin a:after, .social-links:not(.animated-effect-1) li.linkedin a:hover {
  background-color: #0976b4;
  border-color: #0976b4;
  color: #fff;
}
.social-links.animated-effect-1 li a {
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
  position: relative;
  z-index: 1;
}
.social-links.animated-effect-1 li a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 0s,opacity .3s,background-color .3s;
  -moz-transition: -moz-transform 0s,opacity .3s,background-color .3s;
  transition: transform 0s,opacity .3s,background-color .3s;
}

.social-links.animated-effect-1 li a:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  background-color: #09afdf;
  -webkit-transition: -webkit-transform .4s,opacity .4s,background-color .4s;
  -moz-transition: -moz-transform .4s,opacity .4s,background-color .4s;
  transition: transform .4s,opacity .4s,background-color .4s;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
}

.social-links.animated-effect-1 li a:hover {
  color: #ffffff!important;
}
.footer-content .social-links li a:hover {
  color: #fff;
  background-color: #777;
  border-color: #777;
}
.social-links.animated-effect-1 li a:hover {
  color: #fff!important;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.social-links.animated-effect-1 li a:after {
  background-color: #09afdf;
}


/* ABOUT US START */

.teamTitle {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    color: #999;
}
.ourTeamTable table{
	margin-bottom:0;
}
.ourTeamTable table th{
	text-align:right;	
}
.ourTeamTable h4{
	margin-top:0;
}
.ourTeamTable table a{
	color:#e3000f;
	font-weight:600;
}

blockquote{
	font-size:14px;
	font-style:italic;
	font-weight:600;	
}

/* CONTENT PHOTOS START */
.image-gallery {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

.image-gallery .cover {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    height: 0%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.image-gallery:hover .cover {
    height: 100%;
}
.image-gallery .cover .icon-view {
    width: 40px;
    height: 40px;
    color: #FFF;
    margin-top: -13px;
    display: block;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 3;
}
.image-gallery .border-cover {
    border: 10px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    height: 100%;
}


.fotoItem{
	height:90px;
	overflow:hidden;
}

#contentPhotos{
	margin:15px 0;
}
#contentPhotos .owl-controls .owl-buttons div{
	top:25px;
	bottom: auto;
	color: #fff;
	background-color: #e3000f;
	font-size:16px; /* 40% opaque red */;
}
#contentPhotos .owl-prev {
    left: -20px;
	right: auto;
}
#contentPhotos .owl-next {
    right: -20px;
}
#contentPhotos .owl-item + .owl-item {
   margin-left: 10px;
}

/* CONTENT PHOTOS END */

/* SERVICES START */
#services .serviceItem{
	min-height:300px;	
}
#services .serviceItem .serviceImage{
	max-height:205px;
	overflow:hidden;
}
.serviceText{
    background-color: transparent;
    text-align: center;
    padding-top: 6px;
    margin-bottom: 30px;
    line-height: 15px;
}
.serviceTitle{
    font-size: 14px;
    text-transform: none;
    color: #8F8F8F;
    font-weight: 600;
    margin: 0 0 5px !important;
}
.serviceTitle a{
	color:#1f1f1f;
}

.serviceTitle a:hover, .serviceItem:hover a{
	color:#e3000f;
	text-decoration:none;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.serviceLocation{
	font-size: 12px;
}

/* SERVICES END */


.relatedContent{
	font-weight:600;
	text-align:left;
}

.relatedContent span{
	font-style:italic;
	font-weight:400;
	color:#ededed;	
}

.btn-default{
    background-image: none;
    background-color: #18105A;
    text-shadow: none;
    color: #fff;
    border: none;
}
.btn-default:hover{
	background-color: #C2A759;
	color:#fff;
}
#form-panel {
	border:0;
	box-shadow:none;
	margin-bottom:0;
}
#form-panel .panel-body {
	padding:15px 0px;
}
#form-panel .panel-heading {
	background-color: #F0EFEF;
	border-radius:0;
	border:0;
	margin-bottom: 20px;
}

#form-panel .table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
	border:0;
}

#ehliyetTarih {
	display:none;
}
#ik-form h3{
	font-size:18px;
}


/*.owl-item &gt; .item &gt; img, .owl-item &gt; .item &gt; a &gt; img {
    width: auto;
    min-height: 100%;
    max-width: none;
    min-width: 100%;
}*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu&gt;.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover&gt;.dropdown-menu {
    display: block;
}

.dropdown-submenu&gt;a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover&gt;a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left&gt;.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}</pre></body></html>