/* CSS Document */



/*--------------------*/
/* FEATURED SLIDER */
/*--------------------*/
table {
    width: 100%;
}
table tr {
    
}
table tr td {
    border: 1px solid #333;
    padding: 10px;
}
table tr td span{
    font-weight:bold;
    color:#fff;
}
#mu-featured-slider{
	display: inline;
	float: left;
	width: 100%;

}

.mu-featured-slider-area{
	display: inline;
	float: left;
	width: 100%;
}

.mu-featured-slide {
	display: inline;
	float: left;
	width: 100%;
}

.mu-featured-slider-single {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

.mu-featured-slider-single::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	opacity: 0.92;
}

.mu-featured-slider-content {
	position: absolute;
	left:15%;
	right: 20%;
	bottom: 0;
	top: 26%;
	text-align: center;
    width: 50%;
}

.mu-featured-slider-content h1 {
	color: #377DFF;
    font-size: 20px;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    text-align: left;
    line-height: 36px;
    padding: 10px;
    font-weight: 600;
}

.mu-featured-slider-content p {
        font-family: Inter;
        text-transform: capitalize;
        letter-spacing: -1px;
        font-weight: 700;
        font-style: normal;
        color: #fff;
        font-size: 40px;
        text-align: left;
        text-shadow: 3px 1px 5px #333;
    }

.mu-featured-slider-content .mu-primary-btn{
	margin-top: 20px;
}

.slick-dotted.slick-slider{
	margin-bottom: 0;
}

.slick-dots {
	background-color: transparent;
	bottom: 40px;
}

.slick-dots li button {
	background-color: #fff !important;
	border-radius: 10px;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	height: 18px;
	width: 18px;

}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-color:#d50058 !important;
}


.slick-dots li button::before,
.slick-dots li.slick-active button::before {
	color: #fff;
	height: 18px;
	width: 18px;
    background-color:#fff !important;
}


/* ========= BUTTON =========*/

.mu-primary-btn {
	background-color: #1d6ba0;
	border-radius: 100px;
	border: solid 3px #fff;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 01px;
	padding: 12px 25px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-primary-btn:hover,
.mu-primary-btn:focus {
	background-color: #fff;
	color: #000;
}
.mu-send-msg-btn {
	border-radius: 4px;
	border: 1px solid #888;
	background-color: transparent;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	padding: 14px 24px;
	margin-top: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 130px;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus {
	background-color: #fff;
}



/*--------------------*/


/* COUNTER */
/*--------------------*/

#mu-counter {
	    background-color: #5F6ECE;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

#mu-counter:before {
	bottom: 0;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	position: absolute;
	opacity: 0.84;
}

.mu-counter-area {
	display: inline;
	float: left;
	padding: 150px 0;
	width: 100%;
}

.mu-counter-area h2 {
	color: #fff;
	text-align: center;
}

.mu-counter-block {
	display: inline;
	float: left;
	margin-top: 80px;
	width: 100%;
}

.mu-single-counter {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-single-counter i {
	color: #fff;
	font-size: 40px;
	border-bottom: 3px solid #fff;
	padding: 15px 15px;
	margin-bottom: 0px;
	display: inline-block;
}

.counter-value {
	font-size: 40px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
}

.mu-counter-name {
	color: #ecf0f1;
}


/*--------------------*/

/* ABOUT US */
/*--------------------*/


#mu-about {
	display: inline;
	float: left;
	width: 100%;
}

.mu-about-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-about-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-heading-title {
	color: #1c1b1b;
	margin-bottom: 15px;
	position: relative;
}

.mu-header-dot {
	background-color: #7d7373;
	border-radius: 0;
	height: 3px;
	width: 100px;
	display: inline-block;
	margin-bottom: 20px;
}

.mu-about-content{
	display: inline;
	float: left;
	margin-top: 70px;
	width: 100%;
}

.mu-about-content-single{
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-about-icon-box {
	font-size: 25px;
	padding: 5px 12px;
	margin-bottom: 30px;
	display: inline-block;
	border-radius: 10px;
}

.mu-about-content-single h4{
	margin-bottom: 20px;
}



/*--------------------*/

/* SERVICE */
/*--------------------*/


#mu-service {
	display: inline;
	float: left;
	width: 100%;
}

.mu-service-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-service-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-heading-title {
	color: #1c1b1b;
	margin-bottom: 15px;
	position: relative;
}

.mu-header-dot {
	background-color: #7d7373;
	border-radius: 0;
	height: 3px;
	width: 100px;
	display: inline-block;
	margin-bottom: 20px;
}

.mu-service-content{
	display: inline;
	float: left;
	margin-top: 70px;
	width: 100%;
}

.mu-service-content-single{
	display: inline;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 100%;
}

.mu-service-icon-box {
	font-size: 35px;
	margin-bottom: 20px;
	display: inline-block;
	border-radius: 10px;
}

.mu-service-content-single h4{
	margin-bottom: 20px;
	font-size: 20px;
}

.mu-service-content-single p{
	font-size: 15px;
}


/*--------------------*/

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .tm-gallery-page,
  .tm-section {
    max-width: 1120px;
  }
  
  .tm-container-inner {
    max-width: 1120px;
  }
  
  .tm-container-inner-2 {
    max-width: 900px;
  }
}

.tm-gallery-item {
  max-width: 280px;
  margin:auto;
}

.tm-gallery-img {
  margin-bottom: 20px;
}

.tm-gallery-title {
  font-size: 2.3rem;
  font-weight:600;
  color: #1A6692;
  margin-bottom: 15px;
}

.tm-gallery-description {
  margin-bottom: 20px;
}

.tm-gallery-price {
  font-size: 1.25rem;
  color: #2F956D;
  margin-bottom: 60px;
}

.tm-paging-links {
  text-align: center;
  margin-bottom: 40px;
}

.tm-paging-item {
  list-style: none;
  display: inline-block;
  border: 1px solid #2F956D;
  margin: 7px;
}

.tm-paging-link {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #2F956D;
  background-color: transparent;
}

.tm-paging-link.active,
.tm-paging-link:hover {
  background-color: #2F956D;
  color: white;
}

.tm-description-figure {
  text-align: center;  
}

.tm-description-box {
  margin-left: auto;
  margin-right: auto;
}

.tm-description-box {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  max-width: 530px;
}

@media (min-width: 768px) {
  .tm-description-box {
    padding-left: 5px;
    padding-right: 40px;
    margin-top: 0;
  }
}
.tm-gallery-page h3{
    padding-left:20px;
    
  }
.tm-gallery-page p{
    padding-left:20px;
    margin-bottom:20px;
  }
.tm-right {
  align-self: flex-end;
}

.tm-footer {
  padding: 25px 15px;
  margin-top: 40px;
}

.tm-footer a {
  color: #626364;
  text-decoration: none;
}

.tm-footer a:hover {
  color: #1A6692;
}



/* start welcome */
.section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.hero {
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    color: #000248;
    font-family: 'Inter', sans-serif !important;

}

.heroFont {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 36px !important;
    color: #000248;
    font-family: 'Inter', sans-serif !important;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
a {
    color: #000 !important;
    font-family: Inter;
}
.text_pink {
    color: #0066cc;
}
.text_gray {
    color: #646565;
}
.para_with_pad {
    padding: 8px 0;
    letter-spacing: 0.5px;
    text-align: justify;
    font-size: 15px;
    color: #000;
}

.facts_amiown {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #CCC;
}
.pull-right {
    float: right!important;
}
.tile_dark {
    background: #d2d500;
}
.facts_tile {
    float: left;
    width: 99px;
    height: 100px;
    text-align: center;
}
img {
    width: 100%;
    height: auto;
}
.facts_text {
    padding-left: 15px;
    display: table;
    height: 100px;
}
.facts_text p {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
}
.facts_text strong {
    color: #066ab4;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    float: left;
}

p strong {
    font-weight: 600;
}
.facts_text span {
    color: #a4a4a4;
    font-size: 14px;
    width: 100%;
    float: left;
}
.facts_amiown {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #CCC;
}

.tile_pink {
    background: #e48107;
}
.tile_info {
    background: #00a888;
}
.tile_purpul {
    background: #61279e;
}
.tile_green {
    background: #79b230;
}
.section {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
/* end welcome */

/* About */
.tm-persons {
  margin-bottom: 20px;
}

.tm-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

@media (min-width: 420px) {
  .tm-person {
    flex-direction: row;
  }
}

.tm-person-description {
  padding-left: 20px;
  padding-right: 20px;
}

.tm-person-name {
  font-size: 1.6rem;
  font-weight: 300;
  color: #09C;
  margin-bottom: 5px;
  margin-top: 15px;
}

@media (min-width: 420px) {
  .tm-person-name {
    margin-top: 0;
  }
}

.tm-person-title {
  color: #C39;
  margin-bottom: 20px;
}

.tm-person-about {
  margin-bottom: 20px;
}

.tm-social-link {
  color: #343434;
  display: inline-block;
  border-radius: 1px;
  background-color: transparent;
  font-size: 1.3rem;
  text-decoration: none;
  width: 40px;
  height: 40px;
  margin-right: 0;
  margin-bottom: 15px;
}

.tm-social-link:hover {
  color: white;
  background-color: #626364;
}

.tm-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.tm-feature {
  text-align: center;
  padding: 45px 20px;
}

.tm-feature-icon {
  color: #9f9c9c;
  margin-bottom: 65px;
}

.tm-feature-description {
  margin-bottom: 35px;
  font-size: 1rem;
}

.tm-features {
  margin-top: 35px;
}

.tm-history {
  margin-top: 45px;
}

.tm-history-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tm-history-img {
  max-width: 100%;
}

@media (min-width: 768px) {
 .tm-history-img {
    max-width: 50%;
  }
  
  .tm-history-inner {
    flex-direction: row;
  }
}

.tm-history-title {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1A6692;
  margin-bottom: 30px;
}

.tm-history-text {
  max-width: 480px;
  margin: 15px auto 0;
}

.tm-history-description {
  margin-bottom: 40px;
}

.founder {
    width: 541px;
}

@media (min-width: 768px) {
 .tm-history-text {
    max-width: auto;
    margin: 0 auto 0 35px;
  } 
}

/* Contact Page */
.tm-contact-form {
  max-width: 100%;
}

@media (min-width: 768px) {
 .tm-contact-form {
    max-width: 310px;
  }
 
}
.button-m {
    padding: 10px 30px;
    position: relative;
    top: 270px;
    z-index: 99999;
    left:180px;
    font-weight: 600;
    color: #fff !important;
}


@media (min-device-width: 310px) and (max-device-height: 768px) { 
    .mu-featured-slider-content p {
	font-family: Inter;
    text-transform: capitalize;
    letter-spacing: -1px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 40px;
    text-align:left;
}
    .mu-featured-slider-content {
	position: absolute;
	left:3%;
	right: 20%;
	bottom: 0;
	top:15%;
	text-align: center;
    width: 70%;
}
    .counters {
    background-color: #381e87;
    color:#000;
    padding: 40px 0px !important;
    text-align: center;
}
    .founder {
    width: 290px;
}



    .button-m {
        padding: 7px 10px !important;
        font-size: 10px !important;
        position: relative !important;
        top: 74px !important;
        z-index: 99999 !important;
        left: 175px;
    }

    .main-banner {
        position: absolute;
        left: 15%;
        right: 20%;
        bottom: 0;
        top: 0% !important;
        text-align: center;
        width: 100%;
    }

        .main-banner h2 {
            font-size: 20px;
        }

    .programs1 {
        height: auto !important;
    }
    .tp-social a.tour {
        display: none !important;
    }
    .video-gallery-ic {
        display: none !important;
    }
    .wts2 {
        display: none !important;
    }
    .wts {
        background: url(../images/call.png) no-repeat 8px 8px;
        background-size: 21px;
        padding: 5px 21px 14px 34px;
        color: #252525;
        FONT-SIZE: 12PX;
        TEXT-TRANSFORM: NONE;
        color: #fff !important;
        margin-top: 6px !important;
    }
    .grid .grid-item {
        width: auto !important;
    }

}

.tm-d-flex {
  display: flex;
  flex-direction: column;
}

.tm-btn-right {
  align-self: flex-end;
}

.form-group {
  margin-bottom: 30px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #626364;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.tm-info-title {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 30px;
}

address {
  font-style: normal;
  margin-bottom: 50px;
}

.tm-address-box {
  max-width: 100%;
}



@media (min-width: 768px) {
 .tm-address-box {
    max-width: 315px;
  }
    
}

.tm-contact-icon {
  display: inline-block;
  margin-right: 25px;
  color: #319966;
}

.tm-contact-link {
  display: inline-block;
  color: #626364;
  margin-bottom: 25px;
  text-decoration: none;
}

.tm-contact-social {
  margin-top: 10px;
}

.tm-map {
  max-width: 900px;
  height: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tm-map iframe {
  width: 100%;
  height: 100%;
}

.tm-contact-section {
  padding-bottom: 30px;
}

.tm-map-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tm-info-section {
  padding-top: 30px;
}

.tm-faq {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.tm-accordion {
  padding-top: 40px;
}

/* https://www.w3schools.com/howto/howto_js_accordion.asp */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  font-size: 1.2rem;
  color: #999;
  background-color: transparent;
  border: 1px solid #d0d0d0;
  margin-bottom: 17px;
  margin-top: 17px;
  cursor: pointer;
  padding: 10px 20px 6px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active, .accordion:hover {
  color: #09C;
}

@keyframes changeIcon {
  0% {
    content: '\f0d9';
  }
  50% {
    color: white;
  }
  100% {
    content: "\f0d7";
  }
}

@keyframes changeIconBack {
  0% {
    content: '\f0d7';
  }
  50% {
    color: white;
  }
  100% {
    content: "\f0d9";
  }
}

.accordion:after {
  font-weight: 900;
  animation: changeIconBack 0.3s linear;
  content: '\f0d9';
  font-size: 2rem;
  color: #999;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  animation: changeIcon 0.3s linear;
  content: '\f0d7';
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
  padding: 5px 20px 30px;
}
/* Welcome to Simple House */

/* WHAT WE DO */

.layout_padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.about_section {
    background: #f6f6f6;
}
.section {
    float: left;
    width: 100%;
}
.dash_bg {
    position: relative;
}
.dash_bg::before {
    width: 92px;
    height: 30px;
    background: url(../images/das_bg.png);
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 100px;
    right: 70px;
}
.full {
    float: left;
    width: 100%;
}
.heading_main {
    float: left;
    display: flex;
    margin-bottom: 45px;
    width: 100%;
    justify-content: center;
}
.text_align_center {
    text-align: center;
}
.heading_main h2 {
    font-size: 42px;
    letter-spacing: -0.5px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    line-height: 45px!important;
}
.feature_box {
    height: auto;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    text-align: center;
    transition: ease all 0.5s;
}
.feature_box:hover, .feature_box:focus {
    background: #fc301e;
}

.margin30 {
    margin-bottom: 30px;
}

/* WHAT WE DO */

@media (min-width: 1200px){
.col-lg-9 {
    width: 96% !important;
}
}

/* start Mission */

.tile_child_purpule {
    background: #c129b9;
}
.tile_child_purpule:hover {
    background: #333;
    cursor:pointer;
}

.future {
    height: 395px; background-color:#de8b18;
}
.future:hover {
    background-color:#333;
    cursor: pointer;
}
.future1 {
    height: 395px; background-color:#92a900;
}
.future1:hover {
    background-color:#333;
    cursor: pointer;
}
.future2 {
    height: 395px; background-color:#6e20cc;
}
.future2:hover {
    background-color:#333;
    cursor: pointer;
}

.middle_dynamic {
    height: 400px;
    display: table;
    color: #fff;
}
.middle_para {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    text-align: left;
}
.middle_para h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif !important;
}
.middle_para p {
    color: #fff;
    font-size:16px;
    font-weight:400;
}
.middle_para ul {
    text-align: left;
    padding: 20px 0px 0px 40px;
}
.middle_para ul li {
    list-style: disc;
}
.tile_ledy_purpule {
    background: #e8004c;
}

.image_opacity {
    position: relative;
}
.image_opacity p {
    position: absolute;
    bottom: 10px;
    z-index: 100;
    padding: 5%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    float: left;
    width: 90%;
}
.image_opacity img {
    opacity: 0.8;
}

.tile_blue {
    background: #1226aa;
}
.tile_dark_blue {
    background: #120c35;
}
.middle_dynamic {
    height: 400px;
    display: table;
    color: #fff;
}
.message_cell h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Inter', sans-serif !important;
}
.message_cell p {
    font-size: 16px;
    color: #fff;
    line-height: 21px;
    font-weight: 400;
}
.project {
    padding-top: 30px;
}
.middle_aligned {
    height: 255px;
    /*display: table;*/
}
.middle_aligned h1 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: 300;
    font-size: 35px;
    text-transform: uppercase;
    padding: 0 10px !important;
}
.middle_aligned h1 span {
    font-weight: 600;
    font-size: 47px;
    line-height: 55px;
}
.custom {
    padding: 0 !important;
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.footer_bg {
    background-size: 100%;
    padding-top: 20px;
    border-top: 4px solid #555;
    color: #ccc;
    background-color: #333;
}
.footer-widget {
    margin-bottom: 15px;
}
.footer-widget h4 {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 8px;
    font-size:15px;
    font-weight:600;
    position: relative;
    font-family: 'Inter', sans-serif !important;
}
.footer-widget p {
    color: #fff;
    line-height:21px;
    font-size: 15px;
}
ul.ft_links a {
    border-bottom: 1px dotted;
    color: #fff !important;
    float: left;
    font-size: 15px;
    margin-top: 5px;
    padding-bottom: 5px;
    width: 90%;
    text-decoration: none;
}
.last_child, .last_child a {
    border: none !important;
}
ul, ol {
    list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}
.mail-subscribe-widget input[type="text"], .mail-subscribe-widget select {
    height: 45px;
}
.mail-subscribe-widget input[type="text"], .mail-subscribe-widget select {
    margin-bottom: 5px;
    width: 90%;
    color: #000;
    font-size: 16px;
    padding: 1px 15px;
}
.validation-hint {
    float: right;
    width: 5%;
    font-size: 30px;
}
.validation-hint {
    float: right;
    width: 5%;
    font-size: 30px;
}
.btn-system.border-btn.btn-wite {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn-large.border-btn {
    padding: 8px 22px;
}
.contact-button {
    background-color: #4e499d;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 22px;
}
.copyright-section {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,.06);
}
.copyright-section p {
    font-size: 11px;
    text-transform: uppercase;
}

footer p {
    color: #ccc;
}
footer a {
    color: #fff;
}
ul.footer-nav {
    float: right;
}
ul.footer-nav li:first-child {
    margin-left: 0;
}

ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}
ul.footer-nav li a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.mail-subscribe-widget textarea {
    width: 90%;
    color: #000;
    font-size: 16px;
}

.mail-subscribe-widget form input[type="text"], .mail-subscribe-widget textarea {
    outline: none;
    color: #000;
    font-size: 16px;
    padding: 6px 12px;
    border: none;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
}
.dark-text {

}
.dark-text h2 {
    color: #fff;
    font-size:22px;
    text-transform: uppercase;
    font-weight: 900;
}
.dark-text p {
    color: #fff;
    font-size: 14px;
    padding-top: 8px;
}

/*start apply now*/
.page-banner {
    padding: 30px 0;
    background: #f6f6f6;
    border-bottom: 1px solid #eee;
}
.page-banner h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
}

.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}
.wizard > .content {
    background: #f9f9f9;
    display: block;
    margin: 0.5em;
    overflow: hidden;
    position: relative;
    width: auto;
}
.wizard > .content > .body {
    float: left;
    width: 95%;
    padding: 2.5%;
}
.header-with-line {
    font-weight: 300;
    color: #06C;
    border-bottom: 1px solid #FFF;
    display: inline-block;
    width: 100%;
}
.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: 0.5em;
}
label.mandatory {
    background: url(../images/asterisk.gif) no-repeat right;
    padding-right: 15px;
    float: left;
}
label {
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal !important;
}
input[type=text] {
    padding: 2rem .75rem;
    font-size: 16px;

}
input, button, select, textarea {
    font-family: 'Inter', sans-serif !important;
    font-size: inherit;
    line-height: inherit;
}
.wizard > .content > .body input {
    background-color: transparent;
    border-bottom: 1px dotted #bdbdbd;
    border-top: none;
    border-left: none;
    border-right: none;
}
.inline_elements {
    width: auto;
    display: inline-block;
}
select {
    width: 90%;
    padding: 7px;
}
.inline_elements label {
    padding-right: 8px;
    padding-left: 3px;
}
.inline_elements input[type=radio] {
    margin-right: 2px;
}
.inline_elements input {
    display: inline;
}
.vatsalya ul {
    margin-left: 20px;
}
.vatsalya ul li {
    padding:5px;
    list-style:disc;
    font-weight: 600;
}
.vv {
    padding: 10px 0px 0px 50px;
}
.vv li {
    padding-bottom:10px;
    list-style: decimal;
}

figcaption p {
    padding-left: 6px !important;
}
.whyPart {
    width: 40px;
    background-color: #19517d;
    border-radius: 10px;
    padding: 2px;
    border: 2px solid #ffffff;
    box-shadow: 1px 1px 3px #333;
}
.whyPart:hover {
    background-color: #7d1919;
    cursor:pointer;
}
.whyPartP {
    padding: 8px 0px 0px 8px;
    float: left;
}
.whyPartP:hover {
    color:#fff;
    cursor:pointer;
}

.whyPartBg {
    background-color:#0caedd;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}
    .whyPartBg a {
        display: flex;
    }


    .whyPartBg a img {
        width: 39px;
        background-color: #fff;
        margin: 2px;
        border-radius: 8px;
    }
        .whyPartBg a span {
            padding:10px;
            color: #fff;
        }
/*end apply now*/


/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left:15px;
  margin-right:15px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.founder {
    background: #fff  url(../Images/faunder.png);
    background-size: 100%;
    color: #ccc;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.patner {
    /*background: #2b24a1 url(../Images/patner.png);*/
    background-color: #377dff;
    background-size: 100%;
    padding-top: 60px;
    color: #ccc;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}


.social {
    
    background-size: 100%;
    padding-top: 60px;
    color: #ccc;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    background-attachment: fixed;
}

.social2 {
    background: #fff  url(../Images/avator-bg.png);
    background-size: 100%;
    padding-top: 60px;
    color: #ccc;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;

}
.galleryBox {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f3f3f3;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
    .galleryBox img {
        padding: 10px;
        border-radius: 15px;
    }
.blog_Bg {
    background-size: 100%;
    padding-top: 60px;
    color: #ccc;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;

}
.placement {
    
    background-size: 100%;
    padding-top: 60px;
    color: #ccc;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
    .placement .topBlog img {
        width: 120px;
    }

.innerpage {
    background-size: 100%;
    color: #ccc;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover !important;
    padding: 100px;
}
.innerpage h2 {
    font-weight: 600;
    color: #fff;
}
.innerpage-continer {
    padding-left: 30px !important;
}
    .innerpage-continer ul {
        margin-top: 5px;
    }

    .innerpage-continer h4 {
        color: #0079b3;
        font-weight: 600;
    }
.innerpage-inner {
    margin-bottom: 50px;
}
    .innerpage-inner h2 {
        color: #ec7d2b;
        font-weight: 600;
        margin-top: 20px;
        border-bottom: 1px solid;
        padding-bottom: 10px;
        font-size: 20px;    
    }
    .innerpage-inner ul {
        margin-top: 20px;
    }
        .innerpage-inner ul li {
            display: flex;
            padding-bottom: 10px;
        }
            .innerpage-inner ul li img {
                width: 28px;
                padding-right: 10px;
                height: 16px;
            }

.innerpage-partnership {
    margin-bottom: 20px;
}
    .innerpage-partnership img {
        width: 260px;
        padding: 10px;
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        border-radius: 12px;
        border: 1px solid #ebebeb;
    }
.winnerpage-partnership h4 {
    color: #0079b3;
    font-weight: 600;
}

.heading-main {
    position: absolute;
    padding: 5px;
    background: #ec7d2b;
    border-radius: 50%;
    top: 48px;
}


.video_Bg {
}
.round {
    /*overflow: hidden;*/
    /*box-shadow: 2px 2px 7px 1px #0003;
    border: 5px solid #fff;*/
}

.partnerP {
    color:#fff !important;
}
.counters {
    background-color: #343434;
    color:#000;
    padding: 40px 223px;
    text-align: center;
}



.counters .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    text-align: center;
}

.counters i {
    color: #fff;
    margin-bottom: 5px;
}

.counters .counter {
    font-size:25px;
    margin: 10px 0;
}

.importance1 {
    background-color: #3b3d41;
    height: 350px;
    padding: 10px;
    box-shadow: rgb(50 50 93 / 24%) 0px 14px 15px -41px, rgb(0 0 0 / 30%) 0px 18px 29px -15px;
}

    .importance1 a {
        display: flex;
        text-align: justify;
        CURSOR: pointer;
        text-decoration: none;
        color: #fff !important;
        padding-bottom: 6px;
        border-bottom: 1px dotted #707378;
        padding-top: 6px;
    }

        .importance1 a:hover {
            color: #02cffe !important;
        }

    .importance1 i {
        padding-right: 10px;
        color:#f6891f;
    }

    .importance1 h5 {
        text-align: center;
        padding: 10px;
        color: #fff;
        /* font-weight: 600; */
        margin: 0px;
        border: 0px;
        font-size: 18px;
        border-bottom: 3px solid;
        border-image: linear-gradient(to right, rgb(0, 210, 255), rgb(237 134 31));
        border-image-slice: 1;
        margin-bottom: 12px;
    }

.programs1 {
    background-color: #fff;
    border-radius: 0px;
    height:450px;
    padding: 10px;
    box-shadow: rgb(50 50 93 / 24%) 0px 14px 15px -41px, rgb(0 0 0 / 30%) 0px 18px 29px -15px;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
.programs1:hover {
    background-color: #232220;
    border-radius: 0px;
    padding: 10px;
    color: #fff;
    box-shadow: rgb(50 50 93 / 24%) 0px 14px 15px -41px, rgb(0 0 0 / 30%) 0px 18px 29px -15px;

}
    .programs1 a {
        display: flex;
        text-align: justify;
        CURSOR: pointer;
        text-decoration: none;
    }
    .programs1 a:hover {
        color: #d33070 !important;
    }
    .programs1 i {
        padding-right: 10px;
        color: #d33170;
    }

    .programs1 h5 {
        text-align: center;
        padding: 10px;
        color: #e00000;
        font-weight: 600;
        margin: 0px;
        border: 0px;
        font-size: 18px;
        border-bottom: 3px solid;
        border-image: linear-gradient(to right, rgb(0, 210, 255), rgb(237 134 31));
        border-image-slice: 1;
        margin-bottom: 12px;
        width:100%;
    }
    .programs1 h5:hover {

        color: #fff;
    }
    .programs1 ul {

        
    }
    .programs1 ul li{
    display: inline-flex;
    border-bottom: 1px dotted #707378;
    padding: 5px 0px;
    width: 100%;
    }
.session {
    background-color: #e57f30;
    border: none;
    color: #FFFFFF !important;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 30px;
    padding:5px 30px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    float: left;
    border-radius: 0px;
}
.session:hover {
    background-color: #e57f30;
    color: #fff;
}

@media (max-width: 700px) {
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .counters .container > div:nth-of-type(1),
    .counters .container > div:nth-of-type(2) {
        border-bottom: 1px solid lightskyblue;
        padding-bottom: 20px;
    }
}

.topBlog {
    height: 100px;
    background-color: #fff;
}

    .topBlog p {
        font-size: 15px !important;
        color: #000 !important;
        font-family: Inter;
        font-weight: 600;
    }


.overlay-bg {
    background-color: rgba(4,9,30,0.8);
}
.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}




/*--------------------------------------------------------------
# (blog)
--------------------------------------------------------------*/
.wraper_blog_main {
    padding-top: 64px;
    

}
.wraper_blog_main.style-three.morden-box-layout .post.style-three {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
  border-radius: 4px;
  margin-bottom: 30px;

}

.wraper_blog_main.style-three.morden-box-layout .post.style-three > [class*="col-"] {
  padding: 0;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-img-bx {
  flex: 0 0 30%;
  max-width: 30%;
  margin-right: 30px;
  position: relative;
  border-radius: 4px;
  float: left;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-img-bx .tag-name a {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  text-align: center;
  padding: 0 8px;
  background: #377dff;
  border-radius: 2px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx {
  flex: 0 0 65%;
  max-width: 65%;
  margin-top: -7px;
  float: left;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx .btn {
  border: none;
  outline: none;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx a.btn {
  font-size: 15px;
  line-height: 30px;
  border-radius: 4px;
  padding: 0;
  color: #000248;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx a.btn:hover,
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx a.btn:focus {
  color: #377dff;
  border: none;
  outline: none;
  box-shadow: none;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx a.btn::after {
  content: '';
  width: 100%;
  height: 1px;
  bottom: 5px;
  position: absolute;
  left: 0;
  right: auto;
  /* z-index: -1; */
  -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  background: #000248;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx a.btn:hover::after {
  width: 0;
  left: auto;
  right: 0;
  margin: 0;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  margin: 0;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:hover {
  color: #377dff;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx .author-box,
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx .date {
  margin-right: 15px;
  margin-left: 0;
  font-size: 13px;
  line-height: 26px;
  display: flex;
  float: left;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx .comment {
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
  line-height: 26px;
  display: inline-block;
}


.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx .author-box svg,
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx .date svg {
  margin-right: 8px;
  float: left;
  margin-top: 3px;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx .comment svg {
  margin-right: 8px;
  float: left;
  margin-top: 5px;
}


.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx .entry-extra-item {
  margin-bottom: 0;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three .post-thumbnail {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three .post-thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
  transition: all 1.5s cubic-bezier(0, 0, .2, 1);
  border-radius: 4px;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three:hover .post-thumbnail img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  border-radius: 4px;
}
.post.style-three .entry-main .entry-header .entry-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 35px !important;
    letter-spacing: 0px;
    /* color: #000; */
}


@media screen and (min-width:768px) and (max-width:1024px) and (orientation: landscape) {
  .wraper_blog_main.style-three.morden-box-layout .col-lg-9 {
    padding-left: 15px !important;
    padding-right: 40px !important;
    flex: 0 0 68%;
    max-width: 68%;
  }

  .wraper_blog_main.style-three.morden-box-layout .col-lg-3 {
    flex: 0 0 32%;
    max-width: 32%;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .wraper_blog_main.style-three.morden-box-layout .post.style-three.modern-img-bx {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }

  /*.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 15px 0 0 0;
}*/

  .wraper_blog_main.style-three.morden-box-layout .pull-left .blog-modern {
    padding-right: 0;
    width: 100%;
  }

  .wraper_blog_main.style-three.morden-box-layout .blog-modern {
    padding-right: 0;

  }

  .wraper_blog_main.style-three.morden-box-layout > .container {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .wraper_blog_main.style-three.morden-box-layout .pull-right .blog-modern {
    padding-left: 0 !important;
  }

}

@media screen and (max-width:767px) {
  .wraper_blog_main.style-three.morden-box-layout .pull-left .blog-modern {
    padding-right: 0 !important;
  }

  .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx {
    margin-top: 15px;
  }

  .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-img-bx {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }

  .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-desc-bx {
    flex: 0 0 100%;
    max-width: 100%;
  }


}

/*============================================ 
blog Ends
=============================================*/

/*============================================ 
blog inner
=============================================*/
.single .wraper_blog_main.style-one {
    background-color: initial;
}
.wraper_blog_main.style-one > .container {
    padding-bottom: 110px;
    padding-left: 0;
    padding-right: 0;
}
.wraper_blog_main.style-one > .container > .row > .blog-content, .wraper_blog_main.style-one > .container > .row > .blog-content {
    padding-right: 40px;
}
.wraper_blog_main.style-one .blog_single {
    margin-bottom: 0;
}

.wraper_blog_main .blog-content .blog_single {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.post.single-post {
    margin-bottom: 23px;
}
.post.single-post .post-thumbnail {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
}
.post-thumbnail .wp-post-image {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    border-radius: 4px;
}

.slide__content .Pcolor {
    color: #000 !important;
    font-weight: 400 !important;
}
.post.single-post .entry-header .entry-title {
    font-weight: 600;
    padding: 0 0 5px 0;
    word-wrap: break-word;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 40px;
    display: none;
}
.post.single-post .entry-header .entry-title a {
    color: inherit;
}
.hentry .entry-extra-item {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.hentry .entry-extra-item .author-box {
    float: left;
}
.hentry .entry-extra-item .author-pic {
    float: left;
}
.hentry .entry-extra-item .author-pic svg {
    margin-right: 8px;
    float: left;
    margin-top: 3px;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}
.hentry .entry-extra-item .author {
    float: left;
    line-height: 26px;
    font-size: 13px;
}
.hentry .entry-extra-item .date {
    float: left;
    margin-left: 15px;
    line-height: 26px;
    font-size: 13px;
}
.hentry .entry-extra-item .date svg {
    margin-right: 8px;
    float: left;
    margin-top: 3px;
}
.hentry .entry-extra-item .comment {
    float: left;
    margin-left: 15px;
    line-height: 26px;
    font-size: 13px;
}
.hentry .entry-extra-item .comment svg {
    margin-right: 8px;
    float: left;
    margin-top: 5px;
}
.post.single-post .entry-main {
    margin-bottom: 30px;
}
.bos {
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    border-color: #1DBB75;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
}
.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
}
.comments-area {
    float: left;
    width: 100%;
}
.comments-area .comments-title {
    margin-bottom: 30px;
    padding: 0;
    font-size: 25px;
    line-height: 40px;
    font-weight: 600;
    text-align: left;
}
.comments-area ol.comment-list {
    /* margin-bottom: 53px; */
    padding: 0 !important;
}
.comments-area ol.comment-list > li, .comments-area ol.comment-list > li ol.children > li {
    list-style: none !important;
    text-align: left;
}
.comments-area ol.comment-list li .comment-body {
    position: relative;
    margin-bottom: 30px;
    padding: 0px 0px 0px 108px;
    overflow: hidden;
}
.comments-area ol.comment-list li .comment-body .comment-meta {
    margin-bottom: 8px;
    float: left;
}
.comment-body footer.comment-meta .comment-author {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
    color: #000248;
    line-height: 30px;
    float: left;
    text-transform: capitalize;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-author img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-author b {
    font-weight: inherit;
    margin-right: 15px;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-author a {
    color: inherit;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata {
    font-weight: 400;
    font-size: 13px;
    color: #757589;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata a {
    padding-top: 2px;
    display: inline-block;
}
.comments-area ol.comment-list li .comment-content {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 30px;
    overflow: hidden;
    width: 100%;
}
.comments-area ol.comment-list li .comment-content > *:last-child {
    margin-bottom: 0 !important;
}
.comment-list {
    /* margin-bottom: 53px; */
    padding: 0 !important;
}
.comments-area .comment-reply-title {
    margin-bottom: 12px;
    color: #000248 !important;
    padding: 0;
    text-align: left;
}
.comments-area .comment-reply-title small {
    padding-left: 15px;
    font-size: 15px;
    line-height: 30px;
}
.comments-area .comment-reply-title small a {
    color: #757589;
}

.comments-area .comment-form > p {
    margin-bottom: 9px;
    text-align: left;
}
.comments-area .comment-form > p.comment-form-comment label {
    display: none;
}

.comments-area .comment-form > p label {
    display: block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}
.comments-area .comment-form > p textarea {
    height: 150px;
    padding: 5px 20px;
    border-radius: 4px;
    font-weight: 500;
    border: none;
    background: #f3f7fa;
    font-size: 15px;
    line-height: 30px;
    text-transform: capitalize;
}
.comments-area .comment-form > p.comment-form-author, .comments-area .comment-form > p.comment-form-email {
    padding-right: 9px;
}
.comments-area .comment-form > p.comment-form-author, .comments-area .comment-form > p.comment-form-email, .comments-area .comment-form > p.comment-form-url {
    width: 33.33%;
    float: left;
    position: relative;
}
.comments-area .comment-form > p input[type="text"], .comments-area .comment-form > p input[type="email"], .comments-area .comment-form > p input[type="tel"], .comments-area .comment-form > p input[type="url"], .comments-area .comment-form > p input[type="password"], .comments-area .comment-form > p input[type="date"], .comments-area .comment-form > p input[type="time"], .comments-area .comment-form > p select, .comments-area .comment-form > p textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 52px;
    padding: 0;
    border: none;
    background: #f3f7fa;
    padding: 0 20px;
    font-weight: 500;
    font-size: 15px;
    color: #757589;
    line-height: 30px;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 4px;
}

/*Post Image Hover*/
.post-thumbnail .wp-post-image {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
  border-radius: 4px;
}

.post-thumbnail:hover .wp-post-image {
  border-radius: 4px;
  transform: scale(1.02);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}


@media screen and (min-width: 1025px) and (max-width: 1170px) {
  .wraper_header.style-default .wraper_header_main > .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .wraper_blog_main.style-default .container {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wraper_blog_main.style-default .blog-default {
    flex: 0 0 68%;
    max-width: 68%;
    padding-right: 15px !important;
  }

  .wraper_blog_main.style-default .right-sidebar {
    flex: 0 0 32%;
    max-width: 32%;
  }
}

@media screen and (max-width:991px) {

  .wraper_blog_main > .container > .row > .blog-content,
  .wraper_blog_main.style-default > .container > .row > .blog-content {
    padding-right: 15px !important;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .wraper_blog_main.style-default .container {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wraper_blog_main.style-default .blog-default {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px !important;
  }


}

@media screen and (max-width:767px) {
  .wraper_blog_main.style-default .container {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wraper_blog_main.style-default .blog-default {

    padding-right: 15px !important;
  }
}



@media screen and (min-width: 1025px) and (max-width: 1170px) {
  .wraper_blog_main.style-one > .container {
    padding-top: 195px;
    padding-bottom: 120px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .wraper_blog_main.style-one > .container {
    padding-left: 15px;
    padding-right: 15px;
  }


}

@media screen and (max-width:767px) {
  .wraper_blog_main.style-one > .container {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 130px;
  }
}




/*============================================ 
blog inner Ends
=============================================*/

/*# start Animation */

.aisect-org {
  margin-top: 90px;
  position: relative; }

.py-5 {
    padding-top: 3rem !important;
}


.icon-effects-org-1 {
  position: absolute;
  bottom: 38%;
  left: 49%; }

.icon-effects-org-1 img,
.icon-effects-org-2 img,
.icon-effects-org-3 img,
.icon-effects-org-4 img,
.icon-effects-org-5 img,
.icon-effects-org-6 img {
  -webkit-animation: fa-spin 5s infinite linear;
  animation: fa-spin 5s infinite linear;
  width: 32px; }

.icon-effects-org-2 {
  position: absolute;
  top: 20%;
  right: 10%; }

.icon-effects-org-3 {
  position: absolute;
  top: 80%;
  right: 18%; }

.icon-effects-org-4 {
  position: absolute;
  top: 10%;
  left: 18%; }

.icon-effects-org-5 {
  position: absolute;
    top: 868%;
    left: 26%; 

}

.icon-effects-org-6 {
  position: absolute;
  left: 38%;
  top: 350px;
}

/* //image animation effect */
@media (max-width: 991px) {
  .icon-effects-org-4 {
    top: 8%;
    left: 59%; } }

@media (max-width: 736px) {
  .icon-effects-org-4 {
    top: 5%;
    left: 64%; }
  .icon-effects-org-5 {
    top: 18%;
    left: 54%; } }

@media (max-width: 568px) {
  .icon-effects-org-2 {
    top: 15%;
    right: 8%; } }

@media (max-width: 365px) {
  .icon-effects-org-4 {
    top: 2%;
    left: 72%; } 

}



/*# End Animation */

.media-icon-large {
  width: 76px;
  height: 76px;
  height: 76px;
  padding: 0.375rem;
  display: block;
  margin-right: 0.94rem;
  border-radius: 50%;
  margin-left:75px;
}

.media-icon-large i {
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #fff;
  font-size: 1.38rem;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.media-icon-large i.extra-large {
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 1.25rem;
}

.media-icon-large.icon-large-border {
  box-shadow: none;
  padding: 0.25rem;
  border: 2px solid #fff;
}

.media-icon-large.icon-large-border i {
  border: none;
}

.media-icon-large:hover i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* Icon Large */
.icon-xl {
  font-size: 8.13rem;
}

.media-body {
  -webkit-box-flex: 1;
          flex: 1;
}





.slider_posi {
    position: relative;
    top:0px;
    text-align: justify;
    padding:0px;
}



#sync1 .item {
    background:none;
    padding: 0px 0px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}
#sync2 .item {
    background: #3b3d41;
    padding: 10px 0px;
    margin: 5px;
    color: #fcfcfc;
    text-align: center;
    cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
    background: #f6891f;
}
.owl-theme .owl-nav {
    display: none;
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

/* MY Style.Css */

.main-banner {
    position: absolute;
    left: 15%;
    right: 20%;
    bottom: 0;
    top:120px;
    text-align: center;
    width:100%;
}
.main-banner h2 {
    font-weight: 600;
    color: #fff;
}
.latest-p {
    padding: 15px;
}
    .latest-p h2 {
        font-size:18px !important;
        line-height: 36px !important;
        color: #fff;
        font-family: 'Inter', sans-serif !important;
        text-align: left;
        text-transform: uppercase;
        border-bottom: 3px solid #f6891f;
        margin-bottom: 10px;
        margin-top: 0px;
        display: inline-block;
    }
.latest-p p{
    color: #fff;
    text-align: left;
}
.latest-p p span{
    color: #37c6f4;
    text-align: left;
}


.importent-gradient-bg {
    background: linear-gradient(135deg,rgb(236 236 236) 0,rgb(247 247 247) 59%,rgb(225 225 225) 59%,rgb(195 195 195) 100%) !important;
}

.notice-gradient-bg {
    background: linear-gradient(135deg,rgb(55 198 244) 0,rgb(17, 37, 85) 59%,rgb(246 137 31) 59%,rgb(246 137 31) 100%) !important;
}
.latest-news-gradient-bg {
    background: linear-gradient(135deg,rgb(83 83 84) 0,rgb(68 69 71) 59%,rgb(64 64 64) 59%,rgb(106 107 108) 100%) !important;
}
.program-gradient-bg {
    background: linear-gradient(135deg,rgb(55 198 244) 0,#3783ff 59%,rgb(225 226 227) 59%,rgb(207 204 200) 100%) !important;
}

.topheadsection {
    width: 100%;
    /*float: left;*/
    background: #2c2b2b;
}

.tp-social {
    float: right;
}
.social-media {
    float: left;
    width: auto;
    padding-top: 2px;
}
.wts {
    color: #f6891f !important;
    font-size: 14px;
    margin: 0 8px 0 8px;
    display: inline-block;

}
.wts2 {
    color: #f6891f !important;
    font-size: 14px;
    margin: 0 8px 0 8px;
    display: inline-block;
}
.aplynw {
    background: #da2032;
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 10px 2px;
    font-size: 14px;
    color: #fff !important;
}
.tp-social a.tour {
    background: #215caa url(../images/360.png) no-repeat 9px 4px;
    padding-left: 31px;
    display: inline-block;
    color: #fff;
    padding-right: 12px;
    margin-right: 0;
    line-height: 25px;
    background-size: 18px;
    color: #fff !important;
}


.video-gallery-ic {
    background: url(../images/whatsapp.png) no-repeat 8px 8px;
    background-size: 21px;
    padding: 7px 21px 14px 34px;
    color: #252525;
    FONT-SIZE: 14PX;
    TEXT-TRANSFORM: NONE;
    color: #fff !important;
}

.photogallery {
    padding: 10px;
    border: 1px solid #e3e3e3;
    background-color: #f5f5f5;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.photogallery h3 {
    padding: 13px 0px;
    font-size: 14px;
    margin: 0px;
    color: #000;

}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #ca0000 0%, #ffffff 29%, #ff1361 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}



