<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a@charset "utf-8";
/* CSS Document */

.abc
{
	
}
@font-face {
    font-family: MyriadPro3;
    src: url(../fonts/MyriadPro-Bold.otf);
}
@font-face {
    font-family: MyriadPro2;
    src: url(../fonts/MyriadPro-Semibold.otf);
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/Myriad%20Pro%20Regular.ttf') format("truetype");
}
@font-face {
    font-family: 'Monotype Corsiva';
    src: url('../fonts/Monotype Corsiva.ttf') format("truetype");
}

html, body
{
	width:100%;
	margin:0 auto;
	margin:0px;
	overflow-x:hidden !important;
	padding:0px;
	background-color: #FFF;
	font-family:MyriadPro;
	position:relative;
}
a:focus, a:active, a:hover
{
	text-decoration:none;
}
header
{
	border-top:solid 4px #0750b5;
	background-color: rgba(183,230,250,0.151);
}
hr
{
	border: 0;
	width: 100px;
	color: #0750b5;
	background-color: #0750b5;
	height: 3px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:40px;
}
h2
{
	text-align:center;
	font-size:41px;
	color:#454343;
	letter-spacing:0.02em;
	padding:25px 0px 0px;
}
.sticky {
    position:fixed;
    top:0;
}
.logo-spc
{
	padding:20px 0px 0px 0px;
}
.logo-spc h1
{
	font-size:1px;
	margin:0px;
	opacity:0;
}
.posi-logo .logo-spc{
	position:fixed;
    margin-top: 0;
    top:0;
    width: 300px;
    z-index: 10000;
}
.posi-logo .logo-spc img{
	max-width: 300px;
	margin-top: -17px;
}
.posi{
    position:fixed;
    margin-top: 0;
    top:0;
    text-align: left;
    background-color: #F4FBFE;
    z-index: 9999;
    width: 100%;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(87,87,87,0.51);
    -moz-box-shadow: 0px 4px 5px 0px rgba(87,87,87,51);
	box-shadow: 0px 4px 5px 0px rgba(87,87,87,51);
	padding-left: 0px;
}
.posi .container{
	padding-left: 0px;
}
.posi .navbar-nav{
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}
.posi .nav &gt; li &gt; a{
	padding: 10px 15px;
	font-size: 13px;
}
.sml-dtls-hd
{
	text-align:right;
	padding:10px 0px;
}
.sm-head-rw-1 span
{
	font-size:12px;
	padding-left:10px;
	color:#1d242f;
}
.sm-head-rw-1 span:nth-of-type(1){
	padding-left: 0px;
}
.sm-head-rw-1 span b
{
	color:#0750b5;
	padding-right:5px;
}
.sm-head-rw-1 span b i
{
	padding-right:4px;
}
.sm-head-rw-1 span a
{
	padding:12px 30px;
	background-color:#0750b5;
	color:#EEEEEE;
	text-transform:uppercase;
	transition:ease-in-out 0.3s;
}
.sm-head-rw-1 span a i
{
	padding-right:4px;
}
.sm-head-rw-1 span a:hover
{
	color:#FFF;
	background-color:#000080;	
	text-decoration:none;
}
.sm-head-rw-1{
	width: 100%;
	margin: 0px;
}
.sm-head-rw-2
{
	padding:40px 0px 0px 35px;
}
.sm-head-rw-2 span
{
	font-size:18px;
	color:#0750b5;
	font-family:'Monotype Corsiva';
}

.navbar
{
	background-color:transparent;
	border:0px !important;
	margin-bottom:5px;
}
.nav &gt; li &gt; a
{
	padding:10px 25px;
	letter-spacing:1.5px;
}
.nav &gt; li:nth-last-child(1) &gt; a
{
	padding-right:0px;
}
.caret
{
	margin-top:-3px;
	margin-left:4px;
}
.dropdown-menu &gt; li &gt; a
{
	font-size:12px;
	padding:8px 20px;
	color:rgba(102,102,102,1);
	letter-spacing: 0.7px;
}
.dropdown-menu
{
	font-size:12px;
	min-width:180px;
	margin:0 auto;
	border-radius:0px;
}
.nav &gt; li:nth-child(2) .dropdown-menu
{
	left:20px !important;
}
.nav &gt; li:nth-child(3) .dropdown-menu
{
	left:-16px !important;
}
.nav &gt; li:nth-child(4) .dropdown-menu
{
	right:20px !important;
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:focus, .navbar-default .navbar-nav &gt; .open &gt; a:hover
{
	background-color:transparent;
}
.navbar-default .navbar-nav &gt; li &gt; .active
{
	color:#0750b5;
}
.navbar-default .navbar-nav &gt; li &gt; a:focus, .navbar-default .navbar-nav &gt; li &gt; a:hover
{
	color:#0750b5;
}
.navbar-default .navbar-nav &gt; li &gt; a:focus, .navbar-default .navbar-nav &gt; li &gt; a:active
{
	color:#0750b5;
	outline:none !important;
}




/** Fraction Slider **/
.fraction-slider{
	position:relative;
	width:100%; height:100%;
	overflow:visible;
}

.fraction-slider .slide{
	display:none; width:100%; height:100%;
	position:absolute;
	z-index:50;
}

.fraction-slider .active-slide{
	z-index:99;
}

.fraction-slider .fs_obj{
	display:block; display:none;
	position:absolute;
	top:0px; left:100%;
	z-index:70;
}

.fraction-slider .fs_fixed_obj{
	z-index:60;
	left:0;
}

.fraction-slider .fs_obj *{
	display:inline-block;
	position:relative;
	top:0px; left:0px;
}

.fs_loader{
	width:100%; height:400px;
	background:url(../img/fs.spinner.gif) center center no-repeat transparent;
}

/** CONTROLS **/

.fraction-slider .prev,
.fraction-slider .next{
	display:none;
	position:absolute;
	width:50px; height:90px;
	z-index:99;
}

.fraction-slider .prev{
	left:30px; top:38%;
	background:url(../img/fs.prevnext2.png) 0px 0px no-repeat transparent;
	
}


.fraction-slider .next{
	right:30px; top:38%;
	background:url(../img/fs.prevnext2.png) -64px 0px no-repeat transparent;
}

.fraction-slider:hover .prev,
.fraction-slider:hover .next{
	display:block;
}

/** PAGER **/

.fs-pager-wrapper{
	position:absolute;
	left:10px; bottom:10px;
	z-index:99;	
}

.fs-pager-wrapper a,
.fs-custom-pager-wrapper a{
	display:inline-block;
	width:14px; height:14px;
	margin:0 5px 0 0;
	background:url(images/fs.pager.png) 0px -14px no-repeat transparent;
}
.fs-pager-wrapper .active,
.fs-custom-pager-wrapper .active{
	background:url(images/fs.pager.png) 0px 0px no-repeat transparent;
}
.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	/*background:url(../img/dark%20blue%20background%20images.jpg) repeat;	*/
	background:#0750b5;
}

.slider-prt
{
	overflow:hidden;
}
.slider-bg
{
	background:url(../img/6.png) repeat;
	background-color:#0750b5;
}

/* ELEMENT STYLES */

.slide p{
	position:absolute;
	top:-200px;
	
	z-index:80;
	
	font-size:24px;
	line-height:100%
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
}

.claim{
	line-height:100%
}	

.teaser{
	font-size:14px;
	line-height:100%;
	width:300px !important;
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.slide .light-green{
	font-size:70px;
	font-weight:500;
	color:#b7e6fa;
	letter-spacing:2px;
	}
.slide .green{background:#7CB761}
.slide .orange{
	font-size:35px;
	font-weight:500;
	color:#b7e6fa;
	text-transform:capitalize;
	width:50%;
	}
	.slide .orange
	{
		width:50% !important;
	}
.turky{background:#348E8A}
.white{background:#fff; color:#333}




.serv-prt
{
	background-color:rgba(183,230,250,0.24);
	padding:30px 0px;
}
.indiv-serv-mn
{
	text-align:center;
	padding:50px 10px;
}
.indiv-serv-mn img
{
	margin:0 auto;
}
.indiv-serv-mn h2
{
	font-size:28px;
	font-family:MyriadPro;
	font-weight:600;
	color:#03224e;
	/*border-bottom:solid 3px #e6e6e7;*/
	line-height:50px;
	margin:0px;
	position: relative;
    padding-bottom: 8px;
	padding-top:5px;
	text-transform:uppercase;
}
.indiv-serv-mn p
{
	font-size:18px;
	font-family:MyriadPro;
	color:rgba(3,34,78,0.71);
	font-weight:400;
	width:80%;
	margin:0 auto;
}

.indiv-serv-mn h2 span:before {
    content: '';
    display: block;
    position: absolute;
    left: 25%;
	right:75%;
    bottom: -2px;
    height: 3px;
    width: 0;
    transition: width 0s ease, background .5s ease;
}
.indiv-serv-mn h2 span:after {
    content: '';
    display: block;
    position: absolute;
	left:25%;
	right: 75%;
    bottom: -2px;
    height: 3px;
    width: 0;
    background: #0750b5;
    transition: width .5s ease;
}
.indiv-serv-mn:hover h2 span:before {
    width: 50%;
	margin:0 auto;
    background: #0750b5;
    transition: width .5s ease;
}
.indiv-serv-mn:hover h2 span:after {
    width: 50%;
	margin:0 auto;
    background: transparent;
    transition: width .5s ease;
}
.indiv-serv-mn hr
{
	border: 0;
	width: 50%;
	color: #e6e6e7;
	background-color: #e6e6e7;
	height: 3px;
	margin:0 auto;
	margin-bottom:15px;
}

/*Tabs*/

.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 900px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 16px;
}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}
/* Content */
.content-wrap {
	position: relative;
	width:100%;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em 0px;
	max-width: 100%;
	text-align: left;
}

.content-wrap section.content-current {
	display: block;
}

.content-wrap section p {
	
}

/*****************************/
/* Line */
/*****************************/

.tabs-style-line nav ul {
	
	max-width: 70%;
	box-shadow: inset 0 -2px #d1d3d2;
	text-align:center;
	padding:0px 10px;
}

.tabs-style-line nav a {
	padding: 1em 0em;
	box-shadow: inset 0 -2px #d1d3d2;
	color: #74777b;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.8em;
	line-height: 1;
	-webkit-transition: color 0.3s, box-shadow 0.3s;
	transition: color 0.3s, box-shadow 0.3s;
}

.tabs-style-line nav a:hover,
.tabs-style-line nav a:focus {
	box-shadow: inset 0 -2px #74777b;
	text-decoration:none;
}

.tabs-style-line nav li.tab-current a {
	box-shadow: inset 0 -2px #0750b5;
	color: #0750b5;
}

@media screen and (max-width: 34em) {
	.tabs-style-line nav ul {
		display: block;
		box-shadow: none;
	}
	.tabs-style-line nav ul li {
		display: block;
		-webkit-flex: none;
		flex: none;
	}
}
.slick-dots
{
	display:none !important;
}

.our-list
{
	padding:10px 0px 0px;
	background-color:rgba(183,230,250,0.3);
}
.mn-list-cont
{
	padding:0px;
}

.insd-tab-lst
{
	padding:30px 5px 60px;
}
.indiv-tab-lst
{
	
	padding:15px 20px;
	background-color:rgba(244,247,251,1);
	width:31.6%;
	margin-bottom:40px;
	transition: ease-in-out 0.3s;
	-webkit-box-shadow: 9px 10px 3px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 10px 3px -9px rgba(0,0,0,0.75);
box-shadow: 9px 10px 3px -9px rgba(0,0,0,0.75);
}
/*.indiv-tab-lst:hover{
	-webkit-box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.55);
	box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.55);
}*/
.insd-tab-lst .indiv-tab-lst:nth-child(1), .insd-tab-lst .indiv-tab-lst:nth-child(4)
{
	margin-right:15px;
}
.insd-tab-lst .indiv-tab-lst:nth-child(2), .insd-tab-lst .indiv-tab-lst:nth-child(5)
{
	margin-right:15px;
	margin-left:15px;
}
.insd-tab-lst .indiv-tab-lst:nth-child(3), .insd-tab-lst .indiv-tab-lst:nth-child(6)
{
	margin-right:0px;
	margin-left:15px;
}
.indiv-tab-lst h3
{
	font-size:20px;
	color:#0750b5;
}
.indiv-tab-lst p
{
	font-size:16px;
	color:#737577;
	padding-top:10px;
	padding-bottom:15px;
	font-weight:400;
}
.btn-my-btn
{
	text-align:center;
	padding:20px;
	
}
.btn-my-btn a
{
	text-align:center;
	padding:8px 15px;
	background-color:#0750b5;
	width:100px;
	color:#f0f0f0;
	margin:0 auto;
	border-radius:0px;
	transition:ease-in-out 0.3s;
}
.btn-my-btn a:hover
{
	background-color:#00009D;
	color:#FFFFFF;
}
.indiv-tab-lst img
{
	width:100%;
	height:200px;
}

.btn-my-btn-main
{
	text-align:center;
	margin-top:10px;
}
.btn-my-btn-main a
{
	text-align:center;
	padding:7px 30px;
	background-color:#e9f7fd;
	border:solid 1px #0750b5;
	font-size:19px;
	color:#0750b5;
	margin:0 auto;
	border-radius:0px;
	transition:ease-in-out 0.3s;
	margin-top:15px;
}
.btn-my-btn-main a:hover
{
	border:solid 1px #00009D;
	background-color:#00009D;
	color:#FFFFFF;
}
.news-upd-row
{
	position:relative;
}

.news-updates
{
	padding:10px 0px 30px;
}

/*Slick-SLider*/
.slider-slide {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }
	/*Slick-SLider*/
	.news-upd-indiv
	{
		padding-bottom:10px;
	}
	.news-upd-indiv img
	{
		max-height:215px;
		width:100%;
	}
	.news-upd-indiv figcaption
	{
		background-color:rgba(183,230,250,0.3);
		padding:20px 20px;
		margin:0px;
	}
	.news-upd-indiv figcaption h4
	{
		font-size:21px;
		font-family:MyriadPro3;
		letter-spacing:0.5px;
		color:#454343;
	}
	.news-upd-indiv figcaption p
	{
		font-size:16px;
		font-family:MyriadPro;
		letter-spacing:0.4px;
		color:#958d8d;
		padding:10px 0px;
	}
	.news-upd-indiv figcaption span a
	{
		font-size:14px;
		font-family:MyriadPro2;
		letter-spacing:0.4px;
		color:#454343;
		transition:ease-in-out 0.3s;
	}
	.news-upd-indiv figcaption span a i
	{
		font-size:14px;
		padding-left:0px;
	}
	.news-upd-indiv figcaption span a:hover
	{
		color:#0750b5;
		text-decoration:none;
	}
	.news-upd-indiv figcaption .date-news
	{
		font-size:14px;
		font-family:MyriadPro;
		letter-spacing:0.4px;
		color:#a2a0a0;
		float:right;
		margin-top:50px;
		margin-right:-20px;
	}
	.news-upd-indiv img
	{
		width:100%;
		width:
	}
	.responsive-slide
	{
		padding:20px 0px;
	}
	.paginator-arrow-mine{
	  position: absolute;
	  float: right;
	  top:110px;
	  right:5px;
	}
	.paginator-arrow-mine li
	{
		list-style:none;
		float:left;
	}
	.prev-btn{
      display: block;
      height: 32px;
      width: 32px;
      background: url(../img/back.png) no-repeat;
	  margin-right:5px;
	  opacity:0.7;
	  
    }
	.next-btn{
      display: block;
      height: 32px;
      width: 32px;
      background: url(../img/next.png) no-repeat;
	  opacity:0.7;
    }
	.prev-btn:hover{
      display: block;
      height: 32px;
      width: 32px;
      background: url(../img/back.png) no-repeat;
	  margin-right:5px;
	  opacity:1;
	  
    }
	.next-btn:hover{
      display: block;
      height: 32px;
      width: 32px;
      background: url(../img/next.png) no-repeat;
	  opacity:1;
    }
	
	
	
	.board-members
	{
		padding:10px 0px 40px;
	}
	.indiv-memb-brd
	{
		padding-bottom:30px;
	}
	.indiv-memb-brd img
	{
		height:230px;
		width:100%;
	}
	.indiv-memb-brd figcaption
	{
		margin:0px;
		padding:20px;
		text-align:center;
		background-color:rgba(255,255,255,1);
		border:solid 1px #c2c2c2;
	}
	.indiv-memb-brd figcaption h5
	{
		font-size:22px;
		text-transform:uppercase;
		color:#1a1a1b;
		font-family:MyriadPro3;
		margin-top:-5px;
	}
	.indiv-memb-brd figcaption h6
	{
		font-size:18px;
		color:#0750b5;
		font-family:MyriadPro;
		margin-top:-5px;
		padding-bottom:10px;
	}
	.indiv-memb-brd figcaption p
	{
		color:#878d96;
		font-size:16px;
		line-height:22px;
	}
	.indiv-memb-brd:hover a img
	{
		-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
	}
	.indiv-memb-brd:hover a figcaption
	{
		background-color:rgba(183,230,250,0.3);
		border:solid 1px #c2c2c2;
		text-decoration:none;
		-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
	}
	.indiv-memb-brd a:hover 	
	{
	text-decoration:none !important;
	}
	.memb-brd-row hr
	{
		margin-bottom:50px;
	}
	.indiv-memb-brd:hover a figcaption h6
	{
		color:rgba(0,0,153,1);
	}
	.indiv-memb-brd:hover a figcaption p
	{
		color:rgba(102,102,102,1);
	}
	
	
	
	.testimonial-all
	{
		padding:10px 0px 30px;
		background-color:rgba(183,230,250,0.3);
	}
	.quote-mine
	{
		margin:0 auto;
		width:49px;
		height:37px;
		margin-top:-10px;
		margin-bottom:20px;
	}
	
	/*Testimonial Slider*/
	
	@media (max-width: 767px) {
    .testimonials-main-container {
      padding: 60px 15px; } }
  .testimonials-main-container .testimonials-container .tab-content {
    text-align: center; }
    .testimonials-main-container .testimonials-container .tab-content &gt; i {
      font-size: 2.5em;
      color: #f7f7f7;
      margin-top: 30px; }
    .testimonials-main-container .testimonials-container .tab-content .tab-pane {
      max-width: 940px;
      margin: 30px auto 40px;
      font-size: 20px;
      line-height: 30px;
      font-style: italic;
	  color:#a59c9c;
      font-weight: 300; }
      @media (max-width: 767px) {
        .testimonials-main-container .testimonials-container .tab-content .tab-pane {
          font-size: 16px; } }
  .testimonials-main-container .testimonials-container .tabs-list {
    text-align: center; }
    .testimonials-main-container .testimonials-container .tabs-list ul {
      margin: 0;
      display: inline-block; }
      .testimonials-main-container .testimonials-container .tabs-list ul li {
        padding: 0;
        opacity: 0.3;
        filter: alpha(opacity=30);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-bottom: 20px;
		margin-right:30px;
		margin-left:30px; }
        .testimonials-main-container .testimonials-container .tabs-list ul li.active {
          opacity: 1;
          filter: alpha(opacity=100); }
        .testimonials-main-container .testimonials-container .tabs-list ul li .img-container {
          padding: 0; }
          .testimonials-main-container .testimonials-container .tabs-list ul li .img-container img {
            width: 80px;
            height: 80px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%; }
        .testimonials-main-container .testimonials-container .tabs-list ul li .details {
          text-align: left;
          padding: 17px 30px 0 15px; }
          .testimonials-main-container .testimonials-container .tabs-list ul li .details .title {
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            color: #0750b5;
            display: block;
            white-space: nowrap; }
          .testimonials-main-container .testimonials-container .tabs-list ul li .details .location {
            color: #2d2d2d;
            font-style: italic; }
			
			.tabs-list .list-inline li a:hover, .tabs-list .list-inline li a:active, .tabs-list .list-inline li a:focus
			{
				text-decoration:none;
				outline:none;
			}
			
			.slick-prev, .slick-next
			{
				display:none !important;
			}
			
			.partner-slide
			{
				padding:60px 0px;
				background-color:#0750b5;
			}
			
			
			.foot-sec-1
			{
				background-color:#171717;
				padding:60px 0px 40px;
			}
			.list-indiv-foot
			{
				padding-left:0px;
				list-style:none;
				color:#d9d9d9;
				padding-top:20px;
			}
			.list-indiv-foot li
			{
				line-height:33px;
				font-size:16px;
			}
			.list-indiv-foot li b
			{
				font-family:MyriadPro2;
				letter-spacing:0.02em;
				font-size:16px;
				padding-left:0px;
				list-style:none;
				color:#d9d9d9;
				padding-right:4px;
			}
			.divided-invdiv h3
			{
				color: rgba(255,255,255,1);
				font-size:22px;
				font-family:MyriadPro3;
				padding-top:30px;
			}
			.list-indiv-foot li a
			{
				color: rgba(255,255,255,1);
				font-size:16px;
				font-family:MyriadPro;
				color:#d6d0d0;
			}
.divided-invdiv ul li
			{
				line-height:40px;
			}
			.foot-indiv-lst h3
			{
				color: rgba(255,255,255,1);
				font-size:22px;
				font-family:MyriadPro3;
				padding-top:30px;
			}
			.foot-indiv-lst p
			{
				color:#d9d9d9;
				font-size:16px;
				padding:20px 2em 20px 0px;
			}
			.subs-inp
			{
				color:rgba(153,153,153,1);
				font-size:14px;
				padding:10px 15px;
				margin:0px;
				width:73%;
			}
			.subs-btn
			{
				padding:11px;
				border-radius:0px;
				background-color:#0750b5;
				color:rgba(255,255,255,1);
				margin:0px;
				width:12%;
				margin-top:-4.5px;
				margin-left:-5px;
			}
			.subs-btn i
			{
				color:rgba(239,223,255,1);
				transition:ease-in-out 0.3s;
			}
			.subs-btn:hover i
			{
				color:rgba(255,255,255,1);
			}
			.foot-social-links 
			{
				padding-left:0px;
				padding-top:30px;
			}
			.foot-social-links li 
			{
				list-style:none;
				float:left;
				margin-right:7px;
			}
			.foot-social-links li a i
			{
				color:#d8d7d7;
				text-align:center;
				font-size:24px;
				width:45px;
				height:45px;
				border-radius:50%;
				padding:12px 10px;
				background-color:#63696b;
				transition:ease-in-out 0.3s;
			}
			.foot-social-links li a:hover i
			{
				color:#FFFFFF;
				background-color:#0750b5;
			}
			.foot-sec-2
			{
				padding:40px 15px 30px;
				background-color:#000000;
				color:#d9d9d9;
				font-size:12px;
			}
			
			.row-pg-head
			{
				background-color: #0750b5;
			}
			.row-pg-head span
			{
				font-size:14px;
				padding:20px 15px;
			}
			.row-pg-head ul
			{
				padding-left:0px;
				list-style:none;
			}
			.row-pg-head ul li
			{
				float:left;
			}
			
			.row-pg-head ul li a
			{
				font-size:14px;
				display:block;
				color:rgba(183,230,250,1);
				padding:10px 15px;
				text-transform:uppercase;
				letter-spacing:0.6px;
				transition:ease-in-out 0.3s;
			}
			.row-pg-head ul li a:hover
			{
				background-color:#00008A;
				color:rgba(255,255,255,1);
				text-decoration:none;
			}
			.row-pg-head ul li .active
			{
				background-color:#00008A;
				color:rgba(255,255,255,1);
			}			
.mybrdcrumb a
{
	border:0px;
	border-radius:0px;
	float:left;
	padding:6px 5px;
	color:rgba(51,51,51,1);
}

.mybrdcrumb a:hover
{
	background-color:transparent;
}
.mybrdcrumb a i
{
	font-size:18px;
}
.mybrdcrumb a:nth-child(1)
{
	background-color:#0750b5;
	padding:6px 8px;
	color:rgba(255,255,255,1);
}
.mybrdcrumb a:nth-child(1):hover
{
	background-color:#00008A;
}
.mybrdcrumb .arrow {
    width: 8px;
    height: 14px;
    background: url(../img/arrow-breadcrumbs.png) no-repeat;
    background-size: 8px 14px;
    text-indent: -9999px;
    margin: 9px 12px 0 12px;
    float: left;
}
.mybrdcrumb a:nth-last-child(1)
{
	cursor:default;
}
.mybrdcrumb a:nth-last-child(1):hover
{
	text-decoration:none;
	color:rgba(51,51,51,1);
}
.mybrdcrumb
{
	padding:20px 0px;
}
.only-cont-mn h1,  .only-cont-mn h2
{
	text-align: left;
	font-size: 30px;
	font-family: MyriadPro2;
	font-weight: 800;
	color: #666666;
	text-transform: uppercase;
	line-height: 25px;
	margin: 20px 0px 10px;
	padding-bottom: 10px;
}
.only-cont-mn article
{
	padding: 10px 0px;
	text-align: justify;
	font-size: 16px;
	color: #666666;
	letter-spacing: 0.5px;
	line-height: 24px;
	padding-right: 30px;
}
.sidebar-in-pgs
{
	padding: 0px 15px 15px;
	background-color: rgba(183,230,250,0.24);
}
.sid-br-cont
{
	margin: 30px 7.5px;
	background-color: #FFF;
}
.sid-br-cont h3
{
	margin: 0px;
	padding: 10px 15px;
	color: #FFF;
	background-color: #0750b5;
	font-size: 22px;
}
.sid-br-cont ul
{
	padding: 20px 15px;
	list-style: none;
}
.sid-br-lst li a
{
	font-size: 16px;
	padding: 10px 0px;
	display: block;
	color: #0750b5;
	border-bottom: solid 1px #dadada;
	transition: ease-in-out 0.3s;
}
.sid-br-lst li a:hover
{
	color: #00008A;
	border-bottom: solid 1px #999999;
}
.sm-blg-sid{
	margin: 0px 30px;
	padding: 30px 0px 20px;
	border-bottom: solid 1px #dadada;
}
.blg-desc-sc{
	padding: 0px 0px 0px 15px;
}
.blg-desc-sc h5{
	font-size: 16px;
	color: #444;
}
.blg-img-sc
{
	padding: 0px;
}
.blg-img-sc img{
	border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #dadada;
}
.blg-desc-sc h6{
	font-size: 13px;
	color: #898989;
}
.read-more-sid{
	margin: 10px 30px;
	text-align: center;
	padding: 10px 0px;
}
.read-more-sid h6 a{
	width: 100%;
	padding:10px;
}
.read-more-sid h6 a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.6px;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 10px 0;
    border: 1px solid #00008A;
    text-decoration: none;
    background-color: #0750b5;
    background-image: linear-gradient(top, #0750b5, #00008A);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0750b5), to(#00008A));
    background-image: -webkit-linear-gradient(top, #0750b5, #00008A);
    background-image: -moz-linear-gradient(top, #0750b5, #00008A);
    background-image: -ms-linear-gradient(top, #0750b5, #00008A);
    background-image: -o-linear-gradient(top, #0750b5, #00008A);
    text-shadow: 0 -1px rgba(0,0,0,0.5);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.read-more-sid h6 a:hover{
	background-image: linear-gradient(top, #00008A, #00008A);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00008A), to(#00008A));
    background-image: -webkit-linear-gradient(top, #00008A, #00008A);
    background-image: -moz-linear-gradient(top, #00008A, #00008A);
    background-image: -ms-linear-gradient(top, #00008A, #00008A);
    background-image: -o-linear-gradient(top, #00008A, #00008A);
	color: #FFF;
}
.lft-desc-cont article{
	text-align: left;
}
.row-msg-md-cont{
	padding: 10px 0px 20px;
	text-align: left;
}
.rght-desc-cont{
	padding-right: 0px;
}
.lft-desc-cont{
	padding-left: 0px;
}
.row-msg-md-cont h1, .row-msg-md-cont h2
{
	text-align: left;
	font-size: 30px;
	font-family: MyriadPro2;
	font-weight: 800;
	color: #666666;
	text-transform: uppercase;
	line-height: 0px;
	margin: 20px 0px 10px;
	padding-bottom: 10px;
}
.row-msg-md-cont article
{
	padding: 10px 0px;
	text-align: justify;
	font-size: 16px;
	color: #666666;
	letter-spacing: 0.5px;
	line-height: 24px;
	padding-right: 30px;
}
.indiv-tm-memb{
	padding: 0px 15px 30px 0px;
}
.inner-box-memb{
	background-color: rgba(183,230,250,0.151);
	-webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.indiv-tm-memb figcaption{
	margin: 0px;
	padding: 10px;
	color: #3e5773;
}
.indiv-tm-memb figcaption h4{
	font-size: 22px;
	margin: 0px;
	padding-top: 5px;
	letter-spacing: 0.7px;
}
.indiv-tm-memb figcaption h5{
	font-size: 16px;
	margin: 0px;
	letter-spacing: 0.6px;
	padding-top: 5px;
}
.indiv-tm-memb figcaption p{
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	letter-spacing: 0.4px;
	text-align: justify;
}
.indiv-tm-memb figcaption h6 a{
	font-size: 16px;
	padding-top: 5px;
	letter-spacing: 0.4px;
	width: 100%;
	border-radius: 0px;
	background-color: #FFF;
	transition: ease-in-out 0.3s;
	color: #00008A;
}
.indiv-tm-memb figcaption h6 a:hover, .indiv-tm-memb figcaption h6 a:active, .indiv-tm-memb figcaption h6 a:focus, .indiv-tm-memb figcaption h6 a:visited{
	background-color: transparent;
	color: #00008A;
	outline: none;
}
.inner-box-memb:hover{
	-webkit-box-shadow: 0px 0px 5px 2px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(179,179,179,1);
	box-shadow: 0px 0px 5px 2px rgba(179,179,179,1);
}
.my-md-desc figure img
{
	width: 100%;
}
.my-mod-tit{
	font-size: 24px;
	font-family: MyriadPro2;
}
.my-md-desc h6
{
	font-size: 16px;
	font-family: MyriadPro2;
}
.my-md-desc p
{
	font-size: 14px;
	letter-spacing: 0.4px;
	line-height: 22px;
	text-align: justify;
}
.our-team-prt h1, .our-team-prt h2{
	text-align: left;
	font-size: 30px;
	font-family: MyriadPro2;
	font-weight: 800;
	color: #666666;
	text-transform: uppercase;
	line-height: 0px;
	margin: 20px 0px 10px;
	padding-bottom: 20px;
}
.our-team-prt p{
	font-size: 14px;
	letter-spacing: 0.6px;
	color: #666666;
	line-height: 24px;
	text-align: justify;
	padding: 20px 15px 20px 0px;
}
.award-prt h1, .award-prt h2
{
	text-align: left;
	font-size: 30px;
	font-family: MyriadPro2;
	font-weight: 800;
	color: #666666;
	text-transform: uppercase;
	line-height: 0px;
	margin: 20px 0px 10px;
	padding-bottom: 40px;
}
.award-prt{
	padding-right: 20px;
}
.awar-indiv-cont figure img{
	width: 100%;
}
.awar-indiv-cont figcaption h3{
	text-align: left;
	font-size: 20px;
	font-family: MyriadPro2;
	font-weight: 800;
	color: #666666;
	text-transform: uppercase;
	line-height: 0px;
	margin: 10px 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.awar-indiv-cont figcaption p{
	font-size: 14px;
	letter-spacing: 0.6px;
	color: #666666;
	line-height: 24px;
	text-align: justify;
}
.awar-indiv-cont{
	padding: 20px 0px 30px;
}
.sid-br-cont h4{
	font-size: 22px;
	background-color: #0750b5;
	padding: 20px;
	width: 100%;
	font-family: MyriadPro2;
	color: #FFF;
	text-align: center;
	line-height: 42px;
}
.no-padding-row{
	padding: 0px;
	background: none;
}
.brd-mem-fig{
	padding: 0px;
}
.brd-mem-fig figure img{
	height: 240px;
}
.shrt-dets h5{
	font-size: 20px;
	margin: 0px;
	font-family: MyriadPro2;
	color: #666666;
}
.shrt-dets h6{
	font-size: 16px;
	margin: 0px;
	padding-top: 10px;
	font-family: MyriadPro2;
	color: #999999;
}
.inner-details-brd-mem span{
	display: block;
	padding-bottom: 10px;
	color: #666666;
	font-size: 14px;
}
.inner-details-brd-mem span i{
	padding-right: 5px;
	color: #0750b5;
}
.srt-desc-art article{
	padding: 10px 5px 10px 0px;
}
.social-lnks-inv{
	padding: 0px;
}
.social-lnks-inv span{
	padding-right: 8px;
	font-size: 18px;
}
.rd-mor-sc-mem{
	font-size: 16px;
	color: #666666;
}
.our-tm-insd{
	margin: 0px;
	padding: 0px 0px;
	margin-bottom: 30px;
	background-color: rgba(183,230,250,0.44);
}
.brd-mem-desc{
	padding: 20px 15px;
}
.indiv-tab-lst-2{
	width: 47%;
	margin-right: 30px;
}
.lft-desc-cont .indiv-tab-lst-2:nth-of-type(2n){
	margin-right: 0px;
}
.sid-br-lst li a span{
	float: right;
	padding: 5px 10px;
	background-color: rgb(183, 230, 250);
	margin-top: -5px;
	color: #000;
}
.sing-jb-desc h3, .sing-jb-desc h4, .sing-jb-desc h5{
	margin: 0px;
}
.sing-jb-desc h3{
	font-size: 20px;
	color: #00008a;
	font-weight: 700;
}
.sing-jb-desc h4{
	font-size: 16px;
	color: #0750b5;
	padding-top: 5px;
}
.sing-jb-desc h5{
	font-size: 18px;
	color: #0750b5;
	padding-top: 5px;
	font-weight: 700;
	padding-bottom: 10px;
}
.sing-jb-desc p{
	font-size: 16px;
	color: #333;
}
.sing-jb-desc p span{
	padding-right: 20px;
	color: #666666;
}
.sing-jb-desc p span i{
	padding-right: 5px;
}
.sing-jb-desc p b{
	font-style: italic;
	color: #999;
	font-size: 12px;
	font-weight: 300;
	text-decoration: underline;
	margin-top: -5px;
	margin-bottom: 0px;
}
.sing-jb-desc h6{
	display: inline-block;
	margin: 0px;
	float: right;
	margin-top: -15px;
	font-size: 16px;

}
.sing-jb-desc h6 a{
	color: #F23F15;
	transition: ease-in-out 0.3s;
}
.sing-jb-desc h6 a:hover{
	color: #0750B5;
}
.sing-jb-fig{
	padding-left: 0px;
}
.sing-jb-fig figure img{
	min-height: 200px;
}
.sing-jb-desc{
	position: relative;
	padding-right: 0px;
}
.urg-bann{
	position: absolute;
	top: 0px;
	right: -15px;
	background: url(../img/tag_blank.png) no-repeat;
	background-size: contain;
	height: 60px;
	width: 120px;
	padding-top: 5px;
	color: #FFF;
}
.urg-bann span{
	font-size: 18px;
	margin-top: 20px;
	padding-left: 35px;
}
.indiv-rw-single-jb{
	background-color: #f9f9f9;
	padding: 20px 15px 15px;
	margin: 0px;
	margin-bottom: 20px;
}
.paginate_links{
	text-align: center;
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span{
	font-size: 18px;
	padding: 10px 20px;
	margin-right: 10px;
	border-radius: 5px;
	transition: ease-in-out 0.3s;
}
.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:hover{

}
.pagination &gt; li:nth-child(1) &gt; a, .pagination &gt; li:nth-child(1) &gt; span{
	font-size: 22px;
	padding: 12px 18px;
}
.pagination &gt; li:nth-last-child(1) &gt; a, .pagination &gt; li:nth-last-child(1) &gt; span{
	font-size: 22px;
	padding: 12px 18px;
}

/*CV-OUTPUT*/
@font-face {
    font-family: Beijing;
    src: url(../fonts/beijingssilight.ttf);
}
@font-face {
    font-family: Consov;
    src: url(../fonts/MTCORSVA.woff);
}
@font-face {
    font-family: Palab;
    src: url(../fonts/palab.ttf);
}

.form-output{
	padding: 0px 15px;
	font-size: 16px;
	color: rgb(0, 114, 188);
}
.form-output h6{
	font-size: 16px;
	font-weight: 600;
	font-family: Arial;
}
.logo-cv-fig{
	padding: 0px;
	width: 100px;
	float: left;
	margin:0px;
}
.logo-cv-fig img{
	width: 100px;
	float: left;
	margin-left: -10px;
}
.upper-prt-lgg{
	width: 800px;
	margin:0 auto;
}
.upp-cv-dtls{
	width: 500px;
	float: left;
	margin:0px;
	text-align: center;
	padding-left: 0px;
	margin-left: -30px;
}
.upp-cv-dtls h1{
	font-family: Beijing;
	font-size: 28px;
	letter-spacing: 0px !important;
	margin-top: 5px;
}
.upp-cv-dtls p{
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin-top: -10px;
}
.upp-cv-dtls h6{
	font-family: Consov;
	font-weight: 300;
	font-size: 20px;
}
.upp-cv-pht{
	width: 130px;
	float: left;
	margin:0px;
	padding: 0px;
}
.upp-cv-pht img{
	width: 130px !important;
	float: left;
	margin-left: 0px;
}
.upp-cv-pht h6{
	text-align: center;
	padding: 70px 20px;
	border: solid 1px rgb(0, 114, 188);
}
.upp-cv-dtls h2{
	font-family: Palab;
	font-size: 28px;

	margin: 0px;
	margin-top: -20px;
	font-weight: 700;
	color: rgb(0, 114, 188);
	padding-bottom: 5px;
}
.frnt-row-frm{
	width: 100%;
	margin-right:0px;
}
.frnt-row-frm div{
	display: block;
	width: 100%;
}
.frnt-row-frm h6, .secnd-row-frm h6{
	font-family: Arial;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.frnt-row-frm h6 span, .secnd-row-frm h6 span{
	font-weight: 700;
	padding-left: 5px;
	padding-right: 5px;
}
.secnd-row-frm {
	margin:0px 0px 0px -15px;
	padding: 0px 0px;
	border: solid 1px #999;
}
.secnd-row-frm .row{
	padding: 1px 20px;
}
.sign-app{
	margin-top: 30px;
	padding-top: 5px;
	padding-left: 0px;
	margin-left: -15px;
	border-top: solid 1px #999;
}
.sign-app2{
	margin-top: 40px;
	padding-top: 5px;
	padding-left: 0px;
	margin-right: -15px;
	border-top: solid 1px #999;
}
.sign-app span{
	font-size: 15px;
}
.sign-app2 span{
	font-size: 15px;
}
@media print, screen{
	@font-face {
    font-family: Beijing;
    src: url(../fonts/beijingssilight.ttf);
	}
	@font-face {
	    font-family: Consov;
	    src: url(../fonts/MTCORSVA.woff);
	}
	@font-face {
	    font-family: Palab;
	    src: url(../fonts/palab.ttf);
	}

	.form-output{
		padding: 0px 15px;
		font-size: 16px;
		color: rgb(0, 114, 188) !important;
	}
	.form-output h6{
		font-size: 16px;
		font-weight: 600;
		font-family: Arial;
		color: rgb(0, 114, 188) !important;
	}
	.logo-cv-fig{
		padding: 0px;
		width: 100px;
		float: left;
		margin:0px;
	}
	.logo-cv-fig img{
		width: 100px;
		float: left;
		margin-left: -10px;
	}
	.upper-prt-lgg{
		width: 800px;
		margin:0 auto;
	}
	.upp-cv-dtls{
		width: 500px;
		float: left;
		margin:0px;
		text-align: center;
		padding-left: 0px;
		margin-left: -30px;
	}
	.upp-cv-dtls h1{
		font-family: Beijing;
		font-size: 28px;
		letter-spacing: 0px !important;
		margin-top: 5px;
		color: rgb(0, 114, 188) !important;
	}
	.upp-cv-dtls p{
		font-size: 14px;
		line-height: 20px;
		padding: 0px;
		margin-top: -10px;
		color: rgb(0, 114, 188) !important;
	}
	.upp-cv-dtls h6{
		font-family: Consov;
		font-weight: 300;
		font-size: 20px;
		color: rgb(0, 114, 188) !important;
	}
	.upp-cv-pht{
		width: 130px;
		float: left;
		margin:0px;
		margin-left: 0px;
		padding: 0px;
	}
	.upp-cv-pht img{
		width: 150px;
		float: left;
		margin-left: 0px;
	}
	.upp-cv-pht h6{
		text-align: center;
		padding: 70px 20px;
		border: solid 1px #B7E6FA;
		color: #B7E6FA !important;
	}
	.upp-cv-dtls h2{
		font-family: Palab;
		font-size: 28px;
		color: rgb(0, 114, 188) !important;

		margin: 0px;
		margin-top: -20px;
		font-weight: 700;
		color: rgb(0, 114, 188);
		padding-bottom: 5px;
	}
	.frnt-row-frm{
		width: 100%;
		margin-right:0px;
	}
	.frnt-row-frm div{
		display: block;
		width: 100%;
	}
	.frnt-row-frm h6, .secnd-row-frm h6{
		font-family: Arial;
		font-size: 13px;
		font-weight: 500;
		display: inline-block;
		line-height: 20px;
		margin: 0px;
		padding: 0px;
		color: rgb(0, 114, 188) !important;
	}
	.frnt-row-frm h6 span, .secnd-row-frm h6 span{
		font-weight: 700;
		padding-left: 5px;
		padding-right: 5px;
		color: rgb(0, 114, 188) !important;
	}
	.secnd-row-frm {
		margin:0px 0px 0px -15px;
		padding: 0px 0px;
		border: solid 1px #999;
	}
	.secnd-row-frm .row{
		padding: 1px 20px;
	}
	.sign-app{
		margin-top: 30px;
		padding-top: 5px;
		padding-left: 0px;
		margin-left: -15px;
		border-top: solid 1px #999;
		color: rgb(0, 114, 188) !important;
	}
	.sign-app2{
		margin-top: 40px;
		padding-top: 5px;
		padding-left: 0px;
		margin-right: -15px;
		border-top: solid 1px #999;
		color: rgb(0, 114, 188) !important;
	}
	.sign-app span{
		font-size: 15px;
		color: rgb(0, 114, 188) !important;
	}
	.sign-app2 span{
		font-size: 15px;
		color: rgb(0, 114, 188) !important;
	}
	.form-output h5{
		color: rgb(0, 114, 188) !important;
	}
}
/**
* Contact Content Styles.
**/

#contact-content {
  padding: 15px 0 32px;
}
#contact-content .row &gt; p,
#contact-content .container &gt; p {
    font-size: 14px;
    line-height: 26px;
    color: #8E8D8D;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
}
#contact-content .contact-form p {
    margin-bottom: 20px;
}
#contact-content .contact-form input, #contact-content .contact-form textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #999;
  font-size: 16px;
  font-style: italic;
  height: 55px;
  padding-left: 25px;
  width: 100%;
  font-family: "PT Serif",serif;
  outline:none;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#contact-content .contact-form input:focus, #contact-content .contact-form textarea:focus {
    border-color: #333333;
    box-shadow: 0 0 2px #333333;
}
#contact-content .contact-form input:focus{
  border:1px solid #333333;   
}
#contact-content .contact-form textarea:focus{
  border:1px solid #333333; 
}
#contact-content .contact-form label.error {
    display: none !important;
}
#contact-content .contact-form input.error,
#contact-content .contact-form textarea.error {
    border-color: red;
}
#contact-content .contact-form textarea {
    height: 200px;
    padding-top: 15px;
}
#contact-content  .success {
    color: #333333;
    font-size: 16px;
}
.contact-submit-button {
  background: #252525 none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
  margin-top: 27px;
  border: none;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.contact-submit-button:hover {
    background: #333333;
}
.contact-submit-button:hover span {
    border-color: transparent;
}
.contact-submit-button:hover i {
    color: #fff;
    border-color: #fff;
}
.contact-submit-button span {
  border-right: 1px solid #000000;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 40px;
  padding-left: 22px;
  padding-right: 18px;
  text-transform: uppercase;
}
.contact-submit-button .fa {
  border-left: 1px solid #404040;
  color: #FFF;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 40px;
  padding-left: 14px;
  padding-right: 14px;
}
#contact-content .contact-info h3,
#contact-content .contact-info ul li h4 {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}
#contact-content .contact-info p {
    font-size: 14px;
    line-height: 26px;
    color: #8E8D8D;
    font-weight: 500;
    margin-bottom: 30px;
}
#contact-content .contact-info ul li img {
    float: left;
    margin-right: 15px;
}
#contact-content .contact-info ul li .content {
    float: left;
    width: 60%;
}
#contact-content .contact-info ul li h4 {
    margin-bottom: 0;
}
.google-map {
    margin-top: 60px;
    width: 100%;
    height: 440px;
}
#contact-content .section-title2 {
  margin-bottom: 45px;
}
#contact-content .section-title2 h1{
	font-size: 30px;
	font-family: MyriadPro2;
	font-weight: 800;
	color: #666666;
	text-transform: uppercase;
}
#contact-content .section-title2 p.title-text {
  color: #898989;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 26px;
  padding-top: 20px;
}


.contact-address-info {
  overflow: hidden;
  padding-bottom: 42px;
}
.contact-address-single-info {
  border: 1px solid #e5e5e5;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
#blog-post article h2.middle-title {
  color: #242424;
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 1px !important;
  margin-top: 20px !important;
  text-transform: none !important;
}
.contact-address-bg {
  background: #f5f4f4 none repeat scroll 0 0;
  display: inline-block;
  float: left;
  padding: 51px 28px;
  border-right: 1px solid #e5e5e5;
}
.contact-addresss-icon {
  display: inline-block;
  float: left;
  left: -30px;
  padding: 23px 0;
  position: relative;
}
.contact-address-text {

}
.contact-addresss-icon .fa {
  background: #0750b5 none repeat scroll 0 0;
  border-radius: 50%;
  color: #FFF;
  font-size: 25px;
  height: 55px;
  padding: 15px 20px;
  width: 55px;
}
.contact-addresss-icon .fa.envelop-icon {
  padding: 14px 15px;
}
.contact-address-text p {
  color: #898989;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  overflow: hidden;
  padding: 25px 20px 25px 0;
  position: relative;
  font-weight: 200;
  left: -5px;
}
.working-hour-content {
  background: #f5f4f4 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  padding-left: 30px;
  padding-top: 15px;
}

.working-hour-content ul {
  margin-top: 28px;
  list-style: none;
  padding-left: 0px;
  color: #999;
}
.working-hour-content ul li {
  text-transform: uppercase;
  line-height: 40px;
}
.working-hour-content ul li span {
  float: right;
  margin-right: 60px;
}
.btn-my-contc{
	float: left;
	padding: 0px;
}
.btn-my-contc a{
	padding: 10px 35px;
	text-transform: uppercase;
}
#map {
        height: 100%;
      }

      #gallery {
  padding: 20px 0 30px; }
  #gallery h1 {
    padding: 0 10px; font-size: 30px;
	font-family: MyriadPro2;
	font-weight: 800;
	color: #666666;
	text-transform: uppercase; }
  #gallery img {
    max-width: 100%; }
  #gallery .image-main-box {
    margin-top: 30px; list-style: none; padding-left: 0px; }
    #gallery .image-main-box li {
      padding: 10px; }
      @media (max-width: 600px) {
        #gallery .image-main-box li {
          float: none;
          width: 100%; } }
      #gallery .image-main-box li figure {
        position: relative;
        overflow: hidden; }
        #gallery .image-main-box li figure a {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          text-indent: -999999px; }
        #gallery .image-main-box li figure figcaption {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(7, 80, 181, 0.8);
          color: #FFFFFF;
          overflow: hidden;
          -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
          -o-transform: scale(0.7);
          transform: scale(0.7);
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          #gallery .image-main-box li figure figcaption .title {
            border-left: 2px solid rgba(255, 255, 255, 0.7);
            font-size: 15px;
            font-weight: bold;
            padding: 12px 15px 16px 15px;
            text-transform: uppercase;
            position: absolute;
            left: 30px;
            bottom: 0;
            max-width: 88%;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
        #gallery .image-main-box li figure:hover figcaption {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
          opacity: 1;
          filter: alpha(opacity=100); }
          #gallery .image-main-box li figure:hover figcaption .title {
            bottom: 30px;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
        .brd-crm-cont{
        	padding: 0px 25px;
        }
        /*lightbox*/
        .lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(../img/close11.png) url(../img/loading11.gif) url(../img/prev11.png) url(../img/next11.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;border-radius:3px}.lightbox a img{border:none}.lb-outerContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;border-radius:4px}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-container{padding:4px}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../img/loading11.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container&gt;.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../img/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../img/next11.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../img/close11.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
.blog-row{
	padding: 20px 0px 10px 0px;
	margin: 20px 15px 20px 0px;
	border-bottom: solid 1px #999;
}
.blog-row-sing{
	border-bottom: none;
}
.blog-row h6{
	margin-bottom: 30px;
}
.dte-scs{
	padding: 10px 0px;
}
.dte-scs span{
	font-size: 15px;
	border-left: dotted 1px #999;
	padding: 0px 10px;
}
.dte-scs span:nth-last-child(1){
	border-right: dotted 1px #999;
}
.blog-row h2{
	font-size: 24px;
	text-transform: none;
	font-family: MyriadPro3;
	font-weight: 300;
}
.blog-row h6 a{
	float: left;
	padding: 10px 30px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.ui-datepicker {
    width: 555px;
    padding: .2em .2em 0;
    display: none;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
	border-radius:0px !important;
}
.form-inline-mine
{
	position:relative;
}
.form-inline-mine i
{
	position: absolute;
	right: 50px;
	top: 20px;
	color: #DDD;
}
input[type="radio"]{
   float: left;
   position: absolute;
   height: 15px !important;
   width: 15px !important;
   text-align: left !important;
   top: -2px;
   left: 10px;
   cursor: pointer;
   border-radius: 50%;
}

.checkbox-inline, .radio-inline{
	cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 0px;
    position: relative;
    vertical-align: middle;
}
.chk-box-style{
	height: 75px;
	padding-top: 13px;
	color: #999;
}
.chk-box-style p span{
	color: #999;
    font-family: "PT Serif",serif;
    font-size: 16px;
    font-style: italic;
	padding-left: 15px;
	margin-right: 20px;
}
.chk-box-style label b{
	padding-left: 10px;
	text-align: left;
	float: left;
}
.chk-box-style .label2chk input{
	display: inline-block !important;
	width: 20px !important;
	float: left !important;
}
.chk-box-style .label2chk b{
	padding-left: 10px;
	text-align: left;
	float: left;
	width: 30px;
	display: inline-block !important;
	padding-top: 22px;
}
.label2chk input:active, .label2chk input:focus{
	outline: none !important;
}
input[type=checkbox]:active, input[type=checkbox]:focus, input[type=radio]:active, input[type=radio]:focus{
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
.btn-form-sub{
	display: block;
	width: 100%;
}

.wrap-part{
	background-color: #0750B6;
	margin: 40px 10px 30px 15px;
}
.part-indiv{
	padding: 60px 15px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	text-align: center;
}
.frm-err, .error-msg{
	color: tomato;
	font-size: 10px;
}
#partner {
  padding: 20px 0 30px; }
  #partner h1 {
    padding: 0 10px; font-size: 30px;
	font-family: MyriadPro2;
	font-weight: 800;
	color: #666666;
	text-transform: uppercase; }
  #partner img {
    max-width: 100%; }
  #partner .image-main-box {
    margin-top:0px; list-style: none; padding-left: 0px; margin-bottom: 0px; }
    #partner .image-main-box li {
      padding: 60px 30px; }
      @media (max-width: 600px) {
        #partner .image-main-box li {
          float: none;
          width: 100%; } }
      #partner .image-main-box li figure {
        position: relative;
        overflow: hidden; }
        #partner .image-main-box li figure a {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          text-indent: -999999px; }
        #partner .image-main-box li figure figcaption {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(7, 80, 181, 0.9);
          color: #FFFFFF;
          overflow: hidden;
          -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
          -o-transform: scale(0.7);
          transform: scale(0.7);
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          #partner .image-main-box li figure figcaption .title {
            border-left: 2px solid rgba(255, 255, 255, 0.7);
            font-size: 12px;
            font-weight: bold;
            padding: 4px 5px 0;
            text-transform: uppercase;
            position: absolute;
            left: 10px;
            bottom: -2px;
            max-width: 88%;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
        #partner .image-main-box li figure:hover figcaption {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
          opacity: 1;
          filter: alpha(opacity=100); }
          #partner .image-main-box li figure:hover figcaption .title {
            bottom: 5px;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
            .select-box-stl{
	margin-bottom: 20px;
}
.select-box-stl p span{
	color: #999;
    font-family: "PT Serif",serif;
    font-size: 16px;
    font-style: italic;
	padding-left: 15px;
	float: left;
	margin-top: 14px;
}
.select-box-stl select{
	padding: 15px 20px;
	background: #fff none repeat scroll 0 0;
  border: 1px solid #999;
  font-size: 16px;
  font-style: italic;
  height: 55px;
  padding-left: 25px;
  color: #999;
  width: 75%;
  float: right;
  font-family: "PT Serif",serif;
  outline:none;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.select-box-stl2 select{
	width: 60%;
}
.frm-err, .error-msg{
	color: tomato;
	font-size: 10px;
}
.gallery-sec-front{
	background-color: rgba(183,230,250,0.3);
}
.gallery-sec-front figcaption h6{
	color: #000;
}
.indiv-serv-mn &gt;img{
	width: auto;
}
.responsive-slide-3 .slick-slide{
	margin: 0;
}
.ferr, .fsuccess{
	text-align: center;
    font-size: 16px;
}</pre></body></html>