@import url("secondary.css");

/*********************************************************************************
common styles
***************/
body {
    color: #333 !important;
    font-family: 'Roboto', 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:#0071ba;
    padding: 8px 0;
    position: relative;
    /* border-bottom: 1px solid #777; */
    overflow: hidden;
}

header .top-bar::after {
    content: "";
    position: absolute;
    right: 0;
    top: 71px;
    background: #777;
    height: 1px;
    width: 985px;
}

header .top-bar p {
    font-size: 14px !important;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0 !important;
    margin-bottom: 0 !important;
}

header .logo-outer{
	
}

/* Header Social Nav */

header .social-nav {
    float: right;
}

header .social-nav ul {
    list-style: none;
    margin-top: 15px !important;
}

header .social-nav li a {
    position: relative;
    display: block;
}

header .social-nav li a img {
    max-width: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 5px;
}

header .social-nav li a img:hover {
    /* background: linear-gradient(to right, #046da2 0%, #04afae 100%); */
    background: linear-gradient(to right, #00933f 0%, #03d75f 100%);
}

header .social-nav li a .fa {
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 13px !important;
}

header .social-nav li {
    padding-left: 8px !important;
    padding-top: 5px !important;
}

header .social-nav li {
    float: left;
}

header .social-nav li a:hover .fa {
    color: #fff;
    /* background: linear-gradient(to right, #046da2 0%, #04afae 100%); */
    background: linear-gradient(to right, #00933f 0%, #03d75f 100%);
    border: 1px solid #046da2;
}

/* Logo Bar */
header .logo-bar {
    padding: 10px 0;
    background:#FFF;
	border-bottom: 5px solid #002857;
}

header .logo-fixed-bar {
    position: fixed !important;
    width: 100% !important;
    top: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 1);
    padding: 5px 0;
}

header .logo {
    display: block;
    position:absolute;
    z-index: 9;
    width: 220px;
	padding:10px;
	background: #fff;
    transform: skew(-30deg);
    z-index: 99;
    border-bottom: 5px solid #002857;
	height:100px;
}
header .logo img {
    max-width: 90%;
	transform: skew(30deg);
}


header .logo-fixed-bar .logo {
    top: unset;
    display: block;
}



/* nav bar */
header .nav-bar {}

/*site nav*/
header .site-nav {
    float: right;
    margin: 0px 0;
}

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: 10px !important;
	overflow:hidden;
}

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:15px;
	color:#fff;
	line-height:20px;
	font-weight:400;
}

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: 12px 20px !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, #F5B01F 0%, #f9c049 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: #00933f;
}

header .btn-enquire:hover:before {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: #00933f;
}

/* header .btn-enquire:hover {
	background: #046da2;
} */

/*  */

/*********************************************************************************
section styles
***************/
section.slider {
    position: relative;
}


/**/
section.contents {}

/*main heading*/
.main-head {
    font-size: 36px !important;
    line-height: 40px !important;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #046da2;
    margin-bottom: 20px;
    font-family: 'Source Serif Pro', serif;
}

.main-head b {
    color: #F5B01F;
}

.main-head span {
    font-size: 17px !important;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    /* color: #ff2c99; */
    color: #00933f;
    text-transform: capitalize;
    display: block;
    margin-bottom: 8px !important;
    position: relative;
    display: table;
    /* font-family: 'Charm', cursive; */
    font-family: 'Noto Serif Hebrew', serif;
}

.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: linear-gradient(to right, #5cb0e7 0%, #0d82c3 100%);
    border: none;
    border-radius: 30px;
    margin-top: 20px !important;
}

.idx-btn::before {
    position: absolute;
    content: '';
    background-color: #00933f;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    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
****************************************** */

/* Home About Us */
.idx-about-sec {
    padding: 60px 0 60px;
    position: relative;
}

.idx-about-sec .home-abt-outer {
    position: relative;
    background: #fff;
    z-index: 9;
}

.idx-about-sec .about-left {
    position: relative;
	padding:15px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.idx-about-sec .about-left a {
    pointer-events: none;
}

.idx-about-sec .about-left img {
    max-width: 100%;
}

.idx-about-sec .about-right {
    padding-right: 20px !important;
    padding-top: 25px !important;
    position: relative;
}

.idx-about-sec .about-right p {
    font-size: 16px !important;
    line-height: 27px;
    color: #333;
    text-align: justify;
}

.home-achiver.col-bar .col  .student-details{
	display: block;
	padding:8px 10px !important;
	position:relative;
	text-align:center;
	background:#01527f;
}
.home-achiver.col-bar .col  .student-details h4{
	font-size:15px !important;
	line-height:24px;
	color:#FFF !important;
	font-weight:500;
}
.home-achiver.col-bar .col  .student-details p{
	font-size:13px !important;
	line-height:24px;
	color:#fff !important;
	font-weight:500;
	margin-bottom:0 !important;
}
/* Achievers Section */
.home-achiver{
	background:#daf1ff;
}
.home-achiver.col-bar .col .txt-title {
    display: block;
	padding:8px 10px !important;
	font-weight:500;
	position:relative;
	text-align:center;
	font-size:15px !important;
	line-height:24px;
	color:#FFF !important;
	background:#01527f;
	display:none;
}
.home-achiver.col-bar .col .txt-desc{
	display:none !important;
}



/* Home Services */
.idx-services {
    padding: 0px 0 40px !important;
    position: relative;
    /* background: url(../design_img/facility-bg.jpg) no-repeat center center;
    background-size: cover; */
    border-bottom: 1px solid #f2f2f2;
}
.idx-services .services-blk .co-text p{
	display:none;
}


.idx-services .service-box-outer {
    position: relative;
    margin-top: -120px;
}

.idx-services-2 {
    padding: 80px 0 120px;
    position: relative;
    background: url(../design_img/facility-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.idx-services-2 .main-head {
    padding-left: 15px !important;
    color: #fff;
    margin-bottom: 20px !important;
}

.idx-services-2 .main-head span {
    color: #ffef00;
}

.idx-services-2 .ser-btn {
    text-align: right;
    position: relative;
}

.idx-services-2 .idx-btn {
    margin: 20px 15px 0px 0 !important;
    float: right;
}

.idx-services .services-blk {
    margin: 0px 15px 20px;
    -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;
    overflow: visible !important;
    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);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.idx-services .services-blk .co-top {
    position: relative;
    overflow: hidden;
}

.idx-services .services-blk .co-top img {
    max-width: 100%;
}

.idx-services .services-blk .co-down {
    width: 100%;
    display: block;
    background: #fff;
}

.idx-services .services-blk .co-down .co-icon {
    width:130px;
    padding: 10px;
    background: #FFF;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    min-height: 91px;
    /* display: none; */
}

.idx-services .services-blk .co-down .co-icon img {
    width: 60px;
    margin: 0 auto;
}

.idx-services .services-blk .co-down .co-text {
    width: 100%;
    display: block;
    padding: 15px 20px;
}

.idx-services .services-blk .co-down .co-text h3 {
    font-size: 22px !important;
    line-height: 27px;
    color: #046da2;
    font-weight: 700;
    margin-bottom: 10px !important;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Source Serif Pro', serif;
}

.idx-services .services-blk .co-down .co-text p {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    text-align: justify;
}

.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 .btn-outer {
    position: relative;
    text-align: center;
}

.idx-services .services-blk .btn-outer .btn-link {
    position: absolute;
    bottom: -20px;
    height: 40px;
    width: 40px;
    background: #FFF;
    padding: 5px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    left: 45%;
}

.idx-services .services-blk .btn-outer .btn-link i {
    font-size: 12px !important;
    line-height: 30px;
    color: #000;
    margin-left: 0px;
    font-weight: 100;
}

.idx-services .services-blk .btn-outer .btn-link:hover {
    background: #f96003;
}

.idx-services .services-blk .btn-outer .btn-link:hover i {
    color: #FFF;
}

.idx-services .ser-btn .idx-btn {
    margin: auto;
}

/* Home Gallery */
.home-gallery-bar {
    padding: 60px 0;
    position: relative;
}

.home-gallery-bar .main-head {
    margin-bottom: 20px !important;
}

.home-gallery-bar .gal-img {
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
}

.home-gallery-bar .gal-img img {
    max-width: 100%;
}

.home-gallery-bar .gal-img::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040505;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.home-gallery-bar .gal-img:hover::before {
    opacity: 0.8;
}

.home-gallery-bar .gal-img .gal-bdr-1::before,
.home-gallery-bar .gal-img .gal-bdr-1::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    background: #ecc400;
    transition: all 0.6s ease 0s;
}

.home-gallery-bar .gal-img .gal-bdr-1::before {
    width: 0px;
    height: 0px;
}

.home-gallery-bar .gal-img .gal-bdr-1::after {
    width: 0px;
    height: 0px;
}

.home-gallery-bar .gal-img:hover .gal-bdr-1::before {
    width: 100px;
    height: 2px;
}

.home-gallery-bar .gal-img:hover .gal-bdr-1::after {
    width: 2px;
    height: 100px;
}

/*  */
.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 {
    float: right;
}

/* Home Testimonials */
.home-testimonials {
    padding: 80px 0 50px;
    position: relative;
    background: #f2f2f2 url(../design_img/testimonial-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.home-testimonials .main-head {
    text-align: center;
    color: #fff;
}

.home-testimonials .main-head span {
    margin: 0 auto;
    color: #ffef00;
}

.testimonial {
    max-width: 750px;
    margin: 10px auto 0;
    background: none;
}

.writer-pic {
    background: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0px auto 15px;
    position: relative;
}

.writer-pic img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.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: center;
    font-size: 17px !important;
    line-height: 27px;
}

.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: center;
    color: #F5B01F;
    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: 50px 0;
    /*overflow:hidden;*/
}

section.contents .content-bar.directors-desk {
	background: #fff url(../design_img/director-bg.png) no-repeat center bottom;
	background-size:cover;
}

/* page banner*/
.banner-bar {
    background: #666 url(../design_img/page-banner.jpg) no-repeat center center;
    padding: 250px 0 0px;
    background-size: cover;
}

.banner-bar .banner-content {
    text-align: left;
}

.banner-bar .banner-content .banner-col {}

.banner-bar .banner-content h1 {
    font-size: 42px !important;
    line-height: 52px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px !important;
    text-align: center;
    font-family: 'Source Serif Pro', serif;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.banner-bar .banner-content p {
    color: #fff;
    margin: 0px 0 0px !important;
}

/*location*/
.location {
    list-style: none;
    position: relative;
    display: table;
    margin: 0px auto 0 !important;
    padding: 15px 25px !important;
    background: #fff;
    border-radius: 10px 10px 0 0;
}

.location li {
    color: #666 !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: #046da2;
}

.location li:last-child a:after {
    content: '';
    margin-left: 0px;
}

.location li a {
    color: #046da2 !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: #F5B01F !important;
}

.location li a.active {
    color: #F5B01F !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.feature-blk-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 15px;
	margin-top:80px !important;
}
.our-profile-pg .col-row.feature-blk-outer .feature-blk{
	background: #edf8ff;
	border-bottom:3px solid #01517b;
	padding:20px 30px 10px;
	min-height:170px;
	margin-bottom:30px !important;
}
.our-profile-pg .col-row.feature-blk-outer .feature-blk h4{
	font-size: 22px !important;
    line-height: 30px !important;
    color: #046da2;
	font-weight:700;
    margin-bottom: 15px !important;
    font-family: 'Source Serif Pro', serif;
}
.our-profile-pg .col-row.feature-blk-outer .feature-blk p{
	font-size: 16px !important;
    line-height: 27px;
    color: #333;
    text-align: justify;
}

.our-profile-pg .col-row .col {
    overflow: hidden;
    position: relative;
}

.our-profile-pg .profile-content {
    float: right;
}

.our-profile-pg .profile-content .col-desc {
    padding-top: 20px;
}

.our-profile-pg .profile-img {
    position: relative;
    float: left;
    overflow: visible;
}

.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 span.top 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;
    right: 140px;
    top: 0;
    width: 4px;
    height: 195px;
    /* background: #ff2c99; */
    background: #00933f;
}

.our-profile-pg .col-desc p {
    font-size: 16px !important;
    line-height: 27px;
    color: #333;
    text-align: justify;
}
/* Our Courses */
.courses-bar .col-row{
	width:calc(33.33% - 30px);
	position:relative;
	margin:0 15px 30px;
	display:inline-block;
	overflow:hidden;
}
.courses-bar .col-row .col-container{
	position:relative;
	
}
.home-testimonials .tab-content{
	margin-top:30px !important;
}

.home-testimonials  .nav-tabs>li a {
    font-size: 20px !important;
    line-height: 27px;
    font-weight: 600;
    color: #555;
	background-color: #fff;
    margin-bottom: 10px !important;
    text-transform: capitalize;
}
.home-testimonials .nav-tabs>li.active>a, .home-testimonials .nav-tabs>li.active>a:focus, .home-testimonials .nav-tabs>li.active>a:hover {
    color: #fff !important;
    cursor: default;
    background-color: #0089e1;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.home-testimonials .nav-tabs>li>a {
    margin-right: 5px;
}


/*
.col-bar.courses-bar .col .txt-title {
    display: block;
	padding:10px 15px !important;
	background:#01527f;
	color:#FFF !important;
	font-size:15px !important;
	line-height:25px;
	font-weight:500;
	text-align:center;
}
*/
.col-bar.courses-bar .col.col-desc{
	display:block;
	border:1px solid #e5e5e5;
	min-height:270px;
}

.col-bar.courses-bar .col.col-desc p a{
	padding: 10px 0px !important;
    font-size: 24px !important;
    line-height: 32px;
    color: #046da2 !important;
    font-weight: 700;
    font-family: 'Source Serif Pro', serif;
    margin-bottom: 10px !important;
    width: 100%;
    display: block;
    text-align: center;
}
.col-bar.courses-bar .col.col-desc .cont-col p{
	    font-size: 16px !important;
		line-height: 27px;
		color: #333;
		text-align: justify;
		padding:0 15px !important;
}

/* Photo Gallery */
.photo-gallery-bar .col-row {
	width:calc(33.33% - 30px);
	margin:0 15px 30px!important;
	display:inline-block;
}



/* Our Values */
.values-pg {
    margin: 0 -15px;
}

.values-pg .col-row {
    position: relative;
    overflow: hidden;
    padding: 35px 35px;
    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 p {
    font-size: 16px !important;
    line-height: 26px;
    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: "\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;
}

/* Director's Desk */
.Director-pg {
    margin: 0 -15px;
}

.Director-pg .col-row {
    position: relative;
    overflow: hidden;
}

.Director-pg .col-desc {
    position: relative;
    padding: 0 15px;
}

.Director-pg .col-desc p {
    font-size: 16px !important;
    line-height: 26px !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: 'Source Serif Pro', serif;
}

.Director-pg .col-desc h4 {
   margin-top:20px !important;
   font-size:16px !important;
   line-height:25px;
   color:#333;
   font-weight:500;
}

.Director-pg .col-desc h5 {
    font-size: 18px !important;
    line-height: 25px !important;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #040040;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif Hebrew', serif;
}

.Director-pg .col-desc h5 span {}

.vision-mission .col-desc p{
	font-size: 16px !important;
    line-height: 27px;
    color: #333;
    text-align: justify;
}


/* About Us End's */

/* Inner Service Page*/
.services-pg {
    margin: 0 -15px;
}

.services-pg .col-row {
    position: relative;
    overflow: hidden;
    width: calc(33.3% - 30px);
   /* padding: 15px 15px; */
    border: 1px solid #046da2;
    margin: 12px 15px;
    float: left;
    min-height: 145px;
}

.services-pg .col-row .col-img {
    position: relative;
    width: 45%;
    float: left;
}

.services-pg .col-row .col-desc {
    position: relative;
    width: 55%;
    float: right;
    padding:10px 10px 0 10px;
}

.services-pg .col-row .col-desc h4 {
    font-size: 19px !important;
    line-height: 27px !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: 25px;
    color: #333;
    text-align: left;
}

/* 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;
}

/* Certificates */
.certificates-pg {
    margin: 0px -15px;
}

.certificates-pg .col-row {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    position: relative;
    margin-bottom: 15px;
}

/*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;
}

/* 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;
}

/* 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 #01527f !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, #5cb0e7 0%, #0d82c3 100%);
    border: none;
    border-radius: 30px !important;
    margin-top: 0px !important;
}

.career .btn-submit:hover {
   background-color: #00933f !important;
}

.events-bar .event-blk{
	margin-bottom:30px !important;
}
.events-bar .event-blk .txt-title{
	display:block;
	padding:10px 10px !important;
	background: #01527f;
	color:#FFF !important;
	font-size:15px !important;
	line-height:25px;
	text-align:center;
	font-weight:600;
	margin-bottom:0 !important;
}
.events-bar .event-blk .col-img{
	position:relative;
	border:1px solid #e5e5e5;
}

/* 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;
}

/* Contact Details */
.cont-details-bg {
    padding: 0 15px 50px !important;
    width: 1170px !important;
    margin: 0 auto !important;
    /* overflow: hidden; */
}

.cont-details-bg .col-desc {
    position: relative;
    margin-top: -120px;
    background: #005c8d;
}

.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 20px;
    /* 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 bottom, #046da2 0%, #04afae 100%); */
    background: linear-gradient(to bottom, #0089e1 0%, #037cca 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: 16px !important;
    line-height: 26px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.contact-blk .cont-text p b {
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 700;
    /* font-family: 'Charm', cursive; */
    font-family: 'Noto Serif Hebrew', serif;
    color: #ffef00;
}

.contact-blk .cont-text p a {
    color: #fff !important;
}

/* Contact Form */
.contact-pg .contact-form {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.contact-pg .contact-form .col-desc {
    position: relative;
    margin-top: 0px;
}

.contact-pg .enq-form {
    background: #fff;
    text-align: left;
    padding: 30px 30px;
    margin: 20px auto 10px !important;
    border-radius: 20px;
    /* width: 1000px; */
    min-height: auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.contact-pg .enq-form h2 {
    font-size: 36px !important;
    line-height: 45px !important;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #046da2 !important;
    margin-bottom: 0px !important;
    font-family: 'Source Serif Pro', serif;
    text-align: center;
}

.contact-pg .enq-form p {
    font-size: 16px !important;
    line-height: 24px;
    color: #00933f !important;
    text-align: justify;
    /* font-family: 'Charm', cursive; */
    font-family: 'Noto Serif Hebrew', serif;
    text-align: center;
    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: linear-gradient(to right, #5cb0e7 0%, #0d82c3 100%);
    border: none;
    border-radius: 30px !important;
    margin-top: 0px !important;
}

.contact-pg .enq-form .btn-submit:hover {
    background-color: #00933f !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: 500px !important;
}

/* DAte 27-11-2023 */
.faculty-sec .teach-details{
	width:100%;
	position:relative;
	margin-bottom:40px;
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:40px !important;
}

.faculty-sec .teach-details .teach-left{
	width:25%;
	float:left;
	padding: 15px;
	text-align:center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); 
}
.faculty-sec .teach-details .teach-left img{
	max-width:250px;
	margin-bottom:10px;
	
}


.faculty-sec .teach-details .teach-right{
	width:75%;
	float:left;
	padding:20px 30px 0;
}
.faculty-sec .teach-details .teach-right h4{
	font-size: 20px !important;
    line-height: 27px !important;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #046da2;
	margin-bottom: 10px;
    font-family: 'Source Serif Pro', serif;
}

.faculty-sec .teach-details .teach-right p{
	font-size: 16px !important;
    line-height: 27px;
    color: #333;
    text-align: justify;
}


/* **********************************************
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: 200px;
}

/**/
.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;
}

/* 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: #0EA1D7;
    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: #0EA1D7;
    padding: 10px !important;
    text-align: center;
}

.item-name a {
    color: #fff !important;
    font-weight: 500;
    text-align: center;
}

.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 */
.google-trans {}

.google-trans ul {
    list-style: none
}

.gotrns {
    float: left;
    color: #fff !important;
    font-size: 14px;
    position: relative;
    line-height: 0px;
    padding: 20px;
    /* margin: 15px 0 !important; */
    background: #fff;
    clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    color: #000 !important;
    font-weight: 600;
    font-size: 13px !important;
}

.gotrns .goog-te-gadget-simple {
    border: 0px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    background: transparent;
}

header .gotrns a {
    /* color: #fff !important; */
    padding-right: 0px;
    margin-right: 0px;
    padding-left: 0 !important;
}

.gotrns span {
    color: #fff !important;
}

.gotrns a.goog-te-menu-value span:nth-child(3),
.gotrns a.goog-te-menu-value img {
    display: none
}

.gotrns img {
    background: url("../design_img/icon-glob.png") !important;
    background-repeat: no-repeat !important;
    display: none;
}

.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: #f2f2f2;
    border-color: #f2f2f2;
}

.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: #0089e1 !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: 100px 0 0px;
    position: relative;
    background: #11498a url(../design_img/footer-bg.jpg) no-repeat center center;
    background-size: cover;
}

footer .logo {
    width: 250px;
    display: block;
	margin-top:-30px !important;
    margin-bottom: 0px !important;
}

footer .logo img {
    max-width: 100%;
}

footer h3 {
    text-align: left;
    color: #fff;
    font-size: 20px !important;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px !important;
    text-transform: capitalize;
    position: relative;
    /* font-family: 'Charm', cursive; */
    font-family: 'Noto Serif Hebrew', serif;
}

footer .footer-abt {
    padding-right: 30px !important;
    padding-top: 20px;
}

footer .footer-abt p {
    font-size: 15px !important;
    line-height: 25px !important;
    color: #FFF;
    font-weight: 400;
    text-align: justify;
    margin: 0 !important;
}
.footer-bar-social{
	margin-top:30px !important;
}


/* Social nav */
footer .social-nav ul {
    list-style: none;
    padding: 0px !important;
      margin: 0px !important;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0px !important;
}

footer .social-nav li {
    float: left;
    margin-right:22px !important;
}

footer .social-nav li a {
	background-color: #0798f5;
    display: block;
    color: #fff !important;
    min-height: 55px;
    padding: 15px 25px 15px 55px !important;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    border-radius: 4px;
}

footer .social-nav li a i{
    background-color: rgba(1,106,174,1);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 45px;
    color: #fff;
    font-size: 26px;
    line-height: 55px;
    font-weight: 100;
}



/* Nav Manu */
footer .important-link-sec {
    padding-left: 20px;
}

footer .nav-menu ul {
    list-style: none;
    margin: 0 0 0 20px !important;
}

footer .nav-menu ul li {
    color: #FFF !important;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px !important;
    text-indent: -20px;
}

footer .nav-menu ul li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #ffef00;
    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: #ffef00 !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 .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: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;
}

footer .site-nav ul li:hover a {
    color: #ffef00 !important;
}

/* Footer Bottom */
footer .footer-bar-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0 10px;
    margin-top: 30px;
}

footer .footer-bar-bottom .com-right {}

footer .footer-bar-bottom .copy {
    text-align: center !important;
    color: #FFF !important;
    font-size: 15px !important;
    line-height: 24px !important;
    margin-bottom: 0 !important;
    margin-top: 5px !important;
}

footer .footer-bar-bottom .copy .co-name {
    color: #ffef00 !important;
    font-weight: 600;
}

footer .footer-bar-bottom .copy img {
    margin-left: 5px !important;
}

/* Footer Map */
footer .ftr-map {
    width: 100%;
    height: 210px;
}

/* 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: #4c85c1;
    border: 3px solid #4c85c1;
    z-index: 9999;
    font-size: 16px !important;
    line-height: 44px;
}

#goTop:hover,
#goDown:hover {
    background: #ddd;
    border: 3px solid #ddd;
    color: #4c85c1 !important;
}

/*  */