/*======================== site button ===========*/
.site-btn{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 30px 10px;
    outline: none !important;
  border: 2px solid #f00;
    background: #f00;
    box-shadow: 0 0.3px 1px -5px rgba(0, 0, 0, 0.109), 0 0.9px 2.6px -5px rgba(0, 0, 0, 0.155), 0 1.8px 5.3px -5px rgba(0, 0, 0, 0.195), 0 3.7px 11px -5px rgba(0, 0, 0, 0.241), 0 10px 30px -5px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    border-radius: 30px;
color:#fff;
margin: 10px 0 10px;}

.site-btn:hover {
    background:#fff;
    color:#f00;
}
/*======================top bar =============================*/
/*  ===============================================
    TopBar
------------------------*/
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.top_bar {
    width: 100%;
    z-index: 1;
    font-size: 15px;
    height: 59px;
    line-height: 40px;
    position: relative;
    background-color: #ff0000;
    color:#ffffff;    MARGIN-BOTTOM: -21px;
}
.top_bar_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.top_bar.ttm-bgcolor-darkgrey.ttm-textcolor-white .top_bar_contact_item, .top_bar.ttm-bgcolor-darkgrey.ttm-textcolor-white .top_bar_contact_item a {
    color: #b6bbcc;
}
.top_bar_contact_item {
    font-size: 15px;
    line-height: 18px;
    margin-right: 30px;
    position: relative;
}
.top_bar_contact_item:last-child,
.top_bar_contact_item:nth-last-child(2){ margin-right: 15px; }
.top_bar.ttm-bgcolor-darkgrey.ttm-textcolor-white .top_bar_contact_item,
.top_bar.ttm-bgcolor-darkgrey.ttm-textcolor-white .top_bar_contact_item a {
    color: #fff;
}
.top_bar_contact_item:last-child {
    margin-right: 0;
}
.top_bar_contact_item:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: rgba(255,255,255,.08);
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
}
.top_bar_contact_item:nth-child(even):after{
    content: unset;
}
.top_bar .social-icons li {
    min-width: 20px;
    margin-left: 0;
    font-size: 14px;
}
.top_bar .social-icons li a{ min-width: auto; }
.top_bar .ttm-btn { 
    padding:9px 25px 9px 25px;
    font-size: 14px;
    vertical-align: top;
    line-height: 20px;
        background-color: #3e3e3e;
    color: #fff;
    border-color: #3e3e3e;
    
}
.ttm-btn.ttm-btn-shape-square {
    border-radius: 0;
}
.ttm-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid #eaeff5;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.ttm-btn:not(.btn-inline):after, .ttm-btn:not(.btn-inline):before {
    content: '';
    position: absolute;
    z-index: -1;
}
ttm-btn:not(.btn-inline):after {
    height: 100%;
    left: -50%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}
.ttm-btn:not(.btn-inline):hover:before, .ttm-btn:not(.btn-inline):hover:after {
    height: 100%;
    width: 160%;
}

.ttm-btn.ttm-icon-btn-left{ padding-left: 44px; }
.ttm-btn.ttm-icon-btn-right{ padding-right: 44px; }
.ttm-btn.ttm-icon-btn-left i{ left: 20px;}
.ttm-btn.ttm-icon-btn-right i{ right: 20px;}
.ttm-btn.ttm-icon-btn-right{ padding-right: 22px; }
.ttm-btn.ttm-icon-btn-right i{ right: 2px; }

.ttm-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor{
    background-color: transparent;
    color: #fff;
}
/* TooltipTop */

.tooltip-top{ position: relative; }
.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}
.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}
.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0,0%,20%,.9);
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}
.tooltip-bottom:after{
    bottom: -65px;
    left: 0;
    margin-left: -42px !important;
}
.tooltip-bottom:before{
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent!important;
}
.tooltip-bottom:before{
    bottom: -21px;
}
.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before, 
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, 
[data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -60px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, 
[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}
top_bar.ttm-bgcolor-darkgrey.ttm-textcolor-white .top_bar_contact_item a:hover i,.top_bar.ttm-bgcolor-darkgrey.ttm-textcolor-white .top_bar_contact_item a:hover{color:#f00;}
.ttm-bgcolor-darkgrey .tooltip-bottom:before {
    border-bottom-color: #f00;
}


.ttm-bgcolor-skincolor .tooltip:after, .ttm-bgcolor-skincolor [data-tooltip]:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark, .tooltip:after, [data-tooltip]:after,
.ttm-bgcolor-grey .tooltip:after, .ttm-bgcolor-grey [data-tooltip]:after{background-color: #131d3b;}
.ttm-bgcolor-darkgrey .tooltip-bottom:after{
    background-color: #f00; 
}

/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons{ 
    margin: 0; 
    padding: 0;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li{
    margin: 0 2px;
}
.social-icons li:last-child{
    margin-right: 0px;
}
.social-icons li a{
    display: block;
    min-width: 26px;
    text-align: center;
    color: #fff !important;
}

/*==================== page Header ====================*/
/* ===============================================
    Page-Title-Row
------------------------*/
.ttm-page-title-row {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 91PX;
}
.ttm-page-title-row-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}
.ttm-page-title-row-inner .row{
    min-height: 225px;
    text-align: center;
    margin: 0;
    display: flex;
}

.page-title-heading h2 {
   font-weight: normal;
    text-transform: uppercase;
    font-size: 43px;
    line-height: 55px;
    margin-bottom: 4px;
    color: #fff;
}
.breadcrumb-wrapper {
    z-index: 99;
    display: inline-block;
}
.breadcrumb-wrapper span{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    color: #fff;
   
}
.breadcrumb-wrapper span >a {color:#fff;}
.breadcrumb-wrapper span >a:hover{color:#f00}
 .breadcrumb-wrapper span.current {
    color: #d8d8d8;
}

/*========================= titles =======================*/
.section-title{ 
    position: relative;
    margin-bottom: 10px;
}
.section-title h5{
    font-weight: 400;
    text-transform: uppercase;
   font-size: 14px;
    line-height: 10px;
    letter-spacing: 1px;
    margin-bottom: 11px;
        color: #f00;
}
.section-title h2.title{
    font-weight: 500;
    text-transform: capitalize;
  font-size: 32px;
    line-height: 29px;
    margin-bottom: 0;
}
.section-title .title-header{ 
    position: relative; 
    padding-bottom: 25px;
}
.section-title.title-style-center_text{
    text-align: center;
}

.row-title h2.title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0;
}
.row-title h5{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: normal;
}


/* Heading-Seprator  */
.heading-seperator{
    position: relative;
}
.heading-seperator span:after,
.heading-seperator:after {
    content: "";
    left: 0;
    position: absolute;
    bottom: 10px;
    width: 31px;
    height: 4px;
    background-color: #e0e1e3;
}
.heading-seperator span:after {
    right: auto;
    left: 35px;
}
.text-center .heading-seperator:after{    left: 47%;}
.text-center .heading-seperator span:after{    left: 52%;}
.title-style-center_text .heading-seperator span:after{
    left: 50%;
}
.title-style-center_text .heading-seperator:after{
    left: inherit;
    margin-left: -37px;
}


.heading-seperator:after{background-color: #f00;}


/*=========================== contact page =================================*/

.ttm-bgcolor-grey{background-color: #f4f6f9;}
.featured-icon-box.icon-align-top-content.style1 {
    padding: 34px 14px 18px;
    height: 266px;
}
.ttm-bgcolor-white {
    background-color: #fff;
}
.box-shadow {
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.featured-icon-box {
    position: relative;
}
.text-center {
    text-align: center!important;
}

.featured-icon-box .ttm-icon {
    margin-bottom: 0;
}
.ttm-icon.ttm-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1;
}
.ttm-icon.ttm-icon_element-size-lg {
    height:36px;
    width: 36px;
    line-height: 36px;
}
.ttm-icon {
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
    color: #f00;
}
.ttm-icon.ttm-icon_element-onlytxt i {
    position: unset;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.ttm-icon.ttm-icon_element-size-lg i {
    font-size: 32px;
}
.ttm-icon i {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #f00;
}

.featured-icon-box.icon-align-top-content.style1:hover .ttm-icon, .featured-icon-box.icon-align-top-content.style2:hover .ttm-icon, .featured-icon-box.icon-align-top-content.style3:hover .ttm-icon {
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.featured-icon-box.icon-align-top-content.style1 .featured-content {
    padding-top: 15px;
}
.pl-10 {
    padding-left: 10px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.featured-icon-box.icon-align-top-content.style1 .featured-title h5 {
    margin-bottom: 10px;
}
.featured-title h5 {
    font-size: 24px;
    line-height: 19px;
    margin-bottom: 5px;
    font-weight: 400;
}
.featured-desc p{font-size: 18px;font-family:calibri;text-align:center;}


.spacing-8 {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 30px;
}
.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: rgba(0, 0, 0, 0.04) !important;
}
.border {
    border: 1px solid #dee2e6!important;
}
/* contactform */
.wrap-form.ttm-contactform_transparent span.text-input{
    padding-top: 5px;
    margin-bottom: 25px;
}
.wrap-form.ttm-contactform_transparent span.text-input input, 
.wrap-form.ttm-contactform_transparent span.text-input textarea,
.wrap-form.ttm-contactform_transparent span.text-input select {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.ttm-contactform_transparent span.text-input input::-webkit-input-placeholder,
.ttm-contactform_transparent span.text-input textarea::-webkit-input-placeholder,
.ttm-contactform_transparent span.text-input select::-webkit-input-placeholder  {
    color: #fff;
}
  /*18.Wrap-Form
------------------------*/
.wrap-form label{
    width: 100%;
    margin: 0;
}
.wrap-form span.text-input {
    margin-bottom: 30px;
    display: block;
   
}
.wrap-form span.text-input.with-icon-pos_left > i,
.wrap-form span.text-input.with-icon-pos_right > i  {
    position: absolute;
    left: 28px;
    top: 18px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}
.wrap-form span.text-input.with-icon-pos_left input,
.wrap-form span.text-input.with-icon-pos_left textarea,
.wrap-form span.text-input.with-icon-pos_left select{ 
    padding-left: 35px;
}
.wrap-form span.text-input.with-icon-pos_right > i {
    right: 15px;
    left: auto;
}
.wrap-form span.text-input.with-icon-pos_right input,
.wrap-form span.text-input.with-icon-pos_right textarea,
.wrap-form span.text-input.with-icon-pos_right select{ 
    padding-right: 35px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
.ttm-btn.ttm-btn-style-border {
    background-color: transparent;
    border: 1px solid currentColor;
}

.ttm-btn.ttm-btn-shape-square {
    border-radius: 0;
}
.ttm-btn.ttm-btn-size-md {
    font-size: 16px;font-weight:normal;
    
}
.ttm-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid #eaeff5;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
        color: #131d3b;
}
.w-100 {
    width: 100%!important;
}


/*========================= videos page =====================*/

.edu_slide_tabs_img_box img{
	width:100%;
}
.edu_slide_tabs_img_box{
	position:relative;
}
.edu_tabs_label{
	width:70px;
	height:70px;
	text-align:center;
	background:#dad5d5;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	position:absolute;
	bottom:-35px;
	right:30px;
}
.edu_tabs_label:after{
	content:'';
	border:10px solid #fff;
	width:80px;
	height:80px;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	position:absolute;
	top: -4px;
    left: -4px;
}
.edu_tabs_label p{
	font-size:20px;
	color:#3d3d3d;
	line-height: 77px;
    padding-left: 5px;
    text-align: center;
}
.edu_slide_tab_box{
	margin-bottom:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.edu_tabs_label_inner{
	width:70px;
	height:70px;
	text-align:center;
	background: #f00;
	background: -moz-linear-gradient(left, #f00 0%, #880404 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #f00)), color-stop(100%, #880404));
	background: -webkit-linear-gradient(left, #f00 0%, #880404 100%);
	background: -o-linear-gradient(left, #f00 0%, #880404 100%);
	background: -ms-linear-gradient(left, #f00 0%, #880404 100%);
	background: linear-gradient(to right, #f00 0%, #880404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1 );
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position:absolute;
	top:0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.edu_tabs_label_inner p{
	font-size:20px;
	line-height: 77px;
    text-align: center;
    padding-left: 5px;
    color:#fff;
}
.edu_slide_tab_box:hover .edu_tabs_label_inner{
	top:-55px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.edu_slide_tabs_img_cont_box{
	padding: 25px 20px;
	border:1px solid #eee;
	border-top:0;
}
.edu_slide_tab_box:hover{
	    -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
		-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.edu_slide_tabs_img_cont_box h4{
	font-size:16px;
	color:#797979;
	font-family: 'Lato', sans-serif;
}
.edu_slide_tabs_img_cont_box h4 span,.edu_slide_tabs_img_cont_box h3 a:hover{
	color:#5e3a4a;
}
.edu_slide_tabs_img_cont_box h3{
	padding-top:10px;
}
.edu_slide_tabs_img_cont_box h3 a{
	font-size:22px;
	font-weight:600;
	color:#880404;
	position:relative;
}
.edu_slide_tabs_img_cont_box h3 a:hover{
	color:#880404 ;
}
.edu_slide_tabs_img_cont_box h3 a:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 3px;
	left: 0px;
	bottom: -20px;
	transition: all 500ms ease;
	background: #ff0000;
	background: -moz-linear-gradient(left, #ff0000 0%, #880404 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ff0000)), color-stop(100%, #880404)));
	background: -webkit-linear-gradient(left, #ff0000 0%, #880404 100%);
	background: -o-linear-gradient(left, #ff0000 0%, #880404 100%);
	background: -ms-linear-gradient(left, #ff0000 0%, #880404 100%);
	background: linear-gradient(to right, #ff0000 0%, #880404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1 );
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.edu_slide_tabs_img_cont_box p{
	padding-top:35px;
}
.edu_slide_tabs_img_cont_box h5{
	margin-top:30px;
}
.edu_slide_tabs_img_cont_box h5 a{
	font-size: 14px;
	color: #fff;
	float: left;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(116,66,93,1);
	background: -moz-linear-gradient(left, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116,66,93,1)), color-stop(100%, rgba(62,46,46,1)));
	background: -webkit-linear-gradient(left, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
	background: -o-linear-gradient(left, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
	background: -ms-linear-gradient(left, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
	background: linear-gradient(to right, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1 );
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	}
.edu_slide_tabs_img_cont_box h5 a:hover {
        background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116,66,93,1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}
.edu_slide_tab_box2{
	margin-top:30px;
}

/*==================== courses ====================*/
.dreidbg, .dreidbgleft {
    position: relative;
}
.dreidbgleft:after {
    content: "";
    background-color: #f3f3f3;
    height: 90%;
    width: 90%;
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: -1;
}


/*============================= about us page =============*/
.mb-20 {
    margin-bottom: 20px !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.featured-icon-box.icon-align-top-content.style2{
    position: absolute;
    bottom: 0;
    right: 3px;
    height: 190px;
    padding: 26px 30px 32px;
    border: 5px solid #f4f6f9;
    background-color: #fff;
}
.featured-icon-box.icon-align-top-content.style2 .featured-title{
    padding-top: 10px;
}
.featured-icon-box.icon-align-top-content.style2 .featured-title h5{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}
.ttm-icon.ttm-icon_element-size-xl i {
    font-size: 59px;
}
.whyus ul li:before{
   font-family:"Font Awesome 5 Free";
  content:"\f058";
    color:#f00;
    padding-right: 10px;
}


/*======================== Addmission Sidebar ===========*/
 .content_tabs {
    display: block;
    position: relative;
  
    overflow: hidden;
    vertical-align: middle;
    padding-top: 28px;
     
    
}
.hs_slider_right_tabs_wrapper {
    float: left;
    width: 100%;
    animation-delay: 3.5s;
}
.hs_slider_tabs_icon_wrapper {
    float: left;
    width: 80px;
    height: 80px;
    border: 8px solid rgba(197, 194, 194, 0.23137254901960785);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.hs_slider_tabs_icon_wrapper {
    float: left;
    width: 80px;
    height: 80px;
    border: 8px solid rgba(197, 194, 194, 0.23137254901960785);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.hs_slider_tabs_icon_wrapper i {
    width: 65px;
    height: 65px;
    float: left;
    text-align: center;
    line-height: 65px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
   background:  #a0a0a0;
}
.hs_slider_tabs_icon_wrapper i:before{
	margin-left:0;
	color:#ffffff;
	font-size:40px;
}
.hs_slider_tabs_icon_cont_wrapper {
    float: left;
    width: calc(100% - 80px);
    padding-top: 15px;
    padding-left: 15px;
}
 .content_tabs .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
    float: left;
    width: 100%;
    height: 50px;
    line-height: normal;
   
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: rgba(197, 194, 194, 0.23137254901960785);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_slider_right_tabs_wrapper2 {
    margin-top: 20px;
}
.hs_slider_tabs_icon_wrapper i:before{
	margin-left:0;
	color:#ffffff;
	font-size:40px;
    
}
.hs_slider_tabs_icon_cont_wrapper{
	float:left;
	width:calc(100% - 80px);
	padding-top: 15px;
    padding-left: 15px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content_tabs .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn{
	float:left;
	width:100%;
	height:50px;
	line-height:50px;
	color:#ffffff;
	text-align:center;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	background:rgba(255, 255, 255, 0.21);
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_wrapper i{
	    background:#cf436b;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn{
	  background: #e1e1e1 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #0d0d0d;
}.edu_staff_main_box_wrapper {
    background: #fff;
    padding: 18px;
    border: 1px solid #DCDFE8;
    margin-top: 40px;
}.edu_staff_main_box_wrapper p{font-size: 16px;
    line-height: 21px;    text-align: left;}.float_left {
    float: left;
    width: 100%;
}.edu_staff_icon_wrapper {
    width: 50px;
    float: left;
}.edu_staff_icon_wrapper img {
    padding-top: 15px;
}.edu_staff_icon_cont_wrapper {
    float: left;
    width: calc(100% - 50px);
    padding-left: 20px;
}.widget {
    padding: 20px 0;
    margin-bottom: 30px;
}
.bg-ash {
    background: #ecedef;
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}.widget .widget-header h5 {
    text-transform: capitalize;
    color: #181818;
    font-weight: 500;
    position: relative;margin-bottom: 40px;    font-size: 29px;
}.widget .widget-header h5::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    background-color: #db0010;
    bottom: -20px;
    border-radius: 2px;
}.widget .widget-header h5::after {
    position: absolute;
    content: "";
    border-bottom: 5px dotted #db0010;
    width: 30px;
    bottom: -20px;
    left: 43px;
}.shop-menu {
    margin: 0;
}.widget .widget-wrapper li {
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;list-style: none;padding: 0;
} .widget.widget-category .widget-wrapper li a {
    color: #181818;
 padding: 9px 0px;
    font-size: 15px;
    font-weight: normal;
}.shop-menu li a {
    display: block;
    font-weight: 700;
    color: #181818;
}
.accordion-title {
    padding:10px 40px 10px 25px;
    color: #161c2d;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    background: #f6f7f9;margin-bottom: 30px;
}.accordion-title i {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #bebebe;
    font-size: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}
.team-block-one {
    position: relative;
}.team-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}.team-block-one .image {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}.team-block-one .image img {
    width: 100%;    border: #ededed solid 2px;
}.team-block-one h4 {
   font-size: 17px;
    font-weight: bold;
    color: #292929;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}.team-block-one h4:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 29px;
    right: -36px;
    bottom: 8px;
    background-color: #ee0d09;
}.team-block-one .designation {
    color: #797979;
    font-size: 14px;
    text-transform: uppercase;
}.service-block-two {
    position: relative;
    margin-bottom: 60px;
}.service-block-two .image {
    position: relative;
    overflow: hidden;height: 290px;border: #e3e3e3 5px inset;
}.service-block-two .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}.service-block-two .image img {
    transition: .5s;width:auto;min-height:100%;
}.service-block-two h4 {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    padding: 20px 0;
}.service-block-two h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e3e3e3;
    height: 1px;
}.service-block-two h4:after {
    background-color: #ee0d09;
}
.service-block-two h4:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 85px;
    height: 1px;
}
.service-block-two .inner-box:hover .image img {
    transform: scale(1.1);
}
.service-block-two .inner-box:hover .image:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}.banner-area {
    margin-top:102px;
}