/*------------------------------------------------------------------
    Version: 1.0
-------------------------------------------------------------------*/

/* @import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,900'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gidugu&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    /* font-family: 'Raleway', sans-serif; */
    line-height: 1.80857;
    background-color: #fff !important;
}

.gidugu-font{
    font-family: 'Gidugu', sans-serif;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
 
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #4e4e4e; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4e4e4e; 
}
.container-fluid{
padding:0 !important;
margin:0 !important;
}


a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

ul, li, ol{
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/*------------------------------------------------------------------
    WP CORE
-------------------------------------------------------------------*/

.first {
    clear: both
}

.last {
    margin-right: 0
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

a img.alignnone {
    margin: 10px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}



/*------------------------------------------------------------------
    Top head
-------------------------------------------------------------------*/

.top-bar{
	background: #1d56aa;
}
.left-top{
	padding: 3px 0px; 
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
    position: static;
}

.megamenu .container-fluid {
    position: relative;
}

.megamenu .dropdown-menu {
    left: auto;
}

.megamenu .megamenu-content {
    padding: 20px 30px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.megamenu .list-unstyled {
    min-width: 200px;
}
.header_logo img{
    margin-left: 10px;
    margin-right: 10px;
}
.header_style {
    background: #4b332f;
    /* background: rgba(118, 67, 34, 0.5); */
    display: block;
    left: 0;
    padding: 10px 10px 0px 10px;  
    position: relative;
    /* z-index: 9999; */
    
}

.fixed-menu .navbar-default {
	position: fixed;	
	left: 0px;
	top: 0px;
	width: 100%;	
	background: #764322;
	z-index: 0;
	transition: all 1s ease-in-out;
	z-index: 999;	
	box-shadow: 0 0 8px 0 rgba(0,0,0);
	padding: 10px 10px 0px 10px;
	font-weight: noraml;
   
}


.header_style .navbar-default {
    background-color: transparent;
    border: 0;
    border-radius: 0px;

}
.header_style .navbar-default{
    margin-bottom: 0 !important;
    background: #4b332f;
}

.header_style .navbar-brand {
     padding: 2px 15px 0 10px;
    height: auto;
}

.header_style .navbar-default .navbar-nav > li > a{
    color: #ffedb0;    
    padding: 6px 2px !important;    
    font-weight: normal;
    position: relative;
    cursor: pointer;
    line-height: unset;
}

.header_style .navbar-default .navbar-nav > li > a i{
    position: relative;
    top: 2px;
    display: inline-block;
    font-size: 19px;
    right: -4px;
}

.header_style .navbar-default .navbar-nav > li:hover a,
.header_style .navbar-default .navbar-nav > li:focus a {
    color: #764322;
    background: #ffedb0;
}

.header_style .navbar-right > li {
    margin-top: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header_style .navbar-right > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-nav li .dropdown-menu > li{
    margin: 0px 0px;
}
.header_style .navbar-default .navbar-nav>.open>a, .header_style .navbar-default .navbar-nav>.open>a:focus, .header_style .navbar-default .navbar-nav>.open>a:hover{
    color: #764322;
    background-color: #ffedb0;
}
.navbar-nav > li > .dropdown-menu{
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    border: 0px solid #764322;
}
.navbar-left{
    text-align: center;
    justify-content: center;
    display: flex;
    float: none !important;
    border-top: 1px solid #ffedb0;
}
.dropdown-menu > li > a {
    font-weight: normal;
    border-bottom: 1px solid rgb(255 231 167 / 40%) !important;
    background-color: rgb(75 51 47) !important;
    color: rgb(255 231 167) !important;
    padding: 10px !important;
   
}
.dropdown-menu > li > a i{
    position: absolute;
    top: 11px;
    display: inline-block;
    font-size: 19px;
    right: 10px;
}
.dropdown-menu{
    padding: 0px;   
    min-width: 220px;
}
.dropdown-menu > li:hover a,
.dropdown-menu > li:focus a {
    color: #764322 !important;
    background-color: #ffedb0 !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu{
    top: -1px;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
    color: #333333 !important;
    background-color: #fff !important;
    width: 100%;
    z-index: 9999999999;
    border: 1px solid #bc9764 !important;
    border-radius: 0;
}
.dropdown-submenu .dropdown-menu > li > a {
    font-weight:500;
    color: #fdebae !important;
    background-color: #432722 !important;
    width:100%;
}

.dropdown-submenu .dropdown-menu   li:hover a,
.dropdown-submenu .dropdown-menu   li:focus a {
    color: #ffedb0 !important;
    background-color: #502408 !important;
}

.dropdown-submenu:hover .dropdown-menu {

}


li.social-links {
    margin: 0 8px;
}

li.social-links a {
    padding: 13px 0 !important;
}

.navbar-nav li {
    position: relative;
	margin: 0px 4px;
}

.navbar-nav span {
    font-size: 24px;
    
    
    
}




/*------------------------------------------------------------------
    SECTIONS
-------------------------------------------------------------------*/

.section {
    display: block;
    position: relative;
    overflow: hidden;
    padding:20px 0;
    
    
}
.section p {
    font-size: 15px;
    font-weight: normal;	
    text-align: justify;
    color: #101010;
    
    
}

.section.lb {
    background-color: #f2f3f5;
}

.section.db {
    background-color: #1f1f1f;
}

.section.color1 {
    background-color: #448AFF;
}
.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.section-title p {
    color: #999;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}

.section-title h3 {
    font-size: 42px;
    font-weight: 500;
    line-height: 62px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
}

.section.colorsection p,
.section.colorsection h3,
.section.db h3 {
    color: #ffffff;
}

.service-widget{
	background: #ffffff;
}

.section.lb .service-dit h3{
	padding: 12px 0px;
}
.service-dit{
	padding: 20px 15px;
}


/*------------------------------------------------------------------
    TESTIMONIALS
-------------------------------------------------------------------*/

.logos img {
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0.3;
}

.logos img:hover {
    opacity: 0.5;
}

.desc h3 i {
    color: #fd6802;
    font-size: 37px;
    vertical-align: middle;
    margin-right: 12px;
}

.desc {
    padding: 30px;
    position: relative;
    background: #393939;
    border: 1px solid #393939;
	-webkit-border-radius: 25px 0px 25px 0px;
	-moz-border-radius: 25px 0px 25px 0px;
	border-radius: 25px 0px 25px 0px;
}

.testi-meta {
    display: block;
    margin-top: 20px;
}

.testimonial h4 {
    font-size: 18px;
    color: #ffffff;
    padding: 13px 0 0;
}

.testimonial img {
    max-width: 55px;
}

.testimonial small {
    margin-top: 7px;
    font-size: 16px;
    display: block;
}

.testimonial {
    background-color: transparent;
}

.testimonial h3 {
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}

.testimonial small,
.testimonial .lead {
    background-color: transparent;
    color: #aaa;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
}

.testimonial p:after {
    display: none;
}




.m130 {
    margin-top: 130px;
}

.nav-pills {
    border: 1px solid #e1e1e1;
}

.nav-pills > li {
    width: 50%;
    padding: 10px;
    float: left;
    margin: 0 !important;
}

.nav-pills > li > a {
    margin: 0!important;
    text-align: center;
    background-color: #f4f4f4;
}

/*------------------------------------------------------------------
    MESSAGE BOXES
-------------------------------------------------------------------*/

.service-widget h3 {
    font-size: 16px;
    color: #ffffff;
    padding: 20px 0 50px;
    margin: 0;
    font-weight: bold;
}

.service-widget h3 a,
.section.wb .service-widget h3,
.section.lb .service-widget h3 {
    color: #1d56aa;
}

.service-widget p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #999;
}

.message-pro-box h3 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #053987;
}

.message-box h2 {
    font-size: 28px;
    font-weight: 600;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none;
    color: #764322;
}

.message-box h3 {   
    /* padding-left: 20px; */
    font-weight: bold;
    color: #4b332f;
}

.message-box p {
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
}

.message-box  li{
   list-style-image: url('../images/bullet.png');
   margin: 0px 10px 10px 40px;
    color: #000;
     text-align: justify;
}



.message-box .lead {
    padding-top: 10px;
    font-size: 19px;
    font-style: italic;
    color: #999;
    padding-bottom: 0;
}
.message-box2 h2 {
    font-size: 28px;
    font-weight: 500;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none;
    color: #4b332f;
}

.message-box2 h3 {   
    padding-left: 20px;
    font-weight: bold;
    color: #fd6802;
}

.message-box2 p {
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.message-box2  li{
   
   margin: 10px 40px;
    color: #000;
     text-align: justify;
     font-weight: bold;
}

.message-box2 .lead {
    padding-top: 10px;
    font-size: 19px;
    font-style: italic;
    color: #999;
    padding-bottom: 0;
}

.service-widget:hover .hoverbutton {
    opacity: 1;
}

hr.hr1 {
    position: relative;
    margin: 10px 0;
    border: 1px dashed #9d9d9e;
}

hr.hr2 {
    position: relative;
    margin: 17px 0;
    border: 1px dashed #f2f3f5;
}

hr.hr3 {
    position: relative;
    margin: 10px 0 10px 0;
    border: 1px dashed #f2f3f5;
}

hr.invis {
    border-color: transparent;
}

hr.invis1 {
    margin: 10px 0;
    border-color: transparent;
}

.section.parallax hr.hr1 {
    border-color: rgba(255, 255, 255, 0.1);
}


/*------------------------------------------------------------------
    FEATURES
-------------------------------------------------------------------*/

.customwidget h1 {
    font-size: 44px;
    color: #ffffff;
    padding: 15px 0 25px;
    margin: 0;
    line-height: 1 !important;
    font-weight: 500;
}

.customwidget ul {
    padding: 0;
    display: block;
    margin-bottom: 30px;
}

.customwidget li i {
    margin-right: 5px;
}

.customwidget li {
    color: #ffffff;
    margin-right: 10px;
}

.image-center img {
    position: relative;
    margin: 0 0 -208px;
    z-index: 10;
    padding-right: 30px;
    text-align: center;
}

.customwidget p {
    font-style: italic;
    font-size: 18px;
    padding: 0 0 10px;
}

.img-center img {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.img-center {
    margin: auto;
}

/*------------------------------------------------------------------
    CONTACT
-------------------------------------------------------------------*/


.contact_form {
    border: 1px solid #ededed;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 40px 30px;
}
.form-control:focus{
    border-color: #ffedb0;
}
.contact_form .form-control {
    background-color: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    color: #161616;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 10px;
    height: 40px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
}

.contact_form textarea {
    color: #bcbcbc;
    padding: 20px 25px !important;
    width:100%;
    height: 160px !important;
}
.contact_form lable{
    color: #161616;
}
.contact_form .form-control::-webkit-input-placeholder {
    color: #bcbcbc;
}

.contact_form .form-control::-moz-placeholder {
    opacity: 1;
    color: #bcbcbc;
}

.contact_form .form-control::-ms-input-placeholder {
    color: #bcbcbc;
}




/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/


.footer {
    padding: 30px 0 30px !important;
    color: #fff;
    background-color: #4b332f;
    line-height: 2 !important;
}

.footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.footer .widget-title small {
    color: #999;
    display: block;
    padding: 0 58px;
    text-transform: uppercase;
}

.footer .widget-title h3 {
    color: #ffedb0;
    font-weight: 500;
    font-size: 21px;
    padding: 0 0 10px 0;
    margin: 0;
    line-height: 1 !important;
}
.footer .widget-title h3:after{
    background-color: #ffedb0;
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    height: 1px;
    width: 50px;
}


.footer-links {
    list-style: none;
    padding: 0;
}
ul.footer-links li{
    padding: 0px 0px 5px 0px;
}
.footer-links a {
    color: #fff;
    padding: 5px 0px;
    cursor: pointer;
}
.footer-links a:hover, .footer-links a:focus{
    color: #ffedb0;
    margin-left: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.footer-links a i{
    margin-right: 6px;
}

.copyrights {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    background-color: #4b332f;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 10px 30px;
    overflow: hidden;
}


/* Footer left */

.footer-distributed .footer-center {
    float: none;
	text-align: center;
}

.footer-distributed .footer-links {
    margin: 0 0 10px;
    text-transform: uppercase;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    margin: 0 10px 0 10px;
    text-decoration: none;
}

.footer-distributed .footer-company-name {
    font-weight: 300;
    margin: 0 10px;
    color: #ffedb0;
    padding: 0;
}

.footer-distributed .footer-company-name a{
	color: #ffedb0;
    font-weight: 600;
    text-decoration: underline !important;
}

.footer-distributed .footer-company-name a:hover{
    color: #ffffff;
    margin-left: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


.footer-distributed .footer-right {
    float: none;
}

.footer-distributed .widget-title p{
	padding-top: 30px;
}



/*------------------------------------------------------------------
    MISC
-------------------------------------------------------------------*/

.progress {
    background-color: #f2f3f5;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.skills h3 {
    color: #999999;
    font-size: 15px;
}

.dmtop {
    background-color: #3C3D41;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 20px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.dmtop:hover {
	background-color: #fd6802;
}

.icon_wrap {
    background-color: #fd6802;
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    font-size: 34px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding: 0 !important;
    border: 0 !important;
}

.stat-wrap h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fcbf02;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.stat-wrap p {
    font-size: 38px;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    padding: 4px 0 0;
    line-height: 1 !important;
}


/*------------------------------------------------------------------
    BUTTONS
-------------------------------------------------------------------*/

.navbar-default .btn-light {
    padding: 0 20px;
    margin-left: 15px;
}

.nav-pills,
.effect-1:after,
.nav-pills > li > a,
.global-radius,
.btn-brd {
   
}

.btn-main {
    padding: 10px 10px;
    font-size: 18px;
    border: 2px solid #f3ba30;
    color: #ffffff;
    background-color: #f3ba30;
}
.btn-main:hover, .btn-main:focus {
    border: 2px solid #764322;
    background-color: #764322;
}

.btn-short {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #fd6802;
    color: #ffffff;
    background-color: #fd6802;
    margin-bottom: 10px;
}
.btn-short:hover,
.btn-short:focus {    
    color: rgba(255, 255, 255);
	background: #1d56aa;
}
.btn-dark {
    padding: 13px 40px;
    font-size: 18px;
    border: 1px solid #ececec !important;
    color: #1f1f1f;
    background-color: transparent;
}

.btn-main:hover,
.btn-main:focus {    
    color: #fff;

}


/*------------------------------------------------------------------
    inner Page CSS
-------------------------------------------------------------------*/

.banner-bg-1{
	background: url(../images/ou.jpg);
	padding: 120px 0;	
	background-clip: initial;	
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.banner-bg-1::before{
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	
}

.banner{
	position: relative;
}
.carousel-caption{
  width:100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel-caption h2{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;

	
}

.page-title-link li{
	display: inline-block;
	position: relative;
}
.page-title-link li a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.page-title-link li a:hover {
	color: #fd6802;
}
.page-title-link li::after {
    background: #fcbf02;
    bottom: 8px;
    content: "";
    height: 2px;
    margin-left: -1px;
    position: absolute;
    width: 10px;
}
.page-title-link li:last-child::after {
    content: "";
    width: 0;
    height: 0;
}

.about-item{
	background: #ffffff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
	transition: all 1s ease-in-out;
	margin-bottom: 30px;
}
.about-icon{
	padding: 20px 0px;
	transition: all 1s ease-in-out;
}
.about-icon span{
	font-size: 48px;
	color: #393939;
}

.about-text h3{
	font-size: 22px;
	font-weight: 600;
	padding: 10px 0px;
}
.about-text h3 a{
	color: #393939;
}
.about-text h3 a:hover{
	color: #fd6802;
}

.about-item:hover .about-icon{
	transform: rotate(-360deg);
	transition: all 1s ease-in-out;
}

.about-item:hover .about-icon span{
	color: #fd6802;
	transition: all 1s ease-in-out;
}

.portfolio-filter ul li .btn-dark.active{
	background: #fcbf02;
	color: #ffffff;
}


.pd-add{
	padding: 70px 0px;
}
.address-item{
	float: left;
	padding: 0px 15px;
	margin-bottom: 20px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.address-item:hover, .address-item:focus {
    background: #764322;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}
.address-item:hover h3, .address-item:focus h3, .address-item:hover p, .address-item:focus p{
    color: #fff;
}
.address-icon{
	padding: 15px 0px;	
}
.address-icon i{
	font-size: 38px;
	color: #f3ba30;
}

.address-item h3{
	font-size: 28px;
	font-weight: 600;
	color: #764322;
}
.address-item p{
	color: #333;
    
}

.panel  li{
	/* list-style-image: url('../images/bullet.png'); */
	list-style-type: disclosure-closed;
    margin-left: 20px;
    margin-bottom: 10px;
    color: #000;
    text-align: justify;
    font-weight: 400;
}
.fpos_rightbottom_corner {
	position: fixed;
	bottom: 15px;
	right: 20px;
	border:none;
	background:rgba(0,0,0,0);
	z-index:999999;
}

.zoom {
    -ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1);
}
	.zoom:hover {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1);

}
			
.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 4px;
    margin: 5px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    background-color: #4b332f;
}
.carousel-indicators .active {
    width: 30px;
    height:4px;
    margin:5px;
    background-color: #fd57c1;
}	
.carousel-control{
    opacity: 9;
}
.carousel-control span.glyphicon {
    color: #fae7ab;
    background: #432722;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    opacity: 9;
}

.no-overflow {
  overflow: hidden;
}
.columns{
  position:relative;
}

.hero-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 550px;
  position: relative;
  width: 100%;
}

.carousel-inner { overflow: hidden; }
.carousel-inner div.active .hero-image {
  -webkit-animation: myMove 8s 1 ease-in-out;
  -moz-animation: myMove 8s 1 ease-in-out;
  -o-animation: myMove 8s 1 ease-in-out;
  -ms-animation: myMove 8s 1 ease-in-out;
  animation: myMove 8s 1 ease-in-out;
}
@keyframes myMove {
  from { transform: scale(1.0,1.0); transform-origin: 50% 50%; }
  to { transform: scale(1.1,1.1); transform-origin: 50% 0%; }
}
@-webkit-keyframes myMove {
  from { -webkit-transform: scale(1.0,1.0); -webkit-transform-origin: 50% 50%; }
  to { -webkit-transform: scale(1.1,1.1); -webkit-transform-origin: 50% 0%;  }
}
@-o-keyframes myMove {
  from { -o-transform: scale(1.0,1.0); -o-transform-origin: 50% 50%; }
  to { -o-transform: scale(1.1,1.1); -o-transform-origin: 50% 0%;  }
}
@-moz-keyframes myMove {
  from { -moz-transform: scale(1.0,1.0); -moz-transform-origin: 50% 50%; }
  to { -moz-transform: scale(1.1,1.1); -moz-transform-origin: 50% 0%; }
}
@-ms-keyframes myMove {
  from { -ms-transform: scale(1.0,1.0); -ms-transform-origin: 50% 50%; }
  to { -ms-transform: scale(1.1,1.1); -ms-transform-origin: 50% 0%; }
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin-top: 20px;
}

.card h4{
  color: #3b2890;
  font-size: 13px;
}


.card p{
  color: #d53a9d;
  font-size: 10px;
  font-weight: bold;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card_container {
  padding: 5px;
}
.card-1{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin-top: 20px;
}
.card-1 h3{
 color: #1d56aa;
}
.card-1 span{
  color: #fd6802;
  font-size: 13px;
  font-weight: bold;
}
.card-1 p{
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
}

.card-pro{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin-top: 10px;
}
.card-pro h4{
 color: #1d56aa;
 font-size: 13px;
}
.card-pro span{
  color: #333;
  font-size: 10px;
  font-weight: bold; 
}
.card-pro p{
  color: #fd6802;
  font-size: 10px;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 0px;
}
.card-pro li{
  list-style: square inside url("../images/bullet.png");
  color: #333;
  font-size: 10px;
  font-weight: bold; 
  text-align: left;
  width: 90%;
}

.card-pro_container {
  padding: 5px;
  }
.card_b{

margin-bottom: 15px;
}


.post-info h3{
  color: #ffedb0;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  font-size:16px;
}

card-pro .date a{
  color: #053987;
}

.details {
 	padding-left: 10px;
 	padding-right: 10px;
}
.details a{
  color: #ffedb0;
} 

.hero {
    display: inline-block;
    position: relative;
    width: 250px;
    min-width: 250px;
    height: 270px;
    border-radius: 30px;
    overflow:hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
    margin: 10px;
}

	

.hero-description-bk {
  background-image: linear-gradient(0deg , #5e2b0b, #ffcf5c);
  border-radius: 30px;
  position: absolute;
  top: 55%;
  left: -5px;
  height: 65%;
  width: 108%;
  transform: skew(19deg, -9deg);
}

.hero-logo {
  height: 70px;
  width: 70px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  bottom: 30%;
  left: 15px;
  overflow:hidden;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
}

.hero-logo img {
  height: 100%;
}

.hero-description {
  position: absolute;
  color: #fff;
  font-weight: 700;
  left: 100px;
  right: 20px;
  top: 60%;
  line-height:18px;
  text-align:center;
}

.hero-btn {
  position: absolute;
  
  font-size:12px;
  color: #fff;
  right: 20px;
  bottom: 5%;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #fff;
  
}

.hero-btn a {
  color: #fff;
}

.hero-date {
  position: absolute;
  color: #fff;
  left: 30px;
  bottom: 10%;
}

.zoom img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}
     
.zoom:hover img {
    transform: scale(1.5);
}
        
.gal-mb{margin-bottom:10px;}
.panel-primary {
    border:1px solid #764322;
 }       
.panel-primary > .panel-heading {
    border-bottom: 0px solid #eee;
    background-color: #764322;
    color: #ffedb0;
 }
 #events .panel-body {
    background: #fff3d8;
    border-radius: 0px 0px 6px 6px;
}
 .panel-danger {
     border:1px solid #fa57c2;
 }       
.panel-danger > .panel-heading {
    border-bottom:1px solid #eee;
    background-color: #fa57c2;
    color: #fff;
 }
 .mb{
     
    margin-bottom:10px;
 }
 

/* @media (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-opacity 1.5s ease-in-out;
        -o-transition: -o-opacity 1.5s ease-in-out;
        transition: opacity 1.5s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner>.item.active.right, .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .carousel-inner>.item.active.left, .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
} */
.clear{
    clear: both;
}
/* .text-animation{
    margin-bottom: 12px;
    -webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,0.6) 50%, #333 50%, rgba(255,255,255,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;    
} */
@-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
    
    to {
      -webkit-mask-position: -50%;
    }
  }



  .star {    
    animation-name: spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    /* transform: rotate(3deg); */
     /* transform: rotate(0.3rad);/ */
     /* transform: rotate(3grad); */ 
     /* transform: rotate(.03turn);  */
     color: #ffc500;
     margin-left: 10px;
  }
  
  @keyframes spin {
      from {
          transform:rotate(0deg);
      }
      to {
          transform:rotate(360deg);
      }
    }

.carousel-control{
    width: auto;
}
    .carousel-control.left{
    left: 30px;
}
    .carousel-control.right {
        right: 30px;
    }
    .color-gold{color: rgb(255 237 176);}

    .tab-content .tz-gallery {
        border: 1px solid #dddddd;
        border-top: 0px;
        background: #764322;
    }
    .tab-content .tz-gallery h2{
        color: #ffedb0;
    }
    .nav > li > a {
        padding: 10px 35px;
    }
    .nav > li > a:focus, .nav > li > a:hover {
        background-color: rgb(255 207 92);
        color: #333;
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #ffedb0;
        cursor: default;
        background-color: rgb(118 67 34);
        border-width: 1px;
        border-style: solid;
        border-color: rgb(118 67 34) rgb(221, 221, 221) transparent;
        border-image: initial;
    }

    #notification-marquee > ul > li > a{
        color: #016a4e !important;
        text-decoration: underline !important;
    }
    #notification-marquee > ul > li > a:hover, #notification-marquee > ul > li > a:focus{
        text-decoration: none !important;
    }
    .bg-f3f3f3{
        background-color: #f3f3f3;
    }
    .mb-2{
        margin-bottom: 20px;
    }

.img-scale { overflow: hidden;
    box-shadow: 0px 10px 60px rgb(0 0 0 / 6%);
    border: 3px solid #ffcf5c;}
.img-scale img { transform: scale(1.001); transition: 0.5s all ease;}
.img-scale:hover img { transform: scale(1.1); transition: 0.5s all ease;}

.recruiters-img-scale { overflow: hidden;
    box-shadow: 0px 10px 60px rgb(0 0 0 / 6%);
    border: 1px solid #4b332f;}
.recruiters-img-scale img { transform: scale(1.001); transition: 0.5s all ease;}
.recruiters-img-scale:hover img { transform: scale(1.1); transition: 0.5s all ease;}


.card:hover .img-scale img { transform: scale(1.001); transition: 0.5s all ease;}
.card:hover .img-scale img { transform: scale(1.1); transition: 0.5s all ease;}

.bg-white{background-color: #fff}
.bg-ffcf5c{background-color: #ffcf5c;}
.bg-5e2b0b{background: #4b332f;}
.card_container p{text-align: center}
#tab_principal p{color: #fff}
.color-764322{color: #764322 !important;}
.color-5e2b0b{color: #4b332f;}
.color-ffffff{color: #ffffff !important;}
.color-ffcf5c{ color: #ffedb0 !important;}
.text-transform-upper{
    text-transform: uppercase;
}
.tabbable-imgaes img{
    border: 3px solid #fbcc5b;
}
.tabbable-imgaes .tz-gallery{
    border-top: 1px solid #764322;
}

.reveal {
  position: relative;
  opacity: 1;
}

.reveal.active {
  opacity: 1;
}
/* .active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.shake {
    animation: shake 4s ease infinite;
  }
  @keyframes shake {
      0%, 100% {transform: translateX(0);}
      10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
      20%, 40%, 60%, 80% {transform: translateX(10px)
      }
  } */
  

  /*
================================================
  Count Sec
================================================
*/

.count-sec { background-color: #f2e8cd; background-image: url(../images/count-bg-pattern.png); background-repeat: repeat; padding: 60px 0; }
.count-sec .content-block { text-align: center;}
.count-sec .content-block img { margin-bottom: 5px;}
.count-sec h4 { font-weight: 600; color: #764322; font-size: 60px; line-height: 60px; margin: auto 0 auto 5px; text-align: center; }
.count-sec h4 i { font-style: normal;}
.count-sec h4 span { display: block; font-size: 20px; line-height: 1.5; text-transform: uppercase; font-weight: 600; margin-top: 10px; color: #764322; }
.count-sec .count-hover img:nth-child(2) { display: none; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.count-sec .count-hover:hover img:nth-child(2) { display: inline-block; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.count-sec .count-hover:hover img:first-child { display: none; -webkit-transition: .3s;  -o-transition: .3s; transition: .3s;}
.count-sec .count-hover:hover h4 span, .count-sec .count-hover:focus h4 span{ color: #764322; -webkit-transition: .3s;  -o-transition: .3s; transition: .3s; }


.mb-0{
    margin-bottom: 0px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-25{
    margin-bottom: 25px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-35{
    margin-bottom: 35px !important;
}
.ml-0{
    margin-left: 0px !important;
}
.ml-5{
    margin-left: 5px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-15{
    margin-left: 15px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-25{
    margin-left: 25px !important;
}
.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.pl-0{
    padding-left: 0px !important;
}
.pl-5{
    padding-left: 5px !important;
}
.pl-10{
    padding-left: 10px !important;
}
.pl-15{
    margin-left: 15px !important;
}
.pl-20{
    padding-left: 20px !important;
}
.pl-25{
    padding-left: 25px !important;
}
.pt-5{
    padding-top: 5px;
}
.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}
.pt-20{
    padding-top: 20px;
}
.pb-0{
    padding-bottom: 0px !important;
}
.pb-5{
    padding-bottom: 5px;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-15{
    padding-bottom: 15px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-25{
    padding-bottom: 25px;
}
.p-10{
    padding: 10px;
}
.d-block{
    display: block;
}
.top-bg{
    background-color: #432722;
    color: #ffedb0;
    padding: 3px 0px 3px 0px;
    margin: 0px;
}
.d-flex{
    display: flex;
}
table td a{
    text-decoration: underline !important;
}
table thead{
    color: #ffedb0;
    background: #4b332f;
}
.logo-text{
    color: #ffedb0;
    font-size: 96px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-family: 'Gidugu', sans-serif;
    line-height: 0.5 !important;
}
.accredit-text{
    color: #ffedb0;
    font-size: 37px;
    padding-bottom: 0px;
    line-height: 1.3 !important;
}
.sponsored-text{
    color: #ffedb0;
	padding-bottom: 5px;
}
.color-white{
    color: #ffffff !important;
}
.commerce-deportment ul, .chemistry-deport-ul ul{
    margin-bottom: 20px;
}
.commerce-deportment ul li{
    list-style-type: decimal;
    font-weight: normal;
    margin: 0px 0px 5px 30px;
}
.chemistry-deport-ul ul li{
    list-style-type: disc;
    font-weight: normal;
    margin: 0px 0px 5px 30px;
}

.Social-deport-ul ol  li{
    font-weight: normal;
    list-style-type: upper-alpha;
}
.position-relative{
    position: relative;
}

.tz-gallery .lightbox p.news-date-div{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 5px;
    margin: 0px;
}

  .blink {    
    -webkit-animation: blink 1000ms step-end infinite;
            animation: blink 1000ms step-end infinite;
            padding: 1px 10px;
            font-weight: bold;
}
@-webkit-keyframes blink { 50% { background-color: #ffedb0; color: #432722; padding: 1px 10px; border-radius: 5px; font-weight: bold; }}
        @keyframes blink { 50% { background-color: #ffedb0; color: #432722; padding: 1px 10px; border-radius: 5px; font-weight: bold;}}      

        .blink2 {    
            -webkit-animation: blink2 1000ms step-end infinite;
                    animation: blink2 1000ms step-end infinite;
                    padding: 1px 10px;
                    font-weight: bold;
        }
        @-webkit-keyframes blink2 { 50% { background-color: #764322; color: #ffedb0; padding: 1px 10px; border-radius: 5px; font-weight: bold; }}
                @keyframes blink2 { 50% { background-color: #764322; color: #ffedb0; padding: 1px 10px; border-radius: 5px; font-weight: bold;}}      

.admissions-open{
    font-size: 48px; font-weight: 600; color: #764322; padding: 40px; margin: 0px;
}                