@font-face {
    font-family: 'LUZRO';
    src: url('../fonts/LUZRO.eot');
    src: url('../fonts/LUZRO.eot') format('embedded-opentype'),
         url('../fonts/LUZRO.woff2') format('woff2'),
         url('../fonts/LUZRO.woff') format('woff'),
         url('../fonts/LUZRO.ttf') format('truetype'),
         url('../fonts/LUZRO.svg#LUZRO') format('svg');
}

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../fonts/MyriadProSemibold.eot');
    src: url('../fonts/MyriadProSemibold.eot') format('embedded-opentype'),
         url('../fonts/MyriadProSemibold.woff2') format('woff2'),
         url('../fonts/MyriadProSemibold.woff') format('woff'),
         url('../fonts/MyriadProSemibold.ttf') format('truetype'),
         url('../fonts/MyriadProSemibold.svg#MyriadProSemibold') format('svg');
}

@font-face {
    font-family: 'SQR721KN';
    src: url('../fonts/SQR721KN.eot');
    src: url('../fonts/SQR721KN.eot') format('embedded-opentype'),
         url('../fonts/SQR721KN.woff2') format('woff2'),
         url('../fonts/SQR721KN.woff') format('woff'),
         url('../fonts/SQR721KN.ttf') format('truetype'),
         url('../fonts/SQR721KN.svg#SQR721KN') format('svg');
}



/*CSS Document */

input[type="file"]::-webkit-file-upload-button {cursor:pointer; }
input[type="file"]::-moz-file-upload-button {cursor:pointer; }
input[type="file"]::-ms-file-upload-button {cursor:pointer; }
input[type="file"]::-o-file-upload-button {cursor:pointer; }
input[type="file"] {cursor:pointer; }
html body{font-family: 'Lato', sans-serif;margin:0;padding-top: 111px;}
*::-moz-selection {color: #fff;background:#000;}
*::-webkit-selection {color: #fff;background:#000;}
*::-webkit-input-placeholder { color: #FFF;opacity:1;}
*:-moz-placeholder { color: #FFF;opacity:1;}
*::-moz-placeholder { color: #FFF;opacity:1;}
*:-ms-input-placeholder { color: #FFF;opacity:1;}
a,div a:hover, div a:active, div a:focus, button {text-decoration: none;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s; }
a, span,div a:hover, div a:active, button {text-decoration: none;}
*::after, *::before, * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;}
body ul {margin:0;padding:0;}
a {outline: none;color:#3E84C0;}
a:hover {color:#000;}
body .clearfix, body .clear {clear:both;line-height:100%;}
body .clearfix{height:auto;}
*{outline:none!important;}
table {border-collapse: collapse;border-spacing: 0;}
.clr:after, ul:after, .clearfix:after, li:after,.grve-container:after {clear:both;display:block;content:"";}

div input, div select, div textarea, div button, a, button, ul, ul li, ol, li {
	font-family:'Lato', sans-serif;
	list-style:none;
}
body p {
	color: #212121;
	font-family: "Lato",sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
	margin: 0 0 15px;
	text-align: justify;
}
body p:last-child{
	margin-bottom:0;
}
body h1, body h2, body h3, body h4, body h5, body h6{
	font-family: "SQR721KN";
	line-height:120%;
	color:#333;
	font-weight: bold;
	margin:0 0 15px;
}
body h1 { font-size: 24px;}
body h2 { font-size: 22px;}
body h3 { font-size: 18px;}
body h4 { font-size: 16px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child{
	margin-bottom:0;
}
input { background:none; border:0 none; outline:none; }
table {border:0 none;border-collapse:collapse;border-spacing:0;}
* {box-sizing: border-box;}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; }
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text_justify { text-align:justify; }
.clearfix {clear:both;display:block;font-size:inherit;height:0;line-height:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}

.margin-top{margin-top:30px;}
.margin-left{margin-left:30px;}
.margin-right{margin-right:30px;}
.margin-bottom{margin-bottom:30px;}

.padding-top{padding-top:20px;}
.padding-left{padding-left:20px;}
.padding-right{padding-right:20px;}
.padding-bottom{padding-bottom:20px;}

/* For desktop: */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::after, .row::before {
    clear: both;
    content: "";
    display: table;
}
.colamu-1, .colamu-2, .colamu-3, .colamu-4, .colamu-5, .colamu-6, .colamu-7, .colamu-8, .colamu-9, .colamu-10, .colamu-11, .colamu-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
 position: relative;
}
.colamu-1 {width: 8.33%;}
.colamu-2 {width: 16.66%;}
.colamu-3 {width: 25%;}
.colamu-4 {width: 33.33%;}
.colamu-5 {width: 41.66%;}
.colamu-6 {width: 50%;}
.colamu-7 {width: 58.33%;}
.colamu-8 {width: 66.66%;}
.colamu-9 {width: 75%;}
.colamu-10 {width: 83.33%;}
.colamu-11 {width: 91.66%;}
.colamu-12 {width: 100%;}
.box-center {
    clear: both;
    display: table;
    float: none;
    margin: 0 auto;
}
.border-radius-4 {border-radius:4px;}
.border-circle {border-radius:50%;}
.border-solid{border:1px solid #000;}
.border-dotted{border:1px dotted #000}
.border-dashed {border:1px dashed  #000;}

/*fixed-menu*/
header.fixed {background:#ffffff;box-shadow: 0 0 4px #404040;left: 0;position: fixed;top: 0;width: 100%;height: 70px;z-index: 999;}
/*responsive menu*/
.menu {color: #333333;cursor: pointer;display: none;float: left;font-family: 'Lato',sans-serif;font-size: 22px;line-height: 31px;position: fixed;right: 20px;top: 28px;}
.menu .menu-trigger { float: left; margin: auto;}
.menu .line:nth-child(1):after { transition: all 0.6s linear 0.1s;}
.menu .line:after { background: #FFFFFF; content: ""; display: block; height: 3px; width: 0;}
.menu .line { background: #333333; display: block; height: 3px; margin-bottom: 5px; width: 33px;}
.header-sec .menu-wrap .menu:hover .line:after { transform: rotate(360deg); width: 100%;}
nav.menu-act  {border-left: 3px solid #3e84c1; background:#fff;display: block;height: 100%; transition: all 0.5s ease 0s;overflow: hidden;padding: 0px;position: fixed;top: 0;right:-320px;width: 320px;z-index: 999;}
.show-menu nav.menu-act { transition: all 0.5s ease 0s; right: 0;}
#wrapper { background: #FFFFFF; position: relative; transition: all 0.3s ease 0s; z-index: 99;}
html body.show-menu {overflow: hidden;}
nav.menu-act .close-button {display:none;}
/*responsive menu -Close*/
/* menu */
.dropdown-menu {background-clip: padding-box;background-color: #fff;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 4px;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);display: none;float: left;font-size: 14px;left: 0;min-width: 160px;padding: 5px 0;position: absolute;text-align: left;top: 100%;z-index: 1000;}
.dropdown-submenu {position: relative;}
.dropdown-submenu > a::after {border-color: transparent transparent transparent #333;border-style: solid;border-width: 5px 0 5px 5px;content: " ";display: block;float: right;height: 0;margin-right: -10px;margin-top: 5px;width: 0;}
.dropdown-submenu > .dropdown-menu {border-radius: 0 6px 6px;left: 100%;margin-left: -1px;margin-top: -6px;top: 0;}
.caret {border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid;display: inline-block;height: 0;margin-left: 2px;vertical-align: middle;width: 0;}
nav.menu-act ul li:hover > ul.dropdown-menu {display: block;}
.dropdown-menu > li > a {clear: both;color: #333;display: block;font-weight: 400;line-height: 1.42857;padding: 3px 20px;white-space: nowrap;}
.dropdown-menu > li {clear:both;}
nav.menu-act .dropdown-menu > li {clear: both;float: none;padding: 0;}
nav.menu-act .dropdown-menu > li a {padding: 4px 14px;float: none;}
footer .footer-menu ul li a:hover, footer .footer-menu ul li.active > a {color:#FFF}
/* menu - Close */
@media screen and (max-width:767px) {
nav.menu-act .close-button, nav.menu-act ul {display: none;}
.menu, .show-menu nav.menu-act .close-button, .show-menu nav.menu-act ul {display:block;}
} 

/*Button */
a.button, .button, button, form input[type="submit"] {
background-color: #00235d;
    border: 1px solid #00235d;
    border-radius: 50px;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    margin-top: 20px;
    padding: 0 50px;
    cursor: pointer;
    color: #ffffff;
    font-family: "SQR721KN";
    font-size: 18px;
    font-weight: bold;
}
    
a.button:hover, .button:hover, button:hover, form input[type="submit"]:hover {background: #181818; }
/*Button -close*/
/*form -close*/
form input, form textarea {
  background:transparent;
  border: 1px solid #cccccc;
  border-radius: 0;
  color: #333333;
  font-size: 16px;
  height: 40px;
  margin-bottom: 5px;
  padding: 0 15px;
  resize: none;
  width: 100%;
  color: #ffffff;
}
form textarea {height:60px;}
/*form -close*/
/* main- Slider */
.slider,.bx-wrapper,.bx-wrapper .bx-viewport, .slidermain,.slidermain li, .images-slider{height:100% !important;}
.slidermain li {background-repeat: no-repeat;background-size: cover;min-height: 365px;}
/* main- Slider Close */

#myBtn {background-image:url("../images/top.png");background-repeat: no-repeat;background-position: center center;bottom: 30px;color: #fff;cursor: pointer;display: none;height: 50px;position: fixed;right: 20px;width: 50px;z-index: 99;}

.container{
	width:100%;
	max-width:1330px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	float:none;
}



/********************* Header css  ***************************/

header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    top: 0;
    background-color: #fff;
    padding:20px 0;
}


.site-logo {
    float: left;
}
.site-logo > a {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
.sticky .site-logo > a {
	max-width: 160px;
}
.site-logo > a img{
	display:block;
}
.header-menus {
	float: right;
	padding-top: 8px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sticky .header-menus {
	padding-top: 4px;
}


.menu-act .close-button {
	border: 1px solid #00215d;
	clear: both;
	color: #00215d;
	display: block;
	float: right;
	height: 30px;
	line-height: 26px;
	margin-right: 15px;
	margin-top: 15px;
	text-align: center;
	width: 30px;
}
.menu-act .close-button:hover {
  background-color: #3e84c1;
  border: 1px solid #3e84c1;
  color: #fff;
}

/********************* Header css  ends here***************************/


/********************* Home page css ***************************/

.banner-image {
  background: url("../images/slider1.jpg") repeat center top;
  background-size:cover ;
  min-height: 865px;
  overflow: hidden;
  padding-bottom: 100px;
  position: relative;
}

.banner-image::after{
  content:'';
  position:absolute;
  bottom:0; left:0;
  border-left:50vw solid #fff;
  border-right:50vw solid #fff;
  border-top:100px solid transparent;
}

.banner-image .banner-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    z-index: 999;
}
.banner-caption{
	margin-bottom:21px;
}
.banner-caption:after{
	clear:both;
	content:"";
	display:block;
}
.banner-caption h2 {
	color: #fff;
	float: left;
	font-family: "SQR721KN";
	font-size: 65px;
	line-height: 120%;
	margin:0;
	text-align: right;
	width: 50%;
}
.banner-caption p {
	color: #fff;
	float: right;
	font-family: "Lato",sans-serif;
	font-size: 18px;
	line-height: 180%;
	margin-top: 65px;
	padding-left: 38px;
	text-align: justify;
	width: 50%;
}

.rec-btn-white {
	text-align: center;
}

.rec-btn-white a {
	background-color: #fff;
	border-radius: 50px;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	padding: 0 50px;
	color: #3382BF;
	font-weight: bold;
	font-size: 18px;
	vertical-align:top;
	font-family: 'SQR721KN';
}
.rec-btn-white a:hover {
	background-color: #00235D;
	color:#fff;
}
.section-gapping {
	padding: 60px 0;
}

.rec-main-title h2 {
    color: #3382BF;
    font-size: 35px;
    font-family: 'SQR721KN';
}

.rec-main-title h2 small {
  font-size: 20px;
}

.rec-main-title h2 b{
    color: #00225D;
}

.rec-main-title {
    position: relative;
    padding-bottom: 15px;
    margin-top: 15px;
}  

.about-ryan-section .rec-main-title::before {
  right:auto;
  width   : 100px;  /* or 100px */
  border-bottom: 5px solid #3E84C2;
}

.about-ryan-section .rec-main-title {
    text-align: left;
}

.rec-btn a{
  height: 55px;
  border-radius: 50px;
  background-color: #00235D;
  padding: 0px 50px;
  display: inline-block;
  line-height: 55px;
  border: 1px solid #00235D;
  margin-top: 20px;
}

.rec-btn a{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: 'SQR721KN';
}

.rec-btn a:hover{
  background-color: #fff;
  color: #00235D;
  border: 1px solid #00235D;
}

.about-ryan-section .left {
  float: left;
  width: 60%;
}
.our-services-content:after{
	clear:both;
	content:"";
	display:block;
}
.about-ryan-section .right {
  box-shadow: 0 0 25px 4px rgba(0, 0, 0, 0.1);
  float: right;
  height: 400px;
  padding: 40px;
  position: relative;
  width: 30%;
}	

.about-ryan-section .right > img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 310px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.input-error{
  border: 1px solid red;
}

.our-services-section .rec-main-title h2, .rec-main-title {
      display: inline-block;
      text-align: center;
      width: 100%;
} 
.our-services-section .rec-main-title::before, .rec-main-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    border-bottom: 5px solid #00205A;
    right: 0;
    margin: auto;
}

.our-services-section .left, .our-services-section .right{
  width:50%;
}

.our-services-section .left{
  float: left;
}

.our-services-section .right{
  float: right;
}

.our-services-content {
    margin-top: 15px;
}

.service-img {
	text-align: center;
	margin: 0 0 28px;
}
.service-title {
	margin: 0 0 47px;
}
.service-title h3 {
	color: #00215d;
	font-family: "SQR721KN";
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}
.service-desc p {
	color: #333;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
}
.service-desc {
	margin: 0 0 62px;
	min-height:120px;
}
.our-services-content > div {
  padding: 0 20px;
}

.our-services-content .rec-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.about-stephanie-section .rec-main-title::before {
    right: auto;
    width: 100px;
    border-bottom: 5px solid #3E84C2;
}

.about-stephanie-section .rec-main-title {
    text-align: left;
}

.about-stephanie-section .left-img-part {
	padding: 10px;
	width: 43%;
	float: left;
}
.about-stephanie-section .right-desc-part {
	float: right;
	padding-left: 35px;
	width: 57%;
}

.about-stephanie-section > div {
  padding: 0 20px;
}

.left-img-part img {
    border-radius: 50%;
    border: 10px solid #DFE1E6;
    display:block;
    box-shadow: 0 0 0 10px #EDEEF1;
}

.right-desc-part h4 {
  color: #222222;
  font-family: "Lato",sans-serif;
  font-size: 22px;
  margin-bottom: 14px;
}
.about-owner p {
	line-height: 170%;
}
.owner-speciality {
	color: #222222;
	display: block;
	font-family: "Lato",sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
}
.main-title.page-title {
	margin-bottom: 40px;
}
ul.owner-contactinfo li a {
	color: #222;
}
ul.owner-contactinfo li a:hover {
	color:#3E84C2;
}
ul.owner-contactinfo li {
	color: #222;
	float: left;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	margin: 0 45px 0 0;
	padding: 0 0 0 40px;
	position: relative;
}
ul.owner-contactinfo li:last-child{
	margin-right:0;
}
ul.owner-contactinfo li:after {
	background: #dadada;
	bottom: 0;
	content: "";
	height: 20px;
	left: auto;
	margin: auto;
	position: absolute;
	right: -22px;
	top: 0;
	width: 1px;
}
ul.owner-contactinfo li:last-child:after{
	display:none;
}
ul.owner-contactinfo li:before {
    content: "";
    left: 0;
    height: 40px;
    width: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/sprite_img.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    position: absolute;
}
ul.owner-contactinfo li.owner-email::before {
    background-position: -41px 2px;
}
ul.owner-contactinfo li.owner-email {
	font-size: 16px;
	font-weight: normal;
}
.owner-contactinfo {
	margin-top: 28px;
	margin-bottom:30px;
}
.follow-owner:after{
	clear:both;
	content:"";
	display:block;
}
.follow-owner > *{
	float:left;
	margin-right:25px;
}
.follow-owner > *:last-child{
	margin-right:0;
}
.follow-owner h2 {
	color: #212121;
	font-family: "LUZRO";
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 0;
}
.owner-social-links > li {
	display: block;
	float: left;
	margin: 0 6px 0 0;
}
.owner-social-links > li a {
	background: #00235d;
	border-radius: 50%;
	color: #fff;
	display: block;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}
.owner-social-links > li a:hover {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}



.owner-social-links .facebook a{
  background-color: #395795;
}
.owner-social-links .twitter a{
  background-color: #70C3F4;
}
.owner-social-links .linkedin a{
  background-color: #0096BB ;
}
.owner-social-links .gplus a{
  background-color: #E12924;
}
.owner-social-links .instagram a{
	background: #f0ab47;
	background: -moz-linear-gradient(45deg, #f0ab47 0%, #f27a1d 23%, #cf2872 48%, #912eb9 72%, #0140df 100%); 
	background: -webkit-linear-gradient(45deg, #f0ab47 0%,#f27a1d 23%,#cf2872 48%,#912eb9 72%,#0140df 100%); 
	background: linear-gradient(45deg, #f0ab47 0%,#f27a1d 23%,#cf2872 48%,#912eb9 72%,#0140df 100%); 
}


.client-testi-section  .rec-main-title h2 {
      display: inline-block;
      text-align: center;
      width: 100%;
} 

.client-testi-section .rec-main-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    border-bottom: 5px solid #00205A;
    right: 0;
    margin: auto;
}

.testimonials {
	background-color: #f5f5f5;
	border: 1px solid #f0f0f0;
	border-radius: 12px;
	padding: 45px 40px;
	position: relative;
}
.testimonials:after{
	clear:both;
	content:"";
	display:block;
}
.testimonials-lists.owl-carousel .owl-item img {
	display: block;
    margin: auto;
    width: auto;
}

.testimonials .left-testi {
  float: left;
  width: 77%;
}

.testimonials .right-testi {
	color: #333;
	display: block;
	float: right;
	font-family: "Lato",sans-serif;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	padding-left:60px;
	width: 23%;
}
.testimonials .right-testi span{
	display:block;
}
.testimonials .auther-photo {
	border: 2px solid #eeeeee;
	display: block;
	height: 100px;
	margin: 0 auto 15px;
	position: relative;
	width: 100px;
}
.testimonials .auther-photo img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:block;
	margin:auto;
}
.left-testi p {
	color: #333;
	font-size: 18px;
	font-style: italic;
	line-height: 200%;
}

.testimonials .auther-comment{
  position: relative;
}
.testimonials .auther-comment::before {
	margin-top: -6px;
}

.testimonials .auther-comment::before, .testimonials .auther-comment::after {
  background-image: url("../images/sprite_img.png");
  background-position: -98px 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 40px;
  vertical-align: top;
  width: 60px;
}

.testimonials .auther-comment::after {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-top:4px;
}

.testimonials-lists {
	padding: 0 0 20px;
	position: relative;
}

.our-services-section.section-gapping {
	background:url("../images/our-services-bg.jpg") repeat 0 0;
}
.testimonials-lists::after {
	background:url("../images/testiminial_shadow.png") no-repeat center 0;
	background-size: 100% 100%;
	bottom: -4px;
	content: "";
	height: 57px;
	left: 0;
	margin: auto;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: auto;
	width: 1100px;
	z-index: -1;
}
body .owl-carousel .owl-stage-outer {
  z-index: 9;
}
body .owl-carousel button {
  height: auto;
  margin: 0;
}
.testimonials-lists .owl-dots {
  display: none;
}
.our-services-section.section-gapping {
  background:url("../images/our-services-bg.jpg") no-repeat center top;
  background-size: cover ;
}
a.owner-phone_black:hover {
    color: #00205B;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.ourservices-content .left {
	width: 29.5%;
}


/********************* Home page  ends here ***************************/



/**************************** footer starts here ***********************/

footer#footer {
  background: url("../images/footer-bg.jpg") no-repeat 0 0;
  background-size:cover;
  position: relative;
  width: 100%;
  float:left;
  padding: 70px 0 0;
}
footer#footer::after {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
footer#footer .container {
  z-index: 9;
}
.foot-informationbar .container > div::after {
  background: url("../images/footer-shadow.png") no-repeat 0 0;
  content: "";
  height: 224px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 7px;
}
footer .footer-heading {
	color: #ffffff;
	font-family: "SQR721KN";
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 10px;
	position: relative;
	margin: 0 0 14px;
}
footer .footer-heading::after {
	background:#918F8D;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right:auto;
	top: auto;
	width:115px;
	height:1px;
}
.footer-links li{
	margin-bottom:15px;
} 
.footer-links li:last-child{
	margin-bottom:0;
}
.footer-links li a {
	color: #ffffff;
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-size: 18px;
	padding-left: 18px;
	position: relative;
	vertical-align: top;
}
.footer-links li a::after {
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 11px;
	left: 0;
	position: absolute;
	top: 5px;
}
.footer-links li a:hover, 
.footer-links li.active a {
	color:#3E84C2;
}

.foot-informationbar .container > div {
    float: left;
    padding: 0 50px 0 40px;
    position: relative;
    width: 30%;
}
.foot-informationbar .container > div:first-child{
    padding: 0;
    width: 17%;
}
.foot-informationbar .container > div:last-child {
    padding: 0;
    width: 19%;
}
.foot-informationbar .container > div:last-child {
    padding-left: 35px;
    margin-top: 50px;
    text-align: center;
}
#quickform > div#response {
  display: none;
}
body #response > p {
	background: #ffffff;
	border: 1px solid #ff0000;
	color: #ff0000;
	font-size: 15px;
	line-height: 120%;
	margin-bottom: 0;
	margin-top: 15px;
	padding: 8px;
	text-align: center;
}
#response p.success {
	border: 1px solid #1b5e20;
	color: #1b5e20;
	padding: 8px;
	font-size: 15px;
	line-height: 120%;
	text-align: center;
}
body form textarea {
  padding: 5px 10px;
}
body form input[type="submit"] {
	background: #ffffff;
	border: 0 none;
	color: #00235d;
	display: inline-block;
	font-size: 16px;
	height: 46px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	line-height: normal;
	margin: 3px 0 0;
	padding: 0 41px;
	vertical-align: top;
	width: auto;
}
body form input[type="submit"]:hover {
  background: #00235d;
  color:#ffffff;
}
.foot-informationbar {
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
}
body form#quickform .errorClass {
    border-color: #ff0000;
}
.footer-contact-lists li p, .footer-contact-lists li a {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 15px;
  margin-left: 0px;
  position: relative;
  text-align:left;
  margin-top: 0;
}
.footer-contact-lists li p b {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer-contact-lists .clientaddress {
  margin-bottom: 10px;
}
.footer-contact-lists > li {
  padding-left: 25px;
  position: relative;
}
.footer-contact-lists li::after, .footer-contact-lists li::after {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 20px;
  left: 0px;
  position: absolute;
  top: 2px;
  color: #ffffff;
}
.footer-contact-lists li.clientphone::after {
  content: "\f095";
}
.footer-contact-lists li.clientemail::after {
  content: "";
  font-size: 15px;
  top: 7px;
}
.footer-contact-lists li a:hover {
    color:#3e84c2;
}
.foot-informationbar .container > div.footer-sec-four::after {
  display: none;
}

.submit-wrap.all_btn {
  position: relative;
}
.submit-wrap.all_btn > div#loader {
  background: #ffffff ;
  border-radius: 50%;
  height: 20px;
  left: 165px;
  padding: 2px;
  position: absolute;
  top: 17px;
  width: 20px;
}
.foot-copyright {
  background: #3e84c2;
  clear: both;
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 99;
}

.client-testi-section .testimonials-lists.owl-carousel .owl-nav > button {
  background: #cbcbcb ;
  border-radius: 0;
  height: 50px;
  left: -70px;
  position: absolute;
  top:-30px;
  width: 50px;
  margin:auto 0;
  bottom:0;
}
.client-testi-section .testimonials-lists.owl-carousel .owl-nav > button:hover {
  background-color: #00235D;
}
.client-testi-section .testimonials-lists.owl-carousel .owl-nav > button.owl-next {
  left: auto;
  right: -70px;
}
.client-testi-section .testimonials-lists.owl-carousel .owl-nav > button > span {
  display: inline-block;
  font-size: 0;
  position: relative;
  text-align: center;
}
.client-testi-section .testimonials-lists.owl-carousel .owl-nav > button > span::after {
  content: "\f104";
  color: #fff;
  font-family: FontAwesome;
  font-size: 40px;
  z-index: 9;
}
.client-testi-section .testimonials-lists.owl-carousel .owl-nav > button.owl-next span::after {
 content: "\f105";
}

/******************************* footer ends here ***************************************/

/********** Aboutus Page **********/
.breadcrumb-list > li a, .breadcrumb-list > li {
  color: #00235d;
  font-family: "Lato",sans-serif;
}
.breadcrumb-list > li {
  color: #3e84c0;
  display: inline-block;
  font-size: 18px;
  padding-right: 50px;
  position: relative;
}
.breadcrumb-list > li::after {
  color: #00235d;
  content: "\f178";
  font-family: fontawesome;
  font-size: 23px;
  position: absolute;
  right: 12px;
  top: 0;
}
.breadcrumb-list > li a:hover{
	color: #3e84c0;
}
.breadcrumb-list > li:last-child::after {
  display: none;
}
.breadcrumb-list > li:last-child {
  padding-right: 0;
}
.page-gapping {
  padding: 60px 0 ;
}
.inner-banner .banner-image {
  background: url("../images/inner-banner.jpg") repeat center top;
  background-size: cover ;
  min-height: 512px;
}
.inner-banner .banner-image .banner-content {
  bottom: 50px;
}
.inner-banner .banner-caption h2 {
  font-size: 45px;
  padding-right: 18px;
}
.inner-banner .banner-caption p {
  color: #fff;
  float: none;
  font-size: 15px;
  line-height: 180%;
  margin: 0;
  max-width: 540px;
  padding-left: 18px;
  width: auto;
  word-spacing: 2px;
}
.banner-caption, .banner-caption h2 span {
	display: block;
}
.banner-text-wrap {
  float: left;
  padding-top: 22px;
  width: 50%;
}
.about-client-content:after{
	clear:both;
	content:"";
	display:block;
}
.inner-main-title.rec-main-title {
  margin-bottom: 60px;
}
.about-client-content .leftside-image {
  float: left;
  margin-bottom: 24px;
  margin-right: 0;
  padding: 10px;
  position: relative;
  width: 28.5%;
}
.about-client-content .rightside-content {
  float: left;
  padding-left: 32px;
  width: 71.5%;
}
.leftside-image.left-img-part > img {
  margin: auto;
}
.connection-link a {
  background-color: #0097bd;
  border: 5px solid #fff;
  border-radius: 50%;
  bottom: 50px;
  color: #fff;
  font-size: 22px;
  height: 55px;
  line-height: 44px;
  position: absolute;
  right: 12px;
  text-align: center;
  width: 55px;
}
.connection-link a:hover {
	background-color: #00225d;
}
.content-wrapper {
  display: inline-block;
  width: 100%;
}

/********** 404 Page ***********/
.section-wrapper-404 {
  text-align: center;
}
.error-404-header-text {
  padding-bottom: 11px;
}
.error-404-header-text h3 {
  color: #3382bf;
  font-family: "MyriadProSemibold";
  font-size: 220px;
  font-weight: normal;
  letter-spacing: 10px;
  line-height: 100%;
  margin: -44px 0 0;
  text-shadow: 5px 5px 0 rgba(0, 151, 189, 0.2);
}
.section-wrapper-404 h2 {
  font-family: "Open Sans",sans-serif;
  font-size: 30px;
}
.section-wrapper-404 p {
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 19px;
  text-align: center;
}
#myBtn {
  background-color: #3382bf;
  border: 2px solid #3382bf;
  border-radius: 50%;
  bottom: 80px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 50px;
  line-height: 53px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 999;
}
#myBtn::after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: inline-block;
  left: 31%;
  position: absolute;
  top: 37%;
}
#myBtn:hover {
  background-color: #00235D;
  border: 2px solid #00235D;
  box-shadow: 0 0 10px -5px #333;
}

/********** Our services **********/

.ourservices-content .right {
	float: right;
	width: 70.5%;
	padding-left: 38px;
}
.ourservices-content > div:after {
	clear:both;
	content:"";
	display:block;
}
.ourservices-content > div {
	border-bottom: 1px solid #eee;
	margin-bottom: 70px;
	padding-bottom: 70px;
}
.ourservices-content > div:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.service-img-wrap img {
	display: block;
	margin: 0 auto;
}
.ourservices-content h3 {
	color: #00225d;
	font-size: 30px;
	margin: -5px 0 20px;
}
.ourservices-content .service-list {
	margin: 0 0 22px;
}
.ourservices-content .service-list:last-child {
	margin-bottom: 0;
}
.ourservices-content h4 {
	color: #222222;
	font-family: "Lato",sans-serif;
	font-size: 22px;
	margin: 0 0 7px;
}
.ourservices-content h4::before {
	content: "";
	font-family: fontawesome;
	margin-right:10px;
}
.page-contact .rec-main-title h2 {
    color: #3382BF;
    font-size: 36px;
    font-family: 'SQR721KN';
}
.ourservices-content p {
	font-size: 20px;
	line-height: 170%;
}

.page-contact .rec-main-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    border-bottom: 5px solid #3E84C2;
    right: 0;
    margin: auto;
}

p.tagling {
	color: #333333;
	font-size: 18px;
	margin: -15px 0 47px;
	text-align: center;
}

.contact-area > div {
    width: 50%;
    display: block;
    float: left;
    padding:0 85px;
}
.contact-area > div:first-child{
	padding-left:0;
}
.contact-area > div:last-child{
	padding-right:0;
}


.contact-heading {
	color: #00215d;
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 24px;
	padding-bottom: 20px;
	position: relative;
}

.contact-heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 60px;
    border-bottom: 3px solid #3382BF;
    margin: auto;
}

.contact-heading b {
	color: #3E84C2;
}

form label {
	color: #666666;
	display: inline-block;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 6px;
	vertical-align: top;
}
label em {
	color: #ff0000;
	font-style: normal;
}

/*23-11-2018*/
.container:after{
	clear:both;
	content:"";
	display:block;
}
.menuone > li {
	float: left;
	margin: 0 58px 0 0;
}
.menuone > li:last-child{
	margin-right:0;
}
.menuone > li > a {
	color: #00235d;
	display: block;
	font-family: "Lato",sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 40px;
	position: relative;
	text-shadow: 0 0 0;
}
.menuone > li > a::before {
	background: #3e84c2;
	bottom: 0;
	content: "";
	display: block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	width:20px;
	margin:auto;
	opacity:0;
}
.menuone > li.active > a:before,
.menuone > li > a:hover:before{
	width:100%;
	opacity:1;
}
.menuone > li.active > a,
.menuone > li > a:hover{
	color:#3e84c2;
}
.sticky header {
	padding: 10px 0;
	box-shadow: 0 0 20px -12px #333;
}
.main-title {
	color: #3e84c0;
	font-family: "SQR721KN";
	font-size: 35px;
	line-height: 120%;
	margin: 0 0 23px;
	padding: 0 0 18px;
	position: relative;
	text-align: center;
}
.main-title.title-left{
	text-align:left;
}
.main-title b{
	color:#00235D;
}
.main-title:before{
	content:"";
	display:block;
	width:100px;
	height:5px;
	right:0;
	margin:auto;
	background:#3E84C2;
	position:absolute;
	left:0;
	bottom:0;
}
.main-title.title-left:before{
	right:auto;
}
.btn {
	background: #00235d;
	border-radius: 55px;
	color: #fff;
	display: inline-block;
	font-family: "SQR721KN";
	font-size: 18px;
	font-weight: 300;
	line-height: 50px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	padding: 0 50px;
	vertical-align: top;
}
.btn:hover{
	color:#fff;
	background:#3E84C0;
}
.btn.btn2 {
	font-size: 16px;
	padding: 0 38px;
}
.btn-set {
	margin-top: 42px;
}
.title-text {
	color: #333;
	font-size: 18px;
	line-height: 120%;
	margin: 0 0 26px;
	text-align: center;
}
.a-center,
.a-center p{
	text-align:center;
}
.main-title  small {
	font-size: 20px;
	font-weight:normal;
	vertical-align: top;
}
.right-desc-part .btn-set {
	margin-top: 30px;
}
.foot-copyright p {
	color: #fff;
	display: block;
	line-height: 60px;
	text-align: center;
}
.foot-copyright p a{
	color:#fff;
}
.foot-copyright p a:hover{
	color:#00235D;
}
.error-404 #wrapper {
	left: 0;
	max-height:100%;
	max-height: 100vh;
	overflow: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.section-wrapper-404 {
	padding: 60px 0;
}
.about-client-content p {
	line-height: 200%;
	margin: 0 0 12px ;
}
.about-client-content p:last-child{
	margin-bottom: 0;
}


.info-area {
	box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.1);
	padding: 45px;
}
.info-area ul li a {
	color: #333;
}
.info-area ul li a:hover{
	color:#3E84BF;
}
.info-area ul li p{
	font:inherit;
	color:inherit;
	text-align:inherit;
	margin:0;
}
.info-area ul li {
	color: #333;
	font-family: LUZRO;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 65px;
	min-height: 60px;
	padding-left: 95px;
	position: relative;
	text-align: left;
	word-wrap: break-word;
}
.info-area ul li:last-child{
	margin-bottom:0;
}
.info-area ul li::before {
	background: url("../images/contact_sprite.png") no-repeat;
	background-color: #3e84bf;
	border-radius: 70px;
	content: "";
	display: block;
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
	width: 60px;
}
.info-area ul li.infoaddress::before {
	background-position: 14px 15px;
}
.info-area ul li.infophone::before {
	background-position: 15px -38px;
}
.info-area ul li.infoemail::before {
	background-position: 15px -87px;
}
.info-area li > h4 {
	color: #00215d;
	font-size: 22px;
	font-weight: normal;
	line-height: 110%;
	margin-bottom: 9px;
}
.contact-area::after {
	clear: both;
	content: "";
	display: block;
}
.left-form-part{
	position:relative;
}
.left-form-part::after {
	background:url("../images/contact_divider.png") no-repeat 0 0;
	content: "";
	height: 470px;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:-5px;
	width: 7px;
}
.form-wrap input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]),
.form-wrap textarea{
	display:block;
	width:100%;
	margin:0;
	padding-left:15px;
	padding-right:15px;
	font-size:15px;
	border:1px solid #ddd;
	border-radius:5px;
	background:#f2f2f2;
	color:#333;
}
.form-wrap input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]){
	height:45px;
	padding-top:0;
	padding-bottom:0;
	line-height:normal;
}
.form-wrap input.errorClass:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]), 
.form-wrap textarea.errorClass{
	border-color:#ff0000;
}
.form-wrap textarea{
	height:140px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:140%;
}
.one-half{
	float:left;	
	width:50%;	
	padding:0 9px;
}
.one-half:first-child{
	padding-left:0;
}
.one-half:last-child{
	padding-right:0;
}
.form-wrap > li {
	margin: 0 0 18px;
}
.form-wrap > li:last-child {
	margin-bottom: 0;
}
.contact-area .left-form-part {
	width: 54.5%;
}
.contact-area .right-info-part {
	width: 45.5%;
}
.form-error-msg p {
	border: 2px solid #ff0000;
	color: #ff0000;
	font-size: 15px;
	line-height: 140%;
	margin: 20px 0 0;
	padding: 8px 10px;
	text-align: center;
}
body form .form-wrap input[type="submit"] {
	background: #00235d;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	margin: 0;
}
body form .form-wrap input[type="submit"]:hover {
	background:#3E84C0;
	color: #fff;
}
.form-error-msg p.success {
	border-color: #008000;
	color: #008000;
}
.form-wrap .ajaxloader img {
	border-radius: 50%;
	box-shadow: 0 0 10px -3px #333;
	display: block;
	padding: 3px;
}
.form-wrap .ajaxloader {
	display: inline-block;
	vertical-align: top;
	margin: 14px 0 0 10px;
}
.publication-content:after{
	clear:both;
	content:"";
	display:block;
}
.publication-img {
	border-radius: 10px;
	float: left;
	height: 320px;
	margin: 0 40px 0 0;
	overflow: hidden;
	width: 370px;
}
.publication-img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	display:block;
}

.publication-content .publication-dtc {
	overflow: hidden;
/*
	border: 1px solid #F0F0F0;
	border-radius: 10px;
*/
}


.publication-scroll{
	max-height:265px;
	overflow:auto;
}
.publication-content {
	margin: 0 0 15px;
}
.publication-content:last-child {
	margin-bottom: 0;
}
.publication-dtc p {
	font-size: 18px;
	line-height: 170%;
	margin: 0 0 15px;
	text-align:left;
}
.publication-dtc p a{
	color:#333;
}
.publication-dtc p a:hover{
	color:#3e84c0;
}
.publication-dtc p:last-child{
	margin-bottom:0;
}
.publication-dtc h2 {
	color: #00215d;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 17px;
}
html .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #eee;
	border-radius: 0;
	width: 4px;
}
html .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #d4d4d4;
}
html .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #999;
}
html .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
html .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #666;
}
html .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 0;
	width: 4px;
}
.testimonials .auther-comment {
	color: #333;
	font-size: 18px;
	font-style: italic;
	line-height: 200%;
	position: relative;
	text-align: center;
}
.testimonials .auther-name {
	color: #3e84c2;
	font-family: "SQR721KN";
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0 5px;
	text-align: center;
}
.testimonials .auther-name::before {
	content: "-";
	margin-right: 5px;
}
.auther-role {
	color: #333;
	font-family: "Lato",sans-serif;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
}
.social-medias {
	margin: 20px 0 0;
	text-align: center;
}
.social-medias ul{
	display:inline-block;
	vertical-align: top;
}
.social-medias ul li {
	margin-bottom: 15px;
	position: relative;
	text-align: left;
}
.social-medias ul li:last-child{
	margin-bottom:0;
}
.social-medias ul li a {
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 34px;
	padding: 0 0 0 48px;
	position: relative;
}
.social-medias ul li a i {
	background: #fff;
	border-radius: 50%;
	color: #3e84c2;
	display: block;
	font-size: 17px;
	height: 34px;
	left: 0;
	line-height: 34px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: absolute;
	text-align: center;
	top: 0;
	width: 34px;
}
.social-medias ul li a:hover i {
	background: #3e84c2;
	color: #fff;
}
.social-medias ul li a:hover{
	color: #3e84c2;
}
.alert-email {
	color: #ff0000;
	font-size: 14px;
	display: block;
	line-height: 120%;
	margin-top: 5px;
}
/*5-12-2018*/

html .about-publication-section .publication-title {
	background: #eee;
	padding: 15px 20px 15px 35px;
	border-radius: 10px;
	border: 1px solid #eee;
	position: relative;
	cursor: pointer;
}
.about-publication-section .publication-desc {
	border: 1px solid #eee;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	margin-bottom: 15px;
	padding: 20px 20px 14px 35px;
}

html .about-publication-section .publication-title.ui-state-active{
	border-radius: 10px 10px 0 0;
	margin-bottom:0px;
}
html .about-publication-section .publication-title::before,
html .about-publication-section .publication-title.ui-state-active::before {
	position: absolute;
	content: "\f067";
	height: 10px;
	width: 10px;
	left: auto;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-family: fontawesome;
	line-height: 10px;
	cursor: pointer;
}
html .about-publication-section .publication-title.ui-state-active::before {
	content: "\f068";
}
.about-publication-section .publication-desc p {
	display: none;
}
.about-publication-section .publication-desc li {
	font-family: lato;
	font-size: 18px;
	color: #202020;
	line-height: 170%;
	position: relative;
	padding-left: 15px;
	margin-bottom: 14px;
}
.about-publication-section .publication-desc li::before {
	position: absolute;
	content: "";
	height: 7px;
	width: 7px;
	background: #1F1F1F;
	top: 13px;
	right: 0;
	left: 0;
	bottom: auto;
	border-radius: 10px;
}
.about-publication-section .publication-desc li b{
	color:#00215d;
}

.about-publication-section .maiden-name{
	color:#1F1F1F;
	font-size: 18px;
}

/*5-12-2018*/

/*10-06-2025*/
.footer-contact-lists > li.clientphone a:not(:last-child) {
    margin-bottom: 0;
}


/*
	font-family: 'Open Sans', sans-serif;
	font-family: 'Lato', sans-serif;
	font-family: 'LUZRO';
	font-family: 'MyriadProSemibold';
	font-family: 'SQR721KN';
*/
