/* FONT-FAMILY-STARD */
@font-face{font-family:eng;src:url(../typography/eng.ttf)}
@font-face{font-family:roboto-regular;src:url(../typography/Roboto-Regular.ttf)}
@font-face{font-family:roboto-bold;src:url(../typography/Roboto-Bold.ttf)}
@font-face{font-family:roboto-black;src:url(../typography/Roboto-Black.ttf)}
@font-face{font-family:open-sans-regular;src:url(../typography/OpenSans-Regular.ttf)}
@font-face{font-family:open-sans-bold;src:url(../typography/OpenSans-Bold.ttf)}
@font-face{font-family:lato-black;src:url(../typography/lato-black.ttf)}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
/* FONT-FAMILY-END */
 
/*CUSTOM-ANIMATION-DESIGN-START */
.pumping{
animation:preloadpumping 1s linear infinite altrnate;
-webkit-animation:preloadpumping 1s linear infinite alternate;
-moz-animation:preloadpumping 1s linear infinite alternate;
-o-animation:preloadpumping 1s linear infinite alternate;
-ms-animation:preloadpumping 1s linear infinite alternate;}

@keyframes preloadpumping{
	from{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);}
	from{transform:scale(1.3);-webkit-transform:scale(1.3);-moz-transform:scale(1.3);}
}
@-webkit-keyframes preloadpumping{
	from{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);}
	from{transform:scale(1.3);-webkit-transform:scale(1.3);-moz-transform:scale(1.3);}
}
@-moz-keyframes preloadpumping{
	from{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);}
	from{transform:scale(1.3);-webkit-transform:scale(1.3);-moz-transform:scale(1.3);}
}
@-o-keyframes preloadpumping{
	from{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);}
	from{transform:scale(1.3);-webkit-transform:scale(1.3);-moz-transform:scale(1.3);}
}
@-ms-keyframes preloadpumping{
	from{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);}
	from{transform:scale(1.3);-webkit-transform:scale(1.3);-moz-transform:scale(1.3);}
}

.rte{
	animation:rotate 8s linear infinite;
	-webkit-animation:rotate 8s linear infinite;
	-moz-animation:rotate 8s linear infinite;
	-ms-animation:rotate 8s linear infinite;
	-o-animation:rotate 8s linear infinite;
	
}

@keyframes rotate{
	from{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);}
	from{transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);}
}@-webkit-keyframes rotate{
	from{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);}
	from{transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);}
}@-moz-keyframes rotate{
	from{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);}
	from{transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);}
}@-ms-keyframes rotate{
	from{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);}
	from{transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);}
}@-o-keyframes rotate{
	from{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);}
	from{transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);}
}
/* CUSTOM-ANIMATION-DESIGN-END */



/* CUSTOM-TRANSITION-DESIGB-START */
   .linear{transition: all .40s linear;
    -webkit-transition: all .40s linear;
    -moz-transition: all .40s linear;
    -o-transition: all .40s linear;
    -ms-transition: all .40s linear;}
	
	.ease-in-out{ transition: all .40s ease-in-out;
    -webkit-transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    -o-transition: all .40s ease-in-out;
    -ms-transition: all .40s ease-in-out;}
/* CUSTOM-TRANSITION-DESIGB-END */



/*custom-css*/
.relative{position:relative;}.absolute{position:absolute}.sticky{position:sticky}.fixed{position:fixed}
.hidden{visibility:hidden}.hdovrfl{overflow:hidden; width: 100%;}.none{display:none;}.block{display:block}.no-stl{list-style:none;}.flsz{height:100%;width:100%;}
.mg0{margin:0 auto}.mg2{margin:2pc auto}.mg04{margin:4pc auto}.mg06{margin:6pc auto}
.pd0{padding:0 0}.pd02{padding:2pc 0}.pd04{padding:4pc 0}.pd06{padding:6pc 0}
.set{top:0;left:0;right:0;bottom:0;}.rgt{float:right}.lft{float:left}
.thm01 {
    color: rgb(54, 27, 140);
}
.wht{color:white;}
/*custom-css*/

body a:hover, body a:focus, body a:active{text-decoration:none;}
/* hero-css */
.top-wrapper {
    height: 90vh; /*580px;*/
    width: 100%;
}
div.hro {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}
video.hro-bg {
    width: 1700px;
    height: 850px;
    z-index: 100;
    opacity: 1;
    display: block;
    left: 55%;
    transform: translate(-50%,0pc);
    -webkit-transform: translate(-50%,0pc);
    -moz-transform: translate(-50%,0pc);
    -ms-transform: translate(-50%,0pc);
    -o-transform: translate(-50%,0pc);
}

.content-bg {
    z-index: 110;
    opacity: 1;
    display: block;
    visibility: visible;
}

.thm {
  background: -webkit-linear-gradient(120deg,rgba(26, 13, 99, 0.3),rgba(8, 59, 123, 0.56));
  background: linear-gradient(120deg,rgba(26, 13, 99, 0.3),rgba(8, 59, 123, 0.56));
}

.thm02 {
    background: -webkit-linear-gradient(120deg,rgba(202, 163, 20, 0.48),rgba(202, 163, 20, 0.14));
    background: linear-gradient(120deg,rgba(202, 163, 20, 0.49),rgba(202, 163, 20, 0.14));
}
.hro-logo {
    width: 250px;
    margin-top: 2pc;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: auto;
    padding: 1pc;
    position: relative;
    opacity: 1;
    z-index: 101;
    float: none;
}
.hro-logo h1 {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: open-sans-bold;
    text-transform: uppercase;
    font-size: 60px;
}
.hro-logo h1 span.lgo {
    background-color: rgba(216, 171, 9, 0.9);
    padding-right: 1pc;
    padding-left: 10px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    -webkit-box-shadow: rgb(134, 108, 17) 10px 0px 1px;
     box-shadow: rgb(134, 108, 17) 10px 0px 1px;
      -moz-box-shadow: rgb(134, 108, 17) 10px 0px 1px;
       -o-box-shadow: rgb(134, 108, 17) 10px 0px 1px;
        -ms-box-shadow: rgb(134, 108, 17) 10px 0px 1px;
}
.logo-caption { margin-top:35vh; }
.logo-caption h1 {
    color: white;
    font-family: roboto-bold;
    text-transform: uppercase;
    font-size: 3pc;
    border-bottom: 10px solid rgba(27, 18, 70, 0.02);
    padding-bottom: 10px;
    margin: 20px auto;
}
/*.mnu .dropdown-menu li { 
margin: 0px; line-height: normal; height: auto; width:100%; padding: 3px 0px;
display: block; }

.dropdown-menu > li > a { line-height:normal; padding: 5px 10px; margin:0px; text-align:left;  } */
button.explr-btn {
    width: 200px;
    height: 45px;
    background-color: rgb(202, 163, 20);
    border: 1px solid rgb(204, 163, 19);
    box-shadow: none;
    border-radius: 0;
}
button.explr-btn:hover,button.explr-btn:focus{background-color: rgba(255, 255, 255, 0.8117647058823529);
    border: white;
}
button.explr-btn:hover span{color: rgb(202, 163, 20);}
.explr-btn span {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-family: roboto-bold;
}

.explr {
    width: 150px;
    height: 40px;
    margin: 3pc auto;
}
.explr .hro-explr {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 1px solid rgb(38, 30, 102);
    background-color: rgba(38, 25, 107, 0.8);
}
.hro-explr a span {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
}

.social {
    width: 100%;
    background-color: rgba(11, 9, 25, 0.27);
    padding: 5px 0px;
}
.info li {
    display: inline-block;
    margin: 5px 10px;
}
.info li a b {
    color: white;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
    border: 1px solid;
	transition:all .8s;
	-webkit-transition:all .8s;
	-moz-transition:all .8s;
	-ms-transition:all .8s;
	-o-transition:all .8s;
}

ul.scl-lst li a b {
    color: white;
    height: 35px;
    width: 35px;
    border: 1px solid;
    line-height: 35px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
	transition:all .8s;
	-webkit-transition:all .8s;
	-moz-transition:all .8s;
	-o-transition:all .8s;
	-ms-transition:all .8s;
}

ul.scl-lst li {
    display: inline-block;
    margin: 4px 15px;
    opacity: 1;
    visibility: visible;
}
.yt:hover{background-color: rgba(255, 0, 0, 0.6784313725490196); border-color: rgba(255, 0, 0, 0.5607843137254902);}
.twt:hover {background-color: rgba(0, 211, 255, 0.61);border-color: rgba(0, 211, 255, 0.61);}
.fb:hover {background-color: rgba(24, 89, 167, 0.611764705882353);border-color: rgba(24, 89, 167, 0.611764705882353);}
.insta:hover { background-color: rgba(255, 56, 0, 0.6); border-color: rgba(255, 56, 0, 0.6);}
.phn:hover{background-color: rgba(16, 187, 239, 0.72);border-color: rgba(16, 187, 239, 0.72);}
.eml:hover{background-color: rgba(214, 19, 19, 0.788235294117647);border-color: rgba(214, 19, 19, 0.788235294117647);}
.map:hover{background-color: rgba(191, 145, 14, 0.8901960784313725);border-color: rgba(191, 145, 14, 0.8901960784313725);}


/* hero-css */

 


/*faculty-section-css*/
.section-tle {
    margin-bottom: 35px;
}
.img-ovrly figure img {
    height:auto;
    width: auto;
    margin: auto;
}

.faculty-tle h1 {
    /*font-weight: 700;*/
font-size: 25px;
line-height: 22px;
color: #e70e0e;
text-transform:uppercase;
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

.title {
   /* font-weight: 700;*/
font-size: 23px;
line-height: 22px;
color: #333333;
text-transform:uppercase;
padding:15px 15px;
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.section-tle p 
{ color:#727272;
  font-size:17px;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif; }
p {
   margin: 10px 0 5px !important;
    font-family: 'Poppins', sans-serif;
    color: #424242;
    font-size: 15px;
    line-height: 25px;
}
.info-box-style-1 span, .info-box-style-2 span {
    background-color: #fff;
    color: #343434;
    
    text-align: center;
    height: 55px;
    width: 55px;
    line-height: 52px;
    font-size: 30px;
    
    position: relative;
    z-index: 99;
    -webkit-transition: .3s;
    transition: .3s;
}

span.txt-bg {
    font-size: 1pc;
    background-color: rgb(26, 26, 29);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 40px;
    color: rgb(255, 255, 255);
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    position: relative;
    top: -12px;
}

.img-ovrly:before {
    height: 100%;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: hsla(47, 81%, 44%, 0.85);
    z-index: 1;
    content: "";
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.ovrly-caption {
    background-color: rgba(0, 0, 0, 0);
}
.ovrly-caption h1 {
    color: white;
    font-size: 3.8pc;
    font-family: sans-serif;
    font-weight: bold;
    width: 290px;
    text-align: left;
    line-height: 50px;
    padding: 4pc 0px;
    float: right;
    position: relative;
    z-index: 1;
}
 
 @media screen and (min-width:1440px){
.logo-caption { margin-top:32vh; }
 }
    @media screen and (max-width:675px){.ovrly-caption h1{font-size: 2pc;
    padding: 0;
    float: right;
    width: 95%;}}

.lst b {
    color: rgb(228, 179, 2);
    font-size: 30px;
    margin-right: 0px;
    margin-top: 10px;
    line-height: 100%;
}

.lst li {
    height: 120px;
    background-color: rgba(192, 162, 39, 0.08);
    width: 120px;
    margin: 20px auto;
    position: relative;
    padding: 10px 0px;
    cursor: pointer;
    transition: all .40s;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    -ms-transition: all .40s;
}

.lst li:hover{background-color: rgb(26, 26, 29);}
.lst li:hover .lst-tg{color: rgb(228, 179, 2);}
.lst li .lst-tg {
    color: rgb(26, 26, 29);
    font-family: sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 0px;
    width: 100px;
    margin: auto;
    text-align: center;
      transition: all .20s;
    -webkit-transition: all .20s;
    -moz-transition: all .20s;
    -o-transition: all .20s;
    -ms-transition: all .20s;
}
/*faculty-section-css*/


/*event-section-css*/
.flex-control-nav ,.flex-control-paging,.flex-direction-nav {display:none;}
section.evnt-section {
    opacity: 1;
    z-index: 1;
}
div.main-slider{height: 300px;}
li.sld-bg {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}

li.sld-bg-01 {
    background-image: url(../images/edu05.jpg);
}
li.sld-bg-02 {
    background-image: url(../images/edu06.jpg);
}
li.sld-bg-03 {
    background-image: url(../images/edu09.jpg);
}
li.sld-bg-04 {
    background-image: url(../images/edu11.jpg);
}

.sld-ovrly{background-color: rgba(26, 26, 29, 0.45098039215686275);
}
.sld-content-caption h1 {
    color: white;
    font-family: sans-serif;
    font-size: 3pc;
    font-weight: bold;
    margin-top: 5pc;
    margin-bottom: 2pc;
}

.sld-content .sld-explr-btn{background-color: rgb(26, 26, 29);
    border-color: rgb(26, 26, 29);}
.sld-content .sld-explr-btn-caption{color: rgb(203, 163, 21);}
span.sld-spn {
    color: rgb(230, 183, 12);
    text-transform: uppercase;
    font-size: 5pc;
    font-family: serif;
}
/*event-section-css*/

/*tiny-bx-css*/
.tny-bx b:hover + .tny-caption p{color:rgb(203, 163, 21);}
.tny-bx b:hover{
    box-shadow: rgb(203, 163, 21) 0px 120px 0px inset;
     -moz-box-shadow: rgb(203, 163, 21) 0px 120px 0px inset;
 -webkit-box-shadow: rgb(203, 163, 21) 0px 120px 0px inset;
  -ms-box-shadow: rgb(203, 163, 21) 0px 120px 0px inset;
   -o-box-shadow: rgb(203, 163, 21) 0px 120px 0px inset;
 }
.tny-bx b {
    width: 120px;
    height: 120px;
    background-color: rgb(26, 26, 29);
    line-height: 120px;
    font-size: 3pc;
    border-radius: 50%;
    position: relative;
    color: white;
    margin: 0px auto 20px auto;
    box-shadow: rgba(203, 163, 21, 0.01) 0px 0px 0px inset;
     -moz-box-shadow: rgba(203, 163, 21, 0.01) 0px 0px 0px inset;
      -webkit-box-shadow: rgba(203, 163, 21, 0.01) 0px 0px 0px inset;
       -ms-box-shadow: rgba(203, 163, 21, 0.01) 0px 0px 0px inset;
        -o-box-shadow: rgba(203, 163, 21, 0.01) 0px 0px 0px inset;
    cursor:pointer;
    transition: all .20s;
    -webkit-transition: all .20s;
    -moz-transition: all .20s;
    -o-transition: all .20s;
    -ms-transition: all .20s;

}

.tny-bx p {
    color: rgb(26, 26, 29);
    font-family: roboto-bold;
    font-size: 18px;
    text-transform: uppercase;
    margin: auto;
    padding: 0px 5px;
}

.tny-bx {
    margin: 20px auto;
}

/*tiny-bx-css*/

/*dir-dsk-css*/
section.dir-dsk {
    background-color: rgb(26, 26, 29);
}
section.dir-dsk:before {
    height: 100%;
    width: 50%;
    right: 0;
    background-color: rgba(203, 163, 21, 0);
    position: absolute;
    content: "";
    border-bottom: 33pc solid rgb(203, 163, 21);
    border-left: 20pc solid rgba(255, 255, 0, 0);
    top: 00;
}
.dir-dsk p {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 35px;
    text-align: left;
    font-weight: normal;
    padding: 2pc;
    color: white;
}

.dir-caption {
    text-transform: uppercase;
    font-family: roboto-bold;
    width: 200px;
    text-align: center;
    float: right;
    font-size: 15px;
    line-height: 25px;
}

.dir-caption span{font-family: roboto-regular;
    font-size: 15px;
    color: rgb(255, 255, 255);
}
/*dir-desk-css*/

/*topper-gallery-css*/
h1.tle-tg {
    color: rgb(26, 26, 29);
    font-weight: bolder;
    font-family: roboto-bold;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.42);
    padding: 0px 0px 25px 0px;
    line-height: 50px;
    box-shadow: rgba(0, 0, 0, 0.32) 0px 3px 8px;
}


span.tle-spn {
    color: rgb(210, 166, 10);
}

article.topper-col {
    width: 250px;
    margin: 0px auto 4pc auto;
    opacity: 1;
    overflow: hidden;
    border-top-left-radius: 60%;
}
.img-container .img-caption {
    z-index: 100;
    cursor: pointer;
    background: linear-gradient(12deg,rgba(222, 176, 13, 0.38),rgba(0, 0, 0, 0.71));
    background: -webkit-linear-gradient(12deg,rgba(222, 176, 13, 0.38),rgba(0, 0, 0, 0.71));
    background: -moz-linear-gradient(12deg,rgba(222, 176, 13, 0.38),rgba(0, 0, 0, 0.71));
    background: -ms-linear-gradient(12deg,rgba(222, 176, 13, 0.38),rgba(0, 0, 0, 0.71));
    background: -o-linear-gradient(12deg,rgba(222, 176, 13, 0.38),rgba(0, 0, 0, 0.71));
     transition:background .40s;
      -webkit-transition:background .40s;
       -moz-transition:background .40s;
        -o-transition:background .40s;
   
}

.img-container .img-caption:hover{background:-webkit-linear-gradient(12deg,rgba(222, 176, 13, 0),rgba(0, 0, 0, 0.71));
     background:-moz-linear-gradient(12deg,rgba(222, 176, 13, 0),rgba(0, 0, 0, 0.71));
     background:-ms-linear-gradient(12deg,rgba(222, 176, 13, 0),rgba(0, 0, 0, 0.71));
     background:-o-linear-gradient(12deg,rgba(222, 176, 13, 0),rgba(0, 0, 0, 0.71));
     background:linear-gradient(12deg,rgba(222, 176, 13, 0),rgba(0, 0, 0, 0.71));
 }

figure.img-container img {
    width: 100%;
    border: 1px solid transparent;
}

.caption-tg {
    height: 80px;
    width: 80px;
    margin: 10pc auto 0 auto;
    border: 2px solid rgb(203, 163, 21);
    line-height: 80px;
    border-radius: 50%;
    background-color: rgba(203, 163, 21, 0.64);
}
.caption-tg b {
    color: white;
    font-size: 24px;
    margin: 0 auto;
}

.stdnt-nme {
    height: 40px;
    width: 80%;
    margin: 20px auto 10px auto;
    border: 1px solid rgba(26, 26, 29, 0.1803921568627451);
    line-height: 40px;
    background-color: rgba(26, 26, 29, 0.3411764705882353);
}
.stdnt-nme b {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}
button.vw-al {
    width: 180px;
    background-color: rgb(26, 26, 29);
    border-radius: 0;
    padding: 10px;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    border: 1px solid rgb(255, 255, 255);
    cursor: pointer;
    transition: all .20s;
    -webkit-transition: all .20s;
    -moz-transition: all .20s;
    -o-transition: all .20s;
    -ms-transition: all .20s;
}
button.vw-al:hover:before{width:100%;}
button.vw-al:hover span{color:black;}
.vw-al span {
    color: rgb(255, 200, 4);
    font-family: roboto-regular;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}
button.vw-al:before {
    height: 40px;
    width: 5%;
    position: absolute;
    content: "";
    background-color: rgb(203, 163, 21);
    top: 0;
    left: 0;
     transition: all .40s;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    -ms-transition: all .40s;
}

/*nw-arrival-section*/
section.nw-royal {
	 background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 1;
    z-index: 1;
}
section.nw-arrvl {
    background-image: url(../images/edu13.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 1;
    z-index: 1;
}
.ovrly {
    background-color: rgba(0, 0, 0, 0.82);
}

.nw-arvl-tg {
    color: white;
    font-weight: bold;
    font-family: roboto-bold;
    font-size: 20px;
    padding: 2pc 0px;
    margin: 0 auto;
    text-transform: uppercase;
    cursor: pointer;
}
.nw-arvl-tg:hover{background-color: rgb(252, 251, 247);
    color: rgb(161, 124, 4);}
/*nw-aarival-section*/


/*devider-section-css*/
.dvd-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.devider .col-bg {
    min-height: 360px;
}
.dvd-bg-01{background-image:url(../images/edu06.jpg)}
.dvd-bg-02{background-image:url(../images/edu08.jpg)}
.dvd-bg-03{background-image:url(../images/edu09.jpg)}
.dvd-bg-04{background-image:url(../images/edu12.jpg)}
.col-desc article header h1 {
    text-align: left;
    font-weight: bold;
    font-size: 3pc;
    font-family: roboto-bold;
    line-height: 35px;
}
.dsk-bdy p {
    text-align: left;
    padding: 2pc 0px 0px 0px;
    font-size: 18px;
    font-family: roboto-regular;
    line-height: 18px;
}

.col-bg-ovrly{background: linear-gradient(60deg,rgba(26, 26, 29, 0.2),rgba(203, 163, 21, 0.6));
}

.col-caption article figure b{height: 120px;
    width: 120px;
    line-height: 120px;
    border: 2px solid white;
    border-radius: 50%;
    margin: 6pc auto;
    color: white;
    font-size: 50px;}

.pd5{padding: 5pc 0px;}

/*tema-css*/
.team .center{text-align: center}
.tm-thumbnail img {
    width: 200px;
    height: 400px;
    margin: 10px auto;
}
.tm-lst li {
    background-color: white;
    height: 100px;
    width: 200px;
    margin: 0px auto;
    text-align: left;
    margin-left: 20px;
    float: left;
}
.tm-lst li b {
    color: white;
    background-color: rgb(203, 163, 21);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    margin-top: 20px;
    margin-left: 10px;
}
.tm-tg {
    text-align: left;
    padding: 1.5pc 0px;
}

.tm-tg span {
    color: rgba(0, 0, 0, 0.7098039215686275);
    font-size: 16px;
    font-family: roboto-regular;
    text-transform: uppercase;
}
.tm-dlt-bx {
    padding: 2pc 0px 2pc 0px;
}
.tm-dlt-bx h1{font-size: 14px;
    font-family: roboto-bold;
    background-color: rgba(203, 163, 21, 0.25);
    padding: 1pc 0px;
    padding-left: 15px;
    color: rgb(26, 26, 29);
    text-transform: uppercase;
    border-top-left-radius: 75%;
    border-top-right-radius: 75%;}
/*tema-css*/

/*demo-classes-css*/
span.vdo-spn {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    text-transform: uppercase;
}
video.dmo-vdo {
    width: 100%;
    border: 4px solid rgb(26, 26, 29);
    border-radius: 1%;
}
video.dmo-vdo {
    width: 100%;
    border: 4px solid rgb(26, 26, 29);
    border-radius: 1%;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 5px 10px;
     -webkit-box-shadow: rgba(0, 0, 0, 0.56) 0px 5px 10px;
      -moz-box-shadow: rgba(0, 0, 0, 0.56) 0px 5px 10px;
       -o-box-shadow: rgba(0, 0, 0, 0.56) 0px 5px 10px;
       -ms-box-shadow: rgba(0, 0, 0, 0.56) 0px 5px 10px;
}
figure.lst-thumbnail {
    float: left;
    margin-right: 15px;
    margin-left: 5px;
    margin-top: 10px;
}
.dmo-vdo-lst figure img {
    width: 120px;
    height: 70px;
}
.thumbnail-desc {
    text-align: left;
    padding: 1px 0px;
}
.thumbnail-desc p {
    font-size: 14px;
    font-family: roboto-regular;
    text-align: left;
    color: rgb(203, 163, 21);
    margin: 8px auto;
     transition: all .40s;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    -ms-transition: all .40s;
}
.dmo-vdo-lst li {
    margin: 20px auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    padding-bottom: 10px;
    cursor: pointer;
    transition: all .40s;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    -ms-transition: all .40s;
}
.dmo-vdo-lst li:hover {background-color: rgba(203, 163, 21, 0.72);}
.dmo-vdo-lst li:hover p {color:black;}
ul.dmo-vdo-lst {
    background-color: rgb(26, 26, 29);
    padding: 0px 0px;
}
article.vdo-lst.dmo-lst {
    height: 380px;
    overflow: auto;
}
.mdmg2{margin:2pc auto}
.mdpd2{padding:2pc 0px;}
.demo-section-content{background-color: rgb(26, 26, 29);
    padding: 20px 0px;}

@media screen and (max-width:991px){
article.vdo-lst.dmo-lst {
    margin: 2pc auto 0px auto;
}}
/*dedmo-classes-css*/

/*footer-css*/
footer.ftr {
    background-color: rgb(26, 26, 29);
}
header.ftr-col-hdr h1 {
    color: rgb(239, 188, 8);
    font-family: roboto-bold;
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: 12px;
    text-transform: uppercase;
}
div.ftr-col-bdy p {
    color: rgba(255, 255, 255, 0.73);
    font-family: sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin: 15px 0px;
}
.ftr-col-bdy a b {
    float: left;
    color: white;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: rgb(203, 163, 20);
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 5px;
}
.ftr-tg {
    color: rgba(255, 255, 255, 0.66);
    text-transform: unset;
    font-size: 14px;
    text-align: left;
    padding: 10px 0px;
}
.ftr-col-bdy ul li {
    margin: 12px 0px;
}

.ftr-col{padding: 15px;}

.social-inline li b {
    margin: 15px 8px;
    border-radius: 0;
    color: rgb(203, 163, 20);
    background-color: transparent;
    border: 1px solid;
    cursor: pointer;
    transition: all .40s;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    -ms-transition: all .40s;
}
.social-inline li b:hover{color: white;}

section.copyright {
    background-color: rgb(17, 17, 19);
    padding: 20px 0px;
	
	/*position: absolute;
bottom: 0px;
width: 100%;*/
}
.copyright p {
    color: rgba(255, 255, 255, 0.7215686274509804);
    line-height: 20px;
    margin: 15px 0px;
    text-align: center;
}
span.cmpny-tg {
    color: rgb(203, 163, 21);
   /* text-transform: uppercase;*/
    font-size: 12px;
}
/*footer-css*/
::selection{background-color:black;color:white;}


/*res-media-navbar*/
header .mda-mnu-icon {
    height: 35px;
    width: 20px;
    background-color: rgba(0, 0, 0,0);
    top: 25px;
    left: 4pc;
    z-index: 1000;
    opacity: 1;
    display: none;
}
.media-humbergur-icon{height: 2px;
    width: 100%;
    background-color: rgb(230, 230, 230);
    top: 1pc;}
    
header .media-humbergur-icon:before, header .media-humbergur-icon:after {
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: white;
    left: 0;
    content: "";
    transition:all .6s;
    -webkit-transition:all .6s;
    -moz-transition:all .6s;
    -ms-transition:all .6s;
    -o-transition:all .6s;
}
.media-humbergur-icon:before {
    margin-top: -7px;
}
.media-humbergur-icon:after {
    margin-top: 7px;
}

.media-humbergur-active{background-color:transparent;}

.media-humbergur-active:before {
    margin-top: 0px;
    transform: rotate(45deg);
}
.media-humbergur-active:after {
    margin-top: 0px;
    transform: rotate(-45deg);
}


.res-mda-mnu {
    width: 260px;
    background-color: rgba(26, 26, 29, 0.96);
    padding: 2pc;
    right: -100%;
    top: 80px;
    opacity: 1;
    visibility: visible;
    display: none;
    z-index: 100;
}
.res-mda-mnu-expnd {
    right: 0%;
}

.mda-mnu li {
    margin: 3pc auto;
}

.mda-mnu b {
    color: white;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgb(203, 163, 21);
    float: left;
}

.res-mnu-tg {
    height: 40px;
    line-height: 40px;
    color: white;
    text-transform: uppercase;
    text-align: left;
    padding-left: 4pc;
}

.scl-lst-bx {
    margin-bottom: 2pc;
    display: none;
}
/*res-media-navabr*/
/* responsive-css */
@media screen and (max-width:768px){
header.web-hdr:before{width: 50%;}
.logo-caption h1{font-size:2pc;}
.rgt{float:none;}.lft{float:none;}
span.sld-spn{font-size:3pc;}
.sld-content-caption h1 {font-size: 2pc;}
.ovrly-caption {
    background-color: rgba(26, 26, 29, 0.72);
}
.ovrly {
    background-color: rgba(35, 29, 7, 0.93);
}
.pd5{padding: 1pc 0px;}
.mdmg2{margin:0px auto;}
.mdpd2{padding:0px;}


header .mda-mnu-icon {
    display: block;
}

.res-mda-mnu {
    display: block;
}

.copyright p{text-align: left}
.scl-lst-bx {display: block;}
}


/* responsive-css */
.greay
{ background: #e9e9e9; } 
.l1 , l2
{ color: white;
font-weight: bold;
font-family: roboto-bold;
font-size: 39px;
padding: 2pc 0px;
margin: 0 auto;
text-transform: uppercase; }
.l2 { font-size: 25px; color: white;
font-weight: bold;
font-family: roboto-bold; }
.l3 
{ color: white;
font-weight: bold;
font-family: roboto-bold;
font-size: 59px;
padding: 2pc 0px;
margin: 0 auto;
text-transform: uppercase; }
.l4 { font-size: 25px; color: white;
 font-family: roboto-bold; }
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

/*---------- portfolio hover -------------*/
.portfolio-img{
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    background: #eaebed;
}
.portfolio-img a{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    color: #fff;
    font-size: 30px;
}
.portfolio-item:hover .portfolio-img a{
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    opacity: 1;
}
.img-overlay{
    display: block;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
}
.img-overlay:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1293d4;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.portfolio-item:hover .img-overlay{
    -webkit-transform: scale(.94);
    -ms-transform: scale(.94);
    transform: scale(.94);
}
.portfolio-item:hover .portfolio-img .img-overlay:after{
    opacity: .5;
}
.portfolio-item:hover .portfolio-content {
    border-bottom: 2px solid #1293d4;
}
/*---------- related portfolio -------------*/
.related-portfolio{
}
.related-portfolio .portfolio-content{
  border: none;
}
.related-portfolio .text-capitalize{
  text-transform: capitalize;
}
.related-portfolio .portfolio-item:hover .portfolio-content{
  border: none;
}
.member-details
{ margin:22px  0px; }
.member-details span
{ font-size:13px;  }
.title-samibold {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
	font-weight:bold;
}
.text-big
{  font-family: 'roboto-light',  sans-serif; 
color: #2c3338;
    font-size: 20px ;
    font-weight: 700;
    line-height: 1.34615;
    margin: 20px 0px !important; }

 .addressbox { margin-left:35px; }
.addressbox p {
    color: #2c3338;
        font-size: 17px;
    line-height: 1.875;
 }

.titleSmall
{ font-weight: 700;
font-size: 20px !important;
line-height: 20px;
margin: 0px 0px 0px 0px !important;
color: #333333;
text-transform:capitalize;
 }	
.pricing-table{
     text-align: center;
    /*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.38);*/
    margin: 15px 15px;
    padding: 15px 0px;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	height:400px;
}
.pricing-table i
{ color:#949494; }
.pricing-table h4
{ color:#949494;
  border-bottom: 1px solid #f7f7f7; padding-bottom:10px;
  font-family: 'roboto-regular', Geneva, sans-serif; }
.ullist
{ font-size:15px;
line-height:25px; }
.ullist-blue li {
    list-style: disc;
        list-style-position: outside;
    list-style-position: outside;
    margin-left: 20px;
    line-height: 22px;
    margin-bottom: 12px;
    color: #39C;
    text-align: justify;
}
.ullist-blue li span {
    color: #000;
}
ul.blue-figure-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-shadow: 0 .1875em .375em rgba(0, 0, 0, .25);
    box-shadow: 0 .1875em .375em rgba(0, 0, 0, .25);
    border-radius: .1875em;
    background-color: rgba(0, 63, 90, .70);
    padding-left: .4375em;
    padding-right: .4375em;
    margin-bottom: 2.375em
}

@media(max-width:767px) {
    ul.blue-figure-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

ul.blue-figure-list,
ul.blue-figure-list ul {
    list-style-type: none
}

ul.blue-figure-list ul {
    padding-left: 0
}

ul.blue-figure-list>li {
    padding: 1.03em;  /*padding: 1.5625em;*/
    text-align: center;
    display: inline-block
}

@media(max-width:767px) {
    ul.blue-figure-list>li {
        padding: 17px 8.75px
    }
	#navbarSupportedContent { position: absolute;
z-index:1000;
width:90%;
background:#fff;
border:1px solid #ccc; }
}

ul.blue-figure-list>li>ul>li:nth-child(2) {
    color: #fff;
    font-size: 2.625em;
    font-weight: 700;
    line-height: 1.30952
}

@media(max-width:767px) {
    ul.blue-figure-list>li>ul>li:nth-child(2) {
        font-size: 27px;
        padding-bottom: 1px
    }
}

ul.blue-figure-list>li>ul>li:first-child,
ul.blue-figure-list>li>ul>li:last-child {
    color: #fff;
    font-size: 12px;
    line-height: 1.33333
}
.special-deal {
	position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.special-deal:hover {
   /* visibility: visible;*/
   color: #e70e0e;
  border-color: transparent;
  cursor: pointer;
  position: relative;
  top: -10px; }
 .form-control
 { margin-bottom: 15px; }
 .dropdown:hover .dropdown-menu {
  display: block;
  margin:0px;
}

.navbar-light .navbar-toggler {
   float: right;
    margin: 30px 0px;
}
.img-responsive
{ width:100%; }

#navbarTopContent .nav-item a.nav-link {
 margin-left: 1.5em;
border: 1px solid #9a9998;
border-radius: 15px;
padding: 0px 15px; 
font-size: 15px;
}
#navbarTopContent .nav-item a.nav-link:hover { border: 1px solid  #000; }


#navbarSupportedContent .nav-item a.nav-link {
	padding: 15px 20px;
	text-transform:uppercase;
	font-family:'Open Sans', sans-serif;
	font-weight:bold;
	font-size: 15px;
	color:#433e3a;
}
#navbarSupportedContent .nav-item a.nav-link:hover { color:#d63128; }
/* 
.navbar-right .dropdown-menu {
     margin-top: 14px !important;
} 


.sidebar-nav {
  padding: 9px 0;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}



.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}*/