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

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}

header {
  width: 100%;
  display: block;
  float: left;
  margin: 0px 0px 0px 0px;
  height: 70px;
  position: fixed;
  background-color: #30363D;
  z-index: 9;
}

header .header_top .logo{width:140px; float:left;}

header .menu_bar{float: right;/*margin-right: 60px;*/ width: 60%;}

nav{width:100%; float:left; margin:0px; padding:0px;}

nav ul{width:100%; float:left; margin:0px; padding:0px;}

nav ul li{float:left; list-style:none; /*margin-right:10px;*/}

nav ul li:last-child{margin-right:0px;}

nav ul li a{float:left; text-transform: capitalize; text-decoration:none; font-size:16px; color:#fff;
   font-family: 'Open Sans', sans-serif;
  padding: 24px 15px;
 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}

nav ul li a:hover{color:#fff; text-decoration:none; background-color: #0F7CC1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*padding: 22px;*/}

.active{background-color: #0F7CC1;}
.mean-container b{color: #fdfdf8;float: left;padding: 15px 13px 11px;}

.sub_main{
  position: relative;
  display: inline-block;
}
.actv{
  background-color: #0F7CC1;
}

.sub_menu {
    display: none;   /* --------- */
    position: absolute;
    background-color: #0F7CC1;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-left: 10px;
    left: 0;
    top: 65px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*.sub_menu a:hover {background-color: #f1f1f1}*/

.sub_main:hover .sub_menu {
    display: block;
    line-height: 30px;
}
.sub_menu  li{list-style: none; width: 100%}
.sub_menu  li a { width: 100%; display: inline-block; text-decoration: none; color: #fff; }

.sub_sub_main a{padding: 0;}


.sub_sub_main{
  position: relative;
  display: inline-block;
}

.sub_sub_menu {
    display: none;   /* --------- */
    position: absolute;
    background-color: #0F7CC1;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-left: 10px;
    left: 210px;
    top: -5px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.sub_menu a:hover {color: #000;}

.sub_sub_main:hover .sub_sub_menu {
    display: block;
    line-height: 30px;
}
  a &gt; i{
    float: right;
    padding-right: 10px;
    text-align: right;
    padding-top: 6px;
}

.sub_sub_menu a:hover {
    color: #000;
    background-color: inherit;
}

.middle {
  margin-top: 70px;
  width: 100%; float: left;
}

.banner_part{width:100%; float:left; background:#000;}

.banner_part .banner_text{width:100%; top:60%; position:absolute;}

.banner_part .banner_text p{
      /*background-color: rgba(255,255,255, 0.5);*/
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      color: #fff;
      /*display: block;*/
      font-family: 'Open Sans', sans-serif;
      font-size: 28px;
      /*line-height: 48px;*/
      margin: auto;
      padding: 15px;
      text-align: center;
      width: 50%;
      font-weight: normal;
      text-shadow: 0 0 36px #000, 0 0 10px #000;
  }


.middle_part{width:100%; padding:51px 0px; float:left; /*background:#ececec;*/}

.middle_part .middle_pic{width:100%; float:left;}

.middle_part .middle_pic img{width:100%; /*height: 300px;*/}

.middle_part h1{width:100%; margin:0px; line-height:33px; float:left; font-size:22px; color:#000; position:relative; padding-bottom:20px; background:url(../img/heading-bg.png) no-repeat bottom left !important;}

.middle_part h1:after {content: ''; position: absolute; bottom: -1px; left: 17%;transform: translateX(-50%);width:88px; z-index: 30000 !important;}

.middle_part p{width:100%; float:left; font-family: 'Open Sans', sans-serif; margin-top:11px; font-size:16px;}

.middle_part a{text-decoration:none; font-size:16px; color:#069eff; font-family: 'Open Sans', sans-serif; -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}

.middle_part a:hover{color:#000; -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}


.expertise{width:100%; padding:50px 0px; float:left; background:#ececec;}

.expertise .expertise_content{width:100%; float:left;}

.expertise .expertise_content h2 {width:100%; float:left; font-size:18px; color:#000; font-weight:bold; margin:0px; background:url(../img/heading-bg.png) no-repeat bottom left !important; padding-bottom:15px; min-height: 55px;}

.expertise .expertise_content p{width:100%; font-family: 'Open Sans', sans-serif; font-size:14px; float:left; margin-top:13px;}

.expertise h3{width:100%; font-size:40px; text-transform: capitalize; float:left; text-align:center; margin:0px; padding:10px 0px;}

.expertise .our_services{width:100%; float:left; margin-top:20px; padding: 5px;}

/*.expertise .our_services:hover {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}*/

.expertise .our_services figure{width:100%; float:left;}

.expertise .our_services h4{width:100%; text-transform: capitalize; float:left; font-size:18px; font-weight:bold; margin-top:20px; background:url(../img/heading-bg.png) no-repeat bottom left !important; padding-bottom:15px; min-height: 60px;}

.expertise .our_services p{width:100%; float:left; font-family: 'Open Sans', sans-serif; font-size:14px; color:#404040;}

.service_show{width: 100%;float: left;/*background:#ececec;*/ padding: 20px 0px;}
.service_show h3{font-size: 40px;text-transform: capitalize; margin-top: 20px; font-family: "Raleway"; text-align: center; font-weight: bold; color: #005191;}
.services_hp {
  /*background: #ececec none repeat scroll 0 0;*/
  float: left;
  padding: 20px 0;
  width: 100%;
}
/*.our_services figure{text-align: center;}*/
.our_services h4 {font-weight: bold; min-height: 40px;}

.experts{width:100%; float:left;  background-image: url(../xelcms/uploads/box/10410_man-coffee-cup-pen.jpg); background-size: cover;}

.exp {
  /*margin: 100px 80px;*/
}
.experts .experts_padding{padding:0px 0px; float: right; margin: 80px;}

.experts .experts_pic{width:100%; float:left;} 

.experts .experts_pic img{width:100%; height: 376px;}

.experts .experts_content{width:100%; padding:94px;  float:left; background:#fff; width: 500px;}

.experts .experts_content h2{width:100%; background:url(../img/heading-bg.png) no-repeat 0px 41px !important; margin:0px; padding-bottom:22px; float:left; font-size:28px; color:#000; font-weight: bold;}

.experts .experts_content p{width:100%; margin-top:5px; float:left; font-size:14px; color:#000;line-height: 26px;}


.latest_news{width:100%; padding:51px 0px; float:left; /*background:#cfe8fc;*/}

.latest_news h3{
  color: #000;
  float: left;
  font-size: 17px;
  margin: 20px 0;
  font-weight: 700;
  font-family: 'Open Sans';
  width: 100%;
}
.article &gt; a {
  font-weight: bold;
}
.insight_details &gt; a {
  font-weight: bold;
}

footer.latest_news ul{width:100%; float:left; margin-top:0px; margin-bottom:0px; padding:0px;}

footer.latest_news ul li{width:100%; list-style:none; float:left; margin-bottom:10px; background:url(../img/link-bg.jpg) no-repeat 0px 4px; font-size:13px; color:#fff; padding-left:15px;}

.latest_news p {width:100%; float:left; font-size:15px; color:#4e4d4d; margin-top:0px; min-height: 110px;}
.latest_news h6 {width:100%; float:left; color:#333333; margin-top:0px; font-weight: bold;}


footer .copy_right{width:100%; /*padding:20px 0px; margin-top:51px;*/ float:left; background:#003560;}

footer .copy_right span{width:100%; float:left; text-align:right; font-size:15px; color:#fff;}


.bxslider img {
    height: 500px !important;
}

.pull-right {
  padding-top: 16px;
}

.inner_content
{width:100%;
display:block;
float:left;
height: 160px;
background:url(../imgs/inner.jpg) no-repeat top center;
background-size: cover;

}
.inner_text
{width:100%;
display:block;
float:left;
margin:0px 0px 0px 0px;
padding:35px 0px;
/*border-bottom: 1px solid #005191;*/
}
.inner_left
{display:block;
float:left;
margin:0px 0px 0px 0px;
padding: 0;
font-size:28px;
color:#fff;
font-family: 'open Sans';
}
.inner_right
{display:block;
float:left;
margin:8px 0px 0px 0px;
font-size:16px;
color:#fff;
text-align:left;
font-family: 'open Sans';
background-color: rgba(0, 0, 0, 0.1);
padding: 10px;
padding-left: 35px;
}
.inner_right a{text-decoration:none; color:#fff;}
.inner_right a:hover{color:#777;}

.about {
  float: left;
  width: 100%;
}

.about_cont{
  padding: 50px 0;
  float: left;
  width: 100%;
}

.services{
  margin-top: 100px;
  /*padding-top: 100px;*/
  float: left;
  width: 100%;
  background-color: #EFEFEF;
}
/*.services:hover{
  border: 1px solid;
}*/

.about_text {
  background-color: #f3f4f8;
  min-height: 450px;
  position: relative;
}
.about_text .cont {
  left: 50%;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cont p {
  font-size: 17px;
  font-weight: 600;
  margin: 0 100px;
  color: #7c868e;
}

.cont h1 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 100px;
  padding: 15px 0;
}

.about_pic img {
  height: 450px;
  width: 100%;
}

.about_contt p {
  font-size: 17px;
  font-weight: 600;
  color: #7c868e;
}

.about_contt h1 {
  font-size: 28px;
  font-weight: 600;
  padding: 5px 0;
}

.services_cont {
  margin-bottom: 20px;
  color: #7c868e;
  font-size: 18px;
  font-weight: 500;
/*  padding: 0 100px;
  text-align: center;*/
}
.col-md-7.services_details &gt; h3 {
  color: #005191;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}
.services_cont  p {
  color: #7c868e;
  font-size: 18px;
  font-weight: 500;
  padding: 0 100px;
  text-align: center;
}

.service_images {
  /*height: 300px;*/
  overflow: hidden;
  width: 100%;
  margin: 25px 0;
}
.service_images img {
  height: 350px;
  width: 100%;
}
.services_details ul li {
  color: #777;
  /*color: #005191;*/
  font-size: 18px;
  /*font-weight: bold;*/
}
/*.services_details p {
  font-size: 14px;
  color: #7c868e;
  text-align: justify;
}*/
.services_details {
  margin-top: 20px;
  /*line-height: 30px;*/
}
.scroll {
  /*border: 1px solid #000;*/
  display: inline-block;
  width: 100%;
/*  margin-top: 50px;
  padding-top: 50px;*/
}

.contact, .case-study, .case-detail-cont, .insignt, .why {
  float: left;
  width: 100%;
  margin: 60px 0;
}
.cont_form {
  background-color: #f3f4f8;
  padding: 10px 20px;
/*  display: block;
  float: left;
  margin: 25px 0 0;
  width: 100%;*/
}
.item {
  margin: 0;
  padding: 10px 0;
}
.contact_feild {
  border: 1px solid #ccc;
  font-family: "Museo 300";
  /*height: 38px;*/
  padding: 0 0 0 10px;
  width: 98%;
  border-radius: 5px;
}
input, select{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: 38px;
}
.case img {
  height: 300px;
  width: 100%;
}
.case {
  border: 1px solid #ccc;
  min-height: 410px;
}
.case h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  padding: 0 10px;
}
a:hover {
  text-decoration: none !important;
}
.case_details h3 {
  color: #005191;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}
.case_details p {
  color: #7c868e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 34px;
}
.case_details ul li {
  color: #777;
  font-size: 16px;
  line-height: 34px;
}
.case_details {
  /*margin: 24px 0;*/
}
.case_images img {
  /*height: 250px;*/
  width: 100%;
}
.cont_info {
  background-color: #f3f4f8;
}
.box{
  padding: 9.6rem;
  height: 360px;
}
.box h2{
  font-weight: 700;
  text-align: center;
  font-size: 33px;
}
.contact_top {
  margin: 0 0 40px;
}
.contact_info_details &gt; h4 {
  font-size: 18px;
  font-weight: 700;
}
.contact_info_details span {
  font-size: 18px;
  margin-right: 8px;
}
.contact_info_details &gt; p {
  font-size: 16px;
  font-family: open Sans;
}
.contact_info_details a {
  float: left;
}
.insight_images {
  /*height: 300px;*/
  overflow: hidden;
  width: 100%;
  margin: 25px 0;
}
.insight_images img {
  /*height: 350px;*/
  width: 100%;
}
.insight_details p {
  color: #777;
  /*color: #005191;*/
  font-size: 16px;
  /*font-weight: bold;*/
  min-height: 185px;
}
.insight_details &gt; h3 {
  color: #005191;
  font-size: 18px;
  font-weight: bold;
  min-height: 80px;
}
.insight_div {
  /*background-color: #efefef;*/
  float: left;
  padding: 20px;
  /*border: 1px solid;*/
  min-height: 365px;
}
.insight_div:hover {
  background-color: #efefef;
}
.why_tag {
  text-align: center;
}
.why_tag h2 {
  color: #005191;
  font-size: 22px;
  font-weight: 700;
}
.why_cont {
  /*border: 1px solid;*/
  text-align: center;
  min-height: 380px;
  margin: 14px 0;
  padding: 10px 60px;
}
.why_cont:hover{
  /*border: 1px solid;*/
  -webkit-box-shadow: 0px 0px 14px 4px rgba(0,82,145,1);
  -moz-box-shadow: 0px 0px 14px 4px rgba(0,82,145,1);
  box-shadow: 0px 0px 14px 4px rgba(0,82,145,1);
}
.why_cont h4{
  color: #005191;
  font-size: 20px;
  font-weight: 700;
}
hr {
  border-color: #005191;
  border-width: 2px;
  width: 65%;
}
#submit {
  float: right;
  margin-right: 10px;
}
.serv{
  width: 20%;
}</pre></body></html>