body
{
    font-family: sans-serif;
}
.site-wrapper
{
	margin:0px auto;
	background-color:#fff;
}
header
{
	background-color: #fff; /*#fff 301b89*/
	/*background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%);*/
	/*height:100px;*/
	min-height: 75px;
	padding: 3px 0 0; /*5px 0*/
	border-top: 1px solid #333; /*c2c0c1  3px solid #999*/
}
.logo img
{
	padding-top:0px;
}
.contact_info ul
{
	list-style: none;
	float: right;
	margin-bottom: 0px;
	padding-top: 20px;
}
.contact_info ul > li
{
	float: left;
    padding-right: 15px;
}
.contact_info ul > li a
{
	color: #333;
	font-size: 15px;
}
.contact_info ul > li a i
{
	padding-right: 8px;
}

.trust_bg
{
	/*background:  url(../images/slider/slide1.jpg);*/
	min-height: 500px;
	padding: 25px 0; /*40px 0*/
	background-size: cover;
	position: relative;
	z-index: 9;

}
.trustee_form
{
	background:  rgba(0,0,0,0.8);
	padding: 8px 25px;
	border: 3px solid #111;
}
.trustee_form h3
{
	color: #fff;
	font-size: 22px;  /*24px*/
	text-align: center;
	padding-bottom: 0px;  /*10px*/
	text-transform: uppercase;
	margin-top: 10px;
    margin-bottom: 8px;
}
.trustee_form input
{
	width:  100%;
	height: 45px;
	padding: 6px 10px;
	margin-bottom: 15px; /*10*/
}
.trustee_form textarea
{
	width:  100%;
	height: 90px;
	padding: 6px 10px;
	margin-bottom: 10px; /*10*/
}
.trustee_submit
{
    text-align: center;
}

.trustee_submit input
{
    width: auto;
    padding: 8px 26px; /*10px 26px*/
    height: auto;
    margin-bottom: 10px;
    background: #fd7e4d; /*#3b20ab*/
    border: 1px solid #fd7e4d; /*3b20ab*/
    color: #fff;
    border-radius: 4px;
}

footer
{
	background: #eee; 
	padding:  10px 0;
}
.copy_right p
{
	margin: 0px;
	font-size: 15px;
	color: #222;
}
.copy_design p
{
	margin: 0px;
	font-size: 15px;
	float: right;
	color: #222;
}
.copy_design p a
{
	color: #111;
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0)
    }
}

.trustee_details table
{
    width: 100%;
    border: 3px solid #ddd;
}
.trustee_details table tbody tr:nth-child(odd)
{
   background: rgba(240, 240, 240, 0.8);
}
.trustee_details table tbody tr:nth-child(even)
{
   background: rgba(255,255,255,0.85);
}
.trustee_details table thead tr
{
	background: rgba(255,255,255,0.85);
}
.trustee_details table tbody tr td
{
	padding: 3px 12px;
	color: #000;
    font-size: 15px;
}
.trustee_details table thead tr th
{
	padding: 3px 12px;
	color: #000;
    font-size: 15px;
}


.section-circle {
    position: relative;
 }

.section-circle .stars-and-coded {
    margin-top: 8rem;
}

.section-circle .shape {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%
}

.section-circle .shape span {
    position: absolute;
}
.section-circle .circle-animation span{
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s linear;
}

.section-circle .shape-primary {
    background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%)
}

.section-circle .shape-primary :nth-child(1) {
    background: #53f
}

.section-circle .shape-primary :nth-child(2) {
    background: #4553ff
}

.section-circle .shape-primary :nth-child(3) {
    background: #4f40ff
}

.section-circle .shape-primary :nth-child(4) {
    background: #25ddf5
}

.section-circle .shape-primary :nth-child(5) {
    background: #1fa2ff
}


.section-circle .shape-style-1 span {
    width: 120px;
    height: 120px;
    border-radius: 100px 130px 100px 315px;
}

.section-circle .shape-style-1 .span-200 {
    width: 200px;
    height: 200px
}

.section-circle .shape-style-1 .circle-150 {
    width: 150px;
    height: 150px
}

.section-circle .shape-style-1 .circle-100 {
    width: 100px;
    height: 100px
}

.section-circle .shape-style-1 .circle-75 {
    width: 75px;
    height: 75px
}

.section-circle .shape-style-1 .circle-50 {
    width: 50px;
    height: 50px
}

.section-circle .shape-style-1 :nth-child(1) {
    bottom: auto;
    left: -3%;
    top: -56px; /*-20px*/
    background: rgba(255, 255, 255, .1)
}

.section-circle .shape-style-1 :nth-child(2) {
    top: 5%;  /*15*/
    right: 3%; /*10%*/
    background: rgba(255, 255, 255, .1)
}

.section-circle .shape-style-1 :nth-child(3) {
    top: 235px; /*280px*/
    right: 1.66666%; /*5.66666%*/
    background: rgba(255, 255, 255, .3)
}

.section-circle .shape-style-1 :nth-child(4) {
    top: 186px;  /*320px*/
    right: 20%; /*7   15%*/
    background: rgba(255, 255, 255, .15)
}

.section-circle .shape-style-1 :nth-child(5) {
    top: 45%; /*38%*/
    right: auto;
    left: -1%;  /*1%*/
    background: rgba(255, 255, 255, .05)
}

.section-circle .shape-style-1 :nth-child(6) {
    top: 52%; /*65%*/
    right: auto;
    left: 38%; /*35% 46%*/
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, .15)
}

.section-circle .shape-style-1 :nth-child(7) {
    right: 70%;    /*40%*/
    bottom: 55%;  /*45%*/
    background: rgba(255, 255, 255, .04)
}

.section-circle .shape-style-1 :nth-child(8) {
    right: 0%; /*6%*/
    bottom: 0px; /*100px*/
    background: rgba(255, 255, 255, .2)
}

.section-circle .shape-style-1 :nth-child(9) {
    right: 22%; /*5%*/
    bottom: 3%; /*12%*/
    background: rgba(255, 255, 255, .1)
}

.section-circle .shape-style-1 :nth-child(10) {
    right: auto;
    bottom: 0%; /*11%*/
    left: 6%; /*15%*/
    background: rgba(255, 255, 255, .05)
}

.section-circle .shape-style-1 :nth-child(11) {
    right: 50%;    /*40%*/
    bottom: 76%;  /*45%*/
    background: rgba(255, 255, 255, .04)
}


@media (max-width:991.98px) {
    .section-circle .shape-style-1 span {
        height: 120px
    }
}

@media (max-width:767.98px) {
    .section-circle .shape-style-1 span {
        height: 90px
    }
}

.section-circle .shape-style-1.shape-primary {
    background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%); /*linear-gradient(150deg, #3214bd 15%, #fb9f76 70%, #814aa1 94%)*/
	/*background: url(../images/slider/slide1.jpg);*/

}


.menu-wrapper
{
	width:100%;
	background-color:#2282b9;
	padding:0;
}
.mynvbr
{
	background:-webkit-linear-gradient(#222,#111); /*-webkit-linear-gradient(#bc3319,#490b14)*/
	background:-moz-linear-gradient(#222,#111); /*-moz-linear-gradient(#bc3319,#490b14)*/
	background:linear-gradient(#222,#111);/*#d67f6f,#a52108    #bc3319,#490b14   #a52108, #200307*/
	/*background-color:#a52108!important;*//*#6b0808  #872108  #8c1008*/
	border-color:#111!important;/*#a52108 490b14*/
	margin-bottom:0px;
}
.mynvbr .mynv > li > a
{
	color:#fff!important;
}
.mynvbr .mynv > .active > a, .mynvbr .mynv > .active > a:hover, .mynvbr .mynv > .active > a:focus
{
	/*background-color:#6b0808;*/
	/*background:none!important;*/
	/*border-bottom:2px solid #eee;*//**/
	/*background:#200307;
	border-radius:3px;*/
}
.mynvbr .mynv > li > a:hover
{
	/*border-bottom:2px solid #eee;
	background:#200307;
	border-radius:3px;*/
}
.navbar-nav > li::before
{
	content: "";
    height: 50%;
    position: absolute;
    right: 0;
    top: 25%;
	border-right: none; /*1px dotted #eee*/
}
.navbar-nav > li:last-child::before
{
	border-right:none;
}
.mynvbr .nav > li > a
{
	
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
}


.trustee_contactdetails
{
    background: rgba(255,255,255,0.85);
    overflow:  auto;
    padding: 25px;
}
.cicn_txt
{
    text-align: center;
    margin-bottom: 20px; /*25*/
    margin-top: 15px;
}
.cicn_txt p
{
    color: #000;
    font-size: 14px;
}
.cicn
{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    padding-top: 12px;
    margin-bottom: 15px;
}
.trustee_contactdetails img
{
    width: 100%;
    border: 3px solid #fff;
}
.content_info h2
{
    margin: 0px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    color: #090909;
    padding-bottom: 10px;
}
.content_info p
{
    color: #111;
    text-align: justify;
    font-size: 15px;
}
.trustee_form p
{
    color: #fff;
    text-align: center;
    line-height: 21px;
    font-size: 15px;
    margin-bottom: 20px;
}
.trustee_contactdetails.trustee_activities
{
    padding: 25px 25px 75px;
}
.trustee_contactdetails .content_info ul
{
    padding-left: 0;
    list-style: none;
    color: #111;
    text-align: justify;
    font-size: 15px;
}
.trustee_contactdetails .content_info ul > li:before
{
    content: "\f0a9"; /*f105 */
    padding-right: 8px;
    font-family:  FontAwesome;
}
.cicn_txt p a
{
    color: #000;
}
.trustee_contactdetails.trustee_contactdetails_1
{
    padding: 25px 25px 0;
}
.form-group .help-block {
  position: absolute;
  right: 15px;
  bottom:8px;
  font-size: 15px;
  line-height: 20px;
  padding: 0 15px;
  border-radius: 3px;
}
.messages h3, h4 {
    text-align: center;
    font-weight: 600;
    font-size: 19px;
}
.messages p {
    text-align: justify;
}

.book-img {
    text-align: center;
}
.book-img img {
    width: 96%;
}
.book-img {
    width: 50%;
    float: right;
}
.messages {
    padding-right: 15px;
    width: 50%;
}
.container .gallery a img {
    float: left;
    width: 100%;
    height: auto;
    border: 2px solid #16181a;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.clear {
    clear: both;
}
.trustee_contactdetails.trustee_contactdetails_1 .row {
    padding-bottom: 30px;
}

.hom_invitation_block {
    width: 100%;
    padding: 0px;
}
.hom_invitation {
    text-align: center;
    padding-top: 20px;
}
.hom_invitation h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 0; 
}
.hom_invitation h2 {
    font-size: 19px;
    color: #281483;
    margin: 0px 0 10px;
    font-weight: 600;
}
.hom_invitation_block .hom_invitation p {
    text-align: center;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 8px;
}
.sidepic_wrap {
    text-align: center;
}
.sidepic_wrap a {
    color: #23527c;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

