@import url("secondary.css");

/*********************************************************************************
common styles
***************/
body {
    color: #333 !important;
   	font-family: 'Exo', sans-serif !important;
    font-size: 14px !important;
    background: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
    margin: 0px !important;
    padding: 0px !important;
}

a {
    color: #333 !important;
    cursor: pointer;
    text-decoration: none !important;
}

a:active {
    box-shadow: none !important;
}

p {
    line-height: 22px;
    margin-bottom: 10px !important;
    font-size: 14px !important;
}

h1,
h2 {
    margin-bottom: 10px !important;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

/*********************************************************************************
colored text and buttons
***************/
.text-orange {
    color: #f88530
}

.btn {
    padding: 10px 25px !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.btn-submit {
    background: #0EA1D7;
    color: #fff;
}

.btn-cancel {
    background: #ff5d05;
    color: #fff;
}

.btn:hover {
    background: #333 !important;
    color: #fff !important;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

/*********************************************************************************
header styles
***************/
header {
    position: relative;
    width: 100%;
    z-index: 99;
}
header .top-bar {
	background:#a61912;
	padding: 10px 0;
    position: relative;
}

header .top-bar p {
    font-size: 14px !important;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0 !important;
    margin-bottom: 0 !important;
}
/* Logo Bar */
header .logo-bar {
    padding:10px 0;
    background-repeat:repeat;
	position:relative;
}

header .logo-fixed-bar {
    position: fixed !important;
    width: 100% !important;
    top: 0;
    z-index: 99;
    /*background: rgba(255, 247, 242, .95); */
	background:#fff;
    padding: 5px 0;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px
}
header .logo-fixed-bar.logo-bar:after{
	display:none;
}
header .logo {
    display: block;
    position: relative;
    z-index: 999;
    width: 200px;
    margin: 0 auto;
    top: 0px;
    margin-bottom: 0px;
    background: #FFF !important;
    padding: 0px;
   /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px; */
}
header .logo-fixed-bar .logo {
    bottom: unset;
    display: block;
    width: 120px;
    margin: 0 0;
	padding:0;
	top:10px;
	margin-bottom:0px !important;
    background: white !important;
    box-shadow: none;
}

header .logo img {
    max-width: 100%;
}

/* nav bar */
header .nav-bar {}

/*site nav*/
header .site-nav {
    float: right;
    margin: 12px 0 10px;
}

header .logo-fixed-bar .site-nav {
    margin-top: 15px !important;
}

header .logo-fixed-bar .btn-enquire {
    margin-top: 15px !important;
}

header .cont-info {
    float: left;
}

header .cont-info ul {
    list-style: none;
    margin-top: 5px !important;
}

header .cont-info ul li {
    float: left;
    padding: 0 20px 0 0px !important;
}

header ul .cont-icon {
    width: 22px;
    display: inline-block;
    vertical-align: top;
}

header ul .cont-icon img {
    max-width: 100%;
}

header ul .cont-text {
    display: inline-block;
    vertical-align: top;
    padding-left: 7px !important;
    margin-right: 7px;
	font-size:14px !important;
	line-height:25px;
	color:#fff !important;
	font-weight:600;
}

header ul .cont-text a {
    font-size: 15px;
    color: #fff !important;
    line-height: 20px;
    font-weight: 400;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

header ul .cont-text a:hover {
    color: #ffef00 !important;
}

/* Header Btn Enquire  */

.enquire-btn-outer {
    text-align: right;
}

header .btn-enquire {
    font-size: 15px;
    font-weight: 500;
    padding: 15px 28px !important;
    color: #fff !important;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
    background: transparent;
    /* background: linear-gradient(to right, #046da2 0%, #04afae 100%); */
    background: linear-gradient(to right, #00933f 0%, #03d75f 100%);
    border: none;
    position: relative;
    border-radius: 0 !important;
    text-transform: capitalize;
}

header .btn-enquire:before {
    position: absolute;
    content: '';
    left: 92%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: skewX(-25deg);
    background: #11498a;
}

header .btn-enquire:hover:before {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: #11498a;
}

/*social links*/
header .social-nav {
	float:left;
	margin:14px 0 !important;
}

header .social-nav ul {
	list-style: none;
}

header .social-nav li {
	float: left;
}

header.social-nav li a {
	border: 0 !important;
	padding: 0 !important
}

header .social-nav li a .fa {
	color: #fff !important;
	background: #e9ecf2;
	width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 6px;
    border-radius: 100%;
    font-size: 13px;
}


header .social-nav li a .fa-facebook {
	background: #3b5a9a
}

header .social-nav li a .fa-youtube {
	background: #ff0000
}

header .social-nav li a .fa-instagram {
	background: #ff0073
}

header .social-nav li a .fa-linkedin {
	background: #117bb8
}

header .social-nav li a:hover .fa {
	color: #fff !important;
	background: #105fa3;
}


/* header .btn-enquire:hover {
	background: #046da2;
} */

/*  */

/*********************************************************************************
section styles
***************/
section.slider {
    position: relative;
}


/**/
section.contents {}

/*main heading*/
.main-head {
    font-size: 42px !important;
    line-height: 52px;
    color: #0f0f0d;
    font-weight: 900;
    text-transform: capitalize;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 20px !important;
}

.main-head b {
    color: #F5B01F;
}

.main-head span {
   font-size: 18px !important;
    line-height: 27px;
    color: #0f0f0d;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: block;
    position: relative;
    margin-bottom: 5px !important;
    font-family: 'Exo', sans-serif !important;
}

.idx-btn {
    width: 150px;
    padding: 17px 15px !important;
    font-size: 15px;
    font-weight: 500;
    display: block;
    position: relative;
    text-align: center;
    color: #fff !important;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
    /* background: linear-gradient(to right, #046da2 0%, #04afae 100%); */
    background:#da251c;
    border: none;
    border-radius: 5px;
    margin-top: 20px !important;
}

.idx-btn::before {
    position: absolute;
    content: '';
    background:#fdd12a;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: -1
}

.idx-btn:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

/* ******************************************
Home Page Css
****************************************** */

.slider-bottom{
	position:relative;
	top:-70px;
	margin-bottom:-70px;
	z-index:9;
}
.feature-item{
	position: relative;
    padding: 20px 25px;
    background:#fff;
    border-radius: 50px 50px 50px 0;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}
.feature-item .count {
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 50px;
    font-weight: 800;
    -webkit-text-stroke: 2px #da251b;
    -webkit-text-fill-color: transparent;
}
.feature-icon {
    width: 80px;
    height: 80px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 60px;
    background: #da251b;
    margin-bottom: 25px;
    box-shadow: 5px 5px 0 var(#f2f3f5);
    position: relative;
    transition: all .5s ease-in-out;
}
.feature-icon img {
    width: 48px;
    filter: brightness(0) invert(1);
}
.feature-content {
    flex: 1;
}
.feature-content h4 {
    color: #19232B;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 10px !important;
	font-family: 'Noto Serif Hebrew', serif;
}
.feature-content p {
   color: #19232B;
   font-size:14px !important;
   line-height:24px;
}
.feature-item:hover .feature-icon {
    transform: rotateY(360deg);
}

/* Home About Us */
.idx-about-sec {
    padding: 60px 0px !important;
    background: url(../design_img/about-us-back.jpg) no-repeat center center;
    background-size: cover;
}

.idx-about-sec .home-abt-outer {
    position: relative;
    padding:0;
}

.idx-about-sec .about-left {
    position: relative;
}

.idx-about-sec .about-left .abt-btn-blk-outer{
	position:absolute;
	left:0;
	bottom:-30px;
	height:80px;
	width:80px;
	border:5px solid #dcba45;
	border-radius:100%;
	background:#FFF;
	color:#0f0f0d;
	font-size:18px;
	line-height:70px;
	text-align:center;
	 left:50%;
	 margin-right:-50%;
	 -webkit-transform:translate(-50%, 0);
	 -moz-transform:translate(-50%, 0);
	 transform:translate(-50%, 0);
	 box-shadow: 0px -1px 14px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px -1px 14px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px -1px 14px 2px rgba(0,0,0,0.15);
}
.idx-about-sec .about-left .abt-btn-blk-outer:hover{
	border-color:#FFF;
	background:#dcba45;
}

.idx-about-sec .about-left .abt-btn-blk-outer .abt-arrow{
	width: 100%;
    height: 100%;
     vertical-align: top;
    background-image: url('../design_img/arrow-golden.png');
	background-repeat:no-repeat;
	background-position:center center;
    /* background-size: cover; */
    /* display: block; */
    /* margin:20px auto 0; */
}
.idx-about-sec .about-left .abt-btn-blk-outer:hover .abt-arrow{
	width: 100%;
    height: 100%;
     vertical-align: top;
	background-image: url('../design_img/arrow.png');
	background-repeat:no-repeat;
	background-position:center center;
    /* margin:20px auto 0; */
}

.idx-about-sec .about-left a {
    pointer-events: none;
}

.idx-about-sec .about-left img {
    max-width: 100%;
}
.idx-about-sec .about-right .abt-pattern{
	background: url(../design_img/pattern.png)  no-repeat top left;
    background-size: cover;
    width: 60px;
    height: 350px;
    position: absolute;
    top: 60px;
    left: -120px;
}

.about-experience {
    display: flex;
    align-items: center;
    text-align: center;
    background: #fda31b;
    padding: 15px 5px 15px 0px;
    color: #fff;
    border-radius: 50px 50px 50px 0;
    margin-top: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}
.about-experience-icon {
    color: #116e63;
    font-size: 65px;
    width: 85px;
    height: 85px;
    line-height: 70px;
    text-align: center;
    margin: auto;
    background: #da251b;
    border-radius: 50px;
    margin-bottom: 5px;
}
.about-experience-icon img{
	max-width:100%;
	padding:15px;
}
.about-experience .text-start{
    font-size: 18px !important;
}
.idx-about-sec .about-right {
    padding-left: 20px !important;
    padding-top: 25px !important;
    position: relative;
}

.idx-about-sec .about-right p {
    font-size: 15px !important;
    line-height: 25px;
    color: #333;
    text-align: justify;
}
.idx-about-sec .about-right h3{
	font-size:20px !important;
	line-height:27px;
	color:#a61912;
	font-weight:700;
	font-family: 'Exo', sans-serif !important;
	margin-bottom:0px !important;
}
.idx-about-sec .about-right h4{
	font-size: 18px !important;
    line-height: 27px;
    color: #0f0f0d;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: block;
    position: relative;
    margin-bottom: 5px !important;
	font-family: 'Cormorant Garamond', serif;
  
}
}
/*.advantage bar */
.advantage-bar {
	position: relative;
    background-image: url(../design_img/fea-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
	padding:80px 0;
}
.advantage-bar:before{
	content: "";
    position: absolute;
    background: #da251c;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1;
}

.advantage-bar .main-head span {
    font-size: 16px !important;
    line-height: 24px;
    padding-left: 8px;
    color: #FFF;
    font-weight: 400;
    text-transform: initial;
    display: block;
	z-index:2;
    position: relative;
}
.advantage-bar .main-head span:before{
	display:none;
}
.advantage-bar .main-head{
	font-size: 35px !important;
    line-height: 45px !important;
    font-weight: 700;
    margin-bottom: 20px !important;
    color: #FFF !important;
}
.advantage-bar .adv-left{
	position:relative;
	margin-top:30px !important;
}
.advantage-bar .adv-left img{
	max-width:100%;
}
.advantage-bar .adv-right{
	text-align:center;
}
/* count bar*/
.count-bar {
 }
.count-col {
	text-align: center;
    margin: 0 auto 0px !important;
    display: table;
}
.count-col .icon {
 width: 50px;
 height: 50px;
 margin: 0 auto 10px !important;
 text-align: center;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
 display:none
}
.count-col .icon img {
 max-width: 100%;
}
.count-col .main-text {
    font-size: 40px !important;
    line-height: 55px !important;
    text-align: center;
    font-weight: 800;
    color: #fee064;
    line-height: 55px;
    margin-bottom: 0px !important;
    font-family: 'Noto Sans', sans-serif;
}
 .count-col .main-text::after {
 content: '+';
 font-size: 40px;
 margin-left: 0px;
 vertical-align: 2px;
}
.count-col .common-text {
	margin-bottom: 0px !important;
	text-transform: capitalize;
	color: #fff;
	line-height: 32px;
	font-weight:700;
	font-size: 22px !important;
}

.advantage-bar .advantage {
	overflow: hidden;
}

.advantage-bar .advantage-icon {
	width: 55px;
	float: left;
}

.advantage-bar .advantage-icon img {
	max-width: 100%;
}

.advantage-bar .advantage-text {
	width: calc(100% - 70px);
	float: right;
}

.advantage-bar .advantage-text p {
	color: rgba(0, 0, 0, 1);
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px !important;
	margin-bottom: 0 !important
}

.advantage-bar .advantage-text p a {
	color: rgba(0, 0, 0, 1) !important;
	text-transform: capitalize;
}

.advantage-bar .advantage-text p span {
	opacity: .7;
	font-weight: 400;
	font-size: 13px;
	text-transform: none;
	letter-spacing: initial;
	color: rgba(0, 0, 0, 0.8);
	display: block;
}



/* Home Services */
.idx-services {
    padding: 80px 0 60px;
    position: relative;
	background:#fff;
}
.idx-services .service-box-outer {
    position: relative;
}
.idx-services .services-blk {
	margin: 10px 10px 0 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: relative;
	border:1px solid #f6f6f6;
     webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	padding:15px;
}
/*.idx-services .services-blk:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	background-image: url(../design_img/custom-shape-bg-layer.png);
	width: 260px;
    height: 400px;
    background-size: 100% 400px;
} */
.idx-services .idx-btn {
   position: fixed;
    bottom: -15px;
    left: 30%;
    width: 110px !important;
    padding: 12px 10px !important;
    margin: 0 !important;
    font-size: 13px !important;
    margin-bottom: 20px !important;
    border-radius: 4px !important;
}


.idx-services .services-blk .co-top {
    position: relative;
	scroll-behavior:inherit !important;
}

.idx-services .services-blk .co-top img {
    max-width: 100%;
}


.idx-services .services-heading{
	text-align:center;
	margin-bottom:30px;
}
.idx-services .services-heading .main-head span{
	display:table;
	margin:0 auto;
}
.idx-services .services-blk .co-down .co-text h3{
	display:none;
}




/* Our Team */
.our-team-bar .col-row {
	width:calc(25% - 30px);
	float:left;
	display:table;
	margin:0 15px !important;
	min-height:435px;
}

.our-team-bar .col-row .img-col{
	position: relative;
    overflow:hidden;
    margin: 0px auto 10px !important;
}
.our-team-bar .col-row .col-desc{
	text-align:center;
	margin-bottom:50px !important;
}

.our-team-bar .col-row .col-desc h4{
	line-height: 27px;
    color: rgb(66, 66, 66);
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    font-family: "Bubblegum Sans", sans-serif;
    font-size: 20px !important;
    margin-bottom: 0px !important;
}
.our-team-bar .col-row .col-desc p{
	font-size: 17px !important;
    font-weight: 500;
    line-height: 25px;
    color: #333;
}
.our-team-bar .col-row .img-col img{
	max-width:100%;
	border:1px solid #e5e5e5;
	border-radius:10px;
}


.idx-services .services-blk .co-link {
    padding: 20px 15px !important;
    background: #FFF !important;
    display: none;
}

.idx-services .services-blk .co-link .btn-link {
    font-size: 20px !important;
    line-height: 27px;
    font-weight: 600;
    color: #232323;
}

.idx-services .services-blk .co-link i {
    margin-left: 15px !important;
}

.idx-services .services-blk .co-text h4{
	color: #111;
    font-weight: 700;
    margin-bottom: 0px !important;
    text-transform: capitalize;
    font-size: 18px !important;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
	 margin-top: 10px !important;
    margin: 0 auto;
    text-align: center
}
.idx-services .services-blk .co-text:hover h4{
	    color: #ddba46;
}

.idx-services .ser-btn .idx-btn {
    margin: auto;
}
/* */

.idx-luxuery-sec {
 width:100%;
 display:block;
}

.idx-luxuery-sec  .co-top {
 position:relative;
 width:100%;
}
.idx-luxuery-sec  .co-top img {
 max-width:100%;
}

.idx-luxuery-sec  .co-down{
	width:100%;
	display:block;
	background:#dcba45;
}
.idx-luxuery-sec  .co-down .co-icon{
	width:100px;
	padding:20px 15px;
	background:#e3c86a;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	min-height:120px;
}
.idx-luxuery-sec  .co-down .co-icon img{
	width:80px;
	margin:0 auto;
}
.idx-luxuery-sec  .co-down .co-text{
	width:calc(100% - 105px);
	display:inline-block;
	min-height:120px;
	padding:30px 10px 10px 10px;
}
/*.idx-luxuery-sec  .co-down .co-text .co-text{
	width:calc(100% -110px);
	display:inline-block
}*/
.idx-luxuery-sec  .co-down .co-text h4{
	font-size:18px;
	line-height:24px;
	color:#0f0f0d;
	margin-bottom:5px !important;
	text-transform:uppercase;
}
.idx-luxuery-sec .co-down .co-text h3{
	font-size:30px !important;
	line-height:40px;
	color:#0f0f0d;
	font-weight:600;
	margin-bottom:5px !important;
	text-transform:capitalize;
	font-family: 'Cormorant Garamond', serif;
	display:none;
}

.idx-luxuery-sec  .co-link{
	display:none;
}

/* Facility Sec */
.facility-sec{
	padding:80px 0;
	position:relative;
}
.facility-sec .flty-blk{
	width:100%;
	display:block;
	
}
.facility-sec .flty-blk .fality-left{
	border:1px solid #e3e3e3;
	padding:20px;
	display:inline-block;
	margin-right:4px;
	width:calc(25% - 8px);
	margin-right:4px;
}
.facility-sec .flty-blk .fality-left .h-icon{
	width:50px;
	height:50px;
	margin:0 0 10px 0;
}
.facility-sec .flty-blk .fality-left .h-icon img{
	max-width:100%;
}
.facility-sec .flty-blk .fality-left h4{
	font-size:16px !important;
	line-height:24px;
	color:#0f0f0d;
	font-weight:600;
	margin-bottom:20px !important;
	text-transform:uppercase;
	position:relative;
	 font-family: 'Cormorant Garamond', serif;
}
.facility-sec .flty-blk .fality-left h4:after{
	position:absolute;
	content:"";
	left:0;
	top:30px;
	height:1px;
	width:60px;
	background:#dcba45;
}
.facility-sec .flty-blk .fality-left p{
	font-size:14px !important;
	line-height:24px;
	text-align:justify;
	color:#787c80;
}
/* */


/* Home Gallery */
.home-gallery-bar {
    padding: 60px 0px;
    position: relative;
	background:#f8f8f8;
}

.home-gallery-bar .main-head {
    margin-bottom: 20px !important;
	display:table;
}
.home-gallery-bar .gal-img-outer{
	
}
.home-gallery-bar .gal-img {
    position: relative;
    cursor: pointer;
}

.home-gallery-bar .gal-img img {
    max-width: 100%;
	
}


.idx-activity-sec{
	padding:80px 0;
	position:relative;
}
.idx-activity-sec .main-head{
	text-align:center;
}
.idx-activity-sec .main-head span{
	display:table;
	margin:0 auto !important;
}
.idx-activity-sec .activity-heading{
	text-align:center;
	margin-bottom:30px;
}

.idx-activity-sec .activity-box{
	text-align: center;
    justify-content: center;
    justify-items: center;
	position:relative;
	border:2px solid #4b67b1;
}
.idx-activity-sec .activity-box .activity-blk{
	margin-bottom:20px !important;
	position:relative;
	width: 100%;
    padding: 0px;
    border-radius: 0px 0px 0px 0px;
	display:inline-flex;
}
/*.idx-activity-sec .activity-box .activity-blk:before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: #71d1cc;
    border-radius: 10px;
    transform: scale(1.08);
	z-index: -1;
    box-shadow: 0px 16px 25.92px 1.08px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
} */
.idx-activity-sec .activity-box .activity-blk img{
	height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.idx-activity-sec .activity-info{
	position:relative;
	padding:10px;
	min-height:300px;
}

.idx-activity-sec .activity-box h4{
	font-size:20px !important;
	line-height:27px;
	font-weight:700;
	font-weight:600;
	font-family: "Bubblegum Sans", sans-serif;
	color:#f8323b;
}
.idx-activity-sec .activity-box p{
	font-size: 16px !important;
    line-height: 27px;
    color: #333;
}
/* */
.idx-class{
	padding:60px 0;
	position:relative;
	background:#f2f2f2;
}
.idx-class .main-head span {
	margin:0 auto;
}
.idx-class .main-head{
	text-align:center;
	margin-bottom:10px !important;
}
.idx-class .cour-details p{
	text-align:center;
	font-size:16px !important;
	line-height:25px;
	margin-bottom:30px !important;
}
.idx-class .kind-blk {
    text-align: center;
}
.idx-class .co-top {
    padding: 10px;
    border-style: dashed;
    border-width: 2px;
    border-color: #ff6767;
    border-radius: 100%;
    margin-bottom: 20px !important;
}
.idx-class .kind-blk .co-top img {
    max-width: 100%;
    border-radius: 100%;
}
.idx-class .kind-blk .co-down h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2f2f2f;
    font-family: 'Bubblegum Sans', cursive;
}
.idx-class .kind-blk .co-down h3 span {
    font-size: 20px !important;
    line-height: 27px;
    font-weight: 500;
}
.idx-class .kind-blk .co-down p {
    font-size: 16px !important;
    line-height: 24px;
    color: #000 !important;
    font-weight: 500;
}
/*  */
.gal-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 8px;
  /*min-width: 230px;
  max-width: 315px;*/
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  border-radius:12px;
}
.gal-img * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.gal-img:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 100%;
  content: '';
  border-radius:10px;
  background-color: rgba(245, 130, 32, 0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.gal-img img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.gal-img .btn-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity:0;
}
.gal-img .btn-img img{
	max-width:50px;
}
.gal-img h3,
.gal-img h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.gal-img h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
}
.gal-img h5 {
  font-weight: normal;
  background-color: #ae895d;
  padding: 3px 10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.gal-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.gal-img:hover:before,
.gal-img.hover:before {
  top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.gal-img:hover h3,
.gal-img.hover h3,
.gal-img:hover h5,
.gal-img.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.gal-img:hover h3,
.gal-img.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.gal-img:hover h5,
.gal-img.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.gal-img:hover .btn-img{
	opacity:1;
}
.padding-8{
	padding-left:8px!important;
	padding-right:8px !important;
}



/*.home-gallery-bar .gal-img .gal-bdr-2::before,
.home-gallery-bar .gal-img .gal-bdr-2::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #ecc400;
    transition: all 0.6s ease 0s;
}

.home-gallery-bar .gal-img .gal-bdr-2::before {
    width: 0px;
    height: 0px;
}

.home-gallery-bar .gal-img .gal-bdr-2::after {
    width: 0px;
    height: 0px;
}

.home-gallery-bar .gal-img:hover .gal-bdr-2::before {
    width: 100px;
    height: 2px;
}

.home-gallery-bar .gal-img:hover .gal-bdr-2::after {
    width: 2px;
    height: 100px;
}

.home-gallery-bar .gal-img-first {}

.home-gallery-bar .gal-img-first:hover .gal-bdr-1::before {
    width: 150px;
    height: 2px;
}

.home-gallery-bar .gal-img-first:hover .gal-bdr-1::after {
    width: 2px;
    height: 150px;
}

.home-gallery-bar .gal-img-first:hover .gal-bdr-2::before {
    width: 150px;
    height: 2px;
}

.home-gallery-bar .gal-img-first:hover .gal-bdr-2::after {
    width: 2px;
    height: 150px;
}
*/



/*  */

.home-gallery-bar .idx-btn {
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 40px !important;
    position: relative;
}

/* Home Testimonials */
.home-testimonials {
    padding: 80px 0;
    position: relative;
    background: #FFEFE4;
}

.home-testimonials .main-head {
    text-align: center;
   	margin-bottom:50px;
}

.home-testimonials .main-head span {
    margin: 0 auto;
}
.padding-8{
	padding-left:8px !important;
	padding-right:8px !important;
}
.testimonial {
    max-width: 850px;
    margin: 10px auto 0;
	min-height:230px;
	position:relative;
}
.testimonial:before{
	position:absolute;
	content:"";
	background-image:url("../design_img/blog-bg.png");
	height:320px;
	width:850px;
	background-size:850px 320px;
	z-index:-1;

}
.testimonial .blog-msg{
	padding:80px 10px 20px 30px;
	position:relative;
	width:calc(100% - 100px);
	float:left;
}

.writer-pic {
    background: #f58220;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    display: block;
    position: relative;
	float:right;
	position:absolute;
	right:20px;
	display:inline-block;
}

.writer-pic img {
    border-radius: 100%;
    width: 90px;
    height: 90px;
	padding:8px;
}

.writer-pic .view-btn {
    background: #ecc400;
    text-align: center;
    padding-top: 4px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.writer-pic .view-btn .fa {
    color: #fff;
}

.subject {
    text-align: center;
    color: #333;
    font-weight: 600;
}

.message {
    color: #fff;
    margin: 0px 0 20px 0 !important;
    text-align:left;
    font-size: 15px !important;
    line-height: 24px;
	padding:50px 80px 20px;
}

.message-pic {
    text-align: center;
}

.message-pic .fa {
    border: 1px solid #333;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    padding-top: 14px;
    border-radius: 100%;
    margin: 5px 3px 10px 3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.message-pic .fa:hover {
    color: #fff;
    background: #18a0d3;
    border-color: #18a0d3
}

.writer {
    font-size: 16px !important;
    font-weight: bold;
    text-align:right;
    color: #ffef00;
    margin-bottom: 10px !important;
}

.writer-info {
    font-weight: normal;
    color: #333;
}

.bt-group {
    display: table;
    margin: 20px auto 0;
}

.bt-group .btn {
    border: 2px solid #6c2519;
    color: #6c2519 !important;
    font-weight: 600;
    border-radius: 25px !important;
    padding: 2px 15px;
    margin: 0 5px;
}

.bt-group .btn.btn-view {
    background: #eca300;
    color: #fff !important;
    border-color: #eca300;
}

.bt-group .btn:hover {
    background: #6c2519;
    color: #fff !important;
    border-color: #6c2519
}

/* ***********************************************
Home Page Css End's
*********************************************** */

section.contents .content-bar {
    padding: 80px 0;
    /*overflow:hidden;*/
}

/* page banner*/
.banner-bar {
    background: #666 url(../design_img/page-banner.jpg) no-repeat top center;
    padding: 120px 0 100px;
    background-size: cover;
}

.banner-bar .banner-content {
    text-align: left;
}

.banner-bar .banner-content .banner-col {}

.banner-bar .banner-content h1 {
    font-size: 46px !important;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    text-align:left;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	text-align:center;
	font-family: 'Cormorant Garamond', serif;
}

.banner-bar .banner-content p {
    color: #fff;
    margin: 0px 0 0px !important;
}

/*location*/
.location {
    list-style: none;
    position: relative;
    display: table;
    margin: 0px 0 0 !important;
    padding: 5px 15px !important;
	background: #ffffff95;
	display:none;
}

.location li {
    color: #fff !important;
    text-transform: capitalize;
    float: left;
    width: auto;
    margin: 0px 10px 0px 0 !important;
}

.location li:last-child {
    margin-right: 0px !important;
}

.location li a:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-left: 10px;
    color: #333580;
}

.location li:last-child a:after {
    content: '';
    margin-left: 0px;
}

.location li a {
    color: #333580 !important;
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 600;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.location li a:hover {
    color: #ffe259 !important;
}

.location li a.active {
    color: #d9241b !important;
}

/* core classes */

.under-cons {
    max-width: 80%;
    display: table;
    margin: 0 auto;
}

.col-bar {}

.col-bar:after {
    content: '';
    display: table;
    clear: both;
}

.col-bar .col-head {
    width: 100%;
    padding: 0 15px;
}

.col-bar .col .txt-title {
    display: none;
}

.col-bar .cont-col {}

.col-bar .img-col {
    position: relative;
}

.col-bar .img-col:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.col-bar .img-col img {
    max-width: 100%;
}

.col-bar .img-col a {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.col-bar .img-col a .fa {
    background: #fff;
    border-radius: 50%;
    color: #faaa1d;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    transition: all 500ms ease;
}

.col-bar .img-col:hover:after,
.col-bar .img-col:hover a {
    opacity: 1;
}

.col-bar .file-col {}

.col-bar .file-col img {
    max-width: 100%;
}

.cont-bar {
    /*padding-top:50px;
	padding-bottom:50px;*/
}

.cont-bar::before {
    /*content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: red; */
}

/* core classes ends here*/

/* **********************************************
Inner Page Css Start's
********************************************** */

/*About Us Page */

/* Our Profile */
section.contents .content-bar.about-us {
    padding-bottom: 120px;
}

section.contents .content-bar.about-kocis {
    padding-bottom: 120px;
}

.our-profile-pg {
    margin: 0 -15px;
}

.our-profile-pg .col-row {
    overflow: hidden;
    position: relative;
    width: 50%;
    padding: 0 15px;
}

.our-profile-pg .col-row.clear-fix{
	width:100%;
	padding:50px 0 0 0;
	position:relative;
}

.our-profile-pg .col-row .col {
    overflow: hidden;
    position: relative;
}

.our-profile-pg .profile-content {
    float: right;
}
.our-profile-pg .profile-content.row2 {
    float:left;
	clear:both;
}
.our-profile-pg .profile-content.row2 .col-desc{
	margin-top:20px !important;
	padding:10px 30px 0 0;
}
.our-profile-pg .profile-content.row2 .col-desc h4{
	font-size: 20px !important;
    line-height: 27px;
	margin-bottom:10px !important;
    font-weight: 700;
	font-family: "Bubblegum Sans", sans-serif;
    letter-spacing: 1px;
    color: #4b67b1;
    text-transform: capitalize;
    display: block;
    position: relative;
}
.our-profile-pg .profile-content.row2 .col-desc ul.mylist{
	margin-bottom:20px !important;
}

.our-profile-pg .profile-content.row2 .col-desc ul.mylist li{
	font-size: 15px !important;
    line-height: 25px;
    color: #333;
    text-align: justify;
}
.our-profile-pg .profile-img.row2 {
    float:right;
}
.our-profile-pg .profile-img.row2 .abt-img-block{
	margin-top:50px !important;
}
.our-profile-pg .profile-content .col-desc {
    padding-top: 30px;
}
.our-profile-pg  ul.mylist{
	list-style:none;
	padding:0 !important;
	margin:0 0 0 30px!important;
}
.our-profile-pg  ul.mylist li{
	font-size: 14px !important;
    line-height: 24px;
    color: #333;
    text-align: justify;
	text-indent:-22px;
}
.our-profile-pg  ul.mylist li:before{
	content: "\f02d";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 10px;
    color: #333580;
}
.our-profile-pg .profile-img {
    position: relative;
    float: left;
    overflow: visible;
}
.our-profile-pg .profile-img img{
	border-radius:15px;
}


.our-profile-pg .profile-img .col {
    overflow: visible;
}

.abt-img-block {
    position: relative;
    display: block;
}

.abt-img-block span.top {
    display: block;
    width: calc(75% - 15px);
    top: 0;
    left: 0;
    position: relative;
}

.abt-img-block  img {
    max-width: 100%;
}

.abt-img-block span.bottom {
    display: block;
    width: calc(50% - 15px);
    right: 10px;
    bottom: -70px;
    left: unset;
    position: absolute;
    margin-bottom: 0;
    border: 4px solid #FFF;
}

.abt-img-block span.bottom img {
    max-width: 100%;
}

.border-left {
    position: absolute;
    left: -110px;
    top: -25px;
    width: 300px;
    height:calc(100% + 50px);
    background: #fff6d870;
	z-index:-1;
	border-top-right-radius: 80px 80px;
	border-bottom-right-radius: 80px 80px;
}
.border-right {
    position: absolute;
    right: -103px;
    top: -25px;
    width: 300px;
    height:calc(100% + 50px);
   background: #fff6d870;
	z-index:-1;
	border-top-left-radius: 80px 80px;
	border-bottom-left-radius: 80px 80px;
}


.our-profile-pg .col-desc p {
    font-size: 15px !important;
    line-height: 25px;
    color: #333;
    text-align: justify;
}

/* Our Values */
.values-pg {
    margin: 0 -15px;
}

.values-pg .col-row {
    overflow: hidden;
    padding: 10px 30px;
    position: relative;
    background: #FFF !important;
    border: 1px solid #e5e5e5;
}

.values-pg .col-row .col {}

.values-pg .col-row .col-img {}

.values-pg .col-row .col-desc {
    position: relative;
    padding: 20px 0px 0 !important;
}
.values-pg .col-row .col-desc h4{
	font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #333580;
    margin-bottom: 20px;
    font-family: "Bubblegum Sans", sans-serif;
}
.margin-gape30{
	margin-top:30px !important;
}

.values-pg .msn-blk{
	margin-top:30px !important;
}


.values-pg .col-row .col-desc p {
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    text-align: justify;
}

.values-pg .col-row .col-desc p strong {
    font-size: 18px !important;
    line-height: 28px;
}

.values-pg .col-row .col-desc ul {
    margin: 0 0 0px 25px !important;
    color: #333;
    list-style: none;
}

.values-pg .col-row .col-desc ul li {
    font-size: 16px !important;
    line-height: 26px;
    text-indent: -20px;
    font-weight: 400;
    text-align: left;
}

.values-pg .col-row .col-desc ul li::before {
    content: "\f138 ";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 10px;
    color: #00a651;
}
/*Our Achievers */
.our-achievers-bar .col-row{
	width:calc(25% - 30px);
	position:relative;
	float:left;
	margin:0 15px;
}
.our-achievers-bar .col-row .col-img{
	border:1px solid #e5e5e5;
	position:relative;
}
.our-achievers-bar .col-row .cont-col{
	padding:10px 15px;
	position:relative;
	background:#da251b;
	margin-bottom:30px !important;
	text-align:center;
}
.our-achievers-bar .col-row .cont-col h4{
	color:#fff !important;
	font-size:16px !important;
	line-height:25px;
	font-weight:600;
}
.our-achievers-bar .col-row .cont-col p{
	font-size:14px !important;
	margin-bottom:0 !important;
	color:#fff;
}
/* Room */
.room-pg{
	position:relative;
}
.room-pg .col-row {
	width:calc(33.33% - 30px);
	position:relative;
	float:left;
	margin:0 15px 30px !important;
}
.room-pg .col-row img{
	max-width:100%;
}
.video-pg .video-blk{
	position: relative;
    width: 100%;
    height: 270px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

/* Director's Desk */
.Director-pg {
    margin: 0 -15px;
}

.Director-pg .col-row {
    position: relative;
}
.Director-pg .col-row.pr-img-blk{
	width:35%;
	display:inline-block;
	vertical-align:top;
}
.Director-pg .col-row.pr-img-blk img{
	max-width:100%;
}
.Director-pg .col-row.pri-msg-blk{
	padding:30px;
	width:70%;
	display:block;
	margin:0 auto !important;
	background:#f8f8ff;
	border-radius:15px;
}

.Director-pg .col-desc {
    position: relative;
    padding: 0 15px;
	overflow:hidden;
}

.Director-pg .col-desc p {
    font-size: 15px !important;
    line-height: 25px !important;
    color: #333;
    font-weight: 400;
    text-align: justify;
}

.Director-pg .col-desc h3 {
    font-size: 30px !important;
    line-height: 35px !important;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #046da2;
    margin-bottom: 15px !important;
    font-family: "Bubblegum Sans", sans-serif;
}

.Director-pg .col-desc h4 {
    position: relative;
    padding: 10px 0px 0 !important;
    text-align:left;
    display: table;
    font-size: 20px !important;
    line-height: 27px !important;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #333;
    margin: 10px 0 0 !important;
}
.Director-pg .col-desc h4 span{
	font-size:14px !important;
	line-height:24px;
	font-weight:400;
	
}


.Director-pg .col-desc h5 {
    font-size: 16px !important;
    line-height: 25px !important;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #666;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif Hebrew', serif;
	text-align:center;
	width:150px;
}

.Director-pg .col-desc h5 span {}


.Director-pg img{
	height:150px;
	width:150px;
	border:1px solid #e5e5e5;
	border-radius:100%;
	margin-top:20px !important;
}

.aff-sec h4{
	text-align:center;
	font-size:22px !important;
	line-height:36px;
	font-weight:700;
	color: #333;
}
.library-pg .col-row.library-left{
	width:50%;
	float:left;
	padding:0 20px 0px 0;
	
}
.library-pg .col-row.library-left img{
	max-width:100%;
	border:1px solid #e5e5e5;
}
.library-pg .col-row.library-desc{
	float:left;
	width:50%;
	padding:30px 0 0 30px;
}
.computer-lab-bar .col-row.library-desc{
	padding:0px 0 0 30px;
}
.smart-class-bar .col-row.library-desc{
	padding:0px 0 0 30px;
}
.smart-class-bar .col-row.library-desc h4{
	font-size:24px !important;
	line-height:32px;
	color:#de2223;
	font-weight:600;
	margin-bottom:10px !important;
}

.library-pg .col-row.library-section{
	clear:both;
	float:left;
	margin-top:20px;
}
.library-pg .col-row.library-section p{
	font-size: 15px !important;
    line-height: 25px;
    color: #333;
}
.library-pg .col-row.library-desc p{
	font-size: 15px !important;
    line-height: 25px;
    color: #333;
}
.edu-blk p{
	font-size:15px !important;
	line-height:25px;
	color:#333;
}
.school-gape{
	margin-top:30px !important;
}
.library-pg ul.mylist{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 10px 30px !important;
}
.library-pg ul.mylist li{
	font-size: 15px !important;
    line-height: 25px;
    color: #333;
    text-align: justify;
    text-indent: -26px;
}
.library-pg ul.mylist li:before{
	content: "\f02d";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 10px;
    color: #333580;
}

/* About Us End's */

/* Inner Service Page*/
.services-pg {
    margin: 0 -15px;
}

.services-pg .col-row {
    position: relative;
    overflow: hidden;
    width: 47%;
    padding: 15px 15px;
    border: 1px solid #046da2;
    margin: 12px 15px;
    float: left;
    min-height: 175px;
}

.services-pg .col-row .col-img {
    position: relative;
    width: 35%;
    float: left;
    padding-right: 10px;
}

.services-pg .col-row .col-desc {
    position: relative;
    width: 65%;
    float: right;
    padding-left: 10px;
}

.services-pg .col-row .col-desc h4 {
    font-size: 26px !important;
    line-height: 36px !important;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #046da2;
    margin-bottom: 5px !important;
    font-family: 'Source Serif Pro', serif;
}

.services-pg .col-row .col-desc p {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 27px;
    color: #333;
    text-align: justify;
}

/* Course Curriculum */
/* Our Values */
.curriculum-pg {
    margin: 0 -15px;
}

.curriculum-pg .col-row {
    position: relative;
    overflow: hidden;
    padding: 35px 35px;
    position: relative;
    background: #FFF !important;
    border: 1px solid #e5e5e5;
}

.curriculum-pg .col-row .col {}

.curriculum-pg .col-row .col-img {}

.curriculum-pg .col-row .col-desc {
    position: relative;
    padding: 20px 0px 0 !important;
}

.curriculum-pg .col-row .col-desc p {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 26px;
    color: #333;
    text-align: justify;
}

.curriculum-pg .col-row .col-desc p strong {
    font-size: 18px !important;
    line-height: 28px;
}

.curriculum-pg .col-row .col-desc p:nth-child(4) {
    margin-top: 20px !important;
}

.curriculum-pg .col-row .col-desc ul {
    margin: 0 0 0px 25px !important;
    color: #333;
    list-style: none;
}

.curriculum-pg .col-row .col-desc ul li {
    line-height: 26px;
    font-size: 16px !important;
    text-indent: -20px;
    font-weight: 400;
    text-align: left;
}

.curriculum-pg .col-row .col-desc ul li::before {
    content: "\f105 ";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px !important;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 500;
}

/* curricular Activities */
.activities-pg {
    margin: 0 -15px;
}

.activities-pg .col-row {
    position: relative;
    overflow: hidden;
    padding: 35px 35px;
    position: relative;
    background: #FFF !important;
    border: 1px solid #e5e5e5;
}

.activities-pg .col-row .col {}

.activities-pg .col-row .col-img {}

.activities-pg .col-row .col-desc {
    position: relative;
    padding: 20px 0px 0 !important;
}

.activities-pg .col-row .col-desc p {
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 400;
    color: #333;
    text-align: justify;
}

.activities-pg .col-row .col-desc h4 {
    font-size: 22px !important;
    line-height: 27px;
    color: #040505;
    font-weight: 700;
    margin-bottom: 10px !important;
    text-transform: capitalize;
    text-align: left;
    font-family: 'Source Serif Pro', serif;
}

.activities-pg .col-row .col-desc p strong {
    font-size: 18px !important;
    line-height: 28px;
}

.activities-pg .col-row .col-desc p:nth-child(4) {
    margin-top: 20px !important;
}

.activities-pg .col-row .col-desc ul {
    margin: 0 0 0px 25px !important;
    color: #333;
    list-style: none;
}

.activities-pg .col-row .col-desc ul li {
    font-size: 16px !important;
    line-height: 26px;
    text-indent: -20px;
    font-weight: 400;
    text-align: left;
}

.activities-pg .col-row .col-desc ul li::before {
    content: "\f105 ";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px !important;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 500;
}
.new-arrival{
	
}
.new-arrival .idx-btn{
	margin:20px auto 0!important;
}


/* Certificates */
.certificates-pg {
    margin: 0px -15px;
}

.certificates-pg .col-row {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    position: relative;
    margin-bottom: 15px;
}
/* Date 12-11-2024 */
.secondary-pg .sr-sec-heading {
	position:relative;
	padding:0 50px;
	margin-bottom:40px;
}
.secondary-pg .sr-sec-heading p{
	text-align:center;
	font-size: 15px !important;
    line-height: 25px;
    color: #333;
}
.secondary-pg .cour-blk{
	border: 1px solid #e5e5e5;
    position: relative;
    min-height: 527px;
    margin-bottom: 40px;
}
.secondary-pg .cour-blk.sr{
	min-height:460px;
}
.secondary-pg .cour-blk .top{
	position:relative;
	margin-bottom:30px;
}
.secondary-pg .cour-blk .top img{
	max-width:100%;
}
.secondary-pg .cour-blk  h4{
	color: #19232B;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
	padding:0px 25px !important;
    margin-bottom: 10px !important;
    font-family: 'Noto Serif Hebrew', serif;
}
.secondary-pg .cour-blk p{
	font-size: 14px !important;
    line-height: 24px;
    color: #333;
	padding:0px 25px !important;
	text-align:justify;
}
section.contents .content-bar.sr-secondary {
    padding: 80px 0 50px;
}
/*Download Page*/
.download-bar {
    margin: 0px -15px;
}

.download-bar .col-row {
    width: 25%;
    float: left;
    padding: 0 15px;
    position: relative;
    margin-bottom: 15px;
}

.download-bar .col-file {
    border: 1px solid #f2f2f2;
    border-bottom: 0;
}

.download-bar .col-row p.txt-title {
    font-size: 13px;
    font-weight: 500 !important;
    text-align: center;
    display: block;
}

.download-bar .col-row p.txt-title a {
    display: block;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    width: 100%;
    padding: 15px 0 !important;
    background: #009ed6;
    color: #fff !important;
}

/* Gallery Page */
.gallery-pg {
    margin: 0 -15px;
}

.gallery-pg .col {
    padding: 0 15px;
    width: 33.3333%;
    float: left;
    margin: 12px 0;
}

.gallery-pg .col-desc {
    display: none;
}

.gallery-pg .col .txt-title {
    display: block;
    padding: 10px 0 !important;
    font-weight: 600;
    border-bottom: 1px solid
}

.gallery-pg .col .txt-title {
    display: none;
}
.infrastructure-bar .gallery-pg .col .txt-title {
    display: block;
    width: 100%;
    text-transform: capitalize;
    background: #333580;
    padding: 8px 10px !important;
    text-align: center;
    font-size: 16px !important;
    line-height: 24px;
    color: #fff !important;
}

/* Video Gallery */
.video-pg {
    margin: 0 -15px;
}

.video-pg .col-row {
    position: relative;
    overflow: hidden;
    float: left;
    width: 33.3333%;
    margin: 12px 0;
    padding: 0 15px;
}

.video-pg .col-desc iframe {
    max-width: 100%;
    height: 200px;
    width: 100%;
}

/* .process-video {
    margin-bottom: 20px !important;
    padding: 10px 10px;
    border: 1px solid #f2f2f2;
} */

.process-video video {
    background: #000;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 200px;
}
.cur-event p{
	font-size: 15px !important;
    line-height: 25px;
    color: #333;
    text-align: justify;
}
.cur-event .col-img{
	border:1px solid #e5e5e5;
	position:relative;
}

.cur-event .cultural-heading{
	margin-bottom:30px !important;
	position:relative;
}
.cur-event .cultural-heading .main-head{
	text-align:center;
}
.cur-event .achi-blk{
	margin-bottom:30px !important;
}
.col-bar.achivement-bar .achi-name h4{
	/* overflow: hidden !important;
    text-overflow: ellipsis; */
    display: block;
    /*white-space: nowrap !important; */
    width: 100%;
    text-transform: capitalize;
    padding: 0 0px;
    margin-bottom: 0px !important;
    background: #333580;
    padding: 8px 10px !important;
    text-align: center;
    font-size: 16px !important;
    line-height: 24px;
	color:#fff !important;
	min-height:62px;
}


/* Career Page */
.career .career-right {
    float: right;
}

.career-msg p {
    text-align: center;
}

.career .form-group .form-control {
    border-radius: 0px !important;
    font-size: 13px;
    padding: 10px 10px;
    border: 1px solid #333 !important;
    background: #fff;
}

.career .btn-submit {
    width: 150px;
    padding: 17px 15px !important;
    font-size: 15px;
    font-weight: 500;
    display: block;
    position: relative;
    text-align: center;
    color: #fff !important;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
    background: linear-gradient(to right, #00933f 0%, #03d75f 100%);
    border: none;
    border-radius: 30px !important;
    margin-top: 0px !important;
}

.career .btn-submit:hover {
    background: #11498a !important;
}

/* Contact Us Page */
section.contents .content-bar.contact-us {
    padding: 0 0 50px;
}

/*.contact-us .container {
    width: 100%;
}

*/

.contact-pg {
    margin: 0 -15px;
    overflow: hidden;
	padding:80px 0 0;
}

/* Contact Details */
/*.cont-details-bg {
    padding: 0 15px 50px !important;
    width: 1170px !important;
    margin: 0 auto !important;
   
}

.cont-details-bg .col-desc {
    position: relative;
    margin-top: -120px;
    background: #172f41;
}

.cont-details-bg .col-desc::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    height: 1px;
    background: #383838;
}

.cont-details-bg .col-desc::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 1px;
    left: 47%;
    background: #383838;
}
*/
.contact-blk {
    padding: 20px 20px 10px 0;
    /* background: #f2f2f2; */
    position: relative;
    display: block;
    border-radius: 0px;
}

.contact-blk .h-icon {
    display: inline-block;
    width: 55px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to right, #d9251d 0%, #ef4f48 100%);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 0px;
    transition: all 300ms linear;
}

.contact-blk .h-icon img {
    max-width: 100% !important;
}

.contact-blk .cont-text {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: calc(450px - 70px);
}

.contact-blk .cont-text p {
    font-size: 15px !important;
    line-height:25px;
    color: #333;
  
}

.contact-blk .cont-text p b {
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Noto Serif Hebrew', serif;
    color: #333;
}

.contact-blk .cont-text p a {
    color: #333 !important;
}

/* Contact Form */
.contact-pg .contact-form {
    position: relative;
    width: 50%;
    margin: 0 auto;
    padding: 0 15px;
	float:left;
}
.contact-pg .contact-right{
	width:30%;
	float:right;
	padding:30px 0 0;
}
.contact-pg .contact-right img{
	max-width:100%;
}
.contact-pg .contact-form .col-desc {
    position: relative;
    margin-top: 0px;
}
.contact-pg  .cont-details-bg{
	width:50%;
	float:left;
	margin-top:0px;
}

.contact-pg  .cont-map{
	width:100%;
	float:right;
	margin-bottom:50px;
}

.contact-pg .enq-form {
    text-align: left;
    padding: 0px 30px;
    margin: 20px auto 10px !important;
}

.contact-pg .enq-form h2 {
    font-size: 36px !important;
    line-height: 40px !important;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #0f0f0d;
    margin-bottom: 20px;
    font-family: 'Cormorant Garamond', serif;
}

.contact-pg .enq-form p {
    font-size: 16px !important;
    line-height: 24px;
    color: #da251b !important;
    text-align: justify;
    /* font-family: 'Charm', cursive; */
     text-align: left;
    margin-bottom: 20px !important;
}

.contact-pg .enq-form .btn-submit {
    width: 150px;
    padding: 17px 15px !important;
    font-size: 15px;
    font-weight: 500;
    display: block;
    position: relative;
    text-align: center;
    color: #fff !important;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
    /* background: linear-gradient(to right, #046da2 0%, #04afae 100%); */
    background: #da251c;
    border: none;
    border-radius: 5px;
    margin-top: 20px !important;
}

.contact-pg .enq-form .btn-submit:hover {
    background: #fdd12a !important;
}

/* CONTACT_FORM */
.cont-form-outer label {
    color: #333 !important;
    font-weight: 500;
}

.form-group .form-control:focus {
    box-shadow: none;
    border-color: #258cd6 !important;
    color: #121212;
}

/* Contact Map */
.contact-pg .cont-map {
    padding: 0 0;
}

.contact-pg .map-outer iframe {
    margin-top: 0px !important;
}

.contact-pg .ftr-map {
    width: 100% !important;
    height: 360px !important;
}

.col-bar.downloads-bar .col .txt-title {
    display: block;
	font-size:18px !important;
	line-height:28px;
	color:#fff !important;
	font-weight:600;
	background:#a61912 !important;
	text-align:center;
	padding:8px !important;
}
.col-bar.downloads-bar .col .txt-title a{
	color:#fff !important;
}
    
.management-pg .management-blk h4{
	font-size:20px !important;
	line-height:27px;
	 color: #a61912;
	font-weight:700;
	margin:15px  0 0px!important;
	text-align:center;
	font-family: 'Exo', sans-serif !important;
}
.management-pg .management-blk h5{
    font-size: 22px !important;
    line-height: 27px;
    color: #0f0f0d;
    font-weight: 900;
    text-transform: capitalize;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 0px !important;
	text-align:center;
}

/* **********************************************
Inner Page Css End's
********************************************** */

/*certificate bar*/
.certificate-pg {
    margin: 0 -15px;
    padding: 50px 0;
}

.certificate-pg .col-row {
    width: 33.3333%;
    padding: 0 15px;
    display: inline-block;
    margin-bottom: 10px;
}

/* shop filter */
.shop-filter {
    margin-bottom: 15px;
}

.shop-filter .form-group {
    margin-bottom: 0 !important;
}

.shop-filter .form-group label {
    padding-top: 10px !important;
    color: #666;
    font-weight: 600;
    color: #f08e76
}

.shop-filter .form-control {
    width: 100%;
    text-transform: capitalize
}

.shop-filter:after {
    content: '';
    display: table;
    clear: both;
}

/* product category bar */
.category-bar {}

.category-bar h4 {
    background: #0EA1D7;
    color: #fff;
    padding: 6px 15px !Important;
    margin-bottom: 0 !Important;
    font-weight: 400;
}

.category-list {
    background: #fff;
    padding: 12px 15px !important;
    border: 1px solid #ddd;
    border-top: 0;
    margin-bottom: 20px;
    max-height: 400px;
    overflow-y: auto;
}

.category-list ul {
    list-style: none;
}

.category-list ul li ul {
    display: none;
}

.category-list ul li ul.active {
    display: block;
    margin-top: 8px !important;
}

.category-list ul li a {
    display: block;
    color: #000 !important;
    text-transform: capitalize;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.category-list ul li a.active {
    color: #f79523 !important;
}

.category-list>ul>li>a:after {
    content: url(../design_img/icon-plus.png);
    float: right;
}

.category-list>ul>li>a.active:after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category-list ul ul li a {
    color: #666 !important;
}

.filter-list {
    background: #fff;
    padding: 20px 15px 40px !important;
    border: 1px solid #ddd;
    border-top: 0;
    margin-bottom: 20px;
}

/* product list ********************************************/
.pr_list .no-product {
    max-width: 350px;
    display: table;
    margin: auto;
}

/* product detail ********************************************/
.product-detail-bar {}

.product-detail-bar img {
    max-width: 100%;
}

.product-detail-bar h4.pr_name {
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
    font-weight: 600;
    text-transform: capitalize
}

/**/
.product-detail-bar .pr_rate {
    color: #333;
    padding-bottom: 10px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}

.product-detail-bar .pr_rate_before {
    text-decoration: line-through;
    color: #999;
    font-size: 15px;
    font-weight: 400;
    margin-right: 5px;
}

.product-detail-bar .pr_rate .discount {
    border: 1px solid #333;
    color: #333;
    padding: 0px 15px;
    margin-left: 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 400;
}

/**/
.product-detail-bar .btn-enq {
    margin: 15px 0px 0;
    padding: 10px 20px !important;
    background: #0EA1D7;
    color: #fff !important;
    border-radius: 5px !important;
    font-weight: 500;
    width: 150px;
}

/**/
.product-detail-bar .social.mob {
    display: none
}

.product-detail-bar .social {
    list-style: none;
    padding: 0px !important;
    float: left;
    margin-top: 18px !important;
}

.product-detail-bar .social li {
    float: left;
    margin-right: 5px !important
}

.product-detail-bar .social li:nth-child(1) {
    line-height: 33px !important;
    font-weight: 600
}

.product-detail-bar .social li a .fa {
    background: #f2f2f2;
    color: #fff !important;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 100%;
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.product-detail-bar .social li a .fa-facebook {
    background: #3b5a9a
}

.product-detail-bar .social li a .fa-whatsapp {
    background: #4fce5d
}

.product-detail-bar .social li a:hover .fa {
    background: #333;
    color: #fff !important;
}

/**/
.product-detail-bar .pr_desc {
    word-break: break-word;
}
.product-detail-bar .pr_desc p{
    font-size:15px !important;
    line-height:25px;
    color:#333;
    text-align: justify;
}
/* enquiry box */
.modal-dialog.frm-model {
    width: 95%;
    max-width: 500px;
}

.modal-dialog.frm-model .modal-content {
    border-radius: 0px;
    overflow: hidden;
}

.modal-dialog.frm-model .modal-content .close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../design_img/icon-close.png) no-repeat;
    text-shadow: none;
    padding: 0px 5px 5px;
    width: 13px;
    height: 15px;
    background-size: 100%;
    opacity: 1;
}

.modal-dialog.frm-model .frm-content {
    padding: 20px 30px 30px;
}

.modal-dialog.frm-model .frm-content h4 {
    color: #666;
    font-weight: 400;
    margin-bottom: 20px !important
}

.modal-dialog.frm-model .frm-content h4 b {
    color: #0EA1D7;
    font-weight: 600;
}

.modal-dialog.frm-model .frm-content label {
    margin-bottom: 0;
}

.modal-dialog.frm-model .frm-content .form-control {
    border-color: #666;
    border-radius: 0 !important;
}

.modal-dialog.frm-model .frm-content select.form-control {}

.modal-dialog.frm-model .frm-content label.error {
    background: #c85e53;
    color: #fff;
    padding: 0 8px;
    border-radius: 2px;
    font-size: 11px
}

.modal-dialog.frm-model .frm-content label.error:before {
    content: "\f0d8 ";
    font: normal normal normal 20px/1 FontAwesome;
    color: #c85e53;
    position: absolute;
    top: -12px;
    left: 20px;
}

.modal-dialog.frm-model .frm-content .btn-submit {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 7px !important;
}

/*after open popup*/
.modal.fade .modal-dialog.frm-model {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: -50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

.modal.show .modal-dialog.frm-model {
    -webkit-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%);
}

/*items*/
.item {
    margin-bottom: 20px;
}

.item-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.item-pic-container {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 0px
}

.item-back {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.4;
    z-index: 1;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item-pic {
    height: 239px;
    overflow: hidden;
}

.item-pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: -50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item .discount {
    background: #f48736;
    border-bottom-left-radius: 10px;
    color: #fff;
    width: 62px;
    height: 25px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
    text-align: center;
    line-height: 22px;
    display: none
}

.item-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-bottom: -50%;
    margin-right: -50%;
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    opacity: 0;
    visibility: hidden;
    webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item-btn a {
    background: #fff;
    font-size: 16px;
    color: #0EA1D7 !important;
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    padding: 11px 15px;
    border-radius: 5px;
    webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item-btn a.cart {
    background: #d4b037;
    color: #fff !important;
}

.item-btn a.view {}

.item-btn a:hover {
    background: #333580;
    color: #fff !important;
}

.item-name {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap !important;
    width: 100%;
    text-transform: capitalize;
    padding: 0 0px;
    margin-bottom: 0px !important;
    background: #333580;
    padding: 10px !important;
    text-align: center;
    font-size:16px !important;
    line-height: 24px;
}

.item-name a {
    color: #fff !important;
    font-weight: 500;
    text-align: center;
	font-size
}

.item-price {
    text-transform: capitalize;
    margin-bottom: 15px !important;
    line-height: 15px;
}

.item-price .price-before {
    color: #999999;
    text-decoration: line-through;
    margin-right: 10px;
}

.item-price .price-now {
    font-weight: 700;
    color: #d4b037;
}

.item-container:hover .item-back {
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.item-container:hover .item-btn {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
}

/**/
.no-item {
    display: table;
    margin: 0 auto 30px !important;
    background: #fff;
    border-radius: 10px;
    padding: 20px !important;
    text-align: center;
    color: #999;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/*tables*/
section.contents .mytable {}

section.contents .mytable caption {
    color: #333333;
    text-align: center;
    margin-bottom: 5px;
    padding: 0px;
    font-weight: 600;
}

section.contents .mytable th {
    background: #00839f;
    color: #fff;
    font-weight: 600;
    vertical-align: middle !important;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    height: 40px;
}

section.contents .mytable td {
    vertical-align: middle !important
}

section.contents .mytable tr {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

section.contents .mytable tbody>tr>td {
    text-align: center;
    font-size: 14px;
}

/*#content .mytable tr:nth-child(odd){ background:#c6e093}*/
section.contents .mytable tr:nth-child(odd) {
    background: #e9faf9;
}

section.contents .mytable tr:hover {
    background: #eee
}

/* ********************************************************************************
default form styles start
************** */
.form-group {
    margin-bottom: 20px !important;
    position: relative;
}

.form-group label {
    font-weight: normal;
}

.form-group label.error {
    background: #c3511a;
    color: #fff;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    left: 0px;
}

.form-group label.error::before {
    content: "\f0d8 ";
    font: normal normal normal 20px/1 FontAwesome;
    color: #c3511a;
    position: absolute;
    top: -14px;
    left: 20px;
}

.form-group .form-control {
    border-radius: 4px !important;
    height: auto;
    font-size: 13px;
    padding: 10px 10px;
    border-color: #ddd;
    box-shadow: inherit;
}

.form-group select.form-control {}

.form-group input[type=file] {
    border: 0 !important
}

.form-group textarea {
    resize: none;
}

.form-group .label-radio {
    margin-right: 15px;
}

.form-group input[type=radio] {
    margin-right: 5px;
}

.form-group input[type=checkbox] {
    margin-right: 5px;
}

.form-group .checkbox,
.form-group .radio {
    margin-top: 0px;
}

.form-group .checkbox a {
    color: #e16d18 !important
}

.form-group .form-control:focus {
    box-shadow: none;
    border-color: #f4b724
}

/* Google Translator */
/* gotrns */

header .gotrns {
    float: right;
    color: transparent !important;
    font-size: 14px;
    position: relative;
    line-height: 15px;
    margin: 0 !important;
    height: 25px;
    overflow: hidden;
}
header .gotrns .goog-te-gadget .goog-te-combo {
    
}
header .goog-te-gadget .goog-te-combo {
   /* padding: 8px;
	border:none;
	margin:6px 0 0 0; */
	margin: 0;
    padding: 3px;
}
header .gotrns .goog-te-gadget-simple {
	border: 0px solid #fff;
	border-radius: 5px;
	font-size: 12px;
	background: transparent;
}
 
header .gotrns a {
  display: none;
} 

header .gotrns span {
	color: #fff !important;
	border-color: #fff !important
}

header .gotrns .goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    background:transparent !important;
}

header .gotrns a.goog-te-menu-value span:nth-child(3),
header .gotrns a.goog-te-menu-value img {
	display: none
}

header .gotrns img {
	background: url("../design_img/icon-glob.png") !important;
	background-repeat: no-repeat !important
}

header .gotrns a.goog-te-menu-value span:nth-child(5) {
	margin-left: 10px
}



.form-group {
    position: relative;
    margin-bottom: 18px !important;
}

.form-group label {
    font-weight: normal;
}

.form-group .label-err,
.form-group .error:not(.form-control) {
    background: #ec0b0b;
    width: auto;
    font-size: 11px;
    color: #fff !important;
    padding: 0px 5px 2px;
    border-radius: 2px;
    position: absolute;
    bottom: -22px;
    z-index: 1;
    font-weight: 400 !important;
}

.form-group .label-err::before,
.form-group .error::before {
    content: "\f0d8 ";
    font: normal normal normal 20px/1 FontAwesome;
    color: #011828;
    position: absolute;
    top: -13px;
    left: 20px;
}

.form-group .form-control {
    border-radius: 0 !important;
    box-shadow: none;
    background: none;
    padding: 8px 12px;
    height: auto;
    background: #FFF;
    border-color: #d1d9ff;
	border-radius:10px !important;
}

.form-group select.form-control {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../design_img/icon-select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 6px top 50%;
    z-index: 0;
    /*padding: 7px 20px 7px 4px; */
    padding-left: 5px;
    padding-right: 20px;
}

.form-group .label-radio {
    margin-right: 15px;
}

.form-group input[type=radio] {
    margin-right: 5px;
}

.form-group .label-check {
    margin-right: 15px;
    text-transform: none !important;
    font-family: 'Poppins', sans-serif !important;
}

.form-group .label-check a {
    color: #fcd80f !important;
}

.form-group .label-check a:hover {
    text-decoration: underline !important
}

.form-group input[type=checkbox] {
    margin-right: 5px;
}

.form-group .form-control:focus {
    box-shadow: none;
    border-color: #2759ab !important;
    color: #777;
}

.form-group textarea.form-control {
    resize: none;
}

/* ********************************************************************************
footer styles
************** */
footer {}

footer .footer-top {
    padding: 25px 0;
    position: relative;
    background: #000;
}

footer .footer-top-bar {
    padding: 10px 20px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    top: 50px;
    z-index: 9;
    background: #fff;
    margin-top: -50px;
}

footer .footer-bar {
    padding: 60px 0 40px;
	background:#232323;
    position: relative;
    z-index: 2;
}

footer .footer-bar:after{
	position:absolute;
	content:"";
	top:50%;
	margin-bottom:-50%;
	left:0%;
	margin-right:0%;
	-webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	background-image: url(../design_img/icon.png);
    height: 240px;
    width: 240px;
    background-size: 240px 240px;
    z-index: -1;
	opacity:.2;
}


footer .logo {
    width: 220px;
    display: block;
    margin-bottom: 20px !important;
    margin-top: 0;
    margin: -10px auto 30px !important;
}

footer .logo img {
    max-width: 100%;
}


footer h3 {
    text-align: left;
    color: #fdca00;
    font-size: 24px !important;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px !important;
    text-transform: capitalize;
    position: relative;
   font-family: 'Noto Serif Hebrew', serif;
}

footer .footer-abt {
    padding-right:0px !important;
    padding-top: 0px;
}

footer .footer-abt p {
    font-size: 15px !important;
    line-height: 25px !important;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px !important;
}

/* Social nav */
footer .social-nav{
	float:right;
	margin-top:5px;
}
footer .social-nav ul {
    list-style: none;
    padding: 0px !important;
    display: table;
    margin-top:0px !important;
    font-size: 14px;
    font-weight: 300;
    float:left;
	margin-bottom:10px !important;
}

footer .social-nav li {
    float: left;
    line-height: 30px;
    margin-right: 10px !important;
}

footer .social-nav li a {
    border: 0 !important;
    padding: 0 !important;
}

footer .social-nav li a img {
    max-width: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 5px;
    display: none;
}

footer div.col-md-4:nth-child(2)>nav:nth-child(1)>ul:nth-child(1)>li:nth-child(4) {
    display: none;
}

footer .social-nav li a .fa {
    font-size: 13px !important;
    color: #3b5999;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #555;
    border-radius: 100%;
    background: #FFF;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

footer .social-nav li a:hover .fa {
    color: #fff;
    border-color: #FFF;
    background: #3b5999;
}

/* Nav Manu */
footer .important-link-sec {
    padding-left: 20px;
}

footer .nav-menu ul {
    list-style: none;
}

footer .nav-menu ul li {
    color: #FFF !important;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px !important;
}

footer .nav-menu ul li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #fdca00;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: 0px;
    transform: rotate(45deg);
}

footer .nav-menu ul li a {
    color: #fff !important;
}

footer .nav-menu ul li:hover a {
    color: #fdca00 !important;
}

/* Footer Site Nav */
footer .site-nav ul {
    list-style: none;
    margin-top: 6px !important;
    margin-bottom: 0px !important;
}

footer .site-nav ul li {
    color: #FFF !important;
    margin-bottom: 15px !important;
}

footer .site-nav ul li .icon-outer {
    height: 27px;
    width: 27px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
}

footer .site-nav ul li .icon-outer img {
    max-width: 100%;
}

footer .site-nav ul li .icon-outer i {
    margin-right: 0px;
    color: #1c8adb !important;
    font-size: 15px;
    padding-top: 8px;
    padding-left: 0px;
}

footer .add-text {
    display: inline-block;
    width: calc(100% - 45px);
    margin-left: 10px !important;
}

footer .add-text p {
    font-size: 15px !important;
    line-height: 26px !important;
    color: #fff;
}

footer .vs-count{
	clear:both;
	margin-bottom:0 !important;
	position:relative;
}

footer .vc-hide{
	height:50px;
	background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
footer .hide-fc{
	position: absolute;
    background: #232323;
    height: 17px;
    top: 32px;
    left: 0;
    width: 100%;
}
footer .msg-hide{
	display:none;
}

footer .site-nav ul li i {
    margin-right: 8px;
    color: #eed518 !important;
}

footer .site-nav ul li a {
    font-size: 15px;
    line-height: 26px;
    color: #fff !important;
    text-align: left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

footer .site-nav ul li a:hover {
    color: #fdca00 !important;
}

/* Footer Bottom */
footer .footer-bar-bottom {
	position:relative;
    padding: 10px 0 10px;
	background:#d7271b;
}
/*
footer .footer-bar-bottom:before{
	position: absolute;
    content: "";
    background: url(../design_img/gorden_images.png);
    background-repeat: repeat-x;
    height: 100px;
    bottom:0px;
    width: 100%;
    background-size: 100% 100%;
}*/

footer .footer-bar-bottom .com-right {}

footer .footer-bar-bottom .copy {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 24px !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

footer .footer-bar-bottom .copy .co-name {
    color: #ffde5d !important;
    font-weight: 700;
}

footer .footer-bar-bottom .copy img {
    margin-left: 5px !important;
}

footer .footer-gallery a {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 8px;
    width: calc(33% - 8px);
    margin-right: 4px;
}
footer .footer-gallery a img{
	max-width:100%;
}

/* Footer Map */
footer .ftr-map {
    width: 100%;
    height: 280px;
}
footer .shape1{
	background-image:url("../design_img/pencil_boy.png");
	background-repeat:no-repeat;
	background-size:100px 120px;
	width:120px;
	height:120px;
	position:absolute;
	right:30px;
	bottom:15px;
}
footer .shape2{
	background-image:url("../design_img/pencil_girl.png");
	background-repeat:no-repeat;
	background-size:100px 120px;
	width:120px;
	height:120px;
	position:absolute;
	left:24%;
	bottom:25px;
}

/* footer_social_icon */
.footer-social-icon {
	position: fixed;
	width: 80px;
	bottom: 20px;
	left: 15px;
	z-index: 9999;
}

.footer-social-icon .social-chat-icon {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.social-chat-icon .cont-nav {
	float: left;
}

.social-chat-icon .cont-nav ul {
	list-style: none;
	font-size: 14px;
}

.social-chat-icon .cont-nav ul li img {
	max-width: 65px;
}

.footer-social-icon .whats-mobile {
	display: none;
}


.social-chat-icon .cont-nav ul li img {
	max-width: 50px;
}

footer .footer-gallery a{
	width: calc(20% - 8px);
    float: left;
    margin: 20px 4px 0 !important;
}
footer .footer-gallery a img{
	max-width:100%;
}

/* top and down button */
#goTop,
#goDown {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 45px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    cursor: pointer;
    color: #fff !important;
    font-weight: bold;
    background: #fccb2a;
    border: 3px solid #fccb2a;
    z-index: 9999;
    font-size: 16px !important;
    line-height: 44px;
}

#goTop:hover,
#goDown:hover {
    background: #55c66a;
    border: 3px solid #55c66a;
    color: #4c85c1 !important;
}

/*  */