﻿
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100);



/*   
    background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 */

body {
  background: #CED1D8 none repeat scroll 0 0;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;

  

}

a:hover {
    text-decoration: none;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.btn-primary {
  background-color: #3b4b65;
  border-color: #3b4b65;
  color: #fff;
}



/**** Button ****/

.btn-primary {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    border-radius: 0;
    color: #fff !important;
    text-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: none;
    border: 1px solid #333;
    color: #333 !important;
}

.back-to-top {
  bottom: 18px;
  display: none;
  position: fixed;
  right: 15px;
}

.back-to-top i {
  background-color: #3b4b65;
  border-radius: 10px;
  color: #fff;
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  width: 36px;
}

/**** Start Section Title Section ****/

h3.section-title {
  border-bottom: 1px solid #ebebeb;
  font-family: "Oswald",sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
}

h3.section-title span {
  border-bottom: 2px solid #146992;
  display: inline-block;
  margin-bottom: -2px;
  padding-bottom: 10px;
}


/**** Start Header Section ****/
.header-section {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  padding: 12px 0;
}

.header-section .logo a {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    color: #444;
}





.logo-img img {
  width: 50% !important;
}


/* 

.top-info {
  margin-top: 10px;
  text-align: right;
}

 */

.top-info {
  margin-top: 15px;
  text-align: right;
}

.navbar-header .top-info{
	display:none;
    margin-top: 10px;
	text-align: left;

}


.navbar-header .top-social li a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ffffff;
}

.navbar-header .top-social li a .fa {
  color: #ffffff;
}

.top-social li {
    display: inline-block;
    padding-left: 5px;
}


ul.top-social li a {
    display: inline-block;
    color: #ffffff;
    padding: 5px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    border-radius:25px;
}


ul.top-social li a i {
	font-size: 14px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.top-social li a{
    background: transparent;
    border: 1px solid #333333;
    color: #333333;
}


.top-social li a .fa{
	 color: #333333;
}

.top-social li a:hover .fa{
	 color: #ffffff;
}




/**** Social Color ****/

.top-social li:hover .facebook {
    background: #3B5998;
    border: 1px solid #3B5998;

}

.navbar-header .top-social li:hover .facebook {
    background: #3B5998;
    border: 1px solid #ffffff;

}


.top-social li:hover .twitter {
    background: #00A0D1;
    border: 1px solid #00A0D1;
    color:#ffffff;    
}

.top-social li:hover .linkedin {
    background: #4875B4;
    border: 1px solid #4875B4;
    color:#ffffff;    
}

.top-social li:hover .flickr {
    background: #FE0883;
    border: 1px solid #FE0883;
    color:#ffffff;    
}

.top-social li:hover .pinterest {
    background: #910101;
    border: 1px solid #910101;
    color:#ffffff;    
}

.top-social li:hover .instagram {
    background: #4E433C;
    border: 1px solid #4E433C;
    color:#ffffff;    
}

.top-social li:hover .tumblr {
    background: #34526F;
    border: 1px solid #34526F;
    color:#ffffff;    
}

.top-social li:hover .rss {
    background: #FA9B39;
    border: 1px solid #FA9B39;
    color:#ffffff;    
}

.top-social li:hover .google-plus {
    background: #C63D2D;
    border: 1px solid #C63D2D;
    color:#ffffff;    
}



.top-phone {
    margin-top: 10px;
    font-size: 22px;
    color: #333;
}

.top-phone i {
    padding-right: 5px;
    color: #333;
}


.default-page {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.default-page p {
    text-align: justify;
}


/**** Start Navigation Section ****/

.navbar {
  border: 1px solid transparent;
  margin-bottom: 20px;
  min-height: 44px;
  position: relative;
}

.navbar {
	margin-bottom: 0;
	background: #3b4b65 ;
/* 	background:#438eca ; */
	border: none;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.navbar .navbar-collapse {
    padding: 0;
}


.navbar-default .navbar-toggle {
  border-color: #ffffff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover .fa,
.navbar-default .navbar-toggle:focus .fa {
	color:#3b4b65;
}

  
  


.navbar-default .navbar-toggle .fa {
	color: #ffffff;
}


.navbar-default .navbar-nav {
  margin: 0;
  position: relative;
  text-align: left;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}


.navbar-default .navbar-nav > li {
  display: inline-block;
  padding:0px 20px;
}



.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #93a3bd!important;
  background-color: transparent;
}



.navbar-default .navbar-nav > li::after {
  color: #93a3bd;
  content: "";
  display: inline-block;
  font: 7px/1 FontAwesome;
  position: absolute;
  right: 0;
  text-rendering: auto;
  top: 18px;
}

.navbar-default .navbar-nav > li.last-li::after {
	display:none;
}


.navbar-default .navbar-nav > li:first-child {
    padding-left: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  display: block;
  font-family: "opens sans",sans-serif;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding: 12px 10px 12px 0;
  text-transform: uppercase;
}



.navbar-default .navbar-nav > li > a i {
	margin: 0 -2px 0 -5px;
}

.navbar-default .navbar-nav > li > a:after {
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	width: 5px;
	opacity: 0;
	margin: 0 0 -3px -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.navbar-default .navbar-nav > li > a.active:after {
	opacity: 1;
}


/* 

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 100%;
	background-color: #ffffff;
    visibility: hidden;
    z-index: 2;
	opacity: 0;
}


.navbar-default .navbar-nav .dropdown::before {
border-color: transparent transparent #fff;
border-style: solid;
border-width: 0 13px 13px;
content: "";
height: 0;
left: 48px;
position: absolute;
top: -13px;
width: 0;
}



.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
	opacity: 1;
}

.dropdown li, 
.sup-dropdown li {
	position: relative;
    //border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.dropdown li:first-child, .sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li a, 
.sup-dropdown li a {
    display: block;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    padding: 12px 25px;
    border-bottom: 1px solid #dddddd;
    text-decoration: none;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
    padding-left:15px;
    font-weight:bolder;
}


.dropdown > li:hover > a, .sup-dropdown li:hover > a {
	padding-left: 15px;
	font-weight:bolder;
	color:#3b4b65 ;
}

.dropdown li a i {
	margin: 0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
	background-color: #fff;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}

 */
 
 
 
 .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #93a3bd;
}

.navbar-default .navbar-nav .dropdown::before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 13px 13px;
  content: "";
  height: 0;
  left: 48px;
  position: absolute;
  top: -13px;
  width: 0;
}

/* End Navigation Section */


/**** Start Main SLider Section ****/

.main-slider {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 10px #000000;
  position: relative;
}


.main-slider img {
    width: 100%;
    height: auto;
}

.main-slider .carousel-caption {
  left: 5%;
  text-align: center;
  top: 10%;
  width: 90%;
}


.main-slider .carousel-caption h1.slide-two {
  display: block;
  font-family: roboto;
  font-size: 50px;
  font-weight: 100;
  margin-top: 170px;
  text-align: center;
  z-index: 99999;
  text-shadow: 0 0 0 #ffffff;  
}
.main-slider .carousel-caption h3 {
  color: #82246f;
  font-size: 25px;
  margin-left: 10%;
  margin-top: 50px;
  text-align: left;
  text-shadow: 0 0 0 #ffffff;  
}

.main-slider .carousel-caption h1.slide-three {
  color: #ffffff;
  display: block;
  font-family: roboto;
  font-size: 60px;
  font-weight: 100;
  margin-left: 10%;
  margin-top: 15px;
  text-align: left;
  text-shadow: 0 0 0 #ffffff;
  z-index: 99999;
}
.main-slider .carousel-caption p {
    color: #fff;
    font-size: 15px;
    padding: 20px;
}



.main-slider .carousel-control {
    width: 5%;
}

.main-slider .carousel-control i {
  font-size: 30px;
  position: absolute;
  top: 40%;
}


.main-slider .carousel-indicators {
    bottom: 5px;
}

/**** Bootstrap Carousel ****/

.carousel-control {
    background: transparent !important;
}

.carousel-control:hover, 
.carousel-control:focus {
    background: transparent;
}




/* home */

.box1 {
	padding-top:70px;
	padding-bottom:70px;
	  background-color: #ced1d8;

}

.box1 .intro h1 {
  color: #003466;
  font-family: oswald;
  font-size: 35px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  text-align: left;
}

.box1 .intro p {
  color: #2e76b1;
  font-family: open sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0;
  padding-top: 15px;
  text-align: justify;
}


.box1 .latest {
  text-align: center !important;
  width: 100%;
} 



.box1 .latest img{
	width:100%!important;
}


.box1 .latest p {
  color: #003466;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  left: 10%;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin-top: 120px;
  position: absolute;
  top: 0;
  width: 85%;
}
/* home end*/


/* about */

.about-page {
  background-color: #ced1d8;
  padding-bottom: 30px;
  padding-top: 0px;
}


.about-content h1 {
  border-bottom: 0.5px solid #dddddd;
  color: #003466;
  font-family: oswald;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 10px;
  text-align: left;
}

.about-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 23px;
  margin: 0;
  padding-top: 15px;
  text-align: justify;
}
/* about-end */


/* dunes */



.dunes-page {
  background-image: url("../img/dunes-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}


.dunes1 {
  padding-bottom: 30px;
  padding-top: 30px;
}

/* 
.dunes-bg{
  background-color: rgba(150, 180, 218, 0.8);
  border-radius: 5px;
  padding-bottom: 30px;
  padding-top: 30px;
}


.abt-ecr-bg {
  background-color: rgba(150, 180, 218, 0.8);
  border-radius: 5px;
  padding-bottom: 30px;
  padding-top: 30px;
}



 */

.about-ecr-page {
  background-image: url("../img/abt-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}



.dunes1 .intro h1 {
  color: #003466;
  font-family: oswald;
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  text-align: left;
}

.dunes1 .intro h1 span {
  color: #003466;
  font-family: oswald;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 10px;
  text-align: left;
}


.dunes1 .intro p {
  color: #003466;
  font-family: open sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0;
  padding-top: 15px;
  text-align: justify;
}

.dunes1 .intro p b {
  color: #003466;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 26px;
}

.dunes1 .intro p.last-p {
  color: #003466;
  font-family: open sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
  padding-top: 15px;
  text-align: justify;
}



.dunes1 .quick h1 {
  color: #ffffff;
  font-family: oswald;
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  text-align: left;
  padding-top: 10px;
  padding-left:15px;
}



.dunes1 .quick ul {
  margin-top: 15px;
  padding-left: 15px;
}

.dunes1 .quick ul li::before {
  color: #a22e20;
  content: "";
  display: inline-block;
  font: 8px/40px FontAwesome;
  left: 45px;
  margin-right: 30px;
  padding-right: 30px;
  position: absolute;
  text-rendering: auto;
}


.dunes1 .quick ul li {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  height: 35px;
  line-height: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
}


/* 
.dunes1 .quick ul li:hover {
  background:rgba(250,250,250,0.7);
  	  border-bottom: 3px solid #cc3d2c !important;/*  */
  	  color:#003466!important;
}

 */

.dunes1 .quick ul li.act {
  background-color:#ffffff;
  	  border-bottom: 3px solid #cc3d2c !important;
  	  color:#cc3d2c !important;
}

.dunes1 .quick ul li.act a {
  color: #cc3d2c;
  font-weight: bold;
    padding-left: 40px!important;

}



.dunes1 .quick ul li a {
  border-bottom: 2px solid transparent;
  color: #003466;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 37px;
  padding-left: 40px !important;
}



.dunes1 .quick ul li a:hover {
  color: #003466;
	font-weight:bold;
  cursor:pointer;
      transition: all 0.1s;
}


.dunes1 .quick ul li ul li::before {
  color: #a22e20;
  content: "";
  display: none;
  font: 8px/24px FontAwesome;
  left: 70px;
  margin-right: 30px;
  padding-right: 30px;
  position: absolute;
  text-rendering: auto;
}

.dunes1 .quick ul li ul {
  margin: 0;
}

.dunes1 .quick ul li ul li {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  padding: 0;
  position: relative;
  z-index: 2147483647;
}



.dunes1 .quick ul li ul a{
  color: #003466;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
    padding-left: 40px!important;  

}

.drop-right{
	position:static!important;
}

.drop-right a{
	color:#003466!important;
}

.drop-right a:hover, .drop-right a:focus {
  color: #2a6496;
  text-decoration: none!important;
}

.drop-right .dropdown-menu {
  background-clip: padding-box;
  background-color: transparent;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: auto !important;
  padding: 5px 0;
  position: static;
  text-align: left;
  top: 100%;
  z-index: 1000;
}


.quick .open > .dropdown-menu {
  display: block;
}

.quick .dropdown-menu > li > a:hover,
.quick .dropdown-menu > li > a:focus {
  background-color: transparent;
}


/* dunes end */


/* media */

.media-page {
  background-image: url("../img/media-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
}


.media-page p {
  padding-left: 2%;
}

.media-page p b{
	color:#454545;
}


.media-page hr{
	opacity:0.5;
	width:90%;
}



.location-page {
  background-image: url("../img/location-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.locate-img{
	width:100%;
	text-align:center;
}

.locate-img img{
display:inline-block;
width:100%;
}

.locate-img img:hover{
	display:inline-block;
	width:auto!important;
}




/* media end */

/* contact */


.contact-page {
  background-color: #ced1d8;
}

.page-title-overlay h1 {
  padding-bottom: 15px;
  padding-top: 15px;
  margin: 0px;
}
.contact-section {
    padding: 0 20px 20px;
}

.contact-section h3.section-title {
  border-bottom: 1px solid #ebebeb;
  font-family: "Oswald",sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 0;
}

.contact-section strong {
    color: #146992;
    font-weight: 400;
}
.contact-section p {
    padding-bottom: 10px;
}
ul.icons-list {
    margin-bottom: 6px;
}
.list-unstyled {
    display: inline-block;
    list-style: outside none none;
    padding-left: 0;
}
ul.icons-list li, ul.list-unstyled li {
  font-size: 14px;
  margin-bottom: 4px;
  padding-top: 6px;
}
ul.icons-list li i {
  color: #146992;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 4px;
}

.key-plan-page {
  background-image: url("../img/chart-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}/* contact end */

/* footer */



.location {
  background-color: #3b4b65;
  padding-bottom: 10px;
  padding-top: 5px;
}

.location h5{
margin:0px;
color:#ffffff;
letter-spacing:1.5px;
line-height:30px;
}


.location .address span{
	display:block;
}

.location .address span.ipad{
	display:inline!important;
}


.location .contact-things span{
	display:block!important;
}




.location .contact-things span.ipad{
	display:inline!important;
}





.location p{
margin:0px;
color:#ffffff;
}

.location ul {
  margin-top: 4%;
  text-align: center;
  width: 100%;
}

.contact-things {
  color: #ffffff !important;
  padding-top:18px;
  text-align: right;
}
.location ul li {
  display: inline-block;
  margin: 5px;
}

.location ul li a{
	text-align:center;
}

.location ul li a .fa {
  background-color: #ced1d8;
  border: 1px solid #ced1d8;
  border-radius: 25px;
  color: #3b4b65;
  display: inline-block;
  height: 35px;
  padding-top: 10px;
  transition: background 0.3s ease 0s;
  width: 35px;
}




.footer {
  background-color: #ced1d8;
  padding-bottom: 10px;
  padding-top: 10px;
}

.footer .little-genie img{
	
}

.footer span {
  color: #7a7a7a;
  display: block;
  font-family: "opens Sans",sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 40px;
  text-align: right;
}

/* foote-end */



.animation-delay-1 {
    animation-delay: 0.2s !important;
}
.animation-delay-2 {
    animation-delay: 0.4s!important;
}
.animation-delay-3 {
    animation-delay: 0.6s !important;
}
.animation-delay-4 {
    animation-delay: 0.8s !important;
}
.animation-delay-5 {
    animation-delay: 1.0s !important;
}
.animation-delay-6 {
    animation-delay: 1.1s !important;
}
.animation-delay-7 {
    animation-delay: 1.4s !important;
}
.animation-delay-8 {
    animation-delay: 1.6s !important;
}
.animation-delay-9 {
    animation-delay: 1.8s !important;
}
.animation-delay-10 {
    animation-delay: 2.0s !important;
}
.animation-delay-11 {
    animation-delay: 2.2s !important;
}
.animation-delay-12 {
    animation-delay: 2.4s !important;
}
.animation-delay-13 {
    animation-delay: 2.6s !important;
}
.animation-delay-14 {
    animation-delay: 2.8s !important;
}
.animation-delay-15 {
    animation-delay: 2.6s !important;
}

.animation-delay-16 {
    animation-delay: 3.0s !important;
}



