@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

@font-face {
    font-family: 'lucida_sans_unicoderegular';
    src: url('fonts/l_10646-webfont.eot');
    src: url('fonts/l_10646-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/l_10646-webfont.woff2') format('woff2'),
         url('fonts/l_10646-webfont.woff') format('woff'),
         url('fonts/l_10646-webfont.ttf') format('truetype'),
         url('fonts/l_10646-webfont.svg#lucida_sans_unicoderegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.wrapper{
	margin:0;
	padding:0;
	width:100%;
}

body{
	font-family: 'open_sansregular';
	font-size:14px;
	color:#2a2a2a;
	line-height:20px;
}

.container{
	width:1100px;
	margin:0 auto;
}

.title_block{
	font-family:'lucida_sans_unicoderegular';
	font-size:16px;
	margin-bottom:8px;
	color:#2a2a2a;
}

.title_header{
	background:url(images/underline.png) repeat-x center center;
	width:70%;
	margin: 0 auto;
	text-align:center;
	position:relative;
	margin-bottom:48px;
}

.title_header_span{
	font-size:19px;
	font-weight:normal;
	color:#2f8def;
	background:#fff;
	padding:10px 30px;
	position:relative;
	letter-spacing: 0.5px;
	text-align:center;
}

.title_header:after{
	position:absolute;
	bottom:-25px;
	left:0;
	right:0;
	content:"";
	width:20px;
	height:11px;
	display: table;
	margin:0 auto;
	background:url(images/underline_after.png) no-repeat;
}




.header{
	width:100%;
	float:left;
	border-top:3px solid #0097f0;
}

.logo{
	float:left;
	width:20%;
}

.logo img{
	width:118px;
}

.header_right{
	float:right;
	width:48%;
	margin-top: 20px;
	color:#1963c7;
	font-size:16px;
	font-family: 'lucida_sans_unicoderegular';
}

.ph_sec{
	float:left;
	width:57%;
	border-right:2px solid #cfcfcf;
}

.ph, .mail{
	float:left;
	margin-right:8px;
	display:block;
	padding-left:40px;
	height:31px;
	padding-top: 7px;
}

.ph{
	background:url(images/ph.png) no-repeat left center;
}

.mail{
	background:url(images/mail.png) no-repeat left center;
	/*background-size:28px 28px;*/
}

.social_icons{
	width:43%;
	float:left;
	padding-left:25px;
	margin-top:10px;
}

.social_icons ul {
	list-style:none;
	float:left;
}

.social_icons ul li{
	float:left;
	display:inline-block;
	width:43px;
	height:42px;
	margin-right:4px;
	
}

.social_icons ul li a{
	border:0;
	transition: 0.5s;
}

.social_icons ul li:hover a{
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
}

/***************************************** Main menu starts *******************************************/


.mainmenu_bg {
  width: 100%;
  float:left;
  margin-top:5px;
  background: url(images/menu_bg.jpg) repeat-x left top;
}

.main_menu,
.main_menu ul,
.main_menu ul li,
.main_menu ul li a,
.main_menu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_menu:after,
.main_menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.main_menu #menu-button {
  display: none;
}
.main_menu {
  width: 100%;
  float:left;
  font-family: 'lucida_sans_unicoderegular';
}
.main_menu > ul {
}
.main_menu.align-right > ul > li {
  float: right;
}
.main_menu > ul > li {
  float: left;
  display: inline-block;
}
.main_menu.align-center > ul {
  float: none;
  text-align: center;
}
.main_menu.align-center > ul > li {
  float: none;
}
.main_menu.align-center ul ul {
  text-align: left;
}
.main_menu > ul > li > a {
  padding: 18px 20px 15px;
  border-right: 1px solid #1963c7;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'lucida_sans_unicoderegular';
  transition:0.2s all ease-in 0.2s;
}
.main_menu > ul > li:hover > a,
.main_menu > ul > li > a:hover,
.main_menu > ul > li.active > a {
  color: #ffffff;
  background: #1963c7;
}
.main_menu > ul > li.has-sub > a {
  padding-right: 35px;
}
.main_menu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #d3eced;
  right: 13px;
  top: 23px;
}
.main_menu > ul > li.has-sub.active > a::after,
.main_menu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
.main_menu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
  z-index:999;
}
.main_menu.align-right ul ul {
  text-align: right;
}
.main_menu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
.main_menu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
.main_menu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
.main_menu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
.main_menu > ul > li > ul {
  top: 42px !important;
}
.main_menu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
.main_menu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
.main_menu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
.main_menu.align-right ul ul ul {
  padding-right: 6px;
}
.main_menu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
.main_menu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
.main_menu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 215px;
  color: #777777;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
.main_menu ul ul li:hover > a,
.main_menu ul ul li.active > a {
  color: #333333;
}
.main_menu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.main_menu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.main_menu > ul > li > ul::after {
  position: absolute;
  display: block;
}
.main_menu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
.main_menu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
.main_menu ul ul li.has-sub.active > a::after,
.main_menu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
.main_menu.align-right ul ul li.has-sub.active > a::after,
.main_menu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .main_menu {
    background: #39b1cc;
  }
  .main_menu > ul {
    display: none;
  }
  .main_menu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main_menu.align-right > ul {
    float: none;
  }
  .main_menu.align-center > ul {
    text-align: left;
  }
  .main_menu > ul > li,
  .main_menu.align-right > ul > li {
    float: none;
    display: block;
  }
  .main_menu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  .main_menu > ul > li:hover > a,
  .main_menu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  .main_menu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #d3eced;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url('images/bg.png');
    cursor: pointer;
  }
  .main_menu ul ul,
  .main_menu ul li:hover > ul,
  .main_menu > ul > li > ul,
  .main_menu ul ul ul,
  .main_menu ul ul li:hover > ul,
  .main_menu.align-right ul ul,
  .main_menu.align-right ul li:hover > ul,
  .main_menu.align-right > ul > li > ul,
  .main_menu.align-right ul ul ul,
  .main_menu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  .main_menu ul ul li {
    width: 100%;
  }
  .main_menu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  .main_menu ul ul ul li a {
    padding-left: 45px;
  }
  .main_menu ul ul li:first-child > a,
  .main_menu ul ul li:last-child > a {
    border-radius: 0;
  }
  .main_menu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    border-bottom: 2px solid #d3eced;
    right: 25px;
    top: 18px;
  }
  .main_menu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    right: 25px;
    top: 28px;
  }
  .main_menu > ul > li.has-sub > a::after,
  .main_menu ul ul li.has-sub > a::after {
    display: none;
  }
}

/***************************************** Main menu ends *******************************************/


/***************************************** Slider starts******************************************/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.banner{
	float: left;
	width:100%;
	margin-top:15px;
}

.slick-arrow{
	position:absolute;
	top:48%;
	width:100%;
	cursor:pointer;
}

.slick-prev{
	background:url(images/left_arrow.png) no-repeat left center;
	width:28px;
	height:28px;
	left:4%;
	border:0;	
	font-size:0;
	z-index:999;
}

.slick-next{
	background:url(images/next_arrow.png) no-repeat right center;
	right:4%;
	width:28px;
	height:28px;
	border:0;
	font-size:0;
}

/*********************************************** Slider ends *************************************************/


/*********************************************** Quick links starts *************************************************/

.quick_links{
	width:100%;
	float:left;
	margin-top:25px;
}

.quicklink_box{
	width: 29%;
    float: left;
    margin: 0 2.1%;
}

.quick_img{
	width:90px;
	height:90px;
	margin:0 auto;
	float:none;
	margin-bottom:10px;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.quick_img:hover{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}

.quick_cont{
	float:left;
	text-align:center;
	margin-top:10px;
}

.quick_cont .cont{
	float:left;
	font-size:14px;
}

.readmore{
	margin-top:8px;
	float:left;
	width:100%;
}

.readmore a{
	text-decoration:none;
	color:#2f8def;
	font-size:15px;
	text-align:center;
	font-family: 'lucida_sans_unicoderegular';
}

.readmore a:hover{
	color:#1963C7;
	text-decoration:underline;
}


/*********************************************** Quick links ends *************************************************/


/***************************************** Hightlights starts *****************************************/

.highlights{
	width:100%;
	float:left;
	margin-top:40px;
}

.highlight_box{
	width:30%;
	float: left;
	margin:0 1.6%;
}

.high_title_bg{
	background:#60abfa;
	padding:10px;
	color:#fff;
	font-size:18px;
	text-align:center;
	font-family:'lucida_sans_unicoderegular';
}

.high_title_bg a{
	text-decoration:none;
	color:#fff;
	text-align:center;
}

.img_box{
	width:100%;
	border-left:2px solid #67b0fb;
	border-right:2px solid #67b0fb;
}

.img_box img{
	width:100%;
}

.high_cont{
	text-align: center;
	border:2px solid #67b0fb;
	padding:10px 5px 14px;
}

/***************************************** Hightlights ends *****************************************/

/***************************************** Gallery starts *****************************************/

.gallery{
	width:100%;
	float:left;
	margin-top:40px;
}

.gallery img{
	width:237px;
	height:160px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border:4px double #494949;
}

#gallery{
	width: 92%;
    margin: 0 auto;
}

#gallery .slick-arrow{
	position:absolute;
	top:45%;
	width:100%;
	cursor:pointer;
}

#gallery .slick-prev{
	background:url(images/gal_prev.png) no-repeat left center;
	width:32px;
	height:32px;
	left:-4%;
	border:0;	
	font-size:0;
	z-index:999;
}

#gallery .slick-next{
	background:url(images/gal_next.png) no-repeat right center;
	right:-3%;
	width:32px;
	height:32px;
	border:0;
	font-size:0;
}

/***************************************** Gallery ends *********************************************/


/********************************************* Footer starts *********************************************/

.footer{
	background:#545656;
	padding:18px 0 0;
	width:100%;
	float:left;
	color:#fff;
	margin-top:30px;
}

.footer_title{
	color:#fff;
	margin-bottom:8px;
	padding-bottom:8px;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'lucida_sans_unicoderegular';
	background:url(images/footer_title.jpg) no-repeat left bottom;
}

.footer_col{
	width:30%;
	float:left;
	margin-right:2%;
}
	
.footer_col ul{
	list-style:none;
	padding:0;
	margin:0;
}

.footer_col ul li{
	float:left;
	width:100%;
	display:block;
}

.footer_col ul li a{
	color: rgba(255, 255, 255, 0.81);
	text-decoration:none;
	background:url(images/footer_icon.png) no-repeat left center;
	padding-left:20px;
	line-height:28px;
	display:block;
}

.footer_col ul li a:hover{
	background:url(images/footer_icon.png) no-repeat left center;
	color:#fff;
}

.footer_col:last-child{
	margin-right:0 !important;
	width: 28%;
    margin-left: 8%;
}

.footer_col p{
	line-height:20px;
	color:rgba(255, 255, 255, 0.81);
}

.footer_col strong{
	margin-bottom:5px;
	float:left;
	width:100%;
}

.footer .social_icons{
	float:left;
	width:100%;
	padding-left:0 !important;
}

.footer .social_icons ul li{
	
}

.footer .social_icons ul li a{
	background:none !important;
	padding-left: 0 !important;
	
}

.footer .social_icons ul li a img{
	padding-right:10px;
	width:43px;
	vertical-align:middle;
}

.footer_top{
	width:100%;
	float:left;
	padding-bottom:4px;
}

.footer_btm{
	border-top:1px solid #474848;
	float:left;
	width:100%;
	padding:6px 0;
}

.footer_btm_left{
	float:left;
	font-size:12px;
	color:rgba(255, 255, 255, 0.81);
}
	
.footer_btm_right{
	float:right;
}

.footer .social_icons ul li a{
	border:0;
	transition: 0.3s all 0.3s ease;
}

.footer .social_icons ul li:hover a{
	color:rgba(255, 255, 255, 0.81);
	opacity:0.6;
	transform: scale(1)  translate(5px);
	-webkit-transform: scale(1)  translate(5px);
	-moz-transform: scale(1)  translate(5px);
	-ms-transform: scale(1)  translate(5px);
}

/********************************************* Footer ends *********************************************/

/****************************************** Breadcrubs starts************************************************/

.breadcrumb{
	width:100%;
	float:left;
}

.breadcrumb ul{
	float:left;
	list-style:none;
	margin:0;
	padding:22px;
	background:#fff;
	/*border:4px double rgba(25, 99, 199, 0.35);*/
	border:4px groove rgba(40, 148, 247, 0.45);
	background:url(images/breadcrumb_bg.png) repeat left center;
	width:100%;
	margin-top: 20px;
}

.breadcrumb ul li{
	float:left;
	display:inline-block;
}

.breadcrumb ul li a{
	text-decoration:none;
	color:#333;
	padding:0 14px;
	background:url(images/footer_icon_hover.png) no-repeat 100% center;
}

.breadcrumb ul li:last-child a{
	background:none;
}

.breadcrumb ul li a:hover{
	color:#1963C7;
}

/****************************************** Breadcrubs ends************************************************/

/********************************************* Gallery page starts *********************************************/

.gallery_page{
	width:100%;
	float:left;
}

.gal_img{
	width:100%;
	float: left;
	margin:40px 0 0;
}

.gal_img ul{
	list-style:none;
	margin:0;
	padding:0;
}

.gal_img ul li{
	float:left;
	width: 29%;
    margin: 1% 2%;
}

.gal_img ul li a img{
	width: 100%;
	margin-right:2%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 4px double #494949;
}

/********************************************* Gallery page ends *********************************************/


/************************************************ Colorbox starts************************************************/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/************************************************ Colorbox ends ************************************************/


/***************************************************** About us page starts **************************************************/

.aboutus_page{
	float:left;
	width:100%;
}

.content{
	width:100%;
	float:left;
	margin-top:28px;
}

.content p{
	font-size:14px;
	line-height:20px;
	color:#2a2a2a;
	text-align: justify;
}

.content p img{
	width: 300px;
    margin-right: 20px;
    float: left;
    border: 1px solid #ddd;
    padding: 5px;
}

.cont_left{
	float: left;
    width: 45%;
    margin-right: 2%;
    background: #f5f5f5;
    border: 4px inset #E2E2E2;
    padding: 32px 22px 22px;
    border-radius: 33px 0;
}

.cont_left .title_header_span, .cont_right .title_header_span{
	background:#f5f5f5;
}

.cont_right{
	float:right;
    width: 45%;
    margin-right: 2%;
    background: #f5f5f5;
    border: 4px outset #E2E2E2;
    padding: 32px 22px 22px;
    border-radius: 0 33px;
}

	

/***************************************************** About us page ends **************************************************/

/***************************************************** Clients page Starts **************************************************/

.client_page{
	width:100%;
	float:left;
}

.client_img ul li{
	width: 22%;
    background: #EAEAEA;
    border: 1px solid #D4D1D1;
    padding: 4px;
    margin: 1% 1.5%;
}

.client_img ul li img{
	width:100%;
	vertical-align: middle;
}

/***************************************************** Clients page ends **************************************************/


/***************************************************** Contact us page *******************************************************/

.contact_page{
	float:left;
	width:100%;
}

.map{
	width:100%;
	float:left;
	margin-top: 28px;
}

.map_bg{
	width:100%;
	padding: 7px;
    background: rgba(24, 50, 84, 0.25);
}

.locate_us{
	float:left;
	width:100%;
	margin-top:28px;
}

.locate_left{
	float:left;
}

.locate_right{
	float:left;
	width:40%;
	margin:5% 0 0 5%;
}

.enquiry{
	width:35%;
	float:right;
}

.locate{
	width:60%;
	float:left;
}

.enquiry input, .enquiry textarea{
	float:left;
	width:100%;
	border:1px solid #ddd;
	padding:8px 10px;
	color:#333;
	margin-bottom:10px;
}

.submit_btn{
	float:right !important;
	width:auto !important;
	background:#1963C7;
	padding:8px 20px !important;
	color:#fff !important;
	border:0 !important;
	cursor:pointer;
}

.enquiry_form{
	background:#f5f5f5;
	border:4px double #ddd;
	border-radius:0 0 30px 0;
	padding:25px;
	float:left;
}

/***************************************************** Contact us page ends *******************************************************/

.services_page{
	float:left;
	width:100%;
	min-height: 350px;
}


/******************************************** Credential page *******************************************/


.credential_page{
	float:left;
	width:100%;
	margin-top:20px;
}

.credential_cont{
	float:left;
	width:100%;
	margin-bottom:15px;
	padding-bottom:15px;
	padding-top: 10px;
	border-bottom:1px dashed #ccc;
}

.credential_cont p{
	font-size:13px;
	line-height:22px;
	margin-bottom: 8px;
	/*width:86.8%;
	float: right;*/
}

.credential_cont_right{
	float:left;
	width:100%;
}

.credential_cont_right h4{
	font-size:16px;
	margin-bottom:5px;
	color:#111;
}

.credential_cont_right h5{
	font-size:14px;
	margin-bottom:2px;
}

.credential_cont_right h6{
	font-size:13px;
	margin-bottom:5px;
}

.credential_cont img{
	float:left;
	margin:0 20px 10px 0;
	width:110px;
	box-shadow:2px 3px 7px #ccc;
	padding:4px;
	border:1px solid #ddd;
}

.left{
	float:left;
}

.right{
	float:right !important;
	margin: 0 0 20px 20px !important;
}

.list{
	float: left;
	list-style:none;
	padding:0;
	margin-left:15px;
}

.list li{
	float:left;
	width:100%;
	line-height:20px;
	font-size:14px;
	padding-bottom:10px;
	background:url(images/icon.png) no-repeat left 7px;
	padding-left:15px;
}

.txt_right{
	text-align: left !important;
	width:100%;
	margin-left:15px;
}
