body {	
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

a:hover {text-decoration: none;opacity: 0.8;}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #1199D8;
}

::-webkit-selection {
    color: white; 
    background: #1199D8;
}

::-moz-selection {
    color: white; 
    background: #1199D8;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: #1199D8;
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: orange;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

/*editing css*/
.bread-cum{
    font-size: 22px;
}

/*editing css*/
/*<=====================
  topheader-area start
  ======================>*/
.topheader-area {
    background-color: #1199D8;
    padding: 15px 0;
}

.topheader-left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.topheader-left ul li {
    color: #FFF;
    margin: 0 2px;
    display: inline-block;
}

.topheader-left ul li i {
    color: #fff;
    font-size: 16px;
    padding-right: 8px;
}

.topheader-left ul li span {
    color: #fff;
    font-size: 15px;
}

.topheader-left ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;

}

.topheader-left ul li a:hover {
    opacity: 0.8;
}

.topright-inner ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
}

.topright-inner ul li {
    float: left;
    margin: 0 16px;
}

.topright-inner ul li img {
   max-width: 100%;
}

.topright-inner ul li i {
    color: #fff;
    font-size: 17px;
}

.topright-inner ul li a {
    color: #fff;
    font-size: 15px;
    padding-left: 7px;
}

.topright-inner ul li a:hover {
     opacity: 0.8;
}

.topright-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
}

.topright-part ul li {
    float: left;
}

.topright-part ul li a {
    color: #1199D8;
    font-size: 15px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    margin-left: 6px;
    display: block;
    border-radius: 5px;
    background-color: #fff;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.topright-part ul li a:hover {
    /*! color: orange; */
}
/*<=====================
  topheader-area end
  ======================>*/

/*<=====================
  header-area start
  ======================>*/
.header-area {
    background-color: #fff;
    padding: 15px 0;
}

.navbar {
    padding: 0px;
}

.navbar-brand img {
    max-width: 100%;
    display: block;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.navbar-brand img:hover {
    opacity: 0.8;
}

.main-menu-part ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.main-menu-part ul li {
    float: left;
}

.main-menu-part ul li a {  
    color: #000000;
    font-size: 14px;
    padding: 18px 0px 11px 32px;
    display: block;
    text-transform: uppercase;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.main-menu-part ul li a:hover {
    color: #1199D8;
}

.hamburger {
  padding: 10px 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
  outline: 0px!important;
}

.hamburger:hover {
    opacity: 0.7; 
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}

.hamburger-inner::before {
    top: -10px; 
}

.hamburger-inner::after {
    bottom: -10px; 
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

/*<=====================
  header-area end
  ======================>*/



/*<=====================
  headerdwon-area start
  ======================>*/
.headerdwon-area {
    background: url(img/bg-first.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    padding-top: 166px;
    padding-bottom: 90px;
}


.hddwon-right h5 {
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 5px 12px;
    overflow: hidden;
    width: 45%;
    position: relative;
    left: 54%;
    top: 2px;
}

.hddwon-right h3 {
    color: #fff;
    font-size: 50px;
    padding-left: 97px;
    padding-top: 16px; 
}

.hddwon-right h2 {
    color: #fff;
    font-size: 62px;
    padding-left: 192px;  
}

.hddwon-right p {
    color: #fff;
    font-size: 15px;
    text-align-last: right;
    padding-top: 27px;
    line-height: 29px;
    padding-bottom: 14px;
}

.hddwon-btn {
    float: right;
    padding-top: 14px;
    padding-bottom: 14px;
}

.hddwon-btn a {
    color: #fff;
    font-size: 16px;
    background-color: #1199D8;
    padding: 12px 28px;
    border-radius: 30px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;   
}

.hddwon-btn a:hover {
    opacity: 0.8;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: #8E857B;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 6px;
    outline: none;
    float: right;
    margin-top: 51px;
    margin-right: 4px;
}

.owl-carousel button.owl-dot:focus {
    background-color: #fff;
}


/*<=====================
  headerdwon-area end
  ======================>*/

/*<=====================
  difference-area start
  ======================>*/
.difference-area {
    background-color: #F0F0F0;
    padding: 60px 0;
}

.difference-top h2 {
    color: #000000;
    font-size: 34px;
    text-align: center;
    padding-top: 21px;
}

.difference-top h2 span {
    color: #1199D8;
}

.difference-top p {
    color: #aaa;
    font-size: 16px;
    text-align: center;
    padding-top: 36px; 
    padding-bottom: 20px;   
}

.difference-left h3,
.difference-inner h3 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    position: absolute;
    top: 236px;
    left: 10%;
    right: 10%;
}



.difference-left p,
.difference-inner p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 272px;
    left: 10%;
    right: 10%;
}

.difference-left img,
.difference-inner img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.difference-right {
    background-color: #1199D8;
    padding: 15px;
}

.difference-right form h3 {
    color: #fff;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.difference-right form input[type="text"] {
    color: #000000;
    font-size: 15px;
    font-style: italic;
    padding: 5px 10px;
    background: none;
    border: none;
    border: 1px solid #5EBAE5;
    outline: none;
    width: 100%;
    margin-bottom: 14px;
}

.difference-right form input[type="text"]::placeholder {
       color: #fff;
       font-size: 15px;
}



.difference-right form input[type="email"] {
    color: #000000;
    font-size: 15px;
    font-style: italic;
    padding: 5px 10px;
    background: none;
    border: none;
    border: 1px solid #5EBAE5;
    outline: none;
    width: 100%;
    margin-bottom: 14px;
}

.difference-right form input[type="email"]::placeholder {
       color: #fff;
       font-size: 15px;
}


.difference-right form textarea {
    color: #000000;
    font-size: 15px;
    font-style: italic;
    padding: 5px 10px;
    background: none;
    border: none;
    border: 1px solid #5EBAE5;
    outline: none;
    width: 100%;
    height: 73px;
    margin-bottom: 10px;
}

.difference-right form textarea::placeholder {
       color: #fff;
       font-size: 15px;
}


.difference-right form input[type="submit"] {
    color: #1199D8;
    font-size: 16px;
    text-transform: capitalize;
    padding: 5px 10px;
    background: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 10px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;

}

.difference-right form input[type="submit"]:hover {
    opacity: 0.8;
}

/*<=====================
  difference-area end
  ======================>*/


/*<=====================
  wehelpmain-area start
  ======================>*/
.wehelpmain-area {
    background-color: #fff;
    padding: 80px 0;
}
/*<=====================
  wehelpmain-area end
  ======================>*/


/*<=====================
  wearea-area start
  ======================>*/
.wearea-area {
    background-color: #fff;
    padding: 10px 0;
}

.wearea-left img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.wearea-right h2 {
    color: #000000;
    font-size: 31px;
    padding-top: 46px;
    padding-bottom: 10px;
}

.wearea-right p {
    color: #aaa;
    font-size: 15px;
    text-align: justify;
    padding-top: 14px;
    padding-bottom: 22px;    
}

.wearea-btn {
    padding-top: 5px;
}

.wearea-btn a {
    color: #fff;
    font-size: 16px;
    background-color: #1199D8;
    padding: 12px 28px;
    border-radius: 30px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;    
}

.wearea-btn a:hover {
    opacity: 0.8;
}
/*<=====================
  wearea-area end
  ======================>*/


/*<=====================
  wehelp-area start
  ======================>*/
.wehelp-area {
    background-color: #fff;
    padding: 5px 0;
}


.wehelp-left h2 {
    color: #000000;
    font-size: 31px;
    padding-top: 46px;
    padding-bottom: 10px;
    text-align-last: right;
}

.wehelp-left p {
    color: #aaa;
    font-size: 15px;
    text-align: justify;
    padding-top: 14px;
    padding-bottom: 22px;
    text-align-last: right;   
}

.wehelp-btn {
    padding-top: 5px;
    text-align-last: right;
}

.wehelp-btn a {
    color: #fff;
    font-size: 16px;
    background-color: #1199D8;
    padding: 12px 28px;
    border-radius: 30px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;    
}

.wehelp-btn a:hover {
    opacity: 0.8;
}


.wehelp-right img {
    max-width: 100%;
    display: block;
    margin: auto;
}
/*<=====================
  wehelp-area end
  ======================>*/



/*<=====================
  volunteer-area start
  ======================>*/
.volunteer-area {
    background: url(img/cruise-job.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 55px 0;  
}

.volunteer-part {
    background-color: #00000091;
    padding: 20px;
}

.volunteer-part h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 13px;
}

.volunteer-part h2 span {
    color: #1199D8;
}

.volunteer-part p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 19px;
}

.volunteer-bnt {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 27px;
}

.volunteer-bnt a {
    color: #fff;
    font-size: 15px;
    background-color: #1199D8;
    padding: 11px 23px;
    border-radius: 30px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;    
}

.volunteer-bnt a:hover {
    opacity: 0.8;
}
/*<=====================
  volunteer-area end
  ======================>*/


/*<=====================
  programs-area start
  ======================>*/
.programs-area {
    background-color: #fff;
    padding: 60px 0;
}

.programs-top h2 {
    color: #000000;
    font-size: 30px;
    text-align: center;
    padding-top: 19px;
}

.programs-top h2 span {
    color: #1199D8;
}

.programs-top p {
    color: #aaa;
    font-size: 16px;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 38px;    
}

.programs-left img {
    max-width: 100%;
    display: block;
    border-bottom: 6px solid #DBDBDB;
}

.programs-left span {
    width: 62%;
    height: 5px;
    background-color: #1199D8;
    display: block;
    position: relative;
    top: -6px;
}

.programs-left h5 {
    color: #fff;
    font-size: 13px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 39px;
    border-radius: 50%;
    background-color: #1199D8;
    position: absolute;
    top: 162px;
    left: 222px;    
}


.programs-left h3 {
    padding-top: 18px;
}

.programs-left h3 a {
    color: #000000;
    font-size: 22px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.programs-left h3 a:hover {
    opacity: 0.8;
}

.programs-left h4 {
    color: #5EB0E0;
    font-size: 19px;
}

.programs-left p {
    color: #aaa;
    font-size: 15px;
    padding-top: 13px;
}

.pgrleft-btn {
    padding-top: 13px;
    padding-bottom: 28px;
}

.pgrleft-btn a {
    color: #fff;
    font-size: 15px;
    background-color: #1199D8;
    padding: 11px 23px;
    border-radius: 30px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;    
}

.pgrleft-btn a:hover {
    opacity: 0.8;
}
/*<=====================
  programs-area end
  ======================>*/



/*<=====================
  last-news-area start  ======================>*/
.last-news-area {
    background-color: #ddd;
    padding: 15px 0;
}

.lastnews-top h2 {
    color: #000000;
    font-size: 30px;
    text-align: center;
    padding-top: 19px;
}

.lastnews-top h2 span {
    color: #1199D8;
}

.lastnews-top p {
    color: #000000;
    font-size: 16px;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 38px;    
}

.lastnews-overlay > img {
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
   
}

.lastnews-left {
    position: relative;
}

.lastnews {
    position: absolute;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease;
}

.lastnews:hover {
    background: rgba(18, 153, 217,0.7);
}




.lastnews-overlay {
    background: red
    width: 100%;
    height: 100%;
}

.lastnews-left h4 {
    color: #fff;
    font-size: 26px;

    text-align: center;
  
}

.lastnews p img {
    margin-right: 10px;
}



.lastnews-left p {
    color: #fff;
    font-size: 15px;
   
    text-align: center;
   
}










/*<=====================
  last-news-area  end
  ======================>*/

/*<=====================
  community-area start
  ======================>*/
.community-area {
    background-color: #1199D8;
    padding: 40px 0;
}

.community-left h2 {
    color: #fff;
    font-size: 30px;
    padding-top: 15px;
}

.community-left p {
    color: #fff;
    font-size: 13px;
    padding-top: 15px;    
}

.community-left form {
    width: 100%;
    border: 1px solid #5EBAE5;
    margin-top: 44px;  
}

.community-left form input[type="email"] {
    color: #fff;
    font-size: 15px;
    padding: 9px 10px;
    background: none;
    border: none;
    outline: none;
    float: left;
    width: 75%;
}

.community-left form input[type="email"]::placeholder {
       color: #fff;
       font-size: 15px;
}


.community-left form input[type="submit"] {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    padding: 8px 10px;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    float: right;
    width: 25%;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;

}

.community-left form input[type="submit"]:hover {
    background: #fff;
    color: #000000;
}
/*<=====================
  community-area  end
  ======================>*/



/*<=====================
  footer-area start
  ======================>*/
.footer-area {
    background-color: #161616;
    padding: 60px 0;
    border-bottom: 1px solid #3B3B3B;
    padding-bottom: 20px;
}

.footer-left h4,
.footer-inner h4,
.footer-right h4 {
    color: #fff;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 22px;
}

.footer-left p {
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
}

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

.footer-left ul li {
    display: block;
    padding-bottom: 25px;
}

.footer-left ul li span {
    color: #fff;
    font-size: 13px;
}

.footer-left ul li i {
    color: #1199D8;
    font-size: 18px;
    padding-right: 10px;
}

.footer-left ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.footer-left ul li a:hover {
    opacity: 0.8;
}

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

.footer-inner ul li {
    display: block;
    padding-bottom: 11px;
}

.footer-inner ul li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease    
}

.footer-inner ul li a:hover {
    opacity: 0.8;
}

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

.footer-right ul li {
    display: block;
    padding-bottom: 30px;
}

.footer-right ul li i {
    color: #2DAAE1;
    font-size: 26px;
}

.footer-right ul li a p {
    color: #fff;
    font-size: 14px;
    margin-left: 66px;
    margin-top: -34px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease      
}

.footer-right ul li a p:hover {
    opacity: 0.8;
}

.carousel-control-prev {
    left: 0;
    display: none;
}
.carousel-control-next {
    right: 0;
    display: none;
}

.carousel-caption {
    position: absolute;
    right: 8%;
    bottom: initial;
    top: 30%;
    left: initial;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
   
}

.carousel-caption h5 {
    display: inline-block;
    border: 1px solid #fff;
    padding: 8px;
}










/*<=====================
  footer-area end
  ======================>*/


/*<=====================
  lastfr-area start
  ======================>*/
.lastfr-area {
    background-color: #161616;
    padding: 20px 0;
}

.lastfr-part p {
color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 0;
}

.lastfr-part p a {
    color: #fff;
    font-size: 15px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.lastfr-part p a:hover {
    color: #ffc107;
    text-decoration: underline;
}

.service-breadcrumb
{

    background-color:#1199d8;
}

<!--- .wthree_service_breadcrumb_left li
{
color:white;
}-->

.wthree_service_breadcrumb_right h3
{
    color:white;
}-->


p.dolor:after{
    width: 5%;
    height: 2px;
    background: #F58703;
    position: absolute;
    bottom: 0%;
    left: 48%;
    content: '';
}