/*
Theme Name: Sai Sathish
Author : Niyati technologies
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	background: #fff;
	font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

.col-centered{margin: 0 auto;text-align: center;float: none;}
/*svg:not(:root) {
	overflow: hidden;
}*/

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
:focus{
	outline: none;
}
input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 14px;
	line-height: 1.42857;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;

}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
p{
	font-size: 15px;color: #494949;line-height: 24px;margin:0 0 20px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid ;
    border-color: transparent;
    border-radius: 3px;
    background: #666;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 15px;
    margin: 0px 3px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: transparent;
    background: #20b14c;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	line-height: 35px;
    color: #000;
    border: none;
    font-size: 15px;
    border-radius: 0px;
    border-bottom: 1px solid #8e8e8e;
    padding: 5px 0px 10px 0px;
    transition: 0.2s ease;
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    margin: 0 0 20px;
    transition: .2s linear;
}

div.wpcf7 .ajax-loader {float: left;}

::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}


/*.name1::-webkit-input-placeholder, .email1::-webkit-input-placeholder ,.phone1::-webkit-input-placeholder,.companyname1::-webkit-input-placeholder ,.message1::-webkit-input-placeholder , .post::-webkit-input-placeholder{ 
  color: #333;
}

.name1::-moz-placeholder , .email1::-moz-placeholder , .phone1::-moz-placeholder , .message1::-moz-placeholder, .companyname1::-moz-placeholder ,.post::-moz-placeholder{  Firefox 19+ 
  color: #333;
}

.name1:-ms-input-placeholder , .email1:-ms-input-placeholder  ,.phone1:-ms-input-placeholder  ,.message1:-ms-input-placeholder,.companyname1:-ms-input-placeholder ,.post:-ms-input-placeholder  {
  color: #333;
}

.name1:-moz-placeholder ,.email1:-moz-placeholder , .phone1:-moz-placeholder ,.message1:-moz-placeholder ,.companyname1:-moz-placeholder ,.post:-moz-placeholder {
  color: #333;
}*/

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}

select {
	line-height: 35px;
    color: #000;
    border: none;
    font-size: 16px;
    border-radius: 0px;
    border-bottom: 2px solid #c7c7c7;
    padding: 5px 0px 10px 15px;
    transition: 0.2s ease;
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    margin: 0 0 20px;
    height: 52px;
    transition: .2s linear;
    -moz-appearance: none;
	-webkit-appearance: none;
	background:url(images/select-arrow.png) no-repeat 98% 20px / 14px
}
select:focus {
	background:url(images/select-arrow-active.png) no-repeat 98% 20px / 14px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-bottom: 1px solid #0064ab !important;
	transition: .2s linear;
	
}

textarea {
	width: 100%;
	height: 80px;
	padding: 5px 0px 5px 0px;
}

/*.name1 input{background:url(images/name.png)no-repeat 15px 15px;}
.name1 input:focus{background:url(images/name-active.png)no-repeat 15px 15px;}
.phone input{background:url(images/phone.png)no-repeat 15px 12px;}
.phone input:focus{background:url(images/phone-active.png)no-repeat 15px 12px;}
.email input{background:url(images/email.png)no-repeat 15px 15px;}
.email input:focus{background:url(images/email-active.png)no-repeat 15px 15px;}
.city input{background:url(images/city.png)no-repeat 15px 12px;}
.city input:focus{background:url(images/city-active.png)no-repeat 15px 12px;}
input.wpcf7-form-control.wpcf7-submit {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    padding: 12px 133px;
    border-radius: 0;
    margin: 25px 0;
    transition: .2s linear;
    text-transform: uppercase;
    letter-spacing: 1px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #22c1f2;
    transition: .2s linear;

}*/

div.wpcf7-response-output {overflow: auto;}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    box-shadow: 0 0 2px -1px #333;
	margin-bottom: 0;
}
.navbar-brand > a {
	color: #563d7c;
	font-weight: bold;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
	color: #563d7c;
	text-decoration: none;
}
div#page-sub-header {
	position: relative;
	padding: 30px 0;
	color: #cdbfe3;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	background-color: #6f5499;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#563d7c),to(#6f5499));
	background-image: -webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: -o-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
	background-repeat: repeat-x;
	margin-bottom: 40px;
	font-size: 20px;
}
div#page-sub-header h1{
	margin-top: 0;
	color: #fff;
	margin-bottom: 10px;
}
div#page-sub-header p{
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.4;
}



@media screen and (min-width: 768px) {
	div#page-sub-header h1{
		font-size: 60px;
		line-height: 1;
	}
	div#page-sub-header {
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: left;
		font-size: 24px;
	}
}
@media screen and (min-width: 992px) {
	div#page-sub-header p{
		max-width: 640px;
	}
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/







/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.navbar-brand {
	height: auto;	 
}
.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

@media (max-width: 767px) {

  
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;top: 90%;border-radius: 0;background: #fff;
  }
  .caret{display: inline-block;}
  #navbar {
    text-align: center;
  }
}  

.dropdown-menu {position: absolute;top: 100%;left: 0;min-width: 250px;padding:  0;margin: 2px 0 0;-webkit-animation-name: slideIn;animation-name: slideIn; animation-duration: 0.8s;-webkit-animation-duration: 0.8s;animation-fill-mode: both;-webkit-animation-fill-mode: both;}
.page-template-page-service .dropdown-menu {position: absolute;top: 90% !important;left: 0;min-width: 250px;padding:  0;margin: 2px 0 0;}
.dropdown-menu>li>a { padding: 10px 20px;color: #000;position: relative;transition: .2s linear;font-size: 11px;font-weight: 700;text-transform: uppercase;letter-spacing: 0px; }
.dropdown-menu>li>a:focus, .dropdown-menu>li >a:hover {color: #4dc6e1 !important;text-decoration: none;background-color: transparent;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {color: #4dc6e1;text-decoration: none;background-color: transparent;outline: 0;}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (min-width: 769px) {
	.dropdown-menu li > .dropdown-menu {
		right: -158px;
		top: 22px;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom: 0em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
	display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 0 2px 1px #ccc;
	padding: 2rem;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}




/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer#colophon {
	background: #262626 none repeat scroll 0 0;
	margin: 0px 0 0;
	padding: 20px 0;
	text-align: center;
}
.copyright {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}



@media screen and (max-width: 767px) {
	#masthead .navbar-nav > li > a {
		padding-bottom: 15px;
		padding-top: 15px;
	}
}
/*************custom styles**************/


/* Custom Styles */

@font-face {
    font-family: 'proximanovalight';
    src: url('fonts/proximanovalight.eot?#iefix') format('embedded-opentype'), url('fonts/proximanovalight.woff') format('woff'), url('fonts/proximanovalight.ttf') format('truetype'), url('fonts/proximanovalight.otf') format('opentype'), url('fonts/proximanovalight#proximanovalight') format('svg');
}
@font-face {
    font-family: 'proximanovaregular';
    src: url('fonts/proximanovaregular.eot?#iefix') format('embedded-opentype'), url('fonts/proximanovaregular.woff') format('woff'), url('fonts/proximanovaregular.ttf') format('truetype'), url('fonts/proximanovaregular.otf') format('opentype'), url('fonts/proximanovaregular#proximanovaregular') format('svg');
}
@font-face {
    font-family: 'proximanovasemibold';
    src: url('fonts/proximanovasemibold.eot?#iefix') format('embedded-opentype'), url('fonts/proximanovasemibold.woff') format('woff'), url('fonts/proximanovasemibold.ttf') format('truetype'), url('fonts/proximanovasemibold.otf') format('opentype'), url('fonts/proximanovasemibold#proximanovasemibold') format('svg');
}
@font-face {
    font-family: 'proximanovabold';
    src: url('fonts/proximanovabold.eot?#iefix') format('embedded-opentype'), url('fonts/proximanovabold.woff') format('woff'), url('fonts/proximanovabold.ttf') format('truetype'), url('fonts/proximanovabold.otf') format('opentype'), url('fonts/proximanovabold#proximanovabold') format('svg');
}
body{font-family: 'Montserrat', sans-serif;/*font-family: 'Raleway', sans-serif;*/}
main { background: #fff;}
a { transition: all 0.3s ease 0s }
.no_padding { padding: 0px }
.no_margin { margin: 0px }
.col-centered{float: none;margin: 0 auto}
img { max-width: 100%; height: auto }
a:focus { outline: none }
#success_msg { position: absolute; width: 75%; left: 0; right: 0; margin: 0px auto;  font-size: 15px; border: 1px solid #d6e9c6; padding: 8px; bottom: 15px }
.nav>li>a:focus, .nav>li>a:hover {text-decoration: none;background-color: transparent;}
/* The side navigation menu */
.sidenav {height: 100%;width: 100%; position: fixed; z-index:9999; top: 0; right: -100%;background-color: #111;overflow-x: hidden; padding-top: 60px; transition: 0.5s;}
.sidenav a {padding: 8px 8px 8px 32px;text-decoration: none;font-size: 25px;color: #818181;display: block;transition: 0.3s;}
.sidenav a:hover {background-color: transparent !important;color: #22c1f2;}
.sidenav .closebtn {position: absolute;top: 0;right: 25px;font-size: 36px;margin-left: 50px;}
.sidenav .nav>li>a {padding: 20px 15px !important;}
.sidenav .nav>li.active>a {color: #22c1f2;}
.sidenav .logo.menu-item{display: none;}
#content {transition: margin-left .5s;}
.sidenav .navbar-nav .open .dropdown-menu {background-color: #333;border-radius: 0;position: relative;margin: 0 0 30px;}
.sidenav .dropdown-menu>li>a {padding: 10px 20px;font-size: 25px;color: #818181;font-weight: 400;display: block;line-height: 30px !important;text-align: left;white-space: unset;text-transform: capitalize;}

/*404*/
body.error404 header.navbar-static-top {background: rgba(0,0,0,.5);width: 100%;position: absolute;transition: 0.2s linear;}
section.error-404.not-found {padding: 250px 0px;text-align: center;margin: 200px 0 0;}

/*full width template*/
section.Fullwidth-sec {padding: 50px 0px;}
section.Fullwidth-sec p{font-size: 15px;line-height: 28px;color: #666;margin-bottom: 15px;}
section.Fullwidth-sec ul li{font-size: 15px;line-height: 28px;color: #666;margin-bottom: 10px;}
section.Fullwidth-sec ul {margin:15px 0;}
/*full width template*/

/* Header Section */

header.navbar-static-top { background: transparent; width: 100%; position: fixed;transition: 0.2s linear;border-bottom: 1px solid rgba(0,0,0,0) }
header .logo a { display: block; width: 100%; height: 100%; text-indent: -300em  }
header .navbar-nav {  font-size: 14px; text-transform: capitalize; float: none; width: 100%; text-align: center;transition: .2s linear;margin: 0; }
header .navbar-nav > li > a { color: #fff;position: relative;transition: .2s linear;font-size: 15px;font-weight: 600;border-bottom:4px solid transparent;line-height: 27px;padding: 10px 0 5px;margin: 0 13px }
header .navbar-nav > li.active > a,header .navbar-nav > li > a:hover { color: #fff; border-bottom:4px solid #019a65;}
.navbar-header{width: 235px;padding: 10px 0px;transition: 0.2s linear;}
.header-menu{width: calc(100% - 235px);float: right;padding: 15px 0 0;transition: 0.2s linear;position: relative;}
nav.collapse.navbar-collapse{float: right;}
header .navbar-toggle { background: transparent; margin-right: 0px}
header .navbar-toggle .icon-bar { background: #fff } 
.navbar-toggle .icon-bar { width: 30px; margin-bottom: 6px }
header.navbar-static-top.fixed {background-color:#fff ;transition: 0.2s linear;padding: 3px 15px;box-shadow: 0 2px 2px 2px rgba(0,0,0,.2)}
header.navbar-static-top.fixed .navbar-nav > li {transition: .2s linear;}
header.navbar-static-top.fixed .navbar-nav > li > a {transition: .2s linear;color: #033d6f;}
header.navbar-static-top.fixed .navbar-nav > li {transition: .2s linear;}
.navbar-nav > li {float: none; display: inline-block; vertical-align: top;}
header.navbar-static-top {padding: 15px 0px;}
.caret {display: none;}
.mobile-display {display: none;}
header .navbar-nav > li.header-search  > a{border: 1px solid #019a65;border-radius: 50%;background: #019a65;padding: 8px;line-height: 0px;margin: 6px 0 0 15px;font-size: 15px;color: #fff !important;transition: 0.2s linear;}
header .navbar-nav > li.header-search  > a i{font-weight: 400;}
header .navbar-nav > li.header-search:hover  > a{opacity: .8;color: #fff;transition: 0.2s linear;cursor: pointer;}
header.navbar-static-top.fixed .navbar-header a{width: 200px;height: 50px;transition: 0.2s linear;}
header.navbar-static-top.fixed .header-menu {padding: 13px 0;transition: 0.2s linear;}
a.site-logo  {width: 235px;height: 60px;display: block;}
.page-template-page-target-sector header.navbar-static-top.fixed,.page-template-page-investee header.navbar-static-top.fixed,.page-template-page-key-milestones header.navbar-static-top.fixed,.page-template-page-about-capital header.navbar-static-top.fixed,.page-template-page-about-investments header.navbar-static-top.fixed, .page-template-our-team header.navbar-static-top.fixed, .page-template-board-of-directors header.navbar-static-top.fixed{box-shadow: 0 2px 2px 2px rgba(0,0,0,0)}

.blog header.navbar-static-top,.single header.navbar-static-top,.archive header.navbar-static-top,.search header.navbar-static-top {background-color: #fff;transition: 0.2s linear;padding: 3px 15px;box-shadow: 0 2px 2px 2px rgba(0,0,0,.2);}
.blog header.navbar-static-top .navbar-nav > li > a,.single header.navbar-static-top .navbar-nav > li > a ,.archive header.navbar-static-top .navbar-nav > li > a,.search header.navbar-static-top .navbar-nav > li > a {transition: .2s linear;color: #033d6f;}
.blog main,.single main,.archive main,.search main{margin-top: 111px;}
.blog a.site-logo svg path,.single a.site-logo svg path,.archive a.site-logo svg path,.search a.site-logo svg path{fill:#033d6f !important;}
/* End */

/* Footer Section */
footer{background-color: #033d6f;padding: 30px 15px 30px;position: relative;}
.footer-right{width:25%;float: right;display: block;}
.footer-right ul{list-style: none;margin: 0px auto;padding: 0;overflow: auto;display: table;}
.footer-right ul li {display: inline-block;}
.footer-right ul li a i{float: left;display:block;width: 28px;height: 28px;background: rgba(255,255,255,.6);border-radius: 50px;color:#033d6f;margin: 0 5px;font-size: 17px;transition: .2s linear;text-align: center;line-height:28px;}
.footer-right ul li a:hover i,.footer-right ul li:hover a i{background: #fff;transition: .2s linear;}
.footer-left{width: 25%;float: left;margin: 0px 0 0;}
.footer-middle .menu-footer-container ul{list-style: none;margin: 0 0 10px;padding: 0;overflow: auto;display: table;margin: 0 auto;text-align: center;}
.footer-middle .menu-footer-container ul li {display: inline-block;}
.footer-middle .menu-footer-container ul li a{display: inline-block;color:#fff;font-size: 12px;font-weight: 700;line-height: 25px;transition: .2s linear;text-align: center;padding: 0px 10px;}
.footer-middle .menu-footer-container ul li a span{font-size: 14px;color: #999999;}
.footer-middle .menu-footer-container ul li a:hover{color:#019a65;transition: .2s linear;}
.menu-footer-container{display: block;overflow: auto;}
.footer-left .copyrights{clear: both;display: block;font-weight: 600;color: rgba(255,255,255,.6);font-size: 13px;line-height: 25px;}
.footer-middle{width: 50%;float: left;}

section.footer-top {clear: both;background: #f6f6f6;padding: 40px 0px;}
.Contact-footer h5{font-weight: 700;font-size: 20px;color: #033d6f;text-transform: uppercase;margin: 0 0 20px;}
.Contact-footer a {font-size: 15px;line-height: 27px;font-weight: 700;color: #fff;background: #033d6f;padding: 7px 22px;display: inline-block;transition: .2s linear}
.Contact-footer a:hover {color: #fff;background: #033d6f;transition: .2s linear;opacity: .8}
.footer-details {padding-left: 35px;}
.footer-details h6{font-size: 16px;font-weight: 600;color: #033d6f !important;line-height: 28px;margin: 0 0 10px}
.footer-details a {font-size: 14px;font-weight: 600;color: #494949;line-height: 22px;margin: 0;}
.footer-details p {font-size: 14px;font-weight: 600;color: #494949;line-height: 22px;margin: 0;}
.location-wrapper{background: url(images/location.png) no-repeat 0 5px ;margin-left: 20px;}
.mail-wrapper{background: url(images/mail.png) no-repeat 0 5px ;margin-left: 50px;}
.call-wrapper{background: url(images/phone.png) no-repeat 0 5px ;margin-left: 50px;}

/* End */

/*search*/
.search-main {min-height: 60vh;padding-bottom: 50px;}
h2.entry-title a {font-size: 20px;color: #000 !important;line-height: 28px;margin: 0 0 15px;}
.togglesearch{background:#fff;position:absolute;top:90px;right:0;width:350px;height:60px;line-height:60px;box-shadow:0 0 10px rgba(0,0,0,0.5);border-top:0;display:none}
.togglesearch input{line-height:35px;color:#000;border:none;font-size:16px;border-radius:0;border:1px solid #c7c7c7;padding:5px 10px;transition:.2s ease;background-color:transparent;width:calc(100% - 34px);margin:0;float:left}
.togglesearch input:focus{border:1px solid #22c1f2;transition:.2s linear}
.inputgroup{padding:13px}
.togglesearch input[type="submit"]{float:left;margin:0;padding:4px 10px;border:0;border-radius:0;height:34px;width:34px;transition:.2s linear;background:#333;z-index:80;background:#333 url(images/search.png) no-repeat center / 20px}
.togglesearch input[type="submit"]:hover{background-color:#019a65;color:#fff;transition:.2s linear}
/*search*/

/* Banner Section */
.loading {min-height: 500px; background:#fff url('images/loader.gif') no-repeat center center;}
section.banner_section .bannerfill { width: 100%;height: 800px; position: relative; }
section.banner_section .flex-direction-nav {display: none;}
section.banner_section .parent { position: relative ;height: 100%}
section.banner_section  .content {width: 690px;padding: 0px;z-index: 99;margin: 200px 0 0 25px;}
section.banner_section .content h1 {  font-size: 50px;line-height: 65px; text-transform: uppercase; text-align: left;font-weight: 700;color: #fff; margin: 0px 0 15px;}
section.banner_section .content  p {line-height: 40px;margin: 0 auto;font-size: 23px;color: #fff;font-weight: 400;}
section.banner_section  .flex-control-nav {width: 1170px;position: absolute;bottom: 100px;text-align: left;padding: 0 25px;margin: 0 auto;left: 0;right: 0;}
section.banner_section .flex-control-paging li a {width: 41px;height: 3px;display: block;background: rgba(255,255,255,.5);cursor: pointer;text-indent: -9999px;box-shadow: none;border-radius: 0;border: none;}
section.banner_section .flex-control-paging li a.flex-active {background: #fff;cursor: default;}
/* End */


/*blog section*/
.blog-section{padding: 50px 0px 50px;}
.blog-post{margin-bottom: 25px;min-height: 400px;display: none;}
.blog-image {background: #d8d8d8;width: 100%;height: 250px;}
.blog-content h2{font-size: 19px;color: #333;font-weight: 700;margin: 5px 0px 15px;line-height: 30px;}
.blog-content p{font-size: 11px;color: #666666;font-weight: 400;margin: 15px 0 0;line-height: 23px;}
.archive_template{padding: 50px 0 0}

/*sidebar*/
.sidebar-blog{padding: 0;}
.cat-box{margin: 0px 0 20px;overflow:  auto;}
.cat-box h2{font-weight: 700;font-size: 16px;color: #333;text-transform: uppercase;margin: 0 0 0px;padding: 5px 0 15px 40px;border-bottom:  1px solid #dbdbdb;position: relative;}
.cat-box h2:before{content:'';width: 20px;height: 10px;background-color: #8cc152;position:  absolute;left: 0;top: 8px;}
.cat-box ul{margin: 10px 0px 30px;list-style: none;padding:0;}
.cat-box ul li{padding:5px 0 5px 0 ;font-weight: 400;font-size: 16px;color: #333;}
.browse-box h2{font-weight: 700;font-size: 15px;color: #333;text-transform: uppercase;margin: 0 0 0px;padding: 5px 0 15px 40px;border-bottom:  1px solid #dbdbdb;position: relative;}
.browse-box h2:before{content:'';width: 20px;height: 10px;background-color: #019a65;position:  absolute;left: 0;top: 8px;}
.browse-box ul{margin: 15px 0px 0px;list-style: none;padding:0;}
.browse-box ul li{overflow: auto;clear:both;margin: 0px 0px;border-bottom: none;padding: 6px 0px;}
.browse-box ul li:last-child{border-bottom: unset;}
.browse-box ul li a {display: inline-block;width: 100%;font-size: 14px;color: #333;font-weight: 400;float: left;}
.browse-box ul li a:hover { color: #0f8ec7}
.recent-box{padding: 0px 0 20px;}
.recent-box h2{font-weight: 700;font-size: 16px;color: #333;text-transform: uppercase;margin: 0 0 0px;padding: 0px 0 15px 40px;border-bottom:  1px solid #dbdbdb;position: relative;}
.recent-box h2:before{content:'';width: 20px;height: 10px;background-color: #019a65;position:  absolute;left: 0;top: 5px;}
.recent-box ul{margin: 0px 0px 0px;list-style: none;padding:0;}
.recent-box ul li{overflow: auto;clear:both;margin: 0px 0px;border-bottom: 1px solid #dbdbdb;padding:  25px 0px;}
.recent-box ul li:last-child{border-bottom: unset;}
.recent-image {display: inline-block;float: left;width: 33%;padding-right: 15px;}
.recent-image .wrapper {width: 100%;height:80px;background-color: #898989;padding-right: 15px;}
.recent-content {display: inline-block;width: 67%;font-size: 16px;color: #666;font-weight: 700;float: left;}
.recent-box ul li a:hover .recent-content{color:#0f8ec7}
.browse-box{padding: 0 0 30px}
.subscribe-button {font-size: 16px;font-weight: 600;background: #033d6f;padding: 10px 20px;color: #fff;}
.subscribe-button:hover {opacity: .9;color: #fff;}
/*sidebar*/

/*single wrapper*/
.singlewrapperout{padding: 50px 0px;
overflow: auto;}
.singlewrapper{padding: 50px 0px;overflow: auto;}
.singlewrapper .content-area {background-color:#fff; }
.singlewrapper .col-md-8 {width: 72%;}
.singlewrapper .col-md-4 {width: 28%;}
.single-blog-content{padding: 40px 40px 40px 0;}
p.post-cat{font-size: 12px;color: #333;font-weight: 400;margin: 0px 0 0;line-height: 23px;}
.single-blog-content h1,.single-blog-content h2,.single-blog-content h3,.single-blog-content h4,.single-blog-content h5,.single-blog-content h6,.single-blog-content strong{ font-weight: 700}
.single-blog-content h1{font-weight: 700;font-size: 38px;color: #26406a;line-height: 45px;margin:0 0 10px 0px;}
span.category{list-style:none;position:absolute;top:-1%;left: 32%;}
.postmeta  ul.post-categories{display:inline-block;list-style:none;margin:-3px 0 0 0;padding:0;position:relative;top:5px}
.postmeta ul.post-categories li{float:left;padding:0 10px;line-height:17px;color:#fff}
.postmeta ul.post-categories li:last-child{border-right:0 solid #ddd}
.postmeta ul.post-categories li a{color:#666}
.related_posts{padding:50px 0 0;text-align: center}
.related_posts h1{margin:10px 0 30px;font-weight:700;font-size: 22px;line-height: 26px;}
.related_posts .col-sm-4{width:33%;float:none;margin:0 auto;display: inline-block;vertical-align: top;text-align: left}
.caption{background:#fff;padding:30px 0px;color:#333 !important;margin: 0 0 30px;}
.caption .entry-title{font-size:22px !important;color:#333 !important;margin:10px 0;text-align: left;line-height:28px;font-weight: 700;}
.caption .entry-title:hover{color:#019a65 !important}
.big_font,.bluequote{float: left;width: 230px;border-top: solid 3px #0f8ec7;border-bottom: solid 3px #0f8ec7;padding:25px 0;font-size: 22px !important;line-height: 36px !important;color: #0f8ec7;margin: 20px 50px 0px 0px !important;}
.big_font:before,.bluequote:before,.greybg:before{content:"\201C";}
.big_font:after,.bluequote:after,.greybg:after{content:"\201D";}
.greybg{max-width:760px;margin:30px auto;color:#0078C8;background:#f2f5f7;border-left:none!important;padding:40px 50px;font-size:22px;line-height:40px;font-weight:400}
.bluecontent{margin:0 0 30px!important;color:#084f70;letter-spacing:-.5px;font-size:26px;line-height:38px;background:url(images/blog-blockquote.jpg) no-repeat;padding-left:110px}
.m_lft{margin:0 0 10px!important}
.share{display:block;float:right;text-align:right;padding-right:25px;font-size:15px;color:#333;position:relative;width:auto;border-radius:80px;height:27px;cursor:pointer}
.share a{line-height:20px;width:20px;text-align:center;display:inline-block;color:#666;overflow:hidden;opacity:1;transition:all .3s ease-in-out;margin:0}
.share a:hover{color:#019a65}
#author{padding:50px 0}
#author h3{font-size: 28px;font-weight: 700;}
.author-cont h1{font-size: 25px;font-weight: 500;text-transform:capitalize}
ul.postmeta {padding: 10px 0px 0px;overflow: hidden;clear: both;display: block;}
ul.postmeta li {float: left;display: inline-block;border-right: 1px solid #ccc;padding: 0px 10px;line-height: 20px;font-size: 12px;color: #666;font-weight: 400;}
ul.postmeta li:first-child {padding: 0px 10px 0 0px;}
ul.postmeta li:last-child {border-right: none;}
ul.postmeta li a{color:#666;text-transform:capitalize}
ul.postmeta li a:hover{color: #019a65;}
hr.grey {display: block;clear: both;margin: 10px 0px;overflow: auto;}
.content-blog{padding: 10px 0px;}
.content-blog h1{font-size: 28px;font-weight: 700;line-height: 38px;}
.content-blog h2{font-size: 20px;font-weight: 700;line-height: 25px;}
.content-blog p{font-size: 16px;font-weight: 400;line-height: 32px;}
.content-blog li{font-size: 16px;font-weight: 400;line-height: 32px;}
.cat-wrapper .blog-post{display: block;}
.recent-image iframe{width: 100%;height: 100px !important}
/*blog ends*/

/*about section*/
section.about {padding: 90px 0 60px; }
.about-content {padding-right: 15px}
.about-content h2{font-size: 30px;line-height: 43px;font-weight: 700;color: #019a65;margin: 0 0 30px}
.about-content p{font-size: 16px;line-height: 24px;font-weight: 400;color: #494949;margin: 0 0 30px}
.about-content p:last-child{margin: 0 0 0px}
.about-content a {font-size: 15px;line-height: 27px;font-weight: 700;color: #fff;background: #033d6f;padding: 9px 22px;display: inline-block;transition: .2s linear}
.about-content a:hover {color: #fff;background: #033d6f;transition: .2s linear;opacity: .8}
.about-image img{float: right;}
/*about section*/

/*expertise*/
section.expertise {padding: 40px 0 80px;background: #e5eff6;}
section.expertise .section-title{font-family: 'Raleway', sans-serif;font-size: 30px;line-height: 43px;font-weight: 600;color: #019a65;margin: 0 0 30px}
.expertise-wrapper ul{list-style: none;margin: 0;padding: 0;display: flex;}
.expertise-wrapper ul li{width: 25%;background: #fff;box-shadow: 0 3px 8px 3px rgba(0,0,0,.14);margin-right: 10px;padding: 35px 25px;transition: .3s linear}
.expertise-wrapper ul li:last-child{margin-right: 0px;}
.expertise-wrapper ul li h4{font-size: 16px;line-height: 24px;font-weight: 700;color: #019a65;margin: 0 0 20px}
.expertise-wrapper ul li p{font-size: 14px;line-height: 23px;font-weight: 400;color: #494949;margin: 0 0 30px}
.expertise-wrapper ul li a{font-size: 14px;line-height: 23px;font-weight: 700;color: #033d6f;margin: 0 0 0px}
.expertise-wrapper ul li a svg path{fill: #033d6f;}
.expertise-wrapper ul li a svg {margin: 0 15px 0px;display: inline-block;width: 15px;height: 10px;}
.expertise-wrapper ul li:hover{transform: scaleY(1.05);transition: .3s linear;background: #033d6f;}
.expertise-wrapper ul li:hover h4,.expertise-wrapper ul li:hover p,.expertise-wrapper ul li:hover a{color: #fff;}
.expertise-wrapper ul li:hover a svg path{fill: #fff;}
/*expertise*/

/*news & media*/
section.news {padding: 70px 0;background: #f6f6f6;}
section.news .section-title{font-size: 24px;line-height: 27px;font-weight: 700;color: #019a65;margin: 0 0 30px;text-align: center;text-transform: uppercase;}
.news-wrapper ul{list-style: none;margin: 0;padding: 0;display: flex;}
.news-wrapper ul li{width: 33.3%;background: #f5f5f5;transition: .3s linear;position: relative;height: 480px;}
.news-wrapper ul li:before{content: '';display: block;position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0);background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 51%, rgba(0,0,0,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(51%, rgba(0,0,0,0.6)), color-stop(100%, rgba(0,0,0,1)));background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 51%, rgba(0,0,0,1) 100%);background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 51%, rgba(0,0,0,1) 100%);background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 51%, rgba(0,0,0,1) 100%);background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 51%, rgba(0,0,0,1) 100%);}
.news-box-content {width: 100%;position: absolute;bottom: 0;padding: 0 40px}
.news-box-content .cat-type{font-size: 15px;line-height: 23px;font-weight: 700;color: #fff;background: rgba(255,255,255,.5);display: inline-block;padding: 2px 11px;margin: 0 0 25px;text-transform: uppercase;}
.news-title {font-size: 20px;line-height: 34px;color: #fff;font-weight: 600;min-height: 136px;margin: 0 0 30px;}
.news-box-content a.news-btn {display: block;text-align: right;font-size: 15px;color: #019a65;margin: 0 0 40px}
.news-box-content a.news-btn span{opacity: 0;transition: .2s linear}
.news-box-content svg {margin-left: 10px}
.news-box-content svg path {fill: #019a65;}
.news-wrapper ul li:hover .news-box-content a.news-btn span{opacity: 1;transition: .2s linear}
/*news & media*/

/*awards*/
/* section.awards {background: url(images/awards-bg.png) no-repeat -60px 0 / 70% , #fff;} */
section.awards {background: url('/wp-content/uploads/2025/05/awards-bg.png') no-repeat -60px 0 / 70% , #fff;}

section.awards > .container > .row{display: flex;}
.white-bg{background: #fff;}
.award-slider {padding: 70px 60px 30px 15px;}
.video-section {padding: 70px 15px 10px 60px;}
.award-slider .section-title,.video-section  .section-title{font-size: 24px;line-height: 27px;font-weight: 700;color: #019a65;margin: 0 0 30px;text-align: left;text-transform: uppercase;}
.flexslider.awardslider {background: transparent;}
.award-content h5{font-size: 19px;line-height: 30px;font-weight: 600;color: #fff;margin: 0 0 30px}
.award-content iframe{height: 250px;width: 100%;}
.flexslider.awardslider .flex-control-nav {width: 100%;position: relative;bottom: 0;text-align: right;margin: 20px 0 0;}
.flexslider.awardslider .flex-control-paging li a {width: 41px;height: 3px;font-size: 0;display: block;background: rgba(255,255,255,.5);cursor: pointer;text-indent: -9999px;box-shadow: none;border-radius: 0;border: none;}
.flexslider.awardslider .flex-control-paging li a.flex-active {background: #fff;cursor: default;}
.flexslider.awardslider .slides > li{margin-right: 5px}
.video-row {display: flex;margin-bottom: 30px}
.video-box {width: 260px;}
.video-box iframe{width: 100%;height: 161px;}
.video-content {width: calc(100% - 290px);margin-left: 30px;}
.video-content h5{font-size: 18px;line-height: 24px;font-weight: 700;color: #033d6f;margin: 0 0 10px}
.video-content p{font-size: 14px;line-height: 25px;font-weight: 600;color: #494949;margin: 0 0 0px}
.video-box-wrapper a.news-btn {display: block;text-align: center;margin: 0 auto;width: 200px;font-size: 15px;color: #019a65;font-weight: 700}
.video-box-wrapper svg {width: 25px;height: 11px;}
.video-box-wrapper svg path {fill: #019a65;}
/*awards*/

/*blog*/
.blog-section{padding: 80px 0 50px;}
.blog-section .section-title{font-size: 24px;line-height: 27px;font-weight: 700;color: #019a65;margin: 0 0 30px;text-align: center;text-transform: uppercase;}
.blog-post-wrapper .blogbox {  }
.blog-post-wrapper .blogbox .box-image{overflow: hidden;position: relative;}
/* .homeblog .blogbox .box-image:after{content: '';position: absolute;left: 0;right: 0;top: 0;height: 100%;display: block;background-color: rgba(0,0,0,.2);} */
.blog-post-wrapper .blogbox .box-image img{transition: 0.3s linear;}
.box-title {font-size: 18px;color: #033d6f;line-height: 25px;font-weight: 700;transition: 0.3s linear;width:100%;margin-bottom: 20px;min-height: 50px }
.box-exceprt {font-size: 15px;color: #494949;line-height: 23px;font-weight: 400;transition: 0.3s linear;min-height: 150px;  }
.blog-post-wrapper .blogbox:hover .box-title {color: #033d6f;transition: 0.3s linear;}
.blog-post-wrapper .blogbox:hover .box-image img{transform: scale(1.05);transition: 0.3s linear;}
.blog-content-wrapper {background: #f6f6f6;padding: 20px 35px;min-height: 230px;transition: .2s linear}
.blog-post-wrapper a.news-btn {display: block;text-align: right;font-size: 15px;color: #019a65;margin: 0 0 0px}
.blog-post-wrapper a.news-btn span{opacity: 0;transition: .2s linear}
.blog-post-wrapper svg {margin-left: 10px;}
.blog-post-wrapper svg path {fill: #019a65;}
.blog-post-wrapper .blogbox:hover a.news-btn span{opacity: 1;transition: .2s linear}
.blog-post-wrapper .blogbox:hover .blog-content-wrapper {background: #fff;box-shadow: 0 2px 5px 2px rgba(0,0,0,.2);transition: .2s linear;cursor: pointer;}
/*blog*/

/*follow*/
section.Follow {padding: 65px 0;}
section.Follow .section-title{font-size: 24px;line-height: 27px;font-weight: 700;color: #019a65;margin: 0 0 60px;text-align: center;text-transform: uppercase;}
/*follow*/

/*about*/
section.innerbanner.about-page {height: 460px;position: relative;}
section.innerbanner.about-page .wrap-banner-content {position: absolute;bottom: 50px;padding: 0 30px}
section.innerbanner.about-page .wrap-banner-content h2{font-size: 50px;color: #fff;font-weight: 700;}
section.about-page-content{padding: 70px 0 50px}
.page-image img{float: right;}
.page-about-content {padding-right: 50px;}
.page-about-content p{font-size: 15px;color: #494949;line-height: 25px;margin:0 0 30px;}
.page-about-content h2{font-size: 21px;color: #033d6f;line-height: 32px;font-weight: 400;margin:0 0 0px;}
.page-about-content h2 strong{font-weight: 700}
section.about-list-content{padding:50px 0;background:#e5eff6 ;}
.page-about-list ul{padding: 0;margin: 0;list-style: none;}
.page-about-list ul li{padding-left: 15px;font-size: 15px;color: #494949;line-height: 24px;font-weight: 700;position: relative;margin-bottom: 40px}
.page-about-list ul li strong{font-weight: 400;}
.page-about-list ul li:before{display: block;content: '';width: 4px;height: 4px;background: #019a65;position: absolute;left: 0;top: 10px;}
.about-overview-section:before{display: block;content: '';position: relative;padding:30px;background: #fff}
.about-overview-section:after{display: block;content: '';position: relative;padding:30px;background: #fff}
.about-overview-section > .container > .row{display: flex;}
.about-overview-section{background: rgb(255,255,255);background: linear-gradient(90deg, rgba(255,255,255,1) 25%, rgba(3,61,111,1) 25%);}
.about-overview {padding: 60px 50px 60px 0;}
.about-overview p{font-size: 15px;color: #494949;line-height: 25px;margin:0 0 30px;}
.about-overview p:last-child{margin:0 0 0px;}
.about-overview-blue {padding: 60px 30px 60px 60px}
.about-overview-blue p{font-size: 15px;color: #fff;line-height: 25px;margin:0 0 30px;}
.about-overview-blue p:last-child{margin:0 0 0px;}
.about-overview-blue p strong{font-size: 21px;color: #fff;line-height: 31px;font-weight: 600;margin:0 0 0px;}
/*about*/

/*expertise*/
section.expertise-content{padding:90px 0 0;}
.expertise-box{min-height: 250px;margin-bottom: 50px;}
.expertise-box .box-wrapper{border-bottom: 1px solid #a4a4a4}
.expertise-box:nth-child(4) .box-wrapper,.expertise-box:last-child .box-wrapper{border-bottom: 0;}
.expertise-box-content{min-height: 200px}
.expertise-box h4{font-size: 21px;color: #02905e;line-height: 25px;margin:0 0 20px;}
.expertise-box p{font-family: 'Raleway', sans-serif;font-weight: 400;font-size: 15px;color: #494949;line-height: 24px;margin:0 0 20px;}
.expertise-box a.news-btn {font-family: 'Raleway', sans-serif;font-weight: 600;display: block;text-align: left;font-size: 15px;color: #033d6f;margin: 0 0 50px}
.expertise-box svg {margin-left: 10px;transition: .2s linear}
.expertise-box svg path {fill: #033d6f;}
.expertise-box:hover svg {margin-left: 15px;transition: .2s linear}

.expertise-overview-section{padding: 50px 0;background: rgb(255,255,255);background: linear-gradient(90deg, rgba(255,255,255,1) 25%, rgba(3,61,111,1) 25%);}
.blankspace{display: block;content: '';position: relative;padding:50px;background: #fff;clear: both;}
.expertise-image p {margin-bottom: 0}
.expertise-image a{font-family: 'Raleway', sans-serif;font-weight: 400;text-decoration: underline;display: inline-block;float: right;font-size: 15px;color: #fff;margin: 0 60px 0px 0px;background: url(images/link.png) no-repeat 0 0;padding-left: 30px}
.expertise-blue {padding: 15px 125px 0 25px;}
.expertise-blue p{font-family: 'Raleway', sans-serif;font-weight: 400;font-size: 15px;color: #fff;line-height: 24px;margin:0 0 25px;}
.expertise-blue p strong{font-family: 'Raleway', sans-serif;font-weight: 600;font-size: 24px;color: #fff;line-height: 34px;margin:0 0 10px;display: block;}
/*expertise*/

/*research*/
.research-overview-section:before{display: block;content: '';position: relative;padding:30px;background: #fff}
.about-overview-section > .container > .row{display: flex;align-items: center;justify-content: center;}
.research-overview-section{background: rgb(255,255,255);background: linear-gradient(90deg, rgba(2,144,94,1) 65%, rgba(255,255,255,1) 65%);}
.research-green p{font-size: 18px;color: #fff;line-height: 28px;margin:0 0 0px;}
.research-green h3{font-size: 22px;color: #fff;margin-bottom: 10px;
    font-weight: 600;}
/*.research-green {display: flex;align-items: center;height: 320px;flex-wrap: wrap;}*/
.research-green {height: 320px;padding-top: 38px;}
.research-image {padding: 20px 0;}
.research-image p{margin: 0;}
section.research-content {padding: 70px 0 ;}
.sec-title{font-size: 24px;color: #019a65;line-height: 34px;margin:0 0 30px;font-weight: 700}
.research-content h6{font-size: 18px;color: #494949;line-height: 28px;margin:0 0 15px;font-weight: 700}
.research-content h3{font-size: 24px;color: #019a65;line-height: 34px;margin:0 0 30px;font-weight: 700}
.research-content p{font-size: 15px;color: #494949;line-height: 24px;margin:0 0 20px;}
.research-content hr{clear: both;margin:30px 0 50px;}
.research-content ul{padding: 0;margin: 0;list-style: none;}
.research-content ul li{padding-left: 15px;font-size: 15px;color: #494949;line-height: 24px;font-weight: 400;position: relative;margin-bottom: 20px}
.research-content ul li strong{font-weight: 400;}
.research-content ul li:before{display: block;content: '';width: 4px;height: 4px;background: #033d6f;position: absolute;left: 0;top: 10px;}
section.research-template-section{padding: 80px 0;clear: both;}
.research-green-box h3{font-size: 24px;color: #019a65;line-height: 34px;margin:0 0 20px;font-weight: 700}
.research-green-box p{font-size: 15px;color: #494949;line-height: 24px;margin:0 0 20px;}
.research-green-box p:last-child{margin:0 0 0px;}
section.research-lightblue-section{background: rgb(255,255,255);background: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(242,247,251,1) 35%);}
section.research-lightblue-section > .container > .row{display: flex;}
.content-research{padding: 50px 50px 50px 0px;}
.ligthblue-content {padding: 50px 50px 100px; }
.ligthblue-content ul{padding: 0;margin: 0;list-style: none;}
.ligthblue-content ul li{padding-left: 15px;font-size: 15px;color: #494949;line-height: 24px;font-weight: 400;position: relative;margin-bottom: 30px}
.ligthblue-content ul li:before{display: block;content: '';width: 4px;height: 4px;background: #019a65;position: absolute;left: 0;top: 10px;}
.research-darkblue-section{margin:-85px 0 100px;background: rgb(255,255,255);background: linear-gradient(90deg, rgba(255,255,255,0) 48%, rgba(3,61,111,1) 48%);}
.darkblue-content{padding: 50px 15px 50px 50px}
.darkblue-content p{font-size: 20px;color: #fff;line-height: 34px;margin:0 0 0px;font-weight: 400}
/*research*/

/*contact*/
section.contact-section{padding:100px 0; }
.contact-wrapper{display: flex;justify-content: center;box-shadow: 0 0 4px 2px rgba(0,0,0,.15);}
.left-block{background: #fff;width: 50%;padding: 70px 60px;}
.right-block{background: #f6f6f6;width: 50%;padding: 100px 60px 50px;}
.left-block h1{font-weight: 700;font-size: 30px;color: #0064ab;margin: 0 0 50px}
.contact-row {display: block;overflow: auto;margin: 0 0 40px}

.contact-row .left-box{ font-size: 15px;color: #494949;line-height: 24px;font-weight: 700;width: 80px;float: left; }
.contact-row .right-box{ width: calc(100% - 130px);float: right;padding-left: 40px;padding-right: 40px;font-size: 15px;color: #494949;line-height: 24px; }
.contact-row .right-box a{ font-size: 15px;color: #494949;line-height: 24px; }
.right-box.address{background: url(images/contact-location.png) no-repeat 0 5px ;}
.right-box.contact{background: url(images/contact-call.png) no-repeat 0 5px ;}
.right-box.assistance{background: url(images/contact-user.png) no-repeat 0 5px ;}
.right-box.email{background: url(images/contact-mail.png) no-repeat 0 5px ;}
.right-block input.wpcf7-submit {font-size: 15px;line-height: 27px;font-weight: 700;color: #fff;background: #0064ab;padding: 7px 44px;display: inline-block;transition: .2s linear;margin: 0;float: left;border-radius: 0;}
.right-block input.wpcf7-submit:hover {color: #fff;background: #0064ab;transition: .2s linear;opacity: .8}
/*contact*/

/* home page initiatives */
.initiatives-bg{margin: 55px 0 25px;}
.initiatives-content .int-span{color: #494949;font-size: 15px;font-weight: 400;text-transform: uppercase;font-family: 'proximanovaregular';}
.initiatives-content h2{color: #494949;font-size: 35px;font-weight: 300;font-family: 'proximanovalight';margin-top: 16px;line-height: 45px;}
.initiatives-content h2 span{color: #019a65;font-weight: 700;font-family: 'proximanovabold';}
.senti-bx .initiatives-img{background:url(images/sentientsummit-bg.png) no-repeat top center/cover;height: 176px;}
.tavi-bx .initiatives-img{background:url(images/tavi-bg.png) no-repeat top center/cover;height: 176px;}
.initiatives-box{box-shadow: 0 8px 14px rgba(0,0,0,.14);;min-height: 410px;max-width: 360px;margin: 0 auto;}
.initiatives-box:hover a svg{margin-left: 15px;}
.initiatives-inner{padding: 0 30px 35px 35px;}
.initiatives-box p{color: #494949;font-size: 15px;font-weight: 400;font-family: 'proximanovaregular';margin:20px 0 25px 0;display: -webkit-box;-webkit-line-clamp: 3;
-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.initiatives-box p strong{font-family: 'proximanovasemibold';}
.int-logo{height: 60px;position: relative;}
.int-logo img{position: absolute;bottom: 0;}
.initiatives-box a{ font-size: 15px;font-weight: 700;color: #033d6f;font-family: 'proximanovabold';}
.initiatives-box a svg{margin-left: 10px;transition: .2s linear;}
.initiatives-content{margin-top: 103px;}
/* home page initiatives */

/* page-drsai */
.page-template-page-drsai header.navbar-static-top{background: #fff;height: 90px;box-shadow: 0 5px 8px #0046780f;}
.page-template-page-drsai header.navbar-static-top .navbar-nav > li > a{transition: .2s linear;color: #033d6f;}
.page-template-page-drsai header.navbar-static-top path{ fill: #033d6f;}
.page-template-page-drsai section.contact-section{padding: 150px 0 120px;background: #e5eff6;}
.page-template-page-drsai .abt-sai{padding: 0;max-width: 570px;margin-bottom: 65px;}
.page-template-page-drsai .abt-sai p{color: #2e2e2e;font-size: 20px;font-family: 'proximanovaregular';line-height: 30px;}
.page-template-page-drsai .abt-sai p a{color: #019a65;text-decoration: underline;text-decoration-color: #9bc8ba;}
.page-template-page-drsai .right-block{width: 100%;float: left;max-width: 500px;border-left: 8px solid #02905e;padding: 45px;box-shadow: 4px 4px 10px #00000024;}
.page-template-page-drsai .contact-wrapper{display: block;}
.page-template-page-drsai .right-block input.wpcf7-submit{margin-top: 6px}
.page-template-page-drsai .contact-nimg{position: relative;max-width: 354px;max-height: 257px;z-index: 0;margin-bottom: 35px;margin-top: 10px;}
.page-template-page-drsai .contact-nimg::after{background:url(images/contact-border.png) no-repeat top center/cover;content: '';position: absolute;width: 100%;height: 100%;top: 10px;left: 10px;z-index: -1;}
.page-template-page-drsai .contact-ndetails{font-size: 20px;color: #033d6f;font-family: 'proximanovasemibold';}
.page-template-page-drsai .contact-ndetails a{color: #033d6f;}
.page-template-page-drsai .contact-ndetails a:hover{transition: .2s linear;text-decoration: underline;}
.page-template-page-drsai .contact-ndetails h4{font-size: 18px;color: #033d6f;font-family: 'proximanovabold';margin-bottom: 25px;}
.page-template-page-drsai .contact-ndetails h4 span{font-size: 13px;font-family: 'Raleway', sans-serif;font-weight: 600;}
.page-template-page-drsai .nc-phone{background: #fff url(images/nc-phone.png) no-repeat 15px 9px/ 16px;max-width: 200px;border-radius: 50px;padding: 3px 6px 3px 45px;margin-bottom: 12px;}
.page-template-page-drsai .nc-mail{background: #fff url(images/nc-mail.png) no-repeat 15px 10px/ 19px;max-width: 280px;border-radius: 50px;padding: 3px 6px 3px 45px;margin-bottom: 12px;}
.page-template-page-drsai section.footer-top{display: none;}
p.right-btext{color: #2e2e2e;font-size: 20px;font-family: 'proximanovaregular';   line-height: 30px;max-width: 570px;}
/* page-drsai */

/* press */
.gallery-box {height: 180px;border: 1px solid #ddd;margin-bottom: 30px;position: relative;}
.gallery-section{padding: 60px 0 50px;}
.gallery-section p{text-align: center;margin: 0;font-size: 15px;font-family: 'proximanovasemibold';position: absolute;bottom: 0;background: #033d6fbf;width: 100%;overflow: hidden;color: #fff;padding: 4px 0;}
.online-coverage{padding-bottom: 50px;}
.online-coverage .table>thead>tr>th{font-size: 16px;color: #494949;}
.online-coverage .table>tbody>tr>td{font-size: 15px;color: #494949;}
.online-coverage .table>tbody>tr>td a{color: #033d6f;transition: .2s linear;}
.online-coverage .table>tbody>tr>td a:hover{text-decoration: underline;transition: .2s linear;}
.ytube-bx p{font-size: 15px;font-family: 'proximanovasemibold';margin: 8px 0;}

.y-slider .flex-control-nav {width: 100%;position: relative;bottom: 0;text-align: center;margin: 20px 0 0;}
.y-slider .flex-control-paging li a {width: 41px;height: 3px;font-size: 0;display: block;background: rgb(235 235 235);;cursor: pointer;text-indent: -9999px;box-shadow: none;border-radius: 0;border: none;}
.y-slider .flex-control-paging li a.flex-active {background: #033d6f;cursor: default;}
.y-slider .slides > li{margin-right: 5px}
/* press */

header .navbar-nav > li.red-heart-menu a{
    background: #e24256;
    padding: 6px 10px 6px 25px;
    color: #fff !important;
    border-radius: 50px 0 0 50px;
    border-bottom:none;
}
header .navbar-nav > li.red-heart-menu > a:hover {
    border-bottom:none;
}


.home_bannermobile { display: none; }


.faqsection { background: #fff; padding:50px 0 !important; display: table; width: 100%; }
.faqsection h2 { font-weight: 700; color: #019A65; font-size: 22px; text-align: center; margin:25px auto; }

.faqsection .panel-group { text-align: left; margin-bottom: 0 !important; }
.faqsection .panel-title>a:before { float:left !important; width: 28px;  height: 28px;  background: url(images/faq-on.png) no-repeat 0 0px; content: '';  position: absolute;  left: 0; }
.faqsection .panel-title>a.collapsed:before {  float: left !important;  content: '';  background: url(images/faq-off.png) no-repeat 0 0px; }
.faqsection .panel-title>a:hover,
.faqsection .panel-title>a:active,
.faqsection .panel-title>a:focus {  text-decoration: none;}
.faqsection .panel-title>a { display: block;  font-size:20px; font-weight:700; color: #019A65; line-height:30px; }
.faqsection .panel-title a.collapsed { font-weight:700;  color: #033D6F;}
.faqsection .panel-group .panel+.panel {  margin-top: 0px; }
.faqsection .panel-group .panel {  border-radius: 0px;  border: none; border-bottom: 0px solid #F8F8F8;
  box-shadow: none;  background: transparent;  padding-bottom:25px;}
.faqsection .panel-default>.panel-heading { color: #333;  background-color:#F8F8F8; border-color: transparent;
  padding: 15px 15px 15px 20px;  position: relative; }
.faqsection .panel-default>.panel-heading+.panel-collapse>.panel-body { background:#F8F8F8; line-height: 25px;  font-weight: 400;  border-top-color: #F8F8F8;  border: none;  font-size: 15px;  padding: 10px 15px 15px 20px; }
.faqsection .panel-default>.panel-heading+.panel-collapse>.panel-body p {  margin: 0 0 10px 0px; }
.faqsection .panel-body a { color: #033D6F; }

.faqsection .panel-body a.viewlink { margin-top: 15px; font-weight: 700; padding:8px 20px 8px 50px; color:#033D6F; border: 1px solid #033D6F; display: inline-block; text-decoration:none; background: url(images/icon-youtube.png) no-repeat 10px 5px; }
.faqsection .panel-body a.viewlink:hover { opacity:0.8; text-decoration:none; }

.viewallfaqs { text-align: center; background:#F8F8F8; padding: 20px 0; }
.viewallfaqs a { font-weight:500; text-align: center; padding:9px 20px 9px 20px; background:#033D6F; color:#fff; display: inline-block; text-decoration:none; }
.viewallfaqs a:hover { opacity:0.8; }

.bandtxt { text-align: none; }
.bandtxt h2 { max-width:774px; font-size:36px!important; }
.bandtxt p { font-size:24px; color:#fff; margin-top:20px; }


/* Custom Media Queries */

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1367px){
	

}

@media screen and (max-width: 1280px){

}
@media screen and (min-width: 1200px){
	
}
@media screen and (max-width: 1199px){
	header .navbar-nav > li > a {font-size: 16px;}
	.nav>li>a {padding: 10px 5px;}
	img.a-left.control-c.prev.slick-prev.slick-arrow {left: 0;z-index: 9999}
	img.a-right.control-c.next.slick-next.slick-arrow {right: 0;z-index: 9999}
	.slick-list {padding: 0 30px;}
	/* page-drsai */
	.page-template-page-drsai .abt-sai{padding: 0 40px 0 0px;}
	/* page-drsai */
	.ytube-bx iframe{max-width: 460px;max-height: 260px;}
	header .navbar-nav > li.red-heart-menu a{padding: 6px 10px 6px 15px;}
	header .navbar-nav > li > a{margin: 0 10px;}
	.research-green{height: 400px}
}

@media screen and (max-width: 1024px){
	.location-wrapper {margin-left: 0px;}
	.mail-wrapper {margin-left: 20px;}
	.call-wrapper {margin-left: 35px;}
	.blog-content-wrapper {min-height: 340px;}
	.video-box {width: 200px;}
	.video-content {width: calc(100% - 220px);}
	.video-content p {font-size: 13px;line-height: 21px;}
	.news-title {font-size: 18px;line-height: 28px;}
	.about-content {padding-right: 40px;}
	.about-content h2 {font-size: 26px;line-height: 36px;margin: 0px 0 20px;}
	.about-content p {font-size: 15px;}
	section.banner_section .content {width: 600px;}
	section.banner_section .content h1 {font-size: 40px;}
	section.banner_section .content p {line-height: 32px;font-size: 20px;}
	section.banner_section .flex-control-nav {width: 100%;}
	.contact-row .right-box {padding-right: 0;}
}

@media screen and (max-width: 991px){
.navbar-collapse.collapse {display: none !important;}
header.navbar-static-top {padding: 3px 15px;}
.navbar-header {width: 200px;height: 68px;}
.navbar-static-top.fixed button#responsive-menu-button {top: 12px !important;transition: .2s linear;}
.navbar-static-top.fixed .responsive-menu-inner,.navbar-static-top.fixed .responsive-menu-inner::before,.navbar-static-top.fixed .responsive-menu-inner::after {background-color: #033d6f !important;}
button#responsive-menu-button {transition: .2s linear;}
.header-search{display: none;}
.blog-post {margin-bottom: 25px;min-height: unset;}
.recent-image {width: 120px;}
.recent-content {width: calc(100% - 120px);}
.single-blog-content {padding: 40px 0px 40px 0;}
.single-blog-content h1 {font-size: 30px;line-height: 40px;}
.caption {background: #fff;padding: 30px 0px 0;margin: 0 0 30px;}
.related_posts {padding: 0px 0 0;}
header.navbar-static-top.fixed .header-menu {display: none;}
section.about {padding: 50px 15px 50px;}
.about-content {padding-right: 15px;}
.col-md-6.about-image.pull-right {float: none !important;margin-bottom: 30px;}
.about-image img {float: none;text-align: center;display: block;margin: 0 auto;}
section.expertise {padding: 40px 15px 50px;background: #e5eff6;}
section.news {padding: 50px 15px;}
section.awards > .container > .row {display: block;}
section.awards {background: url(images/awards-bg.png) no-repeat -60px 0 / cover , #fff;}
.award-slider {padding: 50px 30px;}
.video-section {padding: 50px 30px 50px;border-bottom: 1px solid rgba(0,0,0,.2);}
.facebook-div{margin:30px 0 0 ;}
.page-image.pull-right {float: none !important;}
.page-image img {float: none;margin: 0 auto 20px;display: block;}
.page-about-list {margin: 20px 0 0;}
.about-overview {padding: 40px 35px 40px 15px;}
.about-overview-blue {padding: 40px 22px 40px 60px;}
.expertise-box:nth-child(4) .box-wrapper{border-bottom: 1px solid #a4a4a4;}
.blankspace{display: none;}
.expertise-overview-section {padding: 50px 0;background: rgba(3,61,111,1);}
.expertise-image {text-align: center;margin: 0 auto 30px;}
.expertise-image a{float: none;margin:0;}
.research-template-image {float: none !important;text-align: center;}
.research-green-box{padding: 40px 15px 0}
section.research-lightblue-section > .container > .row {display: block;}
.content-research {padding: 0px 15px 50px 15px;}
section.research-lightblue-section {background: rgba(242,247,251,1);}
.ligthblue-content {padding: 50px 15px;}
.research-darkblue-section {margin: 0;background: rgba(3,61,111,1);}
.darkblue-content {padding: 50px 30px;}
section.contact-section {padding: 50px 15px;}
.initiatives-content{margin: 0 40px 40px;text-align: center;}
.initiatives-content h2{font-size: 30px;}
.lblue-padding{padding: 0 15px;}
/* page-drsai */
.page-template-page-drsai section.contact-section{padding: 150px 0 80px;}
.page-template-page-drsai .abt-sai p{font-size: 18px;}
.page-template-page-drsai .responsive-menu-inner,.page-template-page-drsai .responsive-menu-inner::before,.page-template-page-drsai .responsive-menu-inner::after{background-color: #033d6f !important;}
/* page-drsai */
.ytube-bx iframe{max-width: 350px;max-height: 200px;}
.y-slider .slides > li{max-width: 350px;}
.y-slider ul li{margin-right: 20px !important;}
.ytube-bx{text-align: center;}
.y-slider .flex-control-paging li a{width: 25px;}
}


@media screen and (min-width: 768px) and (max-width: 991px){
	/* page-drsai */
.page-template-page-drsai .contact-nimg{max-width: 275px;}
/* page-drsai */
}

@media screen and (max-width: 800px){
	
	.footer-left{width:100%;float:left;margin:0px 0 10px}
	.footer-left .menu-footer-container ul{display:table;margin:0 auto;text-align:center}
	.footer-left .menu-footer-container ul li{display:inline-block}
	.footer-left .menu-footer-container ul li a{display:inline-block;float:none!important}
	.footer-left .copyrights{text-align:center}
	.footer-right{float:none;display:flex;clear:both;justify-content:center;align-items: center;width: 100%;}
	section.banner_section .bannerfill {width: 100%;height: 550px;position: relative;}
	section.banner_section .flex-control-nav {width: 100%;bottom: 30px;}
	section.banner_section .content {margin: 250px 0 0 25px;}
	.expertise-wrapper ul {display: block;}
	.expertise-wrapper ul li {width: 49%;float: left;min-height: 311px;margin:0 15px 15px 0;}
	.expertise-wrapper ul li:nth-child(2) {margin-right: 0;}
	.blog-content-wrapper {padding: 20px 20px;}
	.footer-middle {width: 100%;float: left;margin: 0 0 10px;}
	.mail-wrapper {margin-left: 0;}
	.call-wrapper {margin-left: 0;}
	section.innerbanner.about-page {height: 300px;position: relative;}
	.page-about-content {padding-right: 15px;}
	.page-about-list ul li {margin-bottom: 15px;}
	.about-overview-section:after,.about-overview-section:before{display: none;}
	.about-overview-section > .container > .row {display: block;}
	.about-overview {padding: 40px 15px 40px 15px;}
	.about-overview-section {background: rgba(3,61,111,1);}
	.about-overview-blue {padding: 40px 15px 40px 15px;}
	.research-overview-section {background: rgba(2,144,94,1);}
	.research-image {padding: 50px 0 20px;display: block;float: none !important;text-align: center;}
	.research-green {display: block;height: auto;margin: 20px 0px 50px;padding-top: 0}
	.research-overview-section:before{display: none;}
	.research-content hr {clear: both;margin: 50px 0 50px;}
	.contact-wrapper {display: block;}
	.left-block {background: #fff;width: 100%;padding: 50px 50px;}
	.right-block {background: #f6f6f6;width: 100%;padding: 50px 60px 50px;overflow: auto;}
}

@media screen and (max-width: 799px){
.expertise-wrapper ul li {margin: 0 10px 10px 0;}
.box-title {font-size: 17px;}
.blog-content-wrapper {min-height: 360px;}


.bandtxt h2 { font-size:26px!important; }
.bandtxt p { font-size:20px; margin-top:15px; }

}

@media screen and (max-width: 767px){
	
	.navbar-toggle {margin-top: 0;margin-bottom: 0;}
	.header-menu {width: 100%;float: none;display: none;}
	nav.collapse.navbar-collapse {float: none;width: 100%;}
	.navbar-nav > li {display: block;}
	header .navbar-nav {padding: 15px 0px;}
	header .navbar-nav > li > a {padding: 10px 0;}
	.box-events-row {display: flex;padding: 0 15px;}
	.caret {display: inline-block;}
	.mobile-display {display: block;}
    .recent-image {width: 120px;}
    .recent-content {width: calc(100% - 120px);}
    .single-blog-content {padding: 40px 0px 40px 0;}
    .single-blog-content h1 {font-size: 30px;line-height: 40px;}
    .caption {background: #fff;padding: 30px 0px 0;margin: 0 0 30px;}
	.related_posts {padding: 0px 0 0;}
	.initiatives-content{margin: 0 20px 30px;}
	.initiatives-content h2{font-size: 26px;line-height: 36px;}
	.initiatives-bg{margin: 40px 0 0;}
	.initiatives-box{margin-bottom: 30px;}
	
	/* page-drsai */
		.page-template-page-drsai section.contact-section{padding: 125px 0 80px;}
		.page-template-page-drsai .right-block{float: none;    margin: 0 auto;}
		.page-template-page-drsai .contact-section .pull-right{float: none !important;}
		.page-template-page-drsai .abt-sai{max-width: 100%;padding-right: 0;    margin-bottom: 45px;}
		.page-template-page-drsai .contact-ndetails{margin-bottom: 40px;text-align: center;}
		.page-template-page-drsai .contact-nimg{margin: 0 auto;margin-bottom: 35px;max-width: 310px;}
		.page-template-page-drsai .nc-phone,.page-template-page-drsai .nc-mail{margin: 0 auto;margin-bottom: 12px;}
		.page-template-page-drsai .right-block{padding: 30px;}
		p.right-btext{text-align:center;}
	/* page-drsai */
	.gallery-box{max-width: 300px;margin: 0 auto;margin-bottom: 25px;}

	/*banner size changed for mob view march 2025	*/
	section.banner_section .bannerfill{
		background-size: contain !important;
		min-height: 100% !important;
		height: 294px !important;
	}
	.page-template-front-page header.navbar-static-top{
	    background-color: #033d6f;
}
.page-template-front-page header.navbar-static-top.fixed{
	background-color: #fff;
}
section.about{
	padding-top: 5px;
}
/*banner size changed for mob view march 2025	*/
}

@media screen and (max-width: 663px){
	.header-menu {width: 100%;float: none;display: none;}
	.expertise-wrapper ul li {min-height: 355px;}
	.box-title {font-size: 17px;min-height: auto;}
	.box-exceprt{min-height: auto}
	.blog-content-wrapper {min-height: auto;}
	.blog-post-wrapper .blogbox {margin-bottom: 15px;}
	.footer-details p {line-height: 23px;}
	.mob-pad-bot{margin-bottom: 20px}
	.news-wrapper ul li {width: 100%;height: 375px;margin-bottom: 20px;background-position: center top !important;}
	.news-wrapper ul {display: block;}
	section.banner_section .content {width: 85%;}
	section.expertise-content {padding: 40px 0 0;}
	.expertise-box-content {min-height: auto;}
	.expertise-box a.news-btn {margin: 0 0 30px;}
	.expertise-box {min-height: auto;margin-bottom: 30px;}
	.expertise-blue {padding: 15px 15px 0 15px;}
	.research-overview-section {background: rgba(2,144,94,1);padding: 0 15px;}
	.research-green {padding: 0;}
	.research-green p {font-size: 18px;color: #fff;line-height: 30px;}
	.sec-title {font-size: 21px;line-height: 30px;}
	section.research-content {padding: 40px 0;}
	header.navbar-static-top.fixed .navbar-header a{width: 170px;height: 45px;transition: 0.2s linear;}
}


@media screen and (max-width: 480px){
	section.banner_section .content {margin: 150px 0 0 25px;}
	section.banner_section .content h1 {font-size: 27px;line-height: 36px;}
	section.banner_section .content p {line-height: 28px;font-size: 18px;}
	a.site-logo {width: 200px;height: 60px;display: block;}
	.navbar-header {width: 200px;height: 60px;}
	section.banner_section .bannerfill {width: 100%;height: 450px;}
	.about-content h2 {font-size: 20px;line-height: 30px;}
	.expertise-wrapper ul li {min-height: auto;width: 100%;margin: 0 0 15px;}
	.video-row {display: block;margin-bottom: 30px;}
	.video-section {padding: 50px 15px 50px;}
	.video-box {width: 100%;margin-bottom: 15px;}
	.video-content {width: 100%;margin: 0;}
	.blog-section {padding: 50px 0 50px;}
	.award-content h5 {font-size: 17px;line-height: 27px;}
	.mob-pad-bot {margin-bottom: 20px;width: 100%;}
	section.innerbanner.about-page .wrap-banner-content h2{font-size: 30px;font-weight: 400;}
	.page-about-content h2 {font-size: 20px;color: #033d6f;line-height: 30px;}
	.page-about-list {padding: 0;}
	.about-overview p ,.about-overview-blue p{margin: 0 0 20px;}
	.about-overview-blue p strong {font-size: 18px;color: #fff;line-height: 28px;}
	.research-green-box h3 {font-size: 21px;line-height: 31px;}
	section.research-template-section {padding: 80px 0 40px;clear: both;}
	.content-research {padding: 0px 15px 30px 15px;}
	.ligthblue-content {padding: 50px 15px 25px;}
	.darkblue-content {padding: 40px 30px;}
	.left-block{background: #fff;width: 100%;padding: 30px 30px;}
	.contact-row .left-box {width: 100%;}
	.right-block {background: #f6f6f6;width: 100%;padding: 30px 15px;}
	.left-block h1 {font-size: 25px;margin: 0 0 30px;}
	.contact-row .right-box {padding-right: 0;width: 100%;margin: 20px 0 0;}
	.gallery-section{padding: 40px 0;}

	.bandtxt h2 { font-size:22px!important; }
	.bandtxt p { font-size:17px; }
}

@media screen and (max-width: 400px){

	.home_bannermobile { display: block; } 
	.banner_section { display: none; }
	
}

@media screen and (max-width: 375px){

	
	
	
	
}
@media screen and (max-width: 355px){
	
}


@media screen and (max-width: 320px){
	
}

@media screen and (min-height: 850px){
	
}


@supports (-webkit-overflow-scrolling: touch) {

  section.banner_section .bannerfill {background-attachment: scroll !important;}
  section.about-wildwarrior,section.blog-post-row {background-attachment: scroll !important;}


}


/* ================================
   Doctor About Section – Figma
================================ */

.doctor-about-figma {
  padding: 60px 0;
}

.doctor-about-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 70px;
  align-items: center;
}

/* Image */
.doctor-about-image img {
  width: 100%;
  border-radius: 6px;
}

/* Designation below image */
.doctor-designation {
  margin-top: 15px;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

/* Heading */
.doctor-meet-heading {
  color: #019A65; /* Figma green */
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Paragraph content */
.doctor-about-content p {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* Mobile */
@media (max-width: 768px) {
  .doctor-about-grid {
    grid-template-columns: 1fr;
  }

  .doctor-meet-heading {
    font-size: 24px;
  }
}

/* Doctor CTA Section */

.doctor-cta {
  background: #033D6F;
  padding: 50px 0;
}

.doctor-cta-inner {
  text-align: center;
}

.doctor-cta-heading {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
}

.doctor-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.cta-doctor-img img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.doctor-cta-button:hover {
  background: #fff;
  color: #0b3f6f;
}

.doctor-cta-button:hover img {
  filter: none;
}

/* Mobile */
@media (max-width: 768px) {
  .doctor-cta-heading {
    font-size: 18px;
  }

  .doctor-cta-button {
    font-size: 13px;
    padding: 10px 18px;
  }
}

/* Align content to top (match image top) */
.doctor-about-figma .doctor-about-grid {
  align-items: flex-start; /* overrides center */
}

/* Ensure heading starts at same top line as image */
.doctor-about-figma .doctor-about-content {
  padding-top: 0;
}

/* Justify paragraph text */
.doctor-about-figma .doctor-about-content p {
  text-align: justify;
}

/* ================================
   Doctor CTA – Theme Override Fix
================================ */

/* Force background on section */
section.doctor-cta {
  background-color: #033D6F !important;
  padding: 50px 0 !important;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* Kill theme container overlay */
section.doctor-cta .container::before,
section.doctor-cta .container::after {
  content: none !important;
  display: none !important;
}

/* Ensure content stays above */
section.doctor-cta .doctor-cta-inner {
  text-align: center;
  position: relative;
  z-index: 2;
}

section.doctor-cta .doctor-cta-heading {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
}

section.doctor-cta .doctor-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
}

section.doctor-cta .doctor-cta-button:hover {
  background: #ffffff;
  color: #033D6F !important;
}

section.doctor-cta .cta-doctor-img img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

/* Mobile */
@media (max-width: 768px) {
  section.doctor-cta .doctor-cta-heading {
    font-size: 18px;
  }

  section.doctor-cta .doctor-cta-button {
    font-size: 13px;
    padding: 10px 18px;
  }
}

/* ================================
   Clinical Expertise Section
================================ */

.doctor-expertise {
  background: #F4FAFF;
  padding: 60px 0;
}

.doctor-expertise-grid {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 60px;
  align-items: center;
}

/* Left content */
.doctor-expertise-content h2,
.doctor-expertise-content h3 {
  color: #019A65; /* green heading */
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}

.doctor-expertise-content ul {
  padding-left: 18px;
}

.doctor-expertise-content ul li {
  margin-bottom: 16px;
  line-height: 1.6;
  color: #333;
}

.doctor-expertise-content ul li strong {
  font-weight: 600;
  color: #000;
}

/* Right image */
.doctor-expertise-image img {
  width: 100%;
  border-radius: 8px;
}

/* Mobile */
@media (max-width: 768px) {
  .doctor-expertise-grid {
    grid-template-columns: 1fr;
  }

  .doctor-expertise {
    padding: 60px 0;
  }

  .doctor-expertise-content h2,
  .doctor-expertise-content h3 {
    font-size: 24px;
  }
}


/* Align content to top (match image top) */
.doctor-expertise .doctor-expertise-grid {
  align-items: flex-start;
}

/* Ensure heading starts at top */
.doctor-expertise-content {
  padding-top: 0;
}


/* ================================
   Awards & Global Impact Section
================================ */

.doctor-impact-section {
  padding: 60px 0;
}

.doctor-impact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* LEFT CARD */
.doctor-impact-left {
  background: #F8F8F8;
  padding: 40px;
}

.doctor-impact-left h3 {
  color: #019A65;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.doctor-impact-left ul {
  padding-left: 18px;
}

.doctor-impact-left li {
  margin-bottom: 12px;
  line-height: 1.6;
}

/* RIGHT CARD */
.doctor-impact-right {
  background: #FBFBFB;
  padding: 40px;
}

.doctor-impact-right h3 {
  color: #019A65;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* CTA BOX */
.doctor-impact-cta {
  background: #F4FAFF;
  padding: 20px;
  margin-top: 25px;
}

.doctor-impact-cta p {
  margin-bottom: 12px;
  font-weight: 500;
}

.doctor-impact-btn {
  display: inline-block;
  background: #033D6F;
  color: #fff;
  padding: 10px 18px;
  text-decoration: none;
  font-size: 14px;
}

/* Mobile */
@media (max-width: 768px) {
  .doctor-impact-grid {
    grid-template-columns: 1fr;
  }

  .doctor-impact-section {
    padding: 60px 0;
  }
}

/* Justify all text */
.doctor-impact-right p {
  text-align: justify;
}

/* Remove CTA background box */
.doctor-impact-cta {
  background: none;
  padding: 0;
  margin-top: 25px;
}

/* Hide CTA helper text */
.doctor-impact-cta p {
  display: none;
}

/* Center the button */
.doctor-impact-btn {
  display: inline-block;
  margin: 0 auto;
}

/* Ensure button is centered */
.doctor-impact-cta {
  text-align: center;
}

.doctor-impact-btn {
  color: #ffffff !important;
  font-weight: 600;
}

/* Keep text white & bold on hover */
.doctor-impact-btn:hover {
  color: #ffffff !important;
  font-weight: 600;
}


/* ================================
   Community Outreach & Philanthropy
================================ */

.doctor-philanthropy {
  background: #033D6F;
  padding: 80px 0;
  color: #ffffff;
}

/* Grid proportions like Figma */
.doctor-philanthropy-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 0;
  align-items: stretch;
}

/* ====================
   LEFT COLUMN
==================== */

.doctor-philanthropy-left {
  display: flex;
  flex-direction: column;
  justify-content: center;   /* vertical centering */
  align-items: flex-start;   /* keep left alignment */
  text-align: left;
  padding-right: 50px;
}

.doctor-philanthropy-left h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 28px;
  color: #ffffff;
}

.doctor-philanthropy-left img {
  max-width: 170px;
}

/* ====================
   RIGHT COLUMN
==================== */

.doctor-philanthropy-right {
  border-left: 1px solid rgba(255,255,255,0.35);
  padding-left: 60px;        /* matches Figma spacing */
}

.philanthropy-intro {
  font-weight: 500;
  margin-bottom: 24px;
  color: #ffffff;
}

.doctor-philanthropy-right ul {
  padding-left: 18px;
}

.doctor-philanthropy-right li {
  margin-bottom: 14px;
  line-height: 1.65;
}

/* Links */
.doctor-philanthropy a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 500;
}

.doctor-philanthropy a:hover {
  text-decoration: none;
  opacity: 0.85;
}

/* ====================
   MOBILE
==================== */

@media (max-width: 768px) {
  .doctor-philanthropy {
    padding: 70px 0;
  }

  .doctor-philanthropy-grid {
    grid-template-columns: 1fr;
  }

  .doctor-philanthropy-left {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .doctor-philanthropy-right {
    border-left: none;
    padding-left: 0;
  }
}

/* ================================
   Final CTA Section
================================ */

.doctor-final-cta {
  background: #F4FAFF;
  padding: 60px 0;
}

.doctor-final-cta-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 60px;
  align-items: center;
}

/* Image */
.doctor-final-cta-image img {
  width: 100%;
  border-radius: 8px;
}

/* Content */
.doctor-final-cta-content h2 {
  color: #019A65;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 18px;
}

.doctor-final-cta-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #333;
}

/* Button */
.doctor-final-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #033D6F;
  color: #ffffff;
  padding: 14px 22px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.doctor-final-cta-btn:hover {
  background: #022f55;
}

/* Mobile */
@media (max-width: 768px) {
  .doctor-final-cta-grid {
    grid-template-columns: 1fr;
  }

  .doctor-final-cta-content h2 {
    font-size: 26px;
  }
}


.site_footer {
    background: #0c3b63; 
    color: #fff;
    padding: 40px 0 20px;
    font-family: 'Montserrat', sans-serif; /* Applied to container */
}

.footer-procedures h6 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700; /* Bold for the heading */
    margin-bottom: 20px;
    text-transform: capitalize;
}

.footer-procedures ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-procedures ul li {
    margin-bottom: 15px; /* Adjust spacing between rows */
}

.footer-procedures ul li a {
    /* These match your Figma specs exactly */
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%; /* line-height: 14px */
    letter-spacing: 0%;
    color: #ffffff;
    
    text-decoration: none;
    display: inline-block;
    padding-left: 0; /* Ensures it stays left-aligned without arrows */
    transition: 0.3s ease;
}

/* Ensure the arrow pseudo-element is removed */
.footer-procedures ul li a:before {
    display: none;
    content: none;
}

/* Subtle hover state */
.footer-procedures ul li a:hover {
    opacity: 0.7;
}

/* Container for the section */
.popular-searches-simple {
  padding: 30px 20px;
  background-color: #f1f1f1; /* Light grey background */
  text-align: center;
}

/* The wrapper for the text items */
.popular-tags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px; /* Space between text and dots */
  max-width: 1200px;
  margin: 0 auto;
}

/* Individual text style */
.popular-tags-container span {
  font-size: 16px;
  color: #899096; /* Muted grey text */
  font-weight: 600;
  line-height: 1.6;
}

/* The Green Bullet Separator */
.popular-tags-container span.bullet {
  color: #02905E; /* Medical green from your image */
  font-size: 20px;
  font-weight: bold;
  user-select: none; /* Prevents selecting the dot when copying text */
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .popular-tags-container {
    gap: 10px;
  }
  .popular-tags-container span {
    font-size: 14px;
  }
}
/* End */
