@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";
body {
    margin: 0px;
    padding: 0px;
    color: rgb(87, 52, 52);
    font-size: 15px;
    line-height: 22px;  
    border-top-style: solid;
    border-top-width: 0px;
	overflow-x:hidden;
	font-family: "Montserrat", sans-serif !important;
}

a {
    color: #222;
    text-transform: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6
/*p,*/

{
    margin: 0px;
    padding: 0px;
    text-align: left;
    list-style: none;
}

div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
  
}

img {
    border: 0px;
    max-height: 100%;
    max-width: 100%;
}

.temp {
    height: 20px;
    float: left;
    width: 100%;
    background-color: #f00;
}

[class*="span"] {
    border: 0px solid #f00;
}


/*	site-logo	*/

.site-logo {
    width: auto;
    float: left;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 70px;
    font-size: 36px;
    font-weight: 500;
    line-height: 125px;
    height: 125px;
    font-weight: lighter;
    color: #333;
    text-transform: capitalize;
    margin-right: 30px;
}

.site-desc {
    /* width: 150px; */
    float: left;
    /* padding: 34px 0px; */
    /* line-height: 18px; */
    font-size: 12px;
    margin-top: -30px;
    margin-left: 67px;
}

.site-logo-3 {
    height: 105px;
    line-height: 105px;
}


/*	header-social-buttons	*/

.header-social-buttons {
    width: auto;
    float: right;
    margin-top: 35px;
}

.header-social-buttons a {
    float: left;
    margin-left: 5px;
}
.header-social-buttons a:hover {
    color:#d2d2d2;
}

.header-social-buttons a i {
    line-height: 35px;
    height: 35px;
    width: 35px;
    text-align: center;
    color: #fff;
    float: left;
    background-color: #585577;
	border-radius: 10px;
}


/* header-social-buttons-3 */

.header-social-buttons-3 {
    margin-top: 35px;
}

.header-social-buttons-soon {
    margin-top: 45px;
}


/*	header-contacts	*/

.header-contacts {
    width: auto;
    float: right;
    margin-top: 25px;
}

.header-contacts p {
    width: auto;
    float: left;
    margin-right: 40px;
    line-height: 30px;
    font-size: 12px;
}

.header-contacts p strong {
    color: #333;
    font-weight: normal;
}

.header-contacts p i {
    width: auto;
    line-height: 30px;
    float: left;
    margin-right: 5px;
}

.header-contacts-3 p i {
    line-height: 18px;
}


/* header-sub-wrapper */

.header-sub-wrapper {
    float: right;
    max-width: 170px;
}

.header-sub-wrapper-3 {
    max-width: 100%;
}


/* header-contacts-2 */

.header-contacts-2 {
    border: 0px solid #f00;
    margin-top: 10px;
}

.header-contacts-2 p {
    margin-right: 0px;
    line-height: normal;
    text-align: right;
    width: 100%;
    float: left;
}

.header-contacts-2 p i {
    float: none !important;
    width: auto !important;
    line-height: normal;
}


/* header-contacts-3 */

.header-contacts-3 {
    float: left;
    max-width: 220px;
    margin-top: 35px;
}

.header-contacts-3 p {
    line-height: 18px;
}

.header-contacts-soon {
    margin-top: 45px;
}


/*	site-desktop-menu-new	*/
nav.site-desktop-menu-new > ul > li:first-child {
    border-left: 0px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
nav.site-desktop-menu-new > ul > li:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 0px solid rgba(255, 255, 255, 0.1);
}

nav.site-desktop-menu-new {
    width: 100%;
    float: left;
}

nav.site-desktop-menu-new > ul {
    width: auto;
    float: right;
    position: relative;
    z-index: 100;
}

nav.site-desktop-menu-new > ul > li {
   width: auto;
    float: left;
    line-height: 35px;
    padding-left: 17px;
    padding-right: 17px;
    margin-left: 1px;
    margin-right: 1px;
    position: relative; 	
	border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 16px;
}

nav.site-desktop-menu-new > ul > li:last-child > ul {
    right: 0;
    left: inherit;
}

nav.site-desktop-menu-new > ul > li > a {
    /* text-transform: uppercase; */
    text-shadow: 3px 0px rgba(51, 51, 51, 0.5);
    line-height: 45px;
    float: left;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: #ececec;
    color: #fff;
}

nav.site-desktop-menu-new > ul > li > a:hover {
    /* border-bottom-style: solid; */
    /* border-bottom-width: 3px; */
}

.site-desktop-menu-new-l2{
    position: absolute;
    top: 45px;
    left: 0px;
    background-color: #fff;
    width: 230px;
    border-top-width: 0px;
    border-top-style: solid;
    display: none;
    z-index: 100;
}

nav.site-desktop-menu-new > ul > li > ul {
    position: absolute;
    top: 45px;
    left: 0px;
    background-color: #fff;
    width: 230px;
    border-top-width: 0px;
    border-top-style: solid;
    display: none;
    z-index: 100;
}

nav.site-desktop-menu-new > ul > li > ul{
	border-top-color: #3A3758 !important;
    border: 10px solid #3a3758;
}
nav.site-desktop-menu-new > ul > li > ul > li {
    line-height: 25px;
    float: left;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.1);
	font-size:14px;
	background:#3a3758;

}
nav.site-desktop-menu-new > ul > li > ul > li:last-child {
	border:0px;
}
nav.site-desktop-menu-new > ul > li li.hovered{
	background:#585577 !important;
}

nav.site-desktop-menu-new > ul > li > ul > li > a {
    color: #fff;
    text-transform: capitalize;
    padding: 5px 14px;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
nav.site-desktop-menu-new > ul > li > ul > li > a:hover {color:#fff !important;}

nav.site-desktop-menu-new > ul > li > ul > li >ul {
    position: absolute;
    margin-left: 230px;
    background-color: #fff;
	color:#585577;
    width: 240px;
    border-top-width: 0px;
    border-top-style: solid;
    display: none;
    z-index: 101;
    margin-top: -1px;
	box-shadow: 0px 4px 10px #949292;
}

nav.site-desktop-menu-new > ul > li > ul > li > ul > li {
    line-height: 36px;
    float: left;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #696685;
}

nav.site-desktop-menu-new > ul > li > ul > li > ul > li a {
    color: #585577;
    text-transform: capitalize;
    padding: 0px 14px;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
nav.site-desktop-menu-new > ul > li > ul > li > ul > li a:hover {
    color: #fff;
}


/*	site-desktop-menu	*/

/*nav.site-desktop-menu > ul > li:first-child {
    border-left: 0px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
nav.site-desktop-menu > ul > li:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 0px solid rgba(255, 255, 255, 0.1);
}
*/

nav.site-desktop-menu {
    width: 100%;
    float: left;
    margin-top: 20px;
}

nav.site-desktop-menu > ul {
    top: 6px;
    width: auto;
    float: right;
    position: relative;
    z-index: 100;
}

nav.site-desktop-menu > ul > li {
    width: auto;
    float: left;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
/*    background: url(../images/nav-li-bg.jpg);*/
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 0px 7px;
}

nav.site-desktop-menu > ul > li:first-child {
    background: none;
}
nav.site-desktop-menu > ul > li:last-child > ul {
    right: 0;
    left: inherit;
}
nav.site-desktop-menu > ul > li > a {
    font-size: 15px;
    /* text-transform: uppercase; */
    /* text-shadow: 3px 0px rgba(51, 51, 51, 0.5); */
    float: left;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: #ececec;
    color: #fff;
    font-weight: 400;
    transition: all 0.1s;
    text-decoration: none;
}

.site-desktop-menu-l2{
    position: absolute;
    top: 45px;
    left: 0px;
    background-color: #fff;
    width: 230px;
    border-top-width: 0px;
    border-top-style: solid;
    display: none;
    z-index: 100;
}

nav.site-desktop-menu > ul > li > ul {
   	position: absolute;
    top: 46px;
    left: -35px;
	border: 6px solid rgb(255 255 255 / 33%); 
    width: 220px;
    display: none;
    z-index: 100;   
    padding: 0px;
}
nav.site-desktop-menu > ul > li > a.\{.active.\}, nav.site-desktop-menu > ul > li > a:hover {
    color: var(--standard_color);
}
/*
nav.site-desktop-menu > ul > li > ul{
	border-top-color: #03723b !important;
    border: 10px solid #03723b;
}
*/
nav.site-desktop-menu > ul > li > ul > li {
    line-height: 25px;
    float: left;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color:rgb(255 255 255 / 12%);
	font-size:13px;
	/*background:#fff;*/	
 	background: var(--primary_color)!important;
}
nav.site-desktop-menu > ul > li > ul > li:last-child {
	border:0px;
}
nav.site-desktop-menu > ul > li li.hovered{
	background:rgba(255, 255, 255, 0.1) !important;
}

nav.site-desktop-menu > ul > li > ul > li > a {
    /*color: #000;*/
    color: #fff;
    /* text-transform: capitalize; */
    padding: 5px 14px;
    width: 100%;
    float: left;   
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
nav.site-desktop-menu > ul > li > ul > li > a:hover {
    color: #013a0f !important;
    text-decoration: none !important;
    font-weight: 500; 
     background: #fff;
}

nav.site-desktop-menu > ul > li > ul > li >ul {
  position: absolute;
    margin-left: 208px;
    background-image:linear-gradient(to right, #831a3c , #8c295a);
    color: #fff;
    width: 219px;
    border-top-width: 0px;
    border-top-style: solid;
    display: none;
    z-index: 101;
    /* bottom: 0%; */
    margin-top: -6px;
    /* box-shadow: 0px 4px 10px #949292; */
    border: 6px solid rgb(255 255 255 / 33%);
    border-left: none;
    padding: 0px;
}

nav.site-desktop-menu > ul > li > ul > li > ul > li {
    line-height: 36px;
    float: left;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, .1);
}

nav.site-desktop-menu > ul > li > ul > li > ul > li a {
    color: #fff;
    text-transform: capitalize;
    padding: 0px 14px;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
nav.site-desktop-menu > ul > li > ul > li > ul > li a:hover {
      color: #6d105c !important;
    font-weight: 500;
    background: #fff;
}

/* site-desktop-menu-2 */

.site-desktop-menu-2 {
    width: auto !important;
    margin-top: 0px;
    margin-left: 10px;
}

nav.site-desktop-menu-2 > ul > li > a {
    line-height: 125px;
}

nav.site-desktop-menu-2 > ul > li {
    margin-left: 0px;
    margin-right: 40px;
}

nav.site-desktop-menu-2 > ul > li > ul {
    top: 125px;
}

/*
nav.site-mobile-menu{width:100%;height: 100vh;float:left;position:relative;border:0px solid #f00;}
nav.site-mobile-menu > i{float:right;width:35px;height:35px;border:0px solid #ddd;text-align:center;line-height:35px;cursor:pointer;color:#fff;background:#fdb81f;border-radius:100px;margin-right:20px;}
nav.site-mobile-menu > ul{background-color:#105caa;position:absolute;top:57px;width:100%;z-index:100;display:none;border-top-width:3px;border-top-style:solid;}
nav.site-mobile-menu > ul > li{float:left;width:100%;border:0px solid rgba(255,255,255,0.2);border-bottom-width:1px;}
nav.site-mobile-menu > ul > li:hover{background:#005596 !important;}
nav.site-mobile-menu > ul > li > ul > li:hover{background:#0872c3 !important;}
nav.site-mobile-menu > ul > li a{line-height:40px;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0px 20px;color:#fff;text-transform:capitalize;width:auto;float:left;}
nav.site-mobile-menu > ul > li ul{width:100%;float:left;background-color:#444;display:none;}
nav.site-mobile-menu > ul > li ul li{width:100%;float:left;border:0px solid rgba(255,255,255,0.2);border-bottom-width:1px;}
nav.site-mobile-menu > ul li i{float:right;line-height:40px;cursor:pointer;color:#fff;padding:0px 15px;border-left:1px solid rgba(255, 255, 255, 0.2);}
nav.site-mobile-menu li.hovered{}
nav.site-mobile-menu li > ul{display:none;}

/*	site-mobile-menu	*/

nav.site-mobile-menu {
    width: 100%;
    float: left;
    margin-top: -4px; 
    position: relative;
    border: 0px solid #f00;
	/* background: #fff; */
	z-index: 99;
}

nav.site-mobile-menu > i {
    float: right;
    width: 35px;
    height: 35px;
    border: 0px solid #ddd;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
	background: #fff;
    font-size: 14px;
    color: #013a0f;
    margin-right: 10px;
    border-radius: 50px;
    border: 3px rgba(255, 255, 255, .15) solid;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.19);
    outline: none;
	margin-top:12px;
	margin-bottom:10px;
}

nav.site-mobile-menu > ul {     
    /*background-image: -webkit-linear-gradient(left, #a83248, #a83248);*/
    position: absolute;
    top: 56px;
    width: 100%;
    z-index: 100;
    display: none;
    border-top:1px solid rgba(255, 255, 255, 0.2) !important;
	overflow-y: auto;
    max-height: 100vh;

}

nav.site-mobile-menu > ul > li {
    float: left;
    width: 100%;
    border: 0px solid rgba(255, 255, 255, 0.2);
    border-bottom-width: 1px;
}

nav.site-mobile-menu > ul > li a {
    line-height: 40px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
    color: #fff;
    text-transform: capitalize;
    width: auto;
    float: left;
    text-decoration: none;
}

nav.site-mobile-menu > ul > li ul {
    width: 100%;
    float: left;
    background-color: rgba(255, 255, 255, 0.1);
    display: none;
    padding: 0px;
    margin: 0px;
}

nav.site-mobile-menu > ul > li ul li {
    width: 100%;
    float: left;
    border: 0px solid rgba(255, 255, 255, 0.2);
    border-bottom-width: 1px;
}

nav.site-mobile-menu > ul li i {
    float: right;
    line-height: 40px;
    margin-left: 20px;
    cursor: pointer;
    color: #fff;
	padding: 0px 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

nav.site-mobile-menu li.hovered {}

nav.site-mobile-menu li > ul {
    display: none;
}

.site-mobile-menu-bg{
    background:var(--primary_color);
    /* background: -webkit-linear-gradient(left, #8e0f79, #af316e) ;    */
	/* height: 100vh; */
	/* position: relative; */
	position: fixed;
    width: 100%;
	height:100%;
	z-index: 99999;
}
.mobile-view-school-name{visibility:hidden;padding:15px 20px;position: absolute;}
.mobile-view-show {
    visibility: visible !important;
    z-index: 9999;
    width: 80%;
}

.mobile-view-display{display:block !important;}
.mobile-view-school-name h2{font-size: 16px;line-height:18px;color: #fff;padding: 0px;margin: 34px 0 0 0;}
.mobile-view-school-name h2 span{font-size:14px;color:#e0e0e0;}
/*.site-mobile-menu-back{background:#fff;}*/


/* site-menu-3-wrapper */

.site-menu-3-wrapper {
    width: 100%;
    float: left;
    border: 0px solid #ececec;
    border-top-width: 1px;
}

.site-menu-3-wrapper .site-desktop-menu {
    float: left;
}

.site-menu-3-wrapper .site-desktop-menu > ul {
    float: left;
}

.site-menu-3-wrapper .site-desktop-menu > ul > li {
    margin-left: 0px;
    margin-right: 40px;
    line-height: 55px;
}

.site-menu-3-wrapper .site-desktop-menu > ul > li > a {
    line-height: 55px;
}

.site-menu-3-wrapper .site-desktop-menu > ul > li ul {
    top: 55px;
}


/*	gray-line	*/

.gray-line {
    width: 100%;
    float: left;
    background-color: #ececec;
    height: 3px;
    z-index: 10;
    position: absolute;
    top: 130px;
    margin-bottom: 3px;
}

.gray-line-menu {
    width: 100%;
    float: left;
    background-color: #2f5202;
    height: 2px;
    z-index: 10;
    position: absolute;
    top: 122px;
    margin-bottom: 3px;
}

.gray-line-2 {
    top: 130px;
}

.gray-line-3 {
    top: 166px;
}


/* header-search */

.header-search {
    float: left;
    margin-top: 35px;
    border: 1px solid #ddd;
}

.header-search-focused {
    border-style: solid;
    border-width: 1px;
}

.header-search form {
    float: left;
    padding: 0px;
}

.header-search input {
    border: 0px;
    line-height: 34px;
    height: 34px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    float: left;
}

.header-search i {
    float: left;
    width: 34px;
    height: 14px;
    line-height: 14px;
    margin: 10px 0px;
    text-align: center;
    border: 0px solid #ddd;
    border-right-width: 1px;
    margin-right: 10px;
    color: #ccc;
}

.header-search input[type=text]::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

.header-search input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    font-style: italic;
}

.header-search input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-style: italic;
}


/*	home-slider	*/


.home-slider img {
    max-height: none !important;
    max-width: none !important;
    /* max-height: 100% !important; */
    /* max-width: 100% !important; */
	
}

.home-slider .block-1 {
    text-transform: uppercase;
    color: #333;
    font-size: 48px;
}

.home-slider .block-2 {
		left:118px !important;
		top: 482px !important;
		background:rgba(0, 0, 0, 0.2);
		padding:5px 20px;
		font-size: 22px;
		border-radius:100px;
		color:#fff !important;
		text-transform: inherit;
}

.home-slider .block-3 {
    width: 400px;
}

.home-slider .block-5 {
    width: 960px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
}

.home-slider .block-6 {
    text-align: center;
    width: 660px;
    color: #fff;
}

.home-slider .block-7 {
    width: 55px;
    height: 55px;
    display: inline-block;
}

.home-slider .block-8 {
    color: #333;
    text-align: left;
    text-align: left;
    width: auto;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: bold;
}

.home-slider .block-8 {}


/* buttons */

.button {
    width: auto;
    float: left;
    line-height: 30px;
    padding: 0px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    border: 0px;
}

.button:hover {
    color: #fff;
}

.button-white {
    background-color: #fff;
    color: #333;
}

.button-white:hover {
    color: #333;
}

.button span {
    background-color: #333;
    background-color: rgba(000, 000, 000, 0.1);
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: 10;
    top: 0px;
    left: 0px;
}

.button-dark {
    background-color: #333;
    color: #fff;
}

.button-border {
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    width: auto;
    float: left;
    line-height: 38px;
    padding: 0px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    border-color: #333;
    text-transform: capitalize;
    text-align: center;
    position: relative;
}

.button-border:hover {}

.button-small {
    line-height: 20px;
}

.button-small span {
    height: 20px;
}

.button-margin {
    margin-right: 10px;
}

   .round-bx-img {
    margin: auto;
    transition: all .5s;
    width: 280px;
}
.round-bx-img-last{
  border-right: 2px solid #eb7e2e !important;
}

        .round-bx-img:hover {
            transform: scale(1.1);
    }

    .round-bx-img img {
        margin-top: 12px;
    }

/* purchase */

.purchase {
    width: 100%;
    float: left;
    background-color: #051F26;
    padding: 0px 0px;
    /* margin-bottom: 55px; */
    border-top: solid 0px #F3CF01;
}

.purchase p.big {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    line-height: 24px;
}

.purchase p.big span {
    line-height: 24px;
    font-size: 36px;
}

.purchase a.button {
    width: 50%;
}



.main-content {
    width: 100%;
    float: left;
    /*margin-bottom: 55px;*/
    border: 0px solid #f00;
}
.main-content-bg {
    background: #00000042;
    width: 100%;
    height: 313px;
    position: absolute;}

/*
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5 {
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
*/

.main-content-block-typography h1,
.main-content-block-typography h2,
.main-content-block-typography h3,
.main-content-block-typography h4,
.main-content-block-typography h5 {
    width: 100% !important;
    float: left;
    margin-bottom: 40px !important;
}

.main-content-block {
    margin-top: 55px;
    width: 100%;
    float: left;
}

.main-content-block-tabs h2 {
    margin-bottom: 40px !important;
}

.main-content-block-toggle h2 {
    margin-bottom: 0px !important;
}

.main-content-block > .magnis-toggle {
    margin-top: 0px;
}

.main-content-block-entry {
    width: 100%;
    float: left;
}

.main-content-2 {
    margin-bottom: 0px;
}

/*
.main-content h2,
.main-content-block h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 20px;
    width: auto;
    float: left;
}
*/

/*
   .main-content h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 20px;
    display: inline-block;
    margin: -29px 0 0 0; 
    position: relative;
    
    
}
*/


.main-content p,
.main-content-block p,
.main-content-block ul {
        margin-top: 0px;
    list-style: inherit;
/*
    font-family: 'Source Sans Pro';
    font-size: 20px;/
*/
}

.main-content-block ul li {
    line-height: 31px;
    list-style: inherit;
}
/*
.main-content blockquote {
    width: auto;
    float: left;
    font-style: italic;
    margin: 0px;
    margin-bottom: 20px;
    margin-top: 40px;
    -moz-box-sizing: border-box;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    border-left-style: solid;
    border-left-width: 1px;
    margin-left: 55px;
}
*/

h3.unit-swami{
    left:0px;
}
.main-content small {
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
    float: left;
    width: 100%;
    color: #333;
}

.layout-2-block {
    width: 100%;
    float: left;
    padding: 55px 0px;
    padding-top: 0px;
    border: 0px solid #ececec;
    border-bottom-width: 1px;
    margin-bottom: 55px;
}

.layout-2-block h2 {
    width: 100%;
    float: left;
    text-align: center;
}

.layout-2-block-last {
    border-bottom-width: 0px;
    margin-bottom: 0px !important;
}

.main-content p.page-intro {
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
    font-weight: lighter;
    color: #111;
    margin-bottom: 20px;
    margin-top: 0px;
    width: 100%;
    /*float: left;*/
}

/*
.main-content ul {
    width: 100%;
    float: left;
  
}

.main-content ul li {
    line-height: 31px;
}
*/

.main-content figure {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.main-content figure figcaption {
    width: 100%;
    float: left;
    font-style: italic;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    font-weight: lighter;
}
section.foundation_bg:before {
    content: '';
    background: #000000e8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.foundation_bg {
    position: relative;
}
.infra_icon {
    position: relative;
}
.main-content-soon {
    margin-bottom: 0px;
/*    background-image: url(../images/pages/soon-bg.jpg);*/
    background-position: center;
    background-size: cover;
    text-align: center;
}

.main-content-soon-color {
    width: 100%;
    float: left;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 200px 0px;
}

.main-content-soon h1 {
    color: #fff !important;
    width: 100%;
    float: left;
    text-align: center;
}

.main-content-soon p {
    text-align: center;
    color: #333;
    width: 100%;
    float: left;
}


/* intro */

.intro {
    width: 100%;
    float: left;
}

.intro p.sign {
    text-transform: capitalize;
    font-size: 36px;
    line-height: 36px;
}


/* feature */

.feature {
    width: 100%;
    float: left;
    padding-left: 75px;
    position: relative;
    margin: 20px 0px;
}

.feature h3 {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    margin-bottom: 10px;
}

.feature p {
    margin-top: 0px;
}

.feature i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-width: 1px;
    border-style: solid;
    font-size: 24px;
    text-align: center;
}

.feature i.hover {
    color: #fff;
}


/* latest-projects */

.latest-projects {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.latest-projects .latest-projects-intro {
    width: 20%;
    float: left;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.latest-projects .latest-projects-intro h2,
.latest-projects .latest-projects-intro p {
    color: #fff;
    width: 100%;
}

.latest-projects .latest-projects-wrapper {
    float: left;
    width: 80%;
}

.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
    height: auto;
}

.latest-projects .latest-projects-wrapper .jcarousel-container-horizontal {
    width: 100%;
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
}

.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item {
    width: 25%;
}

.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin: 0px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal img {
    min-height: 100% !important;
    max-width: none !important;
    position: absolute;
    top: 0px;
    z-index: 10;
    display: none;
}

.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-prev-horizontal {
/*    background-image: url(../images/prev-horizontal.png);*/
    left: 0px;
    top: auto;
    z-index: 100;
}

.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-next-horizontal {
/*    background-image: url(../images/next-horizontal.png);*/
    right: 0px;
    top: auto;
    z-index: 100;
}

.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal .project-details {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #333;
    background-color: rgba(51, 51, 51, 0.8);
    border-width: 1px;
    border-style: solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 100;
    display: none;
}

.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal .project-details p {
    text-align: center;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: -20px;
    width: 100%;
}

.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal .project-details p a {
    color: #fff;
    text-transform: capitalize;
}

.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal .project-details p.project-tags {
    bottom: -20px;
    top: auto;
}

.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal .project-details p.project-tags i {
    margin-right: 5px;
}

.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal .project-details p.project-tags a {
    font-style: italic;
}

.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal .project-details .buttons {
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    margin-top: -20px;
}

.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal .project-details .buttons i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    margin: 0px 2px;
}

.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal .project-details .buttons i:hover {
    color: #fff;
    border-color: #fff;
}


/* latest-projects-2 */

.latest-projects-2 {
    border: 0px solid #ececec;
    border-bottom-width: 1px;
    margin: 0px;
    padding: 0px;
}

.latest-projects-2 h2 {}

.latest-projects-2 .latest-projects-wrapper {
    width: 100%;
}

.latest-projects-2 .latest-projects-wrapper {
    margin-top: 20px;
}


/* latest-projects-3 */

.latest-projects-3 {
    margin: 0px;
    margin-bottom: 0px !important;
    border-bottom-width: 0px;
}


/* testimonials-1 */

.testimonials-1 {
    width: 100%;
    float: left;
}

.testimonials-1 h2 {
    margin-bottom: 40px;
    float: left;
}

.testimonials-1 .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
    float: left;
    height: auto;
}

.testimonials-1 .jcarousel-container-horizontal {
    width: 100%;
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
    position: relative;
}

.testimonials-1 .jcarousel-skin-tango .jcarousel-item {
    width: 100%;
}

.testimonials-1 .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin: 0px;
    height: auto;
    position: relative;
    padding-left: 110px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonials-1 ul li {
    position: relative;
}

.testimonials-1 ul li img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.testimonials-1 .jcarousel-skin-tango .jcarousel-item-horizontal p {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 75px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: italic;
    margin: 0px;
    line-height: 21px;
}

.testimonials-1 .jcarousel-skin-tango .jcarousel-item-horizontal p i {
    width: 55px;
    text-align: center;
    font-size: 36px;
    position: absolute;
    left: 10px;
    top: 0px;
}

.testimonials-1 .jcarousel-skin-tango .jcarousel-item-horizontal p span {
    width: 100%;
    float: left;
    font-size: 36px;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 20px;
    font-style: normal;
}

.testimonials-1 .jcarousel-skin-tango .jcarousel-item-horizontal p small {
    margin-top: 0px;
    font-style: normal;
    color: #777;
}

.testimonials-1 .carousel-navi {
    width: auto;
    float: left;
    width: 63px;
    height: 24px;
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonials-1 .jcarousel-skin-tango .jcarousel-prev-horizontal,
.testimonials-1 .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: none;
    border: 1px solid #333;
    width: 24px;
    height: 24px;
    text-align: center;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
}

.testimonials-1 .jcarousel-skin-tango .jcarousel-prev-horizontal {
    margin-right: 5px;
}

.testimonials-1 .jcarousel-skin-tango .jcarousel-next-horizontal {
    left: 28px;
}

.testimonials-1 .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal {
    border: 1px solid #ccc;
    color: #ccc;
}

.testimonials-1 .jcarousel-skin-tango .jcarousel-next-disabled-horizontal {
    border: 1px solid #ccc;
    color: #ccc;
}


/* latest-blog-posts */

.latest-blog-posts {
    width: 100%;
    float: left;
}

.latest-blog-posts h2 {
    margin-bottom: 0px;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
    float: left;
    height: auto;
}

.latest-blog-posts .jcarousel-container-horizontal {
    width: 100%;
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
    position: relative;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item {
    width: 100%;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin: 0px;
    height: auto;
    position: relative;
    margin-top: 40px;
    width: 100%;
    min-height: 110px;
    padding-left: 185px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-img {
    float: left;
    width: 165px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 55px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-img .latest-blog-post-date {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    width: 55px;
    height: 55px;
    color: #fff;
    font-size: 24px;
    padding-top: 1px;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-img .latest-blog-post-date span {
    text-align: center;
    width: 100%;
    float: left;
    color: #333;
    font-size: 14px;
    line-height: normal;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-img .latest-blog-post-type {
    position: absolute;
    left: 0px;
    top: 55px;
    text-align: center;
    width: 55px;
    height: 55px;
    color: #fff;
    background-color: #333;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-img .latest-blog-post-type i {
    width: 100%;
    float: left;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-details {
    width: 100%;
    float: left;
    line-height: 21px;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-details p {
    margin-top: 0px;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-details p a {
    text-transform: capitalize;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-details p.title {
    font-size: 18px;
    margin-bottom: 20px;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-details small {
    width: 100%;
    float: left;
    border: 0px solid #ececec;
    border-top-width: 1px;
    margin-top: 20px;
    padding-top: 20px;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-details small span {
    width: auto;
    float: left;
    text-transform: capitalize;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-details small span i {
    float: left;
    margin-right: 5px;
    line-height: 18px;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-details small span.read {
    float: right;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-details small span a {
    text-transform: capitalize;
}

.latest-blog-posts .carousel-navi {
    width: auto;
    float: left;
    width: 63px;
    height: 24px;
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-prev-horizontal,
.latest-blog-posts .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: none;
    border: 1px solid #333;
    width: 24px;
    height: 24px;
    text-align: center;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-prev-horizontal {
    margin-right: 5px;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-next-horizontal {
    left: 28px;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal {
    border: 1px solid #ccc;
    color: #ccc;
}

.latest-blog-posts .jcarousel-skin-tango .jcarousel-next-disabled-horizontal {
    border: 1px solid #ccc;
    color: #ccc;
}


/* latest-blog-posts-2 */

.latest-blog-posts-2 {
    position: relative;
    margin-bottom: 0px;
}

.latest-blog-posts-2 h2 {
    width: 100%;
    float: left;
    text-align: center;
}

.latest-blog-posts-2 .jcarousel-skin-tango .jcarousel-item-horizontal {
    padding-right: 10px;
    margin-left: 10px;
}

.latest-blog-posts-2 .carousel-navi {
    width: auto;
    float: left;
    width: 54px;
    height: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: inherit !important;
    margin-top: 40px;
    bottom: 0px;
}


/* newsletters-1 */

.newsletters-1 {
    width: 100%;
    float: left;
    padding: 10px 0px;
    border-top: solid 5px #F3CF01;
    padding: 10px 0px;
    margin-bottom: 55px;
}

.newsletters-1 p {
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
}

.newsletters-1 p.big {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}


/* login top*/

.login-1 {
    float: right;
    padding: 10px 0px;
}

.login-1 p {
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
}

.login-1 p.big {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}


/* site-footer */

.ft-box h3{
    font-size: 23px;
    font-weight: 400;
}
.ft-box p {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    padding: 0 33px 0px 0px;
}

.ft-box ul {
    padding: 0px;
    margin: 0px;
}

.ft-box ul li {
    display: inline-block;
    padding: 13px 5px;
    margin: 0px;
}


.ftb {
    background-color: #34495e;
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #2c2b2b;
    text-align: center;
    line-height: 48px;
    float: left;
    width: 100%
}

.ftb h3 a {
    color: #776f6f;
    text-align: center;
    margin: auto;
    display: block;
    font-weight: 400;
}
.ftb h3 a:hover{
    color: #ddd
}

.ft-box ul li p {
    padding: 0px;
    margin: 0px;
    color: #fff;
}
.eudunext a{
    color: #fff
}
.eudunext a:hover{
    color: #fdb81f
}

.site-footer {
    width: 100%;
    float: left;
    background-color: #1a2118;
    color: #C8C8C8;
    padding: 40px 0px 0px 0px;
}

.footer-widget {
    width: 100%;
    float: left;
}

.footer-widget a:hover {
    color: #fff;
}

.footer-widget h2 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    width: auto;
    float: left;
}

.footer-latest-tweets .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
    float: left;
    height: auto;
}

.footer-latest-tweets .jcarousel-container-horizontal {
    width: 100%;
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
    position: relative;
}

.footer-latest-tweets .jcarousel-skin-tango .jcarousel-item {
    width: 100%;
}

.footer-latest-tweets .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin: 0px;
    height: auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-latest-tweets .jcarousel-skin-tango .jcarousel-item-horizontal p {
    width: 100%;
    float: left;
}

.footer-latest-tweets .jcarousel-skin-tango .jcarousel-item-horizontal p.username {
    color: #fff;
    font-size: 18px;
    text-transform: lowercase;
    font-weight: normal;
    line-height: 36px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.footer-latest-tweets .jcarousel-skin-tango .jcarousel-item-horizontal p.username i {
    font-size: 36px;
    line-height: 36px;
    float: left;
    margin-right: 10px;
    
}

.footer-latest-tweets .carousel-navi {
    width: auto;
    float: left;
    width: 63px;
    height: 24px;
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-latest-tweets .jcarousel-skin-tango .jcarousel-prev-horizontal,
.footer-latest-tweets .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: none;
    width: 24px;
    height: 24px;
    text-align: center;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    border-style: solid;
    border-width: 1px;
}

.footer-latest-tweets .jcarousel-skin-tango .jcarousel-prev-horizontal {
    margin-right: 5px;
}

.footer-latest-tweets .jcarousel-skin-tango .jcarousel-next-horizontal {
    left: 28px;
}

.footer-newsletters {}

.footer-newsletters p {
    margin-top: 0px;
}

.footer-newsletters .quick_newsletter input.text::-webkit-input-placeholder {
    color: #fff !important;
    font-style: italic !important;
    text-transform: lowercase !important;
}

.footer-newsletters .quick_newsletter input.text:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
    font-style: italic !important;
    text-transform: lowercase !important;
}

.footer-newsletters .quick_newsletter input.text::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
    font-style: italic !important;
    text-transform: lowercase !important;
}

.footer-filckr-wrapper {
    width: 100%;
    float: left;
    height: 231px;
    overflow: hidden;
}

.footer-filckr-wrapper img {
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}

.footer-contacts-wrapper {
    width: 100%;
    float: left;
/*    background-image: url(../images/pages/footer-contacts-map.png);*/
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.footer-contacts-wrapper ul {
    width: 100%;
    float: left;
}

.footer-contacts-wrapper ul li {
    width: auto;
    float: left;
    margin-bottom: 20px;
}

.footer-contacts-wrapper ul li.li1 {
    color: #fff;
    width: 30%;
    text-transform: capitalize;
}

.footer-contacts-wrapper ul li.li2 {
    width: 70%;
}

.footer-about p.soc-icons {
    margin-top: 20px;
    font-size: 24px;
}

.footer-about p.soc-icons a {
    margin-right: 10px;
}

.footer-about-logo {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 73px;
    background-position: left;
    background-repeat: no-repeat;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}


/* bottom-line */

.bottom-line {
    width: 100%;
    float: left;
    background-color: #48750c;
    border-top: 5px solid #355d01;
    padding: 20px 0px;
}

.bottom-line a:hover {
    color: #fff;
}

.bottom-line p.bottom-menu {
    text-align: right;
}


/* to-the-top */

#to-the-top {
    position: fixed;
    right: 30px;
    bottom: 8px;  
    display: none;
    z-index: 1000;
     width: 56px;
    height: 56px;
    line-height: 50px;
    border-radius: 100px;
    background-color: var(--standard_color);
     background-clip: padding-box;
    -webkit-box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.19);
     cursor: pointer;
    border: 8px rgba(135, 194, 235, 0.15) solid;
}

#to-the-top i {   
    color: #0e0e0ee0;
    font-size: 18px;
    z-index: 200;
    float: left;
    text-align: center;
    outline: none;
    line-height: 40px;
    padding: 0 15px;
    z-index: 999;
    margin-left: 1px;
}
.Blink {
  animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}

/* respective-partners */

.respective-partners {
    float: left;
    width: 100%;
    padding-bottom: 64px;
    margin: 0px;
}

.respective-partners .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
    float: left;
    height: auto;
}

.respective-partners .jcarousel-container-horizontal {
    width: 100%;
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
    position: relative;
    float: left;
    margin-top: 20px;
}

.respective-partners .jcarousel-skin-tango .jcarousel-item {
    width: 100%;
}

.respective-partners .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin: 0px;
    height: auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
}

.respective-partners .carousel-navi {
    width: auto;
    float: left;
    width: 63px;
    height: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: -64px;
    left: 50%;
}

.respective-partners .jcarousel-skin-tango .jcarousel-prev-horizontal,
.respective-partners .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: none;
    width: 24px;
    height: 24px;
    text-align: center;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    border-style: solid;
    border-width: 1px;
}

.respective-partners .jcarousel-skin-tango .jcarousel-prev-horizontal {
    margin-right: 5px;
}

.respective-partners .jcarousel-skin-tango .jcarousel-next-horizontal {
    left: 28px;
}


/* page-header */

.page-header {
    width: 100%;
    float: left;
    /*background-image: url(../images/page-header-bg.jpg);*/
    background-color: #2F5202;
    padding: 10px 0px;
}

.page-header h2 {
    text-transform: uppercase;
    color: #333;
    line-height: 45px;
}

.page-header p {
    line-height: 24px;
    text-transform: capitalize;
    text-align: right;
}

.page-header p a {
    text-transform: capitalize;
}

.page-header p i {
    margin: 0px 10px;
}


/* magnis-toggle */

.magnis-toggle,
.magnis-toggle section,
.magnis-toggle section header,
.magnis-toggle section p {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.magnis-toggle {
    margin-top: 40px;
}

.magnis-toggle section {
    border: 1px solid #ddd;
    padding-right: 20px;
    margin-bottom: 10px;
    border-top-width: 1px;
    border-top-color: #333;
    border-top-style: solid;
}

.magnis-toggle section header {
    line-height: 21px;
    padding: 15px 0px;
    padding-left: 55px;
    color: #333;
    cursor: pointer;
    position: relative;
}

.magnis-toggle section header i {
    width: 55px;
    text-align: center;
    float: left;
    line-height: 55px;
    height: 55px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.magnis-toggle section p {
    padding-left: 55px;
    margin-bottom: 20px;
    display: none;
}

.magnis-toggle section.active {}


/* magnis-skills */

.magnis-skills,
.magnis-skills section {
    width: 100%;
    float: left;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magnis-skills section {
    padding-left: 100px;
    background-color: #333;
    color: #fff;
    text-align: left;
    height: 30px;
    margin-top: 10px;
    z-index: 10;
    position: relative;
}

.magnis-skills section .skill-title {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 30px;
    line-height: 30px;
    z-index: 100;
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.magnis-skills section:first-child {
    margin-top: 20px;
}

.magnis-skills section .skill-value {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    float: left;
    width: 100%;
    height: 30px;
}

.magnis-skills section .skill-value .skill-value-chart {
    height: 28px;
}

.magnis-skills section .skill-value .skill-value-chart p {
    margin-top: 0px;
    line-height: 28px;
    width: auto;
    margin-left: 10px;
}


/* team-member */

.team-member {
    width: 100%;
    float: left;
    margin-top: 20px;
    max-height: 200px;
    width: 100%;
    overflow: hidden;
    min-height: 200px;
}

.team-member-first {
    margin-top: 20px;
}

.team-member figure {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.team-member figure img {
    float: none;
}

.team-member .soc-buttons {
    text-align: center;
    width: 100%;
    float: left;
}

.team-member .soc-buttons a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 24px;
}

.team-member .desc {
    background-color: #333;
    text-align: center;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.team-member .desc p {
    text-align: center;
}

.team-member .desc p.name {
    width: 100%;
    float: left;
    margin-top: 0px;
    color: #fff;
    font-size: 36px;
    line-height: 24px;
}


/* offer-item */

.offers-block h2 {
    margin-bottom: 0px;
}

.offer-item {
    width: 100%;
    float: left;
    margin-top: 40px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 75px;
}

.offer-item i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 55px;
    line-height: 55px;
    height: 55px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    font-size: 24px;
}

.offer-item p {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.offer-item p.title {
    margin-top: 0px;
    font-size: 18px;
    text-transform: capitalize;
    color: #333;
}


/* ul styles */

.ul-style-2 {}

.ul-style-2 li {
    width: 50%;
    float: left;
    font-size: 18px;
}


/* magnis-tabs */

.magnis-tabs,
.magnis-tabs header,
.magnis-tabs section {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.magnis-tabs {
    margin: 0px;
    padding: 0px;
}

.magnis-tabs section,
.magnis-tabs header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ddd;
    float: left;
}

.magnis-tabs section {
    border-top-width: 0px;
    display: none;
    padding-top: 0px;
}

.magnis-tabs header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    padding: 0px;
}

.magnis-tabs header p {
    float: left;
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    margin-top: -1px;
    color: #333;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.magnis-tabs header p > span {
    width: 100%;
    position: absolute;
    left: 0px;
    background-color: #fff;
    bottom: -2px;
    height: 2px;
    z-index: 100;
    display: none;
}

.magnis-tabs header p.active > span {
    display: block;
}


/* magnis-brochure */

.magnis-brochure {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
}

.magnis-brochure header {
    width: 100%;
    float: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    text-align: center;
    line-height: 18px;
    text-transform: uppercase;
    color: #333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
}

.magnis-brochure section {
    width: 100%;
    float: left;
    padding: 20px;
    padding-top: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magnis-brochure section p {
    width: 100%;
    float: left;
}

.magnis-brochure section .button {
    width: 100%;
}

.magnis-brochure section p img {
    margin-right: 10px;
}


/* sorting-filters */

.sorting-filters {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.sorting-filters a {
    margin-left: 10px;
    text-transform: uppercase;
}

.sorting-filters a.active {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.sort-item {
    display: none;
}


/* quick-info-item */

.quick-info-item {
    width: 100%;
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
    margin-top: 40px;
}

.quick-info-item i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    font-size: 18px;
}

.quick-info-item p {
    width: 100%;
    float: left;
}

.quick-info-item p.title {
    margin-top: 0px;
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
}


/* assistance */

.assistance {
    background-color: #333;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 0px;
    color: #fff;
}


/* pricing tables */

.pr-table-1 {
    width: 100%;
    float: left;
    background-color: #333;
    margin-top: 40px;
}

.pr-table-1 header {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.pr-table-1 header p {
    margin: 0px;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    float: left;
}

.pr-table-1 header p.featured {
    margin: 0px;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    float: left;
    background-color: #444;
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    font-weight: normal;
}

.pr-table-1 header p.price {
    padding: 20px 0px;
    border: 0px solid #444;
    border-bottom-width: 1px;
    margin-top: 0px;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-weight: lighter;
}

.pr-table-1 header p.price span {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    font-weight: lighter;
}

.pr-table-1 section {
    width: 100%;
    float: left;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 30px;
    padding-bottom: 20px;
}

.pr-table-1 section p {
    text-align: center;
    width: 100%;
    float: left;
}

.pr-table-1 section ul {
    width: 100%;
    float: left;
}

.pr-table-1 section ul li {
    line-height: 31px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

.pr-table-1 section p a.button {
    float: none;
    display: inline-block;
}

.pr-table-featured {
    position: relative;
    margin-top: 20px;
}

.pr-table-2 {
    border: 1px solid #ddd;
    background-color: #fff;
}

.pr-table-2 header p.head {
    background-color: #333 !important;
}

.pr-table-2 header p.price {
    border: 0px solid #ddd;
    border-bottom-width: 1px;
    color: #333;
}

.pr-table-2 section ul li {
    color: #333;
}

.pr-table-2 header p.featured {
    color: #fff !important;
}

.pr-table-3 {
    width: 100%;
    float: left;
    margin-top: 20px;
    outline: none;
    border-collapse: collapse;
    border: 0px solid #ddd;
    border-top-width: 1px;
}

.pr-table-3 tr {
    float: left;
    width: 100%;
}

.pr-table-3 th,
.pr-table-3 td {
    width: 25%;
    float: left;
    margin: 0px;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pr-table-3 td {
    border: 0px solid #ddd;
    border-bottom-width: 1px;
    border-right-width: 1px;
    text-align: center;
    color: #333;
}

.pr-table-3 .options {
    background-color: #333;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    padding-left: 20px;
}

.pr-table-3 td.options {
    border: 0px solid #444;
    border-bottom-width: 1px;
}

.pr-table-3 thead th {
    text-transform: uppercase;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    text-align: center;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
    color: #333;
}

.pr-table-3 td a.button {
    float: none;
    display: inline-block;
}

.pr-table-3-wrapper {
    width: 100%;
    float: left;
}


/* sidebar-search */

.sidebar-search-active {
    border-width: 1px;
    border-style: solid;
}

.sidebar-search {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
    position: relative;
}

.sidebar-search i {
    position: absolute;
    left: 0px;
    top: 0px;
    float: left;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin: 10px 0px;
    width: 40px;
    border: 0px solid #ddd;
    border-right-width: 1px;
    color: #ccc;
}

.sidebar-search input[type=text] {
    width: 100%;
    float: left;
    border: 0px;
    line-height: 40px;
    height: 40px;
}

.sidebar-search input[type=text]::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

.sidebar-search input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    font-style: italic;
}

.sidebar-search input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-style: italic;
}


/* sidebar-categories */



.sidebar-categories ul {
    width: 100%;
    float: left;
}

.sidebar-categories ul li {
    width: 100%;
    float: left;
    color: #ccc;
}

.sidebar-categories ul li a {
    text-transform: capitalize;
}

.sidebar-categories ul li i {
    margin-right: 10px;
}


/* sidebar-posts */

.sidebar-posts .sorting-filters {
    margin-top: 0px;
    margin-bottom: 20px;
}

.sidebar-posts .sorting-filters a {
    margin-left: 0px;
    margin-right: 10px;
}


.sidebar-posts-item {
    width: 100%;
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 110px;
    min-height: 60px;
    margin-top: 20px;
}

.sidebar-posts-item p.title {
    margin-top: 0px;
    line-height: 21px;
}

.sidebar-posts-item p.title a {
    text-transform: capitalize;
}

.sidebar-posts-item figure {
    position: absolute;
    left: 30px;
    top: 0px;
    height: 60px;
    width: 60px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    overflow: hidden;
}

.sidebar-posts-item figure img {
    float: left;
    position: absolute;
    left: 50%;
    top: 0px;
    max-width: none;
}

.sidebar-posts-item > i {
    position: absolute;
    left: 0px;
    top: 30px;
    background-color: #333;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.sidebar-posts-item .date {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 14px;
    font-size: 12px;
}

.sidebar-posts-item .date span {
    width: 100%;
    float: left;
    color: #333;
    font-size: 12px;
}

.sidebar-comment-item {
    padding-left: 50px;
}

.sidebar-comment-item p.user {
    margin-top: 10px;
    font-size: 12px;
}

.sidebar-comment-item p.comment {
    font-style: italic;
    margin-top: 0px;
    padding-bottom: 10px;
    border: 0px solid #ddd;
    border-bottom-width: 1px;
}


/* project-item */

.project-item {
    height: auto;
    position: relative;
    padding: 0px;
    margin: 0px;
    float: left;
    overflow: hidden;
    width: 25% !important;
}

.project-item img {
    
    top: 0px;
    z-index: 10;
    min-height: 100% !important;
    width: 100% !important;
   float:right;
}

.portfolio-3-columns {
    width: 100%;
    float: left;
}

.portfolio-3-columns .project-item {
    width: 33.3333%;
}

.project-item .project-details {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: center;
}

#portfolio-list .sorting-filters {
    margin-bottom: 40px;
}

.project-item .project-details {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #333;
    background-color: rgba(51, 51, 51, 0.8);
    border-width: 1px;
    border-style: solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 100;
    display: none;
}

.project-item .project-details p {
    text-align: center;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: -20px;
    width: 100%;
}

.project-item .project-details p a {
    color: #fff;
    text-transform: capitalize;
}

.project-item .project-details p.project-tags {
    bottom: -20px;
    top: auto;
}

.project-item .project-details p.project-tags i {
    margin-right: 5px;
}

.project-item .project-details p.project-tags a {
    font-style: italic;
}

.project-item .project-details .buttons {
    width: 100%;
    float: left;
    position: absolute;
    top: 9%;
    left: 0px;
    text-align: center;
    margin-top: -20px;
    display: block;
    /* border: 1px solid red; */
    padding: 88px 0;
    cursor: pointer;
}

.project-item .project-details .buttons i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    margin: 0px 2px;
}

.project-item .project-details .buttons i:hover {
    color: #fff;
    border-color: #fff;
}


/* magnis-pagination */

.magnis-pagination {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.magnis-pagination > a,
.magnis-pagination > span {
    margin-right: 10px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magnis-pagination > span {
    line-height: 38px;
    border: 1px solid #777;
    color: #777;
    padding: 0px 20px;
}


/* single-project-details */

.single-project-details {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 20px;
}

.single-project-details p {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #111;
    width: 100%;
    float: left;
}

.single-project-details span {
    text-transform: capitalize;
    width: 80px;
    float: left;
}


/* single-project-slides */

.single-project-slides {
    width: 100%;
    float: left;
}

.social_icon ul {
    float: right;
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.single-project-slides .jcarousel-container-horizontal {
    width: 100%;
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
}


.single-project-slides .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin: 0px;
    height: auto !important;
    position: relative;
}

.single-project-slides .jcarousel-skin-tango .jcarousel-prev-horizontal {
/*    background-image: url(../images/prev-horizontal.png);*/
    left: 0px;
    z-index: 100;
    top: 100px;
}

.single-project-slides .jcarousel-skin-tango .jcarousel-next-horizontal {
/*    background-image: url(../images/next-horizontal.png);*/
    right: 0px;
    z-index: 100;
    top: 100px;
}


/* post-item */

.post-item {
    width: 100%;
    float: left;
    margin-top: 40px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 55px;
}

.post-item-single {
    margin-top: 0px;
}

.post-item .date {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-4box;
    padding-top: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    height: 55px;
    width: 55px;
    color: #fff;
    font-size: 24px;
    padding-top: 7px;
}

.post-item .date span {
    width: 100%;
    float: left;
    color: #333;
    font-size: 14px;
}

.post-item > i {
    position: absolute;
    left: 0px;
    top: 55px;
    text-align: center;
    line-height: 55px;
    width: 55px;
    color: #fff;
    background-color: #333;
    font-size: 18px;
}

.post-item .post-item-body {
    width: 100%;
    float: left;
}

.post-item .post-item-body figure {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

.post-item .post-item-body p {
    width: 100%;
    float: left;
}

.post-item .post-item-body p.title {
    font-size: 18px;
}

.post-item .post-item-body .meta {
    width: 100%;
    float: left;
    border: 0px solid #ddd;
    border-top-width: 1px;
    margin-top: 20px;
}

.post-item .post-item-body .meta p {
    width: auto;
    float: left;
    margin-right: 20px;
    font-style: italic;
    font-size: 12px;
}

.post-item .post-item-body .meta p a {
    text-transform: capitalize;
}

.post-item .post-item-body .meta p.read {
    float: right;
    margin-right: 0px;
}


/* widget-content-tags */

.widget-content-tags {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.widget-content-tags a {
    padding: 0px 10px;
    text-transform: lowercase;
    margin-right: 10px;
    margin-bottom: 10px;
}


/* single-post-releated-posts */

.single-post-releated-posts {
    width: 100%;
    float: left;
}

.single-post-releated-posts .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
    float: left;
    height: auto;
}

.single-post-releated-posts .jcarousel-container-horizontal {
    width: 100%;
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
}

.single-post-releated-posts .jcarousel-skin-tango .jcarousel-item {}

.single-post-releated-posts .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin: 0px;
    height: auto !important;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
}

.single-post-releated-posts .jcarousel-skin-tango .jcarousel-prev-horizontal,
.single-post-releated-posts .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: none;
    border: 1px solid #333;
    width: 24px;
    height: 24px;
    text-align: center;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
}

.single-post-releated-posts .jcarousel-skin-tango .jcarousel-prev-horizontal {
    margin-right: 5px;
}

.single-post-releated-posts .jcarousel-skin-tango .jcarousel-next-horizontal {
    left: 28px;
}

.single-post-releated-posts .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal {
    border: 1px solid #ccc;
    color: #ccc;
}

.single-post-releated-posts .jcarousel-skin-tango .jcarousel-next-disabled-horizontal {
    border: 1px solid #ccc;
    color: #ccc;
}

.single-post-releated-posts .carousel-navi {
    width: auto;
    float: left;
    width: 63px;
    height: 24px;
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -44px;
}


/* comment-item */

.comment-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    float: left;
    position: relative;
    min-height: 55px;
    margin: 20px 0px;
    padding-left: 75px;
}

.comment-item figure.comment-author {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
}

.comment-item .comment-entry,
.comment-item .comment-entry p {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.comment-item .comment-entry p.meta {
    margin-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: 0px solid #333;
    border-bottom-width: 1px;
}

.comment-item .comment-entry p.reply {
    margin-top: 0px;
    padding-top: 20px;
    margin-top: 20px;
    border: 0px solid #ddd;
    border-top-width: 1px;
}

.comment-item .comment-item {
    margin-top: 40px;
    margin-bottom: 0px;
}


/* add-comment-form */

.add-comment-form,
.add-comment-form p {
    width: 100%;
    float: left;
}

.add-comment-form p {}

.add-comment-form p textarea {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    color: #777;
    line-height: 21px;
    border: 1px solid #ddd;
    min-height: 150px;
}

.add-comment-form p input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #ddd;
    float: left;
    width: 345px;
    margin-right: 20px;
}

.add-comment-form p button {
    line-height: 40px;
    height: 40px;
    float: right;
    padding: 0px 15px;
    width: 140px;
    border: 0px;
    color: #fff;
    position: relative;
}

.add-comment-form p button span {
    background-color: #333;
    background-color: rgba(000, 000, 000, 0.1);
    position: absolute;
    width: 100%;
    height: 40px;
    z-index: 10;
    top: 0px;
    left: 0px;
}

.add-comment-form::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

.add-comment-form:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    font-style: italic;
}

.add-comment-form::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-style: italic;
}


/* contact-info */

.contact-info {}

.contact-info p {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 21px;
    position: relative;
    min-height: 21px;
}

.contact-info p i {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 21px;
}


/* map-canvas */

#map-canvas {
    width: 100%;
    float: left;
    height: 300px;
}


/* message-box */

.message-box {
    width: 100%;
    float: left;
    height: 47px;
    background-color: #333;
    /* margin-top: 20px; */
    position: relative;
    padding-left: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
}

.message-box > i {
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}

.message-box > p {
    float: left;
    line-height: 47px;
    margin-top: 0px;
    color: #fff;
    margin-left: 20px;
}

.message-box > p > span {
    margin: 0px 10px;
    margin-left: 0px;
}

.message-success > i {
    background-color: #6bc600;
}

.message-success > p > span {
    color: #6bc600;
}

.message-error > i {
    background-color: #e50000;
}

.message-error > p > span {
    color: #e50000;
}

.message-information > i {
    background-color: #007ec6;
}

.message-information > p > span {
    color: #007ec6;
}

.message-warning > i {
    background-color: #e49c00;
}

.message-warning > p > span {
    color: #e49c00;
}


/* featured-content-box */

.featured-content-box {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    border: 1px solid #cecece;
    margin-top: 20px;
}

.featured-content-box h3 {
    margin-bottom: 0px;
}


/* list styles */



.list-style-1 li i {
    color: #f00;
}



.list-style-2 li i {
    color: #87cd0e;
}


/* counter */

#daysOne,
#hoursOne,
#minsOne,
#secsOne {
    color: #fff;
    font-size: 72px;
    width: 160px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}

#daysOne > div,
#hoursOne > div,
#minsOne > div,
#secsOne > div {
    width: 100%;
    float: left;
    line-height: normal;
    text-align: center;
}

#daysboxDiv,
#hoursboxDiv,
#minsboxDiv,
#secsboxDiv {
    width: 160px;
    float: left;
    padding: 20px;
    position: relative;
}

#minsboxDiv img {
    vertical-align: bottom;
}

.boxImg {
    vertical-align: bottom;
    display: table-cell;
    width: 20px;
    height: 20px;
    float: left;
}

.smallText {
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.counter {
    float: left;
    width: 100%;
}

#wrapper {
    width: 640px;
    margin: 0 auto;
}


/* home 3 features */

.home-3-features {
    width: 100%;
    float: left;
    text-align: center;
}

.home-3-features-item {
    width: 100%;
    float: left;
    text-align: center;
}

.home-3-features-item i {
    display: inline-block;
    vertical-align: top;
    width: 55px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    float: none;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}

.home-3-features-item i.hover {
    color: #fff;
}

.home-3-features-item p,
.home-3-features-item h3 {
    text-align: center;
}

.home-3-features-item h3 {
    text-transform: capitalize;
    color: #333;
    font-weight: normal;
    font-size: 18px;
}

.home-3-features-item p {
    margin-top: 20px;
}


/* buy-now-block */

.buy-now-block,
.testimonials-2 {
    background-image: url(../images/page-header-bg.jpg);
    padding: 40px 0px;
}

.buy-now-block h3 {
    text-transform: capitalize;
    color: #333;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
}

.buy-now-block h3 span {
    line-height: 24px;
    font-size: 36px;
}

.buy-now-block p {
    margin-top: 0px;
}


/* testimonials-1 */

.testimonials-2 {
    width: 100%;
    float: left;
    position: relative;
}

.testimonials-2 h2 {
    margin-bottom: 40px;
    float: left;
}

.testimonials-2 .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
    float: left;
    height: auto;
}

.testimonials-2 .jcarousel-container-horizontal {
    width: 100%;
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
    position: relative;
}

.testimonials-2 .jcarousel-skin-tango .jcarousel-item {
    width: 100%;
}

.testimonials-2 .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin: 0px;
    height: auto;
    position: relative;
    padding-left: 125px;
    padding-right: 72px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonials-2 ul li img {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 55px;
    max-height: 55px;
}

.testimonials-2 ul li > i {
    position: absolute;
    left: 75px;
    top: 0px;
    font-size: 36px;
}

.testimonials-2 .jcarousel-skin-tango .jcarousel-item-horizontal p {
    width: 100%;
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    line-height: 21px;
}

.testimonials-2 .jcarousel-skin-tango .jcarousel-item-horizontal p.quote {
    font-style: italic;
    margin-top: -15px;
    margin-bottom: 20px;
}

.testimonials-2 .jcarousel-skin-tango .jcarousel-item-horizontal p i {
    width: 55px;
    text-align: center;
    font-size: 36px;
    position: absolute;
    left: 10px;
    top: 0px;
}


.testimonials-2 .jcarousel-skin-tango .jcarousel-item-horizontal p small {
    margin-top: 0px;
    font-style: normal;
    color: #777;
}

.testimonials-2 .carousel-navi {
    width: 53px;
    height: 24px;
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0px !important;
}

.testimonials-2 .jcarousel-skin-tango .jcarousel-prev-horizontal,
.testimonials-2 .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: none;
    border: 1px solid #333;
    width: 24px;
    height: 24px;
    text-align: center;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
}

.testimonials-2 .jcarousel-skin-tango .jcarousel-prev-horizontal {
    margin-right: 5px;
}

.testimonials-2 .jcarousel-skin-tango .jcarousel-next-horizontal {
    left: 28px;
}

.testimonials-2 .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal {
    border: 1px solid #ccc;
    color: #ccc;
}

.testimonials-2 .jcarousel-skin-tango .jcarousel-next-disabled-horizontal {
    border: 1px solid #ccc;
    color: #ccc;
}


/* magnis-shop-sorting */
.page_space {
    padding: 30px !important;
}
.magnis-shop-sorting {
    width: auto;
    float: left;
    margin-top: 0px !important;
    margin-bottom: 40px;
}

.magnis-shop-sorting li {
    width: auto;
    float: left;
    margin-right: 20px;
    color: #333;
}

.magnis-shop-sorting li:first-child {
    color: #777;
}

.magnis-shop-sorting li i {
    cursor: pointer;
}


/* magnis-product-item */

.magnis-product-item {
    width: 100%;
    float: left;
}

.magnis-product-item figure {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    border-top-color: #333;
    text-align: center;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.magnis-product-item .product-desc {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #ddd;
    border-top-width: 0px;
}

.magnis-product-item .product-desc p {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.magnis-product-item .product-desc a.button {
    width: 50%;
    float: left;
    padding: 0px;
    text-align: center;
}

.magnis-product-item .product-desc p.price {
    font-size: 18px;
}

.magnis-product-item .product-desc p a {
    text-transform: capitalize;
}

.magnis-product-item figure .magnis-product-item-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #333;
    background-color: rgba(51, 51, 51, 0.8);
    border-width: 1px;
    border-style: solid;
    border-top-width: 0px;
    text-align: center;
    z-index: 100;
    display: none;
    vertical-align: middle;
}



.magnis-product-item figure .magnis-product-item-hover a:hover {
    border-color: #fff;
    color: #fff;
}

.magnis-product-item figure .magnis-product-item-a-wrapper {
    width: 100%;
    float: left;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    text-align: center;
}

.magnis-product-item figure .magnis-product-item-a-wrapper a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    margin: 0px 5px;
}


/* magnis-shopping-cart */

.magnis-shopping-cart {
    position: relative;
}

.magnis-shopping-cart p {
    margin-top: 0px;
}

.magnis-shopping-cart h2 {
    margin-bottom: 40px;
}

.magnis-shopping-cart .magnis-shopping-cart-entry {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.magnis-shopping-cart .magnis-shopping-cart-entry p {
    width: 100%;
    float: left;
    border: 0px solid #ddd;
    border-bottom-width: 1px;
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.magnis-shopping-cart p span {
    width: auto;
    float: right;
}

.magnis-shopping-cart .magnis-shopping-cart-entry p:last-child {
    margin-bottom: 0px;
}

.magnis-shopping-cart p a.button-color {
    margin-right: 10px;
}

.magnis-shopping-cart i.icon-minus {
    position: absolute;
    top: 0px;
    left: auto;
    right: auto !important;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #333;
    color: #333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}


/* magnis-releated-products */



.magnis-releated-products .magnis-product-item {
    margin-top: 20px;
    margin-bottom: 0px;
}

.magnis-releated-products h2 {
    width: 100%;
}


/* magnis-product-item-single */


.magnis-product-item-single-img,
.magnis-product-item-single-desc {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magnis-product-item-single-img {
    padding-right: 20px;
    margin-bottom: 40px;
}

.magnis-product-item-single-desc {
    padding-left: 20px;
    margin-bottom: 40px;
}

.magnis-product-item-single-desc p {
    width: 100%;
    float: left;
}

.magnis-product-item-single-img img {
    min-width: 100% !important;
    min-height: 100%;
}


/* .magnis-product-item-single-img .flexslider */

.magnis-product-item-single-img .flexslider {
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    width: 100%;
    float: left;
}

.magnis-product-item-single-img .flexslider .slides {
    margin: 0px;
    float: left;
    width: 100%;
}

.magnis-product-item-single-img .flexslider {
    margin: 0px;
    background: transparent;
    border: 0px solid #fff;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
    zoom: 1;
    float: left;
    width: 100%;
}

.magnis-product-item-single-img .flexslider .slides li {
    height: auto;
}

.magnis-product-item-single-img .flexslider .slides li img {
    width: 100% !important;
    height: 100% !important;
}

.magnis-product-item-single-desc p.title {
    margin-top: 0px;
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
}

.magnis-product-item-single-desc p.scfu {
    color: #ccc;
    font-size: 12px;
}

.magnis-product-item-single-desc .price {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.magnis-product-item-single-desc .price > span {
    width: auto;
    float: left;
}

.magnis-product-item-single-desc .price .product-qty {
    width: auto;
    float: left;
    margin-left: 20px;
}

.magnis-product-item-single-desc .price .product-qty a,
.magnis-product-item-single-desc .price .product-qty input {
    float: left;
    font-size: 14px;
}

.magnis-product-item-single-desc .price .product-qty a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #333;
    color: #333;
}

.magnis-product-item-single-desc .price .product-qty input {
    margin: 0px 10px;
    width: 24px;
    line-height: 24px;
    height: 24px;
    border: 0px;
    text-align: center;
}

table.magnis-product-item-additional {
    outline: none;
    border-collapse: collapse;
    width: 100%;
    float: left;
    margin-top: 20px;
}

table.magnis-product-item-additional td {
    line-height: 30px;
    border: 0px solid #ddd;
    border-bottom-width: 1px;
    text-transform: capitalize;
}

table.magnis-product-item-additional td.td1 {
    font-weight: bold;
    color: #333;
    width: 100px;
}

form.magnis-product-item-review {
    width: 100%;
    float: left;
}

form.magnis-product-item-review p {
    width: 100%;
    float: left;
}

form.magnis-product-item-review p label {
    width: 100px;
    float: left;
}

form.magnis-product-item-review p input,
form.magnis-product-item-review p textarea {
    border: 1px solid #ddd;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form.magnis-product-item-review p input {
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    margin: 0px;
    width: 200px;
}

form.magnis-product-item-review p textarea {
    padding: 10px;
    width: 400px;
}

form.magnis-product-item-review p button {
    width: auto;
    float: left;
    line-height: 40px;
    padding: 0px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    border: 0px;
    margin-left: 100px;
}

.customers-reviews-list {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.customers-reviews-list-item {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.customers-reviews-list-item p {
    margin-top: 0px;
}

.customers-reviews-list-item p.title {
    color: #333;
    border: 0px solid #ddd;
    border-bottom-width: 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.customers-reviews-list-item p.content {
    font-style: italic;
}


/* magnis-shopping-cart-details */

.magnis-shopping-cart-details {
    width: 100%;
    float: left;
}

.magnis-shopping-cart-details p.title {
    margin-top: 0px;
    font-size: 18px;
    color: #333;
    width: 100%;
    float: left;
}

.magnis-shopping-cart-details .magnis-shopping-cart-details-table {
    outline: none;
    border-collapse: collapse;
    width: 100%;
    float: left;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.magnis-shopping-cart-details .magnis-shopping-cart-details-table td {
    vertical-align: top;
}

.magnis-shopping-cart-details .magnis-shopping-cart-details-table thead {
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.magnis-shopping-cart-details .magnis-shopping-cart-details-table thead td.td1 {
    width: 55%;
}

.magnis-shopping-cart-details .magnis-shopping-cart-details-table thead td.td2,
.magnis-shopping-cart-details .magnis-shopping-cart-details-table thead td.td3,
.magnis-shopping-cart-details .magnis-shopping-cart-details-table thead td.td4 {
    width: 15%;
}

.magnis-shopping-cart-details .magnis-shopping-cart-details-table thead td {
    line-height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
}

.magnis-shopping-cart-details .magnis-shopping-cart-details-table td {
    border: 0px solid #ddd;
    border-bottom-width: 1px;
    border-right-width: 1px;
}

.magnis-shopping-cart-details-table .product-details {
    position: relative;
    padding: 10px;
    padding-left: 120px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.magnis-shopping-cart-details-table .product-details figure {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magnis-shopping-cart-details-table .product-details p {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.magnis-shopping-cart-details-table .product-details p a.title {
    font-size: 18px;
    text-transform: capitalize;
}

.magnis-shopping-cart-details-table .product-details p a.remove {
    text-transform: capitalize;
    color: #c00;
    font-size: 12px;
}

.magnis-shopping-cart-details-table .product-price {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 18px;
}

.magnis-shopping-cart-details-table .product-total {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 18px;
}

.magnis-shopping-cart-details-table .product-qty {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    float: left;
    padding: 10px;
}

.magnis-shopping-cart-details-table .product-qty a,
.magnis-shopping-cart-details-table .product-qty input {
    float: left;
    font-size: 14px;
}

.magnis-shopping-cart-details-table td .product-qty a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #333;
    color: #333;
}

.magnis-shopping-cart-details-table .product-qty input {
    margin: 0px 10px;
    width: 24px;
    line-height: 24px;
    height: 24px;
    border: 0px;
    text-align: center;
}

.magnis-shopping-cart-details-table-wrapper {
    width: 100%;
    float: left;
}

.magnis-cart-totals {
    width: 100%;
    float: left;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
    margin-top: 20px;
}

.magnis-cart-totals tr {
    width: 100%;
    float: left;
    border: 0px solid #ddd;
    border-bottom-width: 1px;
    margin-bottom: 10px;
}

.magnis-cart-totals tr td {
    width: 50%;
    float: left;
    padding: 0px;
    padding-bottom: 10px;
}

.magnis-cart-totals tr.total {
    border: 0px solid #333;
    border-bottom-width: 1px;
    color: #333;
    margin-bottom: 0px;
}

.magnis-cart-totals tr td.td1 {
    text-align: left;
}

.magnis-cart-totals tr td.td2 {
    text-align: right;
    color: #333;
}

.magnis-cart-totals-block .button-dark {
    margin-right: 20px;
}

.magnis-promo {
    width: 100%;
    float: left;
}

.magnis-promo input {
    width: 200px;
    float: left;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
}

.magnis-shipping {
    width: 100%;
    float: left;
}

.magnis-shipping p {
    width: 100%;
    float: left;
}

.magnis-shipping p.p50 {
    width: 50%;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magnis-shipping p.p50-1 {
    padding-right: 0px;
    padding-left: 10px;
}

.magnis-shipping select {
    width: 100%;
    float: left;
    line-height: 40px;
    height: 40px;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
}

.magnis-shipping select option {
    width: 100%;
    float: left;
    line-height: 40px;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.magnis-shipping p input {
    line-height: 40px;
    height: 40px;
    float: left;
    border: 1px solid #ddd;
    padding: 0px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.magnis-shipping input[type=text]::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

.magnis-shipping input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    font-style: italic;
}

.magnis-shipping input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-style: italic;
}

.magnis-shipping .focused,
.magnis-promo .focused {
    border-width: 1px;
    border-style: solid;
}


/* magnis-checkout */



.magnis-checkout p.title {
    margin-top: 0px;
    margin-bottom: 40px;
}

.magnis-checkout-block {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 20px;
    padding-top: 0px;
}

.magnis-checkout-block p {
    width: 100%;
    float: left;
}

.magnis-checkout-block p label {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.magnis-checkout-block p select {
    width: 100%;
    float: left;
    line-height: 40px;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 10px;
}

.magnis-checkout-block p select option {
    line-height: 40px;
    height: 40px;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magnis-checkout-block input[type=text],
.magnis-checkout-block input[type=password],
.magnis-checkout-block textarea::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

.magnis-checkout-block input[type=text],
.magnis-checkout-block input[type=password],
.magnis-checkout-block textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    font-style: italic;
}

.magnis-checkout-block input[type=text],
.magnis-checkout-block input[type=password],
.magnis-checkout-block textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-style: italic;
}

.magnis-checkout-block p input {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    border: 1px solid #ddd;
    color: #333;
}

.magnis-checkout-block p.p1,
.magnis-checkout-block p.p2 {
    width: 50%;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magnis-checkout-block p.p2 {
    padding-right: 0px;
    padding-left: 10px;
}

.magnis-checkout-block .focused {
    border-width: 1px;
    border-style: solid;
}

.magnis-checkout-block p.p3 input[type=checkbox] {
    float: left;
    margin-right: 10px;
    width: auto;
    height: 21px;
    border: 1px solid #ddd;
}

.magnis-checkout-block p.p3 label {
    width: auto;
    float: left;
}

.magnis-checkout-block p .button {
    float: right;
}

.magnis-checkout-block .create-account {
    display: none;
    width: 100%;
    float: left;
}

.magnis-checkout-block p textarea {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    padding: 10px 10px;
    padding-right: 0px;
    border: 1px solid #ddd;
    color: #333;
}


/* magnis-product-total */

.magnis-product-total {
    width: 100%;
    float: left;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 40px;
}

.magnis-product-total td {
    border: 0px;
    padding: 0px;
}

.magnis-product-total tr {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.magnis-product-total thead {
    border: 0px solid #333;
    border-bottom-width: 1px;
    float: left;
    width: 100%;
    color: #333;
    font-weight: bold;
}

.magnis-product-total tbody {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.magnis-product-total tbody tr {
    border: 0px solid #ddd;
    border-bottom-width: 1px;
}

.magnis-product-total thead tr {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.magnis-product-total tbody td {
    min-height: 30px;
}

.magnis-product-total td.td1 {
    width: 5%;
    float: left;
}

.magnis-product-total td.td2 {
    width: 65%;
    text-align: left;
    float: left;
    ;
}

.magnis-product-total td.td3 {
    width: 10%;
    float: left;
}

.magnis-product-total td.td4 {
    width: 10%;
    text-align: right;
    float: right;
}

.magnis-product-total .magnis-product-total-item {
    width: 100%;
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 120px;
}

.magnis-product-total .magnis-product-total-item figure {
    position: absolute;
    left: 0px;
    top: 0px;
    max-height: 100px;
    max-width: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magnis-product-total .magnis-product-total-item p {
    width: 100%;
    float: left;
    margin: 0px;
}

.magnis-product-total .magnis-product-total-item p.title {
    margin-bottom: 10px;
    font-size: 18px;
}


.magnis-product-total tbody tr.sec1 td {
    min-height: 30px;
}

.magnis-product-total tbody tr.sec1 td.td1 {
    font-weight: bold;
    color: #333;
}

.magnis-product-total tbody tr.sec2 {
    border: 0px solid #333;
    border-bottom-width: 1px;
}



.magin-payment-option {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

.magin-payment-option p {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    line-height: 18px;
}

.magin-payment-option p.desc {
    margin: 10px 0px;
    margin-bottom: 20px;
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 10px;
}

.magin-payment-option p input[type=radio] {
    width: auto;
    float: left;
    line-height: 18px;
    height: 18px;
    margin-right: 10px;
}

.magin-payment-option p label {
    width: auto;
    float: left;
}


/* magnis-404 */

.magnis-404 {
    width: 100%;
    float: left;
    text-align: center;
}

.magnis-404 span {
    width: 100%;
    float: left;
    font-size: 128px;
    color: #333;
    line-height: 128px;
    font-weight: bold;
    text-align: center;
}

.magnis-404 p {
    text-align: center;
    width: 100%;
    float: left;
}

.magnis-404 #magnis-404-search {
    float: none;
    display: inline-block;
    margin-top: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

.magnis-404 #magnis-404-search i {
    float: left;
    width: 40px;
    height: 18px;
    line-height: 18px;
    margin: 10px 0px;
    border: 0px solid #ddd;
    border-right-width: 1px;
    text-align: center;
    color: #ccc;
}

.magnis-404 #magnis-404-search input {
    border: 0px;
    line-height: 38px;
    margin: 0px 20px;
    height: 38px;
}

.magnis-404 #magnis-404-search input::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

.magnis-404 #magnis-404-search input:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    font-style: italic;
}

.magnis-404 #magnis-404-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-style: italic;
}


/*	settings-wrapper	*/

.settings-wrapper {
    width: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 2000;
}

.settings-wrapper .show-settings {
    float: right;
    width: 40px;
    height: 40px;
}

.settings-wrapper .show-settings i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #444;
    color: #fff;
    float: right;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

.settings-block {
    background-color: #fff;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 0px;
    width: 100%;
    float: left;
}

.settings-block h3 {
    font-weight: normal;
    margin-bottom: 20px;
}

.settings-block ul {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.settings-block ul li {
    width: 15px;
    float: left;
    margin-right: 10px;
}

.settings-block ul li a {
    width: 100%;
    float: left;
    line-height: 15px;
    height: 15px;
    border: 2px solid #eee;
}

.settings-block ul li a.c01 {
    background-color: #37c878;
}

.settings-block ul li a.c02 {
    background-color: #d81919;
}

.settings-block ul li a.c03 {
    background-color: #f3a600;
}

.settings-block ul li a.c04 {
    background-color: #79bf00;
}

.settings-block ul li a.c05 {
    background-color: #11b7e7;
}

.settings-block ul li a.c06 {
    background-color: #616ff3;
}

.settings-block ul li a.p01 {
    background-image: url(../images/patterns/01.png);
}

.settings-block ul li a.p03 {
    background-image: url(../images/patterns/03.png);
}

.settings-block ul li a.p04 {
    background-image: url(../images/patterns/04.png);
}

.settings-block ul li a.p05 {
    background-image: url(../images/patterns/05.png);
}


/*	slider #1	*/

.slider1,
.slider2 {
    float: left;
    width: 100%;
    background-color: #5e5e61;
    position: relative;
}

.slider1 .carousel {
    overflow: hidden;
    margin-bottom: 0px;
}

.slider1 .carousel .caption-wrapper {
    max-width: 1180px;
    float: none;
    margin: 0px auto;
    text-align: center;
}

.slider1 .carousel .carousel-caption {
    background: rgba(0, 0, 0, 0.50);
}

.slider1 .carousel .carousel-caption p {
    color: #ccc;
    text-align: center;
}

.slider1 .carousel .carousel-caption h4 {
    text-align: center;
}

.slider1 .carousel .carousel-control {
    border: 0px;
    background-color: transparent;
}

.slider1 .carousel .carousel-control i {
    font-size: 24px;
}

.slider1 .flexslider {
    width: 100%;
    float: left;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0px;
    border-width: 0px !important;
    ;
    position: relative;
    z-index: 10;
}

.slider1 .flexslider ul.slides {
    padding: 0px !important;
    border-width: 0px !important;
    ;
}

.slider1 .flexslider ul.slides li {
    border-width: 0px !important;
    ;
    position: relative;
}

.slider1 .flexslider .flex-viewport {
    padding: 0px !important;
    margin: 0px !important;
    overflow: hidden;
    border-width: 0px !important;
}

.slider1 .flexslider .flex-control-nav {
    z-index: 100;
    float: left;
    width: 100%;
    bottom: 10px;
}


/* Control Nav */

.slider1 .flexslider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    border: 0px solid #f00;
    margin: 0px !important;
}

.slider1 .flexslider .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.0);
}

.slider1 .flexslider .flex-control-paging li a:hover {
    background: #333;
}

.slider1 .flexslider .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    cursor: default;
}


/* Direction Nav */

.slider1 .flexslider .flex-direction-nav {
    *height: 0;
    border: 0px solid #f00;
    margin: 0px !important;
}

.slider1 .flexslider .flex-direction-nav a {
    width: 50px;
    height: 50px;
    margin: -25px 0 0;
    display: inline-block;
    background: url(../images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    border: 0px solid #f00;
}

.slider1 .flexslider .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 0px !important;
}

.slider1 .flexslider .flex-direction-nav .flex-prev {
    left: 0px !important;
}

.slider1 .flexslider:hover .flex-next {
    opacity: 0.8;
    right: 0px;
}

.slider1 .flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 0px !important;
}

.slider1 .flexslider:hover .flex-next:hover,
.slider1 .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.slider1 .flexslider .flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}

.slider1 .flexslider ul.slides li .container {
    position: absolute;
    top: 0px;
    z-index: 100;
    left: 50%;
}

.slider1 .flexslider ul.slides li .flex-slide-description-1 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 200px;
}

.slider1 .flexslider ul.slides li .flex-slide-description-1 h1 {
    color: #fff;
    font-size: 64px;
    text-shadow: #666 0px 0px 5px;
}

.slider1 .flexslider ul.slides li .flex-slide-description-1 p {
    color: #333;
    font-size: 24px;
}

.slider1 .flexslider ul.slides li .flex-slide-description-2 {
    background-color: #333;
    background-color: rgba(000, 000, 000, 0.6);
    padding: 20px;
    float: right;
    width: 300px;
    margin-right: 100px;
    margin-top: 50px;
}

.slider1 .flexslider ul.slides li .flex-slide-description-2 {
    color: #fff;
}

.slider1 .flexslider ul.slides li .flex-slide-description-2 h1 {
    color: #fff;
    margin-bottom: 20px;
}

.slider1 .flexslider ul.slides li .flex-slide-description-2 p a {
    margin-top: 20px;
}

.slider1 .flexslider ul.slides li .flex-slide-description-3 {
    width: 100%;
    float: left;
    margin-top: 300px;
    text-align: center !important;
}

.slider1 .flexslider ul.slides li .flex-slide-description-3 h1 {
    margin-bottom: 0px;
    background-color: #fff;
    padding: 10px 20px;
    color: #333;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: auto !important;
    float: none !important;
    display: inline-block;
}

.slider1 .flexslider ul.slides li .flex-slide-description-3 p {
    margin-bottom: 0px;
    background-color: #333 !important;
    color: #fff !important;
    text-transform: capitalize;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto !important;
    float: none !important;
    display: inline-block;
}


/*	layer-slider-block	*/



.layer-slider-block .width-1 {
    width: 500px;
}

.layer-slider-block .width-2 {
    width: 960px;
    text-align: center;
}

.layer-slider-block .width-3 {
    width: 360px;
    text-align: center;
}

.layer-slider-block .h1-style {
    font-size: 100px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 100px;
    text-align: center;
}

.layer-slider-block .p-style-1 {
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
}

.layer-slider-block .p-style-2 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}

.layer-slider-block .h1-style-2 {
    text-align: center;
    color: #333;
    font-size: 64px;
    line-height: 64px;
    text-transform: uppercase;
}

.layer-slider-block .h1-style-3 {
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
}

.layer-slider-block .h1-style-3 span {
    color: #fff;
}

.layer-slider-block .dotted {
    color: #333;
    font-size: 64px;
    height: 64px;
}

.layer-slider-block .video-block {
    width: 460px;
}

.slider2 {
    background-color: transparent !important;
}


/* home-slider flexslider */

.home-slider .flexslider {
    width: 100%;
    overflow: hidden;
    float: left;
    margin: 0 0 0px;
    background: transparent;
    border: 0px solid #fff;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
    zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home-slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px !important;
    text-align: center;
}

.sl-navi {
    width: auto;
    float: left;
    margin-left: 20px;
}

.sl-navi a {
    line-height: 26px;
    border: 1px solid #333;
    text-align: center;
    width: 26px;
    float: left;
    font-size: 14px;
}

.sl-navi a.forward {
    margin-left: 5px;
}

.sl-carousel-wrapper {
    width: 10000px;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.sl-carousel-block {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}

.magnis-boxed-container {
    max-width: 1250px;
    position: relative;
    float: none;
    margin: 0px auto;
}



.magnis-boxed-container .gray-line {
    width: 100%;
    top: 125px;
}

.magnis-boxed-wrapper {
    width: 100%;
    float: left;
    background-image: url(../images/patterns/03.png);
}

.magnis-boxed-inner {
    background-color: #fff;
    width: 100%;
    float: left;
}
.erp_button {
    background-color: #131e22 ;
    color: #fff;
    padding: 10px;
    line-height: 34px;
    font-size: 16px;
    margin-left: 4px;
    border-radius: 2px;
	width: 150px;
    text-align: center;
}

.erp_button:hover {
    background-color: #2F5202;
	cursor: pointer;
	-webkit-transition: background-color 0s ease-out;
	-moz-transition: background-color 0s ease-out;
	-o-transition: background-color 0s ease-out;
	transition: background-color 0s ease-out;
}



.side_horizontal_bar_icon{
		background: #48750c; border-bottom-left-radius: 8px;padding:14px;color:#fff;font-size: 24px !important;float: left;margin-right:10px;
}
.side_horizontal_bar > span{
	color:#2f5202;
}
.side_horizontal_bar{
	position:fixed;
	width:260px;
	/*background: url(https://www.dpsallahabad.com/images/notification-bg.gif-)#ec774b;*/
	background: #fff;
	top: 45%;
	left:-104px;
	line-height:24px;
	z-index:100000;
	font-size: 12px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 10px;
	-ms-transform: rotate(-90deg); 
	/* IE 9 */-webkit-transform: rotate(-90deg); 
	/* Chrome, Safari, Opera */transform: rotate(-90deg);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	line-height: 45px;
}
.side_horizontal_bar:hover{
	background:#2f5202;
	color:#fff;
	transition: outline 0.6s, border 0.6s, color 0.6s;
}
.side_horizontal_bar:hover > span{
		color:#fff
}
.side_horizontal_bar:hover > .side_horizontal_bar_icon{
	color:#fff;	
}


.m-footer-logo img{margin-top:13px;}
.m-footer-school{margin-left: -73px;}
.m-footer-social{float:right;margin-top:20px;}
.m-footer-copyrights{float:right;margin-top:0px;}
.m-footer-copyrights p{text-align:right; color: #fff;}

.internalpage{margin-top:30px;margin-bottom:40px;}

.scholastic, .coscholastic{width:100%;text-align:center;padding:20px;margin-top:20px;font-size:30px;color:#a0447f;}
.scholastic1, .scholastic2, .scholastic3, .scholastic4{width:24%;background:#a0447f;padding:20px;text-align:center;float:left;color:#fff;line-height:30px;font-size:20px;margin-bottom: 20px;}

.coscholastic1, .coscholastic2{width:24%;background:#a0447f;padding:20px;text-align:center;float:left;color:#fff;line-height:30px;font-size:20px;margin-bottom: 20px;}
.coscholastic3{width:49%;background:#a0447f;padding:20px;text-align:center;float:left;color:#fff;line-height:30px;font-size:20px;}

.enquirylabel{text-align:right;line-height:26px;}
#slider-mobile {z-index:-2 !important;}


.braches-head{padding:100px 0px;}

.about-sis-cover{margin-top:20px; background: rgba(0, 0, 0, 0.4);padding: 20px;max-height: 463px;}
.about-sis{color:#fff;font-size: 18px;line-height: 30px;text-align: center;text-shadow: 0px 2px #000;}


.iconquicklinksnew{filter: grayscale(0%);transition: transform .2s;margin-bottom:20px;border: 5px solid #e4e4e4;z-index: 2;position: relative;    width: 100px;
    height: 100px;}
.iconquicklinksnew:hover{filter: grayscale(0%);transition: transform .2s;}
.partnerlinkgrey{filter: grayscale(100%);transition: transform .2s;}
::-moz-selection{background:#ffb606;color:#fff !important;}
::selection{background:#ffb606;color:#fff !important;}


.alumni-bg { background:linear-gradient(to bottom, rgb(255, 108, 0), rgb(252, 159, 90)); z-index:1; overflow: hidden; width: 300px!important; border-radius: 3px; height: 364px;}
.faculty{ background:linear-gradient(to bottom, rgb(255, 108, 0), rgb(252, 159, 90)); z-index:1; overflow: hidden; width: 300px!important; border-radius: 3px; height: 364px;}
.alumni-bg ul li{width:300px !important; margin:auto; height: 350px; margin-top:28px}
.faculty ul li {width:300px !important; margin:auto; height: 350px;margin-top:28px}
.pic{width: 150px; height: 150px; border-radius: 50%; border: 4px solid #ffdc99; overflow: hidden;margin:auto;margin-top:12px;}
.alumni{text-align: center; margin: auto; display: block;}
.pic img{width: 150px;height: 150px;}

h3.alumni-title {color:#fff;display: block; float: none; text-align: center; line-height: 12px; padding: 20px 0 0px 1px; margin: 0px; top: 0; line-height: 0; left:0}
h3.alumni-title small {line-height: 39px; padding: 0px; margin: 0px;color:#fff}
p.alumni-description { position: relative; color: #fff; width: 90%; margin: auto; text-align:center}
/* p.alumni-description:before {content: "\f10d";font-family: FontAwesome;font-weight: 900;position: absolute;top:24px; left: 1px;font-size: 20px;color: rgba(41, 37, 37, 0.5);}
p.alumni-description:after{content: "\f10e"; font-family: FontAwesome; font-weight: 900; font-size: 20px; color: rgba(41, 37, 37, 0.5); position: absolute; bottom: -10PX; margin: 0 0 0 5px;}
 */

 table.responsive-table   {  background-color:#eaeaea; }
 .responsive-table td, th { border:2px solid #fff; background-color:#eaeaea; text-align:center;   vertical-align:middle; } 
 .responsive-table .heading-tr {  background-color:#d1d1d1;     line-height:32px; font-size:1.3em; }
 table.tbl_tpr img {height: 200px;border:1px double #ff6c00;border-radius: 0;border-width: 5px;margin-top: 22px;}
.border1{ border:none;}

.all-imgs ul {text-align: center;}
.all-imgs ul li {display: inline-block;}
.all-imgs img{border: 2px solid #0080004a; box-shadow: 0px 0px 10px 0px #4f42928f; margin: 17px 16px}
.all-imgs h4 { text-align: center; padding: 0px; margin: 0px; line-height: 6px; margin-bottom: 20px}


.b_box {margin: 40px 0 20px 0;}

.tooltip-main {
 
  background: var(--primary_color)!important;
 
}

.vice_box {background: #fec84e;padding: 20px 40px;
    border-radius: 10px;
}

.vice_box p {text-align: justify;}
.vice_box h1 {color: #000; font-style: inherit;}

.demo {float: right;
    padding: 5px 30px;
    width: 300px;
	border-radius:15px;
}


.our_box {background: #fec84e;padding: 20px 40px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.our_box p {text-align: justify;}
.our_box h1 {color: #000; font-style: inherit;}

.member_box  {text-align: justify; background: #fec84e; padding:15px;  border-radius: 15px;}
.member_box {margin: 50px 0;}
.member_box h6 span {font-weight: 400;}


.member_img {text-align: center; width: 100%;}
.member_img h6 {text-align: center;}

.member_img img {width: 60%; margin-top: 40px;}

.testi_box a {text-align: right; text-decoration: none; width: 100%; float: right; margin: 8px 0; color: #fec84e;}
.testi_box strong {text-align: right; width: 100%; float: right; color: var(--primary_color); font-style: 15px;}

.testi_box h6 {font-size: 16px;}
.swelcome a:hover {
    color: #292929;
    background: var(--standard_color);
}
.eve-box {
    background: var(--standard_color);
    padding: 5px 5px 0 5px;
    border-radius: 12px;
    margin-bottom: 25px;
}
.upates-dv .post-list:nth-child(1), .upates-dv .post-list:nth-child(2) {
    margin-bottom: -25px;
    background: white;
}
.eve-box h4 {
    margin: 0;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #3a0000;
    font-weight: bold;
}
a {
    text-decoration: none !important;
}
.eve-detail {
    height: 60px;
    align-items: center;
    display: flex;
    width: 100%;
    padding: 8px 0;
    justify-content: center;
}
.eve-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    background: white;
    padding: 5px;
}
.eve-box:hover {
    background: var(--primary_color);
    transition: all 0.3s ease-out;
}
.eve-box:hover h4 {
    color: white;
}
.tf__about_video {
    position: relative;
    margin-bottom: 50px;
}
.tf__about_video .tf__community_img {
    height: 500px;
}
.tf__community_img {
    position: relative;
    margin-top: 45px;
    margin-right: 35px;
    z-index: 1;
    height: 340px;
}
.tf__about_video .tf__community_img img {
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
}
.tf__community_img_overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000054;
    border-radius: 16px;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tf__community_img::after {
    position: absolute;
    content: "";
    width: 350px;
    height: 265px;
    background: var(--standard_color);
    border-radius: 6px 16px 6px 6px;
    top: -35px;
    right: -35px;
    z-index: -1;
    -webkit-border-radius: 6px 16px 6px 6px;
    -moz-border-radius: 6px 16px 6px 6px;
    -ms-border-radius: 6px 16px 6px 6px;
    -o-border-radius: 6px 16px 6px 6px;
}
.tf__play_btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: white;
    color:var(--primary_color);;
    border-radius: 50%;
    font-size: 14px;
    display: block;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.tf__play_btn::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background:var(--standard_color);;
    top: -10px;
    left: -10px;
    z-index: -2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation: play_btn_animi 1.5s ease-in-out infinite;
    -webkit-animation: play_btn_animi 1.5s ease-in-out infinite;
}
.b-m-bx .carousel {
    padding-right: 0;
}
.tf__play_btn::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--standard_color);
    top: -10px;
    left: -10px;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.infra_icon ul li img:hover {
    border: 2px solid var(--standard_color);
    cursor: pointer;
}
.tf__play_btn i {
    line-height: 50px;
    /* color: #046424; */
    font-size: 26px;
    position: relative;
    left: 2px;
    top: 1px;
}
@keyframes play_btn_animi {
    from {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
    }
}
.infra_heading h3 {
    position: relative;
}
#popuplink, #inline{
    display: none;
}

.wel-popup {
    width: 500px;
    padding: 0 !important;
    position: relative !important;
    overflow: initial !important;
}
.close-pop i {
    position: absolute;
    right: -20px;
    top: -12px;
    z-index: 999;
    color: white;
    font-size: 20px;
}
.wel-popup img {
    width: 100%;
}
.fancybox-container a {
    width: inherit;
}
a.close-pop {
    position: absolute;
}

#birth-slider .carousel-control-next, #birth-slider .carousel-control-prev{
    position: absolute !important;
    top: 50% !important;
    width: 50px !important;
}
#birth-slider .carousel-control-next {
    left: inherit;
}
.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e);
}
.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
}
.latest-text marquee {
    height: 70px;
    display: flex;
    width: 100%;
    align-items: center;
}
.align_center{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
  .head-f {
    text-align: center;
    margin: 0 5px;
    padding: 10px 0;
    background: var(--primary_color) !important;
    color: white;
    font-size: 24px;
  }
  h4.live {
    color: var(--primary_color) !important;
    line-height: 1.25;
    font-size: 35px;
    font-weight: 400;
    text-transform: none;
    margin: 0 auto 0px auto;
    text-align: center;
  }
button.info:hover {
    border: 1px solid var(--primary_color);
    background: none;
    color: var(--primary_color);
}
.form-control:focus {
    box-shadow: none !important;
    border: 1px solid var(--primary_color) !important;
}
button.info {
    background-color: var(--primary_color);
    padding: 6px 35px;
    color: white;
    font-weight: 500;
    border-radius: 25px;
    margin-left: 33px;
    outline: none;
    border: 1px solid var(--primary_color);
}
  label {
    font-weight: 500 !important;
    color: #676565;
  }
  .main-div .form-group {
      margin-bottom: 15px;
  }
  .req {
    color: red;
  }
  .line{

    height: 2px; width: 87px; background-color: var(--primary_color) !important; margin: 0px; margin-left: 47%; margin-top: 15px;
  }
  .main-div{
    border: 1px solid var(--standard_color) !important; padding: 25px; box-shadow: 1px 1px 15px #d4d4d4; border-radius: 10px;margin-bottom: 50px;
  }
  .error{
    color: red;
  }
  .center{
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #222;
    clear: both;
  }
  .desc {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px;
  }
  .text-center {
    text-align: center;
}
.main-content small {
    float: inherit !important;
    color: red;
}
.content {
    text-align: left;
}
.main-content .form-group {
    margin-bottom: 20px;
    text-align: left;
}
.main-content .form-group label, .main-content .form-group input, .main-content .form-group select {
    font-size: 13px;
}
label {
    font-weight: 500 !important;
    color: #676565;
}

.tf__event {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* .tf__event .shape_1 {
    display: block;
    width: 125px;
    height: 90px;
    position: absolute;
    top: 100px;
    left: 5px;
    animation: zoom_animi linear 2s infinite alternate;
    -webkit-animation: zoom_animi linear 2s infinite alternate;
}

.tf__event .shape_2 {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 50px;
    left: 10%;
    animation: shake_animi linear 1s infinite alternate;
    -webkit-animation: shake_animi linear 1s infinite alternate;
}

.tf__event .shape_3 {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 27%;
    right: 13%;
    animation: zoom_animi linear 2s infinite alternate;
    -webkit-animation: zoom_animi linear 2s infinite alternate;
} */

.tf__single_event {
    background: white;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #E3E8EF;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.tf__single_event_date {
    border-right: 1px solid #E3E8EF;
    background: #FFF6F3;
    width: 170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-align: center;
}

.tf__single_event_date img {
    border-radius: 4px;
    width: 130px !important;
    height: 130px !important;
    /* margin-top: 15px; */
    /* margin-bottom: 25px; */
    object-fit: cover;
}

.tf__single_event_date h2 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 13px;
    text-align: center;
}

.tf__single_event_date h2 span {
    font-weight: 600;
    font-size: 16px;
    color: var(--paraColor);
    display: block;
    width: 100%;
    margin-top: 5px;
}
.tf__single_event_text {
    width: 68%;
    padding: 30px;
    text-align: left;
}
.tf__single_event_text h3 {
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #4c4c4c;
}
.tf__single_event_text h3:hover{
    color: var(--standard_color);
}
.tf__single_event_text ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0px 10px 0px;
    padding: 0;
}

.tf__single_event_text ul li {
    font-weight: 500;
    font-size: 15px;
    color: #7c7c7c;
    margin-right: 20px;
    margin: 4px 0;
    width: 100%;
}

.tf__single_event_text ul li i {
    margin-right: 5px;
    color: var(--standard_color);
}

.tf__single_event_text p {
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tf__single_event_text a {
    font-weight: 500;
    font-size: 16px;
    color: var(--standard_color);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_event_text a i {
    margin-left: 5px;
}

.tf__single_event_text a:hover {
    color: var(--colorBlack);
}

.tf__single_event:hover {
    box-shadow: var(--boxShadow);
}

.tf__event_page .tf__single_event {
    background: #f4f6f8;
}
.tf__event_details_img {
    border-radius: 8px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.tf__event_details_area h2 {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid #E3E8EF;
    padding-bottom: 30px;
}

.tf__event_details_text h1,
.tf__event_details_text h2,
.tf__event_details_text h3,
.tf__event_details_text h4,
.tf__event_details_text h5,
.tf__event_details_text h6 {
    font-weight: 600;
    margin-top: 30px;
}

.tf__event_details_text h1 {
    font-size: 32px;
}

.tf__event_details_text h2 {
    font-size: 28px;
}

.tf__event_details_text h3 {
    font-size: 20px;
}
.tf__event_details_text ul li b {
    color: #ff9b24;
}

.tf__event_details_text h4 {
    font-size: 18px;
}

.tf__event_details_text h5 {
    font-size: 18px;
}

.tf__event_details_text h6 {
    font-size: 16px;
}

.tf__event_details_text p {
    margin-top: 20px;
}

.tf__event_details_text ul,
.tf__event_details_text ol {
    margin-top: 25px;
}

.tf__event_details_text ul li,
.tf__event_details_text ol li {
    position: relative;
    padding-left: 40px;
    margin-top: 20px;
}

.tf__event_details_text ul li::after,
.tf__event_details_text ol li::after {
    position: absolute;
    content: "";
    background: url(../images/check_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    top: 0px;
    left: 0;
}

.tf__sidebar_event {
    border-top: 1px solid #E3E8EF;
    margin-top: 30px;
    padding-top: 25px;
}

.tf__sidebar_event ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.tf__sidebar_event ul li .date {
    background: #edf1f6;
    height: 80px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    margin-right: 15px;
}

.tf__sidebar_event ul li .date h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.tf__sidebar_event ul li .date p {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--headingFont);
}

.tf__sidebar_event ul li .text {
    width: 71%;
}

.tf__sidebar_event ul li .text a {
    font-weight: 600;
    font-size: 16px;
    color: var(--colorBlack);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__sidebar_event ul li .text a:hover {
    color: var(--standard_color);
}

.tf__sidebar_event ul li .text p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.tf__sidebar_event ul li .text p span i {
    color: var(--standard_color);
    margin-right: 5px;
}

.tf__sidebar {
    border: 1px solid #E3E8EF;
    box-shadow: 0px 16px 40px rgba(43, 56, 88, 0.08);
    border-radius: 8px;
    padding: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.tf__sidebar h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.tf__sidebar_search form {
    position: relative;
}

.tf__sidebar_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border-radius: 8px;
    background: var(--standard_color);
    color: white;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.tf__sidebar_search button:hover {
    background: var(--colorBlack);
    color: white;
}

.tf__sidebar_categories,
.tf__sidebar_post {
    border-top: 1px solid #E3E8EF;
    margin-top: 30px;
    padding-top: 25px;
}

.tf__sidebar_categories ul li a {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    color: var(--paraColor);
    margin-top: 15px;
    padding-left: 20px;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__sidebar_categories ul li a::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--standard_color);
    border-radius: 50%;
    top: 8px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.tf__sidebar_categories ul li a:hover {
    color: var(--standard_color);
}

.tf__sidebar_categories ul li a span {
    font-weight: 600;
}

.tf__sidebar_post ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.tf__sidebar_post ul li .img {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.tf__sidebar_post ul li .text {
    width: 66%;
}

.tf__sidebar_post ul li .text a {
    font-weight: 600;
    font-size: 16px;
    color: var(--colorBlack);
    margin-bottom: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tf__sidebar_post ul li .text p {
    font-weight: 600;
    font-size: 16px;
}

.tf__sidebar_post ul li .text p i {
    color: var(--standard_color);
    margin-right: 5px;
}

.tf__sidebar_post ul li .text a:hover {
    color: var(--standard_color);
}
.tf__sidebar_course_video {
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 25px;
}

.tf__sidebar_course_video_overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000054;
    border-radius: 16px;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tf__sidebar_course_enrole .list {
    margin-bottom: 18px;
}

.tf__sidebar_course_enrole .list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 18px;
    color: var(--colorBlack);
    border-bottom: 1px solid #e9eff7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.tf__sidebar_course_enrole .list li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.tf__sidebar_course_enrole .list li span {
    font-weight: 600;
    color: var(--colorBlack);
    text-transform: capitalize;
}

.tf__sidebar_course_enrole .list li span i {
    color: black;
    width: 25px;
}

.tf__sidebar_course_enrole .tf__common_btn,
.tf__sidebar_course_enrole .tf__common_btn2 {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.tf__sidebar_course_enrole .share {
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    padding: 0;
}

.tf__sidebar_course_enrole .share li {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--colorBlack);
}

.tf__sidebar_course_enrole .share li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ddd;
    color: white;
    border-radius: 50%;
    margin-left: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
}

.tf__sidebar_course_enrole .share li a.facebook {
    background: #1877F2;
}
.tf__sidebar_course_enrole .share li a i {
    line-height: 37px;
}
.tf__sidebar_course_enrole .share li a.linkedin {
    background: #2E78B6;
}

.tf__sidebar_course_enrole .share li a.twitter {
    background: #03A9F4;
}

.tf__sidebar_course_enrole .share li a.pinterest {
    background: #CB2027;
}

.tf__sidebar_courses ul li .text p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tf__sidebar_courses ul li .text p span {
    display: flex;
}

.tf__sidebar_courses ul li .text p span img {
    margin-right: 8px;
    display: block;
    width: 25px !important;
    height: 25px !important;
}
.tf__common_btn {
    background: var(--primary_color);
    color: white;
    text-transform: capitalize;
    padding: 16px 33px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.tf__common_btn:hover {
    background: var(--standard_color);
    color: white;
}
.main-gallery img:hover {
    border: 10px solid var(--standard_color);
}
.main-gallery img {
    border: 10px solid #f1ecec;
    border-radius: 5px;
    padding: 8px;
    height: 200px;
    object-fit: cover;
    width: 100%;
}
img.ab-pg-img {
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 24px;
}
.tf__section_heading h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
}
.tf__section_heading p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: var(--paraColor);
}
.tf__blog_details_text .tf__quote {
    position: relative;
    background: #FFF7ED;
    border-left: 3px solid var(--standard_color);
    border-radius: 8px;
    padding: 50px 30px;
    margin-top: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
img.mi-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    padding: 11px;
    background: white;
    box-shadow: 0 0 10px #d8d8d8;
    margin-bottom: 25px;
}
.tf__blog_details_text .tf__quote p {
    margin: 0;
    margin-bottom: 35px;
    font-size: 16px;
    font-style: italic;
    text-align: justify;
}
.mission .tf__blog_details_text .tf__quote::after {
    content: "\f140";
    font: normal normal normal 78px/1 FontAwesome;
}
.vision .tf__blog_details_text .tf__quote::after {
    content: "\f06e";
    font: normal normal normal 78px/1 FontAwesome;
}
.tf__blog_details_text .tf__quote::after {
    position: absolute;
    content: "\f10d";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 60px;
    color: var(--standard_color);
    top: -40px;
    right: 40px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.tf__blog_details_text .tf__quote h5 {
    position: relative;
    margin: 0;
    padding-left: 50px;
    font-size: 22px;
    line-height: 1.4;
}
.tf__blog_details_text .tf__quote h5::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    background: var(--standard_color);
    top: 12px;
    left: 0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
.internalpage .internalpage {
    box-shadow: none !important;
    padding: 0;
}
.internalpage .col-m1d-12 {
    position: relative;
}








@media only screen and (max-width:767px){
marquee {
    white-space: inherit !important;
}

.tf__community_img::after{
    display: none;
}
.tf__community_img {
    margin: 0;
    height: 300px !important;
}
.infra_icon ul {
    flex-wrap: wrap;
}
.infra_icon ul {
    padding: 0;
}
.infastructure {
    padding: 0 !important;
}
.infra_icon ul li {
    width: 50%;
}
.latest-text {
    line-height: normal !important;
}
ul.news1-ul {
    display: flex;
}
ul.news1-ul li h4 {
    white-space: nowrap;
}
.swelcome h4 {
    font-size: 22px !important;
}
.container.mt-5 {
    margin-top: 10px !important;
}
.main-head {
    height: 40px !important;
}
.new_title {
    font-size: 20px !important;
}
.content {
    padding: 0 !important;
}
h2.content-title.new_title span {
    font-size: 14px !important;
}
.tf__single_event_date img {
    width: 80px !important;
    height: 80px !important;
}
.tf__single_event_date {
    width: 120px;
}
.tf__single_event_date {
    padding: 8px;
}
.tf__single_event_text {
    width: 61%;
    padding: 8px;
}
.tf__single_event_text h3 {
    font-size: 16px;
}
.tf__single_event_date h2 {
    font-size: 20px;
    margin-top: 8px;
}
.tf__single_event_text ul {
    margin: 5px 0px 5px 0px;
}
.tf__sidebar {
    padding: 16px;
    margin-top: 25px;
}
.tf__event_details_text h1, .tf__event_details_text h2, .tf__event_details_text h3, .tf__event_details_text h4, .tf__event_details_text h5, .tf__event_details_text h6 {
    margin-top: 15px;
}
.main-gallery img {
    width: 100%;
    margin-bottom: 20px;
}
.container .container {
    padding: 0;
}
.col-lg-6.col-md-6.col-sm-6.paddlr {
    padding: 0;
}
.main-div {
    padding: 15px;
}
iframe {
    width: 100%;
    height: auto;
}
.col-md-10.pe-5 {
    padding: 0 !important;
}
.tf__blog_details_text .tf__quote::after {
    top: -25px;
}
.tf__blog_details_text .tf__quote {
    padding: 48px 16px;
}
img.mi-img {
    height: 175px;
}
.copyright_text {
    margin-top: 15px;
}
.tf__section_heading h2 {
    font-size: 24px;
}
.tf__event_details_area h2 {
    margin-top: 15px;
    font-size: 20px;
    padding-bottom: 15px;
}










}