p{text-align: justify;}

.left-arrow.dropdown-toggle {position: relative;display: inline-block;cursor: pointer;}
.nav > li > a {display: inline-block;cursor: pointer;}

#backtopbutton {
  display: inline-block;
  background-color: #152549;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 60px;
    right: -10px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtopbutton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#backtopbutton:hover {
  cursor: pointer;
  background-color: #333;
}
#backtopbutton:active {
  background-color: #555;
}
#backtopbutton.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 500px) {
  #backtopbutton {
    margin: 30px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*	00. RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
.fit-vids-style {
    display: none
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    width: 100%;
    height: auto;
}
iframe {
    border: none
}
::selection {
    background: #fefac7; /* Safari */
    color: #2f2f2f;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #2f2f2f;
}
/*-----------------------------------------------------------------------------------*/
/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-color: #fbfbfb;
    color: #2f2f2f;
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
.container {
    padding-right: 0;
    padding-left: 0;
}
input,
button,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
p {
    margin: 0 0 15px
}
a {
    color: #000000;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
a:hover,
a:focus {
    color: #232323;
    text-decoration: none;
}
.colored {
    color: #549dc5
}
.light-wrapper {
    background: #fbfbfb
}
.dark-wrapper {
    background: #f1f1f1
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #2e2e2e;
    margin-bottom: 10px;
    font-weight: 700;
}
h1 {
    font-size: 32px;
    line-height: 35px;
}
h2 {
    font-size: 28px;
    line-height: 30px;
}
h3 {
    font-size: 24px;
    line-height: 22px;
}
h4 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 8px;
}
h5 {
    font-size: 20px;
    line-height: 20px;
}
h6 {
    font-size: 18px;
    line-height: 16px;
}
.section-title {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}
.lead {
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #2e2e2e;
}
.main.lead {
    margin-bottom: 40px
}
.inner {
    padding-top: 100px;
    padding-bottom: 100px;
}
ul {
    padding: 0 0 0 18px
}
ol {
    padding: 0 0 0 20px
}
ul,
ol {
    margin-bottom: 15px
}
ul.inline li {list-style: none;}
ul.circled {
    padding: 0;
    list-style: none;
}
ul.circled li:before {
    content: '\e800';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: #549dc5;
    font-size: 8px;
}
.thin {
    width: 80%;
    margin: 0 auto;
}
.dropcap {
    font-weight: 800;
    display: block;
    float: left;
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
    text-transform: uppercase;
}
hr {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.16);
    padding-bottom: 40px;
    margin-bottom: 70px;
}
.anchor {
    display: block
}
.alert {
    padding-bottom: 13px
}
blockquote {
    color: #FFF;
    font-size: 22px;
    line-height: 32px;
    background: #549dc5;
    padding: 25px 30px 20px 30px;
    font-weight: 400;
    border: 0;
}
blockquote small {
    line-height: inherit;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}
.btn.btn-default {border-radius: 30px;background-color:#3740b0;color:#fff;border:none;padding:6px 15px;border:1px solid #3740b0;}
.btn.btn-default.style1 {border-radius: 30px;background-color:#152549;color:#fff;border:none;padding:6px 15px;border:1px solid #152549;}
.btn.btn-default.style2 {border-radius: 30px;background-color:transparent;color:#fff;border:none;padding:6px 15px;border:1px solid #fff;}
.btn.btn-default.style3 {border-radius: 30px;background-color:transparent;color:#3740b0;border:none;padding:6px 15px;border:1px solid #3740b0;}
.gray {
	background-color: #eeeeee;
}
.white{
	background-color: #fff;
}
.search .form-control {background: transparent;border-radius: 20px;padding: 20px;border-color: #fff;color: #fff;}
.search .form-control::placeholder {color: #fff;}
.txt-white{color:#fff;}
.left-border {border-left: 1px solid #fff;}
ul.inline > li.left-border {padding-left:10px;}
.padding20{padding:20px 0;}
.padding30{padding:30px 0;}
.padding40{padding:40px 0;}
.padding50{padding:50px 0;}
/* Header */
.top-contactinfo {
	display: inline-block;
	position: relative;
}
ul.inline {
	position: relative;
	display: inline-block;
}
header .top-header.gray {
	background-color: #eeeeee;
	padding-top: 20px;
	padding-bottom: 10px;
}
ul.inline li {float: left;margin-right: 15px;}
ul.inline li img.img-responsive {
	float: left;
	margin-right: 5px;
}
ul.inline {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left:0px;
}

.top-social-media ul.inline, .top-contactinfo ul.inline {
  vertical-align: middle;
}
.top-contactinfo ul.inline {
	margin-top: 13px;
}
.top-contactinfo .header-phone a {
	position: relative;
	float: left;
	display: block;
}
.top-contactinfo .header-phone {
	margin-top: 0px;
	position: relative;
	display: block;
}


label.error {
	color: #ff0000;
	font-size: 12px;
	margin-top: 0;
}
textarea{width: 100% !important;}
.header.white .logo.img-responsive {margin-top: 15px;}
header .top-header .btn.btn-default {
	padding: 15px 30px;
}
header .top-header .btn.btn-default.style1 {
	font-size: 12px;
	padding: 8px 15px;
}
header .header.white {
	padding: 15px;
}
header .extra-link {
	position: relative;
	display: inline-block;
}
header .top-links ul.inline {margin-bottom: 20px;}
header .header-banner{
 background-image: url("../images/banner.png");
 background-repeat: no-repeat;
 background-size: cover;
 background-color: #1b2b4f;
 padding:30px 0;
 color:#fff;
}
header .header-banner .banner-content {padding: 40px 0 70px 0;}
header .header-banner .banner-text-m {font-size: 30px;font-weight: 500;line-height:30px;}
header .header-banner .banner-text-l {font-size: 74px;font-weight: bold;line-height:80px;}
header .header-banner .banner-text-sl {font-size: 50px;font-weight: bold;line-height:80px;}
header .header-banner .banner-text-s {font-size: 18px;}
header .header-banner .banner-button {margin-top: 60px;}
header .header-banner .banner-button .style2{margin-right: 20px;}
.cust-mega-menu .navbar.navbar-default {margin: 50px 0 100px 0;border-radius:0;}
.cust-mega-menu .navbar-default {background-color: rgba(27,32,84,0.6);border: 0;}
.cust-mega-menu .navbar-default .navbar-brand {color: #fff;}
.cust-mega-menu .navbar-default .navbar-nav > li > a {color: #fff;}
.cust-mega-menu .navbar-nav > li {float: left;width: auto;}
.cust-mega-menu .nav.navbar-nav > li > a:hover { color: #3740b0; }
.cust-mega-menu .navbar-default .navbar-nav > .open > a,.cust-mega-menu  .navbar-default .navbar-nav > .open > a:hover,.cust-mega-menu  .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #3740b0;
}
.cust-mega-menu .dropdown-menu {background-color: rgba(27,32,84,0.9);border-top: 1px solid #fff;border-radius: 0px;-webkit-box-shadow: 0 6px 12px rgba(27,32,84,0.9);box-shadow: 0 6px 12px rgba(27,32,84,0.9);}
.cust-mega-menu ul.dropdown-menu .menu-content h4 {color: #fff;margin-bottom:15px;}
.cust-mega-menu ul.dropdown-menu .menu-image img.img-responsive.center {width: 100%;}
.cust-mega-menu div.menu-sub-links ul{margin-bottom: 10px;padding-bottom: 0;padding-left:0px;position: relative;display: inline-block;}
.cust-mega-menu div.menu-sub-links ul li {list-style: none;float: left;margin-right: 20px;}
.cust-mega-menu div.menu-sub-links ul li a{color:#fff;background:none !important;font-weight:bold;}
.cust-mega-menu div.menu-sub-links ul li a:hover{color:#fff;border-bottom:3px solid #fff;}
.cust-mega-menu div.menu-sub-links {margin-top: 60px;position: relative;display: inline-block;}
/* Footer */
footer{
 background-image: url("../images/footer_background.png");
 background-repeat: no-repeat;
 background-size: cover;
 background-color: #1b2b4f;
 padding:30px 0;
 color:#fff;
}
footer .footer-title{
	font-size:18px;
	font-weight:bold;
	margin-bottom: 15px;
}
ul.foolter-link{
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left:0px;
}
ul.foolter-link li {
	list-style: none;
}
ul.foolter-link li a{
	color:#fff;
	font-size:12px;
}
footer .footer-content p{
	color:#fff;
	font-size:12px;
}
footer .footer-content a img{
	float: left;
	margin-right:15px;
}
footer .footer-content a span {
	float: left;
	color: #fff;
	font-size:12px;
}
footer .footer-content .footer-icon {
	width: 100%;
	position: relative;
	display: inline-block;
}
.footer-copyright p.center.copyright {
	margin-top: 30px;
	font-size: 10px;
}
footer ul.footer-social-media{
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left:0px;
}
footer ul.footer-social-media li{
	list-style: none;
}
footer ul.footer-social-media li img.social-link{
	float:left;
	margin-right:15px;
}
.center{
	text-align: center;
}
/* Home Page */
.home-section1 .services ul.main-services{
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left:0px;
}
.home-section1 .services ul.main-services li{
	list-style: none;
}
.home-section1 .services {position: relative;display: inline-block;padding: 40px 0;width:100%}
.home-section1 .services ul.main-services li {position: relative;display: inline-block;width: 19%;}
.home-section1 .services ul.main-services li img, .home-section1 .services ul.main-services li strong {margin-right: 10px;vertical-align: middle !important;display: inline-block;}

.home-section2{background-image: url("../images/search_background.png");
 background-repeat: no-repeat;
 background-size: cover;
 background-color: #1b2b4f;
 padding:30px 0;
 color:#fff;}
 .cust-title.gray > img{
	position: relative;
	display: inline-block;
	padding: 20px 10px 0px 40px;
}
.cust-title.gray > span {
	position: relative;
	display: inline-block;
	padding: 20px 20px;
}
.cust-title.gray > span.number {
	font-size: 70px;
	vertical-align: middle;
	font-weight: bold;
	color:#6d6e71;
	line-height:75px;
}
.cust-title.gray > span.text {vertical-align: bottom;color:#000;}
.home-section3 .cust-title.gray {margin-bottom: 50px;}
.home-section3 .icon-box .icon-box-img > img.img-responsive {display: inline-block;}
.home-section3 .icon-box .number {font-size: 60px;font-weight: bold;}
.home-section3 .icon-box .lblue{color:#3740b0;}
.home-section3 .icon-box .dblue{color:#1c2c4f;}
.home-section3 .left-border{border-left:1px solid #000;}
.home-section3 .right-border{border-right:1px solid #000;}
.home-section3 .icon-box.center {margin-bottom: 40px;}
.home-section4 .feature-box-img > img {width: 100%;}
.home-section4 .feature-box {background-color: #fff;}
.home-section4 .feature-box-content {padding: 70px;}
.home-section4 .feature-box .feature-box-content h3.lblue {font-size: 32px;line-height: 32px;margin-bottom: 20px;color:#3740b0;text-transform:unset;}
.home-section4 .feature-box .feature-box-content p{margin-bottom:20px;}
.pagetitle {text-transform: unset;color: #3740b0;margin-bottom: 20px;}
.custtitle {font-size: 140px;width: 100%;	font-weight: bold;opacity: 0.1;}
.maintitle {margin-top: -90px;}
/* Slider */
.owl-carousel{ margin-top:30px;}
.owl-nav button {position: absolute;top: 50%;background-color: #000;color: #fff;margin: 0;transition: all 0.3s ease-in-out;}
.owl-nav button.owl-prev { left: 0;}
.owl-nav button.owl-next { right: 0;}
.owl-dots { text-align: center;  padding-top: 15px;}
.owl-dots button.owl-dot {width: 40px;height: 8px;border-radius: 0px;display: inline-block;background: #fff;margin: 0 3px;border: 1px solid;}
.owl-dots button.owl-dot.active {  background-color: #3740b0;}
.owl-dots button.owl-dot:focus {  outline: none;}
.owl-nav button {    position: absolute;    top: 50%;    transform: translateY(-50%);    background: rgba(255, 255, 255, 0.38) !important;}
.owl-nav button:focus {    outline: none;}
.owl-carousel .item{text-align: center;}
.margin50{margin-top:50px;}
.boxs {background: #fff;border-radius: 10px;padding: 20px 10px;-webkit-box-shadow: 0px 1px 47px 0px rgba(32,75,130,1);-moz-box-shadow: 0px 1px 47px 0px rgba(32,75,130,1);box-shadow: 0px 1px 47px 0px rgba(32,75,130,1);}
.padding50.boxs {min-height: 580px !important;}
ul.cpdf li.bottom-border {list-style: none;}
ul.cpdf li.bottom-border p {margin: 0px;font-size: 18px;color: #000;font-weight: bold;margin-bottom: 5px;text-align: left;}
ul.cpdf li.bottom-border .w70 {border-bottom: 1px solid #cfcfcf;}
ul.cpdf li.bottom-border:last-child div.w70 {border-bottom: none;}
ul.cpdf li.bottom-border {list-style: none;display: inline-block;	position: relative;	width: 100%;color:#afafaf;font-size: 12px;margin-bottom: 20px;}
ul.cpdf li.bottom-border .w70 {width: 70%;position: relative;float: left;}
ul.cpdf li.bottom-border .w30 {width: 30%;position: relative;float: left;text-align: center;}
.width-full {width: 100% !important;display: block;margin-bottom: 5px;text-align: center;}
/* About Page */
.paddingb50{padding-bottom: 50px;}
.page-title .custtitle {font-size: 240px;width: 100%;	font-weight: bold;opacity: 0.1;line-height:1;}
.page-title .maintitle {margin-top: -120px;}
.sidebar .getin-touch{margin-top: 20px;}
.sidebar .box,.sidebar .getin-touch {padding: 20px;border-radius: 10px;-webkit-box-shadow: 0px 1px 47px 0px rgba(32,75,130,1);-moz-box-shadow: 0px 1px 47px 0px rgba(32,75,130,1);box-shadow: 0px 1px 47px 0px rgba(32,75,130,1);}
.sidebar .box h4,.sidebar .getin-touch h4{margin-bottom: 20px;}
ul.sidebar-menu{padding: 0px;}
ul.sidebar-menu li {list-style: none;margin-bottom: 10px;font-size: 17px;font-weight: 600;}
ul.sidebar-menu li.active,ul.sidebar-menu li.active a {color:#3740b0;}
.form-control {margin-bottom: 10px;border: 1px solid #000;color: #000;border-radius:24px;}
.form-control::placeholder {color: #000;}
.expertise-block{ margin-bottom: 35px;}
.expertise-block h4{margin-top: 15px;}
.co3b44b2{color: #3b44b2;}
.expertise-block ul.style1{margin-top: 15px;}
.expertise-block ul.style2{margin-top: 15px;}
.expertise-block ul.style1 li{list-style-image: url('../images/ls.png');margin-top: 15px;}
.expertise-block ul.style2 li{list-style-image: url('../images/lsw.png');margin-top: 15px;}
.team-box {margin-bottom: 15px;padding: 20px;border-radius: 10px;-webkit-box-shadow: 0px 1px 47px 0px rgba(32,75,130,1);-moz-box-shadow: 0px 1px 47px 0px rgba(32,75,130,1);box-shadow: 0px 1px 47px 0px rgba(32,75,130,1);}
.team-box img {display: inline-block;	text-align: center;	width: 100%;}
.black{color: #000;}
.margint10{margin-top: 10px;}
.margint20{margin-top: 20px;}
.margint30{margin-top: 30px;}
.margint40{margin-top: 40px;}
.margint50{margin-top: 50px;}
.marginb10{margin-bottom: 10px;}
.marginb20{margin-bottom: 20px;}
.marginb30{margin-bottom: 30px;}
.marginb40{margin-bottom: 40px;}
.marginb50{margin-bottom: 50px;}

/* Tab Section */
#accordion .panel {-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);}
#accordion .panel-default .panel-title a {display: block;}
#accordion .panel-default .panel-title a:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-size: 1rem;
	content: "\f068";
	color: #3b44b2;
	float: left;
	margin-top: -10px;
	margin-right: 20px;
	border: 1px solid;
	padding: 10px 20px;
  background-color: #fff;
}
#accordion .panel-default .panel-title a.collapsed:before {   content: "\f067";background-color: #3b44b2;color: #fff;}
#accordion .panel {border: none;}
#accordion .panel-default > .panel-heading {color: #333333;background-color: #fff;border-color: #fff;}
#accordion .panel-default > .panel-heading + .panel-collapse .panel-body {border-top-color: #fff;}
#accordion .panel-group .panel-heading + .panel-collapse .panel-body {border-top: 1px solid #fff;}
#accordion .panel-group .panel + .panel {margin-top: 0;}
#accordion .panel-body ul{padding-left: 100px; }
.project-img{display: inline-block;width: 100%;}
.latestimages img.project-img {max-height: 300px;	min-height: 300px;}
.marb20{margin-bottom: 20px;}
.marb30{margin-bottom: 30px;}
.marb40{margin-bottom: 40px;}
.mart20{margin-top: 20px;}
.mart30{margin-top: 30px;}
.mart40{margin-top: 40px;}
.tfci-table-style1.table > tbody > tr > td{border-top: 1px solid #000;}
.tfci-table-style1 th{background-color: #3b44b2;color:#fff;}
.tfci-table-style1 > tbody > tr > td.border-none{border-bottom: none;border-top: none;}
.career-block1 .dark-blue.text-center {background: #152549;color:#fff;padding: 100px;text-align: center;position: relative;display: inline-block;width: 100%;}
.career-block1 .dark-gray.text-center {background: #97989b;color:#fff;padding: 100px;text-align: center;position: relative;display: inline-block;width: 100%;}
.career-block1 .light-blue.text-center {background: #3740b0;color:#fff;padding: 100px;text-align: center;position: relative;display: inline-block;width: 100%;}
.career-block1 .col-lg-4.col-md-4.col-sm-4.col-xs-12 {padding: 0;}
.career-block1 .text-center .img-responsive.icon {text-align: center;display: inline-block;margin-right: 10px;}
p.nomargin{margin:0px;}
.career-block2 .layout1 {padding: 20px 0;background-color: #f5f5f5;}
.career-block2 .layout2 {padding: 20px 0;background-color: #eae9e9;}
.career-block2 .btn.btn-default.style3.pull-right {margin-top: 20px;}
.career-block3.backgroundimg{background-image: url("../images/team/background.png");background-repeat: no-repeat;background-size: cover;padding:50px 0;color:#fff;}
.career-block3 .wh{color:#fff;}
.career-block4.inner-content.gray{padding: 80px 0;}
.career-block4.inner-content h4{margin-bottom: 20px;}
.career-block4 .getin-touch {
	background: #fff;
	padding: 20px;
  border-radius: 10px;
	-webkit-box-shadow: 0px 1px 47px 0px rgba(238,238,238,1);
	-moz-box-shadow: 0px 1px 47px 0px rgba(238,238,238,1);
	box-shadow: 0px 1px 47px 0px rgba(238,238,238,1);
}
ul.social-media{
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left:0px;
}
ul.social-media li {
	list-style: none;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
}
ul.social-media li img.social-link{
	float:left;
	margin-right:15px;
}
.contact-block1 .right-border {border-right: 1px solid #000;margin-left: 20px;}
.contact-block1 .icon-box p {margin: 0px;}
.contact-block1 .img-responsive.icon {display: inline;margin-right: 10px;}

/*investors*/
.investors-tabs ul.nav.nav-tabs li.active a {background-color: #3b44b2;color:#fff;}
.investors-tabs .nav-tabs > li.active > a,.investors-tabs  .nav-tabs > li.active > a:hover,.investors-tabs .nav-tabs > li.active > a:focus {border: 1px solid #000;border-radius: 0px;margin-right: -1px;}
.investors-tabs .nav-tabs > li > a,.investors-tabs  .nav-tabs > li > a:hover,.investors-tabs .nav-tabs > li > a {font-size: 18px;border: 1px solid #000;border-radius: 0px;margin-right: -1px;}
.investors-tabs .nav-tabs > li > a.bordernone,.investors-tabs  .nav-tabs > li > a.bordernone:hover,.investors-tabs .nav-tabs > li > a.bordernone {border: none;border-radius: 0px;margin-right: 1px;}
.investors-tabs ul.nav-tabs {border-bottom: none;}
ul.inv-pdf li {position: relative;display: inline-block;margin-right: 25px;margin-top: 15px;}
.marginl20{margin-left: 20px;}
.inv-panel .panel {background-color: transparent;border: none;}
.inv-panel #accordion .panel-default > .panel-heading {background-color: transparent;border-color: transparent;}
.inv-panel #accordion .panel-default > .panel-heading + .panel-collapse .panel-body {border-top-color: transparent;	border: none;}
.inv-panel #accordion .panel-default .panel-title a::before {background-color: transparent;}
.inv-panel #accordion .panel-default .panel-title a.collapsed::before {background-color: #3b44b2;}
.marginnone p{margin-bottom: 0px;}
.credit .box{padding: 20px;border-radius: 10px;-webkit-box-shadow: 0px 1px 47px 0px rgba(32,75,130,1);-moz-box-shadow: 0px 1px 47px 0px rgba(32,75,130,1);box-shadow: 0px 1px 47px 0px rgba(32,75,130,1);background-color: #fff;}

.blog-listing .blog-block , .event-listing .event-block{ margin-bottom: 20px;margin-bottom: 20px;}
.blog-listing .blog-block h5, .event-listing .event-block h5{margin-top: 20px;margin-bottom: 20px;}
.paginate {text-align: center;}
.paginate .pagination > .active > a,
.paginate .pagination > .active > span,
.paginate .pagination > .active > a:hover,
.paginate .pagination > .active > span:hover,
.paginate .pagination > .active > a:focus,
.paginate .pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #3740b0;
	border-color: #3740b0;
	cursor: default;
}
.paginate .pagination > li > a:hover,
.paginate .pagination > li > span:hover,
.paginate .pagination > li > a:focus,
.paginate .pagination > li > span:focus {
	color: #3740b0;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.paginate .pagination > li > a,
.paginate .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #3740b0;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.blog-block {min-height: 400px;}
.dropdown.mega-dropdown:hover > ul {	display: block;}

ul.events-list{
	padding: 20px;
  border-radius: 10px;
	-webkit-box-shadow: 0px 1px 47px 0px rgba(32,75,130,1);
	-moz-box-shadow: 0px 1px 47px 0px rgba(32,75,130,1);
	box-shadow: 0px 1px 47px 0px rgba(32,75,130,1);
}
.event-listing h4 {margin-bottom: 15px;}
ul.events-list {list-style: none;position: relative;display: inline-block;width:100%;}
ul.events-list li {margin: 10px 0;border-bottom: 1px solid;padding-bottom: 10px;}
ul.events-list li:last-child {border-bottom: 0px;}
ul.events-list li .file.pull-right {margin-right: 10px;}

#credit-ratings .box {padding: 0px;border-radius: 0;margin-top: 30px;}
.team-box img.img-responsive {margin-bottom: 15px;}
.top-header.gray{	padding: 15px;}

.csr.home-section3 .icon-box .number {font-size: 36px;	font-weight: bold;}

.fullimg { width: 100%;}

#html_element{
transform:scale(0.77);
-webkit-transform:scale(0.77);
transform-origin:0 0;
-webkit-transform-origin:0 0;
margin-bottom: 30px;
}

.home-section3.white .col-lg-4.col-md-4.col-sm-4.col-xs-12.mx-auto {padding: 0;}

.team-box strong.mh {min-height: 40px;display: block;}

/* Home Page Model */
#tfciModal .modal-header, #tfciModal .modal-body {background-color: #3437bf;border:none;}
#tfciModal .modal-header h4, #tfciModal .modal-header button{color:#fff;}
#tfciModal .modal-body p, #tfciModal .modal-body a{color:#fff;}


@media (min-width: 1281px) {
  .header img.logo.img-responsive {width: 420px;}

}
@media (min-width: 1025px) and (max-width: 1280px) {
  .header img.logo.img-responsive {width: 360px;}
/*  .col-lg-3.col-md-4.col-sm-4.col-xs-12.pull-left .sidebar {
    height: auto;
    width: 250px;
    background-color: #fff;
    position: fixed;
    top: 400px;
    border-radius: 10px;
  }
*/
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .owl-item .item .owl-lazy {width: 100%;height: 250px;}
}
@media (min-width: 992px) and (max-width: 1024px){
  .home-section1 .services ul.main-services li {width: 17%;}
  .home-section1 .services ul.main-services {margin-left: 15%;}
}
@media (min-width: 768px) and (max-width: 991px){
  .home-section1 .services ul.main-services {margin-left: 5%;}
  .page-title .custtitle {font-size: 100px;}
  .page-title .maintitle {margin-top: -30px;}
}
@media (min-width: 768px) and (max-width: 1024px){

  /* Menu */
  .navbar-nav .open .dropdown-menu {
	position: absolute;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: rgba(27,32,84,0.9);
	border-top: 1px solid #fff;
	box-shadow: 0 6px 12px rgba(27,32,84,0.9);
}
.cust-mega-menu .nav > li > a {
	position: relative;
	display: inline-block;
	padding: 5px 5px;
	font-size: 13px;
}
.cust-mega-menu .navbar-toggle.collapsed {
	display: none;
}
.cust-mega-menu .collapse {
	display: block;
}
.cust-mega-menu .navbar-toggle {
	display: none;
}
.cust-mega-menu .navbar-collapse {border-top: 0px;}

/* ----------------------- */

 .container {padding-right: 10px;padding-left: 10px;}
 .header.white .top-links ul.inline li a strong {display: none;}
 .home-section2 ul.inline li a.txt-white {font-size: 11px;}
 .home-section3 .col-lg-5.col-lg-offset-3.col-md-6.col-md-offset-3.col-sm-6.col-xs-12 {width: 100%;text-align: center;}
 .home-section3 .col-md-offset-3 {margin-left: 0;}
 .custtitle {font-size: 70px;}
 .maintitle {margin-top: -20px;}
 .home-section5.gray h4 {margin-top: 20px;}
 .home-section4 .feature-box-content {padding: 40px 20px;}
 .investors-tabs ul li.gray.marginl20 {background: no-repeat;margin: 0;border: 1px solid;}
 #credit .table-responsive {width: 100%;margin-bottom: 15px;overflow-y: hidden;overflow-x: scroll;-ms-overflow-style: -ms-autohiding-scrollbar;	border: 1px solid #dddddd;	-webkit-overflow-scrolling: touch;}

 .owl-item .item .owl-lazy {width: 100%;height: 250px;}
 .top-header .pull-left .top-contactinfo ul.inline li {	margin-bottom: 10px; }
 .top-social-media ul.inline {width: 100%;margin-bottom: 10px;}
}
@media (min-width: 1301px) and (max-width: 1600px){
.page-title .custtitle {font-size: 200px;}
}
@media (min-width: 1101px) and (max-width: 1300px){
.page-title .custtitle {font-size: 165px;}
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #dddddd;
	-webkit-overflow-scrolling: touch;
}
}
@media (min-width: 992px) and (max-width: 1100px){
.page-title .custtitle {font-size: 140px;}
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #dddddd;
	-webkit-overflow-scrolling: touch;
}
}
@media (min-width: 768px) and (max-width: 991px){
#html_element {	transform: scale(0.60); 	-webkit-transform: scale(0.60); }
.latestimages img.project-img {max-height: 200px;min-height: 200px;}
.latestimages-content p {min-height: 40px;}

.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #dddddd;
	-webkit-overflow-scrolling: touch;
}

}
@media (min-width: 320px) and (max-width: 767px) {
  /* Menu */
  .navbar-nav .open .dropdown-menu {position: absolute;float: none;width: auto;margin-top: 0;background-color: rgba(27,32,84,0.9);border-top: 1px solid #fff;box-shadow: 0 6px 12px rgba(27,32,84,0.9);}
  .top-header .pull-left .top-contactinfo ul.inline li {float: none;margin-right: 15px;width: 100%;margin-bottom: 10px;}
  .container {padding-right: 10px;padding-left: 10px;}
  .top-contactinfo ul.inline {margin-top: 0;font-size: 12px;margin-bottom: 10px;}
  .top-header .pull-left,.top-header .pull-right {text-align: center !important;width:100%;}
  .top-social-media ul.inline, .top-contactinfo ul.inline {vertical-align: unset;width: 100%;text-align: center !important;display: inline-block;position: relative;}
  .top-social-media ul.inline li {text-align: center !important;float: none;position: relative;display: inline-block;	margin-bottom: 10px;}
  .header .pull-left,.header .pull-right {text-align: center !important;width:100%;}
  .header.white .logo.img-responsive {margin-top: 15px;margin-bottom: 15px;}
  .header.white .top-links ul.inline li a strong {display: none;}
  header .header-banner .banner-text-m {font-size: 16px;line-height: 16px;}
  header .header-banner .banner-text-l {font-size: 20px;	line-height: 30px;}
  .home-section1 .services ul.main-services {text-align: center;}
  .home-section1 .services ul.main-services li {width: 100%;margin-bottom: 15px;}
  .home-section3 .left-border {border-left: none;}
  .custtitle {font-size: 50px;}
  .maintitle {margin-top: 0px;}
  .home-section5 h4 {margin-top: 20px;}
  .home-section4 .feature-box-content {padding: 10px;}
  h1 {font-size: 26px;line-height: 30px;}
  .footer-main .footer-title {margin-top: 20px;}
  .page-title .custtitle {font-size: 70px;}
  .page-title .maintitle {margin-top: -20px;}
  .sidebar {margin-bottom: 30px;}
  #accordion .panel-body ul {padding-left: 30px;}
  .investors-tabs ul li.gray.marginl20 {background: no-repeat;margin: 0;border: 1px solid;}

  .owl-item .item .owl-lazy {width: 100%;height: 250px;}

  .contact-block1 .right-border {border-right: none;margin-left: 0;margin-bottom: 20px;}

}


p.text-red {color: #ff0000;}

.flex_bio{display: flex; margin-bottom: 2rem;}
.flex_bio .team-box {    height: 100%;}
