/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');*/
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.logo{
	padding-top: 5px;
}



.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
button {
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

a:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #ec2025;
    text-decoration: none;
}
.btn:focus, .btn:hover {
  text-decoration: none;
  color: #FFF !important;
}
a,
button {
    color: #1696e7;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #313131;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    /*color: #7e7e7e;*/
  	color:#000;
    cursor: pointer;
     font-size: 13px;
    margin-top: 12px;
    margin-bottom: 3px;
    font-weight: 600;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
.modal-content {
    padding: 15px 20px;
}
.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-bottom: 1px solid #f2f2f2
}

/* button style */
.btn {
    -moz-user-select: none;
    background: #ec2025;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}



.blue-bg:hover {
    background-color: #002147;
    color: #fff;
}

.blog-read-more-btn:hover {
    color: #002147;
}

.btn-right-arrow {
    margin-left: 9px;
}

.theme-btn {
    display: inline-block;
    position: relative;
    text-decoration: none;
    z-index: 1;
    padding: 0;
    border: 0;
    transition: .3s;
    cursor: pointer;
}

.btn-text {
	padding: 16px 35px;
	background-color: #ec2025;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0px;
}

.theme-btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    left: 10px;
    top: 10px;
    z-index: -1;
}

.theme-btn.blue-bg-border::before {
    border: 1px solid #002147;
}

.black-border {
    background: 0;
    border: 1px solid #666666;
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    padding: 18px 30px;
}

.black-border:hover {
    background: #ec2025;
    border: 1px solid transparent;
    padding: 18px 30px;
    outline: 0;
    transition: .3s;
}

.white-bg-btn {
    padding: 15px 30px;
    background-color: #fff;
    color: #444444;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: .3s;
}

.white-bg-btn:hover {
    background-color: #ec2025;
    color: #002147;
}

/*sticky-top*/
.sticky {
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    padding: 0px 0;
    background: #002147;
    transition: ease-out .6s;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

/*skills-bar*/
.barfiller {
    width: 100%;
    height: 5px;
    background: #f4f4f4;
    border: 0px solid #ccc;
    position: relative;
}

.barfiller span.fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #ec2025;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -30px;
    padding: 0;
    font-size: 14px;
    color: #777;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.bar-content span.skills-heading {
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    margin-bottom: 12px;
    display: block;
}

/*skills end*/
.breadcrumb > .active {
    color: #888;
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav div:hover {
    background: #2B96CC;
    color: #fff
}

/* scrollUp */
#scrollUp {
background: #ec2025;
    height: 40px;
    width: 40px;
    right: 35px;
    bottom: 110px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 40px;
}

#scrollUp:hover {
    background: #444;
}

/* 1. header */
.header-contact-info{
    padding: 12px 0px;
}
.header-top {
	padding-top: 10px;
	padding-bottom: 10px;
  	background: #e6ecef;
}

.header-contact-phone {
	margin-right: 0px;
	position: relative;
	padding-right: 20px;
}

@media only screen and (max-width:1024px){
 
  .header-contact-phone {
	margin-right: 35px;
	position: relative;
	padding-right: 20px;
}
  
}
.header-contact-phone::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 1px;
    top: 8px;
    right: 0;
    background-color: #fff;
}

.header-contact p {
    display: inline-block;
    margin: 0;
    font-size: 17px;
    color: #002147;
    line-height: 1.5;
    font-weight: 600;
}

@media only screen and (max-width:1024px){
  
  .header-contact p {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    color: #002147;
    line-height: 1.5;
    font-weight: 600;
}

}

.header-contact span {
    color: #002147 !important;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1.5;
    margin-right: 5px;
}
.header-social-icon-list ul li {
    display: inline-block;
    line-height: 1.5;
  padding:12px 0px;
}

.header-social-icon-list ul li a {
    font-size: 20px;
    color: #002147;
    margin-left: 0;
    padding-left: 15px;
    position: relative;
    transition: all ease-out .3s;
}

.header-social-icon-list ul li:hover a {
    color: #ec2025;
}

.header-social-icon-list ul li:first-child a::before {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    background-color: #fff;
    left: 0;
    top: 2px;
}

.header-social-icon-list ul li a::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 1px;
    /*background-color: #fff;*/
    left: 0;
    top: 2px;
}

li.shopping-cart a {
    position: relative;
}
.shopping-counter {
    position: absolute;
    top: -10px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #ec2025;
    color: #444444;
    font-size: 12px;
    left: 40px;
}


/*toggle-search*/
.toggle-search-icon a span {
    position: relative;
}

.toggle-search-box {
    position: absolute;
    right: 0;
}
 
.toggle-search-box form input {
    padding: 0;
    height: 40px;
    border: 0;
    border: 1px solid #ddd;
    padding-left: 20px;
    margin: 0;
    z-index: 9999;
}

.toggle-search-box form {
    position: relative;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    top: 45px;
    margin-top: 20px;
}

.toggle-search-box form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    background: 0;
    border: 0;
    position: absolute;
    right: 11px;
    color: #ddd;
}

.toggle-search-box {}

.toggle-search-icon a:hover .toggle-search-box form {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    top: 36px;
}
.main-menu ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 5px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
}
.main-menu ul li {
    display: inline-block;
    margin-left: 0px;
    position: relative;
  
}


.main-menu ul li::after{
    content: '\007C';
    color: #fff;
}

.main-menu ul li:last-child:after{
    content: '';
}

.main-menu ul li ul.submenu li::after{
    content: '';
}

@media only screen and (max-width:768px) {
    .main-menu ul li:last-child:after{
        content: '';
    }
}

.main-menu ul li:hover > a {
        color: #FFF;
    background: #ec2025;
}

.main-menu ul li ul.submenu {
        background: #FFF;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 110%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9;
    /*border: 1px solid #000 !important;
    border-top: 3px solid red !important;*/
}

.main-menu ul li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 102%;
}

.main-menu ul li ul.submenu li {
	border-bottom: 1px solid #dee2e6;
	display: block;
	margin: 0;
}

.main-menu ul li ul.submenu li:last-child {
    border: 0;
}

.main-menu ul li ul.submenu li a {
	color: #000;
	display: block;
	padding: 8px 20px;
	text-align: left;
	font-size: 13px;
  font-weight: 500;
}
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    text-align: center;
}

table.dataTable tbody th, table.dataTable tbody td {

padding: 8px 10px;
}

.main-menu ul li ul.submenu li:hover > a {
       color: #FFF;
    background: #ec2025;
}

.main-menu ul li ul.submenu li ul.submenu {
    left: 100%;
    top: 0;
}

.header-bottom-icon {
    /*margin-top: 10px;*/
    margin-right: 15px;
    margin-left: 15px;
}

.header-bottom-icon-white {
    margin-top: 36px;
}
.header-bottom-icon ul{
display:flex;
}
.header-bottom-icon ul li {
    display: inline-block;
}

.header-bottom-icon ul li a {
    font-size: 15px;
    color: #FFF;
    padding-left: 15px;
    position: relative;
    transition: all ease-out;
}

.header-bottom-icon ul li:hover a {
    color: #FFF;
}

.header-bottom-icon ul li a::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    /*background-color: #d8d8d8;*/
  background-color:transparent;
    left: 0;
    top: 4px;
}

.header-bottom-icon ul li:last-child a::before {
    width: 0;
    height: 0;
}

.header-transparrent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    transition: .4s;
}

.mobile-menu-2 .mean-container a.meanmenu-reveal span {
    background: #fff;
    display: block;
    height: 3px;
    margin-top: 3px;
}

.main-transparrent-menu ul li a {
    color: #fff;
}

.header-bottom-icon-white ul li a {
    color: #fff;
    transition: .4s;
}

.header-bottom-icon-white ul li a:hover {
    color: #ec2025;
    transition: .4s;
}

.header-social-icon-list {
    text-align: center;
}


.cart-login-btn{
  display: block;
}

/* slider */
.single-slider {
    background-size: cover;
    background-position: center center;
}

/*.slider-height {
    min-height: 800px;
}*/

.banner_section .slider-height {
    min-height: 300px;
}

.slider-content h1 {
    font-size: 60px;
}

.slider-content h1 span {
    font-size: 60px;
}

.slider-content p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 8px;
}

.slider-content-2 h1 {
    font-size: 35px;
    line-height: 50px;
}

.slider-active .slick-arrow:hover {
    color: #ec2025;
}

.slider-active .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}

.slider-active .slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.slider-active .slick-dots li:last-child {
    margin-right: 0;
}

.slider-active .slick-dots li button {
    background: #fff;
    border: 0;
    text-indent: -99999999999px;
    padding: 0;
    width: 20px;
    height: 5px;
    border-radius: 3px;
}

.slider-active .slick-dots li.slick-active button {
    width: 40px;
}

.slider-active-2 .slick-dots li.slick-active button {
    border: 1px solid #ec2025;
}

.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.slider-area:hover .slider-active .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slider-active .slick-arrow:hover::before {
    width: 30px;
}

.slider-active .slick-next {
    right: 40px;
}

.slider-active .slick-prev {
    z-index: 1;
    left: 40px;
}

.slider-active .slick-next::before {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background: #fff;
	right: -40px;
	top: 13px;
	transition: .3s;
}

.slider-active .slick-next::before:hover {
    color: red;
}


.slider-active .slick-prev::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    left: -40px;
    top: 13px;
    transition: .3s;
}

.slider-active-2 .slick-prev::before {
    display: none;
}

.slider-active-2 .slick-next::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    right: 0;
    top: 22px;
    left: -4px;
}

.slider-active-2 .slick-dots li button {
    background: 0;
    border: 1px solid #fff;
}

.slider-social-icons-heading span {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.slider-social-icons {
    position: relative;
    top: 190px;
}

.slider-social-icons::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 40px;
    height: 1px;
    left: -20px;
    right: 0px;
    margin: auto;
    top: 50%;
}

.slider-social-icons-list ul {
    margin-left: 75px;
}

.slider-social-icons-list ul li {
    display: inline-block;
}

.slider-social-icons-list ul li a {
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}

.slider-active-3 .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 375px;
    text-align: right;
}

.slider-social-icons-list ul li a:hover {
    color: #ec2025;
}

.slider-active-3 .slick-dots li button {
    border: 0;
    text-indent: 0;
    padding: 0;
    width: 20px;
    height: 0;
    border-radius: 3px;
    clear: both;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.slider-active-3 .slick-dots li.slick-active button {
    width: 40px;
    text-indent: -9999999999999999px;
    background-color: #fff;
    height: 2px;
    vertical-align: middle;
}

.yellow-bg-btn {
    border-radius: 30px;
    padding: 19px 45px;
    transition: .4s;
}

.yellow-bg-btn:hover {
    background-color: #fff;
}

.blue-bg-btn-hover:hover {
    background-color: #002147;
    color: #fff;
}

.slider-active-3 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0;
    padding: 0;
    font-size: 36px;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}

.slider-area:hover .slider-active-3 .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.slider-active-3 .slick-prev.slick-arrow:hover,
.slider-active-3 .slick-next.slick-arrow:hover {
    color: #ec2025;
}


.slider-active-3 .slick-next.slick-arrow {
    right: 53px;
    color: #fff;

}

.slider-active-3 .slick-prev.slick-arrow {
    z-index: 1;
    color: #fff;
    left: 53px;
}

.slider-active-3 .slick-dots li {
    display: inline-block;
}

/* courses */
.section-title-heading h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.section-title-para p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.main_services:hover img{
    transition: all .3s ease;
    transform: scale(1.1);
}

.courses-wrapper {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}

.courses-thumb img {
    width: 100%;
    position: relative;
}

.courses-author {
    position: absolute;
    right: 40px;
    top: 195px;
}

/*.courses-content {
    padding:20px;
}*/

.courses-wrapper-bottom {
    padding-right: 23px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.courses-wrapper-bottom-2 {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0;
    padding-bottom: 0;
}

.courses-content-3 .courses-wrapper-bottom {
    padding: 0;
    margin-top: 30px;
}

.courses-wrapper.course-radius-none {
    border-radius: 0;
}

.courses-wrapper.course-bg-none {
    background: 0;
}

.courses-heading h1 {
    font-size: 22px;
    line-height: 1;
    margin: 0;
    color: #002147;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.courses-category-name span {
    line-height: 1;
}

.courses-category-name span a {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    background-color: #ec2025;
    padding: 9px 15px;
    border-radius: 3px;
    display: inline-block;
    transition: .3s;
}

.courses-category-name span:hover a {
    color: #ffffff;
    background: #221638;
}

.courses-heading {
    height: 0px;
}

.courses-heading h1 {
    font-size: 22px;
    line-height: 1;
    margin: 0;
    color: #002147;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.courses-heading h1:hover a,
.courses-heading h1:focus a {
    color: #ec2025 !important;
}

.courses-para p {
    line-height: 26px;
    font-size: 14px;
    margin: 0;
    color: #8a8a8a;
}

.courses-single-icon {
    margin-right: 20px;
    font-size: 14px;
    color: #002147;
    padding-right: 20px;
    border-right: 1px solid #e4e4e4;
}

.course-main-content {
    border-bottom: 1px solid #e4e4e4;
}

.courses-single-icon:last-child {
    border: 0;
}

.courses-single-icon span.user-number {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-left: 8px;
}

.courses-icon {
    margin-top: 4px;
}
.courses-content-2 {
    padding: 0;
}

.courses-content-2 .courses-heading h1 {
    font-size: 18px;
    margin: 0;
    color: #002147;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    padding: 0 34px;
}

.courses-author-2 img {
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.courses-single-icon-2 {
    display: inline-block;
    margin: 0px 9px;
}

.courses-single-icon-2 span.price,
.courses-single-icon-2 span.seat {
    font-size: 14px;
    color: #777777;
    font-weight: 600;
    margin-left: 3px;
}

.courses-single-icon-2 span.user-number {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-left: 1px;
    font-size: 16px;
    color: #f6393e;
}

.courses-content-2 {
    padding: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 9px;
}

.courses-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #af3b3b;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.courses-list:hover .courses-active .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.courses-active .slick-next {
    right: -50px;

}

.courses-active .slick-prev {
    z-index: 1;
    left: -50px;
}

.courses-active .slick-next::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    right: -40px;
    top: 13px;
    background: #af3b3b ;
}

.courses-active .slick-prev::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #af3b3b !important;
    left: -40px;
    top: 13px;
}

.courses-active .slick-arrow:hover {
    color: #ec2025;
}

.courses-single-icon .ti-user {
    display: inline-block;
}

.single-curiculum-lecture table td {
    border: 0;
    padding-left: 0;
    padding: 0;
}

.single-curiculum-lecture table td span {
    margin-right: 5px;
    vertical-align: middle;
}

.testimonilas-rating.testimonilas-rating-2 ul li {
    display: inline-block;
    color: #f6393e;
    font-size: 14px;
}

.courses-button-2:hover a {
    color: #ec2025;
    text-decoration: underline;
}

.courses-wrapper-bottom .testimonilas-rating.testimonilas-rating-2 ul {
    padding-right: 50px;
    border-right: 1px solid #d6d6d6;
}

.courses-button-2 a {
    font-size: 12px;
}

.courses-content-3::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 60px;
    background-color: #fdba2d;
    top: 254px;
    left: 46px;
}

.course-title-3 h1 {
    margin: 0;
}

.courses-pricing-3 span {
    font-size: 16px;
    font-weight: 700;
    padding: 8px 20px;
    display: inline-block;
    background: #ec2025;
    border-radius: 30px;
    color: #002147;
    margin-left: 20px;
    line-height: 1;
    margin-top: -5px;
}

.courses-wrapper-3 {
    background-color: #fff;
    border-radius: 0;
}

.btn.gray-border-btn {
    background: 0;
    border: 1px solid #c6c6c6;
    border-radius: 30px;
    padding: 16px 45px;
}

.btn.gray-border-btn:hover {
    background-color: #ec2025;
    border: 1px solid transparent;
}

/*courses_details*/
.no-before img {
    height: 130px !Important;
    width: 100%;
}
.slider-height-breadcrumb {
  height: 200px;
    /* min-height: 600px; */
    padding: 50px 0px;
    background-image: url(../img/dm.png);
    /* background-color: #38588b; */
    background-size: initial;
}

.slider-content nav ol {
    background: 0;
    padding: 0;
}

.slider-content nav ol li {
    font-size: 24px;
    color: #ec2025;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.slider-content nav ol li.breadcrumb-item.active {
    color: #fff;
}

.slider-content nav ol li.breadcrumb-item a {
    color: #ec2025;
}

.slider-content nav ol .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    color: #6c757d;
    content: "";
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 22px;
    margin-right: 17px;
}

.slider-content-breadcrumb h1 {
    font-size: 35px;
}

.course-details-title {
    padding-bottom: 28px;
    border-bottom: 1px solid #e9e9e9;
}

.course-details-title h1 {
    font-size: 30px;
    line-height: 40px;
    color: #444444;
    margin: 0;
}

.course-details-thumb img {
    width: 100%;
}

.single-course-details {
    padding:10px;
}

.single-course-details #accordion button {
    background: transparent;
    border: none!important;
    color: #000;
    padding-left: 0;
    width: 100%;
    text-align: left;
}

@media only screen and (max-width:767px){
  .single-course-details .nav-item{
    width:100%;
  }
  .text{
   display:none; 
  }
}

.course-details-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #ec2025;
    background: #FFF;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    border-top: 3px solid #ec2025;
    border-radius: 0;
    border-bottom: none;
    font-size: 17px;
}

.course-details-tabs ul li{
    /*background: #f1f2f8;*/
}
.course-details-tabs ul li a {
    padding: 13px 15px;
    font-size: 17px;
    color: #444444;
    /* margin-right: 45px; */
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    border-bottom: 3px solid #f1f2f8;
}

.course-details-overview-top p {
    font-size: 14px;
    line-height: 28px;
    color: #8a8a8a;
}

.course-details-tabs .nav.nav-pills {
    margin-bottom: 26px;
    width: 100%;
    background: #f1f2f8;
}

.course-details-overview-top {
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.course-details-overview-para {
    margin-bottom: 16px;
}

.course-details-curiculum-para {
    line-height: 28px;
    margin-bottom: 12px;
}


/**Course detail reviews**/
    .course-details-reviews .training-features .item h3 {
    text-align: center;
    padding: 25px 0px 0px 0px;
    font-size: 17px;
    font-weight: 600;
    display: contents;
    color:#FFF;
}
.course-details-reviews .training-features .item {
    width: 41px;
    margin-right: 15px;
    width: 100%;
  display:block;
    margin-bottom: 30px;
    padding: 20px 5px;
    text-align: center;
}
  
  .course-details-reviews .training-features .item .icon img{
    transition: all .3s ease;
}

.course-details-reviews .training-features .item:hover img{
    transform: scale(1.1);
}
  
.course-details-reviews .training-features .item h6 {
    color: #FFF;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}
  .course-details-reviews .training-features .item p {
        color: #FFF;
    margin: 0 auto;
}
.course-details-reviews .training-features .box-bg1{
  background-color: #a1c163 !important;
    transition: background 2s;
    border-radius: 30px 0 30px 0;
}
.course-details-reviews .training-features .box-bg2{
      background-color: #759cbc !important;
    border-radius: 30px 0 30px 0;
}
.course-details-reviews .training-features .box-bg3{
      background-color: #dbba5d !important;
    border-radius: 30px 0 30px 0;
}
.course-details-reviews .training-features .box-bg4{
  background-color: #698296;
    border-radius: 30px 0 30px 0;
}
.course-details-reviews .training-features .box-bg5{
      background-color: #dd967a;
    border-radius: 30px 0 30px 0;
}
.course-details-reviews .training-features .box-bg6{
      background-color: #5abfb3;
    border-radius: 30px 0 30px 0;
}
/*.course-details-reviews .training-features .box-bg7{
      background-color: transparent;
    background-image: linear-gradient(
150deg,#E0E2FF 0%,#FFFFFF 100%);
    border-radius: 30px 0 30px 0;
}
.course-details-reviews .training-features .box-bg8{
      background-color: transparent;
    background-image: linear-gradient(
150deg,#FFE0E0 0%,#FFFFFF 100%);
    border-radius: 30px 0 30px 0;
}*/
  
.courses-area .courses-active .slick-prev::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #ce3535 !important;
    left: -40px;
    top: 13px;
}
  .courses-area .courses-active .slick-next::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    right: -40px;
    top: 13px;
    background: #ce3535;
}
  .courses-area .courses-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #ce3535 !important;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}
.text-danger {
    color: #dc3545!important;
  margin-bottom: 0px;
      line-height: 18px;
    font-size: 12px !important;
}


.single-curiculum-lecture div span {
    font-size: 14px;
    color: #002147;
    vertical-align: middle;
}

.single-curiculum-lecture span.chapter-name {
    color: #777777;
}

.curiculum-lecture .chapter-name {
    margin-left: 9px;
}

.curiculum-lecture-time .chapter-name {
    margin-left: 9px;
}

.curiculum-lecture-seat .chapter-name {
    margin-left: 9px;
}

.single-curiculum-lecture table {
    margin-bottom: 0px;
}

span.student-lecture-number {
    margin-left: 29px;
}

.adivisor-text {
    padding-left: 30px;
    padding-top: 25px;
    padding-right: 120px;
}

@media only screen and (max-width:767px){
  
  .adivisor-text {
    padding-left: 30px;
    padding-top: 25px;
    padding-right: 20px;
}
.slider-content-breadcrumb h1 {
font-size: 30px;
}
  .default-btn {
border: none;
position: relative;
display: inline-block;
text-align: center;
overflow: hidden;
z-index: 1;
color: #FFF;
-webkit-transition: 0.5s;
transition: 0.5s;
border-radius: 5px;
font-weight: 700;
font-size: 13px !important;
padding-left: 10px !important;
padding-right: 10px !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
background-color: #ec2025;
}
}

.adivisor-text-title h4 {
    font-size: 18px;
    font-weight: 700;
    color: #444444;
    line-height: 1;
    margin: 0;
    margin-bottom: 3px;
}

.adivisor-text-title span {
    font-size: 12px;
    color: #777777;
    line-height: 1;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.advisors-social-icon-list ul li {
    display: inline-block;
}

.advisors-social-icon-list ul li a {
    margin: 0;
    font-size: 12px;
    color: #666666;
    margin-right: 13px;
    transition: .3s;
}

.advisors-social-icon-list ul li:hover a {
    color: #ec2025;
}

.social-title {
    font-size: 16px;
    font-weight: 700;
    color: #444444;
    line-height: 1;
}

.advisor-img img {
    width: 100%;
}

.adivisor-text-title-2 h4 {
    font-size: 30px;
    line-height: ;
}

.adivisor-text-2 {
    padding-left: 35px;
}

.adivisor-para-2 p {
    line-height: 28px;
}

.advisors-details-form.events-details-form {
    padding-left: 0;
}

.reviews-author-title h1 {
    font-size: 14px;
    color: #555555;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.advisors-form-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #444444;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: block;
}

.reviews-author-title span {
    font-size: 12px;
    color: #777777;
    line-height: 1;
    display: block;
    margin-top: 6px;
}

.reviews-author-title {
    margin-top: 7px;
    margin-left: 9px;
}

.courses-reviews-author-rating ul li {
    display: inline-block;
    color: #ff5252;
}

.course-reviews-info {
    padding-right: 305px;
}

.banner-thumb {
    position: relative;
}

.bannger-text {
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}

.bannger-text h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    padding: 0 27px;
    margin-bottom: 33px;
}

.banner-thumb img {
    width: 100%;
}

.widget-padding.banner-padding {
    padding-right: 23px;
}

/*course-pagination*/
.course-pagination li.page-item {
    margin-right: 5px;
}

.course-pagination li.page-item .page-link {
    padding: 15px 17px;
    margin-left: 0;
    line-height: 1;
    border: 0px solid #dee2e6;
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.course-pagination li.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.course-pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.course-pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #002147;
}

/*sidebar-form*/
.widget-padding {
    padding: 23px 15px 23px 23px;
}

.sidebar-form form {
    position: relative;
}

.sidebar-form form input {
    height: 60px;
    padding-left: 30px;
    width: 100%;
    border: 0;
    background: #fff;
}

.sidebar-form form input::placeholder {
    color: #8a8a8a;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.sidebar-form form button {
    background: 0;
    border: 0;
    font-size: 15px;
    color: #444444;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    padding-right: 25px;
    margin-top: 3px;
}

.widget-title {
    color: #444444;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 1;
    margin-bottom: 23px;
    padding: 0px 0 14px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.widget-title::before {
    background: #8d8d8d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 30px;
}

.sidebar-link li {
    display: block;
    font-size: 14px;
    margin-bottom: 19px;
    line-height: 1;
}

.sidebar-link li:last-child {
    margin: 0;
}

.sidebar-link li a {
    color: #777777;
    font-family: 'Poppins', sans-serif;
    transition: .3s;
}

.sidebar-link li a:hover {
    color: #002147;
}

.sidebar-link li span {
    float: right;
    color: #777777;
}

.rc-post-content h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #444444;
    margin: 0;
}

.rc-post-content h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #444444;
    margin: 0;
}

.rc-post-content {
    margin-left: 20px;
}

.widget-advisors-name span {
    font-size: 12px;
    color: #777777;
    font-family: 'Poppins', sans-serif;
}

.sidebar-tad li {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}

.sidebar-tad li a {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #777777;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 10px 15px;
    text-transform: uppercase;
}

.sidebar-tad li a:hover {
    background: #002147;
    color: #fff;
}

.modal-dialog {
    max-width: 500px;
    margin: 0.75rem auto;
}
/* team */
.team-social-icon-list ul li {
    display: inline-block;
}

.team-social-para p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 13px;
    line-height: 27px;
}

.team-thumb img {
    width: 100%;
}

.team-wrapper {
    position: relative;
}

.team-social-info {
	position: absolute;
	bottom: 69px;
	margin-bottom: 23px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-out;
	transition: .3s;
	right: 0;
	left: 0;
	padding: 0 15px;
}

.team-wrapper:hover .team-social-info {
    opacity: 1;
    visibility: visible;
    bottom: 88px;
}

.team-social-icon-list ul li a {
    font-size: 14px;
    color: #fff;
    margin-right: 13px;
    transition: all ease-out .3s;
}

.team-social-icon-list ul li a:hover {
    color: #ec2025;
}

.team-thumb {
    position: relative;
}

.team-thumb::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient(90deg, rgba(0, 33, 71, 0.92157) 0%, rgba(127, 117, 36, 0.73) 74%, rgba(166, 143, 25, 0.71) 82%, rgba(253, 200, 0, 0.50196) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 33, 71, 0.92157) 0%, rgba(127, 117, 36, 0.73) 74%, rgba(166, 143, 25, 0.71) 82%, rgba(253, 200, 0, 0.50196) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 33, 71, 0.92157) 0%, rgba(127, 117, 36, 0.73) 74%, rgba(166, 143, 25, 0.71) 82%, rgba(253, 200, 0, 0.50196) 100%);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-out .4s;
}

.team-wrapper:hover .team-thumb::after {
    opacity: 1;
    visibility: visible;
}

.team-teacher-info h1 {
    font-size: 18px;
    font-weight: 700;
    color: #444444;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
}

.team-teacher-info h2 {
    font-size: 13px;
    color: #8a8a8a;
    line-height: 1;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.team-teacher-info {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ec2025;
    border-radius: 5px;
    transition: .6s;
}

.team-wrapper:hover .team-teacher-info {
    border-bottom: 2px solid #002147;
}

.team-teacher-info-2 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    transition: all ease-out .6s;
}

.team-wrapper-2:hover .team-teacher-info-2 {
    background: transparent;
    bottom: 50px;
    border: 0;
}

.team-wrapper-2:hover .team-teacher-info-2 h1 {
    color: #ec2025;
}

.team-wrapper-2:hover .team-teacher-info-2 h2 {
    color: #ffffff;
}

.team-wrapper-2 .team-social-info {
    position: absolute;
    margin-bottom: -51px;
    opacity: 1;
    transition: .3s;
    right: 0;
    left: 0;
}

.team-wrapper-2:hover .team-thumb::after {
    opacity: 1;
    visibility: visible;
    border-radius: 5px;
}

.team-wrapper-2 .team-social-icon-list ul li:last-child a {
    margin: 0;
}

/*events*/
.single-events{
    box-shadow: 1px 1px 5px 3px #b7b2b2;
}
.events-text {
    padding: 20px;
    padding-right: 20px;
    border-radius: 0px 5px 5px 0px;
    padding-bottom: 0px;
}


.single-events .events-wrapper .events-inner .events-thumb {
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width:1024px) {
    
    .single-events .events-wrapper .events-inner .events-thumb {
        width: auto;
        overflow: hidden;
    }

}

@media only screen and (max-width:768px) {
    
    .single-events .events-wrapper .events-inner .events-thumb {
        width: 100%;
        overflow: hidden;
    }
  .header-contact span {
    color: #ec2025;
    vertical-align: middle;
    font-size: 7px !important;
    line-height: 2;
    margin-right: 0px;
}
  #home .header-area .header-top .header-contact p {
    display: inline-block;
    margin: 0;
    font-size: 7px !important;
    color: #FFF;
    line-height: 1;
}
  .courses-button a {
    padding: 5px 5px !important;
    font-size: 13px !important;
    color: #ffffff;
    line-height: 2.1;
    font-family: 'Poppins', sans-serif;
    transition: .3s;
    background: #ec2025;
    border-radius: 5px;
}
  .download-curri a {
      padding: 5px 5px !important;
    font-size: 13px !important;
    color: #ffffff;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    transition: .3s;
    background: #002147;
    border-radius: 5px;
}
  .courses-icon {
    margin-top: 0px !important;
}

/*  .main_services{
   padding:0px 100px; 
  }
  .courses-thumb img {
    width: 100%;
    position: relative;
    height: 200px !important;
}*/
  .ml-md-3, .mx-md-3 {
    margin-left: 0rem!important;
}

}


/* Portrait */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2)
and (orientation: portrait) {
  .courses-button a {
    padding: 5px 5px;
    font-size: 13px;
    color: #ffffff;
    line-height: 2.1;
    font-family: 'Poppins', sans-serif;
    transition: .3s;
    background: #ec2025;
    border-radius: 5px;
}
  .download-curri a {
     padding: 5px 5px;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    transition: .3s;
    background: #002147;
    border-radius: 5px;
}
}

@media only screen and (max-width:600px) {
    
    .single-events .events-wrapper .events-inner .events-thumb {
        width: auto;
        overflow: hidden;
    }

}

.single-events img{
    transition: all .3s ease;
}

.single-events:hover img{
    transform: scale(1.1);
}


.events-text-title {
    overflow: hidden;
}

.events-text-title a h4 {
    font-size: 20px;
    font-weight: 700;
    color: #002147;
    line-height: 1;
    margin: 0;
    margin-bottom: 9px;
    margin-top: 4px;
    transition: .4s;
}

.events-text-title a h4:hover {
    color: #ec2025;
}

.events-calendar {
    padding: 10px;
    display: inline-block;
    background-color: #ec2025;
    border-radius: 5px;
    margin-right: 14px;
}

.date {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.events-calendar .month {
    display: block;
    font-size: 11px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 2px;
}

.time-area span {
    font-size: 14px;
    line-height: 1;
    color: #ec2025;
}

span.published-time {
    color: #8a8a8a;
    margin-left: 9px;
}

.events-para p {
    line-height: 23px;
    font-size: 14px;
    color: #000000;
    margin: 0;
}

@media only screen and (max-width:1024px){
    
    .events-para p {
    line-height: 16px;
    font-size: 12px;
    color: #000000;
    margin: 0;
}
  
  .events-text {
    padding: 5px;
    padding-right: 20px;
    border-radius: 0px 5px 5px 0px;
    /* padding-bottom: 20px; */
}

}


@media only screen and (max-width:768px){
    
    .events-para p {
    line-height: 24px;
    font-size: 14px;
    color: #000000;
    margin: 0;
}
  
.events-text {
    padding: 9px !important;
    padding-right: 14px !important;
    border-radius: 0px 5px 5px 0px;
    padding-bottom: 20px;
    padding-left: 19px;
}

}

.events-text-3 .events-para p {
    color: #ddd;
}

.events-speaker h2 {
    font-size: 14px;
    color: #8a8a8a;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

.events-speaker h2 span {
    font-size: 15px;
    font-weight: 600;
}

.events-speaker {
    margin-top: 10px;
}

.yewello-btn {
    font-size: 14px;
    text-transform: uppercase;
    background: 0;
    border: 0;
    color: #ec2025;
    font-weight: 700;
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
}

.yewello-btn:hover {
    color: #fff;
}

.view-all-events button span {
    margin-left: 9px;
}

.events-text-2 {
    padding: 30px;
    padding-right: 19px;
    border-radius: 0px 5px 5px 0px;
    padding-bottom: 25px;
    padding-left: 25px;
}

.event-details-thumb img {
    width: 100%;
}

.event-details-padding {
    padding: 30px;
    padding-top: 0;
    padding-right: 18px;
    padding-bottom: 20px;
}

.events-details-content p {
    font-size: 14px;
    color: #777777;
    line-height: 28px;
}

.events-map img {
    width: 100%;
}

.event-details-thumb {
    padding: 0 30px;
    padding-top: 30px;
}

.events-details-socila-icon {
    display: inline-block;
}

.events-details-socila-icon ul li {
    display: inline-block;
}

.events-details-socila-icon ul li a {
    color: #002147;
    margin-left: 16px;
    font-size: 12px;
    transition: .3s;
}

.events-details-socila-icon ul li a:hover {
    color: #ec2025;
}

.events-details-title span {
    margin-right: 80px;
    font-size: 18px;
    font-weight: 700;
    color: #002147;
}

.events-details-title {
    position: relative;
}

.events-details-title::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 60px;
    background-color: #444444;
    right: 0;
    top: 50%;
}

.events-details-form {
    padding: 45px;
    padding-bottom: 25px;
}

.time-area.time-area-2 {
    display: inline-block;
}

.events-details-form .events-form-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #002147;
    line-height: 1;
    margin-bottom: 8px;
}

.events-view-btn a:hover {
    color: #ec2025;
}

.events-details-form form input {
    position: relative;
    transition: .4s;
}

.events-details-form form textarea {
    transition: .4s;
}

.events-details-form form input:focus {
    border-color: #002147;
    transition: .3s;
}

.events-details-form form textarea:focus {
    border-color: #002147;
    transition: .3s;
}

.faq-area-form form input::placeholder {
    font-size: 14px;
    color: #777777;
}

.faq-area-form form textarea::placeholder {
    color: #777777;
}

.events-details-form form span {
    position: absolute;
    top: 18px;
    right: 35px;
    font-size: 14px;
    color: #002147;
}

.events-view-btn a {
    padding: 0;
    background: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #444444;
    transition: .4s;
    cursor: pointer;
}

.view-all-events button {
    color: #fff;
}

.events-view-btn button:hover {
    color: #ec2025;
}

.events-details-form form .events-form-btn button {
    background-color: #ec2025;
    color: #002147
}

.events-details-form form .events-form-btn button:hover {
    background-color: #002147;
    color: #fff;
}

.time-area.time-area-2 span.published-time {
    color: #8a8a8a;
    margin-left: 5px;
    margin-right: 33px;
}

.slider-content button:hover {
    transform: translateY(-6px);
}

.about-title-section button:hover {
    transform: translateY(-6px);
}

.time-area span {
    font-size: 14px;
    line-height: 1;
    color: #002147;
}

span.published-time.published-location {
    font-size: 12px;
    color: #888888;
    text-transform: uppercase;
    font-weight: 600;
}

.events-button-ara {
    position: absolute;
    top: 21px;
    right: 15px;
}

.white-border-btn {
    padding: 15px 30px;
    background: 0;
    color: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 700;
}

.white-border-btn:hover {
    background-color: #fff;
    color: #002147;
}

.events-registration-form-wrapper {
    position: relative;
}

.events-registration-form-wrapper::after {
    position: absolute;
    background-image: url(../img/events/events-registration-form-heading.png);
    top: 0;
    content: "";
    height: 130px;
    background-repeat: no-repeat;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.events-registration-form-heading-title {
    z-index: 1;
}

.events-registration-form-heading-title h1 {
    font-size: 30px;
    color: #002147;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.events-registration-form-heading-icon {
    z-index: 1;
}

.events-registration-form-heading {
    padding: 30px 30px 30px 30px;
}

.events-registration-form-heading-title span {
    font-size: 14px;
    color: #454b51;
    line-height: 1;
    margin-top: 10px;
    display: block;
}

.events-registration-main-form {
    background-color: #fff;
    margin-top: 20px;
    margin: auto;
    padding: 50px;
    padding-top: 72px;
}

.events-registration-main-form form input {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    background: 0;
    border: 0;
    border: 1px solid #dedede;
    padding-left: 20px;
}

.events-text-title-3 a h4 {
    color: #fff;
}

.events-text-title-3 .time-area span {
    color: #ec2025;
}

.events-text-title-3 .time-area span.published-time {
    color: #8a8a8a;
}

.events-text-3 {
    border-radius: 5px;
    border: 1px solid #002f64;
}


.events-wrapper-padding {
    padding: 30px;
    background-color: #fff;
    padding-right: 20px;
}

.events-wrapper-padding .events-text {
    padding: 0;
    padding-left: 30px;
}

.comments-reply {
    padding-left: 130px;
}

.comments-text {
    overflow: hidden;
    padding-left: 30px;
}

.comments-box {
    margin-bottom: 50px;
}

.comments-text a {
    color: #333333;
    font-weight: 500;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.comments-text a:hover {
    color: #ec2025;
}

.avatar-name h5 {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #333333;
}

.post-comments-form form input {
    width: 100%;
    background: 0;
    border: 1px solid #eaeaea;
    height: 40px;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #a4a4a4;
    font-family: 'Poppins', sans-serif;
}

.post-comments-form form textarea {
    width: 100%;
    background: 0;
    border: 1px solid #eaeaea;
    height: 130px;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 14px;
    color: #a4a4a4;
    font-family: 'Poppins', sans-serif;
}

.post-comments-form form input::placeholder,
.post-comments-form form textarea::placeholder {
    font-size: 14px;
    color: #a4a4a4;
    font-family: 'Poppins', sans-serif;
}

.comments-text p {
    margin-bottom: 5px;
}

.main-comments {
    padding-right: 155px;
}

/*testimonials*/
.testimonilas-author-title {
    margin-left: 15px;
}

.testimonilas-author-title h1 {
    font-size: 16px;
    color: #002147;
    font-weight: 700;
    line-height: 29px;
    margin: 0;
    margin-bottom: 2px;
}

.testimonilas-author-title h2 {
    font-size: 12px;
    color: #8a8a8a;
    margin: 0;
    line-height: 1;
}

.testimonilas-para {
    margin-top: 20px;
    margin-bottom: 15px;
}

.testimonilas-para p {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
  display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.testimonilas-rating ul li {
    display: inline-block;
    color: #ec2025;
}

.testimonilas-wrapper {
    padding: 30px 24px 30px 24px;
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(178, 178, 178, 0.35);
}

.testimonilas-active .slick-dots,
.testimonilas-active-2 .slick-dots {
    text-align: center;
}

.testimonilas-active .slick-dots li,
.testimonilas-active-2 .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.testimonilas-active .slick-dots li button,
.testimonilas-active-2 .slick-dots li button {
    border: 0;
    height: 12px;
    width: 12px;
    text-indent: -9999px;
    background: 0;
    transition: .3s;
    padding: 0;
    border-radius: 50%;
    transition: .3s;
    border: 1px solid #ec2025;
}

.testimonilas-active .slick-dots li.slick-active button,
.testimonilas-active-2 .slick-dots li.slick-active button {
    background: #ec2025;
    transition: .3s;
}

.testimonilas-wrapper-2::after {
    background-image: url(../img/testimonials/testi_quato001.png);
    content: "";
    width: 90px;
    height: 76px;
    bottom: 121px;
    right: 120px;
    position: absolute;
    background-repeat: no-repeat;
}

.testimonilas-wrapper-2 .testimonilas-para p {
    padding-right: 91px;
}

.testimonilas-wrapper-2 {
    padding: 0;
    box-shadow: none;
}

.testimonilas-list {
    margin-top: -25px;
}

.testimonilas-area .testimonilas-wrapper:hover .testimonilas-author-thumb::before{
    width: 47px;
    height: 47px;
    content: '';
    position: absolute;
    top: 28.5px;
    left: 38px;
    border: 2px solid orangered;
    border-radius: 50%;
}
/* 10. video */
.video-content span {
    display: block;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    padding: 0;
    margin-top: 33px;
    font-family: 'Poppins', sans-serif;
}

.video-area {
    background-image: url(../img/video/video_bg.jpg);
    padding-top: 185px;
    padding-bottom: 180px;
    background-size: cover;
    background-position: center right;
    position: relative;
}

.video-area::before {
    background-image: -moz-linear-gradient(0deg, rgba(0, 33, 71, 0.92157) 0%, rgba(0, 33, 71, 0.92157) 0%, rgba(127, 117, 36, 0.74) 74%, rgba(224, 181, 8, 0.69) 94%, rgba(253, 200, 0, 0.45098) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(0, 33, 71, 0.92157) 0%, rgba(0, 33, 71, 0.92157) 0%, rgba(127, 117, 36, 0.74) 74%, rgba(224, 181, 8, 0.69) 94%, rgba(253, 200, 0, 0.45098) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(0, 33, 71, 0.92157) 0%, rgba(0, 33, 71, 0.92157) 0%, rgba(127, 117, 36, 0.74) 74%, rgba(224, 181, 8, 0.69) 94%, rgba(253, 200, 0, 0.45098) 100%);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
}


/* 9. counter */
.couter-wrapper span {
    font-size: 36px;
    display: block;
    font-weight: 800;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    color: #d6d6d6;
}

.couter-wrapper-2 span {
    color: #fff;
}

.couter-wrapper h3 {
    margin: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: #8a8a8a;
    margin-top: 9px;
    font-family: 'Poppins', sans-serif;
}

.couter-wrapper-2 h3 {
    color: #b8b8b8;
}

.couter-wrapper img {
    margin-bottom: 24px;
}

/* 14. blog */
.blog-thumb img {
    width: 100%;
}
.blog-wrapper:hover img{
    transition: all .5s ease;
    transform: scale(1.1);

}

.blog-content h5 {
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    color: #444444;
}

.blog-list .blog-content h5 {
    font-size: 24px;
    line-height: 1.5;
}

.blue-blog h5 a:hover {
    color: #ec2025
}

.blog-meta span {
    font-size: 12px;
    color: #b9b9b9;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.blog-meta span a {
    color: #666;
}

.blog-meta span a:hover {
    color: #222;
}

.blog-content p {
    margin: 0;
    line-height: 28px;
    color: #8a8a8a;
    margin-bottom: 4px;
}

.blog-wrapper {
    background-color: #fff;
}

.blog-content {
    padding-left: 30px;
    padding-bottom: 35px;
}

.read-more-btn button {
    background: 0;
    border: 0;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #444444;
    font-weight: 700;
    transition: .3s;
}

.read-more-btn button:hover {
    color: #ec2025;
}

.blog-category {
    position: absolute;
    right: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 15px;
    background-color: #ec2025;
    border-radius: 5px;
    top: 20px;
    display: inline-block;
    line-height: 1;
    transition: .6s;
    color: #fff;
}

.blog-category:hover {
    background-color: #002147;
    color: #fff;
}

.blog-thumb {
    position: relative;
}

.admin-blog-info ul li {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #b9b9b9;
}

.admin-blog-info ul li span {
    color: #444444;
}

.blog-date-margin {
    margin-left: 15px;
}

.blog-bottom-2 .read-more-btn {
    padding-right: 20px;
}

.blog-bottom-2 {
    margin-top: 10px;
}

.news-meta span {
    color: #acacac;
    margin-bottom: 4px;
}

.news-content {
    padding-left: 28px;
    padding-bottom: 35px;
    padding-right: 28px;
}

.blog-thumb {
    position: relative;
}

.blog-text-offer {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #002147;
    font-family: 'Poppins', sans-serif;
    padding: 11px 15px;
    background-color: #ec2025;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 5px;
}

.news-content p {
    color: #666666;
    padding-right: 0px;
    line-height: 28px;
}

.news-content .blockquote p {
    padding: 25px 14px 25px 38px;
    border: 1px solid #dcdcdc;
    margin-top: 20px;
}

.news-wrapper-tags {
    padding: 25px;
    border: 1px solid #ececec;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.new-post-tag span {
    font-size: 16px;
    font-weight: 700;
    color: #444444;
}

.new-post-tag a {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
}

.new-post-tag.news-share-icon a {
    color: #fff;
    background: #3b5998;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 9px;
}

.new-post-tag.news-share-icon span {
    margin-right: 8px;
}

.new-post-tag.news-share-icon .twitter {
    background-color: #1da1f2;
}

.new-post-tag.news-share-icon .dribble {
    background-color: #dd4b39;
}

.author-comments-box {
    padding: 30px 30px 30px 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(164, 164, 164, 0.52);
}

.author-comments-text {
    padding-left: 30px;
}

.author-comments-text .author-comments-title h5 {
    color: #444444;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 7px;
}

.author-comments-text .author-comments-title span {
    font-size: 12px;
    color: #5c5c5c;
    margin-bottom: 5px;
    display: block;
}

.post-comments-padding {
    padding: 30px;
    padding-bottom: 50px;
}

.section-title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0;
}

/*standard_blog*/
.blog-read-more-btn {
    margin-top: 25px;
    display: block;
    color: #444444;
    font-weight: 700;
}

/*faq*/
.fag-area {
    border-bottom: 1px solid #e9e9e9;
}

.faq-area-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #444444;
}

.faq-area-title p {
    padding-right: 80px;
    line-height: 28px;
    color: #666666;
}

.faq-wrapper .card {
    border: 0;
    margin-bottom: 20px;
}

.faq-wrapper .card-header {
    padding: 0;
    background: 0;
    border: 0;
}

.faq-wrapper .card h5 button {
    padding: 0;
    background: 0;
    border: 0;
    color: #444444;
    font-size: 18px;
    text-decoration: none;
}

.faq-wrapper .card h5 button span {
    font-size: 14px;
    color: #666666;
    margin-right: 9px;
}

.faq-wrapper .card-body {
    padding-left: 28px;
    font-size: 14px;
    color: #8a8a8a;
    padding-right: 205px;
    padding-bottom: 0;
    padding-top: 10px;
    line-height: 28px;
}

.faq-area-form form input {
    width: 100%;
    padding: 0;
    padding-left: 20px;
    background: 0;
    border: 1px solid #e9e9e9;
    height: 40px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 0px;
}

.faq-area-form form textarea {
    width: 100%;
    padding: 0;
    padding-left: 20px;
    background: 0;
    border: 1px solid #e9e9e9;
    height: 113px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
    padding-top: 13px;
    resize: none;
}

.faq-form-btn button {
    background-color: #002147;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 19px 105px;
    margin-bottom: 30px;
    transition: .6s;
}

.faq-form-btn button:hover {
    background-color: #ec2025;
    color: #002147;
}

.faq-form-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #444444;
    line-height: 1;
    margin-bottom: 20px;
}

/*brand*/
.brand-list ul li {
    display: inline-block;
    margin: 0 48px;
}

.brand-list {
    text-align: center;
}

/*footer*/
.subscribe-box {
    padding: 40px 0px;
    background-color: #ec2025;
}

.subscribe-text h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.subscribe-text span {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    margin: 0;
    margin-top: 10px;
    display: block;
}

.subscribe-form form {
    position: relative;
}

.email-submit-form {
    margin-top: 7px;
}

.subscribe-form form input {
    height: 46px;
    background: #fff;
    border: 0;
    border-radius: 30px;
    padding-left: 20px;
    width: 100%;
}

.subscribe-form form input:placeholder {
    font-size: 13px;
    color: #002147;

}

.subscribe-form form i {
    top: 50%;
    position: absolute;
    right: 35px;
    color: #002147;
    font-size: 15px;
    transform: translateY(-50%);
}


.subscribe-box {
    padding: 40px 0px;
    background-color: #ec2025;
    margin-bottom: -73px;
    position: relative;
    z-index: 8;
}

.subscribe-form form input::placeholder {
    font-size: 13px;
    color: #002147;
}

/*shop*/
.shop-area {
    background-size: cover;
}

.shop-thumb img {
    width: 100%;
}

.shop-thumb {
    padding-top: 20px;
    padding-right: 30px;
}

.shop-book-name {
    font-size: 18px;
    font-weight: 700;
    color: #444444;
    margin: 0;
    line-height: 1;
}

.book-inner-content {
    padding: 28px 0px 28px 28px;
}

.book-writter {
    font-size: 13px;
    line-height: 1;
    margin: 0;
    margin-top: 9px;
}

.book-ratings ul li {
    display: inline-block;
    font-size: 14px;
    color: #f6393e;
    margin-left: 4px;
}

.book-ratings ul {
    margin-left: 30px;
}

.book-price .price {
    font-size: 14px;
    color: #777777;
    font-weight: 600;
}

.book-price .user-number {
    font-size: 15px;
    color: #f6393e;
    font-weight: 700;
}


/*footer*/
.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.footer-logo {
    margin-bottom: 19px;
}

.footer-para p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0;
}

.footer-socila-icon span {
    font-size: 16px !important;
    color: #cbcbcb;
    font-weight: 700;
    line-height: 1;
}

.footer-social-icon-list ul li {
    display: inline-block;
    margin-right: 19px;
    transition: .3s;
}

.footer-social-icon-list ul li a {
    color: #ffffff;
    opacity: .66;
}

.footer-social-icon-list ul li a:hover {
    color: #fff;
    opacity: 1;
}

.footer-socila-icon {
    margin-top: 10px;
}

.footer-social-icon-list {
    margin-top: 13px;
}

.footer-heading h1 {
    font-size: 18px;
    color: #ec2025;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    margin-bottom: 15px;
}

.footer-menu ul li {
    float: left;
    width: 100%;
    line-height: 1;
}

.footer-menu ul li a {
    font-size: 16px;
    color: #fff;
    padding: 0;
    display: block;
    line-height: 1;
    margin-bottom: 14px;
}

.footer-menu ul li a:hover {
    color: #ec2025;
    opacity: 1;
}

.recent-post-text p {
    font-size: 13px;
    color: #fff;
    opacity: .66;
    line-height: 24px;
    margin-top: -8px;
    margin-bottom: 0;
}

.footer-time {
    margin-top: 5px;
}

span.footer-published-time {
    color: #fff;
    opacity: .66;
    margin-left: 9px;
}

.footer-time span {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    color: #ec2025;
}

.recent-post-text {
    margin-left: 20px;
}

span.footer-published-time {
    margin-left: 9px;
    color: #fff;
}

.single-footer-contact-info span {
    font-size: 14px;
    color: #ec2025;
}

span.footer-contact-list-text {
    font-size: 12px;
    color: #fff;
    margin-left: 9px;
}

.single-footer-contact-info {
    margin-bottom: 5px;
}


.footer-contact-list1 .link_blink {
    font-size: 14px;
    animation: link_glow 1s linear infinite;
    -moz-animation: link_glow 1s linear infinite;
    -webkit-animation: link_glow 1s linear infinite;
    -o-animation: link_glow 1s linear infinite;
  }
  
  @keyframes link_glow {
    50% {
      text-shadow: 0 0 0.5vw #8f2626, 0 0 2vw #ff0000, 0 0 3vw #ff3366,
        0 0 3vw #fff, 0 0 5vw #fed641, 0 0 3vw #fed641, 0 0 2vw #ff69b4,
        0 0 0.5vw #ff69b4;
      color: #ff6347;
    }
    0%,
    100% {
      text-shadow: 0 0 0.5vw #e01c1c, 0 0 1vw #e01c1c, 0 0 2vw #ff3366,
        0 0 3vw #ff3366, 0 0 5vw #ff3366, 0 0 2vw #ff3366, 0 0 1vw #ff3366,
        0 0 0.5vw #8f2626;
      color: #ff3366;
      -webkit-text-stroke: 0.1px #ff69b4;
    }
  }


.opening-time span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

span.opening-date {
    font-weight: inherit;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
}

.opening-time {
    margin-top: 20px;
}

.footer-copyright span {
    font-size: 15px;
    color: #949494;
}


.top-button {
    color: #FFF;
    padding: 6px 30px;
    margin: 1px 0px;
}


.serviceCards {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 0px 2px 15px 2px;
	margin-top:10px;
    background: #FFF;
}
.serviceCards:hover {
    box-shadow: 1px 1px 5px 3px #b7b2b2;
}
img.center.serviceImg {
    width: 41px;
}
.serviceCards::before{
	    top: 20px;
    content: "";
    left: -3px;
    border-left: 5px solid #ec2025;
    padding: 14px 0px;
    position: relative;
}
.services{
    padding: 50px 0px;
}
.services h3 {
    text-align: center;
    padding: 25px 0px 0px 0px;
    font-size: 20px;
    font-weight: 600;
}
.serviceCards p{
    text-align: center;
    padding: 0px 20px; 
}



/*---- Course Details ----*/



.courses-details-info {
  background-color: #f8f9f8;
  border-radius: 5px;
  padding: 12px 12px 50px 12px;
  margin-left: 15px;
 /* margin-top: -300px;*/
}

.courses-details-info .image {
  text-align: center;
  position: relative;
}

.courses-details-info .image .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
}

.courses-details-info .image .content {
  position: absolute;
  left: 0;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.courses-details-info .image .content i {
  display: block;
  width: 60px;
  height: 60px;
  color: var(--whiteColor);
  border-radius: 50%;
  line-height: 60px;
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.courses-details-info .image .content span {
  display: inline-block;
  color: var(--whiteColor);
  border-radius: 5px;
  padding: 4px 20px;
  background-color: #000;
  font-size: 17px;
  font-weight: 700;
}

.courses-details-info .image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.25;
}

.courses-details-info .image .video-js {
  width: 340px;
  height: 230px;
}

.courses-details-info .image.no-before::before {
  display: none;
}

.courses-details-info .info {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 20px;
}

.courses-details-info .info li {
  border-bottom: 1px solid #e5e5e7;
  color: var(--optionalColor);
  font-size: 14px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 14px;
}
.courses-details-info li{
  font-weight: 500;
  font-size: 14px;
}
.courses-details-info .info li span {
  font-weight: 500;
  color: #000;
  position: relative;
  font-size: 14px;
}
 
.courses-details-info .info li span i {
position: absolute;
    left: -24px;
    font-weight: normal;
    top: 3px;
    font-size: 18px;
    color: #ec2025;
}

.courses-details-info .info li.price {
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
}

.courses-details-info .info li.price span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.courses-details-info .info li.price .price {
  padding-left: 2px;
}

.courses-details-info .info li.price .origin-price {
  text-decoration: line-through;
  color: var(--optionalColor);
  font-size: 16px;
}

.courses-details-info .info li:first-child {
  padding-top: 0;
}

.courses-details-info .btn-box {
  margin-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
}

.courses-details-info .btn-box form {
  display: block;
}

.courses-details-info .btn-box .default-btn {
  width: 100%;
  display: block;
  font-weight: 700 !important;
  border-radius: 5px !important;
  height: unset !important;
  line-height: 30px !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.courses-details-info .btn-box .default-btn i {
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  line-height: 1;
  font-weight: normal;
  font-size: 20px;
}

.courses-details-info .btn-box .default-btn .label {
  position: relative;
  display: inline-block;
  top: 0 !important;
  background-color: transparent;
  left: 0 !important;
  width: auto;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.courses-details-info .btn-box .default-btn:hover {
  background-color: #000;
  color: var(--whiteColor);
}

.courses-details-info .courses-share {
  text-align: center;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.courses-details-info .courses-share .share-info {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 100%;
}

.courses-details-info .courses-share .share-info span {
  display: inline-block;
  line-height: 1;
  font-size: var(--fontSize);
  font-weight: 700;
}

.courses-details-info .courses-share .share-info span i {
    color: #FFF;
}

.courses-details-info .courses-share .share-info .social-link {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 0;
}

.courses-details-info .courses-share .share-info .social-link li {
  display: inline-block;
  margin-right: 3px;
}

.courses-details-info .courses-share .share-info .social-link li:last-child {
  margin-right: 0;
}

.courses-details-info .courses-share .share-info .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 18px;
  color: #FFF;
  position: relative;
  border-radius: 2px;
}

.courses-details-info .courses-share .share-info .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.courses-details-info .courses-share .share-info .social-link li a:hover {
  color: #FFF;
}

.courses-details-info .courses-share .share-info:hover .social-link {
  opacity: 1;
  visibility: visible;
  bottom: -42px;
}


.sub-titles ul {
    display: inline-flex;
    list-style: none;
    color: #ececec;
    margin-top: 5px;
    margin-left: 0px;
}
.sub-titles ul li {
    padding-right: 20px;
    padding-left: 0em;
}
/* .sub-titles ul li::before {
    content: "â€¢";
    color: #ec2025;
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
    margin-right: 4px;
    margin-top: -4px;
} */


.accordion .acd-btn {
    font-size: 14px;
text-align: left;
line-height: 1.5;
background: #125688;
color: #FFF;
border-radius: 5px;
  width:100%;
  padding:10px 10px;
}

@media only screen and (max-width:767px){
  .accordion .acd-btn {
    font-size: 12px;
text-align: left;
line-height: 1.5;
background: #125688;
color: #FFF;
border-radius: 5px;
  width:100%;
  padding:10px 10px;
}
}

.bg-red {
    background-color: #f9f7f5 !important;
}

.view-all-courses-content h2 {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 800;
}
.view-all-courses-content .sub-title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #ec2025;
}

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #FFF;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #ec2025;
}
.default-btn:hover {
    color: #ffffff;
    background: #221638;
}


.page-title-area {
    background-color: #f8f9f8;
    position: relative;
    z-index: 1;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    padding-top: 70px;
    padding-bottom: 70px;
}

/********Login Popup*********/

#home .header-area .header-bottom-area .modal1 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: 200ms ease-in-out;
    border: 1px solid transparent;
    border-radius: 5px;
    z-index: 10;
    background-color: white;
    width: 500px;
    max-width: 80%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.447);
    display: none;
  }
  
 #home .header-area .header-bottom-area .modal1.active {
      display: block;
    transform: translate(-50%, -43%) scale(1);
    z-index: 999;
  }
  
  @media only screen and (max-width:1024px) {
    
   #home .header-area .header-bottom-area .modal1.active  {
      display: block;
      transform: translate(-50%, -115%) scale(1);
      z-index: 999;
  }
  
  }
  
  @media only screen and (max-width:768px) {
    
    #home .header-area .header-bottom-area .modal1.active  {
      display: block;
      transform: translate(-50%, -80%) scale(1);
      z-index: 999;
  }
  
  }
  

@media only screen and (min-width: 411px) and (max-width: 731px) {
  
  .cart-login-btn .header-bottom-icon ul li {
    display: inline-block;
    /*margin-top: -100px !important;*/
}
  #home .header-area .header-bottom-area .mean-container a.meanmenu-reveal {
    border: 1px solid #FFF;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-top: 0px;
    padding: 6px 4px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: -55px !important;
    width: 22px;
}
  
  
  
  
}



  @media only screen and (max-width:767px) {
    .top-button {
    color: #FFF;
    padding: 3px 5px;
    margin: 8px 0px;
}
.btn {
    font-size: 10px;
    }
      table td .mbl-left{
       text-align:left !important; 
      margin-left:20px;
      }
      table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
}
    
    .dataTables_wrapper .dataTables_filter {
    margin-top: .5em;
    display: block;
    margin-top: -40px;
    margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
    width: 75%;
    /* margin-top: -31px; */
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: left
}
.paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 10px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}
    .rounded-social-buttons{
      display:none;
    }
    .logo{
     text-align:center; 
    }
    .header-contact-phone {
    margin-left: 15px;
    position: relative;
    padding-right: 20px !important;
    margin-right: 0;
}
    .home-main-carousel img{
  height:auto !important;
}
    .shopping-counter {
    position: absolute;
    top: 10px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #ec2025;
    color: #444444;
    font-size: 12px;
    left: -20px;
}
    .slider-content-2 {
    padding-top: 62px;
    padding-bottom: 120px;
    padding: 60px 20px;
}
    .slider-content h1 span {
    font-size: 35px;
}
.training-features .item {
    width: 41px;
    margin-right: 15px;
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 35px;
    text-align: center;
}
  

    .sticky {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
    padding: 0px 0;
    background: #002147;
    transition: ease-out .6s;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
}
    .shopping-counter {
    position: absolute;
    top: -10px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #ec2025;
    color: #444444;
    font-size: 12px;
    left: 10px;
}
   .cart-login-btn .header-bottom-icon ul li {
    display: inline-block;
    /*margin-top: -150px;*/
}
    .header-bottom-icon ul li a::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    background-color: transparent;
    left: 0;
    top: 4px;
}
    .events-thumb img{
     display:none; 
    }
    .courses-details-info {
    background-color: #f8f9f8;
    border-radius: 5px;
    padding: 12px 12px 50px 12px;
    margin-left: 15px;
    margin-top: 0;
}
    .sub-titles ul {
    display: grid;
    list-style: none;
    color: #ececec;
    margin-top: 5px;
    margin-left: 0px;
}
    .header-bottom-icon ul li a {
    font-size: 15px;
    color: #FFF;
    padding-left: 0;
    position: relative;
    transition: all ease-out;
}
    /*.header-bottom-icon ul li {
    display: inline-block;
    margin-top: 20px;
}*/
    .header-top{
    /* display:block; */
    }
    .cart-login-btn .header-bottom-icon {
    margin: 10px 20px 10px 15px;
    margin-top: 5px;
    /*text-align: center;*/
    float: right;
}
    #home .header-area .header-bottom-area .modal1.active  {
      display: block;
      transform: translate(-50%, -50%) scale(1);
      z-index: 999;
  }
  
  }
  table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #FFF !important;
}
  #home .header-area .header-bottom-area .modal1-header {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0000001f;
  }
  
  #home .header-area .header-bottom-area .modal1-header .title {
    font-size: 1.25rem;
    font-weight: bold;
  }
  
  #home .header-area .header-bottom-area .modal1-header .close-button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 1.25rem;
    font-weight: bold;
  }
  
  #home .header-area .header-bottom-area .modal1-body {
    padding: 10px 15px;
  }
  
  #home .header-area .header-bottom-area #overlay {
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none;
    z-index: 10;
  }
  
  #home .header-area .header-bottom-area #overlay.active {
    opacity: 1;
    pointer-events: all;
  }
  
  #home .header-area .header-bottom-area #fp_screen{
    display: none;
  }
  
  
  /******Registeer Popup******/
  
  #home .header-area .header-bottom-area .modal2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    display: none;
    transition: 200ms ease-in-out;
    border: 1px solid transparent;
    border-radius: 5px;
    z-index: 10;
    background-color: white;
    width: 500px;
    max-width: 80%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.447);
    display: none;
  }
  
  #home .header-area .header-bottom-area .modal2.active {
    display: block;
    transform: translate(-50%, -43%) scale(1);
    z-index: 999;
  }
  
  @media only screen and (max-width:1024px) {
    
    #home .header-area .header-bottom-area .modal2.active {
      display: block;
      transform: translate(-50%, -115%) scale(1);
      z-index: 999;
  }
  
  }
  
  @media only screen and (max-width:768px) {
    
   #home .header-area .header-bottom-area .modal2.active {
      display: block;
      transform: translate(-50%, -80%) scale(1);
      z-index: 999;
  }
  
  }
  
  @media only screen and (max-width:767px) {
    
    #home .header-area .header-bottom-area .modal2.active {
      display: block;
      transform: translate(-50%, -50%) scale(1);
      z-index: 999;
  }
  
  }
  
  #home .header-area .header-bottom-area .modal2-header {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0000001f;
  }
  
  #home .header-area .header-bottom-area .modal2-header .title {
    font-size: 1.25rem;
    font-weight: bold;
  }
  
  #home .header-area .header-bottom-area .modal2-header .close-button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 1.25rem;
    font-weight: bold;
  }
  
  #home .header-area .header-bottom-area .modal2-body {
    padding: 10px 15px;
  }
  
  #home .header-area .header-bottom-area #overlay {
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none;
    z-index: 10;
  }
  
  #home .header-area .header-bottom-area #overlay.active {
    opacity: 1;
    pointer-events: all;
  }
  
  
  
  #home .header-area .header-bottom-area .nav-tabs .nav-link {
      border: 1px solid transparent;
      border-radius: 0px;
      
      color: white;
      background: #00B8DE;
      padding:10px;
      font-size: 15px;
      text-align: center;
  }
  
  @media only screen and (max-width:767px) {
    
      #home .header-area .header-bottom-area .nav-tabs .nav-link {
      border: 1px solid transparent;
      border-radius: 0px;
      color: white;
      background: #00B8DE;
      padding:10px 5px;
      font-size: 11px;
      text-align: center;
  }
  
  
  }
  
  
  #home .header-area .header-bottom-area .nav-tabs {
      border-bottom: 1px solid transparent;
      margin-left: 15px;
  }
  
 #home .header-area .header-bottom-area .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
      color: #ffffff !important;
      background-color: #3931af !important;
      border-color: #dee2e6 #dee2e6 #fff;
  }
  
  #home .header-area .header-bottom-area #login_screen .facebook .btn{
      background: #0062cc !important;
  }
  
  
  #home .header-area .header-bottom-area #fac-reg .attachment input[type='file']{
  
  display: none;
  
  }
  
  #home .header-area .header-bottom-area #fac-reg .attachment label{
  
  padding: 12px 22px;
  color: #fff;
  
  }
  
  @media only screen and (max-width:767px) {
      #home .header-area .header-bottom-area #fac-reg .attachment label{
          padding: 10px 15px;
          color: #fff;
          font-size: 12px;
      }
  }


  
#home .header-area .header-bottom-area .facebook{
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 8px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
  display: flex;
    justify-content: center;
  }

  #home .header-area .header-bottom-area .google{
    background-color: #f50000;
    color: #fff;
    font-size: 18px;
    padding-top: 8px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    justify-content: center;
  }
  
  #home .header-area .header-bottom-area #reg{
      display: none;
  }
   #home .header-area .header-bottom-area #sec_screen,#home .header-area .header-bottom-area #third_screen,#home .header-area .header-bottom-area #fourth_screen{
        display: none;
    }


     #home .header-area .header-bottom-area #sec_screen .check_images .check_sub_images1,  #home .header-area .header-bottom-area #sec_screen .check_images .check_sub_images2{

        border: 1px solid #f1f1f1;

    }

     #home .header-area .header-bottom-area #sec_screen .check_images .check_sub_images1:hover,  #home .header-area .header-bottom-area #sec_screen .check_images .check_sub_images2:hover{
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.404);
    }

/*     #home .header-area .header-bottom-area #fourth_screen input[type='file']{
        display: none;
    }
    
     #home .header-area .header-bottom-area #fourth_screen .resume-block label{
        border: 2px solid #28a745;
        background-color: #fff;
        color: #28a745;
    }

     #home .header-area .header-bottom-area #fourth_screen .resume-block label:hover{
        background-color: #28a745;
        color: #fff;
    } */

    #home .header-area .header-bottom-area #sec_screen .radio-buttons {
        width: 100%;
        margin: 0 auto;
        text-align: center;
      }

       #home .header-area .header-bottom-area #sec_screen .custom-radio input {
        display: none;
      }

       #home .header-area .header-bottom-area #sec_screen  .radio-btn {
        margin: 10px;
        width: 180px;
        height: 180px;
        border: 3px solid transparent;
        display: inline-block;
        border-radius: 10px;
        position: relative;
        text-align: center;
        box-shadow: 0 0 20px #c3c3c367;
        cursor: pointer;
      }

       #home .header-area .header-bottom-area #sec_screen .radio-btn > i {
        color: #ffffff;
        background-color: #8373e6;
        font-size: 20px;
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%) scale(4);
        border-radius: 50px;
        padding: 6px;
        transition: 0.2s;
        pointer-events: none;
        opacity: 0;
      }

       #home .header-area .header-bottom-area #sec_screen .radio-btn .hobbies-icon {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

       #home .header-area .header-bottom-area #sec_screen .radio-btn .hobbies-icon i {
        color: #8373e6;
        line-height: 80px;
        font-size: 60px;
      }

       #home .header-area .header-bottom-area #sec_screen .radio-btn .hobbies-icon h3 {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
      }

       #home .header-area .header-bottom-area #sec_screen .custom-radio input:checked + .radio-btn {
        border: 3px solid #8373e6;
      }

       #home .header-area .header-bottom-area #sec_screen .custom-radio input:checked + .radio-btn > i {
        opacity: 1;
        transform: translateX(-50%) scale(1);
      }

      @media only screen and (max-width:767px) {
        
         #home .header-area .header-bottom-area #sec_screen  .radio-btn {
        margin: 10px;
        width: 125px;
        height: 150px;
        border: 3px solid transparent;
        display: inline-block;
        border-radius: 10px;
        position: relative;
        text-align: center;
        box-shadow: 0 0 20px #c3c3c367;
        cursor: pointer;
      }

       #home .header-area .header-bottom-area #sec_screen .radio-btn > i {
        color: #ffffff;
        background-color: #8373e6;
        font-size: 15px;
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%) scale(4);
        border-radius: 50px;
        padding: 6px;
        transition: 0.2s;
        pointer-events: none;
        opacity: 0;
      }

      }


 #home .header-area .header-bottom-area .logo img{

}

@media only screen and (max-width:768px) {
    
   #home .header-area .header-bottom-area  .mean-container a.meanmenu-reveal {
    border: 1px solid #444;
    color: #444;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-top: -33px;
    padding: 6px 7px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: -29px;
    width: 22px;
}

}

@media only screen and (max-width:990px) {
  .header-contact-info {
    padding: 25px 0px;
}
  #home .header-area .header-top .header-contact p {
    display: inline;
    margin: 0;
    font-size: 11px !important;
    color: #FFF;
    line-height: 1;
}
  .rounded-social-buttons {
    text-align: center;
   /* margin: 15px 0px;*/
}
  .header-bottom-icon {
    margin-top: 0px;
    margin-right: 91px;
    margin-left: 15px;
    margin-bottom: 0px;
}
  .header-contact-phone {
    margin-left: 0px;
    position: relative;
    padding-right: 10px !important;
    margin-right: 0;
}
  .header-contact span {
    color: #ec2025;
    vertical-align: middle;
    font-size: 11px !important;
    line-height: 1.5;
    margin-right: 0px;
}
.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 25px !important;
    height: 25px !important;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
   font-size:11px;
    font-weight: normal;
    line-height: 0 !important;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    margin-top: 17px !important;
}
  .rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
    font-size: 10px !important;
    line-height: 2 !important;
}
   #home .header-area .header-bottom-area .mean-container a.meanmenu-reveal {
    border: 1px solid #000;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-top: -33px;
    padding: 6px 7px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: -10px !important;
    width: 22px;
}
  .mean-container a.meanmenu-reveal span {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-top: 3px;
}
  
}

@media only screen and (max-width:767px){
 
    .header-contact span {
    color: #ec2025;
    vertical-align: middle;
    font-size: 10px !important;
    line-height: 1.5;
    margin-right: 0px;
}
  
  #home .header-area .header-top .header-contact p {
    display: inline-block;
    margin: 0;
    font-size: 10px !important;
    color: #FFF;
    line-height: 1;
}
  
  
  
}


@media only screen and (max-width:768px) {
  
  .footer-widget .rounded-social-buttons .social-button .fa-whatsapp,.fa-facebook,.fa-telegram{
   
    font-size:10px;
    line-height:2em !important;
    
  }
  
}


@media only screen and (max-width:767px) {
  .mean-container .mean-nav ul li a {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-size: 13px;
}
  .section-title-heading h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
  .header-area{
    padding:10px 0px 0px 0px;
  }
     .header-bottom-area .logo img{
width: 125px !important;
       padding:0px 0px;
}
.home-main-carousel{
  margin-top:0px;
  }
  .mean-nav i{
   display:none; 
  }
#home .header-area .header-bottom-area .mean-container a.meanmenu-reveal {
    border: 1px solid #FFF;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-top: 0px;
    padding: 4px 3px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: -43px !important;
    width: 22px;
}
.cart-login-btn {.cart-login-btn .header-bottom-icon
    /* display: contents; */
    margin-left: 0;
    margin-top: 0px;
}
  #home .header-area .header-top .header-contact p {
    display: inline-block.cart-login-btn .header-bottom-icon
    margin: 0;
    font-size: 12px;
    color: #000;
    line-height: 1;
}
  .header-social-icon-list{
   display:none; 
  }
  #home .header-area .header-social-icon-list ul li {
    display: inline-block;
    line-height: 1;
    margin-right: 0px;
}

}




/********Choose your role********/

     .rolee #third_screen1,.rolee #fourth_screen1{
        display: none;
    }


     .rolee #sec_screen1 .check_images .check_sub_images1,  .rolee #sec_screen1 .check_images .check_sub_images2{

        border: 1px solid #f1f1f1;

    }

     .rolee #sec_screen1 .check_images .check_sub_images1:hover,  .rolee #sec_screen1 .check_images .check_sub_images2:hover{
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.404);
    }

/*     .rolee #fourth_screen1 input[type='file']{
        display: none;
    }
    
     .rolee #fourth_screen1 .resume-block label{
        border: 2px solid #28a745;
        background-color: #fff;
        color: #28a745;
    }

     .rolee #fourth_screen1 .resume-block label:hover{
        background-color: #28a745;
        color: #fff;
    } */

    .rolee #sec_screen1 .radio-buttons {
        width: 100%;
        margin: 0 auto;
        text-align: center;
      }

       .rolee #sec_screen1 .custom-radio input {
        display: none;
      }

       .rolee #sec_screen1  .radio-btn {
        margin: 10px;
        width: 180px;
        height: 180px;
        border: 3px solid transparent;
        display: inline-block;
        border-radius: 10px;
        position: relative;
        text-align: center;
        box-shadow: 0 0 20px #c3c3c367;
        cursor: pointer;
      }

       .rolee #sec_screen1 .radio-btn > i {
        color: #ffffff;
        background-color: #8373e6;
        font-size: 20px;
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%) scale(4);
        border-radius: 50px;
        padding: 6px;
        transition: 0.2s;
        pointer-events: none;
        opacity: 0;
      }

       .rolee #sec_screen1 .radio-btn .hobbies-icon {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

       .rolee #sec_screen1 .radio-btn .hobbies-icon i {
        color: #8373e6;
        line-height: 80px;
        font-size: 60px;
      }

       .rolee #sec_screen1 .radio-btn .hobbies-icon h3 {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
      }

       .rolee #sec_screen1 .custom-radio input:checked + .radio-btn {
        border: 3px solid #8373e6;
      }

       .rolee #sec_screen1 .custom-radio input:checked + .radio-btn > i {
        opacity: 1;
        transform: translateX(-50%) scale(1);
      }

      @media only screen and (max-width:767px) {
        
         .rolee #sec_screen1  .radio-btn {
        margin: 10px;
        width: 125px;
        height: 150px;
        border: 3px solid transparent;
        display: inline-block;
        border-radius: 10px;
        position: relative;
        text-align: center;
        box-shadow: 0 0 20px #c3c3c367;
        cursor: pointer;
      }

       .rolee #sec_screen1 .radio-btn > i {
        color: #ffffff;
        background-color: #8373e6;
        font-size: 15px;
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%) scale(4);
        border-radius: 50px;
        padding: 6px;
        transition: 0.2s;
        pointer-events: none;
        opacity: 0;
      }

      }

  /*************Login and Register popup end**************/

 /*************Services Start**************/

    .features_area1 .single_features .features_icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  font-size: 40px;
  color: #0898E7;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  -moz-box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(8, 152, 231, 0.08);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

  @media (max-width: 767px) {
    
    .header-contact-info {
    padding: 10px 0px 0px 50px;
      float:none;
}
    .features_area1 .single_features .features_icon i {
      width: 90px;
      height: 90px;
      line-height: 90px;
      font-size: 48px; } }

.features_area1 .single_features .features_content {
  margin-top: 25px; }

  .features_area1 .single_features .features_content .features_title a {
    font-size: 25px;
    font-weight: 600;
    color: #38424D;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }

    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .features_area1 .single_features .features_content .features_title a {
        font-size: 20px; } }

    .features_area1 .single_features .features_content .features_title a:hover {
      color: #0898E7; }

  .features_area1 .single_features .features_content p {
    margin-top: 15px;
	font-size:15px;}

.features_area1 .single_features:hover .features_icon i {
  background-color: #0898E7;
  color: #fff; }

/*****Service New Design******/


.service_det .latest-news-box-three .post-content {
	position: absolute;
	left: 40px;
	bottom: 40px;
	right: 40px;
	z-index: 3;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	max-height: 95px;
	overflow: hidden;
}



.service_det .latest-news-box-three:hover img{
    filter: blur(5px);
}

@media (min-width: 992px) and (max-width: 1199px) {
	.service_det .latest-news-box-three .post-content {
		left: 25px;
		bottom: 30px;
		right: 25px;
	}
}

@media (max-width: 575px) {
	.service_det .latest-news-box-three .post-content {
		left: 25px;
		bottom: 30px;
		right: 25px;
	}
}

.service_det .latest-news-box-three .post-content .cat {
	font-weight: 500;
	color: #fff;
	font-size: 16px;
  width:100%;
  height:100%;
  display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

@media only screen and (max-width: 1024px) {
    .service_det .latest-news-box-three .post-content .cat {
        font-weight: 500;
        color: #fff;
        font-size: 14px;
      width:100%;
      height:100%;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }
}


@media only screen and (max-width: 768px) {
    .service_det .latest-news-box-three .post-content .cat {
        font-weight: 500;
        color: #fff;
        font-size: 12px;
      width:100%;
      height:100%;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }
}



.service_det .latest-news-box-three .post-content .title {
	font-size: 24px;
	padding-top: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.service_det .latest-news-box-three .post-content .title {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.service_det .latest-news-box-three .post-content .title {
		font-size: 20px;
	}
}

.service_det .latest-news-box-three .post-content .title a {
	color: #fff;
}

.service_det .latest-news-box-three .news-link {
	color: #fff;
	font-size: 30px;
	position: absolute;
	line-height: 1;
	bottom: 20px;
	left: 40px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
	visibility: hidden;
	z-index: 4;
}

.service_det .latest-news-box-three .explore_btn{
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.service_det .latest-news-box-three .news-link {
		left: 25px;
	}
}

@media (max-width: 575px) {
	.service_det .latest-news-box-three .news-link {
		left: 25px;
	}
}

.service_det .latest-news-box-three:hover img {
	/* -webkit-transform: scale(1.1) rotate(5deg);
	-ms-transform: scale(1.1) rotate(5deg);
	transform: scale(1.1) rotate(5deg); */

  -webkit-transform: scale(1.05) translateX(10px);
	-ms-transform: scale(1.05) translateX(10px);
	transform: scale(1.05) translateX(10px);

}

.service_det .latest-news-box-three:hover .post-content {
	bottom: calc( 100% - 330px );
    max-height: 100%;
}

@media only screen and (max-width: 768px) {

    .service_det .latest-news-box-three:hover .post-content {
        bottom: calc( 100% - 280px );
        max-height: 100%;
    }
}


@media only screen and (max-width: 767px) {

    .service_det .latest-news-box-three:hover .post-content {
        bottom: calc( 100% - 290px );
        max-height: 100%;
    }

    .service_det .latest-news-box-three:hover .post-content h5{
        font-size: 18px;
    }

    .service_det .latest-news-box-three:hover .cat{
        margin-top: 0px;
    }
}


.service_det .latest-news-box-three:hover .cat {
 
  width:100%;
  height:100%;
  display: -webkit-box;
-webkit-line-clamp: 20;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.service_det .latest-news-box-three:hover .explore_btn{
    display: inline-block;
}

.service_det .latest-news-box-three:hover::before {
	opacity: 0.9;
	background-color: #102c5cb4;
}

.service_det .latest-news-box-three:hover .news-link {
	bottom: 40px;
	visibility: visible;
	opacity: 1;
}


.service_det .latest-news-box-three {
	position: relative;
	overflow: hidden;
	z-index: 1;
    height: 370px;
}

.service_det .latest-news-box-three img {
	width: 100%;
    height: 370px;
	-webkit-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.service_det .latest-news-box-three::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 370px;
	z-index: 2;
	background-color: #002249;
	opacity: 0.4;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}




@media only screen and (max-width:768px){

.service_det .latest-news-box-three {
position: relative;
overflow: hidden;
z-index: 1;
  height: 100%;
}

.service_det .latest-news-box-three img {
width: 100%;
  height: 100%;
-webkit-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
-webkit-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}

.service_det .latest-news-box-three::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
background-color: #002249;
opacity: 0.4;
-webkit-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}


}

@media only screen and (max-width:600px){


.service_det .latest-news-box-three {
position: relative;
overflow: hidden;
z-index: 1;
  height: 300px;
}

.service_det .latest-news-box-three img {
width: 100%;
  height: 300px;
-webkit-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
-webkit-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}

.service_det .latest-news-box-three::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 300px;
z-index: 2;
background-color: #002249;
opacity: 0.4;
-webkit-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}

}

/****Services New Design**/
@media only screen and (max-width:767px){
 
  .service_det{
   flex-direction:column-reverse;
  }
  
}

 /*************Services End**************/

/*********** New services start***********/


.services-section .service-box h5{
    font-weight:600;
  letter-spacing:1px;
}

.services-section .service-box{
  text-align: center;
  color: #000;
  cursor: pointer;
}

.services-section .service-icon{
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 3px solid transparent;
  color: #82ccdd;
  margin-bottom: 30px;
  margin-top: 16px;
  transition: 0.3s linear;
}
.services-section .service-icon i{
  line-height: 70px;
  font-size: 26px;
}

.services-section .service-icon img{
  line-height: 70px;
  font-size: 26px;
}
.services-section .service-box:hover img{
transform: scale(1.2);
  transition: all .3s;
}


.services-section .service_box1{
    border: 1px solid#fff;
    border-top: none;
    border-left: none;
}

.services-section .service_box2{
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    border-left: none;
}

.services-section .service_box3{
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
}

.services-section .service_box4{
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    border-left: none;
}

.services-section .service_box5{
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
}



 .features_area1 .training-features .item h3 {
    text-align: center;
    padding: 25px 0px 0px 0px;
    font-size: 20px;
    font-weight: 600;
    display: contents;
      color:#FFF;
}
.features_area1 .training-features .item {
    width: 41px;
    margin-right: 15px;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 30px;
    text-align: center;
    display: block;
  color:#FFF;
}
  
  .features_area1 .training-features .item:hover .icon_hoverr{
   transform:scale(1.1); 
    transition:all .3s ease;
    
  }
  
  .features_area1 .training-features .item i{
    color:#FFF;
  }
  .features_area1 .training-features .item p{
     color:#FFF;
    padding:20px;
  }
.features_area1 .box-bg1{
  background-color: #a1c163 !important;
    transition: background 2s;
    border-radius: 30px 0 30px 0;
}
.features_area1 .box-bg2{
      background-color: #759cbc !important;
    border-radius: 30px 0 30px 0;
}
.features_area1 .box-bg3{
      background-color: #dbba5d !important;
    border-radius: 30px 0 30px 0;
}
.features_area1 .box-bg4{
  background-color: #698296;
    border-radius: 30px 0 30px 0;
}
.features_area1 .box-bg5{
      background-color: #dd967a;
    border-radius: 30px 0 30px 0;
}
.features_area1 .box-bg6{
      background-color: #5abfb3;
    border-radius: 30px 0 30px 0;
}

 /*************About US Start*************/


/*======who_we_are=========*/
.who_we{
  padding-bottom: 30px;
  background:#fff;
}

.who_we .who_we_content h1{
    color:#002f64;
    padding-top: 30px;
   
}
.who_we .who_we_content h5{
    line-height: 40px;
   color: #000;
}
.who_we .who_we_content span{
    background: #002f64;
    color: #fff;
    padding:5px;
border: 2px solid #fe4a55;
}
/*======why_we_choose=========*/
.why_we_choose{
    padding-bottom: 50px;
 margin-top:0px;
 }
 .why_we_choose .why_we_heading h1{
    color: #002147;
    margin-top: 80px;
 }
 .why_we_choose .why_we_choose_content{
    
 }
 .why_we_choose .why_we_choose_content ul li{
 line-height: 50px;
 
 }
 .why_we_choose .why_we_choose_content ul li i{
     color: #fe4a55;
 }
 .why_we_choose .why_we_choose_image img{
    width:340px;
    height: 340px;

 }

 
  /*------ ABout Us -------*/

 .choose .choose_box{
    margin-top: 30px;
    margin-bottom: 30px;
}
.choose .choose_box .choose_content{
    margin: 20px;
    padding: 20px;
    background: #fff;
   
    
    box-shadow:0 8px 20px 5px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
  
}
.choose .choose_box .choose_content:hover{
    background-color:#f91942 ;
    border-radius: 10px;
    padding: 20px;
   
}
.choose .choose_box .choose_content:hover .choose_icon i{
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    transition: 0.5s;
}
.choose .choose_box .choose_content p{
    color: #222;
   
}
.choose .choose_box .choose_content:hover p{
    color: #fff;
}
.choose .choose_box .choose_content:hover h5{
   color: #fff;
}
.choose_box .choose_content .choose_icon i{
    border-radius: 50%;
    border: 2px solid #f91942;
    padding: 15px;
    color: #f91942;
}
.choose .choose_box .choose_content h5{
   font-weight: bold;
}

.choose .choose_box .choose_content a{
    padding: 0px 20px;
    border: 2px solid #f91942;
    border-radius: 20px;
}
.choose .choose_box .choose_content a i{
    color: #f91942;
}
.choose .choose_box .choose_content:hover a{
   border: 2px solid #fff;
}
.choose .choose_box .choose_content:hover i{
   color: #fff;
}


.our_mission2 .our_mission_row{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our_mission2 .mission_box{

padding: 80px 40px 0;
height: 350px;
background: grey;

}

.our_mission2 .vission_box{
padding: 80px 40px 0;
height: 350px;
background: rgb(110, 151, 226);
}

.our_mission2 .value_box{
padding: 80px 40px 0;
height: 350px;
background: rgb(227 110 113);

}

.our_mission2 .mission_box .ms_box_content h4,.our_mission2 .vission_box .vs_box_content h4,.our_mission2 .value_box .value_box_content h4{
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}

.our_mission2 .mission_box .ms_box_content p,.our_mission2 .vission_box .vs_box_content p,.our_mission2 .value_box .value_box_content p{
    font-size: 14px;
}

.our_mission2 .mission_box .ms_box_icon {
    background-color: grey;
    color: #fff;
    padding: 31px 0px;
    border-radius: 50%;
    margin-top: -170px;
}

.our_mission2 .vission_box .ms_box_icon{
    background-color: rgb(110 151 226);
    color: #fff;
    padding: 31px 0px;
    border-radius: 50%;
    margin-top: -170px;
}

.our_mission2 .value_box .ms_box_icon{
    background-color: rgb(227 110 113);
    color: #fff;
    padding: 31px 0px;
    border-radius: 50%;
    margin-top: -160px;
}


.our_mission2 .mission_box .ms_box_icon i, .our_mission2 .vission_box .ms_box_icon i, .our_mission2 .value_box .ms_box_icon i{

    font-size: 50px !important;

}


.our_mission2 .mission_box:hover , .our_mission2 .mission_box:hover .ms_box_icon{
    background: rgb(90, 89, 89);

}
 
.our_mission2 .vission_box:hover , .our_mission2 .vission_box:hover .ms_box_icon{
    background: rgb(81, 123, 201);

}
.our_mission2 .value_box:hover , .our_mission2 .value_box:hover .ms_box_icon{
    background: rgb(196, 85, 89);

}
 

.our_mission2 .mission_box .ms_box_icon i, .our_mission2 .vission_box .ms_box_icon i, .our_mission2 .value_box .ms_box_icon i{
    transform: scale(1);
    transition: 0.3s ease-in-out;
 
}
.our_mission2 .mission_box:hover i, .our_mission2 .vission_box:hover i, .our_mission2 .value_box:hover i{
    transform: scale(1.2);
 
}

@media only screen and (max-width:1024px) {
    
    .our_mission2 .mission_box{

padding: 80px 10px 0;
height: 350px;
background: grey;

}

.our_mission2 .vission_box{

padding: 80px 10px 0;
height: 350px;
background: rgb(110, 151, 226);

}

.our_mission2 .value_box{

padding: 80px 10px 0;
height: 350px;
background: rgb(227 110 113);

}


}


@media only screen and (max-width:767px){


.our_mission2 .our_mission_row{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our_mission2 .mission_box{

padding: 20px 10px;
height: 100%;
margin-top: 0px;
  margin-bottom: 20px;
background: grey;

}

.our_mission2 .vission_box{

padding: 20px 10px;
height: 100%;
margin-top: 0px;
  margin-bottom: 20px;
background: rgb(110, 151, 226);
}

.our_mission2 .value_box{

padding: 20px 10px;
height: 100%;
margin-top: 0px;
  margin-bottom: 20px;
background: rgb(227 110 113);
}

.our_mission2 .mission_box .ms_box_icon {
    background-color: rgba(0, 0, 0, 0.274);
    color: #fff;
   margin-top: 0px;
    border-radius: 50%;
    margin-bottom: 30px;
  padding: 34px 0px;
}

.our_mission2 .vission_box .ms_box_icon{
    background-color: rgba(0, 0, 0, 0.274);
    color: #fff;
   margin-top: 0px;
    border-radius: 50%;
    margin-bottom: 30px;
      padding: 34px 0px;
}

.our_mission2 .value_box .ms_box_icon{
    background-color: rgba(0, 0, 0, 0.274);
    color: #fff;
   margin-top: 0px;
    border-radius: 50%;
    margin-bottom: 30px;
  padding: 34px 0px;
}

.our_mission2 .mission_box .ms_box_icon i, .our_mission2 .vission_box .ms_box_icon i, .our_mission2 .value_box .ms_box_icon i{

font-size: 40px;

}


}


/******* Why we choose us New design********/
.choose .choose_box .choose_content{
    margin: 20px;
    cursor: pointer;
}

.choose .choose_box .choose_content .choose_icon i{
    border-radius: 50%;
    border: 2px solid #fe4a55;
    padding: 15px 16px;
    color: #fe4a55;
}
.choose .choose_box  h5{
   font-weight: bold;
}

.choose .choose_box .choose_content a{
    padding: 6px 25px 3px;
    border: 1px solid #fe4a55;
    color: #fe4a55;
    border-radius: 20px;
}
.choose .choose_box .choose_content a i{
    transition: all .3s ease;
}

.choose .choose_box .choose_content a:hover{
    background: #fe4a55;
    color: #fff !important;
}

.choose .choose_box .choose_content a:hover i{
    margin-left: 10px;
}

 /*************About US End*************/


 /*************Contact US Start*************/

/*=========Contact===========*/
  .contact_us .contact_information{
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact_information .contact_heading{
  margin: 50px;
}
.contact_information .contact_heading h1{
 color: #002147;
}

.contact_us .contact_information .contact_box{

  background: #fff;
  text-align: center;
  padding: 30px 25px;
  box-shadow:0 8px 20px 5px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
  height:205px;
}

@media only screen and (max-width:1024px){
  .contact_us .contact_information .contact_box{
  height:220px;
}
}

@media only screen and (max-width:767px){
  .contact_us .contact_information .contact_box{
  height:auto;
}
}

.contact_us .contact_information .contact_box p{
  color:#222;
  font-weight: bold;
}
.contact_us .contact_information .contact_box:hover{
  background:#f65945;
  box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.contact_us .contact_information .contact_box:hover .contact_icon{
  background:#fff;
  border-radius:10px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.contact_us .contact_information .contact_box:hover a{
  color:#fff !important;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.contact_us .contact_information .contact_box .contact_icon {
    border-radius: 50%;
    width: 80px;
    margin-bottom: 10px;
    padding: 15px;
    background: rgba(247, 198, 5, 0.20);
    color: #f91942;
    size: 100px;
    margin: 0 auto 20px auto;
}

/*========*/
.contact_us .contact_information .contact_box:hover span.contact_icon1{
  background:#fff;
  border-radius:10px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}


.contact_us .contact_information .contact_box .contact_icon1{
border-radius: 50%;
width: 80px;
margin-bottom: 10px;

padding: 15px;
/*background:rgba(255, 77, 28, 0.15);*/
  color:#f91942;
size: 100px;
}
/*==========*/
.contact_us .contact_information .contact_box:hover span.contact_icon2{
  background:#fff;
  border-radius:10px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}


.contact_us .contact_information .contact_box .contact_icon2{
border-radius: 50%;
width: 80px;
margin-bottom: 10px;

padding: 15px;
/*background:rgba(0, 147, 38, 0.15);*/
color:#f91942;
size: 100px;
}


.contact_us .contactus{
  margin: 30px;
  border: 2px solid #eee;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

@media only screen and (max-width:767px){
 
  .contact_us .contactus {
    margin: 30px 15px;
    border: 2px solid #eee;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 20px;
}
  
}

.contact_us .contactus .box{
  content:'';
  clip-path: polygon(0% 0%, 100% 0, 100% 65%, 49% 100%, 0 68%);
  width:100%;
  height: 60px;
  background-color: #f91942;
  margin-bottom: 30px;
}
.contact_us .contactus .box h4{
  color: #fff;
  padding: 10px;
  font-size:20px;
}

@media only screen and (max-width:1024px){
  .contact_us .contactus .box h4{
  font-size:18px;
}
}

@media only screen and (max-width:768px){
  .contact_us .contactus .box h4{
  font-size:20px;
}
}

.contact_us .contactus .btn1{
  border:none;
  padding:8px 100px ;
  background-color: #f91942;
  color: #fff;
  border-radius: 5px;
}
.contact_us .contactus .btn1:hover{
  background-color: #FC1835;
}

   @media only screen and (max-width:767px) {
  .contact_us .contactus .btn1 {
    /* border: none; */
       padding: 10px 20px;
    background-color: #f91942;
    color: #fff;
    border-radius: 5px;
}
  }

/*************Contact US End*************/





.home-main-carousel img{
      height: 300px ;
    width: 100% ;
}
.card-popup-rainingvis>.fa {
    color: #eaa012 !important;
}
.price-duration span{
    color: #000;
}
.combo-price span{
    color: #000 !important;
}
.listing-opt i{
    color: #000 !important;
}
.geodir i{
    color: #000 !important;
}





@media only screen and (max-width:767px) {
  .home-main-carousel img{
      height: auto;
    width: 100% ;
}
  
}


/*--- TRAINING FEATURES -----*/
  

  
/*.course-fetures .item{
  display:flex;
}
.training-features .item {
    text-align: center;
    padding: 25px 25px;
    -webkit-box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
    box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;

 
}
.training-features .item:hover{
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.training-features .item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.training-features .item:hover h3, .item:hover h6, .item:hover p{
    
  transition: all 0.3s ease-out;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.training-features .item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}

.training-features .item p{
    font-size: 18px;
    line-height: 30px;
}
.training-features .item h6 {
    margin-bottom: 5px;
    margin-top: 20px;
    font-weight: 600;
  font-size:18px;
}



*/


.training-features .item {
    width: 41px;
    margin-right: 15px;
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 35px;
    text-align: center;
}
  
  .training-features .item img{
        margin-right: 10px;
  }
  
/*--- Home categories ---*/
/*
.top-categories h2 {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
          height: 50px !important;
}
.top-categories .bg-1:hover, .top-categories .bg-2:hover, .top-categories .bg-3:hover, .top-categories .bg-4:hover {
    box-shadow: 1px 1px 5px 3px #b7b2b2;
}
.top-categories .bg-1{
    text-align: center;
    color: #fff;
    background: #6a21a5;
    background: -moz-linear-gradient(left, #6a21a5 1%, #207cca 76%, #207cca 76%, #24a8e5 100%, #2989d8 100%, #7db9e8 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #6a21a5 1%,#207cca 76%,#207cca 76%,#24a8e5 100%,#2989d8 100%,#7db9e8 100%,#7db9e8 100%);
    background: linear-gradient(to right, #6a21a5 1%,#207cca 76%,#207cca 76%,#24a8e5 100%,#2989d8 100%,#7db9e8 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c468a', endColorstr='#7db9e8',GradientType=1 );
    padding: 35px 10px;
}
.top-categories .bg-2{
    text-align: center;
    color: #fff;
    background: #10afeb;
    background: -moz-linear-gradient(left, #10afeb 0%, #77c4a5 77%, #b7d27b 100%);
    background: -webkit-linear-gradient(left, #10afeb 0%,#77c4a5 77%,#b7d27b 100%);
    background: linear-gradient(to right, #23a0e0 0%,#b7d27b 77%,#b7d27b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10afeb', endColorstr='#b7d27b',GradientType=1 );
    padding: 35px 10px;
}
.top-categories .bg-3{
    text-align: center;
    color: #fff;
    background: #c744e0;
    background: -moz-linear-gradient(left, #c744e0 1%, #e45aa6 76%, #ff6e6f 100%);
    background: -webkit-linear-gradient(left, #c744e0 1%,#e45aa6 76%,#ff6e6f 100%);
    background: linear-gradient(to right, #bb5a6b 1%,#ff341b 76%,#ff3016 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c744e0', endColorstr='#ff6e6f',GradientType=1 );
    padding: 35px 10px;
}
.top-categories .bg-4{
    text-align: center;
    color: #fff;
    background: #f76086;
    background: -moz-linear-gradient(left, rgb(0 33 71 / 92%) 1%, #8a8a8a 83%, #8a8a8a 100%);
    background: -webkit-linear-gradient(left, rgb(0 33 71 / 92%) 1%,#8a8a8a 83%,#8a8a8a 100%);
    background: linear-gradient(to right, rgb(0 33 71 / 92%) 1%,#8a8a8a 83%,#8a8a8a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76086', endColorstr='#e153d7',GradientType=1 );
    padding: 35px 10px;
}

*/

  .training-features .item h3 {
    text-align: center;
    padding: 25px 0px 0px 0px;
    font-size: 15px;
    font-weight: 400;
    display: contents;
    color:#FFF;
}
.top-categories h2 {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0px 10px;
}



.training-features a:hover h3{
    font-weight: 600;
}

.training-features a:hover .serviceImg{
transform: scale(1.15);
}

.training-features .item .icon .serviceImg{

    transition: all .3s ease;

}


.training-features .item {
    width: 41px;
    margin-right: 15px;
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 30px;
    display: flex;
    justify-content: start;
    align-items: center;
}

@media only screen and (max-width:768px) {
    
    .training-features .item {
    width: 41px;
    margin-right: 15px;
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 17px;
    display: flex;
    justify-content: start;
    align-items: center;
}

}

@media only screen and (max-width:767px) {
    
    .training-features .item {
    width: 41px;
    margin-right: 15px;
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 35px !important;
    display: flex;
    justify-content: start;
    align-items: center;
}

}

 .top-categories .bg-1 {
    text-align: center;
    color: #fff;
    background: #6a21a5;
    background: -moz-linear-gradient(left, #6a21a5 1%, #207cca 76%, #207cca 76%, #24a8e5 100%, #2989d8 100%, #7db9e8 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #6a21a5 1%,#207cca 76%,#207cca 76%,#24a8e5 100%,#2989d8 100%,#7db9e8 100%,#7db9e8 100%);
    background: #759cbc !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a21a5', endColorstr='#7db9e8',GradientType=1 );
    padding: 35px 10px;
     transition: background 2s;
    border-radius: 15px;
}
  .top-categories .bg-2{
    text-align: center;
    color: #fff;
    background: #10afeb;
    background: -moz-linear-gradient(left, #10afeb 0%, #77c4a5 77%, #b7d27b 100%);
    background: -webkit-linear-gradient(left, #10afeb 0%,#77c4a5 77%,#b7d27b 100%);
    background: #dbba5d;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10afeb', endColorstr='#b7d27b',GradientType=1 );
    padding: 35px 10px;
         transition: background 2s;
 border-radius: 15px;
}
.top-categories .bg-3{
    text-align: center;
    color: #fff;
    background: #c744e0;
    background: -moz-linear-gradient(left, #c744e0 1%, #e45aa6 76%, #ff6e6f 100%);
    background: -webkit-linear-gradient(left, #c744e0 1%,#e45aa6 76%,#ff6e6f 100%);
    background: #5abfb3;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c744e0', endColorstr='#ff6e6f',GradientType=1 );
    padding: 35px 10px;
       transition: background 2s;
    border-radius: 15px;
}
.top-categories .bg-4{
    text-align: center;
    color: #fff;
    background: #f76086;
    background: -moz-linear-gradient(left, rgb(0 33 71 / 92%) 1%, #8a8a8a 83%, #8a8a8a 100%);
    background: -webkit-linear-gradient(left, rgb(0 33 71 / 92%) 1%,#8a8a8a 83%,#8a8a8a 100%);
    background: #a1c163;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76086', endColorstr='#e153d7',GradientType=1 );
    padding: 35px 10px;
      transition: background 2s;
    border-radius: 15px;
}

.top-categories .bg-5{
    text-align: center;
    color: #fff;
    background: #10afeb;
    background: -moz-linear-gradient(left, #10afeb 0%, #77c4a5 77%, #b7d27b 100%);
    background: -webkit-linear-gradient(left, #10afeb 0%,#77c4a5 77%,#b7d27b 100%);
    background: #dd967a;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10afeb', endColorstr='#b7d27b',GradientType=1 );
    padding: 35px 10px;
      transition: background 2s;
     border-radius: 15px;
}
.top-categories .bg-6{
    text-align: center;
    color: #fff;
    background: #10afeb;
    background: -moz-linear-gradient(left, #10afeb 0%, #77c4a5 77%, #b7d27b 100%);
    background: -webkit-linear-gradient(left, #10afeb 0%,#77c4a5 77%,#b7d27b 100%);
    background: #75d69c;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10afeb', endColorstr='#b7d27b',GradientType=1 );
    padding: 35px 10px;
       transition: background 2s;
   border-radius: 15px;
}

.top-categories .bg-7{
    text-align: center;
    color: #fff;
    background: #10afeb;
    background: -moz-linear-gradient(left, #10afeb 0%, #77c4a5 77%, #b7d27b 100%);
    background: -webkit-linear-gradient(left, #10afeb 0%,#77c4a5 77%,#b7d27b 100%);
        background: #698296;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10afeb', endColorstr='#b7d27b',GradientType=1 );
    padding: 35px 10px;
       transition: background 2s;
    border-radius: 15px;
}
.top-categories .bg-8{
    text-align: center;
    color: #fff;
    background: #10afeb;
    background: -moz-linear-gradient(left, #10afeb 0%, #77c4a5 77%, #b7d27b 100%);
    background: -webkit-linear-gradient(left, #10afeb 0%,#77c4a5 77%,#b7d27b 100%);
    background: #13a2c9;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10afeb', endColorstr='#b7d27b',GradientType=1 );
    padding: 35px 10px;
      transition: background 2s;
    border-radius: 15px;
}
  .top-categories .bg-9{
    text-align: center;
    color: #fff;
    background: #10afeb;
    background: -moz-linear-gradient(left, #10afeb 0%, #77c4a5 77%, #b7d27b 100%);
    background: -webkit-linear-gradient(left, #10afeb 0%,#77c4a5 77%,#b7d27b 100%);
    background: #697080;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10afeb', endColorstr='#b7d27b',GradientType=1 );
    padding: 35px 10px;
    transition: background 2s;
     border-radius: 15px;
}
.top-categories .bg-10{
    text-align: center;
    color: #fff;
    background: #10afeb;
    background: -moz-linear-gradient(left, #10afeb 0%, #77c4a5 77%, #b7d27b 100%);
    background: -webkit-linear-gradient(left, #10afeb 0%,#77c4a5 77%,#b7d27b 100%);
    background: #a7f48d;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10afeb', endColorstr='#b7d27b',GradientType=1 );
    padding: 35px 10px;
        transition: background 2s;
     border-radius: 15px;
}
.top-categories .bg-11{
    text-align: center;
    color: #fff;
    background: #10afeb;
    background: -moz-linear-gradient(left, #10afeb 0%, #77c4a5 77%, #b7d27b 100%);
    background: -webkit-linear-gradient(left, #10afeb 0%,#77c4a5 77%,#b7d27b 100%);
    background: #005571;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10afeb', endColorstr='#b7d27b',GradientType=1 );
    padding: 35px 10px;
      transition: background 2s;
    border-radius: 15px;
}
.top-categories .bg-12{
    text-align: center;
    color: #fff;
    background: #10afeb;
    background: -moz-linear-gradient(left, #10afeb 0%, #77c4a5 77%, #b7d27b 100%);
    background: -webkit-linear-gradient(left, #10afeb 0%,#77c4a5 77%,#b7d27b 100%);
    background: #dbba5d;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10afeb', endColorstr='#b7d27b',GradientType=1 );
    padding: 35px 10px;
        transition: background 2s;
 border-radius: 15px;
}
  .top-categories .bg-1:hover, .top-categories .bg-2:hover, .top-categories .bg-3:hover, .top-categories .bg-4:hover, .top-categories .bg-5:hover, .top-categories .bg-6:hover, .top-categories .bg-7:hover, .top-categories .bg-8:hover, .top-categories .bg-9:hover, .top-categories .bg-10:hover, .top-categories .bg-11:hover, .top-categories .bg-12:hover{
    box-shadow: 1px 1px 5px 3px #b7b2b298;
}


.top-categories .bg-1:hover h2, .top-categories .bg-2:hover h2, .top-categories .bg-3:hover h2, .top-categories .bg-4:hover h2, .top-categories .bg-5:hover h2, .top-categories .bg-6:hover h2, .top-categories .bg-7:hover h2, .top-categories .bg-8:hover h2, .top-categories .bg-9:hover h2, .top-categories .bg-10:hover h2, .top-categories .bg-11:hover h2, .top-categories .bg-12:hover h2{
 
    font-weight: 600 !important;

}




/*---- Category COurse ----*/
/*.courses-content p{
    margin-bottom: 5px;
}
*/

/*------ Batches ----------*/
/*.online-batch{
  padding:0px 50px;
}

.box-bg1{
  background-color: #a1c163 !important;
    transition: background 2s;
    border-radius: 30px 0 30px 0;
}
.box-bg2{
      background-color: #759cbc !important;
    border-radius: 30px 0 30px 0;
}
.box-bg3{
      background-color: #dbba5d !important;
    border-radius: 30px 0 30px 0;
}
.box-bg4{
  background-color: #698296;
    border-radius: 30px 0 30px 0;
}
.box-bg5{
      background-color: #dd967a;
    border-radius: 30px 0 30px 0;
}
.box-bg6{
      background-color: #5abfb3;
    border-radius: 30px 0 30px 0;
}

  */
  

.box-bg1{
  background-color: #35cc57 !important;
    transition: background 2s;
    border-radius: 30px 0 30px 0;
}
.box-bg2{
      background-color:#4589c1 !important;
    border-radius: 30px 0 30px 0;
}
.box-bg3{
      background-color: var(--orange) !important;
    border-radius: 30px 0 30px 0;
}
.box-bg4{
  background-color: #8864c3;
    border-radius: 30px 0 30px 0;
}
.box-bg5{
      background-color: #e25118;
    border-radius: 30px 0 30px 0;
}
.box-bg6{
      background-color: #27ab9b;
    border-radius: 30px 0 30px 0;
}
/*.box-bg7{
      background-color: transparent;
    background-image: linear-gradient(
150deg,#E0E2FF 0%,#FFFFFF 100%);
    border-radius: 30px 0 30px 0;
}
.box-bg8{
      background-color: transparent;
    background-image: linear-gradient(
150deg,#FFE0E0 0%,#FFFFFF 100%);
    border-radius: 30px 0 30px 0;
}*/
  

 /*********Banner Images**********/
  
   .banner-slide1 .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 18%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    top: 32%;
}

.banner-slide1 h2{
    color:#fff;
}

@media only screen and (max-width: 768px){
    .banner-slide1 .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 12%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    top: 17%;
}
}

@media only screen and (max-width: 767px){
.banner-slide1 .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    width: 100%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    top: 10%;
}

.banner-slide1 h2{
    font-size: 15px;
}

}
























/*------------- Courses slider -------------*/


/*carousel_se_02 start*/
.carousel_se_02{
    overflow: hidden;
}


.carousel_se_02 .product-grid3{
  border:none;
  box-shadow: none;
}

.carousel_se_02 .owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.carousel_se_02 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.carousel_se_02  .owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 4px;
    border: 2px solid #94a5b4;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carousel_se_02  .owl-theme .owl-dots .owl-dot:hover span {
     border-color: #2bb0ef;
}

.carousel_se_02  .owl-theme .owl-dots .owl-dot.active span {
 /*border-color: #2bb0ef;*/
  background:#94a5b4;
}

.carousel_se_02  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -40px;
    padding: 0px 1px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 5px;
    font-size: 32px;
    line-height: 32px;
    color: #2bb0ef;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_02  .owl-carousel .owl-nav button.owl-next:hover {
    background:#2bb0ef;
    color: #fff;
}
.carousel_se_02  .owl-carousel .owl-nav button.owl-prev {
   position: absolute;
    top: 42%;
    left: -40px;
    padding: 0px 1px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
   border-radius: 5px;
   font-size: 32px;
    line-height: 32px;
    color: #2bb0ef;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_02  .owl-carousel .owl-nav button.owl-prev:hover {
    background:#2bb0ef;
    color: #fff;
}
.carousel_se_02 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.carousel_se_02 .owl-arrow .owl-nav .owl-prev,
.carousel_se_02 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}
/* //carousel_se_02 end*/



/*carousel_se_03 start*/
.carousel_se_03{
    overflow: hidden;
}


.carousel_se_03 .product-grid3{
  border:none;
  box-shadow: none;
}


.carousel_se_03  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -40px;
    padding: 0px 5px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 5px;
    font-size: 32px;
    line-height: 32px;
    color: #a5ca34;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_03  .owl-carousel .owl-nav button.owl-next:hover {
    background:#a5ca34;
    color: #fff;
}
.carousel_se_03  .owl-carousel .owl-nav button.owl-prev {
   position: absolute;
    top: 42%;
    left: -40px;
    padding: 0px 5px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
   border-radius: 5px;
   font-size: 32px;
    line-height: 32px;
    color: #a5ca34;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_03  .owl-carousel .owl-nav button.owl-prev:hover {
    background:#a5ca34;
    color: #fff;
}
.carousel_se_03 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.carousel_se_03 .owl-arrow .owl-nav .owl-prev,
.carousel_se_03 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #a5ca34;
}

.carousel_se_03 .round_icon_img i{
   font-size: 70px;
    color: #a5ca34;

}

/* //carousel_se_02 end*/

.courses-thumb img {
    width: 100%;
    position: relative;
    height: auto;
}
.courses-button a {
    padding: 5px 10px;
    font-size: 15px;
    color: #ffffff;
    line-height: 2.1;
    font-family: 'Poppins', sans-serif;
    transition: .3s;
    background: #ec2025;
    border-radius: 5px;
}
.download-curri a {
    padding: 5px 10px;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    transition: .3s;
    background: #002147;
    border-radius: 5px;
}

.courses-button:hover a {
    color: #FFF;
  background:#002147;
}

.download-curri:hover a{
    background: #ec2025;
  color:#FFF;
}
.scroll-bg{
    background: #002147;
    padding: 6px 0px 0px 0px;
}
.scroll-bg span {
    margin-right: 50px;
}
.scroll-bg span a {
    color: #FFF;
}



/* Clients / Partners Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





/*------- Training Batches -------*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
 
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {

  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;

}

table th {
    color: #FFF;
    font-size: .75em;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 20px .525em;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
  }
  
  table td::before {
  
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    border-right: 1px solid #000;
    width: 45%;
    text-align: left;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}


#accordion .card{
  margin-bottom:10px;
}

#accordion .card-header {
    padding: 0 20px;
}



/*----- HOME COURSE POP UP --------------*/
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #002147;
    font-weight: 600;
}
.pop-box{
  background:#4466ce;
 padding:20px;
margin-bottom:20px;
}
.pop-box1{
  background:#452572;
 padding:20px;
  margin-bottom:20px;
}
.pop-box2{
  background:#40b23a;
 padding:20px;
  margin-bottom:20px;
}
.pop-box3{
  background:#e05d35;
 padding:20px;
  margin-bottom:20px;
}
.pop-box h2, .pop-box1 h2, .pop-box2 h2, .pop-box3 h2{
    text-align:center;
  color:#fe0;
  font-size:30px;
      font-weight: 600;
}
.pop-box p, .pop-box1 p, .pop-box2 p, .pop-box3 p{
    text-align:center;
  color:#FFF;
}

/*****Demo Video*******/

.demo_video{
    margin-top: 50px;
}
.demo_video h2{
    color:#002147 ;
}
.demo_video .video_image .video_img1{

  margin-bottom: 20px;
  align-items: center;

}

.demo_video .video_image .video_img1 img{
   border-radius: 10px;
   transform: scale(1);
    transition: 0.2s ease-in-out;
    width: 85%;
  height:190px;
    position: relative;
}
.demo_video .video_image .video_img1 img:hover{
    transform: scale(1.02);

}

.demo_video .video_image .video_img1 span{
 position:absolute;
  left:43% ;
  top:34%;
color: grey;
}

@media only  screen and (max-width:1024px) {
  .demo_video .video_image .video_img1 img{
   border-radius: 10px;
   transform: scale(1);
    transition: 0.2s ease-in-out;
    width: 85%;
  height:150px;
    position: relative;
}
}

@media only  screen and (max-width:768px) {
    
    .demo_video .video_image .video_img1 span{
 position:absolute;
  left:40% ;
  top:20%;
color: grey;
}  
  
    .demo_video .video_image .video_img1 img{
   border-radius: 10px;
   transform: scale(1);
    transition: 0.2s ease-in-out;
    width: 85%;
  height:105px;
    position: relative;
}

}

@media only  screen and (max-width:767px) {
    
    .demo_video .video_image .video_img1 span{
 position:absolute;
  left:42% ;
  top:28%;
color: grey;
}
     .demo_video .video_image .video_img1 img{
   border-radius: 10px;
   transform: scale(1);
    transition: 0.2s ease-in-out;
    width: 85%;
  height:160px;
    position: relative;
}

}


.demo_video .video_image .video_img1 h5{
    color:#002147 ; 
}
.demo_video .demo_videos_section:hover span{
color: crimson;
}
.demo_video .video_image .video_img1 h5{
 font-size: bold;
 margin-top: 10px;
}

.demo_video_gallery{
    margin-top: 50px;
    margin-bottom: 50px;
 
}
.demo_video_gallery h2{
    color:#002147 ;
}

.demo_video_gallery .video_1 iframe{
    border-radius: 10px;
 margin-bottom: 20px;
   width: 100%;
   height: 200px;
   
}

.demo_video_gallery1 h2{
    color:#002147 ;
}
.demo_video_gallery1 .video_2 iframe{
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
    height: 200px;
}

.demo_video_gallery2 h2{
    color:#002147 ;
}
.demo_video_gallery2 .video_3 iframe{
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
    height: 200px;
}





/*****Career Page*******/

.career_image {
    position: relative;
    width: 100%;
}

.career_image .career_image__img {
    display: block;
    width: 100%;
  height:100%;
}
 
.career_image .career_image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}



.career_image .career_image__overlay {
    background: #00000050;
}

.career_image .career_image__overlay {
    transition: all 0.3s ease;
}

.career_image .career_image__overlay:hover {
    opacity: 1;
}

.career_image:hover .career_image__content{
    transform: translateX(-80px);
    opacity: 0;
}

.career_image .career_image__title {
    font-size: 1.5em;
    font-weight: bold;
    transform: translateY(40px);
}

.career_image .career_image__description {
    font-size: 1.25em;
    margin-top: 0.25em;
}

.career_image .career_image__content{
    position: absolute;
    top: 5%;
    left: 8%;
   transform: translateX(0px);
   opacity: 1;
   transition: all 0.3s ease;
}

.career_image .career_image__content h2{
 font-size:25px; 
}

.career_image:hover .career_image__title{
    transform: translateY(0px);
    transition: all 0.3s ease;
}

/****Interview Quns****/

.interview_qun .bs-example{
        margin: 20px;
    }
.interview_qun .accordion .fa{
        margin-right: 0.5rem;       
}

.interview_qun #accordion .card-header {
    padding: 10px 20px;
}


.interview_qun .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.interview_qun .accordion .card-header.collapsed:after {
 
    content: "\f067"; 
}
.interview_qun .card{
  border: none;
 
}

.interview_qun .card p{
  margin-bottom: -20px;
}
.interview_qun #collapseOne,.interview_qun #collapseTwo,.interview_qun #collapseThree,.interview_qun #collapseFour,.interview_qun #collapseFive,.interview_qun #collapseSix,.interview_qun #collapseSeven{
  color: #000;
  
}
.interview_qun #accordion{
  color: #304479;
  
  
}
.interview_qun .card-body{
  color: #304479;
}

/***Interview Qun New design***/
.interview1 .interview_content1 {
    cursor: pointer;
    padding: 50px 30px 20px 30px;
    background: repeating-linear-gradient(
0deg
, #000000a6 -100%, #b2dee6 100%);
    transition: 0.5s ease;
    position: relative;
}

.interview1 .interview_content1::before {
    content: "";
    width: 130px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.26);
    border-radius: 4.5px;
    position: absolute;
    top: 30px;
    left: 118px;
    z-index: 10;
    box-shadow: 0px 0px 10px rgb(255 255 255 / 56%);
}

.interview1 .interview_content1 .far {
    font-size: 3rem;
    color: #fff;
    transform: scale(1.1);
}

/* .interview1 .interview_content1::after {
    content: "";
    width: 70px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.185);
    border-radius: 4.5px;
    position: absolute;
    top: 50px;
    left: 215px;
    z-index: 10;
}
 */
.interview1 .interview_content1 h6 {
    font-size: 18px;
    color: #fff;
}


.interview1  .interview_content1:hover .far{
  transform: scale(1.3);
}

@media only screen and (max-width:1024px) {
    
    .interview1 .interview_content1::before {
    content: "";
    width: 130px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.26);
    border-radius: 4.5px;
    position: absolute;
    top: 30px;
    left: 82px;
    z-index: 10;
    box-shadow: 0px 0px 10px rgb(255 255 255 / 56%);
}

}

@media only screen and (max-width:768px) {
    
    .interview1 .interview_content1::before {
    content: "";
    width: 130px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.26);
    border-radius: 4.5px;
    position: absolute;
    top: 30px;
    left: 100px;
    z-index: 10;
    box-shadow: 0px 0px 10px rgb(255 255 255 / 56%);
}

}

/***Home modal**/
.top_modal_headingg{
 margin-left:265px; 
}

@media only screen and (max-width:990px){
  
  .top_modal_headingg{
 margin-left:135px; 
}
}

@media only screen and (max-width:768px){
  
  .top_modal_headingg{
 margin-left:140px; 
}
}

@media only screen and (max-width:767px){
  
  .top_modal_headingg{
 margin-left:0px; 
}
}

/***********Careers page***********/

.adv_section  .adv_img .adv_box{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.153);
    height: 270px;
    margin-bottom: 10px;
}
.adv_section  .adv_img .adv_box:hover{
    box-shadow: 0 1px 10px 0px #CBF4F1;
}
.adv_section  .adv_img .advimg1 img{
 width: 70px;
 margin: 20px 20px 40px 20px;
 transform: scale(1);
    transition: all .3s ease;

}

.adv_section  .adv_img .adv-img img{
 width: 80px;
 margin: 12px 20px 40px 20px;
 transform: scale(1);
    transition: all .3s ease;

}

.how_will_section .how_will .how_will_image .how_will_image1 .how_will_content h6:first-child{
    color: #2d4988;
}


.adv_section .adv_box:hover img{
    transform: scale(1.1);  
}



.how_will_section .how_will .how_will_image .how_will_icon{
    background: #002147;
}
.how_will_section .how_will .how_will_image .how_will_icon i{
    transform: scale(1);
    transition: all .3s ease;
}
.how_will_section .how_will .how_will_image1:hover i{
    transform: scale(1.2);
}
.how_will_section .how_will .how_will_image .how_will_icon i{
 padding: 20px;
 color: #fff;
}

@media only screen and (max-width:767px) {
    
    .how_will_section .how_will .how_will_image .how_will_icon i{
 padding: 20px 10px;
 color: #fff;
}

.how_will_section .how_will .how_will_image .how_will_image1 .how_will_content{
margin: 0px !important;
margin-left: -18px !important;
}

}

.how_will_section .how_will .how_will_image .how_will_image1{
margin-bottom: 10px;
border: 2px solid #eee;
border-radius: 10px;
}

.how_will_section .how_will .how_will_image .how_will_image1 .how_will_content{
margin: 10px;
}
.how_will_section .how_will .how_will_right img{
    width: 90%;
    height: 100%;
}

.certification_section .certification .certificate_content h2{
    margin: 15px;
}
.certification_section .certification .certificate_content p{
color: grey;
}

.certification_section .certification .certification_disignation{
border-top: 2px solid #f0a836;
margin-top: 50px;
padding: 20px;
}
.certification_section .certification .certificate_logo img{
    width:150px;
}

@media only screen and (max-width:767px) {
    
    .certification_section .certification .certificate_logo img{
    width:100px;
}

}




  .career_job_section{
background: rgba(63,81,181,.9);
  }
  .career_job_section .career_job_image img{
      width:60%;
   height: 100%;
  }

  @media only screen and (max-width:1024px) {
    
    .career_job_section .career_job_image img{
      width:75%;
   height: 100%;
  }

  }

/* .career_job_section .career_job_content{
    margin-top: 100px;
    
} */
.career_job_section .career_job_content h2{
    color: #fff;
    font-weight: 600;
}
.career_job_section .career_job_content p{
    color: #fff;
    margin-top: 30px;
    margin-right: 30px;
}
.career_job_section .career_job_content .btn{
    margin-top: 40px;
    border: 2px solid #fff;
    border-radius: 30px;
    background: none;
}

.career_job_section .career_job_content .btn:hover{
    color: #fff;
}















/*------ Services Accordition ----*/
  table.dataTable thead th, table.dataTable thead td {
    padding: 8px 18px;
    border-bottom: 1px solid #111;
}
  
  @media screen and (max-width: 640px){
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left !important;
}
  } 
  @media screen and (max-width: 640px){
.dataTables_wrapper .dataTables_filter {
    margin-top: -35px !important;
    text-align: right !important; 
}   
  } 
    @media screen and (max-width: 767px){
.dataTables_wrapper .dataTables_paginate {
    margin-top: .5em;
    font-size: 14px;
}
  
  }
.service_det.card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom:1px;
    border:none;
}
.service_det .card-header:first-child {
    border-radius: 0;
}
.service_det .card-header {
    background-color: #f7f7f9;
    margin-bottom: 0;
    padding: 10px 1.25rem !important;
    border:none;
    
}
.service_det .card-header a i{
    float:left;
    font-size:25px;
    padding:5px 0;
    margin:0 25px 0 0px;
    color:#195C9D;
}
.service_det .card-header i{
    float:right;        
    font-size:24px;
    width:1%;
    margin-top:0px;
    margin-right:10px;
}
.service_det .card-header a{
    width:97%;
    float:left;
    color:#565656;
}
.service_det .card-header p{
    margin:0;
}

.service_det .card-header h3{
    margin:0 0 0px;
    font-size:20px;
    font-weight:bold;
    color:#38588b;
  text-align:left;
}
.service_det .card-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 20px;
    color:#232323;
    box-shadow:inset 0px 4px 5px rgba(0,0,0,0.1);
    border-top:1px soild #000;
    border-radius:0;
}


@media only screen and (max-width:767px){
  .service_det .card-header i {
    float: right;
    font-size: 24px;
    width: 1%;
    margin-top: -23px;
    margin-right: 10px;
}
  .service_det .card-header h3 {
    margin: 0 0 0px;
    font-size: 15px;
    font-weight: bold;
    color: #38588b;
    text-align: left;
}
  
 .service_det table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 12px;
    text-align: left;
}
}


/****Header - New***/

      
    .header-contact-phone::before {
 display:none;
}

    /* .rounded-social-buttons {
      text-align: right;
    } */
      
      #home .rounded-social-buttons {
      /*margin-left:16px;*/
        float:right;
    } 
      
        @media only screen and (max-width:1024px){
                .rounded-social-buttons {
      margin-left:-14px
    } 
      }
    
    .rounded-social-buttons .social-button {
      display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.9em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    margin-top: 8px;
    }
        
        @media only screen and (max-width:1024px){
          .rounded-social-buttons .social-button {
      display: inline-block;
      position: relative;
      cursor: pointer;
      width: 37px;
      height: 37px;
      border: 0.125rem solid transparent;
      padding: 0;
      text-decoration: none;
      text-align: center;
      color: #fefefe;
      /*font-size: 1.5625rem;*/
      font-weight: normal;
      line-height: 1.7em;
      border-radius: 1.6875rem;
      transition: all 0.5s ease;
      margin-right: 0.05rem;
      margin-bottom: 0.25rem;
      margin-top:7px;
    }
          
        }
    
    .rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
      -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    
    .rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
     /* font-size: 20px;*/
      line-height: 1.7;
    }
    
    .rounded-social-buttons .social-button.facebook {
      background: #3b5998;
    }
    
    .rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
      color: #3b5998;
      background: #fefefe;
      border-color: #3b5998;
    }
    
    .rounded-social-buttons .social-button.twitter {
      background: #55acee;
    }
    
    .rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
      color: #55acee;
      background: #fefefe;
      border-color: #55acee;
    }
    
    .rounded-social-buttons .social-button.linkedin {
      background: #007bb5;
    }
    
    .rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
      color: #007bb5;
      background: #fefefe;
      border-color: #007bb5;
    }
    
    .rounded-social-buttons .social-button.youtube {
      background: #bb0000;
    }
    
    .rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
      color: #bb0000;
      background: #fefefe;
      border-color: #bb0000;
    }
    
    .rounded-social-buttons .social-button.instagram {
      background: #D6274D;
    }
    .rounded-social-buttons .social-button.telegram {
      background: #0088CC;
    }
    .rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
      color: #D6274D;
      background: #fefefe;
      border-color: #D6274D;
    }


    .rounded-social-buttons .social-button.telegram:hover, .rounded-social-buttons .social-button.telegram:focus {
        color: #0088CC;
        background: #fefefe;
        border-color: #0088CC;
      }

       .whatsup{
         background: green;
      }

      .rounded-social-buttons .social-button.whatsup:hover, .rounded-social-buttons .social-button.whatsup:focus {
        color: green;
        background: #fefefe;
        border-color: green;
      }
        
        
        
        /*-- New style---*/
        .header-bottom-icon {
        margin-right: 15px;
        margin-left: 15px;
    }
      
            @media (min-width: 768px) and (max-width: 900px){
.header-bottom-icon {
    margin-top: 40px !important;
}
      }
      
      
    .header-contact p {
        display: inline-block;
        margin: 0;
        font-size: 15px;
        color: #FFF;
        line-height: 1.5;
    }
    .header-contact-info {
        padding: 5px 0px 5px 0px;
      	float:right;
    }

@media only screen and (max-width: 767px){
      .header-contact-info {
        padding: 5px 0px 5px 0px;
      	float:none;
    }
  
}

    .header-top {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    @media only screen and (max-width: 768px){
      .mean-container .mean-nav ul li a {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
        display: block;
        float: left;
        margin: 0;
        padding: 5px 5%;
        text-align: left;
        text-decoration: none;
        text-transform: capitalize;
        width: 90%;
        font-size: 15px;
}
      
      .mean-container .mean-nav ul li li a {
          border-top: 1px solid rgba(255, 255, 255, 0.25);
          opacity: 0.75;
          padding: 5px 10%;
          text-shadow: none;
          visibility: visible;
          width: 80%;
}
      
      .mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 5px 17%;
}
   
      .mean-container .mean-nav ul li a.mean-expand {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    font-weight: 700;
    height: 27px;
    margin-top: 1px;
    padding: 3px 12px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px;
    z-index: 2;
}
      
      
.logo {
    text-align: left;
} 
#home .header-area .header-bottom-area .mean-container a.meanmenu-reveal {
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-top: 0px;
    padding: 4px 3px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: -43px !important;
    width: 22px;
}
.mean-container a.meanmenu-reveal span {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-top: 3px;
}

.cart-login-btn {
    display: block;
    
    margin-top: -40px;
}

#home{
  overflow:hidden;
}
.header-area {
    padding: 0px 0px 0px 0px;
}

.header-bottom-icon{
  margin-bottom:0px !important;
}
}     
        
        /*****New Header****/
        
       /********Login Popup*********/
    
    #home .header-area .header-bottom-icon .modal1 {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        transition: 200ms ease-in-out;
        border: 1px solid transparent;
        border-radius: 5px;
        z-index: 10;
        background-color: white;
        width: 500px;
        max-width: 80%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.447);
        display: none;
      }
      
     #home .header-area .header-bottom-icon .modal1.active {
          display: block;
        transform: translate(-50%, -43%) scale(1);
        z-index: 999;
      }
      
      @media only screen and (max-width:1024px) {
        
       #home .header-area .header-bottom-icon .modal1.active  {
          display: block;
          transform: translate(-50%, -115%) scale(1);
          z-index: 999;
      }
      
      }
      
      @media only screen and (max-width:768px) {
        
        #home .header-area .header-bottom-icon .modal1.active  {
          display: block;
          transform: translate(-50%, -80%) scale(1);
          z-index: 999;
      }
      
      } 
        
        
          #home .header-area .header-bottom-icon .modal1.active  {
          display: block;
          transform: translate(-50%, -50%) scale(1);
          z-index: 999;
          padding:20px;
      }
      
      }
      table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
        background-color: #FFF !important;
    }
      #home .header-area .header-bottom-icon .modal1-header {
        padding: 10px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #0000001f;
      }
      
      #home .header-area .header-bottom-icon .modal1-header .title {
        font-size: 1.25rem;
        font-weight: bold;
      }
      
      #home .header-area .header-bottom-icon .modal1-header .close-button {
        cursor: pointer;
        border: none;
        outline: none;
        background: none;
        font-size: 1.25rem;
        font-weight: bold;
      }
      
      #home .header-area .header-bottom-icon .modal1-body {
        padding: 10px 15px;
      }
      
      #home .header-area .header-bottom-icon #overlay {
        position: fixed;
        opacity: 0;
        transition: 200ms ease-in-out;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .5);
        pointer-events: none;
        z-index: 10;
      }
      
      #home .header-area .header-bottom-icon #overlay.active {
        opacity: 1;
        pointer-events: all;
      }
      
      #home .header-area .header-bottom-icon #fp_screen{
        display: none;
      }
      
      
      /******Registeer Popup******/
      
      #home .header-area .header-bottom-icon .modal2 {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        display: none;
        transition: 200ms ease-in-out;
        border: 1px solid transparent;
        border-radius: 5px;
        z-index: 10;
        background-color: white;
        width: 500px;
        max-width: 80%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.447);
        display: none;
      }
      
      #home .header-area .header-bottom-icon .modal2.active {
        display: block;
        transform: translate(-50%, -50%) scale(1);
        z-index: 999;
        padding:12px 20px;
      }
      
      @media only screen and (max-width:1024px) {
        
        #home .header-area .header-bottom-icon .modal2.active {
          display: block;
          transform: translate(-50%, -50%) scale(1);
          z-index: 999;
      }
      
      }
      
      @media only screen and (max-width:768px) {
        
       #home .header-area .header-bottom-icon .modal2.active {
          display: block;
          transform: translate(-50%, -50%) scale(1);
          z-index: 999;
      }
      
      }
      
      @media only screen and (max-width:767px) {
        
        #home .header-area .header-bottom-icon .modal2.active {
          display: block;
          transform: translate(-50%, -50%) scale(1);
          z-index: 999;
      }
      
      }
      
      #home .header-area .header-bottom-icon .modal2-header {
        padding: 10px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #0000001f;
      }
      
      #home .header-area .header-bottom-icon .modal2-header .title {
        font-size: 1.25rem;
        font-weight: bold;
      }
      
      #home .header-area .header-bottom-icon .modal2-header .close-button {
        cursor: pointer;
        border: none;
        outline: none;
        background: none;
        font-size: 1.25rem;
        font-weight: bold;
      }
      
      #home .header-area .header-bottom-icon .modal2-body {
        padding: 10px 15px;
      }
      
      #home .header-area .header-bottom-icon #overlay {
        position: fixed;
        opacity: 0;
        transition: 200ms ease-in-out;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .5);
        pointer-events: none;
        z-index: 10;
      }
      
      #home .header-area .header-bottom-icon #overlay.active {
        opacity: 1;
        pointer-events: all;
      }
      
       #home .header-area .header-bottom-icon #login_screen .facebook .btn{
          background: #0062cc !important;
      }
      
      
      #home .header-area .header-bottom-icon #fac-reg .attachment input[type='file']{
      
      display: none;
      
      }
      
      #home .header-area .header-bottom-icon #fac-reg .attachment label{
      
      padding: 12px 22px;
      color: #fff;
      
      }
      
      @media only screen and (max-width:767px) {
          #home .header-area .header-bottom-icon #fac-reg .attachment label{
              padding: 10px 15px;
              color: #fff;
              font-size: 12px;
          }
      }
    
    
      
    #home .header-area .header-bottom-icon .facebook{
        background-color: #3b5998;
        color: #fff;
        font-size: 18px;
        padding-top: 4px;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        cursor: pointer;
      display: flex;
        justify-content: center;
      align-items: center;
      }
    
      @media only screen and (max-width:768px){
        #home .header-area .header-bottom-icon .facebook .fab{
         font-size:18px !important; 
        }
        
         #home .header-area .header-bottom-icon .facebook{
        background-color: #3b5998;
        color: #fff;
        font-size: 18px;
        padding-top: 2px;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        cursor: pointer;
      display: flex;
        justify-content: center;
      align-items: center;
      }
        
              #home .header-area .header-bottom-icon .google{
        background-color: #f50000;
        color: #fff;
        font-size: 18px;
        padding-top: 4px !important;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
      }
        
      }
      
      #home .header-area .header-bottom-icon .google{
        background-color: #f50000;
        color: #fff;
        font-size: 18px;
        padding-top: 3px;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      
      #home .header-area .header-bottom-icon #reg{
          display: none;
      }
       #home .header-area .header-bottom-icon #sec_screen,#home .header-area .header-bottom-icon #third_screen,#home .header-area .header-bottom-icon #fourth_screen{
            display: none;
        }
    
    
         #home .header-area .header-bottom-icon #sec_screen .check_images .check_sub_images1,  #home .header-area .header-bottom-icon #sec_screen .check_images .check_sub_images2{
    
            border: 1px solid #f1f1f1;
    
        }
    
         #home .header-area .header-bottom-icon #sec_screen .check_images .check_sub_images1:hover,  #home .header-area .header-bottom-icon #sec_screen .check_images .check_sub_images2:hover{
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.404);
        }
    
    /*     #home .header-area .header-bottom-icon #fourth_screen input[type='file']{
            display: none;
        }
        
         #home .header-area .header-bottom-icon #fourth_screen .resume-block label{
            border: 2px solid #28a745;
            background-color: #fff;
            color: #28a745;
        }
    
         #home .header-area .header-bottom-icon #fourth_screen .resume-block label:hover{
            background-color: #28a745;
            color: #fff;
        } */
    
        #home .header-area .header-bottom-icon #sec_screen .radio-buttons {
            width: 100%;
            margin: 0 auto;
            text-align: center;
          }
    
           #home .header-area .header-bottom-icon #sec_screen .custom-radio input {
            display: none;
          }
    
           #home .header-area .header-bottom-icon #sec_screen  .radio-btn {
            margin: 10px;
            width: 180px;
            height: 180px;
            border: 3px solid transparent;
            display: inline-block;
            border-radius: 10px;
            position: relative;
            text-align: center;
            box-shadow: 0 0 20px #c3c3c367;
            cursor: pointer;
          }
    
           #home .header-area .header-bottom-icon #sec_screen .radio-btn > i {
            color: #ffffff;
            background-color: #8373e6;
            font-size: 20px;
            position: absolute;
            top: -18px;
            left: 50%;
            transform: translateX(-50%) scale(4);
            border-radius: 50px;
            padding: 6px;
            transition: 0.2s;
            pointer-events: none;
            opacity: 0;
          }
    
           #home .header-area .header-bottom-icon #sec_screen .radio-btn .hobbies-icon {
            width: 80px;
            height: 80px;
            position: absolute;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
          }
    
           #home .header-area .header-bottom-icon #sec_screen .radio-btn .hobbies-icon i {
            color: #8373e6;
            line-height: 80px;
            font-size: 60px;
          }
    
           #home .header-area .header-bottom-icon #sec_screen .radio-btn .hobbies-icon h3 {
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
          }
    
           #home .header-area .header-bottom-icon #sec_screen .custom-radio input:checked + .radio-btn {
            border: 3px solid #8373e6;
          }
    
           #home .header-area .header-bottom-icon #sec_screen .custom-radio input:checked + .radio-btn > i {
            opacity: 1;
            transform: translateX(-50%) scale(1);
          }
    
          @media only screen and (max-width:767px) {
            
             #home .header-area .header-bottom-icon #sec_screen  .radio-btn {
            margin: 10px;
            width: 125px;
            height: 150px;
            border: 3px solid transparent;
            display: inline-block;
            border-radius: 10px;
            position: relative;
            text-align: center;
            box-shadow: 0 0 20px #c3c3c367;
            cursor: pointer;
          }
    
           #home .header-area .header-bottom-icon #sec_screen .radio-btn > i {
            color: #ffffff;
            background-color: #8373e6;
            font-size: 15px;
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%) scale(4);
            border-radius: 50px;
            padding: 6px;
            transition: 0.2s;
            pointer-events: none;
            opacity: 0;
          }
    
          }
    


/****Header New End****/

/****Carousels mobile View start****/

@media only screen and (max-width:767px){
  
  
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 3px;
}
  
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
  
  .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 15px;
    height: 15px;

}
  
}
    
 /****Carousels End****/      

/***Chat box start***/

@media only screen and (max-width:767px){
  
  .lc-c72i00 {
display: flex;
width: 50px;
height: 50px;
box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px;
border-radius: 50%;
-webkit-box-pack: center;
justify-content: center;
margin-left: auto;
position: relative;
background: rgb(0, 33, 71);
color: rgb(255, 255, 255);
}
  
}

/***Chat box end***/

/***Country Code css start***/


.intl-tel-input {
    position: relative;
    display: inline-block;
width: 100%; }
    .intl-tel-input * {
      box-sizing: border-box;
      -moz-box-sizing: border-box; }
    .intl-tel-input .hide, .hide {
      display: none; }
    .intl-tel-input .v-hide {
      visibility: hidden; }
    .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
      position: relative;
      z-index: 0;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      padding-right: 36px;
      margin-right: 0; }
    .intl-tel-input .flag-container {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      padding: 1px; }
    .intl-tel-input .selected-flag {
      z-index: 1;
      position: relative;
      width: 36px;
      height: 100%;
      padding: 0 0 0 8px; }
      .intl-tel-input .selected-flag .iti-flag {
        position: absolute;
        top: 10px;
        /*bottom: 0;*/
        margin: auto; }
      .intl-tel-input .selected-flag .iti-arrow {
        position: absolute;
        /*top: 50%;*/
        top:18px;
        margin-top: -2px;
        right: 6px;
        width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid #555; }
        .intl-tel-input .selected-flag .iti-arrow.up {
          border-top: none;
          border-bottom: 4px solid #555; }
/*     .intl-tel-input .country-list {
      position: absolute;
      z-index: 2;
      list-style: none;
      text-align: left;
      padding: 0;
      margin: 0 0 0 -1px;
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
      background-color: white;
      border: 1px solid #CCC;
      white-space: nowrap;
      max-height: 200px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } */
      .intl-tel-input .country-list {
      position: absolute;
        top:38px;
    z-index: 2;
    list-style: none;
    width: 400px;
    overflow-x: hidden;
    font-size: 13px;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}


@media only screen and (max-width:767px){
  
  .intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}
  
        .intl-tel-input .country-list {
      position: absolute;
         top: 267px;
    left: 25px;
    z-index: 2;
    list-style: none;
    width: 200px !important;
    overflow-x: hidden;
    font-size: 13px;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
}

      .intl-tel-input .country-list.dropup {
        bottom: 100%;
        margin-bottom: -1px; }
      .intl-tel-input .country-list .flag-box {
        display: inline-block;
        width: 20px; }
      @media (max-width: 500px) {
        .intl-tel-input .country-list {
          white-space: normal; } }
      .intl-tel-input .country-list .divider {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #CCC; }
      .intl-tel-input .country-list .country {
        padding: 5px 10px; }
        .intl-tel-input .country-list .country .dial-code {
          color: #999; }
      .intl-tel-input .country-list .country.highlight {
        background-color: rgba(0, 0, 0, 0.05); }
      .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
        vertical-align: middle; }
      .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
        margin-right: 6px; }
    .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
      padding-right: 6px;
      padding-left: 52px;
      margin-left: 0; }
    .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
      right: auto;
      left: 0; }
    .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
      width: 46px;height:36px; }
    .intl-tel-input.allow-dropdown .flag-container:hover {
      cursor: pointer; }
      .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
        background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
      cursor: default; }
      .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
        background-color: transparent; }
    .intl-tel-input.separate-dial-code .selected-flag {
      background-color: rgba(0, 0, 0, 0.05);
      display: table; }
    .intl-tel-input.separate-dial-code .selected-dial-code {
      display: table-cell;
      vertical-align: middle;
      padding-left: 28px; }
    .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
      padding-left: 66px; }
    .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
      width: 60px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
      padding-left: 76px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
      width: 70px; }
    .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
      padding-left: 74px; }
    .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
      width: 68px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
      padding-left: 84px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
      width: 78px; }
    .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
      padding-left: 82px; }
    .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
      width: 76px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
      padding-left: 92px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
      width: 86px; }
    .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
      padding-left: 90px; }
    .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
      width: 84px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
      padding-left: 100px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
      width: 94px; }
    .intl-tel-input.iti-container {
      position: absolute;
      top: -1000px;
      left: -1000px;
      z-index: 1060;
      padding: 1px; }
      .intl-tel-input.iti-container:hover {
        cursor: pointer; }
  
  .iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed; }
  
  .iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%; }
    .iti-mobile .intl-tel-input .country-list .country {
      padding: 10px 10px;
      line-height: 1.5em; }
  
  .iti-flag {
    width: 20px; }
    .iti-flag.be {
      width: 18px; }
    .iti-flag.ch {
      width: 15px; }
    .iti-flag.mc {
      width: 19px; }
    .iti-flag.ne {
      width: 18px; }
    .iti-flag.np {
      width: 13px; }
    .iti-flag.va {
      width: 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .iti-flag {
        background-size: 5652px 15px; } }
    .iti-flag.ac {
      height: 10px;
      background-position: 0px 0px; }
    .iti-flag.ad {
      height: 14px;
      background-position: -22px 0px; }
    .iti-flag.ae {
      height: 10px;
      background-position: -44px 0px; }
    .iti-flag.af {
      height: 14px;
      background-position: -66px 0px; }
    .iti-flag.ag {
      height: 14px;
      background-position: -88px 0px; }
    .iti-flag.ai {
      height: 10px;
      background-position: -110px 0px; }
    .iti-flag.al {
      height: 15px;
      background-position: -132px 0px; }
    .iti-flag.am {
      height: 10px;
      background-position: -154px 0px; }
    .iti-flag.ao {
      height: 14px;
      background-position: -176px 0px; }
    .iti-flag.aq {
      height: 14px;
      background-position: -198px 0px; }
    .iti-flag.ar {
      height: 13px;
      background-position: -220px 0px; }
    .iti-flag.as {
      height: 10px;
      background-position: -242px 0px; }
    .iti-flag.at {
      height: 14px;
      background-position: -264px 0px; }
    .iti-flag.au {
      height: 10px;
      background-position: -286px 0px; }
    .iti-flag.aw {
      height: 14px;
      background-position: -308px 0px; }
    .iti-flag.ax {
      height: 13px;
      background-position: -330px 0px; }
    .iti-flag.az {
      height: 10px;
      background-position: -352px 0px; }
    .iti-flag.ba {
      height: 10px;
      background-position: -374px 0px; }
    .iti-flag.bb {
      height: 14px;
      background-position: -396px 0px; }
    .iti-flag.bd {
      height: 12px;
      background-position: -418px 0px; }
    .iti-flag.be {
      height: 15px;
      background-position: -440px 0px; }
    .iti-flag.bf {
      height: 14px;
      background-position: -460px 0px; }
    .iti-flag.bg {
      height: 12px;
      background-position: -482px 0px; }
    .iti-flag.bh {
      height: 12px;
      background-position: -504px 0px; }
    .iti-flag.bi {
      height: 12px;
      background-position: -526px 0px; }
    .iti-flag.bj {
      height: 14px;
      background-position: -548px 0px; }
    .iti-flag.bl {
      height: 14px;
      background-position: -570px 0px; }
    .iti-flag.bm {
      height: 10px;
      background-position: -592px 0px; }
    .iti-flag.bn {
      height: 10px;
      background-position: -614px 0px; }
    .iti-flag.bo {
      height: 14px;
      background-position: -636px 0px; }
    .iti-flag.bq {
      height: 14px;
      background-position: -658px 0px; }
    .iti-flag.br {
      height: 14px;
      background-position: -680px 0px; }
    .iti-flag.bs {
      height: 10px;
      background-position: -702px 0px; }
    .iti-flag.bt {
      height: 14px;
      background-position: -724px 0px; }
    .iti-flag.bv {
      height: 15px;
      background-position: -746px 0px; }
    .iti-flag.bw {
      height: 14px;
      background-position: -768px 0px; }
    .iti-flag.by {
      height: 10px;
      background-position: -790px 0px; }
    .iti-flag.bz {
      height: 14px;
      background-position: -812px 0px; }
    .iti-flag.ca {
      height: 10px;
      background-position: -834px 0px; }
    .iti-flag.cc {
      height: 10px;
      background-position: -856px 0px; }
    .iti-flag.cd {
      height: 15px;
      background-position: -878px 0px; }
    .iti-flag.cf {
      height: 14px;
      background-position: -900px 0px; }
    .iti-flag.cg {
      height: 14px;
      background-position: -922px 0px; }
    .iti-flag.ch {
      height: 15px;
      background-position: -944px 0px; }
    .iti-flag.ci {
      height: 14px;
      background-position: -961px 0px; }
    .iti-flag.ck {
      height: 10px;
      background-position: -983px 0px; }
    .iti-flag.cl {
      height: 14px;
      background-position: -1005px 0px; }
    .iti-flag.cm {
      height: 14px;
      background-position: -1027px 0px; }
    .iti-flag.cn {
      height: 14px;
      background-position: -1049px 0px; }
    .iti-flag.co {
      height: 14px;
      background-position: -1071px 0px; }
    .iti-flag.cp {
      height: 14px;
      background-position: -1093px 0px; }
    .iti-flag.cr {
      height: 12px;
      background-position: -1115px 0px; }
    .iti-flag.cu {
      height: 10px;
      background-position: -1137px 0px; }
    .iti-flag.cv {
      height: 12px;
      background-position: -1159px 0px; }
    .iti-flag.cw {
      height: 14px;
      background-position: -1181px 0px; }
    .iti-flag.cx {
      height: 10px;
      background-position: -1203px 0px; }
    .iti-flag.cy {
      height: 14px;
      background-position: -1225px 0px; }
    .iti-flag.cz {
      height: 14px;
      background-position: -1247px 0px; }
    .iti-flag.de {
      height: 12px;
      background-position: -1269px 0px; }
    .iti-flag.dg {
      height: 10px;
      background-position: -1291px 0px; }
    .iti-flag.dj {
      height: 14px;
      background-position: -1313px 0px; }
    .iti-flag.dk {
      height: 15px;
      background-position: -1335px 0px; }
    .iti-flag.dm {
      height: 10px;
      background-position: -1357px 0px; }
    .iti-flag.do {
      height: 14px;
      background-position: -1379px 0px; }
    .iti-flag.dz {
      height: 14px;
      background-position: -1401px 0px; }
    .iti-flag.ea {
      height: 14px;
      background-position: -1423px 0px; }
    .iti-flag.ec {
      height: 14px;
      background-position: -1445px 0px; }
    .iti-flag.ee {
      height: 13px;
      background-position: -1467px 0px; }
    .iti-flag.eg {
      height: 14px;
      background-position: -1489px 0px; }
    .iti-flag.eh {
      height: 10px;
      background-position: -1511px 0px; }
    .iti-flag.er {
      height: 10px;
      background-position: -1533px 0px; }
    .iti-flag.es {
      height: 14px;
      background-position: -1555px 0px; }
    .iti-flag.et {
      height: 10px;
      background-position: -1577px 0px; }
    .iti-flag.eu {
      height: 14px;
      background-position: -1599px 0px; }
    .iti-flag.fi {
      height: 12px;
      background-position: -1621px 0px; }
    .iti-flag.fj {
      height: 10px;
      background-position: -1643px 0px; }
    .iti-flag.fk {
      height: 10px;
      background-position: -1665px 0px; }
    .iti-flag.fm {
      height: 11px;
      background-position: -1687px 0px; }
    .iti-flag.fo {
      height: 15px;
      background-position: -1709px 0px; }
    .iti-flag.fr {
      height: 14px;
      background-position: -1731px 0px; }
    .iti-flag.ga {
      height: 15px;
      background-position: -1753px 0px; }
    .iti-flag.gb {
      height: 10px;
      background-position: -1775px 0px; }
    .iti-flag.gd {
      height: 12px;
      background-position: -1797px 0px; }
    .iti-flag.ge {
      height: 14px;
      background-position: -1819px 0px; }
    .iti-flag.gf {
      height: 14px;
      background-position: -1841px 0px; }
    .iti-flag.gg {
      height: 14px;
      background-position: -1863px 0px; }
    .iti-flag.gh {
      height: 14px;
      background-position: -1885px 0px; }
    .iti-flag.gi {
      height: 10px;
      background-position: -1907px 0px; }
    .iti-flag.gl {
      height: 14px;
      background-position: -1929px 0px; }
    .iti-flag.gm {
      height: 14px;
      background-position: -1951px 0px; }
    .iti-flag.gn {
      height: 14px;
      background-position: -1973px 0px; }
    .iti-flag.gp {
      height: 14px;
      background-position: -1995px 0px; }
    .iti-flag.gq {
      height: 14px;
      background-position: -2017px 0px; }
    .iti-flag.gr {
      height: 14px;
      background-position: -2039px 0px; }
    .iti-flag.gs {
      height: 10px;
      background-position: -2061px 0px; }
    .iti-flag.gt {
      height: 13px;
      background-position: -2083px 0px; }
    .iti-flag.gu {
      height: 11px;
      background-position: -2105px 0px; }
    .iti-flag.gw {
      height: 10px;
      background-position: -2127px 0px; }
    .iti-flag.gy {
      height: 12px;
      background-position: -2149px 0px; }
    .iti-flag.hk {
      height: 14px;
      background-position: -2171px 0px; }
    .iti-flag.hm {
      height: 10px;
      background-position: -2193px 0px; }
    .iti-flag.hn {
      height: 10px;
      background-position: -2215px 0px; }
    .iti-flag.hr {
      height: 10px;
      background-position: -2237px 0px; }
    .iti-flag.ht {
      height: 12px;
      background-position: -2259px 0px; }
    .iti-flag.hu {
      height: 10px;
      background-position: -2281px 0px; }
    .iti-flag.ic {
      height: 14px;
      background-position: -2303px 0px; }
    .iti-flag.id {
      height: 14px;
      background-position: -2325px 0px; }
    .iti-flag.ie {
      height: 10px;
      background-position: -2347px 0px; }
    .iti-flag.il {
      height: 15px;
      background-position: -2369px 0px; }
    .iti-flag.im {
      height: 10px;
      background-position: -2391px 0px; }
    .iti-flag.in {
      height: 14px;
      background-position: -2413px 0px; }
    .iti-flag.io {
      height: 10px;
      background-position: -2435px 0px; }
    .iti-flag.iq {
      height: 14px;
      background-position: -2457px 0px; }
    .iti-flag.ir {
      height: 12px;
      background-position: -2479px 0px; }
    .iti-flag.is {
      height: 15px;
      background-position: -2501px 0px; }
    .iti-flag.it {
      height: 14px;
      background-position: -2523px 0px; }
    .iti-flag.je {
      height: 12px;
      background-position: -2545px 0px; }
    .iti-flag.jm {
      height: 10px;
      background-position: -2567px 0px; }
    .iti-flag.jo {
      height: 10px;
      background-position: -2589px 0px; }
    .iti-flag.jp {
      height: 14px;
      background-position: -2611px 0px; }
    .iti-flag.ke {
      height: 14px;
      background-position: -2633px 0px; }
    .iti-flag.kg {
      height: 12px;
      background-position: -2655px 0px; }
    .iti-flag.kh {
      height: 13px;
      background-position: -2677px 0px; }
    .iti-flag.ki {
      height: 10px;
      background-position: -2699px 0px; }
    .iti-flag.km {
      height: 12px;
      background-position: -2721px 0px; }
    .iti-flag.kn {
      height: 14px;
      background-position: -2743px 0px; }
    .iti-flag.kp {
      height: 10px;
      background-position: -2765px 0px; }
    .iti-flag.kr {
      height: 14px;
      background-position: -2787px 0px; }
    .iti-flag.kw {
      height: 10px;
      background-position: -2809px 0px; }
    .iti-flag.ky {
      height: 10px;
      background-position: -2831px 0px; }
    .iti-flag.kz {
      height: 10px;
      background-position: -2853px 0px; }
    .iti-flag.la {
      height: 14px;
      background-position: -2875px 0px; }
    .iti-flag.lb {
      height: 14px;
      background-position: -2897px 0px; }
    .iti-flag.lc {
      height: 10px;
      background-position: -2919px 0px; }
    .iti-flag.li {
      height: 12px;
      background-position: -2941px 0px; }
    .iti-flag.lk {
      height: 10px;
      background-position: -2963px 0px; }
    .iti-flag.lr {
      height: 11px;
      background-position: -2985px 0px; }
    .iti-flag.ls {
      height: 14px;
      background-position: -3007px 0px; }
    .iti-flag.lt {
      height: 12px;
      background-position: -3029px 0px; }
    .iti-flag.lu {
      height: 12px;
      background-position: -3051px 0px; }
    .iti-flag.lv {
      height: 10px;
      background-position: -3073px 0px; }
    .iti-flag.ly {
      height: 10px;
      background-position: -3095px 0px; }
    .iti-flag.ma {
      height: 14px;
      background-position: -3117px 0px; }
    .iti-flag.mc {
      height: 15px;
      background-position: -3139px 0px; }
    .iti-flag.md {
      height: 10px;
      background-position: -3160px 0px; }
    .iti-flag.me {
      height: 10px;
      background-position: -3182px 0px; }
    .iti-flag.mf {
      height: 14px;
      background-position: -3204px 0px; }
    .iti-flag.mg {
      height: 14px;
      background-position: -3226px 0px; }
    .iti-flag.mh {
      height: 11px;
      background-position: -3248px 0px; }
    .iti-flag.mk {
      height: 10px;
      background-position: -3270px 0px; }
    .iti-flag.ml {
      height: 14px;
      background-position: -3292px 0px; }
    .iti-flag.mm {
      height: 14px;
      background-position: -3314px 0px; }
    .iti-flag.mn {
      height: 10px;
      background-position: -3336px 0px; }
    .iti-flag.mo {
      height: 14px;
      background-position: -3358px 0px; }
    .iti-flag.mp {
      height: 10px;
      background-position: -3380px 0px; }
    .iti-flag.mq {
      height: 14px;
      background-position: -3402px 0px; }
    .iti-flag.mr {
      height: 14px;
      background-position: -3424px 0px; }
    .iti-flag.ms {
      height: 10px;
      background-position: -3446px 0px; }
    .iti-flag.mt {
      height: 14px;
      background-position: -3468px 0px; }
    .iti-flag.mu {
      height: 14px;
      background-position: -3490px 0px; }
    .iti-flag.mv {
      height: 14px;
      background-position: -3512px 0px; }
    .iti-flag.mw {
      height: 14px;
      background-position: -3534px 0px; }
    .iti-flag.mx {
      height: 12px;
      background-position: -3556px 0px; }
    .iti-flag.my {
      height: 10px;
      background-position: -3578px 0px; }
    .iti-flag.mz {
      height: 14px;
      background-position: -3600px 0px; }
    .iti-flag.na {
      height: 14px;
      background-position: -3622px 0px; }
    .iti-flag.nc {
      height: 10px;
      background-position: -3644px 0px; }
    .iti-flag.ne {
      height: 15px;
      background-position: -3666px 0px; }
    .iti-flag.nf {
      height: 10px;
      background-position: -3686px 0px; }
    .iti-flag.ng {
      height: 10px;
      background-position: -3708px 0px; }
    .iti-flag.ni {
      height: 12px;
      background-position: -3730px 0px; }
    .iti-flag.nl {
      height: 14px;
      background-position: -3752px 0px; }
    .iti-flag.no {
      height: 15px;
      background-position: -3774px 0px; }
    .iti-flag.np {
      height: 15px;
      background-position: -3796px 0px; }
    .iti-flag.nr {
      height: 10px;
      background-position: -3811px 0px; }
    .iti-flag.nu {
      height: 10px;
      background-position: -3833px 0px; }
    .iti-flag.nz {
      height: 10px;
      background-position: -3855px 0px; }
    .iti-flag.om {
      height: 10px;
      background-position: -3877px 0px; }
    .iti-flag.pa {
      height: 14px;
      background-position: -3899px 0px; }
    .iti-flag.pe {
      height: 14px;
      background-position: -3921px 0px; }
    .iti-flag.pf {
      height: 14px;
      background-position: -3943px 0px; }
    .iti-flag.pg {
      height: 15px;
      background-position: -3965px 0px; }
    .iti-flag.ph {
      height: 10px;
      background-position: -3987px 0px; }
    .iti-flag.pk {
      height: 14px;
      background-position: -4009px 0px; }
    .iti-flag.pl {
      height: 13px;
      background-position: -4031px 0px; }
    .iti-flag.pm {
      height: 14px;
      background-position: -4053px 0px; }
    .iti-flag.pn {
      height: 10px;
      background-position: -4075px 0px; }
    .iti-flag.pr {
      height: 14px;
      background-position: -4097px 0px; }
    .iti-flag.ps {
      height: 10px;
      background-position: -4119px 0px; }
    .iti-flag.pt {
      height: 14px;
      background-position: -4141px 0px; }
    .iti-flag.pw {
      height: 13px;
      background-position: -4163px 0px; }
    .iti-flag.py {
      height: 11px;
      background-position: -4185px 0px; }
    .iti-flag.qa {
      height: 8px;
      background-position: -4207px 0px; }
    .iti-flag.re {
      height: 14px;
      background-position: -4229px 0px; }
    .iti-flag.ro {
      height: 14px;
      background-position: -4251px 0px; }
    .iti-flag.rs {
      height: 14px;
      background-position: -4273px 0px; }
    .iti-flag.ru {
      height: 14px;
      background-position: -4295px 0px; }
    .iti-flag.rw {
      height: 14px;
      background-position: -4317px 0px; }
    .iti-flag.sa {
      height: 14px;
      background-position: -4339px 0px; }
    .iti-flag.sb {
      height: 10px;
      background-position: -4361px 0px; }
    .iti-flag.sc {
      height: 10px;
      background-position: -4383px 0px; }
    .iti-flag.sd {
      height: 10px;
      background-position: -4405px 0px; }
    .iti-flag.se {
      height: 13px;
      background-position: -4427px 0px; }
    .iti-flag.sg {
      height: 14px;
      background-position: -4449px 0px; }
    .iti-flag.sh {
      height: 10px;
      background-position: -4471px 0px; }
    .iti-flag.si {
      height: 10px;
      background-position: -4493px 0px; }
    .iti-flag.sj {
      height: 15px;
      background-position: -4515px 0px; }
    .iti-flag.sk {
      height: 14px;
      background-position: -4537px 0px; }
    .iti-flag.sl {
      height: 14px;
      background-position: -4559px 0px; }
    .iti-flag.sm {
      height: 15px;
      background-position: -4581px 0px; }
    .iti-flag.sn {
      height: 14px;
      background-position: -4603px 0px; }
    .iti-flag.so {
      height: 14px;
      background-position: -4625px 0px; }
    .iti-flag.sr {
      height: 14px;
      background-position: -4647px 0px; }
    .iti-flag.ss {
      height: 10px;
      background-position: -4669px 0px; }
    .iti-flag.st {
      height: 10px;
      background-position: -4691px 0px; }
    .iti-flag.sv {
      height: 12px;
      background-position: -4713px 0px; }
    .iti-flag.sx {
      height: 14px;
      background-position: -4735px 0px; }
    .iti-flag.sy {
      height: 14px;
      background-position: -4757px 0px; }
    .iti-flag.sz {
      height: 14px;
      background-position: -4779px 0px; }
    .iti-flag.ta {
      height: 10px;
      background-position: -4801px 0px; }
    .iti-flag.tc {
      height: 10px;
      background-position: -4823px 0px; }
    .iti-flag.td {
      height: 14px;
      background-position: -4845px 0px; }
    .iti-flag.tf {
      height: 14px;
      background-position: -4867px 0px; }
    .iti-flag.tg {
      height: 13px;
      background-position: -4889px 0px; }
    .iti-flag.th {
      height: 14px;
      background-position: -4911px 0px; }
    .iti-flag.tj {
      height: 10px;
      background-position: -4933px 0px; }
    .iti-flag.tk {
      height: 10px;
      background-position: -4955px 0px; }
    .iti-flag.tl {
      height: 10px;
      background-position: -4977px 0px; }
    .iti-flag.tm {
      height: 14px;
      background-position: -4999px 0px; }
    .iti-flag.tn {
      height: 14px;
      background-position: -5021px 0px; }
    .iti-flag.to {
      height: 10px;
      background-position: -5043px 0px; }
    .iti-flag.tr {
      height: 14px;
      background-position: -5065px 0px; }
    .iti-flag.tt {
      height: 12px;
      background-position: -5087px 0px; }
    .iti-flag.tv {
      height: 10px;
      background-position: -5109px 0px; }
    .iti-flag.tw {
      height: 14px;
      background-position: -5131px 0px; }
    .iti-flag.tz {
      height: 14px;
      background-position: -5153px 0px; }
    .iti-flag.ua {
      height: 14px;
      background-position: -5175px 0px; }
    .iti-flag.ug {
      height: 14px;
      background-position: -5197px 0px; }
    .iti-flag.um {
      height: 11px;
      background-position: -5219px 0px; }
    .iti-flag.un {
      height: 14px;
      background-position: -5241px 0px; }
    .iti-flag.us {
      height: 11px;
      background-position: -5263px 0px; }
    .iti-flag.uy {
      height: 14px;
      background-position: -5285px 0px; }
    .iti-flag.uz {
      height: 10px;
      background-position: -5307px 0px; }
    .iti-flag.va {
      height: 15px;
      background-position: -5329px 0px; }
    .iti-flag.vc {
      height: 14px;
      background-position: -5346px 0px; }
    .iti-flag.ve {
      height: 14px;
      background-position: -5368px 0px; }
    .iti-flag.vg {
      height: 10px;
      background-position: -5390px 0px; }
    .iti-flag.vi {
      height: 14px;
      background-position: -5412px 0px; }
    .iti-flag.vn {
      height: 14px;
      background-position: -5434px 0px; }
    .iti-flag.vu {
      height: 12px;
      background-position: -5456px 0px; }
    .iti-flag.wf {
      height: 14px;
      background-position: -5478px 0px; }
    .iti-flag.ws {
      height: 10px;
      background-position: -5500px 0px; }
    .iti-flag.xk {
      height: 15px;
      background-position: -5522px 0px; }
    .iti-flag.ye {
      height: 14px;
      background-position: -5544px 0px; }
    .iti-flag.yt {
      height: 14px;
      background-position: -5566px 0px; }
    .iti-flag.za {
      height: 14px;
      background-position: -5588px 0px; }
    .iti-flag.zm {
      height: 14px;
      background-position: -5610px 0px; }
    .iti-flag.zw {
      height: 10px;
      background-position: -5632px 0px; }
  
  .iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("../images/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0; }
    /*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .iti-flag {
        background-image: url("../images/flags@2x.png"); } }*/
  
  .iti-flag.np {
    background-color: transparent; }

/**Country Code css End**/


.dataTables_paginate .first{
 display:none !important; 
}
.dataTables_paginate .last{
 display:none !important; 
}
/* component */
.fa, .far, .fas {
    font-family: none !important;
    font: normal normal normal 14px/1 FontAwesome !important;
}
.star-rating {
    border: solid 0px #ccc;
    display: flex;
    font-size: 1.2em;
    justify-content: space-around;
    /* padding: 0 0.1em; */
    text-align: center;
    width: 4em;
    padding-left: 21px;
    padding-top: 5px;
    margin-bottom: 15px;
   
}
.fa .fa-rupee
{
    font-size: 12px !important;
}

.star-rating input {
  display:none;
}

.fa-star-o 
{
  color:red !important;
  font-size: 12px !important;
}

.fa-star {
  color:#f90;
  font-size: 12px !important;
}

.submenu-full{min-width: 800px;}

   .submenu-full li a{
          width: 250px;
        float: left;
        color:#000 ;
        text-align: left;
      }
      .submenu-full li a:first-child{border-bottom: 1px solid #E6E6E6;}

       .submenu-full li a:hover{color:#0c002e!important ;}

     .submenu-full .sub-item{width: 33%; float: left; padding-left: 20px;}


@media only screen and (min-width: 768px) and (max-width: 999px){
.submenu-full .sub-item{width: 82%; float: left;padding-left: 0px;}
}
   
@media only screen and (min-width: 640px) and (max-width: 767px){
.star-rating {
     display: inline-block;
    float: right;
    margin-top: -28px;
    width: 100%;
    float: right;
    padding: 1px 18px;
    text-align: right;
}
.submenu-full .sub-item{width: 52%; float: left;padding-left: 0px;}

}


@media only screen and (min-width: 480px) and (max-width: 639px){
.star-rating {
     display: inline-block;
    float: right;
    margin-top: -28px;
    width: 100%;
    float: right;
    padding: 1px 18px;
    text-align: right;
}
.submenu-full .sub-item{width: 52%; float: left;padding-left: 0px}

}
@media only screen and (max-width: 479px){
.star-rating {
     display: inline-block;
    float: right;
    margin-top: -28px;
    width: 100%;
    float: right;
    padding: 1px 18px;
    text-align: right;
}
.submenu-full .sub-item{width: 100%; float: left;padding-left: 0px}
}
