* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
     font-style: normal;
    font-weight: normal;
}
html{
    scroll-behavior: smooth;
    font-size: 100%;
}
a {
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.animatedParent {
    overflow: hidden;
}
a:hover {
text-decoration:none;
}
.example{ overflow:hidden}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
   font-family: 'Ubuntu', sans-serif;

    
    font-style: normal;
    padding:1rem 0;
}

p{
    margin: 0;
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    padding: 1rem 0; color:#000; 
}

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

ul li {
    margin: 0;
    padding: 0;
    
    font-style: normal;
    outline: none;
    border: none;
}
ul li:focus{
  outline: none;
  border: none;
}
span,
div{
    
    font-style: normal;
    outline: none;
    border: none;
}
.pxm{
  padding:2rem 0;
}

.no-left-space{ padding-left:0px;}
.pull-right{ float:right !Important;}
.pull-left{ float:left !Important;}

 .sticky-header {
    position: fixed;
    top: 0;
    z-index:9999999;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background:#75553c    !important;
    animation: transi 2s;
    padding: 0;
    margin-top: 0 !important;
}

@keyframes transi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.clear-fix{ display:block; clear:both; width:100%; float:left}
.no-margin-top{ margin-top:0px !Important}
.no-margin-bot{ margin-bottom:0px !Important}

.light-ping-2{ color:#d98e7e;}

/*************** Header top*****************/
 header{ width:100%;  top:0; left:0; z-index:99 }
.head-top{ width:100%; padding:0; margin:0; color:#fff; background-color:#ea9999; padding:6px 0px;  }
.phone{ padding:0px 7px;}
.light-ping-1{ color:#edaeae;}
.Title-social{
    text-align: right;
}
.Title-social li{
    width:26px;
    display: inline-block; height:26px;
    list-style: none;
     text-align: center;
    transition: 0.5s;background:#fff; border-radius:100%;box-shadow:0px 0px 2px #be5454; 
}
.Title-social li a{
    color: #ea9999;
    line-height:27px;
   font-family: 'Open Sans', sans-serif;
     font-style: normal;
    font-weight: 400;
    font-size: 13px; 
}
.Title-social li:hover{
    background:#fff; box-shadow:0px 0px 5px #be5454; 
}
 
 
 
/***************Navbar Header*****************/
.wellcomsite{
    width: 100%;
    background: #ffa711;
    text-align: center;
}
.wellcomsite p{
    padding: 0.5rem 0;
    font-size: 1rem;
    color: #fff;
}
.logo-here{
  width: 20rem;
}

.navbar-light{
    background-color: rgba(115, 83, 60, 0.8);
    width: 100%;
    z-index: 9;
    padding: 0;
    position: fixed;
    margin-top: 0px; z-index:999;
}
.navbar-expand-lg .navbar-nav{
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-item {
       padding: 0; 
}
.navbar-expand-lg .navbar-nav .nav-link { 
    padding: 1.5rem 1rem;font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
   color: #fac8c8;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #fac8c8;
}
.navbar-light .nav-item .dropdown-menu{
    background-color: #49184f;
    padding: 0;
    top: 20px;
    font-size:1rem;
}
.navbar-light .dropdown-menu .dropdown-item{
    color: #fff;
    font-weight:300;
    padding: 0.8rem;
}
.navbar-light .dropdown-menu li{
    padding:0px !important;
}
.navbar-light .nav-item .dropdown-menu .dropdown-item.active, 
.navbar-light .dropdown-menu .dropdown-item:hover, 
.navbar-light .dropdown-menu .dropdown-item:focus {
    color: #fff!important;
    text-decoration: none;
    background-color:#39ff14;
}
.navbar-collapse{
    width: 100%;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

/***********************Banner************************/
.bannerpicture{
    margin-top: 10rem;
}
.bannersection img
{
    width:100%;
    float: left;
}
.bannersection .carousel-caption {
    position: absolute;
    right: 15%;
    top:100px;
    left:5%;
    bottom:0!important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left!important;
}
.bannersection .carousel-caption h1{
    font-size:46px!important;
    line-height:60px;
    color: #fff;text-shadow: 0px 0px 7px #734f3f;
 }
.bannersection .carousel-caption h2{
    font-size:31px!important;
    line-height:53px;
    color: #107769;
     text-transform: capitalize;
    font-weight: 400;
}
.bannersection .carousel-caption p{
    font-size:16px!important;
    line-height:26px;
    color: #fff;
     text-transform: capitalize;
    font-weight: 400;
    padding:11px 0 16px 0;text-shadow: 0px 0px 7px #734f3f;
}

 
.btn-service-request{
    width: 17rem;
}
.btn-service-request a{
    padding: 0.8rem 2rem;
    color: #000;
    background: #39ff14;
    display: inline-block;
    font-size: 1.1rem;
    border-radius: 4px;
    font-weight: 600;  
}

.banner-img{margin-top:50px; width:90%;}

.btnbin1 a {
    padding: 0.8rem 3rem;
    color: #FFF;
    background: #e19191;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 300;
    margin-top: 1.2rem;
    border-radius: 30px; text-align:center;
	
}
 
 
 /************************title***************/
.title{
    padding:2rem 0rem;background: url(../images/title-bg.jpg)no-repeat top center;
	
}

.About_content h2{
    font-size:2rem;
    color: #000;
    position: relative;
    text-transform: capitalize;
    z-index: 1; margin:0px; padding:0px;
}
.About_content p{
    margin: 0;
   
    font-style: normal;
    font-weight: 500;
    padding: 1rem 0;
    color: #666666;
}
.box-text{} 
.box-text p{text-align:center;}

.pink-text{ color: #ea9b9a; }



/************************what-can-we-do-for-you***************/
.what-can{padding:2rem 0rem;background: url(../images/Guide-bg.jpg)no-repeat bottom right;
   
	
}
.what-profile{display:inline-block;}
.what-profile ul{list-style:none;}
.what-profile ul li{background: url(../images/li-right.png)no-repeat left; padding:1px 0px 0px 20px;color: #666666;font-family: 'Open Sans';}

.what-can-text{ }
.what-can-text h2{font-size:2rem;
    color: #000; float:left;
    position: relative;
    text-transform: capitalize;
    z-index: 1; margin:0px; padding:0px; } 
 .what-can-text p{
    margin: 0; float:left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    padding: 1rem 0;
 color: #666666;}
.what-can-text p span{font-weight:bold; font-size:16pt;color: #222222;}
 

 
/****************About-company*******************/

.about-company{
    padding:2rem 0;background: url(../images/Our-Philosophy-bg.jpg)no-repeat top right;
	
} 
.About-content{ }
.About-content h2{font-size:2rem;
    color: #000; 
    position: relative;
    text-transform: capitalize;
    z-index: 1; margin:0px; padding:0px; } 
	
	.About-content h2:before{height:5; width:100px; background:#000;}
	
 .About-content p{
    margin: 0; float:left;  
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    padding: 1rem 0;
 color: #666666;}

 .About-content p span{font-weight:bold;}
.img-top{margin-top:-10px;}


/****************Our Service Packages*******************/

.service-packages{
    padding:2rem 0;background: url(../images/service-pak.jpg)no-repeat top right;
	
} 
.packages-content{padding-top:55px;margin-left:-116px;}
.packages-content h2{font-size:2rem;
    color: #000; float:left;
    position: relative;
    text-transform: capitalize;
    z-index: 1; margin:0px; padding:0px;  } 
 .packages-content p{
    margin: 0; float:left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    padding: 1rem 0;
 color: #666666;}


 .btnbin a {
    padding: 0.8rem 2rem;
    color: #FFF;
    background: #e19191;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 300;
    margin-top: 1.2rem;
    border-radius: 2px; text-align:center;
	
}

 .btn-sycorian{display: inline-block; width:100%;}
 .btn-sycorian a {
    padding: 0.8rem 2rem;
    color: #FFF;
    background: #e19191; display:inherit;
    font-size: 1.1rem;
    font-weight: 300;
    margin-top:2.2rem;
    border-radius: 2px;
	 text-align:center;
	
	
}


.img-point{text-align:right;}



/************************sycorian-sucess-stories***************/
.sycorian-sucess-stories{
    padding:2rem 0;
}

.Stories-content h2{
    font-size: 2.2rem;
    color: #000;
    position: relative;
    text-transform: capitalize;
    z-index: 1; margin:0px;
}
.Stories-content p{padding-bottom:40px;  }

 .stories-box{border:1px solid #ddd; width:100%;  min-height:403px; }
 .stories-box img{text-align:center}
  .stories-box p{margin-top:0px; font-size:14px; color: #052854;text-align:center;}
 .stories-box h3{ margin:0px; padding:0px 0px 20px 0px;  font-size:24px; color: #052854;text-align:center; text-transform:inherit; }
 
 
 
 
 /************************How It Works?***************/
.how-it-works{
    padding:2rem 0; background:#f8f8f8;
}

.Stories-works h2{
    font-size: 2.2rem;
    color: #000;
    position: relative;
    text-transform: capitalize;
    z-index: 1; margin:0px; padding:0px;
}
.Stories-works h2:after{height:5px; width:95px; background:#000; position:absolute;}
	
.Stories-works p{
    margin: 0; 
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    padding-bottom: 40px;
	
 color: #666666;}

 .works-box{border:1px solid #ddd; width:100%;  min-height:300px; background:#b0a48e; border-radius:10px;}
 .works-box:hover{border:1px solid #ddd; width:100%;  min-height:300px; background:#e19191; border-radius:10px;}
 
 .works-box .picture-area{text-align:center; padding:2rem 0rem 0rem 0rem;min-height: 138px;}
 .works-box .text-area{background:#fce8e6;  min-height:100px;position:relative; margin-top:71px;border-radius:0px 0px 6px 6px;
   
  }
  .works-box .text-area:before {
    content: "";
    position: absolute;
    height: 0;
    width: 3px;
    top: -55px;
    left: -1px;
    border-width: 0px 143px 55px;
    border-style: solid;
    border-color: transparent transparent #fce8e6;
}


 .works-box .text-area h3{padding: 1rem 0rem 0rem 0rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 28px;}
	
  .stories-box p{margin-top:0px; font-size:14px; color: #052854;text-align:center;}
 .stories-box h3{  font-size:24px; color: #052854;text-align:center; text-transform:inherit;}
 


/************************Our-Range-of-Services***************/
.Our-Range-of-Services{
    padding:2rem 0;
	
}

.Our-Range{background:#fce8e6; padding:20px;box-shadow: 0px 0px 7px #ea9999;}
.Range-box{border:3px solid #fff;padding:20px;}
.Range-box h2{
    font-size:2rem;
    color: #000;
    position: relative;
    text-transform: capitalize;
    z-index: 1; margin:0px; padding:0px;
}
.Range-box p{
    margin: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    padding: 1rem 0;
    color: #666666;
	text-align:center; line-height:28px;
}

.Range-box p span{font-weight:bold;}
.light-ping{color: #d4d3d2;}





/****************contact-box*******************/
.black-text{color:#666;}
.map{position:relative;}
.location{ }

.contact-us{background:#b0a48e; width:91%; top:150px;  z-index: 999;position:absolute;}

.pink-bg{background:#ea9b9a; padding:40px;}
.dark-bg{background:#7b604c; padding:40px;}


.contact-box h2{font-size:2rem;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    z-index: 1; margin:0px; padding:0px 0px 15px 0px;}
	
.contact-box h2 span{ }

.contact-box p{
    margin: 0;
    
    font-style: normal;
    font-weight: 500;
    padding: 1rem 0;
    color: #fff;
	text-align:left;
}
.contact-box p span{font-weight:bold;}

.btn.btn-default {
    height: 48px;font-family:Arial, Helvetica, sans-serif;
    font: normal 15px/48px;
    color: #b0a48e;
    background-color:#fff;
    padding: 0 50px 0 50px;
    text-transform: uppercase;
    border: none;
    position: relative;
    border-radius: 30px !important;
    
}
.btn-default:hover {
    color: #fff;
    background-color: #ea9b9a;
    border-color: #b0a48e;
}

/****************footer*******************/
.footer{margin:150px 0px 0px 0px;
    width: 100%;
    background:#875648 url(../images/footer-bg.jpg)no-repeat top left;
 }
 
 .footer-1{margin:0px 0px 0px 0px;
    width: 100%;
    background:#875648 url(../images/footer-bg.jpg)no-repeat top left;
 }
 
 .footer-logo-box{padding-top:65px;}
 
.footerbox h4{
    font-size:1.5rem;
    color: #fff;
    position: relative;
   
}
 
.addrees,
.footernav{
     position: relative;
}
.addrees:after,
/*.footernav:after{
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left:;
}*/
.addrees li{
    padding: 1rem 0;
    color: #7d7362;
    font-size: 1.2rem;
}
.addrees li:hover,
.addrees li:hover .iconfooter,
.footernav li:hover .iconfooter,
.footernav li a:hover{
    color: #ea9999;
}
.addrees li:nth-of-type(2) i{
    transform: rotate(90deg);
}
.iconfooter{
    width:1rem;
    display: inline-block;
    margin-right:0.3rem;
    color: #fff;
    font-size: 1rem;
}
.footernav li a{
    padding: 0.4rem 0;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
}
.footersocials li{
    display: inline-block;
    position: relative;
}

.footersocials li:nth-of-type(1):after{
    display: none;
}
.footersocials li a{
    width:2.2rem;
    height:2.2rem;
    line-height:2.2rem;
	background:#fff;
    
    text-align: center;
    display: inline-block;
    color: #875648;
    margin:0.4rem;
	border-radius:5px;
}
.footersocials,
.coppyright{
    margin-top: -80px;
}
.footersocials li a:hover{
    background: #f6f6f6;
    color: #875648;
	border:1px solid #b1a690;
}
.coppyright p{
    font-size: 1rem;
    padding: 1rem 0;
    color: #7d7362;
    text-align: right;
}

/*****************copyright-section***********************/

.nav1 ul li a:hover, .nav1 ul li.current-menu-item a{ color:#3b5998; background-color:inherit;  }
.copyright-section{  width:100%; padding:14px 0; background-color:#ea9999; color:#fff }
.copyright-section p{ color:#fff; font-size:14px; line-height:14px; background-color:inherit; padding-bottom:12; margin:-8px; }
.copyright-section p.copyright-txt, .copyright-section .copyright-txt{ float:left }
.copyright-section p a{ color:#fff; background-color:inherit }
.copyright-section p a:hover{  color:rgba(255,255,255,0.7); background-color: inherit }
.copyright-section ul{ float:right; padding:0; margin:5px 0px 0px 0px; }
.copyright-section ul li{ float:left; padding:0 6px 0 0; margin:0 6px 0 0; list-style:none; color:#fff; background-color: inherit; font-size:14px;  border-right:1px solid #beb5a3 }
.copyright-section ul li a{color:#fff; background-color: inherit;  text-decoration:none;  }
.copyright-section ul li a:hover, .copyright-section ul li.current-menu-item a{ color:rgba(255,255,255,0.7); background-color: inherit; text-decoration: none }
.copyright-section ul li:last-child{ padding-right:0; margin-right:0; border:none }






/*****************about-us-inner-page***********************/
.about-section-title {padding:2rem 0rem;
 }
 .about-section-title .titleheadline h3{
     font-size:2rem;
      color: #000;
      text-transform: capitalize;
     text-align:left; padding-left:20px;
	 }
 
.about-section-title .titleheadline h3:after{
    content: '';
    width:3rem;
    height:82px;
    background:#39ff14;
    position:absolute;
    top:0;
    left:1rem;
    z-index: -1;
    border-radius: 4px;
    right: 0;
 }
 
 .form-control{ border-radius:0px; outline:none; focus:none}
 .creat-profile{ float:right; color:#fff; margin-left:15px; border-left:1px solid #edaeae; padding-left:15px;font-weight:500}
 .creat-profile:hover{ color:#fff; }
 .top-space-150{ margin-top:-120px;}
 
 .innerbanner{ background:#ddd; background:url(../images/innerbanner.jpg) no-repeat  center; margin:72px 0px 40px 0px;     padding: 45px 0px;
    min-height: 172px;}
  .innerbanner .banner_content{  color:#666;}
  .innerbanner .banner_content h1{ margin:0px; padding:0px 100px; color:#fff; font-size:32px;}
  .innerbanner .banner_content p{ color:#666}
  .innerbanner .banner_content  a{ color:#cc878c; font-weight:700}
  
 .box-text-1 p{padding:10px 50px; text-align:center;}
  
  /***......................................................................****/
  
  
  .Our-Range-of-Services-1{
    padding:4rem 0rem;
	
}
.Range p{margin-top:-60px; padding:0px;}
.Our-Range-1{background:#fce8e6; padding:20px;box-shadow: 0px 0px 7px #ea9999;}
.Range-box-new{padding:20px;}
.Range-box-new h2{
    font-size:2rem;
    color: #000; text-align:left;
    position: relative;
    text-transform: capitalize;
    z-index: 1; margin:0px; padding:0px;
}
.Range-box-new p{
    margin: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    padding: 1rem 0;
    color: #666666;
	text-align:left; line-height:28px;
}

.Range-box-new p span{font-weight:bold;}

 /***......................................................................****/

  .What-Matters{padding:2rem 0rem;}
   
	

.what-profile{display:inline-block;}
.what-profile ul{list-style:none;}
.what-profile ul li{background: url(../images/li-right-1.png)no-repeat left; padding:8px 0px 0px 20px;color: #666666;font-family: 'Open Sans';}

.what-can-text{ }
.What-Matters-text h2{font-size:2rem;
    color: #000; float:left;
    position: relative;
    text-transform: capitalize;
    z-index: 1; margin:0px; padding:0px; } 
 .What-Matters-text p{
    margin: 0; float:left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    padding: 1rem 0rem 0rem 0rem;
 color: #666666;}
.What-Matters-text p span{font-weight:bold; font-size:16pt;color: #222222;}

 /***......................................................................****/

.How-do-we{
    padding:2rem 0;
}

.Stories-content h2{
    font-size: 2.2rem;
    color: #000;
    position: relative;
    text-transform: capitalize;
    z-index: 1; 
}
.Stories-content p{padding-bottom:40px; margin-top: -20px;}

 .box-1{ width:100%;  min-height:422px;background:#fcf0f1; padding:30px; box-shadow: 0px 0px 8px #dedede;}
 
  .box-1 p{margin-top:0px; font-size:16px; color: #808398;text-align:center;  font-family: 'Open Sans'; padding: 0px 0px 28px 0px; margin-top: -10px;}
 .box-1 h3{ font-size:24px; color: #1e2833;text-align:center; text-transform:inherit;}
 
  /***......................................................................****/
 
 .about-sec-1{padding:1rem 0rem;  }
 
 .sec-new{width:100%;}
 .sec-new p{font-size:31px; color: #000;text-align:center;  font-family: 'Ubuntu', sans-serif; font-weight:bold; width:100%;}
 
 
  /***......................................................................****/
 
 .about-Matchmaking{margin:2rem 0rem; padding:2rem 0rem;  background: url(../images/about-4.jpg)no-repeat center; height:337px; width:100%;}
 .about-Matchmaking h2{font-size:2rem; color: #fff; text-align:center;width:100%; margin-bottom:35px;}
 
 .Countries{border-right:1px solid #a1796c; }
 .Countries p{font-size:22px; color: #fff;text-align:center;  font-family: 'Open Sans'; padding: 0px 0px 0px 0px; }
 .Countries h1{ font-size:4rem; color: #fff; text-align:center;}
 
 .Travelled p{font-size:22px; color: #fff;text-align:left;  font-family: 'Open Sans';padding: 0px 0px 0px 66px; }
 .Travelled h1{ font-size:4rem; color: #fff; text-align:center;}
 
  /***......................................................................****/
  
  
  
  /*****************service-packages-inner-page***********************/

.packages-inner-page{
    padding:4rem 0rem;background:#fcf0f1; 
	
}

.innerbanner .banner_content-1 h1{   padding:0px; color:#fff; font-size:34px;} 

.service-text p{ padding:0px 40px 40px; color:#666; font-size:16px;  text-align:center; }
.title1{
    padding:2rem 0rem;background: url(../images/services-title-bg.jpg)no-repeat top center;
	
}

.packages-inner-content{display: inline-block;}
.packages-inner-content h2{font-size:2rem; 
    color: #000; float:left;
    position: relative;
    text-transform: capitalize;
    z-index: 1; margin:0px; padding:0px;  } 
 .packages-inner-content p{
    margin: 0; float:left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    padding: 1rem 0;
 color: #808398;}
 
.packages-Premium{padding:4rem 0rem;}



/*****************Sycorian-Success-Stories-inner-page***********************/

.Success-Stories-inner-page{padding:0rem 0rem;}
.stories-inner-content{background:#ef5d5e; padding:50px; margin: 43px -15px 0px 0px;}

.stories-inner-content h2{font-size:2rem;
color: #fff; text-align:center; width:100%; padding-bottom:10px; margin-bottom:20px;} 
  
 .stories-inner-content p{
    margin: 0; float:left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    padding: 0rem 2rem ;
 color: #fff;}
  .stories-inner-content p strong{font-size:24px;}
  
  
  .stories-inner-content-1{background:#ef5d5e; padding:50px; margin: 43px 0px 0px -15px;}

.stories-inner-content-1 h2{font-size:2rem; margin-left:-55px;
color: #fff; text-align:center; width:100%; padding-bottom:10px; margin-bottom:40px;} 
  
 .stories-inner-content-1 p{
    margin: 0; float:left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    padding: 0rem 2rem ;
 color: #fff;}
  .stories-inner-content-1 p strong{font-size:24px;}
  
  .yellow{background:#a67e40;}
  .yellow-border{ border:8px solid #a67e40;margin-top:0px; padding:0px;}
  
  .sky{background:#24b2a6;}
  .sky-border{ border:8px solid #24b2a6;margin-top:0px; padding:0px;}
  
  .pink{background:#f07da4;}
  .pink-border{ border:8px solid #f07da4;margin-top:0px; padding:0px;}
  
  .green{background:#82cc40;}
  .green-border{ border:8px solid #82cc40;margin-top:0px; padding:0px;}
  
  .purple{background:#ee76f2;}
 .purple-border{ border:8px solid #ee76f2;margin-top:0px; padding:0px;}
  
 .text-border-1{border-left:1px solid #ebebeb;padding-left:30px;}
.img-border{border:8px solid #ef5d5e; margin-top:0px; padding:0px;}
.space-40{height:40px;}
.pink-text-1{ color: #666666; font-weight:bold; font-size:20px; margin-right:30px; }
.pink-text-1:hover{ color: #ea9b9a; font-weight:bold; font-size:20px; margin-right:30px; }
/*****************contact-inner-page***********************/
.contact-section h2{font-size:24px;color:000;margin-bottom:10px;}
.contact-section p{margin:0px; padding:0px; color:#666}
.btn.btn-default-new {
    height: 48px;font-family:Arial, Helvetica, sans-serif;
    font: normal 15px/48px;
    color: #fff;
    background-color:#ff5971;
    padding: 0 50px 0 50px;
    text-transform: uppercase;
    border: none;
    position: relative;
    border-radius:2px !important;
    
}
.btn.btn-default-new:hover {
    color: #5c6161;
    background-color: #ffeeeb;
    border:1px solid #5c6161;
}

/*****************profile-section-page***********************/

.profile-section{background:#fce8e6; padding:20px;box-shadow: 0px 0px 7px #ea9999;}
.profile-box{border:3px solid #fff;padding:20px;}
.profile-box h2{
    font-size:2rem;
    color: #000; text-align:center;
    position: relative;
    text-transform: capitalize;
    z-index: 1; margin-bottom:40px; padding:0px;
}

/*****************press***********************/

	.space-30{height:30px;}
	
	/*****************event***********************/
	.event{padding:15px 0px;}
	.event-1{padding:40px 0px; background:#f5f5f5;}
	.event h3{font-size:20px;  color: #666; text-align:left;}
	.event p{font-size:16px;  color: #666; text-align:left; margin-top:-16px;}
	.event-1 p{font-size:16px;  color: #666; text-align:left; margin-top:-16px;}
	/*****************sitemap***********************/
	
	.sitemap {width: 100%;}
	.sitemap ul li {
    list-style: none;
    margin-bottom: 25px;
    text-align: center;
    display: inline-block;
}
.sitemap ul li a {
    padding: 10px 55px;
    list-style: none;
    background: #fe566f;
    color: #fff;
    border-left: 1px solid #fff;
}
.sitemap ul li a:hover {
    padding: 10px 55px;
    list-style: none;
    background: #865648;
    color: #fff;
    border-left: 1px solid #fff;
}
	
	/****************faq-page*****************/
.tab-faq{ width:100%; text-align:left}
.bs-example{width:100%; padding:4%; background:#feefef; border-radius:6px;}
.card-header{ background:#fff;}
.card-header h2{ padding:0px; margin:0px; font-size:16px; color:#000; text-decoration:none}
.card-header h2 .btn-link{ text-decoration:none; color:#666;border:none; outline:none; background:none;  }
 .card-header h2 .btn-link:hover{ text-decoration:none; color:#000; border:none; outline:none; background:none;}
 .card-body{ background:#f5f5f5; color:#000}
 .card{ margin-bottom:20px; box-shadow:0px 0px 7px #ddd}
 .accordion > .card:first-of-type{ border-bottom:1px solid #ddd;}
 .accordion > .card:not(:first-of-type):not(:last-of-type) {
   border-bottom:1px solid #ddd;
    / border-radius: 0; /
}
.white-text{ color:#fff;}
.white-text:hover{ color:#fff;}

.registration-box{}
.registration-box .input-box1 { width:48%; margin:1%; float:left; }
.submit-btn{padding: 0.8rem 2rem;
    color: #FFF;
    background: #e19191;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 300;
    margin-top: 1.2rem;
    border-radius: 2px; font-size:18px; color:#fff;
    text-align: center; border:none; outline:none}
	.submit-btn:hover{ color:#fff;}
	
	.contact-menu {
    width: 40px;
    position: fixed;
    top: 50%;
    right: 0px;
    margin: -56px 0 0;
    z-index: 99;
}
	.btn-contact {
    width: 43px;
    height: 260px;
    float: left;
    background: url(../images/contact_btn.jpg) no-repeat 0 0;
    display: block;
    text-indent: -200000px;
}
.space10{height:20px; width:100%; display:block;}
