

/*    BlurePrint Reset and Framework        */
/*------------------------------------------*/
@import url('css/screen.css'); /* DO NOT REMOVE! */


/*        Global Syles                 */
/*------------------------------------*/
/*@font-face {
	font-family: "Calibri";
	src: url('font/Calibri.eot');
	src: url('font/Calibri.eot?#iefix') format('embedded-opentype'),
	url('font/Calibri.svg#Calibri') format('svg'),
	url('font/Calibri.woff') format('woff'),
	url('font/Calibri.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Lora Regular";
	src: url('font/Lora-Regular.eot');
	src: url('font/Lora-Regular.eot?#iefix') format('embedded-opentype'),
	url('font/Lora-Regular.svg#Lora') format('svg'),
	url('font/Lora-Regular.woff') format('woff'),
	url('font/Lora-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Calibri Bold";
	src: url('font/Calibri-Bold.eot');
	src: url('font/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
	url('font/Calibri-Bold.svg#Calibri') format('svg'),
	url('font/Calibri-Bold.woff') format('woff'),
	url('font/Calibri-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { height: 100%; font-family:calibri;}
:focus { outline: 0; }

ol, ul { list-style: none; }

a {
 text-decoration: none; 
}

table { border-collapse: separate;
        border-spacing: 0; }

img { clear: both; }
.home  {

    background-color: #FFCE68;
    background-image: url(../images/bg.jpg);
    background-position: 0 0;
    background-repeat: repeat;
    font-family:calibri;
    height: 100%;
}
#wrap {
 background-color: #FFCE68;
	background-image: url(../images/bg.jpg);
    background-position: center top;
    background-repeat:repeat;
	background-attachment:fixed;
	
}
/*
h1, h2, h3, h4, h5, p, li, ol, strong, b {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	line-height: 1.5;
	color: #fff;

}
p, li, ol, strong, b {
	font-size:10pt;
}






/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full { border:1px solid #ddd; padding:3px; width:732px;}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}

.bypostauthor {}


/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary  {
 float: left;
    overflow: hidden;
    width: 690px;
	height:auto;
	box-shadow: 0px 0px 4px #EEE;
	color:#000;
	padding:5px 20px;
	line-height:20px;
	text-align:justify;
	margin-left:265px;
	margin-top:-10px;
	font-family:calibri;
	font-size:11pt;
	line-height:25px;
}
#primary1  {
 float: left;
    overflow: hidden;
    width: 690px;
	height:auto;
	box-shadow: 0px 0px 4px #EEE;
	padding:5px 2px;
	margin-left:265px;
	margin-top:-265px;
	font-family:calibri;
}
#content h5 {font-size:27px;
background:#B8292F;
color:#fff;
padding:3px 14px;
text-align:center;
text-transform:uppercase;}
#primary h2 {
	text-shadow: 5px 5px 5px #888;
	line-height:50px;
	color:#1E63AF;
	font-size: 20pt;
	margin: 0;
	font-style:italic;
	font-weight:bold;

}
#content ul.tik {
    margin: 0 0 10px;
    padding: 0;
}
#content ul.tik li {
    background-image: url("images/tik.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    margin: 0 0 5px;
    padding-left: 18px;
}
/*company profile*/
h1.page_title {
	font-size: 2em;
	background: #F9f9f9;
	border-bottom: 1px dotted #CCC;
	padding: 0 10px;
}
h2.page_title {
	font-size: 1.5em;
	padding: 0 10px;
	color:#B8292F;
}
#sidebar {
    float: left;
    margin: 0 20px 0 0;
    overflow: hidden;
    width: 240px;
	font-family:calibri;
	font-size:12pt;
}
#sidebar .menu {
    background: none repeat scroll 0 0 #EFB130;
    border-bottom: 5px solid #B8292F;
    border-top: 5px solid #1E63AF;
    margin: 0 0 15px;
    padding: 0;
}
#sidebar .menu li {}
#sidebar .menu a {
    background-image: url(../images/arrow.png);
    background-position: 10px 13px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #FFFFFF;
    color: #1E63AF;
    display: block;
    line-height: 35px;
    padding-left: 25px;
}
#sidebar .menu a:hover, #sidebar .menu .current-menu-item a {
    background-color: #D69B21;
    background-image: url(../images/arrow.png);
    background-position: 10px 13px;
    background-repeat: no-repeat;
}
#sidebar .menu li:last-child a {
    border: 0 none;
}

#sidebar .widget-sidebar {
    background: none repeat scroll 0 0 #FFF2D8;
    border: 1px solid #DFDFDF;
    margin: 0 0 15px;
}

/*    Framework Styles        */
/*---------------------------*/

#top-header {
    background: none repeat scroll 0 0 #FFCC66;
    padding: 0;

}

#main {
    font-size: 10pt;
    margin: 10px 0;
    padding: 10;
}

.entry-header { margin: 0 0 25px 0; }




/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/

#access {

    background: none repeat scroll 0 0 #1E63AF;
    overflow: hidden;
    width: auto;
    z-index: 500;
}
		  
#access ul {
    margin: 0;
    padding: 0;
}
#access li { float:left;}
#access a {
    font-family:calibri;
    border-left: 1px solid #347BBD;
    border-right: 1px solid #144B99;
    color: #FFFFFF;
    display: block;
  /*  font-family: Lora Regular;*/
    font-size: 11pt;
    line-height: 46px;
    padding: 0 20px;
    text-transform: uppercase;
}

#access li:last-child a {
    border-right: 0 none;
}
#access a:hover, #access .current-menu-item a {background:#B8292F;}
#access a :active {background:#B8292F;}

#access ul li ul li a {
	font-family:calibri;
    border: 0 none;
    color: #FFFFFF;
    display: block;
    font-size: 10pt;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
nav[role="navigation"] ul li ul {
	display: none;
}
nav[role="navigation"] ul li:hover ul {
	display: block;
}
nav[role="navigation"] ul li ul {
	padding: 10px 0 0;
	position: absolute;
	width: 260px !important;
	z-index: 350;
}
nav[role="navigation"] .sub-menu .sub-menu {
	margin-left: 259px !important;
	margin-top: -30px !important;
	position: absolute;
}
nav[role="navigation"] .sub-menu .sub-menu li {
}
nav[role="navigation"] ul li ul li {
	background: none repeat scroll 0 0 #12508F;
	border-bottom: 1px solid #144A80;
	display: block;
	float: left;
	position: relative;
	width: 260px;
}
nav[role="navigation"] ul li ul li ul {
	display: none !important;
}
nav[role="navigation"] ul li ul li:hover ul {
	display: inline !important;
}
nav[role="navigation"] ul li ul li ul {
	padding: 0 0 0 0 !important;
}
nav[role="navigation"] ul li ul li ul li {
	display: inline-block !important;
	position: relative;
}


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }



/*    Navigation       */
/*--------------------*/


.nav-next { float: left; }
.nav-previous { float: right;}



/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { font-size: 2.5em; }

#container-full {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 1px 1px 0;
}

/* Header Title Section */

#top-header-section {
    background-color: #FFDA66;
    background-image: url(../images/top-bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    border-bottom: 1px solid #FFFFFF;
    height: 140px;
    width: auto;
	
}

#main-title {
    float: left;
    padding-left:25px;
    padding-top: 25px;
    position: relative;
    z-index: 25;
}

#header-sidebar-section {
    color: #00448F;
    float: right;
    font-family: Calibri;
    font-size: 14pt;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 20px;
    position: relative;
    text-align: right;
    text-shadow: 1px 1px 0 #FFF0C1;
	width: 300px;
    z-index: 35;
}
/*	
#header-sidebar-section .tel {
    background-image: url("images/tel.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
    float: right;
    line-height: 30px;
    padding-left: 22px;
}
						 
#header-sidebar-section .email {
    background-image: url("images/email.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
    float: right;
    margin: 0 0 15px;
    padding-left: 22px;
}*/
#header-sidebar-section .email a {
    color: #00448F;
}
#header-sidebar-section .email a:hover {text-decoration: underline;}

#header-sidebar-section .searchform {
    float: right;
}
#header-sidebar-section .searchform input[type="text"] {
    border: 0 none;
    color: #666666;
    float: left;
    font-size: 11pt;
    height: 28px;
    margin: 0 !important;
    width: 235px;
}
#header-sidebar-section .searchform input[type="submit"] {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/search-btn.png);
    background-repeat: no-repeat;
    border-radius: 0;
    float: left;
    font-size: 0;
    height: 38px;
    padding: 0;
    width: 42px;
}

/* Header Image */

#header-image { width: 986px; 
                height: 300px;
				border: 2px solid #6da0d3; }


/* Main Content Section */

.featured-thumb { margin-bottom: 10px; }
 
		  
.entry-content { padding-top: 5px; }

.entry-title { font-size: 28px; 
               text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.entry-meta { font-size: 10px; 
	          color: #8E8C84; }

.entry-meta a:hover { text-decoration: underline; }

.entry-content a:hover { text-decoration: underline; }

.entry-content embed { width: 675px; }

.page-link { margin-bottom: 10px; }

/* Sidebar Section */

.screen-reader-text[for="s"] { display: none; }

#wp-calendar { width: 100%; }

#calendar_wrap #wp-calendar caption { text-align: center; }

#wp-calendar #prev, #wp-calendar #next { font-style: normal;
                                         font-size: 9pt; }

#wp-calendar #next { text-align: right; }



/* Single Page and Comments */

.assistive-text { color: #545350; }

#nav-single { padding-left: 25px; }

#comments { padding-left: 25px; }

#comments #respond { padding-left: 25px; }

.comment-meta { margin-bottom: 10px; }

.comment-author img { padding-right: 5px; }

#nav-below { padding-left: 25px; }

.pingback .edit-link { margin-left: 10px; }

.comment-author a { color: #6fa2d6; }

.comment-author a:hover { color: #28598A; 
                          text-decoration: underline; }

.comment-author img { margin: 0 10px 0 0; }

.comment-form-author input[type="text"] { margin-left: 27px; 
                                          background: none repeat scroll 0 0 #FFFFFF;
                                          color: #7E7E7E;
                                          outline: 0 none;
                                          padding: 5px 10px;
                                          position: relative;
                                          width: 175px; }

.comment-form-email input[type="text"] { margin-left: 30px; 
                                         background: none repeat scroll 0 0 #FFFFFF;
                                         color: #7E7E7E;
                                         outline: 0 none;
                                         padding: 5px 10px;
                                         position: relative;
                                         width: 175px; }

.comment-form-url input[type="text"] { margin-left: 25px; 
                                       background: none repeat scroll 0 0 #FFFFFF;
                                       color: #7E7E7E;
                                       outline: 0 none;
                                       padding: 5px 10px;
                                       position: relative;
                                       width: 175px; }

.comment-form-comment label { float: left; 
                              clear: both; }

.comment-form-comment textarea { margin-left: 15px;
                                 margin-top: 0; 
                                 background: none repeat scroll 0 0 #FFFFFF;
                                 color: #7E7E7E;
                                 outline: 0 none;
                                 padding: 5px 10px;
								 width: 500px;
                                 position: relative; }

#commentform p.form-allowed-tags { font-size: 9pt; }

#comment-nav-above, #comment-nav-below { margin-bottom: 15px; }


/* Footer Section */

#footer-bottom {
    background: url(../images/footer-shadow.png) no-repeat scroll 0 0 #E5AE06;
    border-top: 5px solid #B8292F;
    clear: both;
    margin: 0 auto;
	width:1020px;
}

.column {
    background-image: url("images/footer-border.png");
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    height: 210px;
    margin: 0 20px 0 0;
	width: 200px;
	padding-right: 15px;
	line-height:20px;
}
.column p { color:#FFF;}
/*
.column .one .{ }
#footer-content .column .one 
 {
    margin: 0 0 0 10px;
}
#footer-content .column .one a {color: #E8E8E8;}
#footer-content .column .one .more {
    text-align: right;
    font-size: 13pt;
    font-family: Calibri Bold;*/
}
#footer-content .column.one .more a {color: #FFFFFF;}

.column.two { margin-left: -100px;}
.column.three {
	width: 200px;
	 margin-left: 50px;
}
.column.last {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 50px;
    padding: 0;
    width: 280px;
}
.column.last .social {margin: 10px 0 25px;}
.column.last .social li {
    display: inline-table;
    margin-right: 5px;
}

#footer-content {
    color: #FFFFFF;
    padding: 10px 15px 0;
	font-family:calibri;
}
#footer-content .column h2 {
    color: #FFFFFF;
    font-size: 14pt;
    margin: 0 0 10px;
    font-family:calibri Bold;
}
#footer-content h3 {
    color: #FFFFFF;
    font-family:calibri Bold;
    font-size: 12pt;
    margin: 0 0 10px;
}
#footer-content h4 {
    color: #FFFFFF;
	font-family:calibri;
    font-size: 11pt;
    font-weight: bold;
    margin: 0;
}
#footer-content .column ul {margin: 0; padding: 0;}

#footer-content a {color: #FFFFFF;}

#footer-content a:hover {text-decoration: underline;}

#footer-content .newsletter p {float: left;}
#footer-content .newsletter input[type="email"] {
    border: 0 none;
    height: 25px;
    margin: 0 !important;
    width: 175px;
}
#footer-content .newsletter input[type="submit"] {
    background: none repeat scroll 0 0 #B8292F;
    border-radius: 0;
  
    font-size: 13pt;
    height: 35px;
    padding: 0 10px;
    text-transform: none;
}

#site-credits {

    background: none repeat scroll 0 0 #B28600;
    color: #FFFFFF;
	font-family: Calibri;
    font-size: 11pt;   
    padding: 3px 10px;
}

#site-credits a {
    color: #EDEDED;
	
}
#site-credits a:hover {text-decoration: underline;}
/*
.banner {
    color: #555555;
    font-size: 10pt;
    float: left;
    margin: 10px;
}
.banner-sidebar {
    float: left;
    margin: 10px 10px 10px 0;
    width: 260px;
}
.banner-sidebar ul {
    margin: 0;
    padding: 0;
}
.banner-sidebar li {
    background: none repeat scroll 0 0 #FFF3DA;
    height: 100px;
    margin: 0 0 10px;
    padding: 10px;
}
.banner-sidebar h3 {
    color: #000000;
    font-size: 13pt;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.banner-sidebar img {
    float: left;
    margin-right: 10px;
}
.banner-sidebar a {
    color: #555555;
    display: block;
}*/
.shadow {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 30px;
    width: 1000px;
}


.page-numbers {
    margin: 0;
    padding: 0;
}
.page-numbers li {
    border: 1px solid #CCCCCC;
    float: left;
    margin: 0 2px;
	padding: 1px 5px;
}
#featured {}
#featured h2 {
    color: #555555;
    margin-bottom: 5px;
}
#featured ul { margin:0; padding:0;}
#featured li {
	margin-bottom: 10px;
	background: #f9f9f9;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #ccc;
}

div.directors {
	border: 1px solid #E7E7E7;
	padding: 8px;
	width: auto;
	height: auto;
	float: right;
	margin: 0px 5px 15px 15px;
	box-shadow: 0px 0px 4px #EEE;
}

#content h3 { font-size:11pt; font-weight:bold; margin:30px 0 5px 0; color:#666;}

table.border, table.border td, table.border th {
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
    margin-right: 5px;
    padding-right: 4px;
    text-align: none;
}

ul.home_bottom { padding:0; margin:0;}
ul.home_bottom li h3 { color: #1e63af; margin:0 0 5px 0 !important;}
ul.home_bottom li { float:left; width:205px; margin-left:30px;}
ul.home_bottom li:first-child { margin-left:0;}
ul.home_bottom li:last-child { margin-left:0; margin-right:10px; float:right;}
ul.home_bottom li a {}
ul.home_bottom li.right_shadow { 
	background-image:url(images/bottom_shadow.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:28px;
}


div.woven_subpage {
	width: 260px;
	float: right;
	border-left: 1px dotted #CCC;
	margin: 0 0 10px 15px;
}
div.woven_subpage h4 {
	font-size:11pt;
	font-weight:bold;
	margin:0 0 10px; 
	padding:0 0 5px 6px;
	border-bottom:1px dotted #CCC;
}
div.woven_subpage ul {
    margin: 0;
    padding: 0;
}
div.woven_subpage li {
    background-image: url("images/arrow-2.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    margin-left: 10px;
    padding-left: 15px;
    margin-bottom: 5px;
}
div.page_image { border:1px solid #ddd; padding:3px; }
div.page_image img { width:732px;}

ul.clients {} 
ul.clients h2.country { margin: -10px 0 10px 210px !important; line-height: 1; }
ul.clients li { float: left;
width: 350px;
margin-bottom: 40px !important;
padding-left: 0!important;} 
ul.clients li.right { float:right;} 

ul.clients li img { float:left; } 
ul.clients li p { margin-left:210px;} 

ul.mandates_page { margin:0; padding:0;}
ul.mandates_page li { float:left; width:236px; margin:0 10px 10px 0 !important;min-height:190px;}

h2.company {
	padding: 5px 10px;
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
	background: #D3741D;
	color: #FFF;
}




.flow-chart li {
    background-image: url("images/flow-chart.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    font-weight: bold;
    list-style: none outside none;
    padding: 0 0 26px;
    text-align: center;
}

.product-gallery ul {
    margin: 0;
    padding: 0;
    margin-left: -10px;
}
.product-gallery li {
    float: left;
    margin-left: 10px;
}
#message
{
font-family:calibri;
margin:0px 0px 0px 20em;
padding:10px 20px;
box-shadow: 0px 0px 5px #EEE;
height:auto;
}
#message p
{
text-align:justify;
color:#000;
font-family:calibri;
font-size:11pt;
line-height:25px;
}
#message h5
{font-size:27px;background: #B8292F;color:#fff;padding:3px 8px;text-align:center;text-transform:uppercase;}
#message h2
{
width:120px;
font-size:20px;
background:#1E63AF;
color:#FAC933 ;
padding:3px 5px;
text-align:center;
text-transform:uppercase;
font-weight:bold;

}
#message h4
{
width:190px;
font-size:20px;
background:#0f9d58;
color:#ffffff ;
padding:3px 5px;
text-align:center;
text-transform:uppercase;
font-weight:bold;

}
#message h3
{
width:250px;
font-size:20px;
background:#0f9d58;
/*background-image: -moz-linear-gradient(left, #b3d1f2  0%, #1E63AF 100%); */
color:#ffffff ;
padding:3px 5px;
text-align:center;
text-transform:uppercase;
font-weight:bold;

}
div.image {
	float: left;
	padding-right:12px;
}
.message p
{
text-align:justify;
color:#000;
font-family:calibri;
font-size:9pt;
line-height:20px;
}
.message h2
{
font-size:20px;
color:#008000;
font-weight:bold;
}
#rightbar
{
font-family:calibri;
margin:0px 0px 0px 20em;
border:0px solid #000;
width:730px;
height:auto;
}

#rightbar h5
{
font-size:27px;
background:#B8292F;
color:#fff;
padding:3px 14px;
text-align:center;
text-transform:uppercase;
}

#rightbar p
{
font-size:11pt;
text-align:justify;
color:#000;
padding:4px;
padding:10px 15px;

}
.address
{
border-radius:15px;
box-shadow: 0px 0px 5px #EEE;
font-size:11pt;
}
.address table
{
line-height:25px;
padding:10px;
font-size:16px;
}
.address h4
{
width:150px;
font-size:20px;
background:#0f9d58;
color:#ffffff ;
padding:3px 5px;
text-align:center;
text-transform:uppercase;
font-weight:bold;

}
.form
{
border:5px solid #40D023;
width:500px;
background: #7578F7;
float:center-left;
box-shadow: 0px 0px 4px #B8292F;
border-radius:15px;

}
.office
{
border:1px solid #B8292F;
width:auto;
height:auto;
box-shadow: 0px 0px 4px #B8292F;
border-radius:15px;
font-size:20px;
font-weight:bold;
}
.office p
{
color:#000;
}
.buyer
{
padding:5px 25px;
color:#B8292F;
background-image: url(../images/bullet.png);
background-position: 8px 10px;
background-repeat: no-repeat;
font-size:15px;

}
.list
{
padding:10px 25px;
color:#B8292F;
background-image: url(../images/bullet.png);
background-position: 8px 17px;
background-repeat: no-repeat;
font-size:15px;

}
.shrimp
{
text-align:center;
color:#B8292F;
font-size:16px;
font-weight:bold;

}
.img_show
{
text-align:left;
color:#B8292F;
font-size:15px;
font-weight:bold;
border-top: 10px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
border-left: 4px solid #e9e9e9;
border-right: 4px solid #e9e9e9;
}
/*
.img_show:hover
{
text-align:center;
color:#B8292F;
font-size:15px;
border-top: 5px solid #d5d5d5;
border-bottom: 5px solid #d5d5d5;
border-left: 5px solid #d5d5d5;
border-right: 5px solid #d5d5d5;
}*/
.sister
{
background:#eee;
box-shadow: 0px 0px 5px #EEE;
border:px solid #B8292F;
width:auto;
height:auto;
box-shadow: 0px 0px 4px #B8292F;
border-radius:15px;
}
.mission 
{
border: 1px solid #E7E7E7;
float: right;
width:333px;
height:200px;
padding:5px;
}
/*
.bullet
{
padding:10px 35px;
color:#000;
background-image: url(../images/b_bullet.png);
background-position: 15px 7px;
background-repeat: no-repeat;
font-size:15px;
line-height:8px;
}*/
.icon 
{
list-style-image:url(../images/b_bullet.png);
margin-left:3em;
}
.profile
{
padding:6px 10px;
background-image: url(../images/p_icon.png);
background-position: -2px 6px;
background-repeat: no-repeat;

}
/*****************Pagination*********************************/
#container {
    width: 400px;
    margin:  auto auto;
	
}
.pagination {
    background: #fff;
    padding: 10px;
    margin-bottom: 5px;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 15px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
About
=========================== */
.team-section {
  width: 100%;
  min-width: 100%;
  text-align: center;
  padding: 10px 0;
  position: relative;
}
.team-section .special-heading {
  margin-bottom: 30px;
}
.team-member {
  margin: 0 -200px;
  padding: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  z-index: 2;
}
.team-member .profile-picture {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  overflow: hidden;
  max-width: 150px;
  width: 50%;
  height: 5%;
  margin: 0 0px;
  position: relative;
}


.info-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px;
}



.info-card {
  flex: 1 1 calc(33.33% - 20px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.info-card h3 {
  background-color: #002147;
  color: #fff;
  padding: 8px;
  font-size: 20px;
  text-align: center;
}

.info-card ul {
  padding: 5px;
  list-style: none;
}

.info-card ul li {
  font-size: 12px;
  padding: 2px 0;
  line-height: 1;
}


.team-member .profile-picture .profile-overlay {
  height: 94%;
  width: 94%;
  background-color: #b4dba7;
  position: absolute;
  top: 2%;
  left: 2%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  display: block;
}
.team-member .profile-picture img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 0%;
}
.team-member h3 {
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 0;
}
.team-member span {
  font-size: 0.875em;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  color: #417630;
  padding-top:-10px;
}
.team-member .profile-social {
  font-size: 1.3125em;
  line-height: 1.9047em;
  opacity: 1;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 60%;
  left: 55px;
  display: none;
}
.team-member .profile-social .icons-wrapper {
  margin: 50px auto 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.team-member .profile-social .icons-wrapper a {
  color: #fff;
  margin: 0 5px;
}
.team-member .profile-social .icons-wrapper a:hover {
  color: #417630;
}
.team-member .team-bio {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 89%;
  left: 40px;
  right: 7px;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgba(91,223,48,0.25);
  padding: 0 20px 20px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  z-index: 1;
}
.team-member .team-bio p {
  font-size: 0.75em;
  height: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-bottom: 0;
}
.team-member:hover {
  background-color: rgba(91,223,48,0.12)
}
.team-member:hover .profile-picture .profile-overlay {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-member:hover .profile-picture .icons-wrapper {
  margin-top: 150px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.team-member:hover .team-bio {
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team-member:hover .team-bio p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.certificates-section {
  padding: 20px 8px;
  background: #f5f5f5;
  text-align: center;
}

.certificates-section h2 {
  font-size: 28px;
  margin-bottom: 5px;
  color: #222;
}

.certificate-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  justify-items: center;
}

.certificate-gallery img {
  width: 100%;
  max-width: 200px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.certificate-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.team-detail h4 span{
	
	margin-top: 0px;
}






<style>
  body {
    font-family: 'Poppins', sans-serif;
    background: #f0f2f5;
    margin: 0;
    padding: 30px 10px;
  }

  .gallery-heading {
    text-align: center;
    font-size: 32px;
    color: #111;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
  }

  .gallery-slider {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding-bottom: 40px;
  }

  .gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
    cursor: pointer;
  }

  .gallery-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.5s ease;
  }

  .gallery-card:hover img {
    transform: scale(1.08) rotate(1deg);
  }

  .overlay {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    width: 100%;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .gallery-card:hover .overlay {
    opacity: 1;
  }

  .swiper-pagination-bullet {
    background: #007bff;
    opacity: 1;
  }
  
  


<style>
  body {
    font-family: 'Poppins', sans-serif;
    background: #f0f0f0;
    margin: 0;
    padding: 20px;
  }

  .gallery-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
  }

  .photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 15px;
    max-width: 1100px;
    margin: auto;
  }

  .photo-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    aspect-ratio: 1 / 1;
  }

  .photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
    transform: rotate(0deg);
  }

  .photo-item:hover img {
    transform: scale(1.05);
  }

  /* Lightbox */
  .lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 999;
  }

  .lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 0 20px #000;
  }
</style>








<meta charset="UTF-8">
  <title>Animated Image Gallery</title>
  <style>
    body {
      margin: 0;
      background: #111;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
    }

    .gallery-container {
      width: 90%;
      max-width: auto;
      height: 600px;
      overflow: hidden;
      position: relative;
      border-radius: 15px;
      box-shadow: 0 0 30px rgba(0,0,0,0.5);
    }

    .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      transform: scale(0.95);
      transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    }

    .slide.active {
      opacity: 1;
      transform: scale(1);
      z-index: 2;
    }

    .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 15px;
    }
  </style>






/*************************Pagination end**************************
